+ export WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release + WORKSPACE=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release + [[ windows2016-release =~ openshift-.* ]] + [[ windows2016-release =~ .*-1.10.4-.* ]] + export KUBEVIRT_PROVIDER=k8s-1.11.0 + KUBEVIRT_PROVIDER=k8s-1.11.0 + export KUBEVIRT_NUM_NODES=2 + KUBEVIRT_NUM_NODES=2 + export NFS_WINDOWS_DIR=/home/nfs/images/windows2016 + NFS_WINDOWS_DIR=/home/nfs/images/windows2016 + export NAMESPACE=kube-system + NAMESPACE=kube-system + trap '{ make cluster-down; }' EXIT SIGINT SIGTERM SIGSTOP + make cluster-down ./cluster/down.sh + make cluster-up ./cluster/up.sh Downloading ....... Downloading ....... Downloading ....... 2018/08/10 07:34:29 Waiting for host: 192.168.66.101:22 2018/08/10 07:34:32 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/08/10 07:34:40 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: no route to host. Sleeping 5s 2018/08/10 07:34:45 Problem with dial: dial tcp 192.168.66.101:22: getsockopt: connection refused. Sleeping 5s 2018/08/10 07:34:50 Connected to tcp://192.168.66.101:22 ++ systemctl status docker ++ grep active ++ wc -l + [[ 1 -eq 0 ]] + kubeadm init --config /etc/kubernetes/kubeadm.conf [init] using Kubernetes version: v1.11.0 [preflight] running pre-flight checks I0810 07:34:51.311811 1305 feature_gate.go:230] feature gates: &{map[]} I0810 07:34:51.409027 1305 kernel_validator.go:81] Validating kernel version I0810 07:34:51.409425 1305 kernel_validator.go:96] Validating kernel config [preflight/images] Pulling images required for setting up a Kubernetes cluster [preflight/images] This might take a minute or two, depending on the speed of your internet connection [preflight/images] You can also perform this action in beforehand using 'kubeadm config images pull' [kubelet] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env" [kubelet] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml" [preflight] Activating the kubelet service [certificates] Generated ca certificate and key. [certificates] Generated apiserver certificate and key. [certificates] apiserver serving cert is signed for DNS names [node01 kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local] and IPs [10.96.0.1 192.168.66.101] [certificates] Generated apiserver-kubelet-client certificate and key. [certificates] Generated sa key and public key. [certificates] Generated front-proxy-ca certificate and key. [certificates] Generated front-proxy-client certificate and key. [certificates] Generated etcd/ca certificate and key. [certificates] Generated etcd/server certificate and key. [certificates] etcd/server serving cert is signed for DNS names [node01 localhost] and IPs [127.0.0.1 ::1] [certificates] Generated etcd/peer certificate and key. [certificates] etcd/peer serving cert is signed for DNS names [node01 localhost] and IPs [192.168.66.101 127.0.0.1 ::1] [certificates] Generated etcd/healthcheck-client certificate and key. [certificates] Generated apiserver-etcd-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 56.006028 seconds [uploadconfig] storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace [kubelet] Creating a ConfigMap "kubelet-config-1.11" in namespace kube-system with the configuration for the kubelets in the cluster [markmaster] Marking the node node01 as master by adding the label "node-role.kubernetes.io/master=''" [markmaster] Marking the node node01 as master by adding the taints [node-role.kubernetes.io/master:NoSchedule] [patchnode] Uploading the CRI Socket information "/var/run/dockershim.sock" to the Node API object "node01" as an annotation [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: CoreDNS [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:e34a3500c746fef0fcb1c025af42bf7e98179e998e186bbb4d2c24d53c5554ef + 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 + kubectl --kubeconfig=/etc/kubernetes/admin.conf create -f /tmp/local-volume.yaml storageclass.storage.k8s.io/local created configmap/local-storage-config created clusterrolebinding.rbac.authorization.k8s.io/local-storage-provisioner-pv-binding created clusterrole.rbac.authorization.k8s.io/local-storage-provisioner-node-clusterrole created clusterrolebinding.rbac.authorization.k8s.io/local-storage-provisioner-node-binding created role.rbac.authorization.k8s.io/local-storage-provisioner-jobs-role created rolebinding.rbac.authorization.k8s.io/local-storage-provisioner-jobs-rolebinding created serviceaccount/local-storage-admin created daemonset.extensions/local-volume-provisioner created 2018/08/10 07:36:06 Waiting for host: 192.168.66.102:22 2018/08/10 07:36:09 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/08/10 07:36:17 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: no route to host. Sleeping 5s 2018/08/10 07:36:22 Problem with dial: dial tcp 192.168.66.102:22: getsockopt: connection refused. Sleeping 5s 2018/08/10 07:36:27 Connected to tcp://192.168.66.102:22 ++ systemctl status docker ++ grep active ++ wc -l + [[ 1 -eq 0 ]] + 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 RequiredIPVSKernelModulesAvailable]: the IPVS proxier will not be used, because the following required kernel modules are not loaded: [ip_vs_rr ip_vs_wrr ip_vs_sh ip_vs] or no builtin kernel ipvs support: map[ip_vs:{} ip_vs_rr:{} ip_vs_wrr:{} ip_vs_sh:{} nf_conntrack_ipv4:{}] you can solve this problem with following methods: 1. Run 'modprobe -- ' to load missing kernel modules; 2. Provide the missing builtin kernel ipvs support I0810 07:36:28.298496 1305 kernel_validator.go:81] Validating kernel version I0810 07:36:28.299577 1305 kernel_validator.go:96] Validating kernel config [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" [kubelet] Downloading configuration for the kubelet from the "kubelet-config-1.11" ConfigMap in the kube-system namespace [kubelet] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml" [kubelet] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env" [preflight] Activating the kubelet service [tlsbootstrap] Waiting for the kubelet to perform the TLS Bootstrap... [patchnode] Uploading the CRI Socket information "/var/run/dockershim.sock" to the Node API object "node02" as an annotation 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 38739968 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 1m v1.11.0 node02 Ready 26s v1.11.0 + kubectl_rc=0 + '[' 0 -ne 0 ']' ++ kubectl get nodes --no-headers ++ cluster/kubectl.sh get nodes --no-headers ++ grep NotReady + '[' -n '' ']' + set -e + echo 'Nodes are ready:' Nodes are ready: + kubectl get nodes + cluster/kubectl.sh get nodes NAME STATUS ROLES AGE VERSION node01 Ready master 1m v1.11.0 node02 Ready 27s v1.11.0 + make cluster-sync ./cluster/build.sh Building ... Untagged: localhost:33584/kubevirt/virt-controller:devel Untagged: localhost:33584/kubevirt/virt-controller@sha256:76b956646d4c557aca024aabc3c2ce8ff836fb9cde13799a2faa983213dff379 Deleted: sha256:6e0e32d46df95b12e57fbfa4b91e784d78ff73dc87b98c8201c231d52c7ba62d Deleted: sha256:5ddd61c5fd0bc52ddbac985415f0e2d18e8f4c1ad26ee23bc037617b88a5b3bd Deleted: sha256:0a51273fbd1f45bc02eaebacac701d8c763058f4296a8db7821f6a2570768bae Deleted: sha256:e0061a30eb9ba2a491f6165bafaee0a02ecf26e94b81273e8628a9c662e5f4cd Untagged: localhost:33584/kubevirt/virt-launcher:devel Untagged: localhost:33584/kubevirt/virt-launcher@sha256:18e6fdf2b597ba8f0600771b2b12f84d17443c261fcfb8f1d518c000793b5659 Deleted: sha256:22c5edb6fe5c0dc97b241ff91392bd6690b254c5f84c82be69abc7821843e6d5 Deleted: sha256:8d1c9d1bbaafdee64215e37a61fedd1c2bd575047caad431ddcb5173ffb5628b Deleted: sha256:8d1d25d1950518d6692d27dfe1ed4e780ece7db7c16766158bf0e36c6b1c433a Deleted: sha256:b26d6916a34a0f2668c018954b0dbe368a02645b67c7718db4f26525e8ee0834 Deleted: sha256:87f1906f19941bdd86b83503712c7eb49f5c467815a12bdf2c12b5ea103ff46b Deleted: sha256:f313a27153e34a9425c495d27494aa4fa9dd215a25edc40788421925d03bad30 Deleted: sha256:aaa4b1b8ef5a34fdc0a9ed5dff9d7f0da45dc46539b04ff081c704361215199f Deleted: sha256:e7b859dce9548ba1f4a2143bd746d41a568e563409b928fd567d5f1645d60f7a Deleted: sha256:884c9f9645e194da8c51e97670c9a66ab95aea7fadfa341ac21ec3fd1dcf8b6b Deleted: sha256:93782617093989cd12df56719353625904267a2f30e2e8cc7ee3d94021c690a7 Deleted: sha256:13a19958c224e95292f41b35a60a9b418c2262b0720ede725269f74a9ff7e045 Deleted: sha256:738dc16d1dd9bcb2c6bf5048117bdb79c7994c50a8aab537d9829e66963a9eaf Untagged: localhost:33584/kubevirt/virt-handler:devel Untagged: localhost:33584/kubevirt/virt-handler@sha256:68599469a1356e2b355035a315fe2b80433722fbf0f7bfd903b3a8d966e3bd08 Deleted: sha256:42d585ea88dea44cbae8aa293b6dd6afcf08587a4865b51675a039db94c98f28 Deleted: sha256:b39c9d8b7db854aebd7ab120fecbb4520e5fca359af92ed1d94a3c156affc541 Deleted: sha256:2fce06097cc8acd5df66677e74853adf411fd618fffb5cb6a8b005160321501f Deleted: sha256:644cb4f9564fc11c88d90bb977d69c718a0797c161ea8c019ac86d3a522abfd5 Untagged: localhost:33584/kubevirt/virt-api:devel Untagged: localhost:33584/kubevirt/virt-api@sha256:56a1a32970fcdaa9aed213a8bb3839ca7cc11604a2e0b545f92deccd6c54aabd Deleted: sha256:3ee9a1244affbd6d4d1669d1970f86fcae5ca0fc9a2f1fe56d5f0650fd351bab Deleted: sha256:6037b0f4d684ade874666feb5a87b5cf1bf9a35fbb829b1f70e033c07b896241 Deleted: sha256:253b9cd3f42aea7fcb3b773e13955d80e28bee598da7f899cda9b6da544edd2e Deleted: sha256:aeaa5963f4aa57015ac4a36da74484311e1d5a497dabddaaf8970294d36cdffd Untagged: localhost:33584/kubevirt/subresource-access-test:devel Untagged: localhost:33584/kubevirt/subresource-access-test@sha256:b0fa759dad11ce611643fb73353c51b23887cc85b40bb4a6f3d851449779f0d6 Deleted: sha256:a5bf32521f2b7f8ffd5a90c10d2f6a8bdd64f159b28943fb7f9667ea50674428 Deleted: sha256:6328779c4e25b9dcee8f53c82f601580ee1b358fd7c050cb62b627cfd05ae247 Deleted: sha256:89c4849eff4ef47a8cdd92c40aca82b468f03ab5a29ff97e163e6aec4bb96cf9 Deleted: sha256:71162f111b2a3ab3466b0277a123661bcdd667020d96a0ddb252e7ba45280772 Untagged: localhost:33584/kubevirt/example-hook-sidecar:devel Untagged: localhost:33584/kubevirt/example-hook-sidecar@sha256:43122e8479b5115e085bbea8203ed34fd6d51fa9e79f9e6dd58c024f464e1577 Deleted: sha256:8f3c4f7c69ff5e5585714edaa98e226d26399795aa6fba03c0ebd1fe849c8d3f Deleted: sha256:5aafc90473963016e57f449664f49494d7a9d27596782f66c78f3985b5c672a5 Deleted: sha256:bee16a1979ddc18a59fb6cbcef9656a338aa62e5f0bc8420b9d88f866a822519 Deleted: sha256:02e6092aef9337b11455dec25ca8e2a6ed3842c8f85d07bcccc992eb059f71b1 Sending build context to Docker daemon 7.168 kB Step 1/12 : FROM fedora:28 ---> cc510acfcd70 Step 2/12 : ENV LIBVIRT_VERSION 4.2.0 ---> Using cache ---> dcc6695ef4c0 Step 3/12 : COPY fedora-virt-preview.repo /etc/yum.repos.d/fedora-virt-preview.repo ---> 7cc17e972730 Removing intermediate container e27404ea042f Step 4/12 : RUN dnf -y install libvirt-devel-${LIBVIRT_VERSION} make git mercurial sudo gcc findutils gradle rsync-daemon rsync qemu-img protobuf-compiler && dnf -y clean all ---> Running in 0312a3091c62  Fedora 28 - x86_64 - Updates 703 kB/s | 21 MB 00:31 Virtualization packages from Rawhide built for 177 kB/s | 57 kB 00:00 Fedora 28 - x86_64 4.6 MB/s | 60 MB 00:13 Last metadata expiration check: 0:00:00 ago on Fri Aug 10 07:38:09 2018. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: findutils x86_64 1:4.6.0-19.fc28 updates 526 k gcc x86_64 8.1.1-5.fc28 updates 23 M git x86_64 2.17.1-3.fc28 updates 221 k gradle noarch 4.3.1-7.fc28 updates 9.1 M libvirt-devel x86_64 4.2.0-1.fc28 fedora-virt-preview 167 k make x86_64 1:4.2.1-6.fc28 fedora 497 k mercurial x86_64 4.4.2-4.fc28 fedora 4.2 M protobuf-compiler x86_64 3.5.0-4.fc28 fedora 792 k qemu-img x86_64 2:2.12.0-0.5.rc1.fc28 fedora-virt-preview 939 k rsync x86_64 3.1.3-3.fc28 fedora 403 k rsync-daemon noarch 3.1.3-3.fc28 fedora 41 k sudo x86_64 1.8.23-1.fc28 updates 864 k Upgrading: libgcc x86_64 8.1.1-5.fc28 updates 95 k Installing dependencies: aajohan-comfortaa-fonts noarch 3.001-2.fc28 fedora 147 k alsa-lib x86_64 1.1.6-2.fc28 fedora 430 k ant-lib noarch 1.10.1-10.fc28 updates 1.9 M antlr-tool noarch 2.7.7-53.fc28 fedora 364 k aopalliance noarch 1.0-17.fc28 fedora 16 k apache-commons-cli noarch 1.4-4.fc28 fedora 73 k apache-commons-codec noarch 1.11-3.fc28 fedora 287 k apache-commons-collections noarch 3.2.2-8.fc28 updates 535 k apache-commons-compress noarch 1.16.1-1.fc28 fedora 498 k apache-commons-io noarch 1:2.6-3.fc28 fedora 222 k apache-commons-lang noarch 2.6-21.fc28 fedora 281 k apache-commons-lang3 noarch 3.7-3.fc28 fedora 482 k apache-commons-logging noarch 1.2-13.fc28 fedora 86 k apache-ivy noarch 2.4.0-10.fc28 fedora 1.1 M apr x86_64 1.6.3-5.fc28 fedora 124 k aqute-bndlib noarch 3.5.0-2.fc28 fedora 1.4 M atinject noarch 1-27.20100611svn86.fc28 fedora 19 k avahi-libs x86_64 0.7-13.fc28 updates 62 k aws-sdk-java-core noarch 1.11.3-5.fc28 fedora 532 k aws-sdk-java-kms noarch 1.11.3-5.fc28 fedora 350 k aws-sdk-java-s3 noarch 1.11.3-5.fc28 fedora 566 k base64coder noarch 20101219-20.fc28 fedora 18 k bcel noarch 6.2-2.fc28 fedora 616 k beust-jcommander noarch 1.71-3.fc28 fedora 85 k binutils x86_64 2.29.1-23.fc28 updates 6.0 M bouncycastle noarch 1.59-1.fc28 updates 4.0 M bouncycastle-pg noarch 1.59-1.fc28 updates 317 k capstone x86_64 3.0.4-16.fc28 updates 487 k cdi-api noarch 1.2-7.fc28 fedora 142 k compat-openssl10 x86_64 1:1.0.2o-1.fc28 fedora 1.1 M copy-jdk-configs noarch 3.7-1.fc28 updates 26 k cpp x86_64 8.1.1-5.fc28 updates 10 M cyrus-sasl x86_64 2.1.27-0.1rc7.fc28 fedora 94 k cyrus-sasl-gssapi x86_64 2.1.27-0.1rc7.fc28 fedora 48 k ecj noarch 1:4.7.3a-1.fc28 fedora 2.6 M emacs-filesystem noarch 1:26.1-3.fc28 updates 68 k extra166y noarch 1.7.0-9.fc28 fedora 553 k felix-osgi-core noarch 1.4.0-23.fc28 fedora 104 k fipscheck x86_64 1.5.0-4.fc28 fedora 26 k fipscheck-lib x86_64 1.5.0-4.fc28 fedora 14 k fontconfig x86_64 2.13.0-4.fc28 updates 253 k fontpackages-filesystem noarch 1.44-21.fc28 fedora 15 k freetype x86_64 2.8-10.fc28 fedora 384 k gc x86_64 7.6.4-3.fc28 fedora 108 k geronimo-annotation noarch 1.0-22.fc28 fedora 24 k giflib x86_64 5.1.4-1.fc28 fedora 50 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 glassfish-el-api noarch 3.0.1-0.7.b08.fc28 fedora 104 k glassfish-servlet-api noarch 3.1.0-14.fc28 fedora 87 k glibc-devel x86_64 2.27-8.fc28 fedora 1.0 M glibc-headers x86_64 2.27-8.fc28 fedora 454 k google-gson noarch 2.8.2-1.fc28 fedora 236 k google-guice noarch 4.1-10.fc28 fedora 469 k gpars noarch 1.2.1-11.fc28 fedora 570 k groff-base x86_64 1.22.3-15.fc28 fedora 1.0 M groovy-lib noarch 2.4.8-6.fc28 updates 14 M guava20 noarch 20.0-6.fc28 updates 2.1 M guile x86_64 5:2.0.14-7.fc28 fedora 3.5 M hamcrest-core noarch 1.3-23.fc28 fedora 57 k hawtjni-runtime noarch 1.15-3.fc28 fedora 41 k hicolor-icon-theme noarch 0.17-2.fc28 fedora 47 k httpcomponents-client noarch 4.5.5-4.fc28 fedora 718 k httpcomponents-core noarch 4.4.9-4.fc28 fedora 635 k isl x86_64 0.16.1-6.fc28 fedora 841 k jackson-annotations noarch 2.9.4-2.fc28 fedora 70 k jackson-core noarch 2.9.4-2.fc28 fedora 320 k jackson-databind noarch 2.9.4-3.fc28 fedora 1.2 M jackson-dataformat-cbor noarch 2.9.4-3.fc28 fedora 63 k jansi noarch 1.16-3.fc28 fedora 57 k jansi-native x86_64 1.7-5.fc28 fedora 37 k jatl noarch 0.2.2-13.fc28 fedora 37 k java-1.8.0-openjdk x86_64 1:1.8.0.162-3.b12.fc28 fedora 244 k java-1.8.0-openjdk-headless x86_64 1:1.8.0.162-3.b12.fc28 fedora 32 M javapackages-tools noarch 5.0.0-14.fc28 updates 51 k jboss-interceptors-1.2-api noarch 1.0.0-8.fc28 fedora 32 k jcifs noarch 1.3.18-7.fc28 fedora 467 k jcip-annotations noarch 1-23.20060626.fc28 fedora 14 k jcl-over-slf4j noarch 1.7.25-4.fc28 fedora 30 k jcsp noarch 1.1-0.8.rc5.fc28 fedora 599 k jetty-http noarch 9.4.11-2.v20180605.fc28 updates 212 k jetty-io noarch 9.4.11-2.v20180605.fc28 updates 151 k jetty-server noarch 9.4.11-2.v20180605.fc28 updates 573 k jetty-util noarch 9.4.11-2.v20180605.fc28 updates 492 k jline noarch 2.14.6-1.fc28 updates 157 k joda-time noarch 2.9.9-2.tzdata2017b.fc28 fedora 524 k jsch noarch 0.1.54-6.fc28 fedora 267 k jsoup noarch 1.11.2-2.fc28 fedora 381 k jsr-305 noarch 0-0.22.20130910svn.fc28 fedora 33 k jul-to-slf4j noarch 1.7.25-4.fc28 fedora 20 k junit noarch 1:4.12-8.fc28 fedora 299 k jzlib noarch 1.1.3-8.fc28 fedora 83 k kernel-headers x86_64 4.17.12-1.fc28 updates 1.1 M kryo noarch 3.0.3-5.fc28 fedora 288 k less x86_64 530-1.fc28 fedora 163 k libX11 x86_64 1.6.5-7.fc28 fedora 622 k libX11-common noarch 1.6.5-7.fc28 fedora 167 k libXau x86_64 1.0.8-11.fc28 fedora 34 k libXcomposite x86_64 0.4.4-12.fc28 fedora 27 k libXext x86_64 1.3.3-8.fc28 fedora 44 k libXi x86_64 1.7.9-6.fc28 fedora 48 k libXrender x86_64 0.9.10-5.fc28 fedora 32 k libXtst x86_64 1.2.3-5.fc28 fedora 25 k libaio x86_64 0.3.110-11.fc28 fedora 29 k libatomic_ops x86_64 7.6.2-3.fc28 fedora 37 k libedit x86_64 3.1-23.20170329cvs.fc28 fedora 101 k libfontenc x86_64 1.1.3-7.fc28 fedora 36 k libgomp x86_64 8.1.1-5.fc28 updates 207 k libjpeg-turbo x86_64 1.5.3-6.fc28 updates 154 k libmpc x86_64 1.0.2-9.fc28 fedora 58 k libnl3 x86_64 3.4.0-3.fc28 fedora 307 k libpkgconf x86_64 1.4.2-1.fc28 fedora 34 k libpng x86_64 2:1.6.34-6.fc28 updates 125 k libsecret x86_64 0.18.6-1.fc28 fedora 162 k libssh2 x86_64 1.8.0-7.fc28 fedora 97 k libstdc++ x86_64 8.1.1-5.fc28 updates 487 k libtool-ltdl x86_64 2.4.6-24.fc28 updates 57 k libvirt-libs x86_64 4.2.0-1.fc28 fedora-virt-preview 4.2 M libwsman1 x86_64 2.6.5-2.fc28 fedora 140 k libxcb x86_64 1.13-1.fc28 fedora 228 k libxcrypt-devel x86_64 4.0.0-5.fc28 fedora 15 k lksctp-tools x86_64 1.0.16-9.fc28 fedora 96 k log4j-over-slf4j noarch 1.7.25-4.fc28 fedora 36 k lua x86_64 5.3.4-10.fc28 fedora 191 k lua-posix x86_64 33.3.1-8.fc28 fedora 175 k maven-lib noarch 1:3.5.2-5.fc28 fedora 1.4 M maven-resolver-api noarch 1:1.1.0-2.fc28 fedora 136 k maven-resolver-connector-basic noarch 1:1.1.0-2.fc28 fedora 49 k maven-resolver-impl noarch 1:1.1.0-2.fc28 fedora 175 k maven-resolver-spi noarch 1:1.1.0-2.fc28 fedora 39 k maven-resolver-transport-wagon noarch 1:1.1.0-2.fc28 fedora 37 k maven-resolver-util noarch 1:1.1.0-2.fc28 fedora 146 k maven-shared-utils noarch 3.1.0-5.fc27 fedora 160 k maven-wagon-file noarch 3.0.0-1.fc28 fedora 24 k maven-wagon-http noarch 3.0.0-1.fc28 fedora 25 k maven-wagon-http-shared noarch 3.0.0-1.fc28 fedora 48 k maven-wagon-provider-api noarch 3.0.0-1.fc28 fedora 62 k minlog noarch 1.3.0-5.fc27 fedora 18 k multiverse noarch 0.7.0-7.fc27 fedora 228 k native-platform x86_64 0.14-12.fc28 fedora 93 k ncurses x86_64 6.1-4.20180224.fc28 fedora 377 k nekohtml noarch 1.9.22-5.fc27 fedora 159 k netty-tcnative x86_64 1.1.30-9.fc28 fedora 118 k netty3 noarch 3.10.6-3.fc27 fedora 1.2 M nmap-ncat x86_64 2:7.60-12.fc28 fedora 235 k numactl-libs x86_64 2.0.11-8.fc28 fedora 34 k objectweb-asm noarch 6.1.1-1.fc28 updates 440 k objenesis noarch 2.6-1.fc28 fedora 105 k openssh x86_64 7.7p1-5.fc28 updates 483 k openssh-clients x86_64 7.7p1-5.fc28 updates 684 k osgi-annotation noarch 6.0.0-7.fc28 fedora 17 k osgi-compendium noarch 6.0.0-5.fc28 fedora 274 k osgi-core noarch 6.0.0-6.fc28 fedora 156 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-413.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-413.fc28 updates 140 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-413.fc28 updates 6.3 M perl-libnet noarch 3.11-3.fc28 fedora 120 k perl-libs x86_64 4:5.26.2-413.fc28 updates 1.6 M perl-macros x86_64 4:5.26.2-413.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 plexus-cipher noarch 1.7-14.fc28 fedora 28 k plexus-classworlds noarch 2.5.2-9.fc28 fedora 64 k plexus-containers-component-annotations noarch 1.7.1-5.fc28 fedora 17 k plexus-interpolation noarch 1.22-9.fc28 fedora 78 k plexus-sec-dispatcher noarch 1.4-24.fc28 fedora 31 k plexus-utils noarch 3.0.24-5.fc28 fedora 255 k protobuf x86_64 3.5.0-4.fc28 fedora 897 k publicsuffix-list noarch 20180514-1.fc28 updates 78 k python2 x86_64 2.7.15-2.fc28 updates 101 k python2-libs x86_64 2.7.15-2.fc28 updates 6.2 M python2-pip noarch 9.0.3-2.fc28 updates 2.0 M python2-setuptools noarch 39.2.0-6.fc28 updates 644 k reflectasm noarch 1.11.0-6.fc28 fedora 33 k rhino noarch 1.7.7.1-4.fc28 fedora 1.1 M sisu-inject noarch 1:0.3.3-3.fc28 fedora 337 k sisu-plexus noarch 1:0.3.3-3.fc28 fedora 178 k slf4j noarch 1.7.25-4.fc28 fedora 76 k snakeyaml noarch 1.17-5.fc28 fedora 247 k tesla-polyglot-common noarch 0.2.0-2.fc28 fedora 33 k tesla-polyglot-groovy noarch 0.2.0-2.fc28 fedora 56 k testng noarch 6.14.3-2.fc28 fedora 863 k ttmkfdir x86_64 3.0.9-54.fc28 fedora 60 k tzdata-java noarch 2018e-1.fc28 updates 185 k which x86_64 2.21-8.fc28 fedora 47 k xalan-j2 noarch 2.7.1-34.fc28 fedora 1.9 M xbean noarch 4.5-9.fc28 fedora 412 k xerces-j2 noarch 2.11.0-31.fc28 fedora 1.2 M xml-commons-apis noarch 1.4.01-25.fc28 fedora 234 k xml-commons-resolver noarch 1.2-24.fc28 fedora 114 k xorg-x11-font-utils x86_64 1:7.5-38.fc28 updates 95 k xorg-x11-fonts-Type1 noarch 7.5-19.fc28 fedora 521 k xpp3 noarch 1.1.4-18.c.fc28 fedora 294 k xpp3-minimal noarch 1.1.4-18.c.fc28 fedora 37 k xstream noarch 1.4.9-7.fc28 fedora 500 k yajl x86_64 2.1.0-10.fc28 fedora 39 k Installing weak dependencies: java-1.8.0-openjdk-devel x86_64 1:1.8.0.162-3.b12.fc28 fedora 9.8 M 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 248 Packages Upgrade 1 Package Total download size: 204 M Downloading Packages: (1/249): libvirt-devel-4.2.0-1.fc28.x86_64.rpm 275 kB/s | 167 kB 00:00 (2/249): make-4.2.1-6.fc28.x86_64.rpm 735 kB/s | 497 kB 00:00 (3/249): rsync-3.1.3-3.fc28.x86_64.rpm 4.0 MB/s | 403 kB 00:00 (4/249): rsync-daemon-3.1.3-3.fc28.noarch.rpm 184 kB/s | 41 kB 00:00 (5/249): gc-7.6.4-3.fc28.x86_64.rpm 1.7 MB/s | 108 kB 00:00 (6/249): mercurial-4.4.2-4.fc28.x86_64.rpm 4.1 MB/s | 4.2 MB 00:01 (7/249): libnl3-3.4.0-3.fc28.x86_64.rpm 3.7 MB/s | 307 kB 00:00 (8/249): guile-2.0.14-7.fc28.x86_64.rpm 10 MB/s | 3.5 MB 00:00 (9/249): libssh2-1.8.0-7.fc28.x86_64.rpm 617 kB/s | 97 kB 00:00 (10/249): libwsman1-2.6.5-2.fc28.x86_64.rpm 1.7 MB/s | 140 kB 00:00 (11/249): nmap-ncat-7.60-12.fc28.x86_64.rpm 2.6 MB/s | 235 kB 00:00 (12/249): numactl-libs-2.0.11-8.fc28.x86_64.rpm 571 kB/s | 34 kB 00:00 (13/249): yajl-2.1.0-10.fc28.x86_64.rpm 657 kB/s | 39 kB 00:00 (14/249): libatomic_ops-7.6.2-3.fc28.x86_64.rpm 607 kB/s | 37 kB 00:00 (15/249): git-2.17.1-3.fc28.x86_64.rpm 537 kB/s | 221 kB 00:00 (16/249): git-core-doc-2.17.1-3.fc28.noarch.rpm 4.6 MB/s | 2.3 MB 00:00 (17/249): perl-Git-2.17.1-3.fc28.noarch.rpm 1.3 MB/s | 73 kB 00:00 (18/249): libsecret-0.18.6-1.fc28.x86_64.rpm 2.4 MB/s | 162 kB 00:00 (19/249): git-core-2.17.1-3.fc28.x86_64.rpm 3.6 MB/s | 4.0 MB 00:01 (20/249): perl-Getopt-Long-2.50-4.fc28.noarch.r 494 kB/s | 62 kB 00:00 (21/249): perl-PathTools-3.74-1.fc28.x86_64.rpm 1.4 MB/s | 89 kB 00:00 (22/249): perl-TermReadKey-2.37-7.fc28.x86_64.r 623 kB/s | 39 kB 00:00 (23/249): perl-Error-0.17025-2.fc28.noarch.rpm 718 kB/s | 45 kB 00:00 (24/249): less-530-1.fc28.x86_64.rpm 1.8 MB/s | 163 kB 00:00 (25/249): perl-Exporter-5.72-396.fc28.noarch.rp 467 kB/s | 33 kB 00:00 (26/249): perl-Pod-Usage-1.69-395.fc28.noarch.r 533 kB/s | 33 kB 00:00 (27/249): perl-Text-ParseWords-3.30-395.fc28.no 266 kB/s | 17 kB 00:00 (28/249): perl-constant-1.33-396.fc28.noarch.rp 386 kB/s | 24 kB 00:00 (29/249): perl-Scalar-List-Utils-1.49-2.fc28.x8 1.0 MB/s | 67 kB 00:00 (30/249): perl-Pod-Perldoc-3.28-396.fc28.noarch 1.2 MB/s | 87 kB 00:00 (31/249): libvirt-libs-4.2.0-1.fc28.x86_64.rpm 1.8 MB/s | 4.2 MB 00:02 (32/249): perl-HTTP-Tiny-0.070-395.fc28.noarch. 408 kB/s | 56 kB 00:00 (33/249): groff-base-1.22.3-15.fc28.x86_64.rpm 4.4 MB/s | 1.0 MB 00:00 (34/249): perl-parent-0.236-395.fc28.noarch.rpm 180 kB/s | 19 kB 00:00 (35/249): perl-MIME-Base64-3.15-396.fc28.x86_64 358 kB/s | 29 kB 00:00 (36/249): perl-Socket-2.027-2.fc28.x86_64.rpm 533 kB/s | 58 kB 00:00 (37/249): perl-Pod-Escapes-1.07-395.fc28.noarch 338 kB/s | 19 kB 00:00 (38/249): perl-Pod-Simple-3.35-395.fc28.noarch. 751 kB/s | 212 kB 00:00 (39/249): perl-Text-Tabs+Wrap-2013.0523-395.fc2 240 kB/s | 23 kB 00:00 (40/249): sudo-1.8.23-1.fc28.x86_64.rpm 2.8 MB/s | 864 kB 00:00 (41/249): isl-0.16.1-6.fc28.x86_64.rpm 5.6 MB/s | 841 kB 00:00 (42/249): libmpc-1.0.2-9.fc28.x86_64.rpm 845 kB/s | 58 kB 00:00 (43/249): findutils-4.6.0-19.fc28.x86_64.rpm 3.0 MB/s | 526 kB 00:00 (44/249): cpp-8.1.1-5.fc28.x86_64.rpm 5.8 MB/s | 10 MB 00:01 (45/249): apache-commons-cli-1.4-4.fc28.noarch. 615 kB/s | 73 kB 00:00 (46/249): apache-commons-codec-1.11-3.fc28.noar 1.6 MB/s | 287 kB 00:00 (47/249): gradle-4.3.1-7.fc28.noarch.rpm 5.2 MB/s | 9.1 MB 00:01 (48/249): apache-commons-compress-1.16.1-1.fc28 1.4 MB/s | 498 kB 00:00 (49/249): apache-commons-lang-2.6-21.fc28.noarc 3.5 MB/s | 281 kB 00:00 (50/249): apache-commons-lang3-3.7-3.fc28.noarc 5.1 MB/s | 482 kB 00:00 (51/249): apache-commons-io-2.6-3.fc28.noarch.r 774 kB/s | 222 kB 00:00 (52/249): apache-ivy-2.4.0-10.fc28.noarch.rpm 6.4 MB/s | 1.1 MB 00:00 (53/249): atinject-1-27.20100611svn86.fc28.noar 287 kB/s | 19 kB 00:00 (54/249): aqute-bndlib-3.5.0-2.fc28.noarch.rpm 5.5 MB/s | 1.4 MB 00:00 (55/249): aws-sdk-java-core-1.11.3-5.fc28.noarc 3.7 MB/s | 532 kB 00:00 (56/249): gcc-8.1.1-5.fc28.x86_64.rpm 6.7 MB/s | 23 MB 00:03 (57/249): aws-sdk-java-kms-1.11.3-5.fc28.noarch 754 kB/s | 350 kB 00:00 (58/249): aws-sdk-java-s3-1.11.3-5.fc28.noarch. 1.1 MB/s | 566 kB 00:00 (59/249): beust-jcommander-1.71-3.fc28.noarch.r 819 kB/s | 85 kB 00:00 (60/249): base64coder-20101219-20.fc28.noarch.r 154 kB/s | 18 kB 00:00 (61/249): glassfish-servlet-api-3.1.0-14.fc28.n 1.0 MB/s | 87 kB 00:00 (62/249): ecj-4.7.3a-1.fc28.noarch.rpm 11 MB/s | 2.6 MB 00:00 (63/249): google-guice-4.1-10.fc28.noarch.rpm 3.1 MB/s | 469 kB 00:00 (64/249): google-gson-2.8.2-1.fc28.noarch.rpm 899 kB/s | 236 kB 00:00 (65/249): hawtjni-runtime-1.15-3.fc28.noarch.rp 462 kB/s | 41 kB 00:00 (66/249): hicolor-icon-theme-0.17-2.fc28.noarch 486 kB/s | 47 kB 00:00 (67/249): httpcomponents-core-4.4.9-4.fc28.noar 6.2 MB/s | 635 kB 00:00 (68/249): jackson-annotations-2.9.4-2.fc28.noar 1.0 MB/s | 70 kB 00:00 (69/249): httpcomponents-client-4.5.5-4.fc28.no 3.5 MB/s | 718 kB 00:00 (70/249): jackson-core-2.9.4-2.fc28.noarch.rpm 3.4 MB/s | 320 kB 00:00 (71/249): jackson-databind-2.9.4-3.fc28.noarch. 8.8 MB/s | 1.2 MB 00:00 (72/249): jansi-1.16-3.fc28.noarch.rpm 745 kB/s | 57 kB 00:00 (73/249): jansi-native-1.7-5.fc28.x86_64.rpm 319 kB/s | 37 kB 00:00 (74/249): jatl-0.2.2-13.fc28.noarch.rpm 427 kB/s | 37 kB 00:00 (75/249): jcifs-1.3.18-7.fc28.noarch.rpm 3.6 MB/s | 467 kB 00:00 (76/249): jcip-annotations-1-23.20060626.fc28.n 189 kB/s | 14 kB 00:00 (77/249): jcl-over-slf4j-1.7.25-4.fc28.noarch.r 288 kB/s | 30 kB 00:00 (78/249): jsch-0.1.54-6.fc28.noarch.rpm 3.5 MB/s | 267 kB 00:00 (79/249): joda-time-2.9.9-2.tzdata2017b.fc28.no 4.2 MB/s | 524 kB 00:00 (80/249): jsr-305-0-0.22.20130910svn.fc28.noarc 348 kB/s | 33 kB 00:00 (81/249): jul-to-slf4j-1.7.25-4.fc28.noarch.rpm 190 kB/s | 20 kB 00:00 (82/249): junit-4.12-8.fc28.noarch.rpm 2.8 MB/s | 299 kB 00:00 (83/249): kryo-3.0.3-5.fc28.noarch.rpm 3.2 MB/s | 288 kB 00:00 (84/249): log4j-over-slf4j-1.7.25-4.fc28.noarch 339 kB/s | 36 kB 00:00 (85/249): maven-resolver-api-1.1.0-2.fc28.noarc 2.1 MB/s | 136 kB 00:00 (86/249): maven-lib-3.5.2-5.fc28.noarch.rpm 9.5 MB/s | 1.4 MB 00:00 (87/249): maven-resolver-connector-basic-1.1.0- 525 kB/s | 49 kB 00:00 (88/249): maven-resolver-impl-1.1.0-2.fc28.noar 1.3 MB/s | 175 kB 00:00 (89/249): maven-resolver-spi-1.1.0-2.fc28.noarc 306 kB/s | 39 kB 00:00 (90/249): maven-resolver-transport-wagon-1.1.0- 305 kB/s | 37 kB 00:00 (91/249): maven-resolver-util-1.1.0-2.fc28.noar 1.1 MB/s | 146 kB 00:00 (92/249): maven-wagon-file-3.0.0-1.fc28.noarch. 199 kB/s | 24 kB 00:00 (93/249): maven-wagon-http-3.0.0-1.fc28.noarch. 204 kB/s | 25 kB 00:00 (94/249): maven-wagon-http-shared-3.0.0-1.fc28. 387 kB/s | 48 kB 00:00 (95/249): minlog-1.3.0-5.fc27.noarch.rpm 271 kB/s | 18 kB 00:00 (96/249): maven-wagon-provider-api-3.0.0-1.fc28 494 kB/s | 62 kB 00:00 (97/249): native-platform-0.14-12.fc28.x86_64.r 1.4 MB/s | 93 kB 00:00 (98/249): nekohtml-1.9.22-5.fc27.noarch.rpm 1.3 MB/s | 159 kB 00:00 (99/249): objenesis-2.6-1.fc28.noarch.rpm 1.5 MB/s | 105 kB 00:00 (100/249): plexus-cipher-1.7-14.fc28.noarch.rpm 248 kB/s | 28 kB 00:00 (101/249): plexus-classworlds-2.5.2-9.fc28.noar 961 kB/s | 64 kB 00:00 (102/249): plexus-containers-component-annotati 160 kB/s | 17 kB 00:00 (103/249): plexus-interpolation-1.22-9.fc28.noa 1.1 MB/s | 78 kB 00:00 (104/249): plexus-sec-dispatcher-1.4-24.fc28.no 284 kB/s | 31 kB 00:00 (105/249): plexus-utils-3.0.24-5.fc28.noarch.rp 3.5 MB/s | 255 kB 00:00 (106/249): reflectasm-1.11.0-6.fc28.noarch.rpm 309 kB/s | 33 kB 00:00 (107/249): sisu-inject-0.3.3-3.fc28.noarch.rpm 3.1 MB/s | 337 kB 00:00 (108/249): sisu-plexus-0.3.3-3.fc28.noarch.rpm 2.3 MB/s | 178 kB 00:00 (109/249): rhino-1.7.7.1-4.fc28.noarch.rpm 5.3 MB/s | 1.1 MB 00:00 (110/249): slf4j-1.7.25-4.fc28.noarch.rpm 781 kB/s | 76 kB 00:00 (111/249): snakeyaml-1.17-5.fc28.noarch.rpm 1.7 MB/s | 247 kB 00:00 (112/249): tesla-polyglot-common-0.2.0-2.fc28.n 481 kB/s | 33 kB 00:00 (113/249): tesla-polyglot-groovy-0.2.0-2.fc28.n 849 kB/s | 56 kB 00:00 (114/249): xbean-4.5-9.fc28.noarch.rpm 2.9 MB/s | 412 kB 00:00 (115/249): testng-6.14.3-2.fc28.noarch.rpm 4.8 MB/s | 863 kB 00:00 (116/249): xerces-j2-2.11.0-31.fc28.noarch.rpm 5.4 MB/s | 1.2 MB 00:00 (117/249): xml-commons-apis-1.4.01-25.fc28.noar 2.5 MB/s | 234 kB 00:00 (118/249): osgi-annotation-6.0.0-7.fc28.noarch. 136 kB/s | 17 kB 00:00 (119/249): osgi-core-6.0.0-6.fc28.noarch.rpm 1.9 MB/s | 156 kB 00:00 (120/249): osgi-compendium-6.0.0-5.fc28.noarch. 1.9 MB/s | 274 kB 00:00 (121/249): apache-commons-logging-1.2-13.fc28.n 916 kB/s | 86 kB 00:00 (122/249): jackson-dataformat-cbor-2.9.4-3.fc28 603 kB/s | 63 kB 00:00 (123/249): aopalliance-1.0-17.fc28.noarch.rpm 181 kB/s | 16 kB 00:00 (124/249): jzlib-1.1.3-8.fc28.noarch.rpm 943 kB/s | 83 kB 00:00 (125/249): hamcrest-core-1.3-23.fc28.noarch.rpm 663 kB/s | 57 kB 00:00 (126/249): geronimo-annotation-1.0-22.fc28.noar 269 kB/s | 24 kB 00:00 (127/249): maven-shared-utils-3.1.0-5.fc27.noar 1.7 MB/s | 160 kB 00:00 (128/249): jsoup-1.11.2-2.fc28.noarch.rpm 3.6 MB/s | 381 kB 00:00 (129/249): bcel-6.2-2.fc28.noarch.rpm 5.9 MB/s | 616 kB 00:00 (130/249): cdi-api-1.2-7.fc28.noarch.rpm 1.4 MB/s | 142 kB 00:00 (131/249): xml-commons-resolver-1.2-24.fc28.noa 1.8 MB/s | 114 kB 00:00 (132/249): xalan-j2-2.7.1-34.fc28.noarch.rpm 12 MB/s | 1.9 MB 00:00 (133/249): jboss-interceptors-1.2-api-1.0.0-8.f 456 kB/s | 32 kB 00:00 (134/249): glassfish-el-api-3.0.1-0.7.b08.fc28. 762 kB/s | 104 kB 00:00 (135/249): libaio-0.3.110-11.fc28.x86_64.rpm 455 kB/s | 29 kB 00:00 (136/249): protobuf-compiler-3.5.0-4.fc28.x86_6 5.6 MB/s | 792 kB 00:00 (137/249): protobuf-3.5.0-4.fc28.x86_64.rpm 5.5 MB/s | 897 kB 00:00 (138/249): javapackages-tools-5.0.0-14.fc28.noa 272 kB/s | 51 kB 00:00 (139/249): which-2.21-8.fc28.x86_64.rpm 794 kB/s | 47 kB 00:00 (140/249): freetype-2.8-10.fc28.x86_64.rpm 4.9 MB/s | 384 kB 00:00 (141/249): lksctp-tools-1.0.16-9.fc28.x86_64.rp 1.4 MB/s | 96 kB 00:00 (142/249): qemu-img-2.12.0-0.5.rc1.fc28.x86_64. 1.6 MB/s | 939 kB 00:00 (143/249): antlr-tool-2.7.7-53.fc28.noarch.rpm 4.4 MB/s | 364 kB 00:00 (144/249): gpars-1.2.1-11.fc28.noarch.rpm 6.3 MB/s | 570 kB 00:00 (145/249): xstream-1.4.9-7.fc28.noarch.rpm 1.1 MB/s | 500 kB 00:00 (146/249): extra166y-1.7.0-9.fc28.noarch.rpm 5.9 MB/s | 553 kB 00:00 (147/249): jcsp-1.1-0.8.rc5.fc28.noarch.rpm 5.0 MB/s | 599 kB 00:00 (148/249): multiverse-0.7.0-7.fc27.noarch.rpm 3.0 MB/s | 228 kB 00:00 (149/249): java-1.8.0-openjdk-headless-1.8.0.16 18 MB/s | 32 MB 00:01 (150/249): netty3-3.10.6-3.fc27.noarch.rpm 2.4 MB/s | 1.2 MB 00:00 (151/249): xpp3-1.1.4-18.c.fc28.noarch.rpm 4.0 MB/s | 294 kB 00:00 (152/249): xpp3-minimal-1.1.4-18.c.fc28.noarch. 357 kB/s | 37 kB 00:00 (153/249): felix-osgi-core-1.4.0-23.fc28.noarch 1.3 MB/s | 104 kB 00:00 (154/249): netty-tcnative-1.1.30-9.fc28.x86_64. 1.7 MB/s | 118 kB 00:00 (155/249): apr-1.6.3-5.fc28.x86_64.rpm 1.5 MB/s | 124 kB 00:00 (156/249): compat-openssl10-1.0.2o-1.fc28.x86_6 7.2 MB/s | 1.1 MB 00:00 (157/249): objectweb-asm-6.1.1-1.fc28.noarch.rp 1.3 MB/s | 440 kB 00:00 (158/249): jline-2.14.6-1.fc28.noarch.rpm 704 kB/s | 157 kB 00:00 (159/249): libstdc++-8.1.1-5.fc28.x86_64.rpm 4.3 MB/s | 487 kB 00:00 (160/249): perl-libs-5.26.2-413.fc28.x86_64.rpm 6.8 MB/s | 1.6 MB 00:00 (161/249): perl-File-Path-2.15-2.fc28.noarch.rp 434 kB/s | 37 kB 00:00 (162/249): perl-Unicode-Normalize-1.25-396.fc28 987 kB/s | 81 kB 00:00 (163/249): perl-threads-2.21-2.fc28.x86_64.rpm 752 kB/s | 60 kB 00:00 (164/249): perl-threads-shared-1.58-2.fc28.x86_ 582 kB/s | 46 kB 00:00 (165/249): perl-Errno-1.28-413.fc28.x86_64.rpm 1.4 MB/s | 74 kB 00:00 (166/249): perl-Carp-1.42-396.fc28.noarch.rpm 615 kB/s | 29 kB 00:00 (167/249): perl-podlators-4.11-1.fc28.noarch.rp 1.7 MB/s | 117 kB 00:00 (168/249): perl-Term-ANSIColor-4.06-396.fc28.no 717 kB/s | 45 kB 00:00 (169/249): perl-Term-Cap-1.17-395.fc28.noarch.r 350 kB/s | 22 kB 00:00 (170/249): ncurses-6.1-4.20180224.fc28.x86_64.r 2.8 MB/s | 377 kB 00:00 (171/249): perl-interpreter-5.26.2-413.fc28.x86 4.6 MB/s | 6.3 MB 00:01 (172/249): groovy-lib-2.4.8-6.fc28.noarch.rpm 3.8 MB/s | 14 MB 00:03 (173/249): perl-File-Temp-0.230.600-1.fc28.noar 276 kB/s | 62 kB 00:00 (174/249): perl-Encode-2.97-3.fc28.x86_64.rpm 2.6 MB/s | 1.5 MB 00:00 (175/249): perl-Time-Local-1.280-1.fc28.noarch. 428 kB/s | 32 kB 00:00 (176/249): perl-IO-1.38-413.fc28.x86_64.rpm 1.1 MB/s | 140 kB 00:00 (177/249): perl-Storable-3.11-2.fc28.x86_64.rpm 1.8 MB/s | 97 kB 00:00 (178/249): emacs-filesystem-26.1-3.fc28.noarch. 1.2 MB/s | 68 kB 00:00 (179/249): python2-2.7.15-2.fc28.x86_64.rpm 1.8 MB/s | 101 kB 00:00 (180/249): copy-jdk-configs-3.7-1.fc28.noarch.r 546 kB/s | 26 kB 00:00 (181/249): lua-posix-33.3.1-8.fc28.x86_64.rpm 2.1 MB/s | 175 kB 00:00 (182/249): libjpeg-turbo-1.5.3-6.fc28.x86_64.rp 1.6 MB/s | 154 kB 00:00 (183/249): tzdata-java-2018e-1.fc28.noarch.rpm 1.8 MB/s | 185 kB 00:00 (184/249): publicsuffix-list-20180514-1.fc28.no 1.5 MB/s | 78 kB 00:00 (185/249): libtool-ltdl-2.4.6-24.fc28.x86_64.rp 1.0 MB/s | 57 kB 00:00 (186/249): guava20-20.0-6.fc28.noarch.rpm 3.7 MB/s | 2.1 MB 00:00 (187/249): libpng-1.6.34-6.fc28.x86_64.rpm 1.5 MB/s | 125 kB 00:00 (188/249): avahi-libs-0.7-13.fc28.x86_64.rpm 1.0 MB/s | 62 kB 00:00 (189/249): python2-libs-2.7.15-2.fc28.x86_64.rp 7.6 MB/s | 6.2 MB 00:00 (190/249): cyrus-sasl-2.1.27-0.1rc7.fc28.x86_64 480 kB/s | 94 kB 00:00 (191/249): capstone-3.0.4-16.fc28.x86_64.rpm 1.4 MB/s | 487 kB 00:00 (192/249): pkgconf-pkg-config-1.4.2-1.fc28.x86_ 214 kB/s | 14 kB 00:00 (193/249): pkgconf-1.4.2-1.fc28.x86_64.rpm 601 kB/s | 37 kB 00:00 (194/249): cyrus-sasl-gssapi-2.1.27-0.1rc7.fc28 247 kB/s | 48 kB 00:00 (195/249): libpkgconf-1.4.2-1.fc28.x86_64.rpm 322 kB/s | 34 kB 00:00 (196/249): pkgconf-m4-1.4.2-1.fc28.noarch.rpm 80 kB/s | 16 kB 00:00 (197/249): perl-macros-5.26.2-413.fc28.x86_64.r 1.2 MB/s | 70 kB 00:00 (198/249): python2-setuptools-39.2.0-6.fc28.noa 4.1 MB/s | 644 kB 00:00 (199/249): apache-commons-collections-3.2.2-8.f 4.4 MB/s | 535 kB 00:00 (200/249): ant-lib-1.10.1-10.fc28.noarch.rpm 3.5 MB/s | 1.9 MB 00:00 (201/249): python2-pip-9.0.3-2.fc28.noarch.rpm 2.8 MB/s | 2.0 MB 00:00 (202/249): bouncycastle-1.59-1.fc28.noarch.rpm 7.6 MB/s | 4.0 MB 00:00 (203/249): bouncycastle-pg-1.59-1.fc28.noarch.r 1.9 MB/s | 317 kB 00:00 (204/249): jetty-http-9.4.11-2.v20180605.fc28.n 3.4 MB/s | 212 kB 00:00 (205/249): jetty-io-9.4.11-2.v20180605.fc28.noa 1.9 MB/s | 151 kB 00:00 (206/249): jetty-server-9.4.11-2.v20180605.fc28 2.1 MB/s | 573 kB 00:00 (207/249): jetty-util-9.4.11-2.v20180605.fc28.n 4.0 MB/s | 492 kB 00:00 (208/249): openssh-clients-7.7p1-5.fc28.x86_64. 3.4 MB/s | 684 kB 00:00 (209/249): openssh-7.7p1-5.fc28.x86_64.rpm 2.6 MB/s | 483 kB 00:00 (210/249): fipscheck-lib-1.5.0-4.fc28.x86_64.rp 115 kB/s | 14 kB 00:00 (211/249): fipscheck-1.5.0-4.fc28.x86_64.rpm 286 kB/s | 26 kB 00:00 (212/249): libedit-3.1-23.20170329cvs.fc28.x86_ 439 kB/s | 101 kB 00:00 (213/249): libxcrypt-devel-4.0.0-5.fc28.x86_64. 255 kB/s | 15 kB 00:00 (214/249): glibc-devel-2.27-8.fc28.x86_64.rpm 3.1 MB/s | 1.0 MB 00:00 (215/249): glibc-headers-2.27-8.fc28.x86_64.rpm 2.1 MB/s | 454 kB 00:00 (216/249): libgomp-8.1.1-5.fc28.x86_64.rpm 1.8 MB/s | 207 kB 00:00 (217/249): lua-5.3.4-10.fc28.x86_64.rpm 2.4 MB/s | 191 kB 00:00 (218/249): perl-Mozilla-CA-20160104-7.fc28.noar 248 kB/s | 14 kB 00:00 (219/249): kernel-headers-4.17.12-1.fc28.x86_64 6.2 MB/s | 1.1 MB 00:00 (220/249): perl-IO-Socket-SSL-2.056-1.fc28.noar 2.1 MB/s | 285 kB 00:00 (221/249): perl-IO-Socket-IP-0.39-5.fc28.noarch 513 kB/s | 46 kB 00:00 (222/249): perl-Net-SSLeay-1.85-1.fc28.x86_64.r 3.9 MB/s | 356 kB 00:00 (223/249): perl-URI-1.73-2.fc28.noarch.rpm 1.3 MB/s | 115 kB 00:00 (224/249): perl-Data-Dumper-2.167-399.fc28.x86_ 756 kB/s | 57 kB 00:00 (225/249): perl-libnet-3.11-3.fc28.noarch.rpm 1.4 MB/s | 120 kB 00:00 (226/249): perl-Digest-MD5-2.55-396.fc28.x86_64 613 kB/s | 36 kB 00:00 (227/249): perl-Digest-1.17-395.fc28.noarch.rpm 440 kB/s | 26 kB 00:00 (228/249): java-1.8.0-openjdk-1.8.0.162-3.b12.f 3.2 MB/s | 244 kB 00:00 (229/249): libX11-1.6.5-7.fc28.x86_64.rpm 4.6 MB/s | 622 kB 00:00 (230/249): alsa-lib-1.1.6-2.fc28.x86_64.rpm 4.9 MB/s | 430 kB 00:00 (231/249): giflib-5.1.4-1.fc28.x86_64.rpm 808 kB/s | 50 kB 00:00 (232/249): libXcomposite-0.4.4-12.fc28.x86_64.r 464 kB/s | 27 kB 00:00 (233/249): libXext-1.3.3-8.fc28.x86_64.rpm 742 kB/s | 44 kB 00:00 (234/249): java-1.8.0-openjdk-devel-1.8.0.162-3 13 MB/s | 9.8 MB 00:00 (235/249): libXi-1.7.9-6.fc28.x86_64.rpm 211 kB/s | 48 kB 00:00 (236/249): binutils-2.29.1-23.fc28.x86_64.rpm 3.1 MB/s | 6.0 MB 00:01 (237/249): libXrender-0.9.10-5.fc28.x86_64.rpm 128 kB/s | 32 kB 00:00 (238/249): libXtst-1.2.3-5.fc28.x86_64.rpm 104 kB/s | 25 kB 00:00 (239/249): libX11-common-1.6.5-7.fc28.noarch.rp 2.4 MB/s | 167 kB 00:00 (240/249): libxcb-1.13-1.fc28.x86_64.rpm 2.0 MB/s | 228 kB 00:00 (241/249): ttmkfdir-3.0.9-54.fc28.x86_64.rpm 633 kB/s | 60 kB 00:00 (242/249): libXau-1.0.8-11.fc28.x86_64.rpm 353 kB/s | 34 kB 00:00 (243/249): fontpackages-filesystem-1.44-21.fc28 247 kB/s | 15 kB 00:00 (244/249): xorg-x11-fonts-Type1-7.5-19.fc28.noa 1.4 MB/s | 521 kB 00:00 (245/249): fontconfig-2.13.0-4.fc28.x86_64.rpm 1.2 MB/s | 253 kB 00:00 (246/249): libfontenc-1.1.3-7.fc28.x86_64.rpm 330 kB/s | 36 kB 00:00 (247/249): aajohan-comfortaa-fonts-3.001-2.fc28 1.6 MB/s | 147 kB 00:00 (248/249): xorg-x11-font-utils-7.5-38.fc28.x86_ 492 kB/s | 95 kB 00:00 (249/249): libgcc-8.1.1-5.fc28.x86_64.rpm 1.7 MB/s | 95 kB 00:00 -------------------------------------------------------------------------------- Total 10 MB/s | 204 MB 00:19 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: copy-jdk-configs-3.7-1.fc28.noarch 1/1 Running scriptlet: java-1.8.0-openjdk-headless-1:1.8.0.162-3.b12.fc28.x 1/1 Preparing : 1/1 Installing : perl-libs-4:5.26.2-413.fc28.x86_64 1/250 Installing : perl-Carp-1.42-396.fc28.noarch 2/250 Installing : perl-Exporter-5.72-396.fc28.noarch 3/250 Upgrading : libgcc-8.1.1-5.fc28.x86_64 4/250 Running scriptlet: libgcc-8.1.1-5.fc28.x86_64 4/250 Installing : libstdc++-8.1.1-5.fc28.x86_64 5/250 Running scriptlet: libstdc++-8.1.1-5.fc28.x86_64 5/250 Installing : perl-Scalar-List-Utils-3:1.49-2.fc28.x86_64 6/250 Installing : python2-libs-2.7.15-2.fc28.x86_64 7/250 Installing : python2-pip-9.0.3-2.fc28.noarch 8/250 Installing : python2-setuptools-39.2.0-6.fc28.noarch 9/250 Installing : python2-2.7.15-2.fc28.x86_64 10/250 Installing : fipscheck-1.5.0-4.fc28.x86_64 11/250 Installing : fipscheck-lib-1.5.0-4.fc28.x86_64 12/250 Running scriptlet: fipscheck-lib-1.5.0-4.fc28.x86_64 12/250 Installing : perl-Text-ParseWords-3.30-395.fc28.noarch 13/250 Installing : fontpackages-filesystem-1.44-21.fc28.noarch 14/250 Installing : libpng-2:1.6.34-6.fc28.x86_64 15/250 Installing : freetype-2.8-10.fc28.x86_64 16/250 Installing : libjpeg-turbo-1.5.3-6.fc28.x86_64 17/250 Installing : emacs-filesystem-1:26.1-3.fc28.noarch 18/250 Installing : libmpc-1.0.2-9.fc28.x86_64 19/250 Running scriptlet: libmpc-1.0.2-9.fc28.x86_64 19/250 Installing : cpp-8.1.1-5.fc28.x86_64 20/250 Running scriptlet: cpp-8.1.1-5.fc28.x86_64 20/250 Installing : ttmkfdir-3.0.9-54.fc28.x86_64 21/250 Installing : aajohan-comfortaa-fonts-3.001-2.fc28.noarch 22/250 Installing : fontconfig-2.13.0-4.fc28.x86_64 23/250 Running scriptlet: fontconfig-2.13.0-4.fc28.x86_64 23/250 Running scriptlet: openssh-7.7p1-5.fc28.x86_64 24/250 Installing : openssh-7.7p1-5.fc28.x86_64 24/250 Installing : groff-base-1.22.3-15.fc28.x86_64 25/250 Installing : protobuf-3.5.0-4.fc28.x86_64 26/250 Installing : perl-Term-ANSIColor-4.06-396.fc28.noarch 27/250 Installing : perl-macros-4:5.26.2-413.fc28.x86_64 28/250 Installing : perl-constant-1.33-396.fc28.noarch 29/250 Installing : perl-parent-1:0.236-395.fc28.noarch 30/250 Installing : perl-Socket-4:2.027-2.fc28.x86_64 31/250 Installing : perl-Text-Tabs+Wrap-2013.0523-395.fc28.noarch 32/250 Installing : perl-File-Path-2.15-2.fc28.noarch 33/250 Installing : perl-Unicode-Normalize-1.25-396.fc28.x86_64 34/250 Installing : perl-threads-shared-1.58-2.fc28.x86_64 35/250 Installing : perl-threads-1:2.21-2.fc28.x86_64 36/250 Installing : perl-Errno-1.28-413.fc28.x86_64 37/250 Installing : perl-PathTools-3.74-1.fc28.x86_64 38/250 Installing : perl-interpreter-4:5.26.2-413.fc28.x86_64 39/250 Installing : perl-IO-1.38-413.fc28.x86_64 40/250 Installing : perl-MIME-Base64-3.15-396.fc28.x86_64 41/250 Installing : perl-Time-Local-1:1.280-1.fc28.noarch 42/250 Installing : perl-HTTP-Tiny-0.070-395.fc28.noarch 43/250 Installing : perl-File-Temp-0.230.600-1.fc28.noarch 44/250 Installing : perl-IO-Socket-IP-0.39-5.fc28.noarch 45/250 Installing : perl-Net-SSLeay-1.85-1.fc28.x86_64 46/250 Installing : perl-Digest-1.17-395.fc28.noarch 47/250 Installing : perl-Digest-MD5-2.55-396.fc28.x86_64 48/250 Installing : perl-libnet-3.11-3.fc28.noarch 49/250 Installing : perl-Storable-1:3.11-2.fc28.x86_64 50/250 Installing : perl-TermReadKey-2.37-7.fc28.x86_64 51/250 Installing : perl-Error-1:0.17025-2.fc28.noarch 52/250 Installing : perl-Pod-Escapes-1:1.07-395.fc28.noarch 53/250 Installing : perl-Data-Dumper-2.167-399.fc28.x86_64 54/250 Installing : libfontenc-1.1.3-7.fc28.x86_64 55/250 Running scriptlet: libfontenc-1.1.3-7.fc28.x86_64 55/250 Installing : libXau-1.0.8-11.fc28.x86_64 56/250 Running scriptlet: libXau-1.0.8-11.fc28.x86_64 56/250 Installing : libxcb-1.13-1.fc28.x86_64 57/250 Running scriptlet: libxcb-1.13-1.fc28.x86_64 57/250 Installing : libX11-common-1.6.5-7.fc28.noarch 58/250 Installing : libX11-1.6.5-7.fc28.x86_64 59/250 Running scriptlet: libX11-1.6.5-7.fc28.x86_64 59/250 Installing : libXext-1.3.3-8.fc28.x86_64 60/250 Running scriptlet: libXext-1.3.3-8.fc28.x86_64 60/250 Installing : libXi-1.7.9-6.fc28.x86_64 61/250 Running scriptlet: libXi-1.7.9-6.fc28.x86_64 61/250 Installing : libXtst-1.2.3-5.fc28.x86_64 62/250 Running scriptlet: libXtst-1.2.3-5.fc28.x86_64 62/250 Installing : libXcomposite-0.4.4-12.fc28.x86_64 63/250 Running scriptlet: libXcomposite-0.4.4-12.fc28.x86_64 63/250 Installing : libXrender-0.9.10-5.fc28.x86_64 64/250 Running scriptlet: libXrender-0.9.10-5.fc28.x86_64 64/250 Installing : giflib-5.1.4-1.fc28.x86_64 65/250 Installing : alsa-lib-1.1.6-2.fc28.x86_64 66/250 Running scriptlet: alsa-lib-1.1.6-2.fc28.x86_64 66/250 Installing : kernel-headers-4.17.12-1.fc28.x86_64 67/250 Running scriptlet: glibc-headers-2.27-8.fc28.x86_64 68/250 Installing : glibc-headers-2.27-8.fc28.x86_64 68/250 Installing : lua-5.3.4-10.fc28.x86_64 69/250 Installing : libgomp-8.1.1-5.fc28.x86_64 70/250 Running scriptlet: libgomp-8.1.1-5.fc28.x86_64 70/250 Installing : binutils-2.29.1-23.fc28.x86_64 71/250 Running scriptlet: binutils-2.29.1-23.fc28.x86_64 71/250 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 : libedit-3.1-23.20170329cvs.fc28.x86_64 72/250 Installing : openssh-clients-7.7p1-5.fc28.x86_64 73/250 Installing : libpkgconf-1.4.2-1.fc28.x86_64 74/250 Installing : pkgconf-1.4.2-1.fc28.x86_64 75/250 Installing : pkgconf-m4-1.4.2-1.fc28.noarch 76/250 Installing : pkgconf-pkg-config-1.4.2-1.fc28.x86_64 77/250 Installing : glibc-devel-2.27-8.fc28.x86_64 78/250 Running scriptlet: glibc-devel-2.27-8.fc28.x86_64 78/250 Installing : libxcrypt-devel-4.0.0-5.fc28.x86_64 79/250 Installing : xorg-x11-font-utils-1:7.5-38.fc28.x86_64 80/250 Installing : xorg-x11-fonts-Type1-7.5-19.fc28.noarch 81/250 Running scriptlet: xorg-x11-fonts-Type1-7.5-19.fc28.noarch 81/250 Installing : cyrus-sasl-gssapi-2.1.27-0.1rc7.fc28.x86_64 82/250 Running scriptlet: cyrus-sasl-2.1.27-0.1rc7.fc28.x86_64 83/250 Installing : cyrus-sasl-2.1.27-0.1rc7.fc28.x86_64 83/250 Running scriptlet: cyrus-sasl-2.1.27-0.1rc7.fc28.x86_64 83/250 Installing : avahi-libs-0.7-13.fc28.x86_64 84/250 Installing : capstone-3.0.4-16.fc28.x86_64 85/250 Running scriptlet: capstone-3.0.4-16.fc28.x86_64 85/250 Installing : libtool-ltdl-2.4.6-24.fc28.x86_64 86/250 Running scriptlet: libtool-ltdl-2.4.6-24.fc28.x86_64 86/250 Installing : publicsuffix-list-20180514-1.fc28.noarch 87/250 Installing : tzdata-java-2018e-1.fc28.noarch 88/250 Installing : lua-posix-33.3.1-8.fc28.x86_64 89/250 Installing : copy-jdk-configs-3.7-1.fc28.noarch 90/250 Installing : ncurses-6.1-4.20180224.fc28.x86_64 91/250 Installing : perl-Term-Cap-1.17-395.fc28.noarch 92/250 Installing : perl-Pod-Simple-1:3.35-395.fc28.noarch 93/250 Installing : perl-Pod-Usage-4:1.69-395.fc28.noarch 94/250 Installing : perl-Getopt-Long-1:2.50-4.fc28.noarch 95/250 Installing : perl-Encode-4:2.97-3.fc28.x86_64 96/250 Installing : perl-podlators-4.11-1.fc28.noarch 97/250 Installing : perl-Pod-Perldoc-3.28-396.fc28.noarch 98/250 Installing : perl-URI-1.73-2.fc28.noarch 99/250 Installing : apr-1.6.3-5.fc28.x86_64 100/250 Running scriptlet: apr-1.6.3-5.fc28.x86_64 100/250 Installing : lksctp-tools-1.0.16-9.fc28.x86_64 101/250 Running scriptlet: lksctp-tools-1.0.16-9.fc28.x86_64 101/250 Installing : which-2.21-8.fc28.x86_64 102/250 Running scriptlet: which-2.21-8.fc28.x86_64 102/250 install-info: No such file or directory for /usr/share/info/which.info.gz Installing : libaio-0.3.110-11.fc28.x86_64 103/250 Installing : hicolor-icon-theme-0.17-2.fc28.noarch 104/250 Installing : findutils-1:4.6.0-19.fc28.x86_64 105/250 Running scriptlet: findutils-1:4.6.0-19.fc28.x86_64 105/250 Installing : java-1.8.0-openjdk-headless-1:1.8.0.162-3.b12.fc 106/250 Running scriptlet: java-1.8.0-openjdk-headless-1:1.8.0.162-3.b12.fc 106/250 Installing : javapackages-tools-5.0.0-14.fc28.noarch 107/250 Installing : slf4j-1.7.25-4.fc28.noarch 108/250 Installing : maven-resolver-api-1:1.1.0-2.fc28.noarch 109/250 Installing : plexus-utils-3.0.24-5.fc28.noarch 110/250 Installing : maven-wagon-provider-api-3.0.0-1.fc28.noarch 111/250 Installing : maven-resolver-spi-1:1.1.0-2.fc28.noarch 112/250 Installing : maven-resolver-util-1:1.1.0-2.fc28.noarch 113/250 Installing : atinject-1-27.20100611svn86.fc28.noarch 114/250 Installing : httpcomponents-core-4.4.9-4.fc28.noarch 115/250 Installing : xml-commons-apis-1.4.01-25.fc28.noarch 116/250 Installing : objectweb-asm-6.1.1-1.fc28.noarch 117/250 Installing : apache-commons-cli-1.4-4.fc28.noarch 118/250 Installing : apache-commons-codec-1.11-3.fc28.noarch 119/250 Installing : apache-commons-io-1:2.6-3.fc28.noarch 120/250 Installing : glassfish-servlet-api-3.1.0-14.fc28.noarch 121/250 Installing : hawtjni-runtime-1.15-3.fc28.noarch 122/250 Installing : jackson-core-2.9.4-2.fc28.noarch 123/250 Installing : objenesis-2.6-1.fc28.noarch 124/250 Installing : plexus-cipher-1.7-14.fc28.noarch 125/250 Installing : plexus-classworlds-2.5.2-9.fc28.noarch 126/250 Installing : plexus-containers-component-annotations-1.7.1-5. 127/250 Installing : apache-commons-logging-1.2-13.fc28.noarch 128/250 Installing : httpcomponents-client-4.5.5-4.fc28.noarch 129/250 Installing : guava20-20.0-6.fc28.noarch 130/250 Installing : jetty-util-9.4.11-2.v20180605.fc28.noarch 131/250 Installing : jetty-io-9.4.11-2.v20180605.fc28.noarch 132/250 Installing : plexus-sec-dispatcher-1.4-24.fc28.noarch 133/250 Installing : jansi-native-1.7-5.fc28.x86_64 134/250 Installing : jansi-1.16-3.fc28.noarch 135/250 Installing : reflectasm-1.11.0-6.fc28.noarch 136/250 Installing : maven-resolver-impl-1:1.1.0-2.fc28.noarch 137/250 Installing : jcl-over-slf4j-1.7.25-4.fc28.noarch 138/250 Installing : apache-commons-lang-2.6-21.fc28.noarch 139/250 Installing : apache-commons-lang3-3.7-3.fc28.noarch 140/250 Installing : apache-ivy-2.4.0-10.fc28.noarch 141/250 Installing : base64coder-20101219-20.fc28.noarch 142/250 Installing : snakeyaml-1.17-5.fc28.noarch 143/250 Installing : beust-jcommander-1.71-3.fc28.noarch 144/250 Installing : jackson-annotations-2.9.4-2.fc28.noarch 145/250 Installing : jackson-databind-2.9.4-3.fc28.noarch 146/250 Installing : joda-time-2.9.9-2.tzdata2017b.fc28.noarch 147/250 Installing : minlog-1.3.0-5.fc27.noarch 148/250 Installing : plexus-interpolation-1.22-9.fc28.noarch 149/250 Installing : tesla-polyglot-common-0.2.0-2.fc28.noarch 150/250 Installing : jzlib-1.1.3-8.fc28.noarch 151/250 Installing : ant-lib-1.10.1-10.fc28.noarch 152/250 Installing : bouncycastle-1.59-1.fc28.noarch 153/250 Running scriptlet: bouncycastle-1.59-1.fc28.noarch 153/250 Installing : bouncycastle-pg-1.59-1.fc28.noarch 154/250 Installing : jsch-0.1.54-6.fc28.noarch 155/250 Installing : kryo-3.0.3-5.fc28.noarch 156/250 Installing : testng-6.14.3-2.fc28.noarch 157/250 Installing : jatl-0.2.2-13.fc28.noarch 158/250 Installing : jline-2.14.6-1.fc28.noarch 159/250 Installing : rhino-1.7.7.1-4.fc28.noarch 160/250 Installing : jetty-http-9.4.11-2.v20180605.fc28.noarch 161/250 Installing : jetty-server-9.4.11-2.v20180605.fc28.noarch 162/250 Installing : apache-commons-compress-1.16.1-1.fc28.noarch 163/250 Installing : jackson-dataformat-cbor-2.9.4-3.fc28.noarch 164/250 Installing : aws-sdk-java-core-1.11.3-5.fc28.noarch 165/250 Installing : aws-sdk-java-kms-1.11.3-5.fc28.noarch 166/250 Installing : aws-sdk-java-s3-1.11.3-5.fc28.noarch 167/250 Installing : jcifs-1.3.18-7.fc28.noarch 168/250 Installing : maven-shared-utils-3.1.0-5.fc27.noarch 169/250 Installing : maven-resolver-connector-basic-1:1.1.0-2.fc28.no 170/250 Installing : maven-resolver-transport-wagon-1:1.1.0-2.fc28.no 171/250 Installing : maven-wagon-file-3.0.0-1.fc28.noarch 172/250 Installing : jul-to-slf4j-1.7.25-4.fc28.noarch 173/250 Installing : log4j-over-slf4j-1.7.25-4.fc28.noarch 174/250 Installing : ecj-1:4.7.3a-1.fc28.noarch 175/250 Installing : google-gson-2.8.2-1.fc28.noarch 176/250 Installing : jcip-annotations-1-23.20060626.fc28.noarch 177/250 Installing : jsr-305-0-0.22.20130910svn.fc28.noarch 178/250 Installing : native-platform-0.14-12.fc28.x86_64 179/250 Installing : osgi-annotation-6.0.0-7.fc28.noarch 180/250 Installing : osgi-compendium-6.0.0-5.fc28.noarch 181/250 Installing : osgi-core-6.0.0-6.fc28.noarch 182/250 Installing : aqute-bndlib-3.5.0-2.fc28.noarch 183/250 Installing : aopalliance-1.0-17.fc28.noarch 184/250 Installing : google-guice-4.1-10.fc28.noarch 185/250 Installing : hamcrest-core-1.3-23.fc28.noarch 186/250 Installing : junit-1:4.12-8.fc28.noarch 187/250 Installing : geronimo-annotation-1.0-22.fc28.noarch 188/250 Installing : jsoup-1.11.2-2.fc28.noarch 189/250 Installing : maven-wagon-http-shared-3.0.0-1.fc28.noarch 190/250 Installing : maven-wagon-http-3.0.0-1.fc28.noarch 191/250 Installing : bcel-6.2-2.fc28.noarch 192/250 Installing : xml-commons-resolver-1.2-24.fc28.noarch 193/250 Installing : xalan-j2-2.7.1-34.fc28.noarch 194/250 Running scriptlet: xalan-j2-2.7.1-34.fc28.noarch 194/250 Installing : xerces-j2-2.11.0-31.fc28.noarch 195/250 Running scriptlet: xerces-j2-2.11.0-31.fc28.noarch 195/250 Installing : nekohtml-1.9.22-5.fc27.noarch 196/250 Installing : glassfish-el-api-3.0.1-0.7.b08.fc28.noarch 197/250 Installing : jboss-interceptors-1.2-api-1.0.0-8.fc28.noarch 198/250 Installing : cdi-api-1.2-7.fc28.noarch 199/250 Installing : sisu-inject-1:0.3.3-3.fc28.noarch 200/250 Installing : sisu-plexus-1:0.3.3-3.fc28.noarch 201/250 Installing : maven-lib-1:3.5.2-5.fc28.noarch 202/250 Installing : antlr-tool-2.7.7-53.fc28.noarch 203/250 Installing : extra166y-1.7.0-9.fc28.noarch 204/250 Installing : multiverse-0.7.0-7.fc27.noarch 205/250 Installing : xpp3-1.1.4-18.c.fc28.noarch 206/250 Installing : xpp3-minimal-1.1.4-18.c.fc28.noarch 207/250 Installing : xstream-1.4.9-7.fc28.noarch 208/250 Installing : felix-osgi-core-1.4.0-23.fc28.noarch 209/250 Installing : jcsp-1.1-0.8.rc5.fc28.noarch 210/250 Installing : apache-commons-collections-3.2.2-8.fc28.noarch 211/250 Installing : java-1.8.0-openjdk-1:1.8.0.162-3.b12.fc28.x86_64 212/250 Running scriptlet: java-1.8.0-openjdk-1:1.8.0.162-3.b12.fc28.x86_64 212/250 Installing : isl-0.16.1-6.fc28.x86_64 213/250 Running scriptlet: isl-0.16.1-6.fc28.x86_64 213/250 Installing : less-530-1.fc28.x86_64 214/250 Installing : git-core-2.17.1-3.fc28.x86_64 215/250 Installing : git-core-doc-2.17.1-3.fc28.noarch 216/250 Installing : libsecret-0.18.6-1.fc28.x86_64 217/250 Installing : perl-Git-2.17.1-3.fc28.noarch 218/250 Installing : git-2.17.1-3.fc28.x86_64 219/250 Installing : libatomic_ops-7.6.2-3.fc28.x86_64 220/250 Installing : gc-7.6.4-3.fc28.x86_64 221/250 Installing : guile-5:2.0.14-7.fc28.x86_64 222/250 Running scriptlet: guile-5:2.0.14-7.fc28.x86_64 222/250 Installing : make-1:4.2.1-6.fc28.x86_64 223/250 Running scriptlet: make-1:4.2.1-6.fc28.x86_64 223/250 Installing : compat-openssl10-1:1.0.2o-1.fc28.x86_64 224/250 Running scriptlet: compat-openssl10-1:1.0.2o-1.fc28.x86_64 224/250 Installing : netty-tcnative-1.1.30-9.fc28.x86_64 225/250 Installing : netty3-3.10.6-3.fc27.noarch 226/250 Installing : groovy-lib-2.4.8-6.fc28.noarch 227/250 Installing : gpars-1.2.1-11.fc28.noarch 228/250 Installing : tesla-polyglot-groovy-0.2.0-2.fc28.noarch 229/250 Installing : xbean-4.5-9.fc28.noarch 230/250 Installing : yajl-2.1.0-10.fc28.x86_64 231/250 Installing : numactl-libs-2.0.11-8.fc28.x86_64 232/250 Running scriptlet: numactl-libs-2.0.11-8.fc28.x86_64 232/250 Installing : nmap-ncat-2:7.60-12.fc28.x86_64 233/250 Installing : libwsman1-2.6.5-2.fc28.x86_64 234/250 Running scriptlet: libwsman1-2.6.5-2.fc28.x86_64 234/250 Installing : libssh2-1.8.0-7.fc28.x86_64 235/250 Installing : libnl3-3.4.0-3.fc28.x86_64 236/250 Running scriptlet: libnl3-3.4.0-3.fc28.x86_64 236/250 Installing : libvirt-libs-4.2.0-1.fc28.x86_64 237/250 Installing : rsync-3.1.3-3.fc28.x86_64 238/250 Installing : rsync-daemon-3.1.3-3.fc28.noarch 239/250 Running scriptlet: rsync-daemon-3.1.3-3.fc28.noarch 239/250 Installing : libvirt-devel-4.2.0-1.fc28.x86_64 240/250 Installing : gradle-4.3.1-7.fc28.noarch 241/250 Installing : gcc-8.1.1-5.fc28.x86_64 242/250 Running scriptlet: gcc-8.1.1-5.fc28.x86_64 242/250 Installing : java-1.8.0-openjdk-devel-1:1.8.0.162-3.b12.fc28. 243/250 Running scriptlet: java-1.8.0-openjdk-devel-1:1.8.0.162-3.b12.fc28. 243/250 Installing : qemu-img-2:2.12.0-0.5.rc1.fc28.x86_64 244/250 Installing : perl-IO-Socket-SSL-2.056-1.fc28.noarch 245/250 Installing : perl-Mozilla-CA-20160104-7.fc28.noarch 246/250 Installing : protobuf-compiler-3.5.0-4.fc28.x86_64 247/250 Installing : mercurial-4.4.2-4.fc28.x86_64 248/250 Installing : sudo-1.8.23-1.fc28.x86_64 249/250 Running scriptlet: sudo-1.8.23-1.fc28.x86_64 249/250 Cleanup : libgcc-8.0.1-0.20.fc28.x86_64 250/250 Running scriptlet: libgcc-8.0.1-0.20.fc28.x86_64 250/250 Running scriptlet: copy-jdk-configs-3.7-1.fc28.noarch 250/250 Running scriptlet: java-1.8.0-openjdk-1:1.8.0.162-3.b12.fc28.x86_64 250/250 Running scriptlet: guile-5:2.0.14-7.fc28.x86_64 250/250 Running scriptlet: java-1.8.0-openjdk-devel-1:1.8.0.162-3.b12.fc28. 250/250 Running scriptlet: libgcc-8.0.1-0.20.fc28.x86_64 250/250 Running scriptlet: fontconfig-2.13.0-4.fc28.x86_64 250/250 Running scriptlet: hicolor-icon-theme-0.17-2.fc28.noarch 250/250 Verifying : libvirt-devel-4.2.0-1.fc28.x86_64 1/250 Verifying : make-1:4.2.1-6.fc28.x86_64 2/250 Verifying : mercurial-4.4.2-4.fc28.x86_64 3/250 Verifying : rsync-daemon-3.1.3-3.fc28.noarch 4/250 Verifying : rsync-3.1.3-3.fc28.x86_64 5/250 Verifying : libvirt-libs-4.2.0-1.fc28.x86_64 6/250 Verifying : gc-7.6.4-3.fc28.x86_64 7/250 Verifying : guile-5:2.0.14-7.fc28.x86_64 8/250 Verifying : libnl3-3.4.0-3.fc28.x86_64 9/250 Verifying : libssh2-1.8.0-7.fc28.x86_64 10/250 Verifying : libwsman1-2.6.5-2.fc28.x86_64 11/250 Verifying : nmap-ncat-2:7.60-12.fc28.x86_64 12/250 Verifying : numactl-libs-2.0.11-8.fc28.x86_64 13/250 Verifying : yajl-2.1.0-10.fc28.x86_64 14/250 Verifying : libatomic_ops-7.6.2-3.fc28.x86_64 15/250 Verifying : git-2.17.1-3.fc28.x86_64 16/250 Verifying : git-core-2.17.1-3.fc28.x86_64 17/250 Verifying : git-core-doc-2.17.1-3.fc28.noarch 18/250 Verifying : perl-Git-2.17.1-3.fc28.noarch 19/250 Verifying : libsecret-0.18.6-1.fc28.x86_64 20/250 Verifying : perl-Getopt-Long-1:2.50-4.fc28.noarch 21/250 Verifying : perl-PathTools-3.74-1.fc28.x86_64 22/250 Verifying : perl-TermReadKey-2.37-7.fc28.x86_64 23/250 Verifying : less-530-1.fc28.x86_64 24/250 Verifying : perl-Error-1:0.17025-2.fc28.noarch 25/250 Verifying : perl-Exporter-5.72-396.fc28.noarch 26/250 Verifying : perl-Pod-Usage-4:1.69-395.fc28.noarch 27/250 Verifying : perl-Text-ParseWords-3.30-395.fc28.noarch 28/250 Verifying : perl-constant-1.33-396.fc28.noarch 29/250 Verifying : perl-Scalar-List-Utils-3:1.49-2.fc28.x86_64 30/250 Verifying : perl-Pod-Perldoc-3.28-396.fc28.noarch 31/250 Verifying : groff-base-1.22.3-15.fc28.x86_64 32/250 Verifying : perl-HTTP-Tiny-0.070-395.fc28.noarch 33/250 Verifying : perl-Pod-Simple-1:3.35-395.fc28.noarch 34/250 Verifying : perl-parent-1:0.236-395.fc28.noarch 35/250 Verifying : perl-MIME-Base64-3.15-396.fc28.x86_64 36/250 Verifying : perl-Socket-4:2.027-2.fc28.x86_64 37/250 Verifying : perl-Pod-Escapes-1:1.07-395.fc28.noarch 38/250 Verifying : perl-Text-Tabs+Wrap-2013.0523-395.fc28.noarch 39/250 Verifying : sudo-1.8.23-1.fc28.x86_64 40/250 Verifying : gcc-8.1.1-5.fc28.x86_64 41/250 Verifying : cpp-8.1.1-5.fc28.x86_64 42/250 Verifying : isl-0.16.1-6.fc28.x86_64 43/250 Verifying : libmpc-1.0.2-9.fc28.x86_64 44/250 Verifying : findutils-1:4.6.0-19.fc28.x86_64 45/250 Verifying : gradle-4.3.1-7.fc28.noarch 46/250 Verifying : apache-commons-cli-1.4-4.fc28.noarch 47/250 Verifying : apache-commons-codec-1.11-3.fc28.noarch 48/250 Verifying : apache-commons-compress-1.16.1-1.fc28.noarch 49/250 Verifying : apache-commons-io-1:2.6-3.fc28.noarch 50/250 Verifying : apache-commons-lang-2.6-21.fc28.noarch 51/250 Verifying : apache-commons-lang3-3.7-3.fc28.noarch 52/250 Verifying : apache-ivy-2.4.0-10.fc28.noarch 53/250 Verifying : aqute-bndlib-3.5.0-2.fc28.noarch 54/250 Verifying : atinject-1-27.20100611svn86.fc28.noarch 55/250 Verifying : aws-sdk-java-core-1.11.3-5.fc28.noarch 56/250 Verifying : aws-sdk-java-kms-1.11.3-5.fc28.noarch 57/250 Verifying : aws-sdk-java-s3-1.11.3-5.fc28.noarch 58/250 Verifying : base64coder-20101219-20.fc28.noarch 59/250 Verifying : beust-jcommander-1.71-3.fc28.noarch 60/250 Verifying : ecj-1:4.7.3a-1.fc28.noarch 61/250 Verifying : glassfish-servlet-api-3.1.0-14.fc28.noarch 62/250 Verifying : google-gson-2.8.2-1.fc28.noarch 63/250 Verifying : google-guice-4.1-10.fc28.noarch 64/250 Verifying : hawtjni-runtime-1.15-3.fc28.noarch 65/250 Verifying : hicolor-icon-theme-0.17-2.fc28.noarch 66/250 Verifying : httpcomponents-client-4.5.5-4.fc28.noarch 67/250 Verifying : httpcomponents-core-4.4.9-4.fc28.noarch 68/250 Verifying : jackson-annotations-2.9.4-2.fc28.noarch 69/250 Verifying : jackson-core-2.9.4-2.fc28.noarch 70/250 Verifying : jackson-databind-2.9.4-3.fc28.noarch 71/250 Verifying : jansi-1.16-3.fc28.noarch 72/250 Verifying : jansi-native-1.7-5.fc28.x86_64 73/250 Verifying : jatl-0.2.2-13.fc28.noarch 74/250 Verifying : jcifs-1.3.18-7.fc28.noarch 75/250 Verifying : jcip-annotations-1-23.20060626.fc28.noarch 76/250 Verifying : jcl-over-slf4j-1.7.25-4.fc28.noarch 77/250 Verifying : joda-time-2.9.9-2.tzdata2017b.fc28.noarch 78/250 Verifying : jsch-0.1.54-6.fc28.noarch 79/250 Verifying : jsr-305-0-0.22.20130910svn.fc28.noarch 80/250 Verifying : jul-to-slf4j-1.7.25-4.fc28.noarch 81/250 Verifying : junit-1:4.12-8.fc28.noarch 82/250 Verifying : kryo-3.0.3-5.fc28.noarch 83/250 Verifying : log4j-over-slf4j-1.7.25-4.fc28.noarch 84/250 Verifying : maven-lib-1:3.5.2-5.fc28.noarch 85/250 Verifying : maven-resolver-api-1:1.1.0-2.fc28.noarch 86/250 Verifying : maven-resolver-connector-basic-1:1.1.0-2.fc28.no 87/250 Verifying : maven-resolver-impl-1:1.1.0-2.fc28.noarch 88/250 Verifying : maven-resolver-spi-1:1.1.0-2.fc28.noarch 89/250 Verifying : maven-resolver-transport-wagon-1:1.1.0-2.fc28.no 90/250 Verifying : maven-resolver-util-1:1.1.0-2.fc28.noarch 91/250 Verifying : maven-wagon-file-3.0.0-1.fc28.noarch 92/250 Verifying : maven-wagon-http-3.0.0-1.fc28.noarch 93/250 Verifying : maven-wagon-http-shared-3.0.0-1.fc28.noarch 94/250 Verifying : maven-wagon-provider-api-3.0.0-1.fc28.noarch 95/250 Verifying : minlog-1.3.0-5.fc27.noarch 96/250 Verifying : native-platform-0.14-12.fc28.x86_64 97/250 Verifying : nekohtml-1.9.22-5.fc27.noarch 98/250 Verifying : objenesis-2.6-1.fc28.noarch 99/250 Verifying : plexus-cipher-1.7-14.fc28.noarch 100/250 Verifying : plexus-classworlds-2.5.2-9.fc28.noarch 101/250 Verifying : plexus-containers-component-annotations-1.7.1-5. 102/250 Verifying : plexus-interpolation-1.22-9.fc28.noarch 103/250 Verifying : plexus-sec-dispatcher-1.4-24.fc28.noarch 104/250 Verifying : plexus-utils-3.0.24-5.fc28.noarch 105/250 Verifying : reflectasm-1.11.0-6.fc28.noarch 106/250 Verifying : rhino-1.7.7.1-4.fc28.noarch 107/250 Verifying : sisu-inject-1:0.3.3-3.fc28.noarch 108/250 Verifying : sisu-plexus-1:0.3.3-3.fc28.noarch 109/250 Verifying : slf4j-1.7.25-4.fc28.noarch 110/250 Verifying : snakeyaml-1.17-5.fc28.noarch 111/250 Verifying : tesla-polyglot-common-0.2.0-2.fc28.noarch 112/250 Verifying : tesla-polyglot-groovy-0.2.0-2.fc28.noarch 113/250 Verifying : testng-6.14.3-2.fc28.noarch 114/250 Verifying : xbean-4.5-9.fc28.noarch 115/250 Verifying : xerces-j2-2.11.0-31.fc28.noarch 116/250 Verifying : xml-commons-apis-1.4.01-25.fc28.noarch 117/250 Verifying : osgi-annotation-6.0.0-7.fc28.noarch 118/250 Verifying : osgi-compendium-6.0.0-5.fc28.noarch 119/250 Verifying : osgi-core-6.0.0-6.fc28.noarch 120/250 Verifying : apache-commons-logging-1.2-13.fc28.noarch 121/250 Verifying : jackson-dataformat-cbor-2.9.4-3.fc28.noarch 122/250 Verifying : aopalliance-1.0-17.fc28.noarch 123/250 Verifying : jzlib-1.1.3-8.fc28.noarch 124/250 Verifying : hamcrest-core-1.3-23.fc28.noarch 125/250 Verifying : geronimo-annotation-1.0-22.fc28.noarch 126/250 Verifying : maven-shared-utils-3.1.0-5.fc27.noarch 127/250 Verifying : jsoup-1.11.2-2.fc28.noarch 128/250 Verifying : bcel-6.2-2.fc28.noarch 129/250 Verifying : cdi-api-1.2-7.fc28.noarch 130/250 Verifying : xalan-j2-2.7.1-34.fc28.noarch 131/250 Verifying : xml-commons-resolver-1.2-24.fc28.noarch 132/250 Verifying : glassfish-el-api-3.0.1-0.7.b08.fc28.noarch 133/250 Verifying : jboss-interceptors-1.2-api-1.0.0-8.fc28.noarch 134/250 Verifying : qemu-img-2:2.12.0-0.5.rc1.fc28.x86_64 135/250 Verifying : libaio-0.3.110-11.fc28.x86_64 136/250 Verifying : protobuf-compiler-3.5.0-4.fc28.x86_64 137/250 Verifying : protobuf-3.5.0-4.fc28.x86_64 138/250 Verifying : javapackages-tools-5.0.0-14.fc28.noarch 139/250 Verifying : java-1.8.0-openjdk-headless-1:1.8.0.162-3.b12.fc 140/250 Verifying : which-2.21-8.fc28.x86_64 141/250 Verifying : freetype-2.8-10.fc28.x86_64 142/250 Verifying : lksctp-tools-1.0.16-9.fc28.x86_64 143/250 Verifying : groovy-lib-2.4.8-6.fc28.noarch 144/250 Verifying : antlr-tool-2.7.7-53.fc28.noarch 145/250 Verifying : gpars-1.2.1-11.fc28.noarch 146/250 Verifying : xstream-1.4.9-7.fc28.noarch 147/250 Verifying : extra166y-1.7.0-9.fc28.noarch 148/250 Verifying : jcsp-1.1-0.8.rc5.fc28.noarch 149/250 Verifying : multiverse-0.7.0-7.fc27.noarch 150/250 Verifying : netty3-3.10.6-3.fc27.noarch 151/250 Verifying : xpp3-1.1.4-18.c.fc28.noarch 152/250 Verifying : xpp3-minimal-1.1.4-18.c.fc28.noarch 153/250 Verifying : felix-osgi-core-1.4.0-23.fc28.noarch 154/250 Verifying : netty-tcnative-1.1.30-9.fc28.x86_64 155/250 Verifying : apr-1.6.3-5.fc28.x86_64 156/250 Verifying : compat-openssl10-1:1.0.2o-1.fc28.x86_64 157/250 Verifying : objectweb-asm-6.1.1-1.fc28.noarch 158/250 Verifying : jline-2.14.6-1.fc28.noarch 159/250 Verifying : libstdc++-8.1.1-5.fc28.x86_64 160/250 Verifying : perl-interpreter-4:5.26.2-413.fc28.x86_64 161/250 Verifying : perl-libs-4:5.26.2-413.fc28.x86_64 162/250 Verifying : perl-File-Path-2.15-2.fc28.noarch 163/250 Verifying : perl-Unicode-Normalize-1.25-396.fc28.x86_64 164/250 Verifying : perl-threads-1:2.21-2.fc28.x86_64 165/250 Verifying : perl-threads-shared-1.58-2.fc28.x86_64 166/250 Verifying : perl-Errno-1.28-413.fc28.x86_64 167/250 Verifying : perl-Carp-1.42-396.fc28.noarch 168/250 Verifying : perl-podlators-4.11-1.fc28.noarch 169/250 Verifying : perl-Term-ANSIColor-4.06-396.fc28.noarch 170/250 Verifying : perl-Term-Cap-1.17-395.fc28.noarch 171/250 Verifying : ncurses-6.1-4.20180224.fc28.x86_64 172/250 Verifying : perl-Encode-4:2.97-3.fc28.x86_64 173/250 Verifying : perl-File-Temp-0.230.600-1.fc28.noarch 174/250 Verifying : perl-IO-1.38-413.fc28.x86_64 175/250 Verifying : perl-Time-Local-1:1.280-1.fc28.noarch 176/250 Verifying : perl-Storable-1:3.11-2.fc28.x86_64 177/250 Verifying : emacs-filesystem-1:26.1-3.fc28.noarch 178/250 Verifying : python2-2.7.15-2.fc28.x86_64 179/250 Verifying : python2-libs-2.7.15-2.fc28.x86_64 180/250 Verifying : guava20-20.0-6.fc28.noarch 181/250 Verifying : copy-jdk-configs-3.7-1.fc28.noarch 182/250 Verifying : lua-posix-33.3.1-8.fc28.x86_64 183/250 Verifying : libjpeg-turbo-1.5.3-6.fc28.x86_64 184/250 Verifying : tzdata-java-2018e-1.fc28.noarch 185/250 Verifying : publicsuffix-list-20180514-1.fc28.noarch 186/250 Verifying : libtool-ltdl-2.4.6-24.fc28.x86_64 187/250 Verifying : libpng-2:1.6.34-6.fc28.x86_64 188/250 Verifying : capstone-3.0.4-16.fc28.x86_64 189/250 Verifying : avahi-libs-0.7-13.fc28.x86_64 190/250 Verifying : cyrus-sasl-2.1.27-0.1rc7.fc28.x86_64 191/250 Verifying : cyrus-sasl-gssapi-2.1.27-0.1rc7.fc28.x86_64 192/250 Verifying : pkgconf-pkg-config-1.4.2-1.fc28.x86_64 193/250 Verifying : pkgconf-1.4.2-1.fc28.x86_64 194/250 Verifying : pkgconf-m4-1.4.2-1.fc28.noarch 195/250 Verifying : libpkgconf-1.4.2-1.fc28.x86_64 196/250 Verifying : python2-pip-9.0.3-2.fc28.noarch 197/250 Verifying : python2-setuptools-39.2.0-6.fc28.noarch 198/250 Verifying : perl-macros-4:5.26.2-413.fc28.x86_64 199/250 Verifying : ant-lib-1.10.1-10.fc28.noarch 200/250 Verifying : apache-commons-collections-3.2.2-8.fc28.noarch 201/250 Verifying : bouncycastle-1.59-1.fc28.noarch 202/250 Verifying : bouncycastle-pg-1.59-1.fc28.noarch 203/250 Verifying : jetty-server-9.4.11-2.v20180605.fc28.noarch 204/250 Verifying : jetty-http-9.4.11-2.v20180605.fc28.noarch 205/250 Verifying : jetty-io-9.4.11-2.v20180605.fc28.noarch 206/250 Verifying : jetty-util-9.4.11-2.v20180605.fc28.noarch 207/250 Verifying : openssh-clients-7.7p1-5.fc28.x86_64 208/250 Verifying : openssh-7.7p1-5.fc28.x86_64 209/250 Verifying : fipscheck-lib-1.5.0-4.fc28.x86_64 210/250 Verifying : libedit-3.1-23.20170329cvs.fc28.x86_64 211/250 Verifying : fipscheck-1.5.0-4.fc28.x86_64 212/250 Verifying : binutils-2.29.1-23.fc28.x86_64 213/250 Verifying : glibc-devel-2.27-8.fc28.x86_64 214/250 Verifying : libxcrypt-devel-4.0.0-5.fc28.x86_64 215/250 Verifying : glibc-headers-2.27-8.fc28.x86_64 216/250 Verifying : libgomp-8.1.1-5.fc28.x86_64 217/250 Verifying : lua-5.3.4-10.fc28.x86_64 218/250 Verifying : kernel-headers-4.17.12-1.fc28.x86_64 219/250 Verifying : perl-Mozilla-CA-20160104-7.fc28.noarch 220/250 Verifying : perl-IO-Socket-SSL-2.056-1.fc28.noarch 221/250 Verifying : perl-IO-Socket-IP-0.39-5.fc28.noarch 222/250 Verifying : perl-Net-SSLeay-1.85-1.fc28.x86_64 223/250 Verifying : perl-URI-1.73-2.fc28.noarch 224/250 Verifying : perl-Data-Dumper-2.167-399.fc28.x86_64 225/250 Verifying : perl-libnet-3.11-3.fc28.noarch 226/250 Verifying : perl-Digest-MD5-2.55-396.fc28.x86_64 227/250 Verifying : perl-Digest-1.17-395.fc28.noarch 228/250 Verifying : java-1.8.0-openjdk-devel-1:1.8.0.162-3.b12.fc28. 229/250 Verifying : java-1.8.0-openjdk-1:1.8.0.162-3.b12.fc28.x86_64 230/250 Verifying : libX11-1.6.5-7.fc28.x86_64 231/250 Verifying : alsa-lib-1.1.6-2.fc28.x86_64 232/250 Verifying : giflib-5.1.4-1.fc28.x86_64 233/250 Verifying : libXcomposite-0.4.4-12.fc28.x86_64 234/250 Verifying : libXext-1.3.3-8.fc28.x86_64 235/250 Verifying : libXi-1.7.9-6.fc28.x86_64 236/250 Verifying : libXrender-0.9.10-5.fc28.x86_64 237/250 Verifying : libXtst-1.2.3-5.fc28.x86_64 238/250 Verifying : xorg-x11-fonts-Type1-7.5-19.fc28.noarch 239/250 Verifying : libX11-common-1.6.5-7.fc28.noarch 240/250 Verifying : libxcb-1.13-1.fc28.x86_64 241/250 Verifying : ttmkfdir-3.0.9-54.fc28.x86_64 242/250 Verifying : libXau-1.0.8-11.fc28.x86_64 243/250 Verifying : fontconfig-2.13.0-4.fc28.x86_64 244/250 Verifying : fontpackages-filesystem-1.44-21.fc28.noarch 245/250 Verifying : xorg-x11-font-utils-1:7.5-38.fc28.x86_64 246/250 Verifying : libfontenc-1.1.3-7.fc28.x86_64 247/250 Verifying : aajohan-comfortaa-fonts-3.001-2.fc28.noarch 248/250 Verifying : libgcc-8.1.1-5.fc28.x86_64 249/250 Verifying : libgcc-8.0.1-0.20.fc28.x86_64 250/250 Installed: findutils.x86_64 1:4.6.0-19.fc28 gcc.x86_64 8.1.1-5.fc28 git.x86_64 2.17.1-3.fc28 gradle.noarch 4.3.1-7.fc28 libvirt-devel.x86_64 4.2.0-1.fc28 make.x86_64 1:4.2.1-6.fc28 mercurial.x86_64 4.4.2-4.fc28 protobuf-compiler.x86_64 3.5.0-4.fc28 qemu-img.x86_64 2:2.12.0-0.5.rc1.fc28 rsync.x86_64 3.1.3-3.fc28 rsync-daemon.noarch 3.1.3-3.fc28 sudo.x86_64 1.8.23-1.fc28 java-1.8.0-openjdk-devel.x86_64 1:1.8.0.162-3.b12.fc28 perl-IO-Socket-SSL.noarch 2.056-1.fc28 perl-Mozilla-CA.noarch 20160104-7.fc28 aajohan-comfortaa-fonts.noarch 3.001-2.fc28 alsa-lib.x86_64 1.1.6-2.fc28 ant-lib.noarch 1.10.1-10.fc28 antlr-tool.noarch 2.7.7-53.fc28 aopalliance.noarch 1.0-17.fc28 apache-commons-cli.noarch 1.4-4.fc28 apache-commons-codec.noarch 1.11-3.fc28 apache-commons-collections.noarch 3.2.2-8.fc28 apache-commons-compress.noarch 1.16.1-1.fc28 apache-commons-io.noarch 1:2.6-3.fc28 apache-commons-lang.noarch 2.6-21.fc28 apache-commons-lang3.noarch 3.7-3.fc28 apache-commons-logging.noarch 1.2-13.fc28 apache-ivy.noarch 2.4.0-10.fc28 apr.x86_64 1.6.3-5.fc28 aqute-bndlib.noarch 3.5.0-2.fc28 atinject.noarch 1-27.20100611svn86.fc28 avahi-libs.x86_64 0.7-13.fc28 aws-sdk-java-core.noarch 1.11.3-5.fc28 aws-sdk-java-kms.noarch 1.11.3-5.fc28 aws-sdk-java-s3.noarch 1.11.3-5.fc28 base64coder.noarch 20101219-20.fc28 bcel.noarch 6.2-2.fc28 beust-jcommander.noarch 1.71-3.fc28 binutils.x86_64 2.29.1-23.fc28 bouncycastle.noarch 1.59-1.fc28 bouncycastle-pg.noarch 1.59-1.fc28 capstone.x86_64 3.0.4-16.fc28 cdi-api.noarch 1.2-7.fc28 compat-openssl10.x86_64 1:1.0.2o-1.fc28 copy-jdk-configs.noarch 3.7-1.fc28 cpp.x86_64 8.1.1-5.fc28 cyrus-sasl.x86_64 2.1.27-0.1rc7.fc28 cyrus-sasl-gssapi.x86_64 2.1.27-0.1rc7.fc28 ecj.noarch 1:4.7.3a-1.fc28 emacs-filesystem.noarch 1:26.1-3.fc28 extra166y.noarch 1.7.0-9.fc28 felix-osgi-core.noarch 1.4.0-23.fc28 fipscheck.x86_64 1.5.0-4.fc28 fipscheck-lib.x86_64 1.5.0-4.fc28 fontconfig.x86_64 2.13.0-4.fc28 fontpackages-filesystem.noarch 1.44-21.fc28 freetype.x86_64 2.8-10.fc28 gc.x86_64 7.6.4-3.fc28 geronimo-annotation.noarch 1.0-22.fc28 giflib.x86_64 5.1.4-1.fc28 git-core.x86_64 2.17.1-3.fc28 git-core-doc.noarch 2.17.1-3.fc28 glassfish-el-api.noarch 3.0.1-0.7.b08.fc28 glassfish-servlet-api.noarch 3.1.0-14.fc28 glibc-devel.x86_64 2.27-8.fc28 glibc-headers.x86_64 2.27-8.fc28 google-gson.noarch 2.8.2-1.fc28 google-guice.noarch 4.1-10.fc28 gpars.noarch 1.2.1-11.fc28 groff-base.x86_64 1.22.3-15.fc28 groovy-lib.noarch 2.4.8-6.fc28 guava20.noarch 20.0-6.fc28 guile.x86_64 5:2.0.14-7.fc28 hamcrest-core.noarch 1.3-23.fc28 hawtjni-runtime.noarch 1.15-3.fc28 hicolor-icon-theme.noarch 0.17-2.fc28 httpcomponents-client.noarch 4.5.5-4.fc28 httpcomponents-core.noarch 4.4.9-4.fc28 isl.x86_64 0.16.1-6.fc28 jackson-annotations.noarch 2.9.4-2.fc28 jackson-core.noarch 2.9.4-2.fc28 jackson-databind.noarch 2.9.4-3.fc28 jackson-dataformat-cbor.noarch 2.9.4-3.fc28 jansi.noarch 1.16-3.fc28 jansi-native.x86_64 1.7-5.fc28 jatl.noarch 0.2.2-13.fc28 java-1.8.0-openjdk.x86_64 1:1.8.0.162-3.b12.fc28 java-1.8.0-openjdk-headless.x86_64 1:1.8.0.162-3.b12.fc28 javapackages-tools.noarch 5.0.0-14.fc28 jboss-interceptors-1.2-api.noarch 1.0.0-8.fc28 jcifs.noarch 1.3.18-7.fc28 jcip-annotations.noarch 1-23.20060626.fc28 jcl-over-slf4j.noarch 1.7.25-4.fc28 jcsp.noarch 1.1-0.8.rc5.fc28 jetty-http.noarch 9.4.11-2.v20180605.fc28 jetty-io.noarch 9.4.11-2.v20180605.fc28 jetty-server.noarch 9.4.11-2.v20180605.fc28 jetty-util.noarch 9.4.11-2.v20180605.fc28 jline.noarch 2.14.6-1.fc28 joda-time.noarch 2.9.9-2.tzdata2017b.fc28 jsch.noarch 0.1.54-6.fc28 jsoup.noarch 1.11.2-2.fc28 jsr-305.noarch 0-0.22.20130910svn.fc28 jul-to-slf4j.noarch 1.7.25-4.fc28 junit.noarch 1:4.12-8.fc28 jzlib.noarch 1.1.3-8.fc28 kernel-headers.x86_64 4.17.12-1.fc28 kryo.noarch 3.0.3-5.fc28 less.x86_64 530-1.fc28 libX11.x86_64 1.6.5-7.fc28 libX11-common.noarch 1.6.5-7.fc28 libXau.x86_64 1.0.8-11.fc28 libXcomposite.x86_64 0.4.4-12.fc28 libXext.x86_64 1.3.3-8.fc28 libXi.x86_64 1.7.9-6.fc28 libXrender.x86_64 0.9.10-5.fc28 libXtst.x86_64 1.2.3-5.fc28 libaio.x86_64 0.3.110-11.fc28 libatomic_ops.x86_64 7.6.2-3.fc28 libedit.x86_64 3.1-23.20170329cvs.fc28 libfontenc.x86_64 1.1.3-7.fc28 libgomp.x86_64 8.1.1-5.fc28 libjpeg-turbo.x86_64 1.5.3-6.fc28 libmpc.x86_64 1.0.2-9.fc28 libnl3.x86_64 3.4.0-3.fc28 libpkgconf.x86_64 1.4.2-1.fc28 libpng.x86_64 2:1.6.34-6.fc28 libsecret.x86_64 0.18.6-1.fc28 libssh2.x86_64 1.8.0-7.fc28 libstdc++.x86_64 8.1.1-5.fc28 libtool-ltdl.x86_64 2.4.6-24.fc28 libvirt-libs.x86_64 4.2.0-1.fc28 libwsman1.x86_64 2.6.5-2.fc28 libxcb.x86_64 1.13-1.fc28 libxcrypt-devel.x86_64 4.0.0-5.fc28 lksctp-tools.x86_64 1.0.16-9.fc28 log4j-over-slf4j.noarch 1.7.25-4.fc28 lua.x86_64 5.3.4-10.fc28 lua-posix.x86_64 33.3.1-8.fc28 maven-lib.noarch 1:3.5.2-5.fc28 maven-resolver-api.noarch 1:1.1.0-2.fc28 maven-resolver-connector-basic.noarch 1:1.1.0-2.fc28 maven-resolver-impl.noarch 1:1.1.0-2.fc28 maven-resolver-spi.noarch 1:1.1.0-2.fc28 maven-resolver-transport-wagon.noarch 1:1.1.0-2.fc28 maven-resolver-util.noarch 1:1.1.0-2.fc28 maven-shared-utils.noarch 3.1.0-5.fc27 maven-wagon-file.noarch 3.0.0-1.fc28 maven-wagon-http.noarch 3.0.0-1.fc28 maven-wagon-http-shared.noarch 3.0.0-1.fc28 maven-wagon-provider-api.noarch 3.0.0-1.fc28 minlog.noarch 1.3.0-5.fc27 multiverse.noarch 0.7.0-7.fc27 native-platform.x86_64 0.14-12.fc28 ncurses.x86_64 6.1-4.20180224.fc28 nekohtml.noarch 1.9.22-5.fc27 netty-tcnative.x86_64 1.1.30-9.fc28 netty3.noarch 3.10.6-3.fc27 nmap-ncat.x86_64 2:7.60-12.fc28 numactl-libs.x86_64 2.0.11-8.fc28 objectweb-asm.noarch 6.1.1-1.fc28 objenesis.noarch 2.6-1.fc28 openssh.x86_64 7.7p1-5.fc28 openssh-clients.x86_64 7.7p1-5.fc28 osgi-annotation.noarch 6.0.0-7.fc28 osgi-compendium.noarch 6.0.0-5.fc28 osgi-core.noarch 6.0.0-6.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-413.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-413.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-413.fc28 perl-libnet.noarch 3.11-3.fc28 perl-libs.x86_64 4:5.26.2-413.fc28 perl-macros.x86_64 4:5.26.2-413.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 plexus-cipher.noarch 1.7-14.fc28 plexus-classworlds.noarch 2.5.2-9.fc28 plexus-containers-component-annotations.noarch 1.7.1-5.fc28 plexus-interpolation.noarch 1.22-9.fc28 plexus-sec-dispatcher.noarch 1.4-24.fc28 plexus-utils.noarch 3.0.24-5.fc28 protobuf.x86_64 3.5.0-4.fc28 publicsuffix-list.noarch 20180514-1.fc28 python2.x86_64 2.7.15-2.fc28 python2-libs.x86_64 2.7.15-2.fc28 python2-pip.noarch 9.0.3-2.fc28 python2-setuptools.noarch 39.2.0-6.fc28 reflectasm.noarch 1.11.0-6.fc28 rhino.noarch 1.7.7.1-4.fc28 sisu-inject.noarch 1:0.3.3-3.fc28 sisu-plexus.noarch 1:0.3.3-3.fc28 slf4j.noarch 1.7.25-4.fc28 snakeyaml.noarch 1.17-5.fc28 tesla-polyglot-common.noarch 0.2.0-2.fc28 tesla-polyglot-groovy.noarch 0.2.0-2.fc28 testng.noarch 6.14.3-2.fc28 ttmkfdir.x86_64 3.0.9-54.fc28 tzdata-java.noarch 2018e-1.fc28 which.x86_64 2.21-8.fc28 xalan-j2.noarch 2.7.1-34.fc28 xbean.noarch 4.5-9.fc28 xerces-j2.noarch 2.11.0-31.fc28 xml-commons-apis.noarch 1.4.01-25.fc28 xml-commons-resolver.noarch 1.2-24.fc28 xorg-x11-font-utils.x86_64 1:7.5-38.fc28 xorg-x11-fonts-Type1.noarch 7.5-19.fc28 xpp3.noarch 1.1.4-18.c.fc28 xpp3-minimal.noarch 1.1.4-18.c.fc28 xstream.noarch 1.4.9-7.fc28 yajl.x86_64 2.1.0-10.fc28 Upgraded: libgcc.x86_64 8.1.1-5.fc28 Complete! 23 files removed ---> 59bc930ef915 Removing intermediate container 0312a3091c62 Step 5/12 : ENV GIMME_GO_VERSION 1.10 ---> Running in d1371fd81148 ---> 53d75cb18e9e Removing intermediate container d1371fd81148 Step 6/12 : 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 fc25396b93bc  ---> dfde3652ac14 Removing intermediate container fc25396b93bc Step 7/12 : ENV GOPATH "/go" GOBIN "/usr/bin" ---> Running in bba93a11ce13 ---> 7c1404410131 Removing intermediate container bba93a11ce13 Step 8/12 : ADD rsyncd.conf /etc/rsyncd.conf ---> 365a9c9ec11e Removing intermediate container 054af4356ab1 Step 9/12 : RUN mkdir -p /go && source /etc/profile.d/gimme.sh && go get github.com/mattn/goveralls && go get -u github.com/Masterminds/glide && go get golang.org/x/tools/cmd/goimports && git clone https://github.com/mvdan/sh.git $GOPATH/src/mvdan.cc/sh && cd /go/src/mvdan.cc/sh/cmd/shfmt && git checkout v2.5.0 && go get mvdan.cc/sh/cmd/shfmt && go install && go get -u github.com/golang/mock/gomock && go get -u github.com/rmohr/mock/mockgen && go get -u github.com/rmohr/go-swagger-utils/swagger-doc && go get -u github.com/onsi/ginkgo/ginkgo && go get -u -d k8s.io/code-generator/cmd/deepcopy-gen && go get -u -d k8s.io/code-generator/cmd/defaulter-gen && go get -u -d k8s.io/code-generator/cmd/openapi-gen && cd /go/src/k8s.io/code-generator/cmd/deepcopy-gen && git checkout release-1.9 && go install && cd /go/src/k8s.io/code-generator/cmd/defaulter-gen && git checkout release-1.9 && go install && cd /go/src/k8s.io/code-generator/cmd/openapi-gen && git checkout release-1.9 && go install && go get -u -d github.com/golang/protobuf/protoc-gen-go && cd /go/src/github.com/golang/protobuf/protoc-gen-go && git checkout 1643683e1b54a9e88ad26d98f81400c8c9d9f4f9 && go install ---> Running in 51a219d7f8c9  go version go1.10 linux/amd64 Cloning into '/go/src/mvdan.cc/sh'... Note: checking out 'v2.5.0'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at 5f66499 all: bump to 2.5.0 Switched to a new branch 'release-1.9' Branch 'release-1.9' set up to track remote branch 'release-1.9' from 'origin'. Already on 'release-1.9' Your branch is up to date with 'origin/release-1.9'. Already on 'release-1.9' Your branch is up to date with 'origin/release-1.9'. Note: checking out '1643683e1b54a9e88ad26d98f81400c8c9d9f4f9'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at 1643683 Add godoc badge (#444)  ---> d1d758b01917 Removing intermediate container 51a219d7f8c9 Step 10/12 : RUN pip install j2cli ---> Running in 1568956efed9 WARNING: Running pip install with root privileges is generally not a good idea. Try `pip install --user` instead. Collecting j2cli Downloading https://files.pythonhosted.org/packages/6a/fb/c67a5da25bc7f5fd840727ea742748df981ee425350cc33d57ed7e2cc78d/j2cli-0.3.1_0-py2-none-any.whl Collecting jinja2>=2.7.2 (from j2cli) Downloading https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl (126kB) Collecting MarkupSafe>=0.23 (from jinja2>=2.7.2->j2cli) Downloading https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz Installing collected packages: MarkupSafe, jinja2, j2cli Running setup.py install for MarkupSafe: started Running setup.py install for MarkupSafe: finished with status 'done' Successfully installed MarkupSafe-1.0 j2cli-0.3.1-0 jinja2-2.10 ---> 3dc54542b957 Removing intermediate container 1568956efed9 Step 11/12 : ADD entrypoint.sh /entrypoint.sh ---> d3c2fcf0cb1b Removing intermediate container a709847aa53f Step 12/12 : ENTRYPOINT /entrypoint.sh ---> Running in 44788071fbdf ---> 2635e89abd59 Removing intermediate container 44788071fbdf Successfully built 2635e89abd59 go version go1.10 linux/amd64 go version go1.10 linux/amd64 make[1]: Entering directory `/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt' hack/dockerized "./hack/check.sh && KUBEVIRT_VERSION= ./hack/build-go.sh install " && ./hack/build-copy-artifacts.sh Sending build context to Docker daemon 7.168 kB Step 1/12 : FROM fedora:28 ---> cc510acfcd70 Step 2/12 : ENV LIBVIRT_VERSION 4.2.0 ---> Using cache ---> dcc6695ef4c0 Step 3/12 : COPY fedora-virt-preview.repo /etc/yum.repos.d/fedora-virt-preview.repo ---> Using cache ---> 7cc17e972730 Step 4/12 : RUN dnf -y install libvirt-devel-${LIBVIRT_VERSION} make git mercurial sudo gcc findutils gradle rsync-daemon rsync qemu-img protobuf-compiler && dnf -y clean all ---> Using cache ---> 59bc930ef915 Step 5/12 : ENV GIMME_GO_VERSION 1.10 ---> Using cache ---> 53d75cb18e9e Step 6/12 : 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 ---> dfde3652ac14 Step 7/12 : ENV GOPATH "/go" GOBIN "/usr/bin" ---> Using cache ---> 7c1404410131 Step 8/12 : ADD rsyncd.conf /etc/rsyncd.conf ---> Using cache ---> 365a9c9ec11e Step 9/12 : RUN mkdir -p /go && source /etc/profile.d/gimme.sh && go get github.com/mattn/goveralls && go get -u github.com/Masterminds/glide && go get golang.org/x/tools/cmd/goimports && git clone https://github.com/mvdan/sh.git $GOPATH/src/mvdan.cc/sh && cd /go/src/mvdan.cc/sh/cmd/shfmt && git checkout v2.5.0 && go get mvdan.cc/sh/cmd/shfmt && go install && go get -u github.com/golang/mock/gomock && go get -u github.com/rmohr/mock/mockgen && go get -u github.com/rmohr/go-swagger-utils/swagger-doc && go get -u github.com/onsi/ginkgo/ginkgo && go get -u -d k8s.io/code-generator/cmd/deepcopy-gen && go get -u -d k8s.io/code-generator/cmd/defaulter-gen && go get -u -d k8s.io/code-generator/cmd/openapi-gen && cd /go/src/k8s.io/code-generator/cmd/deepcopy-gen && git checkout release-1.9 && go install && cd /go/src/k8s.io/code-generator/cmd/defaulter-gen && git checkout release-1.9 && go install && cd /go/src/k8s.io/code-generator/cmd/openapi-gen && git checkout release-1.9 && go install && go get -u -d github.com/golang/protobuf/protoc-gen-go && cd /go/src/github.com/golang/protobuf/protoc-gen-go && git checkout 1643683e1b54a9e88ad26d98f81400c8c9d9f4f9 && go install ---> Using cache ---> d1d758b01917 Step 10/12 : RUN pip install j2cli ---> Using cache ---> 3dc54542b957 Step 11/12 : ADD entrypoint.sh /entrypoint.sh ---> Using cache ---> d3c2fcf0cb1b Step 12/12 : ENTRYPOINT /entrypoint.sh ---> Using cache ---> 2635e89abd59 Successfully built 2635e89abd59 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 40.39 MB Step 1/8 : FROM fedora:28 ---> cc510acfcd70 Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 3265a3c6f899 Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-controller ---> Using cache ---> 84570f0bf244 Step 4/8 : WORKDIR /home/virt-controller ---> Using cache ---> 4b8efcbf3461 Step 5/8 : USER 1001 ---> Using cache ---> c49257f2ff48 Step 6/8 : COPY virt-controller /usr/bin/virt-controller ---> 59203823d03f Removing intermediate container 4b63029b382b Step 7/8 : ENTRYPOINT /usr/bin/virt-controller ---> Running in 6cf8dd7880a0 ---> 5898fbfda0ea Removing intermediate container 6cf8dd7880a0 Step 8/8 : LABEL "kubevirt-functional-tests-windows2016-release0" '' "virt-controller" '' ---> Running in e7ba2f4ead8b ---> aac9d1b3e6f0 Removing intermediate container e7ba2f4ead8b Successfully built aac9d1b3e6f0 Sending build context to Docker daemon 43.31 MB Step 1/10 : FROM kubevirt/libvirt:4.2.0 ---> 5f0bfe81a3e0 Step 2/10 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> c1e65e6c8241 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 ---> 4c20d196c128 Step 4/10 : COPY virt-launcher /usr/bin/virt-launcher ---> 6a62d15ff716 Removing intermediate container dd52e649006b Step 5/10 : COPY kubevirt-sudo /etc/sudoers.d/kubevirt ---> 8965d84eabfe Removing intermediate container 6227b643bb52 Step 6/10 : RUN setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/qemu-system-x86_64 ---> Running in 276f6651a25d  ---> 87a25a6aff24 Removing intermediate container 276f6651a25d Step 7/10 : RUN mkdir -p /usr/share/kubevirt/virt-launcher ---> Running in cde1217e380d  ---> d7f3c5d123cd Removing intermediate container cde1217e380d Step 8/10 : COPY entrypoint.sh libvirtd.sh sock-connector /usr/share/kubevirt/virt-launcher/ ---> c97001c40ea9 Removing intermediate container 40284aea8c5b Step 9/10 : ENTRYPOINT /usr/share/kubevirt/virt-launcher/entrypoint.sh ---> Running in c9fcba174361 ---> 4ca3b59ab0b1 Removing intermediate container c9fcba174361 Step 10/10 : LABEL "kubevirt-functional-tests-windows2016-release0" '' "virt-launcher" '' ---> Running in 29884c3ef8f7 ---> 917167061745 Removing intermediate container 29884c3ef8f7 Successfully built 917167061745 Sending build context to Docker daemon 41.69 MB Step 1/5 : FROM fedora:28 ---> cc510acfcd70 Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 3265a3c6f899 Step 3/5 : COPY virt-handler /usr/bin/virt-handler ---> 05760b1171d2 Removing intermediate container cccc91612314 Step 4/5 : ENTRYPOINT /usr/bin/virt-handler ---> Running in a8232d021099 ---> 7c7690715bbc Removing intermediate container a8232d021099 Step 5/5 : LABEL "kubevirt-functional-tests-windows2016-release0" '' "virt-handler" '' ---> Running in e991f8dc34bd ---> 9328e7c180c2 Removing intermediate container e991f8dc34bd Successfully built 9328e7c180c2 Sending build context to Docker daemon 38.83 MB Step 1/8 : FROM fedora:28 ---> cc510acfcd70 Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 3265a3c6f899 Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virt-api ---> Using cache ---> 6f2134b876af Step 4/8 : WORKDIR /home/virt-api ---> Using cache ---> d5ef0239bf68 Step 5/8 : USER 1001 ---> Using cache ---> 233000b2d9b5 Step 6/8 : COPY virt-api /usr/bin/virt-api ---> a043429b7313 Removing intermediate container 5ccb50145780 Step 7/8 : ENTRYPOINT /usr/bin/virt-api ---> Running in 337b79c5ae45 ---> aea6a2600de9 Removing intermediate container 337b79c5ae45 Step 8/8 : LABEL "kubevirt-functional-tests-windows2016-release0" '' "virt-api" '' ---> Running in e52471db3479 ---> cbf0b3d9c454 Removing intermediate container e52471db3479 Successfully built cbf0b3d9c454 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 ---> 3265a3c6f899 Step 3/7 : ENV container docker ---> Using cache ---> 3fe7db912524 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 ---> 06d762a67408 Step 5/7 : ADD entrypoint.sh / ---> Using cache ---> 3876d185cf84 Step 6/7 : CMD /entrypoint.sh ---> Using cache ---> 1fb50ce9b78f Step 7/7 : LABEL "disks-images-provider" '' "kubevirt-functional-tests-windows2016-release0" '' ---> Using cache ---> 47895be47e71 Successfully built 47895be47e71 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 ---> 3265a3c6f899 Step 3/5 : ENV container docker ---> Using cache ---> 3fe7db912524 Step 4/5 : RUN dnf -y install procps-ng nmap-ncat && dnf -y clean all ---> Using cache ---> 6bc4f549313f Step 5/5 : LABEL "kubevirt-functional-tests-windows2016-release0" '' "vm-killer" '' ---> Using cache ---> 38e8a32eadd5 Successfully built 38e8a32eadd5 Sending build context to Docker daemon 5.12 kB Step 1/7 : FROM debian:sid ---> 68f33cf86aab Step 2/7 : MAINTAINER "David Vossel" \ ---> Using cache ---> 9ef1c0ce5d24 Step 3/7 : ENV container docker ---> Using cache ---> 9ad55e41ed61 Step 4/7 : RUN apt-get update && apt-get install -y bash curl bzip2 qemu-utils && mkdir -p /disk && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 17a81fda7c2b Step 5/7 : ADD entry-point.sh / ---> Using cache ---> 681d01e165e6 Step 6/7 : CMD /entry-point.sh ---> Using cache ---> a79815fe82d9 Step 7/7 : LABEL "kubevirt-functional-tests-windows2016-release0" '' "registry-disk-v1alpha" '' ---> Using cache ---> e8afe9cc2449 Successfully built e8afe9cc2449 Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33672/kubevirt/registry-disk-v1alpha:devel ---> e8afe9cc2449 Step 2/4 : MAINTAINER "David Vossel" \ ---> Using cache ---> 41b568233ef0 Step 3/4 : RUN curl https://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img > /disk/cirros.img ---> Using cache ---> 473e6f6184a1 Step 4/4 : LABEL "cirros-registry-disk-demo" '' "kubevirt-functional-tests-windows2016-release0" '' ---> Using cache ---> 8781bb0d05eb Successfully built 8781bb0d05eb Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33672/kubevirt/registry-disk-v1alpha:devel ---> e8afe9cc2449 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> d04d45b84bfa Step 3/4 : RUN curl -g -L https://download.fedoraproject.org/pub/fedora/linux/releases/27/CloudImages/x86_64/images/Fedora-Cloud-Base-27-1.6.x86_64.qcow2 > /disk/fedora.qcow2 ---> Using cache ---> c3095df12e40 Step 4/4 : LABEL "fedora-cloud-registry-disk-demo" '' "kubevirt-functional-tests-windows2016-release0" '' ---> Using cache ---> 124b71df49de Successfully built 124b71df49de Sending build context to Docker daemon 2.56 kB Step 1/4 : FROM localhost:33672/kubevirt/registry-disk-v1alpha:devel ---> e8afe9cc2449 Step 2/4 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> d04d45b84bfa Step 3/4 : RUN curl http://dl-cdn.alpinelinux.org/alpine/v3.7/releases/x86_64/alpine-virt-3.7.0-x86_64.iso > /disk/alpine.iso ---> Using cache ---> 69071a98dd13 Step 4/4 : LABEL "alpine-registry-disk-demo" '' "kubevirt-functional-tests-windows2016-release0" '' ---> Using cache ---> 85d21ead9b3d Successfully built 85d21ead9b3d Sending build context to Docker daemon 35.59 MB Step 1/8 : FROM fedora:28 ---> cc510acfcd70 Step 2/8 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> 3265a3c6f899 Step 3/8 : RUN useradd -u 1001 --create-home -s /bin/bash virtctl ---> Using cache ---> deebe9dc06da Step 4/8 : WORKDIR /home/virtctl ---> Using cache ---> 4094ce77e412 Step 5/8 : USER 1001 ---> Using cache ---> ba694520e9a4 Step 6/8 : COPY subresource-access-test /subresource-access-test ---> c415e1de82db Removing intermediate container b444dfd0bde8 Step 7/8 : ENTRYPOINT /subresource-access-test ---> Running in e59ec1d3c40d ---> 7ace8e7a6db5 Removing intermediate container e59ec1d3c40d Step 8/8 : LABEL "kubevirt-functional-tests-windows2016-release0" '' "subresource-access-test" '' ---> Running in bcd6aea9b0c6 ---> 2c0be10e2499 Removing intermediate container bcd6aea9b0c6 Successfully built 2c0be10e2499 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 ---> 3265a3c6f899 Step 3/9 : ENV container docker ---> Using cache ---> 3fe7db912524 Step 4/9 : RUN dnf -y install make git gcc && dnf -y clean all ---> Using cache ---> e0cf52293e57 Step 5/9 : ENV GIMME_GO_VERSION 1.9.2 ---> Using cache ---> 8c031086e8cb 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 ---> 0f6dd31de4d3 Step 7/9 : ENV GOPATH "/go" GOBIN "/usr/bin" ---> Using cache ---> 6a702eb79a95 Step 8/9 : RUN mkdir -p /go && source /etc/profile.d/gimme.sh && go get github.com/masterzen/winrm-cli ---> Using cache ---> bed79012c9f3 Step 9/9 : LABEL "kubevirt-functional-tests-windows2016-release0" '' "winrmcli" '' ---> Using cache ---> 6c88eeabff2d Successfully built 6c88eeabff2d Sending build context to Docker daemon 36.8 MB Step 1/5 : FROM fedora:27 ---> 9110ae7f579f Step 2/5 : MAINTAINER "The KubeVirt Project" ---> Using cache ---> cc296a71da13 Step 3/5 : COPY example-hook-sidecar /example-hook-sidecar ---> 35a26392bc4c Removing intermediate container dce17a53cf5a Step 4/5 : ENTRYPOINT /example-hook-sidecar ---> Running in b0d4d8819aee ---> 68c74b98d27a Removing intermediate container b0d4d8819aee Step 5/5 : LABEL "example-hook-sidecar" '' "kubevirt-functional-tests-windows2016-release0" '' ---> Running in 0e885a058c64 ---> 7eb4597fc8f5 Removing intermediate container 0e885a058c64 Successfully built 7eb4597fc8f5 hack/build-docker.sh push The push refers to a repository [localhost:33672/kubevirt/virt-controller] 2951a107e047: Preparing 915a0c3e3f5f: Preparing 891e1e4ef82a: Preparing 915a0c3e3f5f: Pushed 2951a107e047: Pushed 891e1e4ef82a: Pushed devel: digest: sha256:0b23b4502f1d06f4f78d6e47a8157470bea066f64e59f08e2be3e226645c5dec size: 949 The push refers to a repository [localhost:33672/kubevirt/virt-launcher] d7935b3b3950: Preparing 65836755a9b1: Preparing 3fb617ef127a: Preparing d1a15ebc4662: Preparing f4396c92234a: Preparing 5379fb5d8cce: Preparing da38cf808aa5: Preparing b83399358a92: Preparing 186d8b3e4fd8: Preparing b83399358a92: Waiting 5379fb5d8cce: Waiting 186d8b3e4fd8: Waiting fa6154170bf5: Preparing 5eefb9960a36: Preparing 891e1e4ef82a: Preparing fa6154170bf5: Waiting 5eefb9960a36: Waiting d7935b3b3950: Pushed 65836755a9b1: Pushed d1a15ebc4662: Pushed da38cf808aa5: Pushed b83399358a92: Pushed fa6154170bf5: Pushed 186d8b3e4fd8: Pushed 891e1e4ef82a: Mounted from kubevirt/virt-controller 3fb617ef127a: Pushed 5379fb5d8cce: Pushed f4396c92234a: Pushed 5eefb9960a36: Pushed devel: digest: sha256:0798101ad6231fcdf33ebc4ae5330643ffdd396ef259b37f15d6e4de6bd9c910 size: 2828 The push refers to a repository [localhost:33672/kubevirt/virt-handler] 4bd36f86fc77: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-launcher 4bd36f86fc77: Pushed devel: digest: sha256:d471b53cb4986b1efb604301f875bfe7464e287e0e016596c8adc0a15769b140 size: 741 The push refers to a repository [localhost:33672/kubevirt/virt-api] b7e327489bff: Preparing 7cc07c574d2a: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-handler 7cc07c574d2a: Pushed b7e327489bff: Pushed devel: digest: sha256:44418e23f1e3a791f4cbe42242217638be518e2d8904e2d3f529c8e2f1270a7a size: 948 The push refers to a repository [localhost:33672/kubevirt/disks-images-provider] 1548fa7b1c9e: Preparing a7621d2cf364: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/virt-api 1548fa7b1c9e: Pushed a7621d2cf364: Pushed devel: digest: sha256:e0ef7836e34822de24b60945e26f9c53cd7580a533dd9c33d17ea1e6a94e30a7 size: 948 The push refers to a repository [localhost:33672/kubevirt/vm-killer] 3c31f9f8d755: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/disks-images-provider 3c31f9f8d755: Pushed devel: digest: sha256:448bd1065d510d96f9f2405b9ad265ccc4d092d51f3aadec4363d45f3672298d size: 740 The push refers to a repository [localhost:33672/kubevirt/registry-disk-v1alpha] c66b9a220e25: Preparing 4662bbc21c2d: Preparing 25edbec0eaea: Preparing c66b9a220e25: Pushed 4662bbc21c2d: Pushed 25edbec0eaea: Pushed devel: digest: sha256:2cf20d730b85e6b2b8f9ad90ac43696185e4943ef912d6554a0a35652f332f0e size: 948 The push refers to a repository [localhost:33672/kubevirt/cirros-registry-disk-demo] aa0f4fd12312: Preparing c66b9a220e25: Preparing 4662bbc21c2d: Preparing 25edbec0eaea: Preparing 25edbec0eaea: Mounted from kubevirt/registry-disk-v1alpha c66b9a220e25: Mounted from kubevirt/registry-disk-v1alpha 4662bbc21c2d: Mounted from kubevirt/registry-disk-v1alpha aa0f4fd12312: Pushed devel: digest: sha256:f51c0a43b65d10a93bc839ccf1c1ab8b0f9479f2c7f36041cb6cbb3569c784eb size: 1160 The push refers to a repository [localhost:33672/kubevirt/fedora-cloud-registry-disk-demo] 60074fafd7c2: Preparing c66b9a220e25: Preparing 4662bbc21c2d: Preparing 25edbec0eaea: Preparing 25edbec0eaea: Mounted from kubevirt/cirros-registry-disk-demo c66b9a220e25: Mounted from kubevirt/cirros-registry-disk-demo 4662bbc21c2d: Mounted from kubevirt/cirros-registry-disk-demo 60074fafd7c2: Pushed devel: digest: sha256:cb3a19b4a1eb3061d693d48282dd388763d5e81deb12776200648a56f21733ed size: 1161 The push refers to a repository [localhost:33672/kubevirt/alpine-registry-disk-demo] c419637b3f18: Preparing c66b9a220e25: Preparing 4662bbc21c2d: Preparing 25edbec0eaea: Preparing 4662bbc21c2d: Mounted from kubevirt/fedora-cloud-registry-disk-demo c66b9a220e25: Mounted from kubevirt/fedora-cloud-registry-disk-demo 25edbec0eaea: Mounted from kubevirt/fedora-cloud-registry-disk-demo c419637b3f18: Pushed devel: digest: sha256:2c787e1fe571b7fb7020c865281a6583f068b7cbb7d2bce7a2e2a325d02a655c size: 1160 The push refers to a repository [localhost:33672/kubevirt/subresource-access-test] a9f221bc890b: Preparing 7e69243e781e: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/vm-killer 7e69243e781e: Pushed a9f221bc890b: Pushed devel: digest: sha256:323b1cf9136c7956f7c85f7c1c9c60d880176d4cbe925f30b75705e8d2b2cb51 size: 948 The push refers to a repository [localhost:33672/kubevirt/winrmcli] a117c61a5658: Preparing c9df4405017d: Preparing 99bb32247f65: Preparing 891e1e4ef82a: Preparing 891e1e4ef82a: Mounted from kubevirt/subresource-access-test a117c61a5658: Pushed 99bb32247f65: Pushed c9df4405017d: Pushed devel: digest: sha256:83bf7b1eadc6a3c49e6d330a398afdb5394c0c378ea2e5a6b3e31bc2e6646c7c size: 1165 The push refers to a repository [localhost:33672/kubevirt/example-hook-sidecar] 8d53be6d344f: Preparing 39bae602f753: Preparing 8d53be6d344f: Pushed 39bae602f753: Pushed devel: digest: sha256:8d09f8515be6184d31ce6fa8a30b047b17b9443859f5b4a72ac7d69c51bd7c3f size: 740 make[1]: Leaving directory `/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt' Done ./cluster/clean.sh + source hack/common.sh ++++ dirname 'hack/common.sh[0]' +++ cd hack/../ +++ pwd ++ KUBEVIRT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/_out/manifests ++ MANIFEST_TEMPLATES_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/_out/templates/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/_out/client-python ++ KUBEVIRT_PROVIDER=k8s-1.11.0 ++ KUBEVIRT_NUM_NODES=2 ++ '[' -z kubevirt-functional-tests-windows2016-release ']' ++ provider_prefix=kubevirt-functional-tests-windows2016-release0 ++ job_prefix=kubevirt-functional-tests-windows2016-release0 +++ kubevirt_version +++ '[' -n '' ']' +++ '[' -d /var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/.git ']' ++++ git describe --always --tags +++ echo v0.7.0-206-ge912b60 ++ KUBEVIRT_VERSION=v0.7.0-206-ge912b60 + source cluster/k8s-1.11.0/provider.sh ++ set -e ++ image=k8s-1.11.0@sha256:6c1caf5559eb02a144bf606de37eb0194c06ace4d77ad4561459f3bde876151c ++ 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 image_pull_policy ++ KUBEVIRT_PROVIDER=k8s-1.11.0 ++ source hack/config-default.sh source hack/config-k8s-1.11.0.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 +++ image_pull_policy=IfNotPresent ++ test -f hack/config-provider-k8s-1.11.0.sh ++ source hack/config-provider-k8s-1.11.0.sh +++ master_ip=127.0.0.1 +++ docker_tag=devel +++ kubeconfig=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.11.0/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.11.0/.kubectl +++ docker_prefix=localhost:33672/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 image_pull_policy + 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.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete apiservices -l kubevirt.io No resources found + _kubectl -n default delete deployment -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete deployment -l kubevirt.io No resources found + _kubectl -n default delete rs -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete rs -l kubevirt.io No resources found + _kubectl -n default delete services -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete services -l kubevirt.io No resources found + _kubectl -n default delete apiservices -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete apiservices -l kubevirt.io No resources found + _kubectl -n default delete validatingwebhookconfiguration -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete validatingwebhookconfiguration -l kubevirt.io No resources found + _kubectl -n default delete secrets -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete secrets -l kubevirt.io No resources found + _kubectl -n default delete pv -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete pv -l kubevirt.io No resources found + _kubectl -n default delete pvc -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete pvc -l kubevirt.io No resources found + _kubectl -n default delete ds -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete ds -l kubevirt.io No resources found + _kubectl -n default delete customresourcedefinitions -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete customresourcedefinitions -l kubevirt.io No resources found + _kubectl -n default delete pods -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete pods -l kubevirt.io No resources found + _kubectl -n default delete clusterrolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete clusterrolebinding -l kubevirt.io No resources found + _kubectl -n default delete rolebinding -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete rolebinding -l kubevirt.io No resources found + _kubectl -n default delete roles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete roles -l kubevirt.io No resources found + _kubectl -n default delete clusterroles -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl -n default delete clusterroles -l kubevirt.io No resources found + _kubectl -n default delete serviceaccounts -l kubevirt.io + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.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.11.0/.kubeconfig ++ KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig ++ cluster/k8s-1.11.0/.kubectl -n default get crd offlinevirtualmachines.kubevirt.io No resources found. 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.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.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.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.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.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.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.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.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.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.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.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.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.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.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.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.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.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.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.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.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.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.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.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.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.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.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.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.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.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.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.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.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.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.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.11.0/.kubeconfig ++ KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig ++ cluster/k8s-1.11.0/.kubectl -n kube-system get crd offlinevirtualmachines.kubevirt.io No resources found. Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "offlinevirtualmachines.kubevirt.io" not found + '[' 0 -gt 0 ']' + sleep 2 + echo Done Done ./cluster/deploy.sh + source hack/common.sh ++++ dirname 'hack/common.sh[0]' +++ cd hack/../ +++ pwd ++ KUBEVIRT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt ++ OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/_out ++ VENDOR_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/vendor ++ CMD_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/_out/cmd ++ TESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/_out/tests ++ APIDOCS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/_out/apidocs ++ MANIFESTS_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/_out/manifests ++ MANIFEST_TEMPLATES_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/_out/templates/manifests ++ PYTHON_CLIENT_OUT_DIR=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/_out/client-python ++ KUBEVIRT_PROVIDER=k8s-1.11.0 ++ KUBEVIRT_NUM_NODES=2 ++ '[' -z kubevirt-functional-tests-windows2016-release ']' ++ provider_prefix=kubevirt-functional-tests-windows2016-release0 ++ job_prefix=kubevirt-functional-tests-windows2016-release0 +++ kubevirt_version +++ '[' -n '' ']' +++ '[' -d /var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/.git ']' ++++ git describe --always --tags +++ echo v0.7.0-206-ge912b60 ++ KUBEVIRT_VERSION=v0.7.0-206-ge912b60 + source cluster/k8s-1.11.0/provider.sh ++ set -e ++ image=k8s-1.11.0@sha256:6c1caf5559eb02a144bf606de37eb0194c06ace4d77ad4561459f3bde876151c ++ 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 image_pull_policy ++ KUBEVIRT_PROVIDER=k8s-1.11.0 ++ source hack/config-default.sh source hack/config-k8s-1.11.0.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 +++ image_pull_policy=IfNotPresent ++ test -f hack/config-provider-k8s-1.11.0.sh ++ source hack/config-provider-k8s-1.11.0.sh +++ master_ip=127.0.0.1 +++ docker_tag=devel +++ kubeconfig=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.11.0/.kubeconfig +++ kubectl=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/cluster/k8s-1.11.0/.kubectl +++ docker_prefix=localhost:33672/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 image_pull_policy + echo 'Deploying ...' Deploying ... + [[ -z windows2016-release ]] + [[ windows2016-release =~ .*-dev ]] + [[ windows2016-release =~ .*-release ]] + for manifest in '${MANIFESTS_OUT_DIR}/release/*' + [[ /var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/demo-content.yaml =~ .*demo.* ]] + continue + for manifest in '${MANIFESTS_OUT_DIR}/release/*' + [[ /var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml =~ .*demo.* ]] + _kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/_out/manifests/release/kubevirt.yaml clusterrole.rbac.authorization.k8s.io/kubevirt.io:admin created clusterrole.rbac.authorization.k8s.io/kubevirt.io:edit created clusterrole.rbac.authorization.k8s.io/kubevirt.io:view created serviceaccount/kubevirt-apiserver created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-apiserver created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-apiserver-auth-delegator created rolebinding.rbac.authorization.k8s.io/kubevirt-apiserver created role.rbac.authorization.k8s.io/kubevirt-apiserver created clusterrole.rbac.authorization.k8s.io/kubevirt-apiserver created clusterrole.rbac.authorization.k8s.io/kubevirt-controller created serviceaccount/kubevirt-controller created serviceaccount/kubevirt-privileged created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-controller created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-privileged-cluster-admin created clusterrole.rbac.authorization.k8s.io/kubevirt.io:default created clusterrolebinding.rbac.authorization.k8s.io/kubevirt.io:default created service/virt-api created deployment.extensions/virt-api created deployment.extensions/virt-controller created daemonset.extensions/virt-handler created customresourcedefinition.apiextensions.k8s.io/virtualmachineinstances.kubevirt.io created customresourcedefinition.apiextensions.k8s.io/virtualmachineinstancereplicasets.kubevirt.io created customresourcedefinition.apiextensions.k8s.io/virtualmachineinstancepresets.kubevirt.io created customresourcedefinition.apiextensions.k8s.io/virtualmachines.kubevirt.io created + _kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/go/src/kubevirt.io/kubevirt/_out/manifests/testing -R + export KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + KUBECONFIG=cluster/k8s-1.11.0/.kubeconfig + cluster/k8s-1.11.0/.kubectl create -f /var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/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.11.0 =~ 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 ++ cluster/kubectl.sh get pods -n kube-system --no-headers ++ grep -v Running + '[' -n 'virt-api-7d79975b94-lspc7 0/1 ContainerCreating 0 2s virt-api-7d79975b94-vlppp 0/1 ContainerCreating 0 2s virt-controller-67dcdd8464-4thr9 0/1 ContainerCreating 0 2s virt-controller-67dcdd8464-dkvx8 0/1 ContainerCreating 0 2s virt-handler-swxjw 0/1 ContainerCreating 0 2s virt-handler-wtj7j 0/1 ContainerCreating 0 2s' ']' + 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 virt-api-7d79975b94-lspc7 0/1 ContainerCreating 0 2s virt-api-7d79975b94-vlppp 0/1 ContainerCreating 0 2s virt-controller-67dcdd8464-4thr9 0/1 ContainerCreating 0 2s virt-controller-67dcdd8464-dkvx8 0/1 ContainerCreating 0 2s virt-handler-swxjw 0/1 ContainerCreating 0 2s virt-handler-wtj7j 0/1 ContainerCreating 0 2s + sleep 30 + current_time=30 + '[' 30 -gt 300 ']' ++ kubectl get pods -n kube-system --no-headers ++ cluster/kubectl.sh get pods -n kube-system --no-headers ++ grep -v Running + '[' -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 coredns-78fcdf6894-49k4n 1/1 Running 0 21m coredns-78fcdf6894-wxhzl 1/1 Running 0 21m disks-images-provider-ccxtv 1/1 Running 0 32s disks-images-provider-k2tk6 1/1 Running 0 32s etcd-node01 1/1 Running 0 20m kube-apiserver-node01 1/1 Running 0 20m kube-controller-manager-node01 1/1 Running 0 20m kube-flannel-ds-8gxmv 1/1 Running 0 21m kube-flannel-ds-h2p7l 1/1 Running 0 20m kube-proxy-8w998 1/1 Running 0 21m kube-proxy-vwsdj 1/1 Running 0 20m kube-scheduler-node01 1/1 Running 0 20m virt-api-7d79975b94-lspc7 1/1 Running 0 34s virt-api-7d79975b94-vlppp 1/1 Running 0 34s virt-controller-67dcdd8464-4thr9 1/1 Running 0 34s virt-controller-67dcdd8464-dkvx8 1/1 Running 0 34s virt-handler-swxjw 1/1 Running 0 34s virt-handler-wtj7j 1/1 Running 0 34s + for i in '${namespaces[@]}' + current_time=0 ++ kubectl get pods -n default --no-headers ++ cluster/kubectl.sh get pods -n default --no-headers ++ grep -v Running + '[' -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 NAME READY STATUS RESTARTS AGE local-volume-provisioner-gv6nk 1/1 Running 0 21m local-volume-provisioner-wq6cm 1/1 Running 0 20m + kubectl version + cluster/kubectl.sh version Client Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.0", GitCommit:"91e7b4fd31fcd3d5f436da26c980becec37ceefe", GitTreeState:"clean", BuildDate:"2018-06-27T20:17:28Z", GoVersion:"go1.10.2", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.0", GitCommit:"91e7b4fd31fcd3d5f436da26c980becec37ceefe", GitTreeState:"clean", BuildDate:"2018-06-27T20:08:34Z", GoVersion:"go1.10.2", Compiler:"gc", Platform:"linux/amd64"} + ginko_params='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/junit.xml' + [[ windows2016-release =~ windows.* ]] + [[ -d /home/nfs/images/windows2016 ]] + kubectl create -f - + cluster/kubectl.sh create -f - persistentvolume/disk-windows created + ginko_params='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/junit.xml --ginkgo.focus=Windows' + FUNC_TEST_ARGS='--ginkgo.noColor --junit-output=/var/lib/swarm/workspace/kubevirt-functional-tests-windows2016-release/junit.xml --ginkgo.focus=Windows' + make functest hack/dockerized "hack/build-func-tests.sh" Sending build context to Docker daemon 7.168 kB Step 1/12 : FROM fedora:28 ---> cc510acfcd70 Step 2/12 : ENV LIBVIRT_VERSION 4.2.0 ---> Using cache ---> dcc6695ef4c0 Step 3/12 : COPY fedora-virt-preview.repo /etc/yum.repos.d/fedora-virt-preview.repo ---> Using cache ---> 7cc17e972730 Step 4/12 : RUN dnf -y install libvirt-devel-${LIBVIRT_VERSION} make git mercurial sudo gcc findutils gradle rsync-daemon rsync qemu-img protobuf-compiler && dnf -y clean all ---> Using cache ---> 59bc930ef915 Step 5/12 : ENV GIMME_GO_VERSION 1.10 ---> Using cache ---> 53d75cb18e9e Step 6/12 : 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 ---> dfde3652ac14 Step 7/12 : ENV GOPATH "/go" GOBIN "/usr/bin" ---> Using cache ---> 7c1404410131 Step 8/12 : ADD rsyncd.conf /etc/rsyncd.conf ---> Using cache ---> 365a9c9ec11e Step 9/12 : RUN mkdir -p /go && source /etc/profile.d/gimme.sh && go get github.com/mattn/goveralls && go get -u github.com/Masterminds/glide && go get golang.org/x/tools/cmd/goimports && git clone https://github.com/mvdan/sh.git $GOPATH/src/mvdan.cc/sh && cd /go/src/mvdan.cc/sh/cmd/shfmt && git checkout v2.5.0 && go get mvdan.cc/sh/cmd/shfmt && go install && go get -u github.com/golang/mock/gomock && go get -u github.com/rmohr/mock/mockgen && go get -u github.com/rmohr/go-swagger-utils/swagger-doc && go get -u github.com/onsi/ginkgo/ginkgo && go get -u -d k8s.io/code-generator/cmd/deepcopy-gen && go get -u -d k8s.io/code-generator/cmd/defaulter-gen && go get -u -d k8s.io/code-generator/cmd/openapi-gen && cd /go/src/k8s.io/code-generator/cmd/deepcopy-gen && git checkout release-1.9 && go install && cd /go/src/k8s.io/code-generator/cmd/defaulter-gen && git checkout release-1.9 && go install && cd /go/src/k8s.io/code-generator/cmd/openapi-gen && git checkout release-1.9 && go install && go get -u -d github.com/golang/protobuf/protoc-gen-go && cd /go/src/github.com/golang/protobuf/protoc-gen-go && git checkout 1643683e1b54a9e88ad26d98f81400c8c9d9f4f9 && go install ---> Using cache ---> d1d758b01917 Step 10/12 : RUN pip install j2cli ---> Using cache ---> 3dc54542b957 Step 11/12 : ADD entrypoint.sh /entrypoint.sh ---> Using cache ---> d3c2fcf0cb1b Step 12/12 : ENTRYPOINT /entrypoint.sh ---> Using cache ---> 2635e89abd59 Successfully built 2635e89abd59 go version go1.10 linux/amd64 go version go1.10 linux/amd64 Compiling tests... compiled tests.test hack/functests.sh Running Suite: Tests Suite ========================== Random Seed: 1533887859 Will run 6 of 153 specs SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ • [SLOW TEST:20.403 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 should succeed to start a vmi /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:133 ------------------------------ • [SLOW TEST:18.146 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 should succeed to stop a running vmi /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:139 ------------------------------ • [SLOW TEST:335.211 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with winrm connection /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:150 should have correct UUID /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:192 ------------------------------ • [SLOW TEST:213.487 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with winrm connection /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:150 should have pod IP /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:208 ------------------------------ • [SLOW TEST:21.426 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with kubectl command /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:226 should succeed to start a vmi /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:242 ------------------------------ Pod name: disks-images-provider-ccxtv Pod phase: Running copy all images to host mount directory Pod name: disks-images-provider-k2tk6 Pod phase: Running copy all images to host mount directory Pod name: virt-api-7d79975b94-lspc7 Pod phase: Running 2018/08/10 08:07:22 http: TLS handshake error from 10.244.1.1:36650: EOF level=info timestamp=2018-08-10T08:07:28.141344Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-10T08:07:31.982484Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/10 08:07:32 http: TLS handshake error from 10.244.1.1:36656: EOF level=info timestamp=2018-08-10T08:07:37.940506Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/10 08:07:42 http: TLS handshake error from 10.244.1.1:36662: EOF level=info timestamp=2018-08-10T08:07:49.236593Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-10T08:07:50.539773Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-10T08:07:50.579668Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/10 08:07:52 http: TLS handshake error from 10.244.1.1:36668: EOF level=info timestamp=2018-08-10T08:08:02.070168Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/10 08:08:02 http: TLS handshake error from 10.244.1.1:36674: EOF level=info timestamp=2018-08-10T08:08:08.052474Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 level=info timestamp=2018-08-10T08:08:09.476093Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.0 username=- method=GET url="/apis/subresources.kubevirt.io/v1alpha2?timeout=32s" proto=HTTP/2.0 statusCode=200 contentLength=136 2018/08/10 08:08:12 http: TLS handshake error from 10.244.1.1:36680: EOF Pod name: virt-api-7d79975b94-vlppp Pod phase: Running level=info timestamp=2018-08-10T08:06:26.696828Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/10 08:06:32 http: TLS handshake error from 10.244.0.1:37912: EOF 2018/08/10 08:06:42 http: TLS handshake error from 10.244.0.1:37974: EOF 2018/08/10 08:06:52 http: TLS handshake error from 10.244.0.1:38034: EOF level=info timestamp=2018-08-10T08:06:56.719582Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/10 08:07:02 http: TLS handshake error from 10.244.0.1:38096: EOF 2018/08/10 08:07:12 http: TLS handshake error from 10.244.0.1:38156: EOF 2018/08/10 08:07:22 http: TLS handshake error from 10.244.0.1:38218: EOF level=info timestamp=2018-08-10T08:07:26.718299Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/10 08:07:32 http: TLS handshake error from 10.244.0.1:38278: EOF 2018/08/10 08:07:42 http: TLS handshake error from 10.244.0.1:38338: EOF 2018/08/10 08:07:52 http: TLS handshake error from 10.244.0.1:38398: EOF level=info timestamp=2018-08-10T08:07:56.809068Z pos=filter.go:46 component=virt-api remoteAddress=10.244.0.1 username=- method=GET url=/ proto=HTTP/2.0 statusCode=404 contentLength=19 2018/08/10 08:08:02 http: TLS handshake error from 10.244.0.1:38458: EOF 2018/08/10 08:08:12 http: TLS handshake error from 10.244.0.1:38518: EOF Pod name: virt-controller-67dcdd8464-4thr9 Pod phase: Running level=info timestamp=2018-08-10T07:56:58.351038Z pos=application.go:177 component=virt-controller service=http action=listening interface=0.0.0.0 port=8182 Pod name: virt-controller-67dcdd8464-dkvx8 Pod phase: Running level=info timestamp=2018-08-10T07:57:39.911434Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvminr2s2wnqzvnbbgwl74tmnnf6vsqbvfznptvpltm5z2s2qxrkmx4zz2mvqm5t9rb kind= uid=0d9e413a-9c73-11e8-a076-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-10T07:57:39.912639Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvminr2s2wnqzvnbbgwl74tmnnf6vsqbvfznptvpltm5z2s2qxrkmx4zz2mvqm5t9rb kind= uid=0d9e413a-9c73-11e8-a076-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-10T07:58:00.421452Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikqnpxkjqfmztg94whncnwrvmwpttxb7xhpss9scn8669mdq5xf97tk96tjkflv4 kind= uid=19dd18c4-9c73-11e8-a076-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-10T07:58:00.421850Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmikqnpxkjqfmztg94whncnwrvmwpttxb7xhpss9scn8669mdq5xf97tk96tjkflv4 kind= uid=19dd18c4-9c73-11e8-a076-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-10T07:58:18.665617Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4vjgcgwkknqx9z5jw9lbp28vqs6lbh8w86nvlcfwbgcwzfxth57dkl6wrfj5wn5 kind= uid=24bb5942-9c73-11e8-a076-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-10T07:58:18.669331Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi4vjgcgwkknqx9z5jw9lbp28vqs6lbh8w86nvlcfwbgcwzfxth57dkl6wrfj5wn5 kind= uid=24bb5942-9c73-11e8-a076-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-10T07:58:18.949915Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi4vjgcgwkknqx9z5jw9lbp28vqs6lbh8w86nvlcfwbgcwzfxth57dkl6wrfj5wn5\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi4vjgcgwkknqx9z5jw9lbp28vqs6lbh8w86nvlcfwbgcwzfxth57dkl6wrfj5wn5" level=info timestamp=2018-08-10T08:03:53.845856Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9npjcfn947rv4dnnfcm9drqsw7t4brtkft4wbg5xgx7vh8zf9ffbpj5gqnt4vgb kind= uid=ec8393e2-9c73-11e8-a076-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-10T08:03:53.848365Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi9npjcfn947rv4dnnfcm9drqsw7t4brtkft4wbg5xgx7vh8zf9ffbpj5gqnt4vgb kind= uid=ec8393e2-9c73-11e8-a076-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-10T08:03:53.986431Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmi9npjcfn947rv4dnnfcm9drqsw7t4brtkft4wbg5xgx7vh8zf9ffbpj5gqnt4vgb\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmi9npjcfn947rv4dnnfcm9drqsw7t4brtkft4wbg5xgx7vh8zf9ffbpj5gqnt4vgb" level=info timestamp=2018-08-10T08:07:28.242382Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiljwlvbc6rgqwxnfkhq6zf2hbtngcq5jkzb9pq8jqrwjmccsqqbgv92jbh82jmtq kind= uid=6c4f807d-9c74-11e8-a076-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-10T08:07:28.244561Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmiljwlvbc6rgqwxnfkhq6zf2hbtngcq5jkzb9pq8jqrwjmccsqqbgv92jbh82jmtq kind= uid=6c4f807d-9c74-11e8-a076-525500d15501 msg="Marking VirtualMachineInstance as initialized" level=info timestamp=2018-08-10T08:07:28.367619Z pos=vmi.go:157 component=virt-controller service=http reason="Operation cannot be fulfilled on virtualmachineinstances.kubevirt.io \"testvmiljwlvbc6rgqwxnfkhq6zf2hbtngcq5jkzb9pq8jqrwjmccsqqbgv92jbh82jmtq\": the object has been modified; please apply your changes to the latest version and try again" msg="reenqueuing VirtualMachineInstance kubevirt-test-default/testvmiljwlvbc6rgqwxnfkhq6zf2hbtngcq5jkzb9pq8jqrwjmccsqqbgv92jbh82jmtq" level=info timestamp=2018-08-10T08:07:49.344908Z pos=preset.go:142 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6lscgv76gq87m2qbgkz2znxv7kccxhqrgf7p96sv5szh8xkxzdd2x4nvctlfwhl kind= uid=78e2bbac-9c74-11e8-a076-525500d15501 msg="Initializing VirtualMachineInstance" level=info timestamp=2018-08-10T08:07:49.352882Z pos=preset.go:171 component=virt-controller service=http namespace=kubevirt-test-default name=testvmi6lscgv76gq87m2qbgkz2znxv7kccxhqrgf7p96sv5szh8xkxzdd2x4nvctlfwhl kind= uid=78e2bbac-9c74-11e8-a076-525500d15501 msg="Marking VirtualMachineInstance as initialized" Pod name: virt-handler-swxjw Pod phase: Running level=info timestamp=2018-08-10T08:08:10.245625Z pos=vm.go:742 component=virt-handler namespace=kubevirt-test-default name=testvmi6lscgv76gq87m2qbgkz2znxv7kccxhqrgf7p96sv5szh8xkxzdd2x4nvctlfwhl kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-08-10T08:08:10.245762Z pos=vm.go:313 component=virt-handler msg="Processing vmi testvmi6lscgv76gq87m2qbgkz2znxv7kccxhqrgf7p96sv5szh8xkxzdd2x4nvctlfwhl, existing: true\n" level=info timestamp=2018-08-10T08:08:10.245833Z pos=vm.go:315 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-10T08:08:10.245898Z pos=vm.go:329 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-10T08:08:10.246101Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6lscgv76gq87m2qbgkz2znxv7kccxhqrgf7p96sv5szh8xkxzdd2x4nvctlfwhl kind= uid=78e2bbac-9c74-11e8-a076-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-10T08:08:10.249639Z pos=vm.go:440 component=virt-handler namespace=kubevirt-test-default name=testvmi6lscgv76gq87m2qbgkz2znxv7kccxhqrgf7p96sv5szh8xkxzdd2x4nvctlfwhl kind= uid=78e2bbac-9c74-11e8-a076-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-10T08:08:10.249825Z pos=vm.go:313 component=virt-handler msg="Processing vmi testvmi6lscgv76gq87m2qbgkz2znxv7kccxhqrgf7p96sv5szh8xkxzdd2x4nvctlfwhl, existing: true\n" level=info timestamp=2018-08-10T08:08:10.249892Z pos=vm.go:315 component=virt-handler msg="vmi is in phase: Failed\n" level=info timestamp=2018-08-10T08:08:10.249978Z pos=vm.go:329 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-10T08:08:10.250079Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6lscgv76gq87m2qbgkz2znxv7kccxhqrgf7p96sv5szh8xkxzdd2x4nvctlfwhl kind= uid=78e2bbac-9c74-11e8-a076-525500d15501 msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-10T08:08:10.250703Z pos=vm.go:440 component=virt-handler namespace=kubevirt-test-default name=testvmi6lscgv76gq87m2qbgkz2znxv7kccxhqrgf7p96sv5szh8xkxzdd2x4nvctlfwhl kind= uid=78e2bbac-9c74-11e8-a076-525500d15501 msg="Synchronization loop succeeded." level=info timestamp=2018-08-10T08:08:13.413321Z pos=vm.go:313 component=virt-handler msg="Processing vmi testvmi6lscgv76gq87m2qbgkz2znxv7kccxhqrgf7p96sv5szh8xkxzdd2x4nvctlfwhl, existing: false\n" level=info timestamp=2018-08-10T08:08:13.413733Z pos=vm.go:329 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-10T08:08:13.415518Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi6lscgv76gq87m2qbgkz2znxv7kccxhqrgf7p96sv5szh8xkxzdd2x4nvctlfwhl kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-10T08:08:13.415967Z pos=vm.go:440 component=virt-handler namespace=kubevirt-test-default name=testvmi6lscgv76gq87m2qbgkz2znxv7kccxhqrgf7p96sv5szh8xkxzdd2x4nvctlfwhl kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-handler-wtj7j Pod phase: Running level=info timestamp=2018-08-10T08:07:28.792278Z pos=vm.go:313 component=virt-handler msg="Processing vmi testvmi9npjcfn947rv4dnnfcm9drqsw7t4brtkft4wbg5xgx7vh8zf9ffbpj5gqnt4vgb, existing: false\n" level=info timestamp=2018-08-10T08:07:28.792477Z pos=vm.go:329 component=virt-handler msg="Domain: existing: true\n" level=info timestamp=2018-08-10T08:07:28.792542Z pos=vm.go:331 component=virt-handler msg="Domain status: Shutoff, reason: Destroyed\n" level=info timestamp=2018-08-10T08:07:28.792744Z pos=vm.go:358 component=virt-handler namespace=kubevirt-test-default name=testvmi9npjcfn947rv4dnnfcm9drqsw7t4brtkft4wbg5xgx7vh8zf9ffbpj5gqnt4vgb kind=VirtualMachineInstance uid= msg="Shutting down domain for deleted VirtualMachineInstance object." level=info timestamp=2018-08-10T08:07:28.792870Z pos=vm.go:410 component=virt-handler namespace=kubevirt-test-default name=testvmi9npjcfn947rv4dnnfcm9drqsw7t4brtkft4wbg5xgx7vh8zf9ffbpj5gqnt4vgb kind=VirtualMachineInstance uid= msg="Processing deletion." level=info timestamp=2018-08-10T08:07:28.793501Z pos=vm.go:440 component=virt-handler namespace=kubevirt-test-default name=testvmi9npjcfn947rv4dnnfcm9drqsw7t4brtkft4wbg5xgx7vh8zf9ffbpj5gqnt4vgb kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-10T08:08:13.046519Z pos=vm.go:742 component=virt-handler namespace=kubevirt-test-default name=testvmi9npjcfn947rv4dnnfcm9drqsw7t4brtkft4wbg5xgx7vh8zf9ffbpj5gqnt4vgb kind=Domain uid= msg="Domain deleted" level=info timestamp=2018-08-10T08:08:13.047308Z pos=vm.go:313 component=virt-handler msg="Processing vmi testvmi9npjcfn947rv4dnnfcm9drqsw7t4brtkft4wbg5xgx7vh8zf9ffbpj5gqnt4vgb, existing: false\n" level=info timestamp=2018-08-10T08:08:13.047504Z pos=vm.go:329 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-10T08:08:13.047810Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi9npjcfn947rv4dnnfcm9drqsw7t4brtkft4wbg5xgx7vh8zf9ffbpj5gqnt4vgb kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-10T08:08:13.048370Z pos=vm.go:440 component=virt-handler namespace=kubevirt-test-default name=testvmi9npjcfn947rv4dnnfcm9drqsw7t4brtkft4wbg5xgx7vh8zf9ffbpj5gqnt4vgb kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." level=info timestamp=2018-08-10T08:08:13.049211Z pos=vm.go:313 component=virt-handler msg="Processing vmi testvmi9npjcfn947rv4dnnfcm9drqsw7t4brtkft4wbg5xgx7vh8zf9ffbpj5gqnt4vgb, existing: false\n" level=info timestamp=2018-08-10T08:08:13.049485Z pos=vm.go:329 component=virt-handler msg="Domain: existing: false\n" level=info timestamp=2018-08-10T08:08:13.049635Z pos=vm.go:413 component=virt-handler namespace=kubevirt-test-default name=testvmi9npjcfn947rv4dnnfcm9drqsw7t4brtkft4wbg5xgx7vh8zf9ffbpj5gqnt4vgb kind=VirtualMachineInstance uid= msg="Processing local ephemeral data cleanup for shutdown domain." level=info timestamp=2018-08-10T08:08:13.049793Z pos=vm.go:440 component=virt-handler namespace=kubevirt-test-default name=testvmi9npjcfn947rv4dnnfcm9drqsw7t4brtkft4wbg5xgx7vh8zf9ffbpj5gqnt4vgb kind=VirtualMachineInstance uid= msg="Synchronization loop succeeded." Pod name: virt-launcher-testvmiljwlvbc6rgqwxnfkhq6zf2hbtngcq5jkzb9pqx88db Pod phase: Running level=info timestamp=2018-08-10T08:07:48.267015Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmiljwlvbc6rgqwxnfkhq6zf2hbtngcq5jkzb9pq8jqrwjmccsqqbgv92jbh82jmtq kind= uid=6c4f807d-9c74-11e8-a076-525500d15501 msg="Synced vmi" level=info timestamp=2018-08-10T08:07:48.269184Z pos=client.go:119 component=virt-launcher msg="domain status: 1:1" level=info timestamp=2018-08-10T08:07:48.284686Z pos=client.go:145 component=virt-launcher msg="processed event" level=info timestamp=2018-08-10T08:07:48.343240Z pos=monitor.go:222 component=virt-launcher msg="Found PID for 5d307ca9-b3ef-428c-8861-06e72d69f223: 205" level=info timestamp=2018-08-10T08:07:48.397036Z pos=server.go:74 component=virt-launcher namespace=kubevirt-test-default name=testvmiljwlvbc6rgqwxnfkhq6zf2hbtngcq5jkzb9pq8jqrwjmccsqqbgv92jbh82jmtq kind= uid=6c4f807d-9c74-11e8-a076-525500d15501 msg="Synced vmi" caught signal level=info timestamp=2018-08-10T08:07:48.680184Z pos=monitor.go:266 component=virt-launcher msg="Received signal 15." level=info timestamp=2018-08-10T08:07:48.704238Z pos=manager.go:302 component=virt-launcher namespace=kubevirt-test-default name=testvmiljwlvbc6rgqwxnfkhq6zf2hbtngcq5jkzb9pq8jqrwjmccsqqbgv92jbh82jmtq kind= uid=6c4f807d-9c74-11e8-a076-525500d15501 msg="Domain stopped." level=info timestamp=2018-08-10T08:07:48.704627Z pos=server.go:96 component=virt-launcher namespace=kubevirt-test-default name=testvmiljwlvbc6rgqwxnfkhq6zf2hbtngcq5jkzb9pq8jqrwjmccsqqbgv92jbh82jmtq kind= uid=6c4f807d-9c74-11e8-a076-525500d15501 msg="Signaled vmi kill" level=info timestamp=2018-08-10T08:07:49.328253Z pos=monitor.go:231 component=virt-launcher msg="Process 5d307ca9-b3ef-428c-8861-06e72d69f223 and pid 205 is gone!" level=info timestamp=2018-08-10T08:07:49.330484Z pos=client.go:136 component=virt-launcher msg="Libvirt event 5 with reason 1 received" level=info timestamp=2018-08-10T08:07:49.332100Z pos=manager.go:306 component=virt-launcher namespace=kubevirt-test-default name=testvmiljwlvbc6rgqwxnfkhq6zf2hbtngcq5jkzb9pq8jqrwjmccsqqbgv92jbh82jmtq kind=VirtualMachineInstance uid= msg="Domain not running or paused, nothing to do." level=info timestamp=2018-08-10T08:07:49.333283Z pos=virt-launcher.go:233 component=virt-launcher msg="Waiting on final notifications to be sent to virt-handler." level=info timestamp=2018-08-10T08:07:49.375074Z pos=client.go:119 component=virt-launcher msg="domain status: 5:2" level=info timestamp=2018-08-10T08:07:49.383973Z pos=client.go:145 component=virt-launcher msg="processed event" • Failure [25.514 seconds] Windows VirtualMachineInstance /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:57 with kubectl command /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:226 should succeed to stop a vmi [It] /root/go/src/kubevirt.io/kubevirt/tests/windows_test.go:250 Expected error: <*errors.StatusError | 0xc42016d050>: { ErrStatus: { TypeMeta: {Kind: "", APIVersion: ""}, ListMeta: {SelfLink: "", ResourceVersion: "", Continue: ""}, Status: "Failure", Message: "virtualmachineinstances.kubevirt.io \"testvmi6lscgv76gq87m2qbgkz2znxv7kccxhqrgf7p96sv5szh8xkxzdd2x4nvctlfwhl\" not found", Reason: "NotFound", Details: { Name: "testvmi6lscgv76gq87m2qbgkz2znxv7kccxhqrgf7p96sv5szh8xkxzdd2x4nvctlfwhl", Group: "kubevirt.io", Kind: "virtualmachineinstances", UID: "", Causes: nil, RetryAfterSeconds: 0, }, Code: 404, }, } virtualmachineinstances.kubevirt.io "testvmi6lscgv76gq87m2qbgkz2znxv7kccxhqrgf7p96sv5szh8xkxzdd2x4nvctlfwhl" not found not to have occurred /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1508 ------------------------------ STEP: Starting the vmi via kubectl command level=info timestamp=2018-08-10T08:07:49.905606Z pos=utils.go:246 component=tests namespace=kubevirt-test-default name=testvmi6lscgv76gq87m2qbgkz2znxv7kccxhqrgf7p96sv5szh8xkxzdd2x4nvctlfwhl kind=VirtualMachineInstance uid=78e2bbac-9c74-11e8-a076-525500d15501 msg="Created virtual machine pod virt-launcher-testvmi6lscgv76gq87m2qbgkz2znxv7kccxhqrgf7p97mkbz" level=info timestamp=2018-08-10T08:08:07.420198Z pos=utils.go:246 component=tests namespace=kubevirt-test-default name=testvmi6lscgv76gq87m2qbgkz2znxv7kccxhqrgf7p96sv5szh8xkxzdd2x4nvctlfwhl kind=VirtualMachineInstance uid=78e2bbac-9c74-11e8-a076-525500d15501 msg="Pod owner ship transferred to the node virt-launcher-testvmi6lscgv76gq87m2qbgkz2znxv7kccxhqrgf7p97mkbz" level=info timestamp=2018-08-10T08:08:09.500772Z pos=utils.go:246 component=tests namespace=kubevirt-test-default name=testvmi6lscgv76gq87m2qbgkz2znxv7kccxhqrgf7p96sv5szh8xkxzdd2x4nvctlfwhl kind=VirtualMachineInstance uid=78e2bbac-9c74-11e8-a076-525500d15501 msg="VirtualMachineInstance defined." level=info timestamp=2018-08-10T08:08:09.523608Z pos=utils.go:246 component=tests namespace=kubevirt-test-default name=testvmi6lscgv76gq87m2qbgkz2znxv7kccxhqrgf7p96sv5szh8xkxzdd2x4nvctlfwhl kind=VirtualMachineInstance uid=78e2bbac-9c74-11e8-a076-525500d15501 msg="VirtualMachineInstance started." STEP: Deleting the vmi via kubectl command STEP: Checking that the vmi does not exist anymore STEP: Checking that the vmi pod terminated SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 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 ... Summarizing 1 Failure: [Fail] Windows VirtualMachineInstance with kubectl command [It] should succeed to stop a vmi /root/go/src/kubevirt.io/kubevirt/tests/utils.go:1508 Ran 6 of 153 Specs in 649.481 seconds FAIL! -- 5 Passed | 1 Failed | 0 Pending | 147 Skipped --- FAIL: TestTests (649.50s) FAIL make: *** [functest] Error 1 + make cluster-down ./cluster/down.sh