+ export WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev + WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev + [[ k8s-1.10.3-dev =~ openshift-.* ]] + [[ k8s-1.10.3-dev =~ .*-1.9.3-.* ]] + export KUBEVIRT_PROVIDER=k8s-1.10.3 + KUBEVIRT_PROVIDER=k8s-1.10.3 + export KUBEVIRT_NUM_NODES=2 + KUBEVIRT_NUM_NODES=2 + export NFS_WINDOWS_DIR=/home/nfs/images/windows2016 + NFS_WINDOWS_DIR=/home/nfs/images/windows2016 + export NAMESPACE=kube-system + NAMESPACE=kube-system + trap '{ make cluster-down; }' EXIT SIGINT SIGTERM SIGSTOP + make cluster-down ./cluster/down.sh + make cluster-up ./cluster/up.sh Downloading .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. Downloading .................................................................................... 2018/07/18 11:40:36 Waiting for host: 192.168.66.101:22 2018/07/18 11:40:39 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/07/18 11:40:51 Connected to tcp://192.168.66.101:22 + kubeadm init --config /etc/kubernetes/kubeadm.conf [init] Using Kubernetes version: v1.10.3 [init] Using Authorization modes: [Node RBAC] [preflight] Running pre-flight checks. [WARNING FileExisting-crictl]: crictl not found in system path Suggestion: go get github.com/kubernetes-incubator/cri-tools/cmd/crictl Flag --admission-control has been deprecated, Use --enable-admission-plugins or --disable-admission-plugins instead. Will be removed in a future version. [certificates] Generated ca certificate and key. [certificates] Generated apiserver certificate and key. [certificates] apiserver serving cert is signed for DNS names [node01 kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local] and IPs [10.96.0.1 192.168.66.101] [certificates] Generated apiserver-kubelet-client certificate and key. [certificates] Generated etcd/ca certificate and key. [certificates] Generated etcd/server certificate and key. [certificates] etcd/server serving cert is signed for DNS names [localhost] and IPs [127.0.0.1] [certificates] Generated etcd/peer certificate and key. [certificates] etcd/peer serving cert is signed for DNS names [node01] and IPs [192.168.66.101] [certificates] Generated etcd/healthcheck-client certificate and key. [certificates] Generated apiserver-etcd-client certificate and key. [certificates] Generated sa key and public key. [certificates] Generated front-proxy-ca certificate and key. [certificates] Generated front-proxy-client certificate and key. [certificates] Valid certificates and keys now exist in "/etc/kubernetes/pki" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/admin.conf" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/kubelet.conf" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/controller-manager.conf" [kubeconfig] Wrote KubeConfig file to disk: "/etc/kubernetes/scheduler.conf" [controlplane] Wrote Static Pod manifest for component kube-apiserver to "/etc/kubernetes/manifests/kube-apiserver.yaml" [controlplane] Wrote Static Pod manifest for component kube-controller-manager to "/etc/kubernetes/manifests/kube-controller-manager.yaml" [controlplane] Wrote Static Pod manifest for component kube-scheduler to "/etc/kubernetes/manifests/kube-scheduler.yaml" [etcd] Wrote Static Pod manifest for a local etcd instance to "/etc/kubernetes/manifests/etcd.yaml" [init] Waiting for the kubelet to boot up the control plane as Static Pods from directory "/etc/kubernetes/manifests". [init] This might take a minute or longer if the control plane images have to be pulled. [apiclient] All control plane components are healthy after 26.504745 seconds [uploadconfig] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace [markmaster] Will mark node node01 as master by adding a label and a taint [markmaster] Master node01 tainted and labelled with key/value: node-role.kubernetes.io/master="" [bootstraptoken] Using token: abcdef.1234567890123456 [bootstraptoken] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials [bootstraptoken] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token [bootstraptoken] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster [bootstraptoken] Creating the "cluster-info" ConfigMap in the "kube-public" namespace [addons] Applied essential addon: kube-dns [addons] Applied essential addon: kube-proxy Your Kubernetes master has initialized successfully! To start using your cluster, you need to run the following as a regular user: mkdir -p $HOME/.kube sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config sudo chown $(id -u):$(id -g) $HOME/.kube/config You should now deploy a pod network to the cluster. Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at: https://kubernetes.io/docs/concepts/cluster-administration/addons/ You can now join any number of machines by running the following on each node as root: kubeadm join 192.168.66.101:6443 --token abcdef.1234567890123456 --discovery-token-ca-cert-hash sha256:74096e5a2c5f61db00eb52bb893c95d7cc08985d266fbabe2fa05bdd69391574 + kubectl --kubeconfig=/etc/kubernetes/admin.conf apply -f https://raw.githubusercontent.com/coreos/flannel/v0.9.1/Documentation/kube-flannel.yml clusterrole.rbac.authorization.k8s.io "flannel" created clusterrolebinding.rbac.authorization.k8s.io "flannel" created serviceaccount "flannel" created configmap "kube-flannel-cfg" created daemonset.extensions "kube-flannel-ds" created + kubectl --kubeconfig=/etc/kubernetes/admin.conf taint nodes node01 node-role.kubernetes.io/master:NoSchedule- node "node01" untainted 2018/07/18 11:41:34 Waiting for host: 192.168.66.102:22 2018/07/18 11:41:37 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/07/18 11:41:49 Connected to tcp://192.168.66.102:22 + kubeadm join --token abcdef.1234567890123456 192.168.66.101:6443 --ignore-preflight-errors=all --discovery-token-unsafe-skip-ca-verification=true [preflight] Running pre-flight checks. [WARNING FileExisting-crictl]: crictl not found in system path Suggestion: go get github.com/kubernetes-incubator/cri-tools/cmd/crictl [discovery] Trying to connect to API Server "192.168.66.101:6443" [discovery] Created cluster-info discovery client, requesting info from "https://192.168.66.101:6443" [discovery] Cluster info signature and contents are valid and no TLS pinning was specified, will use API Server "192.168.66.101:6443" [discovery] Successfully established connection with API Server "192.168.66.101:6443" This node has joined the cluster: * Certificate signing request was sent to master and a response was received. * The Kubelet was informed of the new secure connection details. Run 'kubectl get nodes' on the master to see this node join the cluster. Sending file modes: C0755 39588992 kubectl Sending file modes: C0600 5454 admin.conf Cluster "kubernetes" set. Cluster "kubernetes" set. + set +e + kubectl get nodes --no-headers + cluster/kubectl.sh get nodes --no-headers node01 Ready master 35s v1.10.3 node02 Ready 13s v1.10.3 + kubectl_rc=0 + '[' 0 -ne 0 ']' ++ kubectl get nodes --no-headers ++ cluster/kubectl.sh get nodes --no-headers ++ grep NotReady + '[' -n '' ']' + set -e + echo 'Nodes are ready:' Nodes are ready: + kubectl get nodes + cluster/kubectl.sh get nodes NAME STATUS ROLES AGE VERSION node01 Ready master 36s v1.10.3 node02 Ready 14s v1.10.3 + make cluster-sync ./cluster/build.sh Building ... sha256:eac86de70a4e6cb392340c5eb3c9e29aa4eee64229c68e6e8a3ba9514fb773e5 go version go1.10 linux/amd64 go version go1.10 linux/amd64 make[1]: Entering directory `/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt' hack/dockerized "./hack/check.sh && KUBEVIRT_VERSION= ./hack/build-go.sh install " && ./hack/build-copy-artifacts.sh sha256:eac86de70a4e6cb392340c5eb3c9e29aa4eee64229c68e6e8a3ba9514fb773e5 go version go1.10 linux/amd64 go version go1.10 linux/amd64 find: '/root/go/src/kubevirt.io/kubevirt/_out/cmd': No such file or directory Compiling tests... compiled tests.test hack/build-docker.sh build Sending build context to Docker daemon 38.81 MB Step 1/8 : FROM fedora:28 ---> cc510acfcd70 Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Running in 9cfaac232764 ---> 401035e513d8 Removing intermediate container 9cfaac232764 Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-controller ---> Running in af39011034e0  ---> 138d4f372f95 Removing intermediate container af39011034e0 Step 4/8 : WORKDIR /home/virt-controller ---> a5be079f2ad5 Removing intermediate container 5b45e338a267 Step 5/8 : USER 1001 ---> Running in 92b55f6654b6 ---> a8da3331f8c9 Removing intermediate container 92b55f6654b6 Step 6/8 : COPY virt-controller /usr/bin/virt-controller ---> 47f57629b5b0 Removing intermediate container 9d1ea3bc034f Step 7/8 : ENTRYPOINT /usr/bin/virt-controller ---> Running in c7e41ba25ed2 ---> d99eece5851a Removing intermediate container c7e41ba25ed2 Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.10.3-dev0" '' "virt-controller" '' ---> Running in 343979421a73 ---> 51b000874f18 Removing intermediate container 343979421a73 Successfully built 51b000874f18 Sending build context to Docker daemon 41.02 MB Step 1/10 : FROM kubevirt/libvirt:4.2.0 Trying to pull repository docker.io/kubevirt/libvirt ... 4.2.0: Pulling from docker.io/kubevirt/libvirt e71c36a80ba9: Already exists 301132a19a16: Pulling fs layer 6b8a7a35bb20: Pulling fs layer 9abf9a2746ab: Pulling fs layer 55f14d5ffbcf: Pulling fs layer 725d7fed8635: Pulling fs layer 55f14d5ffbcf: Waiting 725d7fed8635: Waiting 6b8a7a35bb20: Verifying Checksum 6b8a7a35bb20: Download complete 9abf9a2746ab: Verifying Checksum 9abf9a2746ab: Download complete 55f14d5ffbcf: Download complete 725d7fed8635: Download complete 301132a19a16: Verifying Checksum 301132a19a16: Download complete 301132a19a16: Pull complete 6b8a7a35bb20: Pull complete 9abf9a2746ab: Pull complete 55f14d5ffbcf: Pull complete 725d7fed8635: Pull complete Digest: sha256:5e0ea4a9a99c61bbc217d0cfa4e432dc32992c38622788ed770dc4897d86e306 Status: Downloaded newer image for docker.io/kubevirt/libvirt:4.2.0 ---> 5f0bfe81a3e0 Step 2/10 : MAINTAINER "The KubeVirt Project" ---> Running in e3c67aa17c69 ---> dc5562afdf06 Removing intermediate container e3c67aa17c69 Step 3/10 : RUN dnf -y install socat genisoimage util-linux libcgroup-tools ethtool net-tools sudo && dnf -y clean all && test $(id -u qemu) = 107 # make sure that the qemu user really is 107 ---> Running in 9cae91a93ebf Fedora 28 - x86_64 - Updates 712 kB/s | 19 MB 00:27 Virtualization packages from Rawhide built for 202 kB/s | 57 kB 00:00 Fedora 28 - x86_64 3.4 MB/s | 60 MB 00:17 Last metadata expiration check: 0:00:00 ago on Wed Jul 18 11:51:49 2018. Package util-linux-2.32-2.fc28.x86_64 is already installed, skipping. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: ethtool x86_64 2:4.17-1.fc28 updates 144 k genisoimage x86_64 1.1.11-38.fc28 fedora 315 k libcgroup-tools x86_64 0.41-17.fc28 updates 90 k net-tools x86_64 2.0-0.50.20160912git.fc28 updates 320 k socat x86_64 1.7.3.2-6.fc28 fedora 297 k sudo x86_64 1.8.23-1.fc28 updates 864 k Installing dependencies: libusal x86_64 1.1.11-38.fc28 fedora 144 k Transaction Summary ================================================================================ Install 7 Packages Total download size: 2.1 M Installed size: 7.4 M Downloading Packages: (1/7): libusal-1.1.11-38.fc28.x86_64.rpm 403 kB/s | 144 kB 00:00 (2/7): socat-1.7.3.2-6.fc28.x86_64.rpm 732 kB/s | 297 kB 00:00 (3/7): genisoimage-1.1.11-38.fc28.x86_64.rpm 666 kB/s | 315 kB 00:00 (4/7): libcgroup-tools-0.41-17.fc28.x86_64.rpm 65 kB/s | 90 kB 00:01 (5/7): ethtool-4.17-1.fc28.x86_64.rpm 91 kB/s | 144 kB 00:01 (6/7): net-tools-2.0-0.50.20160912git.fc28.x86_ 157 kB/s | 320 kB 00:02 (7/7): sudo-1.8.23-1.fc28.x86_64.rpm 372 kB/s | 864 kB 00:02 -------------------------------------------------------------------------------- Total 448 kB/s | 2.1 MB 00:04 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libusal-1.1.11-38.fc28.x86_64 1/7 Running scriptlet: libusal-1.1.11-38.fc28.x86_64 1/7 Installing : genisoimage-1.1.11-38.fc28.x86_64 2/7 Running scriptlet: genisoimage-1.1.11-38.fc28.x86_64 2/7 Installing : sudo-1.8.23-1.fc28.x86_64 3/7 Running scriptlet: sudo-1.8.23-1.fc28.x86_64 3/7 Installing : net-tools-2.0-0.50.20160912git.fc28.x86_64 4/7 Running scriptlet: net-tools-2.0-0.50.20160912git.fc28.x86_64 4/7 Installing : ethtool-2:4.17-1.fc28.x86_64 5/7 Installing : libcgroup-tools-0.41-17.fc28.x86_64 6/7 Running scriptlet: libcgroup-tools-0.41-17.fc28.x86_64 6/7 Installing : socat-1.7.3.2-6.fc28.x86_64 7/7 Running scriptlet: socat-1.7.3.2-6.fc28.x86_64 7/7 Verifying : socat-1.7.3.2-6.fc28.x86_64 1/7 Verifying : genisoimage-1.1.11-38.fc28.x86_64 2/7 Verifying : libusal-1.1.11-38.fc28.x86_64 3/7 Verifying : libcgroup-tools-0.41-17.fc28.x86_64 4/7 Verifying : ethtool-2:4.17-1.fc28.x86_64 5/7 Verifying : net-tools-2.0-0.50.20160912git.fc28.x86_64 6/7 Verifying : sudo-1.8.23-1.fc28.x86_64 7/7 Installed: ethtool.x86_64 2:4.17-1.fc28 genisoimage.x86_64 1.1.11-38.fc28 libcgroup-tools.x86_64 0.41-17.fc28 net-tools.x86_64 2.0-0.50.20160912git.fc28 socat.x86_64 1.7.3.2-6.fc28 sudo.x86_64 1.8.23-1.fc28 libusal.x86_64 1.1.11-38.fc28 Complete! 23 files removed ---> 67916fb6391a Removing intermediate container 9cae91a93ebf Step 4/10 : COPY virt-launcher /usr/bin/virt-launcher ---> 2d61dfbcc656 Removing intermediate container 8a4b9964eff7 Step 5/10 : COPY kubevirt-sudo /etc/sudoers.d/kubevirt ---> 78b3c807b9df Removing intermediate container 33b22da207cc Step 6/10 : RUN setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/qemu-system-x86_64 ---> Running in 8d9c9b72d1f5  ---> 0f154c8fbf26 Removing intermediate container 8d9c9b72d1f5 Step 7/10 : RUN mkdir -p /usr/share/kubevirt/virt-launcher ---> Running in 4f94954df399  ---> d652277fe07d Removing intermediate container 4f94954df399 Step 8/10 : COPY entrypoint.sh libvirtd.sh sock-connector /usr/share/kubevirt/virt-launcher/ ---> c7af080c3331 Removing intermediate container 36320a821a47 Step 9/10 : ENTRYPOINT /usr/share/kubevirt/virt-launcher/entrypoint.sh ---> Running in 9e041bbda61a ---> 0b9e21c17420 Removing intermediate container 9e041bbda61a Step 10/10 : LABEL "kubevirt-functional-tests-k8s-1.10.3-dev0" '' "virt-launcher" '' ---> Running in e2d927cf44d8 ---> e3fa2b892ad1 Removing intermediate container e2d927cf44d8 Successfully built e3fa2b892ad1 Sending build context to Docker daemon 40.1 MB Step 1/5 : FROM fedora:28 ---> cc510acfcd70 Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 401035e513d8 Step 3/5 : COPY virt-handler /usr/bin/virt-handler ---> b30ce6dbb9c7 Removing intermediate container 4a3c0f62e39d Step 4/5 : ENTRYPOINT /usr/bin/virt-handler ---> Running in c4a276fbc054 ---> 9363f79ecca8 Removing intermediate container c4a276fbc054 Step 5/5 : LABEL "kubevirt-functional-tests-k8s-1.10.3-dev0" '' "virt-handler" '' ---> Running in 71d296616f52 ---> ab15c661d824 Removing intermediate container 71d296616f52 Successfully built ab15c661d824 Sending build context to Docker daemon 37.02 MB Step 1/8 : FROM fedora:28 ---> cc510acfcd70 Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 401035e513d8 Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-api ---> Running in a861b9f06bdb  ---> 425f1b8d360c Removing intermediate container a861b9f06bdb Step 4/8 : WORKDIR /home/virt-api ---> 109325fd6af7 Removing intermediate container d5e36efa2d04 Step 5/8 : USER 1001 ---> Running in 0ebbf414df5a ---> e638e9684a2f Removing intermediate container 0ebbf414df5a Step 6/8 : COPY virt-api /usr/bin/virt-api ---> 82825a629635 Removing intermediate container 8e79ca7c2abb Step 7/8 : ENTRYPOINT /usr/bin/virt-api ---> Running in 0ec629532778 ---> ae6eeb819789 Removing intermediate container 0ec629532778 Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.10.3-dev0" '' "virt-api" '' ---> Running in 85a73947166e ---> 995d21784990 Removing intermediate container 85a73947166e Successfully built 995d21784990 Sending build context to Docker daemon 4.096 kB Step 1/7 : FROM fedora:28 ---> cc510acfcd70 Step 2/7 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 401035e513d8 Step 3/7 : ENV container docker ---> Running in d925377905fc ---> c41fed4a1333 Removing intermediate container d925377905fc Step 4/7 : RUN mkdir -p /images/custom /images/alpine && truncate -s 64M /images/custom/disk.img && curl http://dl-cdn.alpinelinux.org/alpine/v3.7/releases/x86_64/alpine-virt-3.7.0-x86_64.iso > /images/alpine/disk.img ---> Running in 5f22b8cefc05  % 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 8 37.0M 8 3116k 0 0 2840k 0 0:00:13 0:00:01 0:00:12 2838k 47 37.0M 47 17.7M 0 0 8653k 0 0:00:04 0:00:02 0:00:02 8649k 100 37.0M 100 37.0M 0 0 13.2M 0 0:00:02 0:00:02 --:--:-- 13.2M  ---> 940d88594d2e Removing intermediate container 5f22b8cefc05 Step 5/7 : ADD entrypoint.sh / ---> 923b84390ce2 Removing intermediate container 360a3c0869b0 Step 6/7 : CMD /entrypoint.sh ---> Running in 263bf502488f ---> e9ddd62d459f Removing intermediate container 263bf502488f Step 7/7 : LABEL "disks-images-provider" '' "kubevirt-functional-tests-k8s-1.10.3-dev0" '' ---> Running in ed73dc7c79f5 ---> 05ced083218a Removing intermediate container ed73dc7c79f5 Successfully built 05ced083218a Sending build context to Docker daemon 2.56 kB Step 1/5 : FROM fedora:28 ---> cc510acfcd70 Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 401035e513d8 Step 3/5 : ENV container docker ---> Using cache ---> c41fed4a1333 Step 4/5 : RUN dnf -y install procps-ng nmap-ncat && dnf -y clean all ---> Running in 5015adcb6a48 Fedora 28 - x86_64 - Updates 12 MB/s | 19 MB 00:01 Fedora 28 - x86_64 5.8 MB/s | 60 MB 00:10 Last metadata expiration check: 0:00:08 ago on Wed Jul 18 11:53:15 2018. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: nmap-ncat x86_64 2:7.60-12.fc28 fedora 235 k procps-ng x86_64 3.3.12-3.fc28 updates 404 k Transaction Summary ================================================================================ Install 2 Packages Total download size: 638 k Installed size: 1.4 M Downloading Packages: (1/2): procps-ng-3.3.12-3.fc28.x86_64.rpm 607 kB/s | 404 kB 00:00 (2/2): nmap-ncat-7.60-12.fc28.x86_64.rpm 164 kB/s | 235 kB 00:01 -------------------------------------------------------------------------------- Total 362 kB/s | 638 kB 00:01 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : procps-ng-3.3.12-3.fc28.x86_64 1/2 Installing : nmap-ncat-2:7.60-12.fc28.x86_64 2/2 Running scriptlet: nmap-ncat-2:7.60-12.fc28.x86_64 2/2 Verifying : nmap-ncat-2:7.60-12.fc28.x86_64 1/2 Verifying : procps-ng-3.3.12-3.fc28.x86_64 2/2 Installed: nmap-ncat.x86_64 2:7.60-12.fc28 procps-ng.x86_64 3.3.12-3.fc28 Complete! 18 files removed ---> 944f01c7c457 Removing intermediate container 5015adcb6a48 Step 5/5 : LABEL "kubevirt-functional-tests-k8s-1.10.3-dev0" '' "vm-killer" '' ---> Running in 6c4570a0cc36 ---> ecc928dbf04d Removing intermediate container 6c4570a0cc36 Successfully built ecc928dbf04d Sending build context to Docker daemon 5.12 kB Step 1/7 : FROM debian:sid Trying to pull repository docker.io/library/debian ... sid: Pulling from docker.io/library/debian e367ac4072dc: Pulling fs layer e367ac4072dc: Verifying Checksum e367ac4072dc: Download complete e367ac4072dc: Pull complete Digest: sha256:dd291f3ce991dc1dabcaa29eafeab11cca9403fb0dfc7b7dcca7dcce6a48a97d Status: Downloaded newer image for docker.io/debian:sid ---> 68f33cf86aab Step 2/7 : MAINTAINER "David Vossel" \ ---> Running in d5ac1d5ebbaf ---> 760b7aedd755 Removing intermediate container d5ac1d5ebbaf Step 3/7 : ENV container docker ---> Running in 22bb015bfa97 ---> 242765a70aa0 Removing intermediate container 22bb015bfa97 Step 4/7 : RUN apt-get update && apt-get install -y bash curl bzip2 qemu-utils && mkdir -p /disk && rm -rf /var/lib/apt/lists/* ---> Running in 950e2d0c328e  Get:1 http://cdn-fastly.deb.debian.org/debian sid InRelease [233 kB] Get:2 http://cdn-fastly.deb.debian.org/debian sid/main amd64 Packages [8110 kB] Fetched 8343 kB in 18s (474 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... bash is already the newest version (4.4.18-3.1). bash set to manually installed. The following additional packages will be installed: ca-certificates krb5-locales libaio1 libcurl4 libfreetype6 libglib2.0-0 libglib2.0-data libgraphite2-3 libgssapi-krb5-2 libharfbuzz0b libicu-le-hb0 libicu60 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libpng16-16 libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 libssl1.1 libxml2 openssl publicsuffix shared-mime-info xdg-user-dirs Suggested packages: bzip2-doc krb5-doc krb5-user libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql debootstrap qemu-block-extra The following NEW packages will be installed: bzip2 ca-certificates curl krb5-locales libaio1 libcurl4 libfreetype6 libglib2.0-0 libglib2.0-data libgraphite2-3 libgssapi-krb5-2 libharfbuzz0b libicu-le-hb0 libicu60 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libpng16-16 libpsl5 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssh2-1 libssl1.1 libxml2 openssl publicsuffix qemu-utils shared-mime-info xdg-user-dirs 0 upgraded, 35 newly installed, 0 to remove and 11 not upgraded. Need to get 22.7 MB of archives. After this operation, 75.1 MB of additional disk space will be used. Get:1 http://cdn-fastly.deb.debian.org/debian sid/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB] Get:2 http://cdn-fastly.deb.debian.org/debian sid/main amd64 krb5-locales all 1.16-2 [94.7 kB] Get:3 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libssl1.1 amd64 1.1.0h-4 [1352 kB] Get:4 http://cdn-fastly.deb.debian.org/debian sid/main amd64 openssl amd64 1.1.0h-4 [744 kB] Get:5 http://cdn-fastly.deb.debian.org/debian sid/main amd64 ca-certificates all 20180409 [161 kB] Get:6 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libkeyutils1 amd64 1.5.9-9.3 [13.0 kB] Get:7 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libkrb5support0 amd64 1.16-2 [62.8 kB] Get:8 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libk5crypto3 amd64 1.16-2 [121 kB] Get:9 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libkrb5-3 amd64 1.16-2 [316 kB] Get:10 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libgssapi-krb5-2 amd64 1.16-2 [158 kB] Get:11 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3.1 [68.6 kB] Get:12 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3.1 [105 kB] Get:13 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libldap-common all 2.4.46+dfsg-5 [88.3 kB] Get:14 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libldap-2.4-2 amd64 2.4.46+dfsg-5 [223 kB] Get:15 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libnghttp2-14 amd64 1.32.0-1 [83.0 kB] Get:16 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libpsl5 amd64 0.20.2-1 [53.7 kB] Get:17 http://cdn-fastly.deb.debian.org/debian sid/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] Get:18 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libssh2-1 amd64 1.8.0-1 [138 kB] Get:19 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libcurl4 amd64 7.60.0-2 [316 kB] Get:20 http://cdn-fastly.deb.debian.org/debian sid/main amd64 curl amd64 7.60.0-2 [254 kB] Get:21 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libaio1 amd64 0.3.111-1 [10.5 kB] Get:22 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libpng16-16 amd64 1.6.34-2 [288 kB] Get:23 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libfreetype6 amd64 2.8.1-2 [461 kB] Get:24 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libglib2.0-0 amd64 2.56.1-2 [2928 kB] Get:25 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libglib2.0-data all 2.56.1-2 [2671 kB] Get:26 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libgraphite2-3 amd64 1.3.11-2 [85.2 kB] Get:27 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libharfbuzz0b amd64 1.8.3-1 [873 kB] Get:28 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libicu60 amd64 60.2-6 [8073 kB] Get:29 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libicu-le-hb0 amd64 1.0.3+git161113-5 [14.6 kB] Get:30 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3.1 [103 kB] Get:31 http://cdn-fastly.deb.debian.org/debian sid/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b1 [725 kB] Get:32 http://cdn-fastly.deb.debian.org/debian sid/main amd64 publicsuffix all 20180523.2326-2 [112 kB] Get:33 http://cdn-fastly.deb.debian.org/debian sid/main amd64 qemu-utils amd64 1:2.12+dfsg-3 [1041 kB] Get:34 http://cdn-fastly.deb.debian.org/debian sid/main amd64 shared-mime-info amd64 1.9-2 [753 kB] Get:35 http://cdn-fastly.deb.debian.org/debian sid/main amd64 xdg-user-dirs amd64 0.17-1 [53.5 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 22.7 MB in 6s (3612 kB/s) Selecting previously unselected package bzip2. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6571 files and directories currently installed.) Preparing to unpack .../00-bzip2_1.0.6-8.1_amd64.deb ... Unpacking bzip2 (1.0.6-8.1) ... Selecting previously unselected package krb5-locales. Preparing to unpack .../01-krb5-locales_1.16-2_all.deb ... Unpacking krb5-locales (1.16-2) ... Selecting previously unselected package libssl1.1:amd64. Preparing to unpack .../02-libssl1.1_1.1.0h-4_amd64.deb ... Unpacking libssl1.1:amd64 (1.1.0h-4) ... Selecting previously unselected package openssl. Preparing to unpack .../03-openssl_1.1.0h-4_amd64.deb ... Unpacking openssl (1.1.0h-4) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../04-ca-certificates_20180409_all.deb ... Unpacking ca-certificates (20180409) ... Selecting previously unselected package libkeyutils1:amd64. Preparing to unpack .../05-libkeyutils1_1.5.9-9.3_amd64.deb ... Unpacking libkeyutils1:amd64 (1.5.9-9.3) ... Selecting previously unselected package libkrb5support0:amd64. Preparing to unpack .../06-libkrb5support0_1.16-2_amd64.deb ... Unpacking libkrb5support0:amd64 (1.16-2) ... Selecting previously unselected package libk5crypto3:amd64. Preparing to unpack .../07-libk5crypto3_1.16-2_amd64.deb ... Unpacking libk5crypto3:amd64 (1.16-2) ... Selecting previously unselected package libkrb5-3:amd64. Preparing to unpack .../08-libkrb5-3_1.16-2_amd64.deb ... Unpacking libkrb5-3:amd64 (1.16-2) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Preparing to unpack .../09-libgssapi-krb5-2_1.16-2_amd64.deb ... Unpacking libgssapi-krb5-2:amd64 (1.16-2) ... Selecting previously unselected package libsasl2-modules-db:amd64. Preparing to unpack .../10-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3.1_amd64.deb ... Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3.1) ... Selecting previously unselected package libsasl2-2:amd64. Preparing to unpack .../11-libsasl2-2_2.1.27~101-g0780600+dfsg-3.1_amd64.deb ... Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3.1) ... Selecting previously unselected package libldap-common. Preparing to unpack .../12-libldap-common_2.4.46+dfsg-5_all.deb ... Unpacking libldap-common (2.4.46+dfsg-5) ... Selecting previously unselected package libldap-2.4-2:amd64. Preparing to unpack .../13-libldap-2.4-2_2.4.46+dfsg-5_amd64.deb ... Unpacking libldap-2.4-2:amd64 (2.4.46+dfsg-5) ... Selecting previously unselected package libnghttp2-14:amd64. Preparing to unpack .../14-libnghttp2-14_1.32.0-1_amd64.deb ... Unpacking libnghttp2-14:amd64 (1.32.0-1) ... Selecting previously unselected package libpsl5:amd64. Preparing to unpack .../15-libpsl5_0.20.2-1_amd64.deb ... Unpacking libpsl5:amd64 (0.20.2-1) ... Selecting previously unselected package librtmp1:amd64. Preparing to unpack .../16-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... Selecting previously unselected package libssh2-1:amd64. Preparing to unpack .../17-libssh2-1_1.8.0-1_amd64.deb ... Unpacking libssh2-1:amd64 (1.8.0-1) ... Selecting previously unselected package libcurl4:amd64. Preparing to unpack .../18-libcurl4_7.60.0-2_amd64.deb ... Unpacking libcurl4:amd64 (7.60.0-2) ... Selecting previously unselected package curl. Preparing to unpack .../19-curl_7.60.0-2_amd64.deb ... Unpacking curl (7.60.0-2) ... Selecting previously unselected package libaio1:amd64. Preparing to unpack .../20-libaio1_0.3.111-1_amd64.deb ... Unpacking libaio1:amd64 (0.3.111-1) ... Selecting previously unselected package libpng16-16:amd64. Preparing to unpack .../21-libpng16-16_1.6.34-2_amd64.deb ... Unpacking libpng16-16:amd64 (1.6.34-2) ... Selecting previously unselected package libfreetype6:amd64. Preparing to unpack .../22-libfreetype6_2.8.1-2_amd64.deb ... Unpacking libfreetype6:amd64 (2.8.1-2) ... Selecting previously unselected package libglib2.0-0:amd64. Preparing to unpack .../23-libglib2.0-0_2.56.1-2_amd64.deb ... Unpacking libglib2.0-0:amd64 (2.56.1-2) ... Selecting previously unselected package libglib2.0-data. Preparing to unpack .../24-libglib2.0-data_2.56.1-2_all.deb ... Unpacking libglib2.0-data (2.56.1-2) ... Selecting previously unselected package libgraphite2-3:amd64. Preparing to unpack .../25-libgraphite2-3_1.3.11-2_amd64.deb ... Unpacking libgraphite2-3:amd64 (1.3.11-2) ... Selecting previously unselected package libharfbuzz0b:amd64. Preparing to unpack .../26-libharfbuzz0b_1.8.3-1_amd64.deb ... Unpacking libharfbuzz0b:amd64 (1.8.3-1) ... Selecting previously unselected package libicu60:amd64. Preparing to unpack .../27-libicu60_60.2-6_amd64.deb ... Unpacking libicu60:amd64 (60.2-6) ... Selecting previously unselected package libicu-le-hb0:amd64. Preparing to unpack .../28-libicu-le-hb0_1.0.3+git161113-5_amd64.deb ... Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-5) ... Selecting previously unselected package libsasl2-modules:amd64. Preparing to unpack .../29-libsasl2-modules_2.1.27~101-g0780600+dfsg-3.1_amd64.deb ... Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3.1) ... Selecting previously unselected package libxml2:amd64. Preparing to unpack .../30-libxml2_2.9.4+dfsg1-7+b1_amd64.deb ... Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b1) ... Selecting previously unselected package publicsuffix. Preparing to unpack .../31-publicsuffix_20180523.2326-2_all.deb ... Unpacking publicsuffix (20180523.2326-2) ... Selecting previously unselected package qemu-utils. Preparing to unpack .../32-qemu-utils_1%3a2.12+dfsg-3_amd64.deb ... Unpacking qemu-utils (1:2.12+dfsg-3) ... Selecting previously unselected package shared-mime-info. Preparing to unpack .../33-shared-mime-info_1.9-2_amd64.deb ... Unpacking shared-mime-info (1.9-2) ... Selecting previously unselected package xdg-user-dirs. Preparing to unpack .../34-xdg-user-dirs_0.17-1_amd64.deb ... Unpacking xdg-user-dirs (0.17-1) ... Setting up libnghttp2-14:amd64 (1.32.0-1) ... Setting up libpng16-16:amd64 (1.6.34-2) ... Setting up libldap-common (2.4.46+dfsg-5) ... Setting up libpsl5:amd64 (0.20.2-1) ... Setting up libglib2.0-0:amd64 (2.56.1-2) ... No schema files found: doing nothing. Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3.1) ... Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3.1) ... Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... Setting up libfreetype6:amd64 (2.8.1-2) ... Setting up bzip2 (1.0.6-8.1) ... Setting up libgraphite2-3:amd64 (1.3.11-2) ... Setting up libssh2-1:amd64 (1.8.0-1) ... Setting up libglib2.0-data (2.56.1-2) ... Setting up krb5-locales (1.16-2) ... Processing triggers for libc-bin (2.27-4) ... Setting up libaio1:amd64 (0.3.111-1) ... Setting up publicsuffix (20180523.2326-2) ... Setting up libldap-2.4-2:amd64 (2.4.46+dfsg-5) ... Setting up libssl1.1:amd64 (1.1.0h-4) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) debconf: falling back to frontend: Teletype Setting up openssl (1.1.0h-4) ... Setting up libkeyutils1:amd64 (1.5.9-9.3) ... Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3.1) ... Setting up ca-certificates (20180409) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.) debconf: falling back to frontend: Teletype Updating certificates in /etc/ssl/certs... 133 added, 0 removed; done. Setting up xdg-user-dirs (0.17-1) ... Setting up libharfbuzz0b:amd64 (1.8.3-1) ... Setting up libkrb5support0:amd64 (1.16-2) ... Setting up qemu-utils (1:2.12+dfsg-3) ... Setting up libk5crypto3:amd64 (1.16-2) ... Setting up libkrb5-3:amd64 (1.16-2) ... Setting up libgssapi-krb5-2:amd64 (1.16-2) ... Setting up libcurl4:amd64 (7.60.0-2) ... Setting up curl (7.60.0-2) ... Setting up libicu-le-hb0:amd64 (1.0.3+git161113-5) ... Setting up libicu60:amd64 (60.2-6) ... Setting up libxml2:amd64 (2.9.4+dfsg1-7+b1) ... Setting up shared-mime-info (1.9-2) ... Processing triggers for libc-bin (2.27-4) ... Processing triggers for ca-certificates (20180409) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. ---> b671cb63e24f Removing intermediate container 950e2d0c328e Step 5/7 : ADD entry-point.sh / ---> 96395ae20289 Removing intermediate container e64db0a8f32c Step 6/7 : CMD /entry-point.sh ---> Running in 367d29bcba27 ---> 281b61469fe1 Removing intermediate container 367d29bcba27 Step 7/7 : LABEL "kubevirt-functional-tests-k8s-1.10.3-dev0" '' "registry-disk-v1alpha" '' ---> Running in 548b9277a6f6 ---> 1370dd9005f4 Removing intermediate container 548b9277a6f6 Successfully built 1370dd9005f4 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:32771/kubevirt/registry-disk-v1alpha:devel ---> 1370dd9005f4 Step 2/4 : MAINTAINER "David Vossel" \ ---> Running in 7b3704252f0f ---> 29eb9a168d98 Removing intermediate container 7b3704252f0f Step 3/4 : RUN curl https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img > /disk/cirros.img ---> Running in b2026daabe91  % 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:00:01 --:--:-- 0 0 12.1M 0 16384 0 0 8216 0 0:25:47 0:00:01 0:25:46 8216 100 12.1M 100 12.1M 0 0 4337k 0 0:00:02 0:00:02 --:--:-- 4337k  ---> 90977b462f6c Removing intermediate container b2026daabe91 Step 4/4 : LABEL "cirros-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.10.3-dev0" '' ---> Running in 3bd069d52b8e ---> 53af2f582c92 Removing intermediate container 3bd069d52b8e Successfully built 53af2f582c92 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:32771/kubevirt/registry-disk-v1alpha:devel ---> 1370dd9005f4 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Running in 0fd4045aeb22 ---> 5e66c2c72381 Removing intermediate container 0fd4045aeb22 Step 3/4 : RUN curl -g -L https://download.fedoraproject.org/pub/fedora/linux/releases/27/CloudImages/x86_64/images/Fedora-Cloud-Base-27-1.6.x86_64.qcow2 > /disk/fedora.qcow2 ---> Running in 07696ab4590f  % Total % Received % Xferd Average Speed Time Time Time Current  Dload Upload Total Spent Left Speed 0  0  0 0 0 0 0  0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0  0 221M 0 511k 0 0 401k 0 0:09:25 0:00:01 0:09:24 401k 1 221M 1 2531k 0 0 1116k 0 0:03:23 0:00:02 0:03:21 2034k 1 221M 1 4345k 0 0 1337k 0 0:02:49 0:00:03 0:02:46 1941k 2 221M 2 5091k 0 0 1191k 0 0:03:10 0:00:04 0:03:06 1528k 2 221M 2 5863k 0 0 1115k 0 0:03:23 0:00:05 0:03:18 1344k 2 221M 2 6635k 0 0 1063k 0 0:03:33 0:00:06 0:03:27 1233k 3 221M 3 7434k 0 0 1026k 0 0:03:41 0:00:07 0:03:34 985k 3 221M 3 8302k 0 0 1004k 0 0:03:45 0:00:08 0:03:37 788k 4 221M 4 9133k 0 0 987k 0 0:03:49 0:00:09 0:03:40 811k 4 221M 4 9889k 0 0 965k 0 0:03:55 0:00:10 0:03:45 806k 4 221M 4 10.3M 0 0 936k 0 0:04:02 0:00:11 0:03:51 778k 4 221M 4 11.0M 0 0 920k 0 0:04:06 0:00:12 0:03:54 767k 5 221M 5 11.7M 0 0 908k 0 0:04:09 0:00:13 0:03:56 748k 5 221M 5 12.5M 0 0 899k 0 0:04:12 0:00:14 0:03:58 738k 6 221M 6 13.2M 0 0 892k 0 0:04:14 0:00:15 0:03:59 743k 6 221M 6 14.1M 0 0 890k 0 0:04:14 0:00:16 0:03:58 788k 6 221M 6 15.1M 0 0 901k 0 0:04:11 0:00:17 0:03:54 853k 7 221M 7 16.5M 0 0 927k 0 0:04:04 0:00:18 0:03:46 977k 8 221M 8 18.4M 0 0 980k 0 0:03:51 0:00:19 0:03:32 1214k 9 221M 9 21.2M 0 0 1076k 0 0:03:30 0:00:20 0:03:10 1636k 11 221M 11 25.2M 0 0 1217k 0 0:03:06 0:00:21 0:02:45 2276k 13 221M 13 30.7M 0 0 1413k 0 0:02:40 0:00:22 0:02:18 3183k 17 221M 17 38.4M 0 0 1690k 0 0:02:14 0:00:23 0:01:51 4482k 20 221M 20 45.7M 0 0  1932k 0 0:01:57 0:00:24 0:01:33 5602k 23 221M 23 51.0M 0 0 2072k 0 0:01:49 0:00:25 0:01:24 6113k 25 221M 25 57.0M 0 0 2225k 0 0:01:41 0:00:26 0:01:15 6515k  28 221M 28 62.8M 0 0 2361k 0 0:01:36 0:00:27 0:01:09 6582k 30 221M 30 66.5M 0 0 2412k 0 0:01:34 0:00:28 0:01:06 5773k 31 221M 31 69.0M 0 0 2417k  0 0:01:33 0:00:29 0:01:04 4758k 32 221M 32 71.7M 0 0 2429k 0 0:01:33  0:00:30 0:01:03 4231k 33 221M 33 74.2M 0 0 2434k 0 0:01:33 0:00:31 0:01:02 3534k 34 221M 34 76.6M 0 0 2431k 0 0:01:33 0:00:32 0:01:01 2812k 35 221M 35 79.2M 0 0 2439k 0 0:01:32 0:00:33 0:00:59 2593k 36 221M 36 81.7M 0 0 2443k 0 0:01:32 0:00:34 0:00:58 2596k 37 221M 37 83.9M 0 0 2436k 0 0:01:33 0:00:35 0:00:58 2478k 38 221M 38 86.1M 0 0  2434k 0 0:01:33 0:00:36 0:00:57 2434k 39 221M 39 88.5M 0 0 2433k 0 0:01:33 0:00:37 0:00:56 2442k 41 221M 41 90.9M 0 0 2434k 0 0:01:33 0:00:38 0:00:55 2398k 42 221M 42 93.2M 0 0 2431k 0 0:01:33 0:00:39 0:00:54 2348k 43 221M 43 95.6M  0 0 2433k  0 0:01:33 0:00:40 0:00:53 2416k 44 221M 44 98.4M 0 0 2442k 0 0:01:32 0:00:41 0:00:51 2506k 45 221M 45 101M 0 0 2457k 0 0:01:32 0:00:42 0:00:50 2640k 47 221M 47 105M 0 0 2488k 0 0:01:31 0:00:43 0:00:48 2900k 49 221M 49 109M 0 0 2541k 0  0:01:29 0:00:44 0:00:45 3407k 51 221M 51 113M 0 0 2559k 0 0:01:28 0:00:45 0:00:43 3564k 52 221M 52 116M 0 0 2572k 0 0:01:28 0:00:46 0:00:42 3639k 53 221M 53 119M 0 0 2589k 0 0:01:27 0:00:47 0:00:40 3703k 55 221M 55 122M 0 0 2604k 0 0:01:27 0:00:48 0:00:39 3605k 56 221M 56 126M 0 0 2619k 0 0:01:26 0:00:49 0:00:37 3309k 58 221M 58 128M 0 0 2619k 0 0:01:26 0:00:50 0:00:36 3168k 58 221M 58 130M 0 0 2608k 0 0:01:26 0:00:51 0:00:35 2942k 59 221M 59 132M 0 0 2590k 0 0:01:27 0:00:52 0:00:35 2598k 60 221M 60 133M 0 0 2574k 0 0:01:28 0:00:53 0:00:35 2279k 61 221M 61 135M 0 0 2560k 0 0:01:28 0:00:54 0:00:34 1968k 61 221M 61 136M 0 0 2533k 0 0:01:29 0:00:55 0:00:34 1673k 62 221M 62 137M 0 0 2509k 0 0:01:30 0:00:56 0:00:34 1500k 62 221M 62 139M 0 0 2486k 0 0:01:31 0:00:57 0:00:34 1398k 63 221M 63 140M 0 0 2464k 0 0:01:32 0:00:58 0:00:34 1295k 63 221M 63 141M 0 0 2442k 0 0:01:32 0:00:59 0:00:33 1177k 64 221M 64 142M 0 0 2423k 0 0:01:33 0:01:00 0:00:33 1208k 65 221M 65 144M 0 0 2409k 0 0:01:34 0:01:01 0:00:33 1277k 65 221M 65 145M 0 0 2400k 0 0:01:34 0:01:02 0:00:32 1412k 66 221M 66 147M 0 0 2389k 0 0:01:34 0:01:03 0:00:31 1515k 67 221M 67 149M 0 0 2382k 0 0:01:35 0:01:04 0:00:31 1667k 68 221M 68 151M 0 0 2369k 0 0:01:35 0:01:05 0:00:30 1717k 68 221M 68 152M 0 0 2359k 0 0:01:36 0:01:06 0:00:30 1747k 69 221M 69 154M 0  0 2349k 0 0:01:36 0:01:07 0:00:29 1715k 70 221M 70 155M 0 0 2335k 0 0:01:37 0:01:08 0:00:29 1655k 70  221M 70 157M 0 0  2325k 0 0:01:37 0:01:09 0:00:28 1590k 71 221M 71 158M 0 0 2316k 0 0:01:37 0:01:10 0:00:27 1616k 72 221M 72 160M 0 0 2308k 0 0:01:38 0:01:11 0:00:27 1629k 73 221M 73 162M 0 0 2299k 0 0:01:38 0:01:12 0:00:26 1633k 74 221M 74 164M 0 0 2292k 0 0:01:38 0:01:13 0:00:25 1700k 74 221M 74 165M 0 0 2287k 0 0:01:39 0:01:14 0:00:25 1757k 75 221M 75 167M 0 0 2284k 0 0:01:39 0:01:15 0:00:24 1832k 76 221M 76 169M 0 0 2278k 0 0:01:39 0:01:16 0:00:23 1859k 77 221M 77 171M 0 0 2277k 0 0:01:39 0:01:17 0:00:22 1949k 78 221M 78 174M 0 0 2277k 0 0:01:39 0:01:18 0:00:21 2056k 79 221M 79 176M 0 0 2277k 0 0:01:39 0:01:19 0:00:20 2143k 80 221M 80 178M 0 0 2278k 0 0:01:39 0:01:20 0:00:19 2188k 81 221M 81 180M 0 0 2276k 0 0:01:39 0:01:21 0:00:18 2242k 82 221M 82 181M 0 0 2264k 0 0:01:40 0:01:22 0:00:18 2074k 82 221M 82 183M 0 0 2251k 0 0:01:40 0:01:23 0:00:17 1842k 83 221M 83 184M 0 0 2237k 0 0:01:41 0:01:24 0:00:17 1602k 83 221M 83 185M 0 0 2225k 0 0:01:41 0:01:25 0:00:16 1372k 84 221M 84 186M 0 0 2213k 0 0:01:42 0:01:26 0:00:16 1179k 84 221M 84 187M 0 0 2201k 0 0:01:43 0:01:27 0:00:16 1167k 85 221M 85 189M 0 0 2193k 0 0:01:43 0:01:28 0:00:15 1228k 86 221M 86 190M 0 0 2187k 0 0:01:43 0:01:29 0:00:14 1333k 86 221M 86 192M 0 0 2181k 0 0:01:43 0:01:30 0:00:13 1434k 87 221M 87 194M 0 0 2177k 0 0:01:44 0:01:31 0:00:13 1564k 88 221M 88 195M 0 0 2169k 0 0:01:44 0:01:32 0:00:12 1615k 88 221M 88 196M 0 0 2162k 0 0:01:44 0:01:33 0:00:11 1621k 89 221M 89 198M 0 0 2152k 0 0:01:45 0:01:34 0:00:11 1540k 90 221M 90 199M 0 0 2144k 0 0:01:45 0:01:35 0:00:10 1477k 90 221M 90 200M 0 0 2133k 0 0:01:46 0:01:36 0:00:10 1327k 90 221M 90 201M 0 0 2119k 0 0:01:47 0:01:37 0:00:10 1181k 91 221M 91 201M 0 0 2104k 0 0:01:47 0:01:38 0:00:09 1030k 91 221M 91 202M 0 0 2091k 0 0:01:48 0:01:39 0:00:09 936k 91 221M 91 203M 0 0 2079k 0 0:01:49 0:01:40 0:00:09 833k 92 221M 92 204M 0 0 2066k 0 0:01:49 0:01:41 0:00:08 788k 92 221M 92 205M 0 0 2055k 0 0:01:50 0:01:42 0:00:08 808k 92 221M 92 205M 0 0 2042k 0 0:01:51 0:01:43 0:00:08 821k 93 221M 93 206M 0 0 2031k 0 0:01:51 0:01:44 0:00:07 829k 93 221M 93 207M 0 0 2017k 0 0:01:52 0:01:45 0:00:07 779k 93 221M 93 207M 0 0 2003k 0 0:01:53 0:01:46 0:00:07 721k 94 221M 94 208M 0 0 1988k 0 0:01:54 0:01:47 0:00:07 639k 94 221M 94 208M 0 0 1974k  0 0:01:54 0:01:48 0:00:06 568k 94 221M 94 209M 0 0 1960k 0 0:01:55 0:01:49 0:00:06 486k 94 221M 94 209M 0 0 1947k  0 0:01:56 0:01:50 0:00:06 473k 94 221M 94 210M 0 0 1934k 0 0:01:57 0:01:51 0:00:06 474k 95 221M 95 210M 0 0 1923k 0 0:01:57 0:01:52 0:00:05 521k 95 221M 95 211M 0 0 1915k 0 0:01:58 0:01:53 0:00:05 634k 96 221M 96 213M  0 0 1912k 0 0:01:58 0:01:54 0:00:04  857k 97 221M 97 215M 0 0 1916k  0 0:01:58 0:01:55 0:00:03 1235k 98 221M 98 219M 0 0 1931k 0 0:01:57 0:01:56 0:00:01 1846k 100 221M 100 221M 0 0 1941k  0 0:01:56 0:01:56 --:--:-- 2368k  ---> b6fea72eee5d Removing intermediate container 07696ab4590f Step 4/4 : LABEL "fedora-cloud-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.10.3-dev0" '' ---> Running in 8c59cc76cc26 ---> f2d829eb650d Removing intermediate container 8c59cc76cc26 Successfully built f2d829eb650d Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:32771/kubevirt/registry-disk-v1alpha:devel ---> 1370dd9005f4 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 5e66c2c72381 Step 3/4 : RUN curl http://dl-cdn.alpinelinux.org/alpine/v3.7/releases/x86_64/alpine-virt-3.7.0-x86_64.iso > /disk/alpine.iso ---> Running in 49d61d0cfe8b  % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 37.0M 8 3270k 0 0 4638k  0 0:00:08 --:--:-- 0:00:08 4632k 34 37.0M 34 12.8M 0 0 7706k 0 0:00:04 0:00:01 0:00:03 7701k 55 37.0M 55 20.4M 0 0 7751k  0 0:00:04 0:00:02 0:00:02 7751k 72 37.0M 72 26.6M 0 0 7362k 0 0:00:05 0:00:03 0:00:02 7360k 89 37.0M 89 33.2M 0 0 7236k 0 0:00:05 0:00:04 0:00:01 7234k 100 37.0M 100 37.0M 0 0 7236k 0 0:00:05 0:00:05 --:--:-- 7640k  ---> e5ea561040d8 Removing intermediate container 49d61d0cfe8b Step 4/4 : LABEL "alpine-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.10.3-dev0" '' ---> Running in 3680286ef727 ---> d64388c7f2cb Removing intermediate container 3680286ef727 Successfully built d64388c7f2cb Sending build context to Docker daemon 34.04 MB Step 1/8 : FROM fedora:28 ---> cc510acfcd70 Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 401035e513d8 Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virtctl ---> Running in 92cd18a8007a  ---> 8ded2e37f9da Removing intermediate container 92cd18a8007a Step 4/8 : WORKDIR /home/virtctl ---> 2baf0c61c4e7 Removing intermediate container a5bc987b1914 Step 5/8 : USER 1001 ---> Running in 797103c9bd93 ---> cddb35bbdd8e Removing intermediate container 797103c9bd93 Step 6/8 : COPY subresource-access-test /subresource-access-test ---> 98dfa4d0c899 Removing intermediate container 685c3ab9fe89 Step 7/8 : ENTRYPOINT /subresource-access-test ---> Running in 2b0be078a3b1 ---> fd843cbb1efd Removing intermediate container 2b0be078a3b1 Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.10.3-dev0" '' "subresource-access-test" '' ---> Running in 0243ee7576bb ---> bd6d9fa3a4d9 Removing intermediate container 0243ee7576bb Successfully built bd6d9fa3a4d9 Sending build context to Docker daemon 3.072 kB Step 1/9 : FROM fedora:28 ---> cc510acfcd70 Step 2/9 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 401035e513d8 Step 3/9 : ENV container docker ---> Using cache ---> c41fed4a1333 Step 4/9 : RUN dnf -y install make git gcc && dnf -y clean all ---> Running in c40853f60e30 Fedora 28 - x86_64 - Updates 5.2 MB/s | 19 MB 00:03 Fedora 28 - x86_64 3.1 MB/s | 60 MB 00:19 Last metadata expiration check: 0:00:10 ago on Wed Jul 18 11:57:35 2018. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gcc x86_64 8.1.1-1.fc28 updates 22 M git x86_64 2.17.1-3.fc28 updates 221 k make x86_64 1:4.2.1-6.fc28 fedora 497 k Upgrading: libgcc x86_64 8.1.1-1.fc28 updates 89 k Installing dependencies: binutils x86_64 2.29.1-23.fc28 updates 6.0 M cpp x86_64 8.1.1-1.fc28 updates 9.8 M emacs-filesystem noarch 1:26.1-3.fc28 updates 68 k fipscheck x86_64 1.5.0-4.fc28 fedora 26 k fipscheck-lib x86_64 1.5.0-4.fc28 fedora 14 k gc x86_64 7.6.4-3.fc28 fedora 108 k git-core x86_64 2.17.1-3.fc28 updates 4.0 M git-core-doc noarch 2.17.1-3.fc28 updates 2.3 M glibc-devel x86_64 2.27-8.fc28 fedora 1.0 M glibc-headers x86_64 2.27-8.fc28 fedora 454 k groff-base x86_64 1.22.3-15.fc28 fedora 1.0 M guile x86_64 5:2.0.14-7.fc28 fedora 3.5 M isl x86_64 0.16.1-6.fc28 fedora 841 k kernel-headers x86_64 4.17.6-200.fc28 updates 1.2 M less x86_64 530-1.fc28 fedora 163 k libatomic_ops x86_64 7.6.2-3.fc28 fedora 37 k libedit x86_64 3.1-23.20170329cvs.fc28 fedora 101 k libgomp x86_64 8.1.1-1.fc28 updates 198 k libmpc x86_64 1.0.2-9.fc28 fedora 58 k libpkgconf x86_64 1.4.2-1.fc28 fedora 34 k libsecret x86_64 0.18.6-1.fc28 fedora 162 k libstdc++ x86_64 8.1.1-1.fc28 updates 468 k libtool-ltdl x86_64 2.4.6-24.fc28 updates 57 k libxcrypt-devel x86_64 4.0.0-5.fc28 fedora 15 k ncurses x86_64 6.1-4.20180224.fc28 fedora 377 k openssh x86_64 7.7p1-5.fc28 updates 483 k openssh-clients x86_64 7.7p1-5.fc28 updates 684 k perl-Carp noarch 1.42-396.fc28 updates 29 k perl-Data-Dumper x86_64 2.167-399.fc28 fedora 57 k perl-Digest noarch 1.17-395.fc28 fedora 26 k perl-Digest-MD5 x86_64 2.55-396.fc28 fedora 36 k perl-Encode x86_64 4:2.97-3.fc28 fedora 1.5 M perl-Errno x86_64 1.28-412.fc28 updates 74 k perl-Error noarch 1:0.17025-2.fc28 fedora 45 k perl-Exporter noarch 5.72-396.fc28 fedora 33 k perl-File-Path noarch 2.15-2.fc28 fedora 37 k perl-File-Temp noarch 0.230.600-1.fc28 updates 62 k perl-Getopt-Long noarch 1:2.50-4.fc28 fedora 62 k perl-Git noarch 2.17.1-3.fc28 updates 73 k perl-HTTP-Tiny noarch 0.070-395.fc28 fedora 56 k perl-IO x86_64 1.38-412.fc28 updates 138 k perl-IO-Socket-IP noarch 0.39-5.fc28 fedora 46 k perl-MIME-Base64 x86_64 3.15-396.fc28 fedora 29 k perl-Net-SSLeay x86_64 1.85-1.fc28 fedora 356 k perl-PathTools x86_64 3.74-1.fc28 fedora 89 k perl-Pod-Escapes noarch 1:1.07-395.fc28 fedora 19 k perl-Pod-Perldoc noarch 3.28-396.fc28 fedora 87 k perl-Pod-Simple noarch 1:3.35-395.fc28 fedora 212 k perl-Pod-Usage noarch 4:1.69-395.fc28 fedora 33 k perl-Scalar-List-Utils x86_64 3:1.49-2.fc28 fedora 67 k perl-Socket x86_64 4:2.027-2.fc28 fedora 58 k perl-Storable x86_64 1:3.11-2.fc28 updates 97 k perl-Term-ANSIColor noarch 4.06-396.fc28 fedora 45 k perl-Term-Cap noarch 1.17-395.fc28 fedora 22 k perl-TermReadKey x86_64 2.37-7.fc28 fedora 39 k perl-Text-ParseWords noarch 3.30-395.fc28 fedora 17 k perl-Text-Tabs+Wrap noarch 2013.0523-395.fc28 fedora 23 k perl-Time-Local noarch 1:1.280-1.fc28 updates 32 k perl-URI noarch 1.73-2.fc28 fedora 115 k perl-Unicode-Normalize x86_64 1.25-396.fc28 fedora 81 k perl-constant noarch 1.33-396.fc28 fedora 24 k perl-interpreter x86_64 4:5.26.2-412.fc28 updates 6.2 M perl-libnet noarch 3.11-3.fc28 fedora 120 k perl-libs x86_64 4:5.26.2-412.fc28 updates 1.5 M perl-macros x86_64 4:5.26.2-412.fc28 updates 70 k perl-parent noarch 1:0.236-395.fc28 fedora 19 k perl-podlators noarch 4.11-1.fc28 updates 117 k perl-threads x86_64 1:2.21-2.fc28 fedora 60 k perl-threads-shared x86_64 1.58-2.fc28 fedora 46 k pkgconf x86_64 1.4.2-1.fc28 fedora 37 k pkgconf-m4 noarch 1.4.2-1.fc28 fedora 16 k pkgconf-pkg-config x86_64 1.4.2-1.fc28 fedora 14 k Installing weak dependencies: perl-IO-Socket-SSL noarch 2.056-1.fc28 fedora 285 k perl-Mozilla-CA noarch 20160104-7.fc28 fedora 14 k Transaction Summary ================================================================================ Install 77 Packages Upgrade 1 Package Total download size: 68 M Downloading Packages: (1/78): gc-7.6.4-3.fc28.x86_64.rpm 139 kB/s | 108 kB 00:00 (2/78): libatomic_ops-7.6.2-3.fc28.x86_64.rpm 530 kB/s | 37 kB 00:00 (3/78): make-4.2.1-6.fc28.x86_64.rpm 544 kB/s | 497 kB 00:00 (4/78): git-2.17.1-3.fc28.x86_64.rpm 298 kB/s | 221 kB 00:00 (5/78): guile-2.0.14-7.fc28.x86_64.rpm 2.0 MB/s | 3.5 MB 00:01 (6/78): perl-Git-2.17.1-3.fc28.noarch.rpm 178 kB/s | 73 kB 00:00 (7/78): libsecret-0.18.6-1.fc28.x86_64.rpm 551 kB/s | 162 kB 00:00 (8/78): perl-Getopt-Long-2.50-4.fc28.noarch.rpm 690 kB/s | 62 kB 00:00 (9/78): perl-PathTools-3.74-1.fc28.x86_64.rpm 913 kB/s | 89 kB 00:00 (10/78): perl-TermReadKey-2.37-7.fc28.x86_64.rp 403 kB/s | 39 kB 00:00 (11/78): less-530-1.fc28.x86_64.rpm 1.6 MB/s | 163 kB 00:00 (12/78): perl-Error-0.17025-2.fc28.noarch.rpm 466 kB/s | 45 kB 00:00 (13/78): perl-Exporter-5.72-396.fc28.noarch.rpm 339 kB/s | 33 kB 00:00 (14/78): perl-Pod-Usage-1.69-395.fc28.noarch.rp 341 kB/s | 33 kB 00:00 (15/78): perl-Text-ParseWords-3.30-395.fc28.noa 174 kB/s | 17 kB 00:00 (16/78): perl-constant-1.33-396.fc28.noarch.rpm 249 kB/s | 24 kB 00:00 (17/78): perl-Scalar-List-Utils-1.49-2.fc28.x86 684 kB/s | 67 kB 00:00 (18/78): perl-Pod-Perldoc-3.28-396.fc28.noarch. 832 kB/s | 87 kB 00:00 (19/78): groff-base-1.22.3-15.fc28.x86_64.rpm 4.7 MB/s | 1.0 MB 00:00 (20/78): perl-HTTP-Tiny-0.070-395.fc28.noarch.r 795 kB/s | 56 kB 00:00 (21/78): perl-Pod-Simple-3.35-395.fc28.noarch.r 2.1 MB/s | 212 kB 00:00 (22/78): perl-parent-0.236-395.fc28.noarch.rpm 269 kB/s | 19 kB 00:00 (23/78): git-core-doc-2.17.1-3.fc28.noarch.rpm 948 kB/s | 2.3 MB 00:02 (24/78): perl-MIME-Base64-3.15-396.fc28.x86_64. 288 kB/s | 29 kB 00:00 (25/78): perl-Pod-Escapes-1.07-395.fc28.noarch. 251 kB/s | 19 kB 00:00 (26/78): perl-Text-Tabs+Wrap-2013.0523-395.fc28 336 kB/s | 23 kB 00:00 (27/78): perl-Socket-2.027-2.fc28.x86_64.rpm 248 kB/s | 58 kB 00:00 (28/78): git-core-2.17.1-3.fc28.x86_64.rpm 1.0 MB/s | 4.0 MB 00:03 (29/78): isl-0.16.1-6.fc28.x86_64.rpm 2.7 MB/s | 841 kB 00:00 (30/78): libmpc-1.0.2-9.fc28.x86_64.rpm 634 kB/s | 58 kB 00:00 (31/78): cpp-8.1.1-1.fc28.x86_64.rpm 1.2 MB/s | 9.8 MB 00:08 (32/78): perl-interpreter-5.26.2-412.fc28.x86_6 811 kB/s | 6.2 MB 00:07 (33/78): perl-File-Path-2.15-2.fc28.noarch.rpm 96 kB/s | 37 kB 00:00 (34/78): perl-Unicode-Normalize-1.25-396.fc28.x 551 kB/s | 81 kB 00:00 (35/78): perl-threads-2.21-2.fc28.x86_64.rpm 613 kB/s | 60 kB 00:00 (36/78): perl-threads-shared-1.58-2.fc28.x86_64 474 kB/s | 46 kB 00:00 (37/78): perl-Errno-1.28-412.fc28.x86_64.rpm 323 kB/s | 74 kB 00:00 (38/78): perl-Carp-1.42-396.fc28.noarch.rpm 249 kB/s | 29 kB 00:00 (39/78): perl-podlators-4.11-1.fc28.noarch.rpm 139 kB/s | 117 kB 00:00 (40/78): perl-Term-ANSIColor-4.06-396.fc28.noar 226 kB/s | 45 kB 00:00 (41/78): perl-Term-Cap-1.17-395.fc28.noarch.rpm 227 kB/s | 22 kB 00:00 (42/78): ncurses-6.1-4.20180224.fc28.x86_64.rpm 1.8 MB/s | 377 kB 00:00 (43/78): perl-Encode-2.97-3.fc28.x86_64.rpm 4.9 MB/s | 1.5 MB 00:00 (44/78): perl-File-Temp-0.230.600-1.fc28.noarch 187 kB/s | 62 kB 00:00 (45/78): perl-IO-1.38-412.fc28.x86_64.rpm 656 kB/s | 138 kB 00:00 (46/78): perl-Time-Local-1.280-1.fc28.noarch.rp 241 kB/s | 32 kB 00:00 (47/78): gcc-8.1.1-1.fc28.x86_64.rpm 1.8 MB/s | 22 MB 00:12 (48/78): libtool-ltdl-2.4.6-24.fc28.x86_64.rpm 402 kB/s | 57 kB 00:00 (49/78): perl-Storable-3.11-2.fc28.x86_64.rpm 117 kB/s | 97 kB 00:00 (50/78): perl-libs-5.26.2-412.fc28.x86_64.rpm 321 kB/s | 1.5 MB 00:04 (51/78): perl-macros-5.26.2-412.fc28.x86_64.rpm 113 kB/s | 70 kB 00:00 (52/78): libstdc++-8.1.1-1.fc28.x86_64.rpm 403 kB/s | 468 kB 00:01 (53/78): fipscheck-lib-1.5.0-4.fc28.x86_64.rpm 75 kB/s | 14 kB 00:00 (54/78): openssh-clients-7.7p1-5.fc28.x86_64.rp 842 kB/s | 684 kB 00:00 (55/78): libedit-3.1-23.20170329cvs.fc28.x86_64 480 kB/s | 101 kB 00:00 (56/78): emacs-filesystem-26.1-3.fc28.noarch.rp 412 kB/s | 68 kB 00:00 (57/78): fipscheck-1.5.0-4.fc28.x86_64.rpm 68 kB/s | 26 kB 00:00 (58/78): glibc-devel-2.27-8.fc28.x86_64.rpm 2.5 MB/s | 1.0 MB 00:00 (59/78): libxcrypt-devel-4.0.0-5.fc28.x86_64.rp 165 kB/s | 15 kB 00:00 (60/78): glibc-headers-2.27-8.fc28.x86_64.rpm 2.2 MB/s | 454 kB 00:00 (61/78): libgomp-8.1.1-1.fc28.x86_64.rpm 381 kB/s | 198 kB 00:00 (62/78): pkgconf-pkg-config-1.4.2-1.fc28.x86_64 187 kB/s | 14 kB 00:00 (63/78): pkgconf-1.4.2-1.fc28.x86_64.rpm 439 kB/s | 37 kB 00:00 (64/78): openssh-7.7p1-5.fc28.x86_64.rpm 223 kB/s | 483 kB 00:02 (65/78): pkgconf-m4-1.4.2-1.fc28.noarch.rpm 222 kB/s | 16 kB 00:00 (66/78): libpkgconf-1.4.2-1.fc28.x86_64.rpm 191 kB/s | 34 kB 00:00 (67/78): perl-Mozilla-CA-20160104-7.fc28.noarch 144 kB/s | 14 kB 00:00 (68/78): perl-IO-Socket-SSL-2.056-1.fc28.noarch 1.4 MB/s | 285 kB 00:00 (69/78): perl-IO-Socket-IP-0.39-5.fc28.noarch.r 480 kB/s | 46 kB 00:00 (70/78): perl-Net-SSLeay-1.85-1.fc28.x86_64.rpm 3.5 MB/s | 356 kB 00:00 (71/78): perl-URI-1.73-2.fc28.noarch.rpm 1.2 MB/s | 115 kB 00:00 (72/78): perl-Data-Dumper-2.167-399.fc28.x86_64 748 kB/s | 57 kB 00:00 (73/78): perl-libnet-3.11-3.fc28.noarch.rpm 1.2 MB/s | 120 kB 00:00 (74/78): perl-Digest-MD5-2.55-396.fc28.x86_64.r 361 kB/s | 36 kB 00:00 (75/78): perl-Digest-1.17-395.fc28.noarch.rpm 260 kB/s | 26 kB 00:00 (76/78): kernel-headers-4.17.6-200.fc28.x86_64. 874 kB/s | 1.2 MB 00:01 (77/78): libgcc-8.1.1-1.fc28.x86_64.rpm 118 kB/s | 89 kB 00:00 (78/78): binutils-2.29.1-23.fc28.x86_64.rpm 764 kB/s | 6.0 MB 00:08 -------------------------------------------------------------------------------- Total 2.5 MB/s | 68 MB 00:27 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : perl-libs-4:5.26.2-412.fc28.x86_64 1/79 Installing : perl-Carp-1.42-396.fc28.noarch 2/79 Installing : perl-Exporter-5.72-396.fc28.noarch 3/79 Installing : perl-Scalar-List-Utils-3:1.49-2.fc28.x86_64 4/79 Upgrading : libgcc-8.1.1-1.fc28.x86_64 5/79 Running scriptlet: libgcc-8.1.1-1.fc28.x86_64 5/79 Installing : fipscheck-1.5.0-4.fc28.x86_64 6/79 Installing : fipscheck-lib-1.5.0-4.fc28.x86_64 7/79 Running scriptlet: fipscheck-lib-1.5.0-4.fc28.x86_64 7/79 Installing : libstdc++-8.1.1-1.fc28.x86_64 8/79 Running scriptlet: libstdc++-8.1.1-1.fc28.x86_64 8/79 Installing : perl-Text-ParseWords-3.30-395.fc28.noarch 9/79 Installing : libmpc-1.0.2-9.fc28.x86_64 10/79 Running scriptlet: libmpc-1.0.2-9.fc28.x86_64 10/79 Installing : cpp-8.1.1-1.fc28.x86_64 11/79 Running scriptlet: cpp-8.1.1-1.fc28.x86_64 11/79 Installing : groff-base-1.22.3-15.fc28.x86_64 12/79 Running scriptlet: openssh-7.7p1-5.fc28.x86_64 13/79 Installing : openssh-7.7p1-5.fc28.x86_64 13/79 Installing : perl-Term-ANSIColor-4.06-396.fc28.noarch 14/79 Installing : perl-macros-4:5.26.2-412.fc28.x86_64 15/79 Installing : perl-constant-1.33-396.fc28.noarch 16/79 Installing : perl-parent-1:0.236-395.fc28.noarch 17/79 Installing : perl-Socket-4:2.027-2.fc28.x86_64 18/79 Installing : perl-Text-Tabs+Wrap-2013.0523-395.fc28.noarch 19/79 Installing : perl-File-Path-2.15-2.fc28.noarch 20/79 Installing : perl-Unicode-Normalize-1.25-396.fc28.x86_64 21/79 Installing : perl-threads-shared-1.58-2.fc28.x86_64 22/79 Installing : perl-threads-1:2.21-2.fc28.x86_64 23/79 Installing : perl-Errno-1.28-412.fc28.x86_64 24/79 Installing : perl-PathTools-3.74-1.fc28.x86_64 25/79 Installing : perl-interpreter-4:5.26.2-412.fc28.x86_64 26/79 Installing : perl-IO-1.38-412.fc28.x86_64 27/79 Installing : perl-MIME-Base64-3.15-396.fc28.x86_64 28/79 Installing : perl-Time-Local-1:1.280-1.fc28.noarch 29/79 Installing : perl-HTTP-Tiny-0.070-395.fc28.noarch 30/79 Installing : perl-File-Temp-0.230.600-1.fc28.noarch 31/79 Installing : perl-IO-Socket-IP-0.39-5.fc28.noarch 32/79 Installing : perl-Net-SSLeay-1.85-1.fc28.x86_64 33/79 Installing : perl-Digest-1.17-395.fc28.noarch 34/79 Installing : perl-Digest-MD5-2.55-396.fc28.x86_64 35/79 Installing : perl-libnet-3.11-3.fc28.noarch 36/79 Installing : perl-Storable-1:3.11-2.fc28.x86_64 37/79 Installing : perl-TermReadKey-2.37-7.fc28.x86_64 38/79 Installing : perl-Error-1:0.17025-2.fc28.noarch 39/79 Installing : perl-Pod-Escapes-1:1.07-395.fc28.noarch 40/79 Installing : perl-Data-Dumper-2.167-399.fc28.x86_64 41/79 Installing : kernel-headers-4.17.6-200.fc28.x86_64 42/79 Running scriptlet: glibc-headers-2.27-8.fc28.x86_64 43/79 Installing : glibc-headers-2.27-8.fc28.x86_64 43/79 Installing : libpkgconf-1.4.2-1.fc28.x86_64 44/79 Installing : pkgconf-1.4.2-1.fc28.x86_64 45/79 Installing : pkgconf-m4-1.4.2-1.fc28.noarch 46/79 Installing : pkgconf-pkg-config-1.4.2-1.fc28.x86_64 47/79 Installing : libxcrypt-devel-4.0.0-5.fc28.x86_64 48/79 Installing : glibc-devel-2.27-8.fc28.x86_64 49/79 Running scriptlet: glibc-devel-2.27-8.fc28.x86_64 49/79 Installing : libgomp-8.1.1-1.fc28.x86_64 50/79 Running scriptlet: libgomp-8.1.1-1.fc28.x86_64 50/79 Installing : binutils-2.29.1-23.fc28.x86_64 51/79 Running scriptlet: binutils-2.29.1-23.fc28.x86_64 51/79 install-info: No such file or directory for /usr/share/info/as.info.gz install-info: No such file or directory for /usr/share/info/binutils.info.gz install-info: No such file or directory for /usr/share/info/gprof.info.gz install-info: No such file or directory for /usr/share/info/ld.info.gz Installing : emacs-filesystem-1:26.1-3.fc28.noarch 52/79 Installing : libedit-3.1-23.20170329cvs.fc28.x86_64 53/79 Installing : openssh-clients-7.7p1-5.fc28.x86_64 54/79 Installing : libtool-ltdl-2.4.6-24.fc28.x86_64 55/79 Running scriptlet: libtool-ltdl-2.4.6-24.fc28.x86_64 55/79 Installing : ncurses-6.1-4.20180224.fc28.x86_64 56/79 Installing : perl-Term-Cap-1.17-395.fc28.noarch 57/79 Installing : perl-Pod-Simple-1:3.35-395.fc28.noarch 58/79 Installing : perl-Pod-Usage-4:1.69-395.fc28.noarch 59/79 Installing : perl-Getopt-Long-1:2.50-4.fc28.noarch 60/79 Installing : perl-Encode-4:2.97-3.fc28.x86_64 61/79 Installing : perl-podlators-4.11-1.fc28.noarch 62/79 Installing : perl-Pod-Perldoc-3.28-396.fc28.noarch 63/79 Installing : perl-URI-1.73-2.fc28.noarch 64/79 Installing : isl-0.16.1-6.fc28.x86_64 65/79 Running scriptlet: isl-0.16.1-6.fc28.x86_64 65/79 Installing : less-530-1.fc28.x86_64 66/79 Installing : git-core-2.17.1-3.fc28.x86_64 67/79 Installing : git-core-doc-2.17.1-3.fc28.noarch 68/79 Installing : libsecret-0.18.6-1.fc28.x86_64 69/79 Installing : perl-Git-2.17.1-3.fc28.noarch 70/79 Installing : git-2.17.1-3.fc28.x86_64 71/79 Installing : libatomic_ops-7.6.2-3.fc28.x86_64 72/79 Installing : gc-7.6.4-3.fc28.x86_64 73/79 Installing : guile-5:2.0.14-7.fc28.x86_64 74/79 Running scriptlet: guile-5:2.0.14-7.fc28.x86_64 74/79 Installing : make-1:4.2.1-6.fc28.x86_64 75/79 Running scriptlet: make-1:4.2.1-6.fc28.x86_64 75/79 Installing : gcc-8.1.1-1.fc28.x86_64 76/79 Running scriptlet: gcc-8.1.1-1.fc28.x86_64 76/79 Installing : perl-IO-Socket-SSL-2.056-1.fc28.noarch 77/79 Installing : perl-Mozilla-CA-20160104-7.fc28.noarch 78/79 Cleanup : libgcc-8.0.1-0.20.fc28.x86_64 79/79 Running scriptlet: libgcc-8.0.1-0.20.fc28.x86_64 79/79 Running scriptlet: guile-5:2.0.14-7.fc28.x86_64 79/79 Running scriptlet: libgcc-8.0.1-0.20.fc28.x86_64 79/79 Verifying : make-1:4.2.1-6.fc28.x86_64 1/79 Verifying : gc-7.6.4-3.fc28.x86_64 2/79 Verifying : guile-5:2.0.14-7.fc28.x86_64 3/79 Verifying : libatomic_ops-7.6.2-3.fc28.x86_64 4/79 Verifying : git-2.17.1-3.fc28.x86_64 5/79 Verifying : git-core-2.17.1-3.fc28.x86_64 6/79 Verifying : git-core-doc-2.17.1-3.fc28.noarch 7/79 Verifying : perl-Git-2.17.1-3.fc28.noarch 8/79 Verifying : libsecret-0.18.6-1.fc28.x86_64 9/79 Verifying : perl-Getopt-Long-1:2.50-4.fc28.noarch 10/79 Verifying : perl-PathTools-3.74-1.fc28.x86_64 11/79 Verifying : perl-TermReadKey-2.37-7.fc28.x86_64 12/79 Verifying : less-530-1.fc28.x86_64 13/79 Verifying : perl-Error-1:0.17025-2.fc28.noarch 14/79 Verifying : perl-Exporter-5.72-396.fc28.noarch 15/79 Verifying : perl-Pod-Usage-4:1.69-395.fc28.noarch 16/79 Verifying : perl-Text-ParseWords-3.30-395.fc28.noarch 17/79 Verifying : perl-constant-1.33-396.fc28.noarch 18/79 Verifying : perl-Scalar-List-Utils-3:1.49-2.fc28.x86_64 19/79 Verifying : perl-Pod-Perldoc-3.28-396.fc28.noarch 20/79 Verifying : groff-base-1.22.3-15.fc28.x86_64 21/79 Verifying : perl-HTTP-Tiny-0.070-395.fc28.noarch 22/79 Verifying : perl-Pod-Simple-1:3.35-395.fc28.noarch 23/79 Verifying : perl-parent-1:0.236-395.fc28.noarch 24/79 Verifying : perl-MIME-Base64-3.15-396.fc28.x86_64 25/79 Verifying : perl-Socket-4:2.027-2.fc28.x86_64 26/79 Verifying : perl-Pod-Escapes-1:1.07-395.fc28.noarch 27/79 Verifying : perl-Text-Tabs+Wrap-2013.0523-395.fc28.noarch 28/79 Verifying : gcc-8.1.1-1.fc28.x86_64 29/79 Verifying : cpp-8.1.1-1.fc28.x86_64 30/79 Verifying : isl-0.16.1-6.fc28.x86_64 31/79 Verifying : libmpc-1.0.2-9.fc28.x86_64 32/79 Verifying : perl-interpreter-4:5.26.2-412.fc28.x86_64 33/79 Verifying : perl-libs-4:5.26.2-412.fc28.x86_64 34/79 Verifying : perl-File-Path-2.15-2.fc28.noarch 35/79 Verifying : perl-Unicode-Normalize-1.25-396.fc28.x86_64 36/79 Verifying : perl-threads-1:2.21-2.fc28.x86_64 37/79 Verifying : perl-threads-shared-1.58-2.fc28.x86_64 38/79 Verifying : perl-Errno-1.28-412.fc28.x86_64 39/79 Verifying : perl-Carp-1.42-396.fc28.noarch 40/79 Verifying : perl-podlators-4.11-1.fc28.noarch 41/79 Verifying : perl-Term-ANSIColor-4.06-396.fc28.noarch 42/79 Verifying : perl-Term-Cap-1.17-395.fc28.noarch 43/79 Verifying : ncurses-6.1-4.20180224.fc28.x86_64 44/79 Verifying : perl-Encode-4:2.97-3.fc28.x86_64 45/79 Verifying : perl-File-Temp-0.230.600-1.fc28.noarch 46/79 Verifying : perl-IO-1.38-412.fc28.x86_64 47/79 Verifying : perl-Time-Local-1:1.280-1.fc28.noarch 48/79 Verifying : perl-Storable-1:3.11-2.fc28.x86_64 49/79 Verifying : libtool-ltdl-2.4.6-24.fc28.x86_64 50/79 Verifying : libstdc++-8.1.1-1.fc28.x86_64 51/79 Verifying : perl-macros-4:5.26.2-412.fc28.x86_64 52/79 Verifying : openssh-clients-7.7p1-5.fc28.x86_64 53/79 Verifying : openssh-7.7p1-5.fc28.x86_64 54/79 Verifying : fipscheck-lib-1.5.0-4.fc28.x86_64 55/79 Verifying : libedit-3.1-23.20170329cvs.fc28.x86_64 56/79 Verifying : fipscheck-1.5.0-4.fc28.x86_64 57/79 Verifying : emacs-filesystem-1:26.1-3.fc28.noarch 58/79 Verifying : binutils-2.29.1-23.fc28.x86_64 59/79 Verifying : glibc-devel-2.27-8.fc28.x86_64 60/79 Verifying : libxcrypt-devel-4.0.0-5.fc28.x86_64 61/79 Verifying : glibc-headers-2.27-8.fc28.x86_64 62/79 Verifying : libgomp-8.1.1-1.fc28.x86_64 63/79 Verifying : pkgconf-pkg-config-1.4.2-1.fc28.x86_64 64/79 Verifying : pkgconf-1.4.2-1.fc28.x86_64 65/79 Verifying : pkgconf-m4-1.4.2-1.fc28.noarch 66/79 Verifying : libpkgconf-1.4.2-1.fc28.x86_64 67/79 Verifying : kernel-headers-4.17.6-200.fc28.x86_64 68/79 Verifying : perl-Mozilla-CA-20160104-7.fc28.noarch 69/79 Verifying : perl-IO-Socket-SSL-2.056-1.fc28.noarch 70/79 Verifying : perl-IO-Socket-IP-0.39-5.fc28.noarch 71/79 Verifying : perl-Net-SSLeay-1.85-1.fc28.x86_64 72/79 Verifying : perl-URI-1.73-2.fc28.noarch 73/79 Verifying : perl-Data-Dumper-2.167-399.fc28.x86_64 74/79 Verifying : perl-libnet-3.11-3.fc28.noarch 75/79 Verifying : perl-Digest-MD5-2.55-396.fc28.x86_64 76/79 Verifying : perl-Digest-1.17-395.fc28.noarch 77/79 Verifying : libgcc-8.1.1-1.fc28.x86_64 78/79 Verifying : libgcc-8.0.1-0.20.fc28.x86_64 79/79 Installed: gcc.x86_64 8.1.1-1.fc28 git.x86_64 2.17.1-3.fc28 make.x86_64 1:4.2.1-6.fc28 perl-IO-Socket-SSL.noarch 2.056-1.fc28 perl-Mozilla-CA.noarch 20160104-7.fc28 binutils.x86_64 2.29.1-23.fc28 cpp.x86_64 8.1.1-1.fc28 emacs-filesystem.noarch 1:26.1-3.fc28 fipscheck.x86_64 1.5.0-4.fc28 fipscheck-lib.x86_64 1.5.0-4.fc28 gc.x86_64 7.6.4-3.fc28 git-core.x86_64 2.17.1-3.fc28 git-core-doc.noarch 2.17.1-3.fc28 glibc-devel.x86_64 2.27-8.fc28 glibc-headers.x86_64 2.27-8.fc28 groff-base.x86_64 1.22.3-15.fc28 guile.x86_64 5:2.0.14-7.fc28 isl.x86_64 0.16.1-6.fc28 kernel-headers.x86_64 4.17.6-200.fc28 less.x86_64 530-1.fc28 libatomic_ops.x86_64 7.6.2-3.fc28 libedit.x86_64 3.1-23.20170329cvs.fc28 libgomp.x86_64 8.1.1-1.fc28 libmpc.x86_64 1.0.2-9.fc28 libpkgconf.x86_64 1.4.2-1.fc28 libsecret.x86_64 0.18.6-1.fc28 libstdc++.x86_64 8.1.1-1.fc28 libtool-ltdl.x86_64 2.4.6-24.fc28 libxcrypt-devel.x86_64 4.0.0-5.fc28 ncurses.x86_64 6.1-4.20180224.fc28 openssh.x86_64 7.7p1-5.fc28 openssh-clients.x86_64 7.7p1-5.fc28 perl-Carp.noarch 1.42-396.fc28 perl-Data-Dumper.x86_64 2.167-399.fc28 perl-Digest.noarch 1.17-395.fc28 perl-Digest-MD5.x86_64 2.55-396.fc28 perl-Encode.x86_64 4:2.97-3.fc28 perl-Errno.x86_64 1.28-412.fc28 perl-Error.noarch 1:0.17025-2.fc28 perl-Exporter.noarch 5.72-396.fc28 perl-File-Path.noarch 2.15-2.fc28 perl-File-Temp.noarch 0.230.600-1.fc28 perl-Getopt-Long.noarch 1:2.50-4.fc28 perl-Git.noarch 2.17.1-3.fc28 perl-HTTP-Tiny.noarch 0.070-395.fc28 perl-IO.x86_64 1.38-412.fc28 perl-IO-Socket-IP.noarch 0.39-5.fc28 perl-MIME-Base64.x86_64 3.15-396.fc28 perl-Net-SSLeay.x86_64 1.85-1.fc28 perl-PathTools.x86_64 3.74-1.fc28 perl-Pod-Escapes.noarch 1:1.07-395.fc28 perl-Pod-Perldoc.noarch 3.28-396.fc28 perl-Pod-Simple.noarch 1:3.35-395.fc28 perl-Pod-Usage.noarch 4:1.69-395.fc28 perl-Scalar-List-Utils.x86_64 3:1.49-2.fc28 perl-Socket.x86_64 4:2.027-2.fc28 perl-Storable.x86_64 1:3.11-2.fc28 perl-Term-ANSIColor.noarch 4.06-396.fc28 perl-Term-Cap.noarch 1.17-395.fc28 perl-TermReadKey.x86_64 2.37-7.fc28 perl-Text-ParseWords.noarch 3.30-395.fc28 perl-Text-Tabs+Wrap.noarch 2013.0523-395.fc28 perl-Time-Local.noarch 1:1.280-1.fc28 perl-URI.noarch 1.73-2.fc28 perl-Unicode-Normalize.x86_64 1.25-396.fc28 perl-constant.noarch 1.33-396.fc28 perl-interpreter.x86_64 4:5.26.2-412.fc28 perl-libnet.noarch 3.11-3.fc28 perl-libs.x86_64 4:5.26.2-412.fc28 perl-macros.x86_64 4:5.26.2-412.fc28 perl-parent.noarch 1:0.236-395.fc28 perl-podlators.noarch 4.11-1.fc28 perl-threads.x86_64 1:2.21-2.fc28 perl-threads-shared.x86_64 1.58-2.fc28 pkgconf.x86_64 1.4.2-1.fc28 pkgconf-m4.noarch 1.4.2-1.fc28 pkgconf-pkg-config.x86_64 1.4.2-1.fc28 Upgraded: libgcc.x86_64 8.1.1-1.fc28 Complete! 18 files removed ---> b67f8a9cd0ec Removing intermediate container c40853f60e30 Step 5/9 : ENV GIMME_GO_VERSION 1.9.2 ---> Running in bbe915574c90 ---> 51f7c16e6b92 Removing intermediate container bbe915574c90 Step 6/9 : RUN mkdir -p /gimme && curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | HOME=/gimme bash >> /etc/profile.d/gimme.sh ---> Running in d1306d719d71  ---> e90fd5d4bf56 Removing intermediate container d1306d719d71 Step 7/9 : ENV GOPATH "/go" GOBIN "/usr/bin" ---> Running in 10638e131415 ---> eece07e9fb91 Removing intermediate container 10638e131415 Step 8/9 : RUN mkdir -p /go && source /etc/profile.d/gimme.sh && go get github.com/masterzen/winrm-cli ---> Running in b807a8e96cc9 go version go1.9.2 linux/amd64  ---> 2b99241931a3 Removing intermediate container b807a8e96cc9 Step 9/9 : LABEL "kubevirt-functional-tests-k8s-1.10.3-dev0" '' "winrmcli" '' ---> Running in 7ccc49151a0b ---> 62cdfefbeef6 Removing intermediate container 7ccc49151a0b Successfully built 62cdfefbeef6 Sending build context to Docker daemon 35.17 MB Step 1/5 : FROM fedora:27 Trying to pull repository docker.io/library/fedora ... 27: Pulling from docker.io/library/fedora 2176639d844b: Pulling fs layer 2176639d844b: Verifying Checksum 2176639d844b: Download complete 2176639d844b: Pull complete Digest: sha256:ec588fc80b05e19d3006bf2e8aa325f0a2e2ff1f609b7afb39176ca8e3e13467 Status: Downloaded newer image for docker.io/fedora:27 ---> 9110ae7f579f Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Running in 94a956f1ab42 ---> 43cfafb0eafc Removing intermediate container 94a956f1ab42 Step 3/5 : COPY example-hook-sidecar /example-hook-sidecar ---> dddddb5dd60d Removing intermediate container 4ec7e6ea04d5 Step 4/5 : ENTRYPOINT /example-hook-sidecar ---> Running in 80f57e0cd625 ---> d1ebbddfb954 Removing intermediate container 80f57e0cd625 Step 5/5 : LABEL "example-hook-sidecar" '' "kubevirt-functional-tests-k8s-1.10.3-dev0" '' ---> Running in d863e4af8bcf ---> 725a36b2a5eb Removing intermediate container d863e4af8bcf Successfully built 725a36b2a5eb hack/build-docker.sh push The push refers to a repository [localhost:32771/kubevirt/virt-controller] 08418207a0e6: Preparing 291a040d9067: Preparing 891e1e4ef82a: Preparing 291a040d9067: Pushed 08418207a0e6: Pushed 891e1e4ef82a: Pushed devel: digest: sha256:dcc04a27f3d697d7338d9fcb93cf70467028393aeb7104d1e19a87e4c237d00a size: 949 The push refers to a repository [localhost:32771/kubevirt/virt-launcher] 9a5014861af6: Preparing 39441d9fd12b: Preparing 28cb7bf04f41: Preparing 9466e554a29a: Preparing 775662c88314: Preparing 03cf24bfe08c: Preparing da38cf808aa5: Preparing b83399358a92: Preparing 186d8b3e4fd8: Preparing fa6154170bf5: Preparing 5eefb9960a36: Preparing 891e1e4ef82a: Preparing da38cf808aa5: Waiting b83399358a92: Waiting 186d8b3e4fd8: Waiting fa6154170bf5: Waiting 5eefb9960a36: Waiting 891e1e4ef82a: Waiting 03cf24bfe08c: Waiting 9a5014861af6: Pushed 39441d9fd12b: Pushed 9466e554a29a: Pushed da38cf808aa5: Pushed b83399358a92: Pushed fa6154170bf5: Pushed 186d8b3e4fd8: Pushed 891e1e4ef82a: Mounted from kubevirt/virt-controller 28cb7bf04f41: Pushed 775662c88314: Pushed 03cf24bfe08c: Pushed 5eefb9960a36: Pushed devel: digest: sha256:b0fda91960fa2c73fc64684a6c850ec9c7aae16e416c99ba52b0311224a78290 size: 2828 The push refers to a repository [localhost:32771/kubevirt/virt-handler] 90631de6634e: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-launcher 90631de6634e: Pushed devel: digest: sha256:ac03cad4cd1c09121b6176684b094e949baf5936125f28aa8e8d96f09e298c29 size: 741 The push refers to a repository [localhost:32771/kubevirt/virt-api] 1071ec546674: Preparing c1418c9009fc: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-handler c1418c9009fc: Pushed 1071ec546674: Pushed devel: digest: sha256:3d31e8fa2e6fb718ad84c26a434540a7f93f8b6dd2a28b165b31dde1edca675a size: 948 The push refers to a repository [localhost:32771/kubevirt/disks-images-provider] 080f4f9db6ce: Preparing 7270498e55cc: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-api 080f4f9db6ce: Pushed 7270498e55cc: Pushed devel: digest: sha256:cb94c24feeb8ecbee5fbd990f6d8a0cbe9566e9fd7c1a0d897e5a61addd98ab5 size: 948 The push refers to a repository [localhost:32771/kubevirt/vm-killer] 68a997c47b9c: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/disks-images-provider 68a997c47b9c: Pushed devel: digest: sha256:6b9412e3f7045c9ce0ffa7f2b7bbeb462bc0ac88923332fa511cf32c4c07331a size: 740 The push refers to a repository [localhost:32771/kubevirt/registry-disk-v1alpha] 0905ff81ba68: Preparing 0be79cca88bb: Preparing 25edbec0eaea: Preparing 0905ff81ba68: Pushed 0be79cca88bb: Pushed 25edbec0eaea: Pushed devel: digest: sha256:866283d8b18527730964e2445dd0bea2943f10baccd2499bf5e8e69928aa3edf size: 948 The push refers to a repository [localhost:32771/kubevirt/cirros-registry-disk-demo] 80c6ea26cfde: Preparing 0905ff81ba68: Preparing 0be79cca88bb: Preparing 25edbec0eaea: Preparing 0905ff81ba68: Mounted from kubevirt/registry-disk-v1alpha 0be79cca88bb: Mounted from kubevirt/registry-disk-v1alpha 25edbec0eaea: Mounted from kubevirt/registry-disk-v1alpha 80c6ea26cfde: Pushed devel: digest: sha256:12748e89366d6f009fdabfddf1ee6917d0eabe16955ff0458b9ff2a91bc03b4d size: 1160 The push refers to a repository [localhost:32771/kubevirt/fedora-cloud-registry-disk-demo] ce1467aaf4d1: Preparing 0905ff81ba68: Preparing 0be79cca88bb: Preparing 25edbec0eaea: Preparing 0be79cca88bb: Mounted from kubevirt/cirros-registry-disk-demo 0905ff81ba68: Mounted from kubevirt/cirros-registry-disk-demo 25edbec0eaea: Mounted from kubevirt/cirros-registry-disk-demo ce1467aaf4d1: Pushed devel: digest: sha256:fcbc3036d4c94e1e82909e38d072c30c27bb129e038f148a0ca38c7c76440af6 size: 1161 The push refers to a repository [localhost:32771/kubevirt/alpine-registry-disk-demo] ae475f15e631: Preparing 0905ff81ba68: Preparing 0be79cca88bb: Preparing 25edbec0eaea: Preparing 0905ff81ba68: Waiting 0be79cca88bb: Waiting 25edbec0eaea: Waiting 0905ff81ba68: Mounted from kubevirt/fedora-cloud-registry-disk-demo 25edbec0eaea: Mounted from kubevirt/fedora-cloud-registry-disk-demo 0be79cca88bb: Mounted from kubevirt/fedora-cloud-registry-disk-demo ae475f15e631: Pushed devel: digest: sha256:f783160f6057f0c14c6fa090a70f69909738f2b1b4e1c4727cfa6f3b14c522c6 size: 1160 The push refers to a repository [localhost:32771/kubevirt/subresource-access-test] dfc61836ec00: Preparing f11f8a160bfe: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/vm-killer f11f8a160bfe: Pushed dfc61836ec00: Pushed devel: digest: sha256:5c23e8241c64bc04d67b80a0184e20021e92c900f78dc0a0f0f23fe957502436 size: 948 The push refers to a repository [localhost:32771/kubevirt/winrmcli] 401e09af7c9c: Preparing edfe8c3e0f7f: Preparing 61375c810160: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/subresource-access-test 401e09af7c9c: Pushed 61375c810160: Pushed edfe8c3e0f7f: Pushed devel: digest: sha256:a6732af67b2c6aa808886f4fa68aeb795aa02d6cbbdfae511750025a4a8fd0a7 size: 1165 The push refers to a repository [localhost:32771/kubevirt/example-hook-sidecar] 8bb4b4a7b7a3: Preparing 39bae602f753: Preparing 8bb4b4a7b7a3: Pushed 39bae602f753: Pushed devel: digest: sha256:e97d9bbfb73b5a4a27f0c8305c692f57c6e5c94b257491403b1fdcdb26dc3648 size: 740 make[1]: Leaving directory `/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt' Done ./cluster/clean.sh + source hack/common.sh ++++ dirname 'hack/common.sh[0]' +++ cd hack/../ +++ pwd ++ KUBEVIRT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/_out/manifests ++ MANIFEST_TEMPLATES_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/_out/templates/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/_out/client-python ++ KUBEVIRT_PROVIDER=k8s-1.10.3 ++ KUBEVIRT_NUM_NODES=2 ++ '[' -z kubevirt-functional-tests-k8s-1.10.3-dev ']' ++ provider_prefix=kubevirt-functional-tests-k8s-1.10.3-dev0 ++ job_prefix=kubevirt-functional-tests-k8s-1.10.3-dev0 +++ kubevirt_version +++ '[' -n '' ']' +++ '[' -d /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/.git ']' ++++ git describe --always --tags +++ echo v0.7.0-55-g1a15a6b ++ KUBEVIRT_VERSION=v0.7.0-55-g1a15a6b + source cluster/k8s-1.10.3/provider.sh ++ set -e ++ image=k8s-1.10.3@sha256:d6290260e7e6b84419984f12719cf592ccbe327373b8df76aa0481f8ec01d357 ++ source cluster/ephemeral-provider-common.sh +++ set -e +++ _cli='docker run --privileged --net=host --rm -v /var/run/docker.sock:/var/run/docker.sock kubevirtci/gocli@sha256:aa7f295a7908fa333ab5e98ef3af0bfafbabfd3cee2b83f9af47f722e3000f6a' + source hack/config.sh ++ unset binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig manifest_docker_prefix namespace ++ KUBEVIRT_PROVIDER=k8s-1.10.3 ++ KUBEVIRT_PROVIDER=k8s-1.10.3 ++ source hack/config-default.sh source hack/config-k8s-1.10.3.sh +++ binaries='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virtctl cmd/fake-qemu-process cmd/virt-api cmd/subresource-access-test cmd/example-hook-sidecar' +++ docker_images='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virt-api images/disks-images-provider images/vm-killer cmd/registry-disk-v1alpha images/cirros-registry-disk-demo images/fedora-cloud-registry-disk-demo images/alpine-registry-disk-demo cmd/subresource-access-test images/winrmcli cmd/example-hook-sidecar' +++ docker_prefix=kubevirt +++ docker_tag=latest +++ master_ip=192.168.200.2 +++ network_provider=flannel +++ namespace=kube-system ++ test -f hack/config-provider-k8s-1.10.3.sh ++ source hack/config-provider-k8s-1.10.3.sh +++ master_ip=127.0.0.1 +++ docker_tag=devel +++ kubeconfig=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/cluster/k8s-1.10.3/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/cluster/k8s-1.10.3/.kubectl +++ docker_prefix=localhost:32771/kubevirt +++ manifest_docker_prefix=registry:5000/kubevirt ++ test -f hack/config-local.sh ++ export binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig namespace + echo 'Cleaning up ...' Cleaning up ... + cluster/kubectl.sh get vmis --all-namespaces -o=custom-columns=NAME:.metadata.name,NAMESPACE:.metadata.namespace,FINALIZERS:.metadata.finalizers --no-headers + grep foregroundDeleteVirtualMachine + read p error: the server doesn't have a resource type "vmis" + _kubectl delete ds -l kubevirt.io -n kube-system --cascade=false --grace-period 0 No resources found + _kubectl delete pods -n kube-system -l=kubevirt.io=libvirt --force --grace-period 0 No resources found + _kubectl delete pods -n kube-system -l=kubevirt.io=virt-handler --force --grace-period 0 No resources found + namespaces=(default ${namespace}) + for i in '${namespaces[@]}' + _kubectl -n default delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete apiservices -l kubevirt.io No resources found + _kubectl -n default delete deployment -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete deployment -l kubevirt.io No resources found + _kubectl -n default delete rs -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete rs -l kubevirt.io No resources found + _kubectl -n default delete services -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete services -l kubevirt.io No resources found + _kubectl -n default delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete apiservices -l kubevirt.io No resources found + _kubectl -n default delete validatingwebhookconfiguration -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete validatingwebhookconfiguration -l kubevirt.io No resources found + _kubectl -n default delete secrets -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete secrets -l kubevirt.io No resources found + _kubectl -n default delete pv -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete pv -l kubevirt.io No resources found + _kubectl -n default delete pvc -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete pvc -l kubevirt.io No resources found + _kubectl -n default delete ds -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete ds -l kubevirt.io No resources found + _kubectl -n default delete customresourcedefinitions -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete customresourcedefinitions -l kubevirt.io No resources found + _kubectl -n default delete pods -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete pods -l kubevirt.io No resources found + _kubectl -n default delete clusterrolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete clusterrolebinding -l kubevirt.io No resources found + _kubectl -n default delete rolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete rolebinding -l kubevirt.io No resources found + _kubectl -n default delete roles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete roles -l kubevirt.io No resources found + _kubectl -n default delete clusterroles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete clusterroles -l kubevirt.io No resources found + _kubectl -n default delete serviceaccounts -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n default delete serviceaccounts -l kubevirt.io No resources found ++ _kubectl -n default get crd offlinevirtualmachines.kubevirt.io ++ wc -l ++ export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig ++ KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig ++ cluster/k8s-1.10.3/.kubectl -n default get crd offlinevirtualmachines.kubevirt.io Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "offlinevirtualmachines.kubevirt.io" not found + '[' 0 -gt 0 ']' + for i in '${namespaces[@]}' + _kubectl -n kube-system delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete apiservices -l kubevirt.io No resources found + _kubectl -n kube-system delete deployment -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete deployment -l kubevirt.io No resources found + _kubectl -n kube-system delete rs -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete rs -l kubevirt.io No resources found + _kubectl -n kube-system delete services -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete services -l kubevirt.io No resources found + _kubectl -n kube-system delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete apiservices -l kubevirt.io No resources found + _kubectl -n kube-system delete validatingwebhookconfiguration -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete validatingwebhookconfiguration -l kubevirt.io No resources found + _kubectl -n kube-system delete secrets -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete secrets -l kubevirt.io No resources found + _kubectl -n kube-system delete pv -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete pv -l kubevirt.io No resources found + _kubectl -n kube-system delete pvc -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete pvc -l kubevirt.io No resources found + _kubectl -n kube-system delete ds -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete ds -l kubevirt.io No resources found + _kubectl -n kube-system delete customresourcedefinitions -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete customresourcedefinitions -l kubevirt.io No resources found + _kubectl -n kube-system delete pods -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete pods -l kubevirt.io No resources found + _kubectl -n kube-system delete clusterrolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete clusterrolebinding -l kubevirt.io No resources found + _kubectl -n kube-system delete rolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete rolebinding -l kubevirt.io No resources found + _kubectl -n kube-system delete roles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete roles -l kubevirt.io No resources found + _kubectl -n kube-system delete clusterroles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete clusterroles -l kubevirt.io No resources found + _kubectl -n kube-system delete serviceaccounts -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl -n kube-system delete serviceaccounts -l kubevirt.io No resources found ++ _kubectl -n kube-system get crd offlinevirtualmachines.kubevirt.io ++ wc -l ++ export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig ++ KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig ++ cluster/k8s-1.10.3/.kubectl -n kube-system get crd offlinevirtualmachines.kubevirt.io Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "offlinevirtualmachines.kubevirt.io" not found + '[' 0 -gt 0 ']' + sleep 2 + echo Done Done ./cluster/deploy.sh + source hack/common.sh ++++ dirname 'hack/common.sh[0]' +++ cd hack/../ +++ pwd ++ KUBEVIRT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/_out/manifests ++ MANIFEST_TEMPLATES_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/_out/templates/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/_out/client-python ++ KUBEVIRT_PROVIDER=k8s-1.10.3 ++ KUBEVIRT_NUM_NODES=2 ++ '[' -z kubevirt-functional-tests-k8s-1.10.3-dev ']' ++ provider_prefix=kubevirt-functional-tests-k8s-1.10.3-dev0 ++ job_prefix=kubevirt-functional-tests-k8s-1.10.3-dev0 +++ kubevirt_version +++ '[' -n '' ']' +++ '[' -d /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/.git ']' ++++ git describe --always --tags +++ echo v0.7.0-55-g1a15a6b ++ KUBEVIRT_VERSION=v0.7.0-55-g1a15a6b + source cluster/k8s-1.10.3/provider.sh ++ set -e ++ image=k8s-1.10.3@sha256:d6290260e7e6b84419984f12719cf592ccbe327373b8df76aa0481f8ec01d357 ++ source cluster/ephemeral-provider-common.sh +++ set -e +++ _cli='docker run --privileged --net=host --rm -v /var/run/docker.sock:/var/run/docker.sock kubevirtci/gocli@sha256:aa7f295a7908fa333ab5e98ef3af0bfafbabfd3cee2b83f9af47f722e3000f6a' + source hack/config.sh ++ unset binaries docker_images docker_prefix docker_tag manifest_templates master_ip network_provider kubeconfig manifest_docker_prefix namespace ++ KUBEVIRT_PROVIDER=k8s-1.10.3 ++ KUBEVIRT_PROVIDER=k8s-1.10.3 ++ source hack/config-default.sh source hack/config-k8s-1.10.3.sh +++ binaries='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virtctl cmd/fake-qemu-process cmd/virt-api cmd/subresource-access-test cmd/example-hook-sidecar' +++ docker_images='cmd/virt-controller cmd/virt-launcher cmd/virt-handler cmd/virt-api images/disks-images-provider images/vm-killer cmd/registry-disk-v1alpha images/cirros-registry-disk-demo images/fedora-cloud-registry-disk-demo images/alpine-registry-disk-demo cmd/subresource-access-test images/winrmcli cmd/example-hook-sidecar' +++ docker_prefix=kubevirt +++ docker_tag=latest +++ master_ip=192.168.200.2 +++ network_provider=flannel +++ namespace=kube-system ++ test -f hack/config-provider-k8s-1.10.3.sh ++ source hack/config-provider-k8s-1.10.3.sh +++ master_ip=127.0.0.1 +++ docker_tag=devel +++ kubeconfig=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/cluster/k8s-1.10.3/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/cluster/k8s-1.10.3/.kubectl +++ docker_prefix=localhost:32771/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.3-dev ]] + [[ k8s-1.10.3-dev =~ .*-dev ]] + _kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/_out/manifests/dev -R + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/_out/manifests/dev -R serviceaccount "kubevirt-apiserver" created clusterrolebinding.rbac.authorization.k8s.io "kubevirt-apiserver" created clusterrolebinding.rbac.authorization.k8s.io "kubevirt-apiserver-auth-delegator" created rolebinding.rbac.authorization.k8s.io "kubevirt-apiserver" created role.rbac.authorization.k8s.io "kubevirt-apiserver" created clusterrole.rbac.authorization.k8s.io "kubevirt-apiserver" created clusterrole.rbac.authorization.k8s.io "kubevirt-controller" created serviceaccount "kubevirt-controller" created serviceaccount "kubevirt-privileged" created clusterrolebinding.rbac.authorization.k8s.io "kubevirt-controller" created clusterrolebinding.rbac.authorization.k8s.io "kubevirt-controller-cluster-admin" created clusterrolebinding.rbac.authorization.k8s.io "kubevirt-privileged-cluster-admin" created clusterrole.rbac.authorization.k8s.io "kubevirt.io:admin" created clusterrole.rbac.authorization.k8s.io "kubevirt.io:edit" created clusterrole.rbac.authorization.k8s.io "kubevirt.io:view" created clusterrole.rbac.authorization.k8s.io "kubevirt.io:default" created clusterrolebinding.rbac.authorization.k8s.io "kubevirt.io:default" created customresourcedefinition.apiextensions.k8s.io "virtualmachineinstancereplicasets.kubevirt.io" created service "virt-api" created deployment.extensions "virt-api" created service "virt-controller" created deployment.extensions "virt-controller" created daemonset.extensions "virt-handler" created customresourcedefinition.apiextensions.k8s.io "virtualmachines.kubevirt.io" created customresourcedefinition.apiextensions.k8s.io "virtualmachineinstances.kubevirt.io" created customresourcedefinition.apiextensions.k8s.io "virtualmachineinstancepresets.kubevirt.io" created + _kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/_out/manifests/testing -R + export KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + KUBECONFIG=cluster/k8s-1.10.3/.kubeconfig + cluster/k8s-1.10.3/.kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/go/src/kubevirt.io/kubevirt/_out/manifests/testing -R persistentvolumeclaim "disk-alpine" created persistentvolume "host-path-disk-alpine" created persistentvolumeclaim "disk-custom" created persistentvolume "host-path-disk-custom" created daemonset.extensions "disks-images-provider" created serviceaccount "kubevirt-testing" created clusterrolebinding.rbac.authorization.k8s.io "kubevirt-testing-cluster-admin" created + [[ k8s-1.10.3 =~ os-* ]] + echo Done Done + namespaces=(kube-system default) + [[ kube-system != \k\u\b\e\-\s\y\s\t\e\m ]] + timeout=300 + sample=30 + for i in '${namespaces[@]}' + current_time=0 ++ kubectl get pods -n kube-system --no-headers ++ grep -v Running ++ cluster/kubectl.sh get pods -n kube-system --no-headers + '[' -n 'virt-api-7586947775-dnjff 0/1 ContainerCreating 0 5s virt-controller-7d57d96b65-bf7wg 0/1 ContainerCreating 0 5s virt-controller-7d57d96b65-rvdzw 0/1 ContainerCreating 0 5s virt-handler-9cx2k 0/1 ContainerCreating 0 4s virt-handler-f5wjr 0/1 ContainerCreating 0 4s' ']' + echo 'Waiting for kubevirt pods to enter the Running state ...' Waiting for kubevirt pods to enter the Running state ... + kubectl get pods -n kube-system --no-headers + cluster/kubectl.sh get pods -n kube-system --no-headers + grep -v Running disks-images-provider-h69n6 0/1 Pending 0 6s disks-images-provider-rc2mw 0/1 ContainerCreating 0 6s virt-api-7586947775-dnjff 0/1 ContainerCreating 0 10s virt-controller-7d57d96b65-bf7wg 0/1 ContainerCreating 0 10s virt-controller-7d57d96b65-rvdzw 0/1 ContainerCreating 0 10s virt-handler-9cx2k 0/1 ContainerCreating 0 9s virt-handler-f5wjr 0/1 ContainerCreating 0 9s + sleep 30 + current_time=30 + '[' 30 -gt 300 ']' ++ kubectl get pods -n kube-system --no-headers ++ grep -v Running ++ cluster/kubectl.sh get pods -n kube-system --no-headers + '[' -n 'disks-images-provider-rc2mw 0/1 ContainerCreating 0 39s' ']' + echo 'Waiting for kubevirt pods to enter the Running state ...' Waiting for kubevirt pods to enter the Running state ... + kubectl get pods -n kube-system --no-headers + grep -v Running + cluster/kubectl.sh get pods -n kube-system --no-headers + true + sleep 30 + current_time=60 + '[' 60 -gt 300 ']' ++ kubectl get pods -n kube-system --no-headers ++ grep -v Running ++ cluster/kubectl.sh get pods -n kube-system --no-headers + '[' -n '' ']' + current_time=0 ++ kubectl get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ grep false ++ cluster/kubectl.sh get pods -n kube-system '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers + '[' -n '' ']' + kubectl get pods -n kube-system + cluster/kubectl.sh get pods -n kube-system NAME READY STATUS RESTARTS AGE disks-images-provider-h69n6 1/1 Running 0 1m disks-images-provider-rc2mw 1/1 Running 0 1m etcd-node01 1/1 Running 0 23m kube-apiserver-node01 1/1 Running 0 23m kube-controller-manager-node01 1/1 Running 0 23m kube-dns-86f4d74b45-8mqzg 3/3 Running 0 24m kube-flannel-ds-4g265 1/1 Running 0 23m kube-flannel-ds-r769r 1/1 Running 0 24m kube-proxy-nhs9s 1/1 Running 0 23m kube-proxy-qdmw5 1/1 Running 0 24m kube-scheduler-node01 1/1 Running 0 23m virt-api-7586947775-dnjff 1/1 Running 0 1m virt-controller-7d57d96b65-bf7wg 1/1 Running 0 1m virt-controller-7d57d96b65-rvdzw 1/1 Running 0 1m virt-handler-9cx2k 1/1 Running 0 1m virt-handler-f5wjr 1/1 Running 0 1m + for i in '${namespaces[@]}' + current_time=0 ++ grep -v Running ++ kubectl get pods -n default --no-headers ++ cluster/kubectl.sh get pods -n default --no-headers No resources found. + '[' -n '' ']' + current_time=0 ++ kubectl get pods -n default '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers ++ grep false ++ cluster/kubectl.sh get pods -n default '-ocustom-columns=status:status.containerStatuses[*].ready' --no-headers + '[' -n '' ']' + kubectl get pods -n default + cluster/kubectl.sh get pods -n default No resources found. + kubectl version + cluster/kubectl.sh version Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.3", GitCommit:"2bba0127d85d5a46ab4b778548be28623b32d0b0", GitTreeState:"clean", BuildDate:"2018-05-21T09:17:39Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.3", GitCommit:"2bba0127d85d5a46ab4b778548be28623b32d0b0", GitTreeState:"clean", BuildDate:"2018-05-21T09:05:37Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"} + ginko_params='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/junit.xml' + [[ -d /home/nfs/images/windows2016 ]] + FUNC_TEST_ARGS='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-k8s-1.10.3-dev/junit.xml' + make functest hack/dockerized "hack/build-func-tests.sh" sha256:eac86de70a4e6cb392340c5eb3c9e29aa4eee64229c68e6e8a3ba9514fb773e5 go version go1.10 linux/amd64 Waiting for rsyncd to be ready. go version go1.10 linux/amd64 Compiling tests... compiled tests.test hack/functests.sh Running Suite: Tests Suite ========================== Random Seed: 1531915706 Will run 140 of 140 specs •• ------------------------------ • [SLOW TEST:40.941 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 should update VirtualMachine once VMIs are up /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:195 ------------------------------ •• ------------------------------ • [SLOW TEST:29.394 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 should recreate VirtualMachineInstance if it gets deleted /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:245 ------------------------------ • [SLOW TEST:94.747 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 should recreate VirtualMachineInstance if the VirtualMachineInstance's pod gets deleted /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:265 ------------------------------ • [SLOW TEST:44.487 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 should stop VirtualMachineInstance if running set to false /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:325 ------------------------------ • [SLOW TEST:300.824 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 should start and stop VirtualMachineInstance multiple times /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:333 ------------------------------ • [SLOW TEST:76.503 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 should not update the VirtualMachineInstance spec if Running /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:346 ------------------------------ • [SLOW TEST:342.748 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 should survive guest shutdown, multiple times /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:387 ------------------------------ • [SLOW TEST:17.376 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 Using virtctl interface /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:435 should start a VirtualMachineInstance once /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:436 ------------------------------ • [SLOW TEST:57.569 seconds] VirtualMachine /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:47 A valid VirtualMachine given /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:115 Using virtctl interface /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:435 should stop a VirtualMachineInstance once /root/go/src/kubevirt.io/kubevirt/tests/vm_test.go:467 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.017 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 should succeed to start a vmi [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:133 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1342 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.003 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 should succeed to stop a running vmi [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:139 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1342 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.003 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with winrm connection [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:150 should have correct UUID /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:192 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1342 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.003 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with winrm connection [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:150 should have pod IP /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:208 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1342 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.003 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with kubectl command [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:226 should succeed to start a vmi /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:242 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1342 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.003 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with kubectl command [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:226 should succeed to stop a vmi /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:250 Skip Windows tests that requires PVC disk-windows /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1342 ------------------------------ •••• ------------------------------ • [SLOW TEST:94.969 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 should be able to reach /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 the Inbound VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ •••••••• ------------------------------ • [SLOW TEST:5.122 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 with a service matching the vmi exposed /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:283 should fail to reach the vmi if an invalid servicename is used /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:314 ------------------------------ • ------------------------------ • [SLOW TEST:53.511 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance with custom interface model /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:379 should expose the right device type to the guest /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:380 ------------------------------ • ------------------------------ • [SLOW TEST:53.412 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance with custom MAC address /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:413 should configure custom MAC address /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:414 ------------------------------ • [SLOW TEST:54.729 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance with custom MAC address in non-conventional format /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:425 should configure custom MAC address /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:426 ------------------------------ • [SLOW TEST:57.802 seconds] Networking /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:48 VirtualMachineInstance with custom MAC address and slirp interface /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:438 should configure custom MAC address /root/go/src/kubevirt.io/kubevirt/tests/vmi_networking_test.go:439 ------------------------------ volumedisk0 compute • [SLOW TEST:50.478 seconds] Configurations /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:44 VirtualMachineInstance definition /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:55 with 3 CPU cores /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:56 should report 3 cpu cores under guest OS /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:62 ------------------------------ • [SLOW TEST:15.817 seconds] Configurations /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:44 VirtualMachineInstance definition /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:55 with hugepages /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:108 should consume hugepages /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 hugepages-2Mi /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ S [SKIPPING] [0.225 seconds] Configurations /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:44 VirtualMachineInstance definition /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:55 with hugepages /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:108 should consume hugepages /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 hugepages-1Gi [It] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 No node with hugepages hugepages-1Gi capacity /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:160 ------------------------------ • ------------------------------ • [SLOW TEST:78.713 seconds] Configurations /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:44 with CPU spec /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:238 when CPU model defined /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:277 should report defined CPU model /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:278 ------------------------------ • [SLOW TEST:80.078 seconds] Configurations /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:44 with CPU spec /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:238 when CPU model not defined /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:305 should report CPU model from libvirt capabilities /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:306 ------------------------------ • [SLOW TEST:50.774 seconds] Configurations /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:44 New VirtualMachineInstance with all supported drives /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:326 should have all the device nodes /root/go/src/kubevirt.io/kubevirt/tests/vmi_configuration_test.go:349 ------------------------------ • [SLOW TEST:54.910 seconds] Console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:35 A new VirtualMachineInstance /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:55.722 seconds] Console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:35 A new VirtualMachineInstance /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:53.691 seconds] Console /root/go/src/kubevirt.io/kubevirt/tests/console_test.go:35 A new VirtualMachineInstance /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 ------------------------------ • [SLOW TEST:142.635 seconds] RegistryDisk /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:41 Starting and stopping the same VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:90 with ephemeral registry disk /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:91 should success multiple times /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:92 ------------------------------ • [SLOW TEST:15.211 seconds] RegistryDisk /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:41 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:111 with ephemeral registry disk /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:112 should not modify the spec on status update /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:113 ------------------------------ • [SLOW TEST:24.472 seconds] RegistryDisk /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:41 Starting multiple VMIs /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:129 with ephemeral registry disk /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:130 should success /root/go/src/kubevirt.io/kubevirt/tests/registry_disk_test.go:131 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.001 seconds] Templates /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:42 Launching VMI from VM Template [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:60 with given Fedora Template /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:193 should succeed to generate a VM JSON file using oc-process command /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:150 Skip test that requires oc binary /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1383 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.001 seconds] Templates /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:42 Launching VMI from VM Template [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:60 with given Fedora Template /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:193 with given VM JSON from the Template /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:152 should succeed to create a VM using oc-create command /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:156 Skip test that requires oc binary /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1383 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.001 seconds] Templates /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:42 Launching VMI from VM Template [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:60 with given Fedora Template /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:193 with given VM JSON from the Template /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:152 with given VM from the VM JSON /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:158 should succeed to launch a VMI using oc-patch command /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:161 Skip test that requires oc binary /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1383 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.005 seconds] Templates /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:42 Launching VMI from VM Template [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:60 with given Fedora Template /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:193 with given VM JSON from the Template /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:152 with given VM from the VM JSON /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:158 with given VMI from the VM /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:163 should succeed to terminate the VMI using oc-patch command /root/go/src/kubevirt.io/kubevirt/tests/template_test.go:166 Skip test that requires oc binary /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1383 ------------------------------ •• ------------------------------ • [SLOW TEST:15.447 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 should start it /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:76 ------------------------------ • [SLOW TEST:17.423 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 should attach virt-launcher to it /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:82 ------------------------------ •••• ------------------------------ • [SLOW TEST:51.172 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 with boot order /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:170 should be able to boot from selected disk /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 Alpine as first boot /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:26.696 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 with boot order /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:170 should be able to boot from selected disk /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 Cirros as first boot /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:16.126 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 with user-data /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:201 without k8s secret /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:202 should retry starting the VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:203 ------------------------------ • [SLOW TEST:16.227 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 with user-data /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:201 without k8s secret /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:202 should log warning and proceed once the secret is there /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:233 ------------------------------ • [SLOW TEST:44.249 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 when virt-launcher crashes /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:281 should be stopped and have Failed phase /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:282 ------------------------------ • [SLOW TEST:31.371 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 when virt-handler crashes /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:304 should recover and continue management /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:305 ------------------------------ • [SLOW TEST:80.456 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 when virt-handler is responsive /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:335 should indicate that a node is ready for vmis /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:336 ------------------------------ • [SLOW TEST:99.645 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 when virt-handler is not responsive /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:366 the node controller should react /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:405 ------------------------------ S [SKIPPING] [0.066 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 with non default namespace /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:458 should log libvirt start and stop lifecycle events of the domain /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 kubevirt-test-default [It] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Skip log query tests for JENKINS ci test environment /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:463 ------------------------------ S [SKIPPING] [0.061 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 with non default namespace /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:458 should log libvirt start and stop lifecycle events of the domain /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 kubevirt-test-alternative [It] /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 Skip log query tests for JENKINS ci test environment /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:463 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.052 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 VirtualMachineInstance Emulation Mode /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:519 should enable emulation in virt-launcher [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:531 Software emulation is not enabled on this cluster /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:527 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.052 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 VirtualMachineInstance Emulation Mode /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:519 should be reflected in domain XML [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:568 Software emulation is not enabled on this cluster /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:527 ------------------------------ S [SKIPPING] in Spec Setup (BeforeEach) [0.054 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Creating a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:70 VirtualMachineInstance Emulation Mode /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:519 should request a TUN device but not KVM [BeforeEach] /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:612 Software emulation is not enabled on this cluster /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:527 ------------------------------ •••• ------------------------------ • [SLOW TEST:16.560 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Delete a VirtualMachineInstance's Pod /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:764 should result in the VirtualMachineInstance moving to a finalized state /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:765 ------------------------------ • [SLOW TEST:34.250 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Delete a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:796 with an active pod. /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:797 should result in pod being terminated /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:798 ------------------------------ • [SLOW TEST:20.476 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Delete a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:796 with grace period greater than 0 /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:821 should run graceful shutdown /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:822 ------------------------------ • [SLOW TEST:29.010 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Killed VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:873 should be in Failed phase /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:874 ------------------------------ • [SLOW TEST:25.357 seconds] VMIlifecycle /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:48 Killed VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:873 should be left alone by virt-handler /root/go/src/kubevirt.io/kubevirt/tests/vmi_lifecycle_test.go:901 ------------------------------ • [SLOW TEST:49.191 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 with Alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:71 should be successfully started /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 with Disk PVC /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:49.596 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 with Alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:71 should be successfully started /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 with CDRom PVC /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:132.869 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 with Alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:71 should be successfully started and stopped multiple times /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 with Disk PVC /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:139.750 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 with Alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:71 should be successfully started and stopped multiple times /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 with CDRom PVC /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:53.012 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 With an emptyDisk defined /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:113 should create a writeable emptyDisk with the right capacity /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:115 ------------------------------ • [SLOW TEST:54.182 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 With an emptyDisk defined and a specified serial number /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:163 should create a writeable emptyDisk with the specified serial number /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:165 ------------------------------ • [SLOW TEST:50.552 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 With ephemeral alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:205 should be successfully started /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:207 ------------------------------ • [SLOW TEST:105.286 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 With ephemeral alpine PVC /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:205 should not persist data /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:218 ------------------------------ • [SLOW TEST:142.342 seconds] Storage /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:46 Starting a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:70 With VirtualMachineInstance with two PVCs /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:266 should start vmi multiple times /root/go/src/kubevirt.io/kubevirt/tests/storage_test.go:278 ------------------------------ • [SLOW TEST:14.962 seconds] VNC /root/go/src/kubevirt.io/kubevirt/tests/vnc_test.go:46 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vnc_test.go:54 with VNC connection /root/go/src/kubevirt.io/kubevirt/tests/vnc_test.go:62 should allow accessing the VNC device /root/go/src/kubevirt.io/kubevirt/tests/vnc_test.go:64 ------------------------------ •• ------------------------------ • [SLOW TEST:35.368 seconds] LeaderElection /root/go/src/kubevirt.io/kubevirt/tests/controller_leader_election_test.go:43 Start a VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/controller_leader_election_test.go:53 when the controller pod is not running /root/go/src/kubevirt.io/kubevirt/tests/controller_leader_election_test.go:54 should success /root/go/src/kubevirt.io/kubevirt/tests/controller_leader_election_test.go:55 ------------------------------ • ------------------------------ • [SLOW TEST:7.730 seconds] VirtualMachineInstanceReplicaSet /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:46 should scale /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 to five, to six and then to zero replicas /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ •• ------------------------------ • [SLOW TEST:18.359 seconds] VirtualMachineInstanceReplicaSet /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:46 should update readyReplicas once VMIs are up /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:157 ------------------------------ •• ------------------------------ • [SLOW TEST:5.538 seconds] VirtualMachineInstanceReplicaSet /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:46 should not scale when paused and scale when resume /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:223 ------------------------------ • [SLOW TEST:10.791 seconds] VirtualMachineInstanceReplicaSet /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:46 should remove the finished VM /root/go/src/kubevirt.io/kubevirt/tests/replicaset_test.go:279 ------------------------------ • ------------------------------ • [SLOW TEST:61.676 seconds] Health Monitoring /root/go/src/kubevirt.io/kubevirt/tests/vmi_monitoring_test.go:37 A VirtualMachineInstance with a watchdog device /root/go/src/kubevirt.io/kubevirt/tests/vmi_monitoring_test.go:56 should be shut down when the watchdog expires /root/go/src/kubevirt.io/kubevirt/tests/vmi_monitoring_test.go:57 ------------------------------ Service cluster-ip-vm successfully exposed for virtualmachineinstance testvmi89jqf • [SLOW TEST:55.022 seconds] Expose /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:53 Expose service on a VM /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:61 Expose ClusterIP service /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:68 Should expose a Cluster IP service on a VM and connect to it /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:71 ------------------------------ Service node-port-vm successfully exposed for virtualmachineinstance testvmi89jqf • [SLOW TEST:9.155 seconds] Expose /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:53 Expose service on a VM /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:61 Expose NodePort service /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:98 Should expose a NodePort service on a VM and connect to it /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:103 ------------------------------ Service cluster-ip-udp-vm successfully exposed for virtualmachineinstance testvmil5znk • [SLOW TEST:55.803 seconds] Expose /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:53 Expose UDP service on a VM /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:140 Expose ClusterIP UDP service /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:147 Should expose a ClusterIP service on a VM and connect to it /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:151 ------------------------------ Service node-port-udp-vm successfully exposed for virtualmachineinstance testvmil5znk • [SLOW TEST:8.164 seconds] Expose /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:53 Expose UDP service on a VM /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:140 Expose NodePort UDP service /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:179 Should expose a NodePort service on a VM and connect to it /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:184 ------------------------------ Service cluster-ip-vmrs successfully exposed for vmirs replicaset4qvs6 • [SLOW TEST:69.793 seconds] Expose /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:53 Expose service on a VM replica set /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:227 Expose ClusterIP service /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:260 Should create a ClusterIP service on VMRS and connect to it /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:264 ------------------------------ Service cluster-ip-ovm successfully exposed for virtualmachine testvmihcgth • [SLOW TEST:58.436 seconds] Expose /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:53 Expose service on an Offline VM /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:292 Expose ClusterIP service /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:336 Connect to ClusterIP services that was set when VM was offline /root/go/src/kubevirt.io/kubevirt/tests/expose_test.go:337 ------------------------------ • [SLOW TEST:8.085 seconds] User Access /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:33 With default kubevirt service accounts /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:41 should verify permissions are correct for view, edit, and admin /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 given a vmi /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:5.648 seconds] User Access /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:33 With default kubevirt service accounts /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:41 should verify permissions are correct for view, edit, and admin /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 given an vm /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:5.843 seconds] User Access /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:33 With default kubevirt service accounts /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:41 should verify permissions are correct for view, edit, and admin /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 given a vmi preset /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:5.610 seconds] User Access /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:33 With default kubevirt service accounts /root/go/src/kubevirt.io/kubevirt/tests/access_test.go:41 should verify permissions are correct for view, edit, and admin /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 given a vmi replica set /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • [SLOW TEST:51.449 seconds] CloudInit UserData /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:46 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:80 with cloudInitNoCloud userDataBase64 source /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:81 should have cloud-init data /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:82 ------------------------------ • [SLOW TEST:158.044 seconds] CloudInit UserData /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:46 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:80 with cloudInitNoCloud userDataBase64 source /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:81 with injected ssh-key /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:92 should have ssh-key under authorized keys /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:93 ------------------------------ • [SLOW TEST:61.023 seconds] CloudInit UserData /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:46 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:80 with cloudInitNoCloud userData source /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:118 should process provided cloud-init data /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:119 ------------------------------ • [SLOW TEST:48.668 seconds] CloudInit UserData /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:46 A new VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:80 should take user-data from k8s secret /root/go/src/kubevirt.io/kubevirt/tests/vmi_userdata_test.go:162 ------------------------------ • [SLOW TEST:108.362 seconds] Slirp /root/go/src/kubevirt.io/kubevirt/tests/vmi_slirp_interface_test.go:39 should be able to /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table.go:92 VirtualMachineInstance with slirp interface /root/go/src/kubevirt.io/kubevirt/vendor/github.com/onsi/ginkgo/extensions/table/table_entry.go:46 ------------------------------ • ------------------------------ • [SLOW TEST:19.047 seconds] HookSidecars /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:40 VMI definition /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:58 with SM BIOS hook sidecar /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:59 should successfully start with hook sidecar annotation /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:60 ------------------------------ • [SLOW TEST:17.777 seconds] HookSidecars /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:40 VMI definition /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:58 with SM BIOS hook sidecar /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:59 should call Collect and OnDefineDomain on the hook sidecar /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:67 ------------------------------ • [SLOW TEST:18.733 seconds] HookSidecars /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:40 VMI definition /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:58 with SM BIOS hook sidecar /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:59 should update domain XML with SM BIOS properties /root/go/src/kubevirt.io/kubevirt/tests/vmi_hook_sidecar_test.go:83 ------------------------------ ••••••••••• 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 124 of 140 Specs in 4255.261 seconds SUCCESS! -- 124 Passed | 0 Failed | 0 Pending | 16 Skipped PASS + make cluster-down ./cluster/down.sh