+ 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/06/28 15:39:34 Waiting for host: 192.168.66.101:22 2018/06/28 15:39:37 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/06/28 15:39:45 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/06/28 15:39:50 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 29.505937 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:32e3e4232275e920976460e6bc850a359ae431408643a5f842e81ace2de33f10 + kubectl --kubeconfig=/etc/kubernetes/admin.conf apply -f https://raw.githubusercontent.com/coreos/flannel/v0.9.1/Documentation/kube-flannel.yml clusterrole.rbac.authorization.k8s.io "flannel" created clusterrolebinding.rbac.authorization.k8s.io "flannel" created serviceaccount "flannel" created configmap "kube-flannel-cfg" created daemonset.extensions "kube-flannel-ds" created + kubectl --kubeconfig=/etc/kubernetes/admin.conf taint nodes node01 node-role.kubernetes.io/master:NoSchedule- node "node01" untainted 2018/06/28 15:40:36 Waiting for host: 192.168.66.102:22 2018/06/28 15:40:39 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/06/28 15:40:51 Connected to tcp://192.168.66.102:22 + kubeadm join --token abcdef.1234567890123456 192.168.66.101:6443 --ignore-preflight-errors=all --discovery-token-unsafe-skip-ca-verification=true [preflight] Running pre-flight checks. [discovery] Trying to connect to API Server "192.168.66.101:6443" [WARNING FileExisting-crictl]: crictl not found in system path Suggestion: go get github.com/kubernetes-incubator/cri-tools/cmd/crictl [discovery] Created cluster-info discovery client, requesting info from "https://192.168.66.101:6443" [discovery] Cluster info signature and contents are valid and no TLS pinning was specified, will use API Server "192.168.66.101:6443" [discovery] Successfully established connection with API Server "192.168.66.101:6443" This node has joined the cluster: * Certificate signing request was sent to master and a response was received. * The Kubelet was informed of the new secure connection details. Run 'kubectl get nodes' on the master to see this node join the cluster. Sending file modes: C0755 39588992 kubectl Sending file modes: C0600 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 37s v1.10.3 node02 NotReady 11s v1.10.3 + kubectl_rc=0 + '[' 0 -ne 0 ']' ++ kubectl get nodes --no-headers ++ cluster/kubectl.sh get nodes --no-headers ++ grep NotReady + '[' -n 'node02 NotReady 11s v1.10.3' ']' + echo 'Waiting for all nodes to become ready ...' Waiting for all nodes to become ready ... + kubectl get nodes --no-headers + cluster/kubectl.sh get nodes --no-headers node01 Ready master 37s v1.10.3 node02 Ready 11s v1.10.3 + kubectl_rc=0 + sleep 10 + '[' 0 -ne 0 ']' ++ kubectl get nodes --no-headers ++ cluster/kubectl.sh get nodes --no-headers ++ grep NotReady + '[' -n '' ']' + set -e + echo 'Nodes are ready:' Nodes are ready: + kubectl get nodes + cluster/kubectl.sh get nodes NAME STATUS ROLES AGE VERSION node01 Ready master 48s v1.10.3 node02 Ready 22s v1.10.3 + make cluster-sync ./cluster/build.sh Building ... Untagged: localhost:32899/kubevirt/virt-controller:devel Untagged: localhost:32899/kubevirt/virt-controller@sha256:ba402b133659497037d126aa8df5ee7d9afd39d1371f0ac4ff74d44e0ca4ffac Deleted: sha256:749e5e11c5e3c5b8baf9c9d38dba55bf6b3695d71eef3beefe0db5cb32730797 Untagged: localhost:32899/kubevirt/virt-launcher:devel Untagged: localhost:32899/kubevirt/virt-launcher@sha256:d0249b8ce3adea19028061d0e02816ecf0e4cb827e3836e77832324b79c6e961 Deleted: sha256:861a3b9d58e1a1e1b93cf5424b3fa53b90fb6ec0fc0462759e6858b129fa3d2c Untagged: localhost:32899/kubevirt/virt-handler:devel Untagged: localhost:32899/kubevirt/virt-handler@sha256:9de88e0874a801c3933ab168403e16ad2ab58bb50ee619a7949b26005518dbf7 Deleted: sha256:e7d25de9defed216933c59ca7bf0cd3f83a21591650cdbbf2d03708982df1636 Untagged: localhost:32899/kubevirt/virt-api:devel Untagged: localhost:32899/kubevirt/virt-api@sha256:03a8e4e1409203322c72ef41030893c7b96ba5f2430e0010f800618b414a6e66 Deleted: sha256:12a6d45dc64c3a1772a08783621afd3752754eddd4e57d059ef8f751cb6f362f Untagged: localhost:32899/kubevirt/subresource-access-test:devel Untagged: localhost:32899/kubevirt/subresource-access-test@sha256:968c1bcc5e2e5726ce4f6f8acd920518e9d867d46f7ae123fe84d30aa73464d9 Deleted: sha256:12cd4ecbbb696dbfe00a6afec7116d907f9205f8c1a043980ae5d3ec2dd3b14a sha256:1575e945647247274535454c9f5e6a2856478def9205830e22dac12c068f40fd go version go1.10 linux/amd64 Waiting for rsyncd to be ready 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:1575e945647247274535454c9f5e6a2856478def9205830e22dac12c068f40fd go version go1.10 linux/amd64 go version go1.10 linux/amd64 find: '/root/go/src/kubevirt.io/kubevirt/_out/cmd': No such file or directory Compiling tests... compiled tests.test hack/build-docker.sh build Sending build context to Docker daemon 36.24 MB Step 1/8 : FROM fedora:27 ---> 9110ae7f579f Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 6af39ea33818 Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-controller ---> Using cache ---> 45ed71cd684b Step 4/8 : WORKDIR /home/virt-controller ---> Using cache ---> ba8171a31e93 Step 5/8 : USER 1001 ---> Using cache ---> 6bd535be1fa1 Step 6/8 : COPY virt-controller /usr/bin/virt-controller ---> 32229362c012 Removing intermediate container 48b075802926 Step 7/8 : ENTRYPOINT /usr/bin/virt-controller ---> Running in 3bf0f0c7b620 ---> 4bc99a8c6416 Removing intermediate container 3bf0f0c7b620 Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.10.3-dev1" '' "virt-controller" '' ---> Running in 2160ec32c19f ---> 7f013ceb628d Removing intermediate container 2160ec32c19f Successfully built 7f013ceb628d Sending build context to Docker daemon 38.19 MB Step 1/10 : FROM kubevirt/libvirt:3.7.0 ---> 60c80c8f7523 Step 2/10 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 3bbd31ef6597 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 ---> Using cache ---> 7fca7eb9d4da Step 4/10 : COPY virt-launcher /usr/bin/virt-launcher ---> 70aac6bbaedc Removing intermediate container 6b80666ed699 Step 5/10 : COPY kubevirt-sudo /etc/sudoers.d/kubevirt ---> 60211fcee3b5 Removing intermediate container 1bc1360a5777 Step 6/10 : RUN setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/qemu-system-x86_64 ---> Running in 4487021750de  ---> 0113a3e95d62 Removing intermediate container 4487021750de Step 7/10 : RUN mkdir -p /usr/share/kubevirt/virt-launcher ---> Running in ace1033ef55f  ---> 944e0a103b8f Removing intermediate container ace1033ef55f Step 8/10 : COPY entrypoint.sh libvirtd.sh sh.sh sock-connector /usr/share/kubevirt/virt-launcher/ ---> ba11bbdbe776 Removing intermediate container cd16606dc985 Step 9/10 : ENTRYPOINT /usr/share/kubevirt/virt-launcher/entrypoint.sh ---> Running in d7d179df0ecd ---> f57e7cbe2d2b Removing intermediate container d7d179df0ecd Step 10/10 : LABEL "kubevirt-functional-tests-k8s-1.10.3-dev1" '' "virt-launcher" '' ---> Running in badbc161d780 ---> 30d0e813ffac Removing intermediate container badbc161d780 Successfully built 30d0e813ffac Sending build context to Docker daemon 39.56 MB Step 1/5 : FROM fedora:27 ---> 9110ae7f579f Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 6af39ea33818 Step 3/5 : COPY virt-handler /usr/bin/virt-handler ---> 3fe2bc8c4e54 Removing intermediate container 5bfc0c4355f3 Step 4/5 : ENTRYPOINT /usr/bin/virt-handler ---> Running in 39d0328f2f91 ---> 8b6ad522505d Removing intermediate container 39d0328f2f91 Step 5/5 : LABEL "kubevirt-functional-tests-k8s-1.10.3-dev1" '' "virt-handler" '' ---> Running in faec7a2a7fca ---> f5c3a7056d28 Removing intermediate container faec7a2a7fca Successfully built f5c3a7056d28 Sending build context to Docker daemon 37.01 MB Step 1/8 : FROM fedora:27 ---> 9110ae7f579f Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 6af39ea33818 Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-api ---> Using cache ---> 12e3c00eb78f Step 4/8 : WORKDIR /home/virt-api ---> Using cache ---> cfb92cbbf126 Step 5/8 : USER 1001 ---> Using cache ---> f02f77c7a4fc Step 6/8 : COPY virt-api /usr/bin/virt-api ---> 2adabad55978 Removing intermediate container 9ea29e10d59b Step 7/8 : ENTRYPOINT /usr/bin/virt-api ---> Running in 65732f01a163 ---> 5e7d49773c32 Removing intermediate container 65732f01a163 Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.10.3-dev1" '' "virt-api" '' ---> Running in 78970df16991 ---> 01eca79fffe8 Removing intermediate container 78970df16991 Successfully built 01eca79fffe8 Sending build context to Docker daemon 4.096 kB Step 1/7 : FROM fedora:27 ---> 9110ae7f579f Step 2/7 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 6af39ea33818 Step 3/7 : ENV container docker ---> Using cache ---> 1211fd5eb075 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 ---> Using cache ---> ac806f8eae52 Step 5/7 : ADD entrypoint.sh / ---> Using cache ---> e31eeb9c22c5 Step 6/7 : CMD /entrypoint.sh ---> Using cache ---> ecb35f794669 Step 7/7 : LABEL "disks-images-provider" '' "kubevirt-functional-tests-k8s-1.10.3-dev1" '' ---> Using cache ---> 20201e8cc27e Successfully built 20201e8cc27e Sending build context to Docker daemon 2.56 kB Step 1/5 : FROM fedora:27 ---> 9110ae7f579f Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 6af39ea33818 Step 3/5 : ENV container docker ---> Using cache ---> 1211fd5eb075 Step 4/5 : RUN dnf -y install procps-ng nmap-ncat && dnf -y clean all ---> Using cache ---> 7b90d68258cd Step 5/5 : LABEL "kubevirt-functional-tests-k8s-1.10.3-dev1" '' "vm-killer" '' ---> Using cache ---> e43700219a3e Successfully built e43700219a3e Sending build context to Docker daemon 5.12 kB Step 1/7 : FROM debian:sid ---> 4817bb6590f8 Step 2/7 : MAINTAINER "David Vossel" \ ---> Using cache ---> b8b166db2544 Step 3/7 : ENV container docker ---> Using cache ---> 8b120f56086f Step 4/7 : RUN apt-get update && apt-get install -y bash curl bzip2 qemu-utils && mkdir -p /disk && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 61851ac93c11 Step 5/7 : ADD entry-point.sh / ---> Using cache ---> ada85930060d Step 6/7 : CMD /entry-point.sh ---> Using cache ---> 6f2ffb0e7aed Step 7/7 : LABEL "kubevirt-functional-tests-k8s-1.10.3-dev1" '' "registry-disk-v1alpha" '' ---> Using cache ---> 95b0938020e7 Successfully built 95b0938020e7 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33023/kubevirt/registry-disk-v1alpha:devel ---> 95b0938020e7 Step 2/4 : MAINTAINER "David Vossel" \ ---> Using cache ---> ca922b7619a7 Step 3/4 : RUN curl https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img > /disk/cirros.img ---> Using cache ---> 5f1eca2c47d2 Step 4/4 : LABEL "cirros-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.10.3-dev1" '' ---> Using cache ---> aa87e94238f6 Successfully built aa87e94238f6 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33023/kubevirt/registry-disk-v1alpha:devel ---> 95b0938020e7 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 935c07a8d40b Step 3/4 : RUN curl -g -L https://download.fedoraproject.org/pub/fedora/linux/releases/27/CloudImages/x86_64/images/Fedora-Cloud-Base-27-1.6.x86_64.qcow2 > /disk/fedora.qcow2 ---> Using cache ---> 3bd8304376e8 Step 4/4 : LABEL "fedora-cloud-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.10.3-dev1" '' ---> Using cache ---> 6d4f72ceb2cb Successfully built 6d4f72ceb2cb Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33023/kubevirt/registry-disk-v1alpha:devel ---> 95b0938020e7 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 935c07a8d40b Step 3/4 : RUN curl http://dl-cdn.alpinelinux.org/alpine/v3.7/releases/x86_64/alpine-virt-3.7.0-x86_64.iso > /disk/alpine.iso ---> Using cache ---> d40669029b91 Step 4/4 : LABEL "alpine-registry-disk-demo" '' "kubevirt-functional-tests-k8s-1.10.3-dev1" '' ---> Using cache ---> 126ca640b16b Successfully built 126ca640b16b Sending build context to Docker daemon 34.04 MB Step 1/8 : FROM fedora:27 ---> 9110ae7f579f Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 6af39ea33818 Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virtctl ---> Using cache ---> 62cf8151a5f3 Step 4/8 : WORKDIR /home/virtctl ---> Using cache ---> 7df4da9e1b5d Step 5/8 : USER 1001 ---> Using cache ---> 3ee421ac4ad4 Step 6/8 : COPY subresource-access-test /subresource-access-test ---> da2d96ccaae1 Removing intermediate container c956c5a45bc6 Step 7/8 : ENTRYPOINT /subresource-access-test ---> Running in 43fffbaf65c8 ---> 4aa87a29c67e Removing intermediate container 43fffbaf65c8 Step 8/8 : LABEL "kubevirt-functional-tests-k8s-1.10.3-dev1" '' "subresource-access-test" '' ---> Running in 4efe69c7be9e ---> 2ae13cb04d42 Removing intermediate container 4efe69c7be9e Successfully built 2ae13cb04d42 Sending build context to Docker daemon 3.072 kB Step 1/9 : FROM fedora:27 ---> 9110ae7f579f Step 2/9 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 6af39ea33818 Step 3/9 : ENV container docker ---> Using cache ---> 1211fd5eb075 Step 4/9 : RUN dnf -y install make git gcc && dnf -y clean all ---> Using cache ---> 7ff1a45e3635 Step 5/9 : ENV GIMME_GO_VERSION 1.9.2 ---> Using cache ---> a05ebaed4a0f Step 6/9 : RUN mkdir -p /gimme && curl -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme | HOME=/gimme bash >> /etc/profile.d/gimme.sh ---> Using cache ---> cd8398be9593 Step 7/9 : ENV GOPATH "/go" GOBIN "/usr/bin" ---> Using cache ---> 71c7ecd55e24 Step 8/9 : RUN mkdir -p /go && source /etc/profile.d/gimme.sh && go get github.com/masterzen/winrm-cli ---> Using cache ---> 9689e3184427 Step 9/9 : LABEL "kubevirt-functional-tests-k8s-1.10.3-dev1" '' "winrmcli" '' ---> Using cache ---> 9cc9275d8cc7 Successfully built 9cc9275d8cc7 hack/build-docker.sh push The push refers to a repository [localhost:33023/kubevirt/virt-controller] 2dc20e4ca72c: Preparing c0d2c4546d78: Preparing 39bae602f753: Preparing c0d2c4546d78: Pushed 2dc20e4ca72c: Pushed 39bae602f753: Pushed devel: digest: sha256:3115d3c0e1540272fcd48f07a86e5c170487231d824840cba8c413a859408453 size: 948 The push refers to a repository [localhost:33023/kubevirt/virt-launcher] 5c27c51a4aca: Preparing 8d2004407e0d: Preparing 51f8b7104cfc: Preparing bd7c9ad893d7: Preparing cce98487a073: Preparing fa30d8d5eeb1: Preparing 530cc55618cd: Preparing 34fa414dfdf6: Preparing a1359dc556dd: Preparing 490c7c373332: Preparing 4b440db36f72: Preparing 39bae602f753: Preparing fa30d8d5eeb1: Waiting 530cc55618cd: Waiting 4b440db36f72: Waiting 39bae602f753: Waiting 34fa414dfdf6: Waiting 490c7c373332: Waiting a1359dc556dd: Waiting 8d2004407e0d: Pushed bd7c9ad893d7: Pushed 5c27c51a4aca: Pushed 51f8b7104cfc: Pushed 530cc55618cd: Pushed 34fa414dfdf6: Pushed 490c7c373332: Pushed 39bae602f753: Mounted from kubevirt/virt-controller a1359dc556dd: Pushed cce98487a073: Pushed fa30d8d5eeb1: Pushed 4b440db36f72: Pushed devel: digest: sha256:7336212de8b972ceb055619367d0fcb8345129a768ab39ba94a9d33a9ec6fab4 size: 2828 The push refers to a repository [localhost:33023/kubevirt/virt-handler] d208a679ba0b: Preparing 39bae602f753: Preparing 39bae602f753: Mounted from kubevirt/virt-launcher