Hi Niels,
Thanks a lot for the detailed steps.
I have recreated the full setup and tried the above steps again, but still it is failing for me.
Thanks a lot for the detailed steps.
I have recreated the full setup and tried the above steps again, but still it is failing for me.
The steps worked for Kaleb as well, but not sure what's wrong with my VM (I tried with 2 VMs) . Thanks Kaleb for your time today.
Attached is the steps followed and the output of the error I am getting. If anyone has any pointers, please let me know.
Regards
Rinku
On Tue, Oct 13, 2020 at 9:02 PM Niels de Vos <ndevos@xxxxxxxxxx> wrote:
On Tue, Oct 13, 2020 at 07:23:56PM +0530, Rinku Kothiya wrote:
> Hi Team,
>
> I have been trying to run the following command to fix the centos ci
> nightly builds but Its failing I am not sure what's wrong here.
> Any help would be appreciated.
For me, the following works:
$ mkdir centos8-fluster
$ cd centos8-gluster
$ vagrant init centos/8
$ vagrant up
$ cat << EOF | vagrant ssh -c 'sudo sh'
dnf -y update
dnf -y install epel-release
curl https://termbin.com/sc70j > nightly-build.sh
export CENTOS_VERSION=8 CENTOS_ARCH=x86_64 GERRIT_BRANCH=master
sh -x nightly-build.sh
EOF
The https://termbin.com/sc70j is a slightly modified version of the
jobs/scripts/nightly-builds/nightly-builds.sh script from the
gluster/centosci repository. It has some adaptions for CentOS-8, which
will need to get merged in a cleaner way into the original script.
You mentioned over chat that this didn't work for you. So I am wondering
if others have problems with the above steps too.
The CI environment provides a clean CentOS system for every run. It is
installed with the minimal set of packages, similar to the Vagrant box.
HTH,
Niels
>
> # /usr/bin/mock --root epel-8-x86_64 --with=gnfs --resultdir
> /srv/gluster/nightly/master/8/x86_64 --rebuild
> /root/centosci/glusterfs/glusterfs-20201007.d1d7a6f-0.0.autobuild.src.rpm
> .
> .
> .
> RPM build errors:
> error: Directory not found:
> /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/gluster
> error: File not found:
> /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/gluster/__init__.*
> error: File not found:
> /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/gluster/__pycache__
> error: File not found:
> /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/gluster/cliutils
> Directory not found:
> /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/gluster
> File not found:
> /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/gluster/__init__.*
> File not found:
> /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/gluster/__pycache__
> File not found:
> /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/gluster/cliutils
> Finish: rpmbuild glusterfs-20201007.d1d7a6f-0.0.autobuild.src.rpm
> Finish: build phase for glusterfs-20201007.d1d7a6f-0.0.autobuild.src.rpm
> ERROR:
> Exception(/root/centosci/glusterfs/glusterfs-20201007.d1d7a6f-0.0.autobuild.src.rpm)
> Config(epel-8-x86_64) 6 minutes 19 seconds
> INFO: Results and/or logs in: /srv/gluster/nightly/master/8/x86_64
> INFO: Cleaning up build root ('cleanup_on_failure=True')
> Start: clean chroot
> Finish: clean chroot
> ERROR: Command failed:
> # /usr/bin/systemd-nspawn -q -M e76a1e2f68cc4c88af4159fea2987ad1 -D
> /var/lib/mock/epel-8-x86_64/root -a -u mockbuild --capability=cap_ipc_lock
> --bind=/tmp/mock-resolv.kxdftj8r:/etc/resolv.conf --bind=/dev/loop-control
> --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3
> --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7
> --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11
> --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir
> --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin
> --setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007"
> --setenv=PS1=<mock-chroot> \s-\v\$ --setenv=LANG=C.UTF-8 --resolv-conf=off
> bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps
> /builddir/build/SPECS/glusterfs.spec
>
> Regards
> Rinku
>
> On Fri, Oct 9, 2020 at 12:22 PM Niels de Vos <ndevos@xxxxxxxxxx> wrote:
>
> > On Thu, Oct 08, 2020 at 04:21:50PM +0530, Rinku Kothiya wrote:
> > > Hi Niels,
> > >
> > > Yaniv wanted the glusterfs nightly builds generated to be tested for
> > > performance bottlenecks.
> > >
> > > I was working on the below project :
> > > https://github.com/gluster/gluster-performance-test-suite
> > >
> > > As of now we are running the above script on the glusterfs-nightly builds
> > > every night through a jenkins machine.
> > > Currently we have only been using Glusterfs-EL7 Nightly builds. But for
> > > testing the Gusfterfs-EL8 nightly build, I need those nightly builds to
> > be
> > > generated.
> > > I raised a request with Deepshikha and she said that you have been
> > looking
> > > at it in the past.
> >
> > Please have a look at the Jenkins Jobs Builder scripts from
> > https://github.com/gluster/centosci/ that are used to run these jobs.
> > For the nightly GlusterFS builds, there are two jobs involved:
> >
> > 1. jobs/build-rpms.yml contains the different versions and architectures
> > that the gluster_build-rpms job can build. It needs to be extended to
> > support the `release-8` branch
> >
> > 2. jobs/nightly-rpm-builds.yml does the triggering of the 1st job. It
> > passes parameters to the job, which then will do the builds. Som in
> > order to add a build for GlusterFS-8, inlucde an new `trigger-build`
> > section.
> >
> > 3. jobs/scripts/nightly-builds/nightly-builds.sh is the script that does
> > the actual work. You should be able to execute it manually on a
> > CentOS system (set the environment like the parameters from 2) and
> > see if it works for GlusterFS-8. Ideally the script does not need any
> > changes.
> >
> > You can send a PR with changes that you need, and once it is merged (by
> > Deepshika or one of the other active maintainers), it should
> > automatically get updated in the Jenkins environment, and the next day
> > there should be a new "Gluster 8 Nightly" repository.
> >
> > Adding gluster-devel to CC, as this information should enable others to
> > add or improve CI jobs too.
> >
> > Good luck!
> > Niels
> >
rehan@192.168.0.108:~/Vagrant/centos8-gluster Ayans desktop Fedora 32 at 23:03:42 [0] $ vagrant destroy default: Are you sure you want to destroy the 'default' VM? [y/N] y ==> default: Removing domain... rehan@192.168.0.108:~/Vagrant/centos8-gluster Ayans desktop Fedora 32 at 23:04:24 [0] $ vagrant box list centos/7 (libvirt, 2004.01) centos/8 (libvirt, 1905.1) ubuntu/trusty64 (virtualbox, 20190514.0.0) rehan@192.168.0.108:~/Vagrant/centos8-gluster Ayans desktop Fedora 32 at 23:04:37 [0] $ vagrant box remove centos/8 Box 'centos/8' (v1905.1) with provider 'libvirt' appears to still be in use by at least one Vagrant environment. Removing the box could corrupt the environment. We recommend destroying these environments first: default (ID: 2fb0f0e1c17d4b3b93f54b7eb0cc1296) Are you sure you want to remove this box? [y/N] y Removing box 'centos/8' (v1905.1) with provider 'libvirt'... rehan@192.168.0.108:~/Vagrant/centos8-gluster Ayans desktop Fedora 32 at 23:05:07 [0] $ vagrant box list centos/7 (libvirt, 2004.01) ubuntu/trusty64 (virtualbox, 20190514.0.0) rehan@192.168.0.108:~/Vagrant/centos8-gluster Ayans desktop Fedora 32 at 23:05:11 [0] $ cd .. rehan@192.168.0.108:~/Vagrant Ayans desktop Fedora 32 at 23:05:13 [0] $ mkdir new-centos-8 rehan@192.168.0.108:~/Vagrant Ayans desktop Fedora 32 at 23:05:23 [0] $ cd new-centos-8/ rehan@192.168.0.108:~/Vagrant/new-centos-8 Ayans desktop Fedora 32 at 23:05:27 [0] $ vagrant init centos/8 A `Vagrantfile` has been placed in this directory. You are now ready to `vagrant up` your first virtual environment! Please read the comments in the Vagrantfile as well as documentation on `vagrantup.com` for more information on using Vagrant. rehan@192.168.0.108:~/Vagrant/new-centos-8 Ayans desktop Fedora 32 at 23:06:17 [0] $ vagrant up Bringing machine 'default' up with 'libvirt' provider... ==> default: Box 'centos/8' could not be found. Attempting to find and install... default: Box Provider: libvirt default: Box Version: >= 0 ==> default: Loading metadata for box 'centos/8' default: URL: https://vagrantcloud.com/centos/8 ==> default: Adding box 'centos/8' (v1905.1) for provider: libvirt default: Downloading: https://vagrantcloud.com/centos/boxes/8/versions/1905.1/providers/libvirt.box Download redirected to host: cloud.centos.org default: Calculating and comparing box checksum... ==> default: Successfully added box 'centos/8' (v1905.1) for 'libvirt'! ==> default: Creating image (snapshot of base box volume). ==> default: Creating domain with the following settings... ==> default: -- Name: new-centos-8_default ==> default: -- Domain type: kvm ==> default: -- Cpus: 1 ==> default: -- Feature: acpi ==> default: -- Feature: apic ==> default: -- Feature: pae ==> default: -- Memory: 512M ==> default: -- Management MAC: ==> default: -- Loader: ==> default: -- Nvram: ==> default: -- Base box: centos/8 ==> default: -- Storage pool: default ==> default: -- Image: /home/rehan/.local/share/libvirt/images/new-centos-8_default.img (11G) ==> default: -- Volume Cache: default ==> default: -- Kernel: ==> default: -- Initrd: ==> default: -- Graphics Type: vnc ==> default: -- Graphics Port: -1 ==> default: -- Graphics IP: 127.0.0.1 ==> default: -- Graphics Password: Not defined ==> default: -- Video Type: cirrus ==> default: -- Video VRAM: 9216 ==> default: -- Sound Type: ==> default: -- Keymap: en-us ==> default: -- TPM Path: ==> default: -- INPUT: type=mouse, bus=ps2 ==> default: Creating shared folders metadata... ==> default: Starting domain. ==> default: Waiting for domain to get an IP address... ==> default: Waiting for SSH to become available... default: default: Vagrant insecure key detected. Vagrant will automatically replace default: this with a newly generated keypair for better security. default: default: Inserting generated public key within guest... default: Removing insecure key from the guest if it's present... default: Key inserted! Disconnecting and reconnecting using new SSH key... ==> default: Configuring and enabling network interfaces... default: SSH address: 192.168.122.178:22 default: SSH username: vagrant default: SSH auth method: private key ==> default: Rsyncing folder: /home/rehan/Vagrant/new-centos-8/ => /vagrant rehan@192.168.0.108:~/Vagrant/new-centos-8 Ayans desktop Fedora 32 at 23:12:45 [0] $ ll total 4 -rw-rw-r--. 1 rehan rehan 3014 Oct 13 23:06 Vagrantfile rehan@192.168.0.108:~/Vagrant/new-centos-8 Ayans desktop Fedora 32 at 23:46:56 [0] $ vagrant box list centos/7 (libvirt, 2004.01) centos/8 (libvirt, 1905.1) ubuntu/trusty64 (virtualbox, 20190514.0.0) rehan@192.168.0.108:~/Vagrant/new-centos-8 Ayans desktop Fedora 32 at 23:47:08 [0] $ vagrant up Bringing machine 'default' up with 'libvirt' provider... ==> default: Checking if box 'centos/8' version '1905.1' is up to date... ==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision` ==> default: flag to force provisioning. Provisioners marked to run always will still run. rehan@192.168.0.108:~/Vagrant/new-centos-8 Ayans desktop Fedora 32 at 23:47:52 [0] $ vagrant ssh [vagrant@localhost ~]$ dnf -y update Error: This command has to be run under the root user. [vagrant@localhost ~]$ sudo -i [root@localhost ~]# dnf -y update Last metadata expiration check: 0:26:25 ago on Tue 13 Oct 2020 05:53:01 PM UTC. Dependencies resolved. ============================================================================================================================================================================ Package Arch Version Repository Size ============================================================================================================================================================================ Installing: kernel x86_64 4.18.0-193.19.1.el8_2 BaseOS 2.8 M kernel-core x86_64 4.18.0-193.19.1.el8_2 BaseOS 28 M kernel-modules x86_64 4.18.0-193.19.1.el8_2 BaseOS 23 M yum-utils noarch 4.0.12-4.el8_2 BaseOS 66 k replacing dnf-utils.noarch 4.0.2.2-3.el8 Upgrading: dnf-plugin-spacewalk noarch 2.8.5-11.module_el8.1.0+211+ad6c0bc7 AppStream 24 k hyperv-daemons x86_64 0-0.28.20180415git.el8 AppStream 12 k hyperv-daemons-license noarch 0-0.28.20180415git.el8 AppStream 19 k hypervfcopyd x86_64 0-0.28.20180415git.el8 AppStream 18 k hypervkvpd x86_64 0-0.28.20180415git.el8 AppStream 27 k hypervvssd x86_64 0-0.28.20180415git.el8 AppStream 19 k libdrm x86_64 2.4.100-1.el8 AppStream 164 k libmaxminddb x86_64 1.2.0-7.el8 AppStream 25 k libmspack x86_64 0.7-0.3.alpha.el8.4 AppStream 70 k libxkbcommon x86_64 0.9.1-1.el8 AppStream 116 k open-vm-tools x86_64 11.0.5-3.el8 AppStream 703 k python3-dnf-plugin-spacewalk noarch 2.8.5-11.module_el8.1.0+211+ad6c0bc7 AppStream 30 k python3-newt x86_64 0.52.20-11.el8 AppStream 64 k python3-rhn-client-tools x86_64 2.8.16-13.module_el8.1.0+211+ad6c0bc7 AppStream 108 k python3-rhnlib noarch 2.8.6-8.module_el8.1.0+211+ad6c0bc7 AppStream 77 k python3-unbound x86_64 1.7.3-11.el8_2 AppStream 118 k qemu-guest-agent x86_64 15:2.12.0-99.module_el8.2.0+385+c644c6e8.2 AppStream 217 k rhn-client-tools x86_64 2.8.16-13.module_el8.1.0+211+ad6c0bc7 AppStream 385 k rsyslog x86_64 8.1911.0-3.el8 AppStream 730 k unbound-libs x86_64 1.7.3-11.el8_2 AppStream 499 k xkeyboard-config noarch 2.28-1.el8 AppStream 782 k NetworkManager x86_64 1:1.22.8-5.el8_2 BaseOS 2.3 M NetworkManager-libnm x86_64 1:1.22.8-5.el8_2 BaseOS 1.7 M NetworkManager-team x86_64 1:1.22.8-5.el8_2 BaseOS 136 k NetworkManager-tui x86_64 1:1.22.8-5.el8_2 BaseOS 306 k audit x86_64 3.0-0.17.20191104git1c2f876.el8 BaseOS 254 k audit-libs x86_64 3.0-0.17.20191104git1c2f876.el8 BaseOS 116 k authselect x86_64 1.1-2.el8 BaseOS 65 k authselect-libs x86_64 1.1-2.el8 BaseOS 187 k bash x86_64 4.4.19-10.el8 BaseOS 1.5 M bind-export-libs x86_64 32:9.11.13-6.el8_2.1 BaseOS 1.1 M ca-certificates noarch 2020.2.41-80.0.el8_2 BaseOS 391 k centos-release x86_64 8.2-2.2004.0.2.el8 BaseOS 21 k chrony x86_64 3.5-1.el8 BaseOS 271 k cifs-utils x86_64 6.8-3.el8 BaseOS 96 k coreutils x86_64 8.30-7.el8_2.1 BaseOS 1.2 M coreutils-common x86_64 8.30-7.el8_2.1 BaseOS 2.0 M cronie x86_64 1.5.2-4.el8 BaseOS 118 k cronie-anacron x86_64 1.5.2-4.el8 BaseOS 41 k crypto-policies noarch 20191128-2.git23e1bf1.el8 BaseOS 103 k cryptsetup-libs x86_64 2.2.2-1.el8 BaseOS 428 k cups-libs x86_64 1:2.2.6-33.el8 BaseOS 432 k curl x86_64 7.61.1-12.el8 BaseOS 353 k cyrus-sasl-lib x86_64 2.1.27-1.el8 BaseOS 123 k dbus x86_64 1:1.12.8-10.el8_2 BaseOS 41 k dbus-common noarch 1:1.12.8-10.el8_2 BaseOS 45 k dbus-daemon x86_64 1:1.12.8-10.el8_2 BaseOS 239 k dbus-libs x86_64 1:1.12.8-10.el8_2 BaseOS 183 k dbus-tools x86_64 1:1.12.8-10.el8_2 BaseOS 85 k device-mapper x86_64 8:1.02.169-3.el8 BaseOS 372 k device-mapper-libs x86_64 8:1.02.169-3.el8 BaseOS 405 k dhcp-client x86_64 12:4.3.6-40.el8 BaseOS 318 k dhcp-common noarch 12:4.3.6-40.el8 BaseOS 207 k dhcp-libs x86_64 12:4.3.6-40.el8 BaseOS 147 k diffutils x86_64 3.6-6.el8 BaseOS 358 k dmidecode x86_64 1:3.2-5.el8 BaseOS 90 k dnf noarch 4.2.17-7.el8_2 BaseOS 469 k dnf-data noarch 4.2.17-7.el8_2 BaseOS 145 k dnf-plugins-core noarch 4.0.12-4.el8_2 BaseOS 64 k dracut x86_64 049-70.git20200228.el8 BaseOS 365 k dracut-network x86_64 049-70.git20200228.el8 BaseOS 100 k dracut-squash x86_64 049-70.git20200228.el8 BaseOS 54 k e2fsprogs x86_64 1.45.4-3.el8 BaseOS 1.0 M e2fsprogs-libs x86_64 1.45.4-3.el8 BaseOS 231 k elfutils-default-yama-scope noarch 0.178-7.el8 BaseOS 48 k elfutils-libelf x86_64 0.178-7.el8 BaseOS 212 k elfutils-libs x86_64 0.178-7.el8 BaseOS 292 k ethtool x86_64 2:5.0-2.el8 BaseOS 151 k file x86_64 5.33-13.el8 BaseOS 76 k file-libs x86_64 5.33-13.el8 BaseOS 542 k firewalld noarch 0.8.0-4.el8 BaseOS 482 k firewalld-filesystem noarch 0.8.0-4.el8 BaseOS 75 k gettext x86_64 0.19.8.1-17.el8 BaseOS 1.1 M gettext-libs x86_64 0.19.8.1-17.el8 BaseOS 314 k glib2 x86_64 2.56.4-8.el8 BaseOS 2.5 M glibc x86_64 2.28-101.el8 BaseOS 3.7 M glibc-common x86_64 2.28-101.el8 BaseOS 1.3 M glibc-langpack-en x86_64 2.28-101.el8 BaseOS 821 k gmp x86_64 1:6.1.2-10.el8 BaseOS 322 k gnutls x86_64 3.6.8-11.el8_2 BaseOS 915 k grub2-common noarch 1:2.02-87.el8_2 BaseOS 882 k grub2-pc x86_64 1:2.02-87.el8_2 BaseOS 37 k grub2-pc-modules noarch 1:2.02-87.el8_2 BaseOS 863 k grub2-tools x86_64 1:2.02-87.el8_2 BaseOS 2.0 M grub2-tools-extra x86_64 1:2.02-87.el8_2 BaseOS 1.1 M grub2-tools-minimal x86_64 1:2.02-87.el8_2 BaseOS 202 k grubby x86_64 8.40-38.el8 BaseOS 50 k gssproxy x86_64 0.8.0-15.el8 BaseOS 118 k gzip x86_64 1.9-9.el8 BaseOS 167 k hwdata noarch 0.314-8.4.el8 BaseOS 1.6 M ima-evm-utils x86_64 1.1-5.el8 BaseOS 56 k info x86_64 6.5-6.el8 BaseOS 198 k initscripts x86_64 10.00.6-1.el8_2.2 BaseOS 338 k ipcalc x86_64 0.2.4-4.el8 BaseOS 38 k iproute x86_64 5.3.0-1.el8 BaseOS 656 k iprutils x86_64 2.4.18.1-1.el8 BaseOS 256 k ipset x86_64 7.1-1.el8 BaseOS 45 k ipset-libs x86_64 7.1-1.el8 BaseOS 71 k iptables x86_64 1.8.4-10.el8_2.1 BaseOS 581 k iptables-ebtables x86_64 1.8.4-10.el8_2.1 BaseOS 70 k iptables-libs x86_64 1.8.4-10.el8_2.1 BaseOS 105 k iputils x86_64 20180629-2.el8 BaseOS 148 k irqbalance x86_64 2:1.4.0-4.el8 BaseOS 55 k kernel-tools x86_64 4.18.0-193.19.1.el8_2 BaseOS 3.0 M kernel-tools-libs x86_64 4.18.0-193.19.1.el8_2 BaseOS 2.8 M kexec-tools x86_64 2.0.20-14.el8 BaseOS 485 k kmod x86_64 25-16.el8 BaseOS 126 k kmod-libs x86_64 25-16.el8 BaseOS 68 k kpartx x86_64 0.8.3-3.el8_2.3 BaseOS 105 k krb5-libs x86_64 1.17-18.el8 BaseOS 844 k libarchive x86_64 3.3.2-8.el8_1 BaseOS 359 k libblkid x86_64 2.32.1-22.el8 BaseOS 214 k libcap x86_64 2.26-3.el8 BaseOS 59 k libcap-ng x86_64 0.7.9-5.el8 BaseOS 33 k libcom_err x86_64 1.45.4-3.el8 BaseOS 49 k libcomps x86_64 0.1.11-4.el8 BaseOS 81 k libcroco x86_64 0.6.12-4.el8_2.1 BaseOS 113 k libcurl x86_64 7.61.1-12.el8 BaseOS 298 k libdb x86_64 5.3.28-37.el8 BaseOS 752 k libdb-utils x86_64 5.3.28-37.el8 BaseOS 151 k libdnf x86_64 0.39.1-6.el8_2 BaseOS 620 k libfdisk x86_64 2.32.1-22.el8 BaseOS 249 k libffi x86_64 3.1-21.el8 BaseOS 37 k libgcc x86_64 8.3.1-5.el8.0.2 BaseOS 78 k libgcrypt x86_64 1.8.3-4.el8 BaseOS 461 k libgomp x86_64 8.3.1-5.el8.0.2 BaseOS 203 k libicu x86_64 60.3-2.el8_1 BaseOS 8.8 M libidn2 x86_64 2.2.0-1.el8 BaseOS 94 k libldb x86_64 2.0.7-3.el8 BaseOS 180 k libmodulemd1 x86_64 1.8.16-0.2.8.2.1 BaseOS 176 k libmount x86_64 2.32.1-22.el8 BaseOS 231 k libndp x86_64 1.7-3.el8 BaseOS 40 k libnfsidmap x86_64 1:2.3.3-31.el8 BaseOS 118 k libnftnl x86_64 1.1.5-4.el8 BaseOS 83 k libnghttp2 x86_64 1.33.0-3.el8_2.1 BaseOS 77 k libnl3 x86_64 3.5.0-1.el8 BaseOS 320 k libnl3-cli x86_64 3.5.0-1.el8 BaseOS 193 k libpcap x86_64 14:1.9.0-3.el8 BaseOS 160 k librepo x86_64 1.11.0-3.el8_2 BaseOS 90 k libreport-filesystem x86_64 2.9.5-10.el8 BaseOS 21 k libseccomp x86_64 2.4.1-1.el8 BaseOS 65 k libselinux x86_64 2.9-3.el8 BaseOS 166 k libselinux-utils x86_64 2.9-3.el8 BaseOS 244 k libsemanage x86_64 2.9-2.el8 BaseOS 165 k libsepol x86_64 2.9-1.el8 BaseOS 340 k libsmartcols x86_64 2.32.1-22.el8 BaseOS 174 k libsolv x86_64 0.7.7-1.el8 BaseOS 356 k libss x86_64 1.45.4-3.el8 BaseOS 53 k libssh x86_64 0.9.0-4.el8 BaseOS 243 k libsss_autofs x86_64 2.2.3-20.el8 BaseOS 105 k libsss_certmap x86_64 2.2.3-20.el8 BaseOS 136 k libsss_idmap x86_64 2.2.3-20.el8 BaseOS 107 k libsss_nss_idmap x86_64 2.2.3-20.el8 BaseOS 114 k libsss_sudo x86_64 2.2.3-20.el8 BaseOS 103 k libstdc++ x86_64 8.3.1-5.el8.0.2 BaseOS 451 k libtalloc x86_64 2.2.0-7.el8 BaseOS 49 k libtdb x86_64 1.4.2-2.el8 BaseOS 59 k libteam x86_64 1.29-1.el8_2.2 BaseOS 63 k libtevent x86_64 0.10.0-2.el8 BaseOS 49 k libtirpc x86_64 1.1.4-4.el8 BaseOS 113 k libuser x86_64 0.62-23.el8 BaseOS 417 k libuuid x86_64 2.32.1-22.el8 BaseOS 94 k libwbclient x86_64 4.11.2-13.el8 BaseOS 117 k libxml2 x86_64 2.9.7-7.el8 BaseOS 695 k libxslt x86_64 1.1.32-4.el8 BaseOS 249 k linux-firmware noarch 20191202-97.gite8a0f4c9.el8 BaseOS 72 M lshw x86_64 B.02.18-23.el8 BaseOS 322 k lua-libs x86_64 5.3.4-11.el8 BaseOS 118 k mozjs52 x86_64 52.9.0-2.el8 BaseOS 6.6 M newt x86_64 0.52.20-11.el8 BaseOS 121 k nfs-utils x86_64 1:2.3.3-31.el8 BaseOS 468 k nftables x86_64 1:0.9.3-12.el8 BaseOS 311 k numactl-libs x86_64 2.0.12-9.el8 BaseOS 36 k openldap x86_64 2.4.46-11.el8_1 BaseOS 352 k openssh x86_64 8.0p1-4.el8_1 BaseOS 496 k openssh-clients x86_64 8.0p1-4.el8_1 BaseOS 704 k openssh-server x86_64 8.0p1-4.el8_1 BaseOS 485 k openssl x86_64 1:1.1.1c-15.el8 BaseOS 697 k openssl-libs x86_64 1:1.1.1c-15.el8 BaseOS 1.5 M openssl-pkcs11 x86_64 0.4.10-2.el8 BaseOS 66 k p11-kit x86_64 0.23.14-5.el8_0 BaseOS 272 k p11-kit-trust x86_64 0.23.14-5.el8_0 BaseOS 139 k pam x86_64 1.3.1-8.el8 BaseOS 738 k parted x86_64 3.2-38.el8 BaseOS 557 k passwd x86_64 0.80-3.el8 BaseOS 115 k pigz x86_64 2.4-4.el8 BaseOS 79 k platform-python x86_64 3.6.8-23.el8 BaseOS 82 k platform-python-pip noarch 9.0.3-16.el8 BaseOS 1.8 M platform-python-setuptools noarch 39.2.0-5.el8 BaseOS 632 k policycoreutils x86_64 2.9-9.el8 BaseOS 377 k polkit x86_64 0.115-11.el8 BaseOS 154 k polkit-libs x86_64 0.115-11.el8 BaseOS 76 k python3-cryptography x86_64 2.3-3.el8 BaseOS 510 k python3-dbus x86_64 1.2.4-15.el8 BaseOS 134 k python3-dmidecode x86_64 3.12.2-15.el8 BaseOS 94 k python3-dnf noarch 4.2.17-7.el8_2 BaseOS 521 k python3-dnf-plugins-core noarch 4.0.12-4.el8_2 BaseOS 204 k python3-firewall noarch 0.8.0-4.el8 BaseOS 389 k python3-hawkey x86_64 0.39.1-6.el8_2 BaseOS 99 k python3-libcomps x86_64 0.1.11-4.el8 BaseOS 52 k python3-libdnf x86_64 0.39.1-6.el8_2 BaseOS 689 k python3-librepo x86_64 1.11.0-3.el8_2 BaseOS 52 k python3-libs x86_64 3.6.8-23.el8 BaseOS 7.8 M python3-libselinux x86_64 2.9-3.el8 BaseOS 283 k python3-libxml2 x86_64 2.9.7-7.el8 BaseOS 237 k python3-linux-procfs noarch 0.6-7.el8 BaseOS 42 k python3-perf x86_64 4.18.0-193.19.1.el8_2 BaseOS 2.9 M python3-ply noarch 3.9-8.el8 BaseOS 108 k python3-rpm x86_64 4.14.2-37.el8 BaseOS 156 k python3-schedutils x86_64 0.6-6.el8 BaseOS 29 k python3-syspurpose x86_64 1.26.20-1.el8_2 BaseOS 287 k rng-tools x86_64 6.8-3.el8 BaseOS 59 k rpcbind x86_64 1.2.5-7.el8 BaseOS 70 k rpm x86_64 4.14.2-37.el8 BaseOS 540 k rpm-build-libs x86_64 4.14.2-37.el8 BaseOS 154 k rpm-libs x86_64 4.14.2-37.el8 BaseOS 337 k rpm-plugin-selinux x86_64 4.14.2-37.el8 BaseOS 75 k rpm-plugin-systemd-inhibit x86_64 4.14.2-37.el8 BaseOS 76 k rsync x86_64 3.1.3-7.el8 BaseOS 404 k samba-client-libs x86_64 4.11.2-13.el8 BaseOS 5.1 M samba-common noarch 4.11.2-13.el8 BaseOS 212 k samba-common-libs x86_64 4.11.2-13.el8 BaseOS 173 k selinux-policy noarch 3.14.3-41.el8_2.6 BaseOS 615 k selinux-policy-targeted noarch 3.14.3-41.el8_2.6 BaseOS 15 M setup noarch 2.12.2-5.el8 BaseOS 180 k sg3_utils x86_64 1.44-5.el8 BaseOS 917 k sg3_utils-libs x86_64 1.44-5.el8 BaseOS 99 k shadow-utils x86_64 2:4.6-8.el8 BaseOS 1.2 M sqlite x86_64 3.26.0-6.el8 BaseOS 666 k sqlite-libs x86_64 3.26.0-6.el8 BaseOS 579 k squashfs-tools x86_64 4.3-19.el8 BaseOS 165 k sssd-client x86_64 2.2.3-20.el8 BaseOS 171 k sssd-common x86_64 2.2.3-20.el8 BaseOS 1.5 M sssd-kcm x86_64 2.2.3-20.el8 BaseOS 218 k sssd-nfs-idmap x86_64 2.2.3-20.el8 BaseOS 101 k sudo x86_64 1.8.29-5.el8 BaseOS 923 k systemd x86_64 239-31.el8_2.2 BaseOS 3.5 M systemd-libs x86_64 239-31.el8_2.2 BaseOS 1.1 M systemd-pam x86_64 239-31.el8_2.2 BaseOS 451 k systemd-udev x86_64 239-31.el8_2.2 BaseOS 1.3 M teamd x86_64 1.29-1.el8_2.2 BaseOS 128 k trousers x86_64 0.3.14-4.el8 BaseOS 153 k trousers-lib x86_64 0.3.14-4.el8 BaseOS 169 k tuned noarch 2.13.0-6.el8 BaseOS 281 k tzdata noarch 2020a-1.el8 BaseOS 469 k util-linux x86_64 2.32.1-22.el8 BaseOS 2.5 M vim-minimal x86_64 2:8.0.1763-13.el8 BaseOS 573 k which x86_64 2.21-12.el8 BaseOS 49 k xfsprogs x86_64 5.0.0-2.el8 BaseOS 1.1 M yum noarch 4.2.17-7.el8_2 BaseOS 191 k zlib x86_64 1.2.11-16.el8_2 BaseOS 102 k Installing dependencies: centos-gpg-keys noarch 8.2-2.2004.0.2.el8 BaseOS 12 k centos-repos x86_64 8.2-2.2004.0.2.el8 BaseOS 13 k grub2-tools-efi x86_64 1:2.02-87.el8_2 BaseOS 467 k libssh-config noarch 0.9.0-4.el8 BaseOS 18 k libzstd x86_64 1.4.2-2.el8 BaseOS 260 k mozjs60 x86_64 60.9.0-4.el8 BaseOS 6.6 M python3-nftables x86_64 1:0.9.3-12.el8 BaseOS 25 k python3-pip-wheel noarch 9.0.3-16.el8 BaseOS 1.2 M python3-setuptools-wheel noarch 39.2.0-5.el8 BaseOS 289 k Installing weak dependencies: elfutils-debuginfod-client x86_64 0.178-7.el8 AppStream 62 k Transaction Summary ============================================================================================================================================================================ Install 14 Packages Upgrade 251 Packages Total download size: 278 M Downloading Packages: (1/265): centos-repos-8.2-2.2004.0.2.el8.x86_64.rpm 11 kB/s | 13 kB 00:01 (2/265): grub2-tools-efi-2.02-87.el8_2.x86_64.rpm 563 kB/s | 467 kB 00:00 (3/265): elfutils-debuginfod-client-0.178-7.el8.x86_64.rpm 22 kB/s | 62 kB 00:02 (4/265): kernel-4.18.0-193.19.1.el8_2.x86_64.rpm 2.3 MB/s | 2.8 MB 00:01 (5/265): centos-gpg-keys-8.2-2.2004.0.2.el8.noarch.rpm 1.4 kB/s | 12 kB 00:08 (6/265): libssh-config-0.9.0-4.el8.noarch.rpm 185 kB/s | 18 kB 00:00 (7/265): libzstd-1.4.2-2.el8.x86_64.rpm 798 kB/s | 260 kB 00:00 (8/265): mozjs60-60.9.0-4.el8.x86_64.rpm 1.5 MB/s | 6.6 MB 00:04 (9/265): python3-nftables-0.9.3-12.el8.x86_64.rpm 325 kB/s | 25 kB 00:00 (10/265): python3-pip-wheel-9.0.3-16.el8.noarch.rpm 1.3 MB/s | 1.2 MB 00:00 (11/265): python3-setuptools-wheel-39.2.0-5.el8.noarch.rpm 1.4 MB/s | 289 kB 00:00 (12/265): yum-utils-4.0.12-4.el8_2.noarch.rpm 636 kB/s | 66 kB 00:00 (13/265): dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch.rpm 210 kB/s | 24 kB 00:00 (14/265): hyperv-daemons-0-0.28.20180415git.el8.x86_64.rpm 146 kB/s | 12 kB 00:00 (15/265): hyperv-daemons-license-0-0.28.20180415git.el8.noarch.rpm 205 kB/s | 19 kB 00:00 (16/265): hypervfcopyd-0-0.28.20180415git.el8.x86_64.rpm 59 kB/s | 18 kB 00:00 (17/265): hypervkvpd-0-0.28.20180415git.el8.x86_64.rpm 259 kB/s | 27 kB 00:00 (18/265): hypervvssd-0-0.28.20180415git.el8.x86_64.rpm 222 kB/s | 19 kB 00:00 (19/265): libdrm-2.4.100-1.el8.x86_64.rpm 811 kB/s | 164 kB 00:00 (20/265): libmaxminddb-1.2.0-7.el8.x86_64.rpm 264 kB/s | 25 kB 00:00 (21/265): libmspack-0.7-0.3.alpha.el8.4.x86_64.rpm 697 kB/s | 70 kB 00:00 (22/265): libxkbcommon-0.9.1-1.el8.x86_64.rpm 1.0 MB/s | 116 kB 00:00 (23/265): open-vm-tools-11.0.5-3.el8.x86_64.rpm 1.2 MB/s | 703 kB 00:00 (24/265): python3-dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch.rpm 330 kB/s | 30 kB 00:00 (25/265): python3-newt-0.52.20-11.el8.x86_64.rpm 654 kB/s | 64 kB 00:00 (26/265): python3-rhn-client-tools-2.8.16-13.module_el8.1.0+211+ad6c0bc7.x86_64.rpm 1.0 MB/s | 108 kB 00:00 (27/265): python3-rhnlib-2.8.6-8.module_el8.1.0+211+ad6c0bc7.noarch.rpm 769 kB/s | 77 kB 00:00 (28/265): python3-unbound-1.7.3-11.el8_2.x86_64.rpm 1.0 MB/s | 118 kB 00:00 (29/265): qemu-guest-agent-2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64.rpm 761 kB/s | 217 kB 00:00 (30/265): rhn-client-tools-2.8.16-13.module_el8.1.0+211+ad6c0bc7.x86_64.rpm 1.2 MB/s | 385 kB 00:00 (31/265): rsyslog-8.1911.0-3.el8.x86_64.rpm 1.2 MB/s | 730 kB 00:00 (32/265): unbound-libs-1.7.3-11.el8_2.x86_64.rpm 1.2 MB/s | 499 kB 00:00 (33/265): xkeyboard-config-2.28-1.el8.noarch.rpm 1.3 MB/s | 782 kB 00:00 (34/265): NetworkManager-1.22.8-5.el8_2.x86_64.rpm 970 kB/s | 2.3 MB 00:02 (35/265): NetworkManager-libnm-1.22.8-5.el8_2.x86_64.rpm 958 kB/s | 1.7 MB 00:01 (36/265): NetworkManager-team-1.22.8-5.el8_2.x86_64.rpm 758 kB/s | 136 kB 00:00 (37/265): NetworkManager-tui-1.22.8-5.el8_2.x86_64.rpm 792 kB/s | 306 kB 00:00 (38/265): audit-3.0-0.17.20191104git1c2f876.el8.x86_64.rpm 413 kB/s | 254 kB 00:00 (39/265): audit-libs-3.0-0.17.20191104git1c2f876.el8.x86_64.rpm 194 kB/s | 116 kB 00:00 (40/265): authselect-1.1-2.el8.x86_64.rpm 597 kB/s | 65 kB 00:00 (41/265): authselect-libs-1.1-2.el8.x86_64.rpm 466 kB/s | 187 kB 00:00 (42/265): bash-4.4.19-10.el8.x86_64.rpm 781 kB/s | 1.5 MB 00:02 (43/265): bind-export-libs-9.11.13-6.el8_2.1.x86_64.rpm 1.0 MB/s | 1.1 MB 00:01 (44/265): ca-certificates-2020.2.41-80.0.el8_2.noarch.rpm 988 kB/s | 391 kB 00:00 (45/265): centos-release-8.2-2.2004.0.2.el8.x86_64.rpm 511 kB/s | 21 kB 00:00 (46/265): chrony-3.5-1.el8.x86_64.rpm 963 kB/s | 271 kB 00:00 (47/265): cifs-utils-6.8-3.el8.x86_64.rpm 898 kB/s | 96 kB 00:00 (48/265): coreutils-8.30-7.el8_2.1.x86_64.rpm 1.0 MB/s | 1.2 MB 00:01 (49/265): kernel-modules-4.18.0-193.19.1.el8_2.x86_64.rpm 843 kB/s | 23 MB 00:28 (50/265): cronie-1.5.2-4.el8.x86_64.rpm 552 kB/s | 118 kB 00:00 (51/265): cronie-anacron-1.5.2-4.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 (52/265): crypto-policies-20191128-2.git23e1bf1.el8.noarch.rpm 967 kB/s | 103 kB 00:00 (53/265): coreutils-common-8.30-7.el8_2.1.x86_64.rpm 1.1 MB/s | 2.0 MB 00:01 (54/265): cryptsetup-libs-2.2.2-1.el8.x86_64.rpm 848 kB/s | 428 kB 00:00 (55/265): curl-7.61.1-12.el8.x86_64.rpm 221 kB/s | 353 kB 00:01 (56/265): cups-libs-2.2.6-33.el8.x86_64.rpm 255 kB/s | 432 kB 00:01 (57/265): cyrus-sasl-lib-2.1.27-1.el8.x86_64.rpm 1.2 MB/s | 123 kB 00:00 (58/265): dbus-1.12.8-10.el8_2.x86_64.rpm 413 kB/s | 41 kB 00:00 (59/265): dbus-common-1.12.8-10.el8_2.noarch.rpm 464 kB/s | 45 kB 00:00 (60/265): dbus-daemon-1.12.8-10.el8_2.x86_64.rpm 834 kB/s | 239 kB 00:00 (61/265): dbus-tools-1.12.8-10.el8_2.x86_64.rpm 811 kB/s | 85 kB 00:00 (62/265): dbus-libs-1.12.8-10.el8_2.x86_64.rpm 438 kB/s | 183 kB 00:00 (63/265): device-mapper-1.02.169-3.el8.x86_64.rpm 741 kB/s | 372 kB 00:00 (64/265): device-mapper-libs-1.02.169-3.el8.x86_64.rpm 1.0 MB/s | 405 kB 00:00 (65/265): dhcp-common-4.3.6-40.el8.noarch.rpm 976 kB/s | 207 kB 00:00 (66/265): dhcp-client-4.3.6-40.el8.x86_64.rpm 790 kB/s | 318 kB 00:00 (67/265): dhcp-libs-4.3.6-40.el8.x86_64.rpm 790 kB/s | 147 kB 00:00 (68/265): dmidecode-3.2-5.el8.x86_64.rpm 475 kB/s | 90 kB 00:00 (69/265): diffutils-3.6-6.el8.x86_64.rpm 1.1 MB/s | 358 kB 00:00 (70/265): dnf-data-4.2.17-7.el8_2.noarch.rpm 760 kB/s | 145 kB 00:00 (71/265): dnf-plugins-core-4.0.12-4.el8_2.noarch.rpm 633 kB/s | 64 kB 00:00 (72/265): dnf-4.2.17-7.el8_2.noarch.rpm 764 kB/s | 469 kB 00:00 (73/265): dracut-049-70.git20200228.el8.x86_64.rpm 1.1 MB/s | 365 kB 00:00 (74/265): dracut-network-049-70.git20200228.el8.x86_64.rpm 533 kB/s | 100 kB 00:00 (75/265): dracut-squash-049-70.git20200228.el8.x86_64.rpm 753 kB/s | 54 kB 00:00 (76/265): e2fsprogs-libs-1.45.4-3.el8.x86_64.rpm 1.1 MB/s | 231 kB 00:00 (77/265): elfutils-default-yama-scope-0.178-7.el8.noarch.rpm 528 kB/s | 48 kB 00:00 (78/265): elfutils-libelf-0.178-7.el8.x86_64.rpm 1.1 MB/s | 212 kB 00:00 (79/265): elfutils-libs-0.178-7.el8.x86_64.rpm 1.2 MB/s | 292 kB 00:00 (80/265): ethtool-5.0-2.el8.x86_64.rpm 791 kB/s | 151 kB 00:00 (81/265): file-5.33-13.el8.x86_64.rpm 802 kB/s | 76 kB 00:00 (82/265): e2fsprogs-1.45.4-3.el8.x86_64.rpm 736 kB/s | 1.0 MB 00:01 (83/265): file-libs-5.33-13.el8.x86_64.rpm 1.3 MB/s | 542 kB 00:00 (84/265): firewalld-filesystem-0.8.0-4.el8.noarch.rpm 903 kB/s | 75 kB 00:00 (85/265): firewalld-0.8.0-4.el8.noarch.rpm 800 kB/s | 482 kB 00:00 (86/265): gettext-libs-0.19.8.1-17.el8.x86_64.rpm 764 kB/s | 314 kB 00:00 (87/265): gettext-0.19.8.1-17.el8.x86_64.rpm 1.1 MB/s | 1.1 MB 00:00 (88/265): glib2-2.56.4-8.el8.x86_64.rpm 846 kB/s | 2.5 MB 00:03 (89/265): glibc-2.28-101.el8.x86_64.rpm 1.0 MB/s | 3.7 MB 00:03 (90/265): glibc-langpack-en-2.28-101.el8.x86_64.rpm 1.0 MB/s | 821 kB 00:00 (91/265): glibc-common-2.28-101.el8.x86_64.rpm 897 kB/s | 1.3 MB 00:01 (92/265): gmp-6.1.2-10.el8.x86_64.rpm 537 kB/s | 322 kB 00:00 (93/265): gnutls-3.6.8-11.el8_2.x86_64.rpm 820 kB/s | 915 kB 00:01 (94/265): grub2-common-2.02-87.el8_2.noarch.rpm 1.3 MB/s | 882 kB 00:00 (95/265): grub2-pc-2.02-87.el8_2.x86_64.rpm 477 kB/s | 37 kB 00:00 (96/265): grub2-pc-modules-2.02-87.el8_2.noarch.rpm 1.3 MB/s | 863 kB 00:00 (97/265): grub2-tools-extra-2.02-87.el8_2.x86_64.rpm 1.3 MB/s | 1.1 MB 00:00 (98/265): grub2-tools-minimal-2.02-87.el8_2.x86_64.rpm 1.0 MB/s | 202 kB 00:00 (99/265): kernel-core-4.18.0-193.19.1.el8_2.x86_64.rpm 650 kB/s | 28 MB 00:43 (100/265): grubby-8.40-38.el8.x86_64.rpm 447 kB/s | 50 kB 00:00 (101/265): gzip-1.9-9.el8.x86_64.rpm 1.7 MB/s | 167 kB 00:00 (102/265): gssproxy-0.8.0-15.el8.x86_64.rpm 578 kB/s | 118 kB 00:00 (103/265): ima-evm-utils-1.1-5.el8.x86_64.rpm 276 kB/s | 56 kB 00:00 (104/265): info-6.5-6.el8.x86_64.rpm 345 kB/s | 198 kB 00:00 (105/265): grub2-tools-2.02-87.el8_2.x86_64.rpm 728 kB/s | 2.0 MB 00:02 (106/265): ipcalc-0.2.4-4.el8.x86_64.rpm 425 kB/s | 38 kB 00:00 (107/265): hwdata-0.314-8.4.el8.noarch.rpm 1.3 MB/s | 1.6 MB 00:01 (108/265): iprutils-2.4.18.1-1.el8.x86_64.rpm 1.2 MB/s | 256 kB 00:00 (109/265): ipset-7.1-1.el8.x86_64.rpm 501 kB/s | 45 kB 00:00 (110/265): initscripts-10.00.6-1.el8_2.2.x86_64.rpm 543 kB/s | 338 kB 00:00 (111/265): ipset-libs-7.1-1.el8.x86_64.rpm 824 kB/s | 71 kB 00:00 (112/265): iptables-ebtables-1.8.4-10.el8_2.1.x86_64.rpm 695 kB/s | 70 kB 00:00 (113/265): iproute-5.3.0-1.el8.x86_64.rpm 925 kB/s | 656 kB 00:00 (114/265): iptables-libs-1.8.4-10.el8_2.1.x86_64.rpm 980 kB/s | 105 kB 00:00 (115/265): irqbalance-1.4.0-4.el8.x86_64.rpm 612 kB/s | 55 kB 00:00 (116/265): iputils-20180629-2.el8.x86_64.rpm 846 kB/s | 148 kB 00:00 (117/265): iptables-1.8.4-10.el8_2.1.x86_64.rpm 476 kB/s | 581 kB 00:01 (118/265): kexec-tools-2.0.20-14.el8.x86_64.rpm 485 kB/s | 485 kB 00:01 (119/265): kernel-tools-4.18.0-193.19.1.el8_2.x86_64.rpm 1.1 MB/s | 3.0 MB 00:02 (120/265): kmod-libs-25-16.el8.x86_64.rpm 239 kB/s | 68 kB 00:00 (121/265): kpartx-0.8.3-3.el8_2.3.x86_64.rpm 523 kB/s | 105 kB 00:00 (122/265): kmod-25-16.el8.x86_64.rpm 78 kB/s | 126 kB 00:01 (123/265): kernel-tools-libs-4.18.0-193.19.1.el8_2.x86_64.rpm 806 kB/s | 2.8 MB 00:03 (124/265): libblkid-2.32.1-22.el8.x86_64.rpm 540 kB/s | 214 kB 00:00 (125/265): libcap-2.26-3.el8.x86_64.rpm 644 kB/s | 59 kB 00:00 (126/265): libcap-ng-0.7.9-5.el8.x86_64.rpm 1.2 MB/s | 33 kB 00:00 (127/265): libcom_err-1.45.4-3.el8.x86_64.rpm 618 kB/s | 49 kB 00:00 (128/265): libcomps-0.1.11-4.el8.x86_64.rpm 793 kB/s | 81 kB 00:00 (129/265): libcroco-0.6.12-4.el8_2.1.x86_64.rpm 915 kB/s | 113 kB 00:00 (130/265): krb5-libs-1.17-18.el8.x86_64.rpm 746 kB/s | 844 kB 00:01 (131/265): libarchive-3.3.2-8.el8_1.x86_64.rpm 261 kB/s | 359 kB 00:01 (132/265): libcurl-7.61.1-12.el8.x86_64.rpm 518 kB/s | 298 kB 00:00 (133/265): libdb-utils-5.3.28-37.el8.x86_64.rpm 733 kB/s | 151 kB 00:00 (134/265): libdb-5.3.28-37.el8.x86_64.rpm 760 kB/s | 752 kB 00:00 (135/265): libffi-3.1-21.el8.x86_64.rpm 540 kB/s | 37 kB 00:00 (136/265): libdnf-0.39.1-6.el8_2.x86_64.rpm 1.2 MB/s | 620 kB 00:00 (137/265): libgcc-8.3.1-5.el8.0.2.x86_64.rpm 761 kB/s | 78 kB 00:00 (138/265): libfdisk-2.32.1-22.el8.x86_64.rpm 356 kB/s | 249 kB 00:00 (139/265): libgomp-8.3.1-5.el8.0.2.x86_64.rpm 968 kB/s | 203 kB 00:00 (140/265): libgcrypt-1.8.3-4.el8.x86_64.rpm 1.2 MB/s | 461 kB 00:00 (141/265): libidn2-2.2.0-1.el8.x86_64.rpm 858 kB/s | 94 kB 00:00 (142/265): libldb-2.0.7-3.el8.x86_64.rpm 945 kB/s | 180 kB 00:00 (143/265): libmodulemd1-1.8.16-0.2.8.2.1.x86_64.rpm 934 kB/s | 176 kB 00:00 (144/265): libndp-1.7-3.el8.x86_64.rpm 383 kB/s | 40 kB 00:00 (145/265): libmount-2.32.1-22.el8.x86_64.rpm 1.7 MB/s | 231 kB 00:00 (146/265): libnftnl-1.1.5-4.el8.x86_64.rpm 873 kB/s | 83 kB 00:00 (147/265): libnfsidmap-2.3.3-31.el8.x86_64.rpm 1.1 MB/s | 118 kB 00:00 (148/265): libnghttp2-1.33.0-3.el8_2.1.x86_64.rpm 908 kB/s | 77 kB 00:00 (149/265): libnl3-cli-3.5.0-1.el8.x86_64.rpm 927 kB/s | 193 kB 00:00 (150/265): libnl3-3.5.0-1.el8.x86_64.rpm 1.0 MB/s | 320 kB 00:00 (151/265): librepo-1.11.0-3.el8_2.x86_64.rpm 847 kB/s | 90 kB 00:00 (152/265): libpcap-1.9.0-3.el8.x86_64.rpm 1.3 MB/s | 160 kB 00:00 (153/265): libreport-filesystem-2.9.5-10.el8.x86_64.rpm 292 kB/s | 21 kB 00:00 (154/265): libseccomp-2.4.1-1.el8.x86_64.rpm 915 kB/s | 65 kB 00:00 (155/265): libselinux-2.9-3.el8.x86_64.rpm 1.4 MB/s | 166 kB 00:00 (156/265): libselinux-utils-2.9-3.el8.x86_64.rpm 1.2 MB/s | 244 kB 00:00 (157/265): libsemanage-2.9-2.el8.x86_64.rpm 939 kB/s | 165 kB 00:00 (158/265): libsmartcols-2.32.1-22.el8.x86_64.rpm 820 kB/s | 174 kB 00:00 (159/265): libsepol-2.9-1.el8.x86_64.rpm 1.1 MB/s | 340 kB 00:00 (160/265): libss-1.45.4-3.el8.x86_64.rpm 516 kB/s | 53 kB 00:00 (161/265): libsolv-0.7.7-1.el8.x86_64.rpm 1.2 MB/s | 356 kB 00:00 (162/265): libssh-0.9.0-4.el8.x86_64.rpm 1.1 MB/s | 243 kB 00:00 (163/265): libsss_autofs-2.2.3-20.el8.x86_64.rpm 1.1 MB/s | 105 kB 00:00 (164/265): libsss_certmap-2.2.3-20.el8.x86_64.rpm 1.4 MB/s | 136 kB 00:00 (165/265): libsss_idmap-2.2.3-20.el8.x86_64.rpm 996 kB/s | 107 kB 00:00 (166/265): libsss_nss_idmap-2.2.3-20.el8.x86_64.rpm 662 kB/s | 114 kB 00:00 (167/265): libsss_sudo-2.2.3-20.el8.x86_64.rpm 1.0 MB/s | 103 kB 00:00 (168/265): libtalloc-2.2.0-7.el8.x86_64.rpm 481 kB/s | 49 kB 00:00 (169/265): libstdc++-8.3.1-5.el8.0.2.x86_64.rpm 1.8 MB/s | 451 kB 00:00 (170/265): libteam-1.29-1.el8_2.2.x86_64.rpm 909 kB/s | 63 kB 00:00 (171/265): libtevent-0.10.0-2.el8.x86_64.rpm 1.8 MB/s | 49 kB 00:00 (172/265): libtirpc-1.1.4-4.el8.x86_64.rpm 1.3 MB/s | 113 kB 00:00 (173/265): libtdb-1.4.2-2.el8.x86_64.rpm 185 kB/s | 59 kB 00:00 (174/265): libuuid-2.32.1-22.el8.x86_64.rpm 542 kB/s | 94 kB 00:00 (175/265): libuser-0.62-23.el8.x86_64.rpm 1.4 MB/s | 417 kB 00:00 (176/265): libwbclient-4.11.2-13.el8.x86_64.rpm 240 kB/s | 117 kB 00:00 (177/265): libxml2-2.9.7-7.el8.x86_64.rpm 1.8 MB/s | 695 kB 00:00 (178/265): libxslt-1.1.32-4.el8.x86_64.rpm 1.1 MB/s | 249 kB 00:00 (179/265): lshw-B.02.18-23.el8.x86_64.rpm 1.0 MB/s | 322 kB 00:00 (180/265): lua-libs-5.3.4-11.el8.x86_64.rpm 689 kB/s | 118 kB 00:00 (181/265): mozjs52-52.9.0-2.el8.x86_64.rpm 1.1 MB/s | 6.6 MB 00:06 (182/265): newt-0.52.20-11.el8.x86_64.rpm 736 kB/s | 121 kB 00:00 (183/265): nfs-utils-2.3.3-31.el8.x86_64.rpm 924 kB/s | 468 kB 00:00 (184/265): nftables-0.9.3-12.el8.x86_64.rpm 916 kB/s | 311 kB 00:00 (185/265): numactl-libs-2.0.12-9.el8.x86_64.rpm 608 kB/s | 36 kB 00:00 (186/265): openldap-2.4.46-11.el8_1.x86_64.rpm 584 kB/s | 352 kB 00:00 (187/265): openssh-8.0p1-4.el8_1.x86_64.rpm 983 kB/s | 496 kB 00:00 (188/265): openssh-clients-8.0p1-4.el8_1.x86_64.rpm 251 kB/s | 704 kB 00:02 (189/265): openssh-server-8.0p1-4.el8_1.x86_64.rpm 822 kB/s | 485 kB 00:00 (190/265): openssl-1.1.1c-15.el8.x86_64.rpm 844 kB/s | 697 kB 00:00 (191/265): libicu-60.3-2.el8_1.x86_64.rpm 494 kB/s | 8.8 MB 00:18 (192/265): openssl-libs-1.1.1c-15.el8.x86_64.rpm 773 kB/s | 1.5 MB 00:01 (193/265): openssl-pkcs11-0.4.10-2.el8.x86_64.rpm 423 kB/s | 66 kB 00:00 (194/265): p11-kit-0.23.14-5.el8_0.x86_64.rpm 978 kB/s | 272 kB 00:00 (195/265): p11-kit-trust-0.23.14-5.el8_0.x86_64.rpm 451 kB/s | 139 kB 00:00 (196/265): pam-1.3.1-8.el8.x86_64.rpm 919 kB/s | 738 kB 00:00 (197/265): passwd-0.80-3.el8.x86_64.rpm 587 kB/s | 115 kB 00:00 (198/265): pigz-2.4-4.el8.x86_64.rpm 812 kB/s | 79 kB 00:00 (199/265): platform-python-3.6.8-23.el8.x86_64.rpm 823 kB/s | 82 kB 00:00 (200/265): parted-3.2-38.el8.x86_64.rpm 495 kB/s | 557 kB 00:01 (201/265): platform-python-setuptools-39.2.0-5.el8.noarch.rpm 401 kB/s | 632 kB 00:01 (202/265): platform-python-pip-9.0.3-16.el8.noarch.rpm 937 kB/s | 1.8 MB 00:02 (203/265): polkit-0.115-11.el8.x86_64.rpm 732 kB/s | 154 kB 00:00 (204/265): policycoreutils-2.9-9.el8.x86_64.rpm 527 kB/s | 377 kB 00:00 (205/265): polkit-libs-0.115-11.el8.x86_64.rpm 193 kB/s | 76 kB 00:00 (206/265): python3-dbus-1.2.4-15.el8.x86_64.rpm 709 kB/s | 134 kB 00:00 (207/265): python3-dmidecode-3.12.2-15.el8.x86_64.rpm 1.0 MB/s | 94 kB 00:00 (208/265): python3-cryptography-2.3-3.el8.x86_64.rpm 637 kB/s | 510 kB 00:00 (209/265): python3-dnf-4.2.17-7.el8_2.noarch.rpm 1.2 MB/s | 521 kB 00:00 (210/265): python3-dnf-plugins-core-4.0.12-4.el8_2.noarch.rpm 629 kB/s | 204 kB 00:00 (211/265): python3-firewall-0.8.0-4.el8.noarch.rpm 1.0 MB/s | 389 kB 00:00 (212/265): python3-hawkey-0.39.1-6.el8_2.x86_64.rpm 535 kB/s | 99 kB 00:00 (213/265): python3-libcomps-0.1.11-4.el8.x86_64.rpm 597 kB/s | 52 kB 00:00 (214/265): python3-librepo-1.11.0-3.el8_2.x86_64.rpm 1.5 MB/s | 52 kB 00:00 (215/265): python3-libdnf-0.39.1-6.el8_2.x86_64.rpm 569 kB/s | 689 kB 00:01 (216/265): python3-libselinux-2.9-3.el8.x86_64.rpm 475 kB/s | 283 kB 00:00 (217/265): python3-libxml2-2.9.7-7.el8.x86_64.rpm 457 kB/s | 237 kB 00:00 (218/265): python3-linux-procfs-0.6-7.el8.noarch.rpm 52 kB/s | 42 kB 00:00 (219/265): python3-libs-3.6.8-23.el8.x86_64.rpm 1.1 MB/s | 7.8 MB 00:07 (220/265): python3-ply-3.9-8.el8.noarch.rpm 673 kB/s | 108 kB 00:00 (221/265): python3-rpm-4.14.2-37.el8.x86_64.rpm 1.1 MB/s | 156 kB 00:00 (222/265): python3-schedutils-0.6-6.el8.x86_64.rpm 99 kB/s | 29 kB 00:00 (223/265): python3-syspurpose-1.26.20-1.el8_2.x86_64.rpm 706 kB/s | 287 kB 00:00 (224/265): rng-tools-6.8-3.el8.x86_64.rpm 594 kB/s | 59 kB 00:00 (225/265): rpcbind-1.2.5-7.el8.x86_64.rpm 678 kB/s | 70 kB 00:00 (226/265): python3-perf-4.18.0-193.19.1.el8_2.x86_64.rpm 514 kB/s | 2.9 MB 00:05 (227/265): rpm-4.14.2-37.el8.x86_64.rpm 893 kB/s | 540 kB 00:00 (228/265): rpm-build-libs-4.14.2-37.el8.x86_64.rpm 431 kB/s | 154 kB 00:00 (229/265): rpm-plugin-selinux-4.14.2-37.el8.x86_64.rpm 346 kB/s | 75 kB 00:00 (230/265): rpm-libs-4.14.2-37.el8.x86_64.rpm 923 kB/s | 337 kB 00:00 (231/265): rpm-plugin-systemd-inhibit-4.14.2-37.el8.x86_64.rpm 384 kB/s | 76 kB 00:00 (232/265): rsync-3.1.3-7.el8.x86_64.rpm 965 kB/s | 404 kB 00:00 (233/265): samba-common-4.11.2-13.el8.noarch.rpm 1.0 MB/s | 212 kB 00:00 (234/265): samba-common-libs-4.11.2-13.el8.x86_64.rpm 822 kB/s | 173 kB 00:00 (235/265): selinux-policy-3.14.3-41.el8_2.6.noarch.rpm 917 kB/s | 615 kB 00:00 (236/265): samba-client-libs-4.11.2-13.el8.x86_64.rpm 476 kB/s | 5.1 MB 00:10 (237/265): setup-2.12.2-5.el8.noarch.rpm 458 kB/s | 180 kB 00:00 (238/265): sg3_utils-1.44-5.el8.x86_64.rpm 508 kB/s | 917 kB 00:01 (239/265): sg3_utils-libs-1.44-5.el8.x86_64.rpm 352 kB/s | 99 kB 00:00 (240/265): shadow-utils-4.6-8.el8.x86_64.rpm 649 kB/s | 1.2 MB 00:01 (241/265): sqlite-3.26.0-6.el8.x86_64.rpm 606 kB/s | 666 kB 00:01 (242/265): sqlite-libs-3.26.0-6.el8.x86_64.rpm 665 kB/s | 579 kB 00:00 (243/265): squashfs-tools-4.3-19.el8.x86_64.rpm 321 kB/s | 165 kB 00:00 (244/265): sssd-client-2.2.3-20.el8.x86_64.rpm 589 kB/s | 171 kB 00:00 (245/265): selinux-policy-targeted-3.14.3-41.el8_2.6.noarch.rpm 841 kB/s | 15 MB 00:18 (246/265): sssd-kcm-2.2.3-20.el8.x86_64.rpm 914 kB/s | 218 kB 00:00 (247/265): sssd-common-2.2.3-20.el8.x86_64.rpm 750 kB/s | 1.5 MB 00:02 (248/265): sssd-nfs-idmap-2.2.3-20.el8.x86_64.rpm 327 kB/s | 101 kB 00:00 (249/265): sudo-1.8.29-5.el8.x86_64.rpm 833 kB/s | 923 kB 00:01 (250/265): systemd-libs-239-31.el8_2.2.x86_64.rpm 575 kB/s | 1.1 MB 00:01 (251/265): systemd-pam-239-31.el8_2.2.x86_64.rpm 404 kB/s | 451 kB 00:01 (252/265): systemd-239-31.el8_2.2.x86_64.rpm 640 kB/s | 3.5 MB 00:05 (253/265): teamd-1.29-1.el8_2.2.x86_64.rpm 457 kB/s | 128 kB 00:00 (254/265): systemd-udev-239-31.el8_2.2.x86_64.rpm 655 kB/s | 1.3 MB 00:02 (255/265): trousers-0.3.14-4.el8.x86_64.rpm 504 kB/s | 153 kB 00:00 (256/265): trousers-lib-0.3.14-4.el8.x86_64.rpm 829 kB/s | 169 kB 00:00 (257/265): tuned-2.13.0-6.el8.noarch.rpm 554 kB/s | 281 kB 00:00 (258/265): tzdata-2020a-1.el8.noarch.rpm 747 kB/s | 469 kB 00:00 (259/265): vim-minimal-8.0.1763-13.el8.x86_64.rpm 724 kB/s | 573 kB 00:00 (260/265): which-2.21-12.el8.x86_64.rpm 551 kB/s | 49 kB 00:00 (261/265): xfsprogs-5.0.0-2.el8.x86_64.rpm 663 kB/s | 1.1 MB 00:01 (262/265): yum-4.2.17-7.el8_2.noarch.rpm 726 kB/s | 191 kB 00:00 (263/265): zlib-1.2.11-16.el8_2.x86_64.rpm 819 kB/s | 102 kB 00:00 (264/265): util-linux-2.32.1-22.el8.x86_64.rpm 643 kB/s | 2.5 MB 00:03 (265/265): linux-firmware-20191202-97.gite8a0f4c9.el8.noarch.rpm 1.1 MB/s | 72 MB 01:05 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Total 2.2 MB/s | 278 MB 02:04 warning: /var/cache/dnf/AppStream-fd636d66ef3d60cc/packages/elfutils-debuginfod-client-0.178-7.el8.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 8483c65d: NOKEY CentOS-8 - AppStream 1.6 MB/s | 1.6 kB 00:00 Importing GPG key 0x8483C65D: Userid : "CentOS (CentOS Official Signing Key) <security@xxxxxxxxxx>" Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D From : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Running scriptlet: libgcc-8.3.1-5.el8.0.2.x86_64 1/1 Upgrading : libgcc-8.3.1-5.el8.0.2.x86_64 1/517 Running scriptlet: libgcc-8.3.1-5.el8.0.2.x86_64 1/517 Upgrading : hyperv-daemons-license-0-0.28.20180415git.el8.noarch 2/517 Installing : python3-setuptools-wheel-39.2.0-5.el8.noarch 3/517 Installing : python3-pip-wheel-9.0.3-16.el8.noarch 4/517 Upgrading : tzdata-2020a-1.el8.noarch 5/517 Upgrading : libselinux-2.9-3.el8.x86_64 6/517 Running scriptlet: libselinux-2.9-3.el8.x86_64 6/517 Upgrading : glibc-langpack-en-2.28-101.el8.x86_64 7/517 Upgrading : glibc-common-2.28-101.el8.x86_64 8/517 Running scriptlet: glibc-2.28-101.el8.x86_64 9/517 Upgrading : glibc-2.28-101.el8.x86_64 9/517 Running scriptlet: glibc-2.28-101.el8.x86_64 9/517 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Upgrading : bash-4.4.19-10.el8.x86_64 10/517 Running scriptlet: bash-4.4.19-10.el8.x86_64 10/517 Upgrading : libsepol-2.9-1.el8.x86_64 11/517 Running scriptlet: libsepol-2.9-1.el8.x86_64 11/517 Upgrading : zlib-1.2.11-16.el8_2.x86_64 12/517 Upgrading : libcom_err-1.45.4-3.el8.x86_64 13/517 Running scriptlet: libcom_err-1.45.4-3.el8.x86_64 13/517 Upgrading : libcap-2.26-3.el8.x86_64 14/517 Upgrading : libxml2-2.9.7-7.el8.x86_64 15/517 Upgrading : libuuid-2.32.1-22.el8.x86_64 16/517 Running scriptlet: libuuid-2.32.1-22.el8.x86_64 16/517 Upgrading : libstdc++-8.3.1-5.el8.0.2.x86_64 17/517 Running scriptlet: libstdc++-8.3.1-5.el8.0.2.x86_64 17/517 Upgrading : elfutils-libelf-0.178-7.el8.x86_64 18/517 Upgrading : libtalloc-2.2.0-7.el8.x86_64 19/517 Upgrading : sqlite-libs-3.26.0-6.el8.x86_64 20/517 Upgrading : libcap-ng-0.7.9-5.el8.x86_64 21/517 Upgrading : audit-libs-3.0-0.17.20191104git1c2f876.el8.x86_64 22/517 Upgrading : libtevent-0.10.0-2.el8.x86_64 23/517 Upgrading : info-6.5-6.el8.x86_64 24/517 Upgrading : grub2-common-1:2.02-87.el8_2.noarch 25/517 Installing : libzstd-1.4.2-2.el8.x86_64 26/517 Upgrading : lua-libs-5.3.4-11.el8.x86_64 27/517 Upgrading : libtdb-1.4.2-2.el8.x86_64 28/517 Running scriptlet: libtdb-1.4.2-2.el8.x86_64 28/517 Upgrading : which-2.21-12.el8.x86_64 29/517 Upgrading : libffi-3.1-21.el8.x86_64 30/517 Upgrading : p11-kit-0.23.14-5.el8_0.x86_64 31/517 Running scriptlet: p11-kit-0.23.14-5.el8_0.x86_64 31/517 Upgrading : libgcrypt-1.8.3-4.el8.x86_64 32/517 Running scriptlet: libgcrypt-1.8.3-4.el8.x86_64 32/517 Upgrading : libidn2-2.2.0-1.el8.x86_64 33/517 Upgrading : libnl3-3.5.0-1.el8.x86_64 34/517 Running scriptlet: libnl3-3.5.0-1.el8.x86_64 34/517 Upgrading : libsmartcols-2.32.1-22.el8.x86_64 35/517 Running scriptlet: libsmartcols-2.32.1-22.el8.x86_64 35/517 Upgrading : p11-kit-trust-0.23.14-5.el8_0.x86_64 36/517 Running scriptlet: p11-kit-trust-0.23.14-5.el8_0.x86_64 36/517 Upgrading : libsemanage-2.9-2.el8.x86_64 37/517 Upgrading : file-libs-5.33-13.el8.x86_64 38/517 Upgrading : file-5.33-13.el8.x86_64 39/517 Upgrading : gmp-1:6.1.2-10.el8.x86_64 40/517 Running scriptlet: gmp-1:6.1.2-10.el8.x86_64 40/517 Upgrading : libnl3-cli-3.5.0-1.el8.x86_64 41/517 Running scriptlet: libnl3-cli-3.5.0-1.el8.x86_64 41/517 Upgrading : diffutils-3.6-6.el8.x86_64 42/517 Running scriptlet: diffutils-3.6-6.el8.x86_64 42/517 Upgrading : libgomp-8.3.1-5.el8.0.2.x86_64 43/517 Running scriptlet: libgomp-8.3.1-5.el8.0.2.x86_64 43/517 Upgrading : ethtool-2:5.0-2.el8.x86_64 44/517 Upgrading : libnftnl-1.1.5-4.el8.x86_64 45/517 Running scriptlet: libnftnl-1.1.5-4.el8.x86_64 45/517 Upgrading : libpcap-14:1.9.0-3.el8.x86_64 46/517 Upgrading : iptables-libs-1.8.4-10.el8_2.1.x86_64 47/517 Running scriptlet: iptables-1.8.4-10.el8_2.1.x86_64 48/517 Upgrading : iptables-1.8.4-10.el8_2.1.x86_64 48/517 Running scriptlet: iptables-1.8.4-10.el8_2.1.x86_64 48/517 Upgrading : libseccomp-2.4.1-1.el8.x86_64 49/517 Running scriptlet: libseccomp-2.4.1-1.el8.x86_64 49/517 Upgrading : libsss_idmap-2.2.3-20.el8.x86_64 50/517 Running scriptlet: libsss_idmap-2.2.3-20.el8.x86_64 50/517 Upgrading : newt-0.52.20-11.el8.x86_64 51/517 Upgrading : numactl-libs-2.0.12-9.el8.x86_64 52/517 Running scriptlet: numactl-libs-2.0.12-9.el8.x86_64 52/517 Upgrading : iptables-ebtables-1.8.4-10.el8_2.1.x86_64 53/517 Running scriptlet: iptables-ebtables-1.8.4-10.el8_2.1.x86_64 53/517 Upgrading : nftables-1:0.9.3-12.el8.x86_64 54/517 Running scriptlet: nftables-1:0.9.3-12.el8.x86_64 54/517 Upgrading : libteam-1.29-1.el8_2.2.x86_64 55/517 Running scriptlet: libteam-1.29-1.el8_2.2.x86_64 55/517 Upgrading : libxslt-1.1.32-4.el8.x86_64 56/517 Upgrading : grub2-pc-modules-1:2.02-87.el8_2.noarch 57/517 Upgrading : coreutils-common-8.30-7.el8_2.1.x86_64 58/517 Running scriptlet: coreutils-common-8.30-7.el8_2.1.x86_64 58/517 Upgrading : sqlite-3.26.0-6.el8.x86_64 59/517 Installing : mozjs60-60.9.0-4.el8.x86_64 60/517 Upgrading : libcomps-0.1.11-4.el8.x86_64 61/517 Upgrading : e2fsprogs-libs-1.45.4-3.el8.x86_64 62/517 Running scriptlet: e2fsprogs-libs-1.45.4-3.el8.x86_64 62/517 Upgrading : libss-1.45.4-3.el8.x86_64 63/517 Running scriptlet: libss-1.45.4-3.el8.x86_64 63/517 Upgrading : pigz-2.4-4.el8.x86_64 64/517 Upgrading : squashfs-tools-4.3-19.el8.x86_64 65/517 Upgrading : libselinux-utils-2.9-3.el8.x86_64 66/517 Upgrading : kernel-tools-libs-4.18.0-193.19.1.el8_2.x86_64 67/517 Running scriptlet: kernel-tools-libs-4.18.0-193.19.1.el8_2.x86_64 67/517 Upgrading : libdrm-2.4.100-1.el8.x86_64 68/517 Upgrading : libmaxminddb-1.2.0-7.el8.x86_64 69/517 Running scriptlet: libmaxminddb-1.2.0-7.el8.x86_64 69/517 Upgrading : ipcalc-0.2.4-4.el8.x86_64 70/517 Upgrading : libmspack-0.7-0.3.alpha.el8.4.x86_64 71/517 Upgrading : ipset-libs-7.1-1.el8.x86_64 72/517 Running scriptlet: ipset-libs-7.1-1.el8.x86_64 72/517 Upgrading : ipset-7.1-1.el8.x86_64 73/517 Upgrading : libndp-1.7-3.el8.x86_64 74/517 Running scriptlet: libndp-1.7-3.el8.x86_64 74/517 Upgrading : libnghttp2-1.33.0-3.el8_2.1.x86_64 75/517 Upgrading : libsss_autofs-2.2.3-20.el8.x86_64 76/517 Upgrading : libsss_nss_idmap-2.2.3-20.el8.x86_64 77/517 Running scriptlet: libsss_nss_idmap-2.2.3-20.el8.x86_64 77/517 Upgrading : libsss_sudo-2.2.3-20.el8.x86_64 78/517 Running scriptlet: libsss_sudo-2.2.3-20.el8.x86_64 78/517 Upgrading : sg3_utils-libs-1.44-5.el8.x86_64 79/517 Running scriptlet: sg3_utils-libs-1.44-5.el8.x86_64 79/517 Upgrading : vim-minimal-2:8.0.1763-13.el8.x86_64 80/517 Upgrading : linux-firmware-20191202-97.gite8a0f4c9.el8.noarch 81/517 Upgrading : libreport-filesystem-2.9.5-10.el8.x86_64 82/517 Upgrading : dnf-data-4.2.17-7.el8_2.noarch 83/517 Upgrading : hwdata-0.314-8.4.el8.noarch 84/517 Upgrading : firewalld-filesystem-0.8.0-4.el8.noarch 85/517 Upgrading : dhcp-common-12:4.3.6-40.el8.noarch 86/517 Upgrading : dbus-common-1:1.12.8-10.el8_2.noarch 87/517 Upgrading : xkeyboard-config-2.28-1.el8.noarch 88/517 Upgrading : libxkbcommon-0.9.1-1.el8.x86_64 89/517 Installing : libssh-config-0.9.0-4.el8.noarch 90/517 Installing : centos-gpg-keys-8.2-2.2004.0.2.el8.noarch 91/517 Upgrading : centos-release-8.2-2.2004.0.2.el8.x86_64 92/517 Installing : centos-repos-8.2-2.2004.0.2.el8.x86_64 93/517 Upgrading : setup-2.12.2-5.el8.noarch 94/517 Running scriptlet: setup-2.12.2-5.el8.noarch 94/517 warning: /etc/shadow created as /etc/shadow.rpmnew Upgrading : cyrus-sasl-lib-2.1.27-1.el8.x86_64 95/517 Running scriptlet: cyrus-sasl-lib-2.1.27-1.el8.x86_64 95/517 Upgrading : libssh-0.9.0-4.el8.x86_64 96/517 Upgrading : openldap-2.4.46-11.el8_1.x86_64 97/517 Upgrading : libarchive-3.3.2-8.el8_1.x86_64 98/517 Upgrading : libdb-utils-5.3.28-37.el8.x86_64 99/517 Upgrading : curl-7.61.1-12.el8.x86_64 100/517 Upgrading : libcurl-7.61.1-12.el8.x86_64 101/517 Installing : elfutils-debuginfod-client-0.178-7.el8.x86_64 102/517 Upgrading : openssl-1:1.1.1c-15.el8.x86_64 103/517 Upgrading : elfutils-default-yama-scope-0.178-7.el8.noarch 104/517 Running scriptlet: elfutils-default-yama-scope-0.178-7.el8.noarch 104/517 Upgrading : elfutils-libs-0.178-7.el8.x86_64 105/517 Upgrading : gzip-1.9-9.el8.x86_64 106/517 Running scriptlet: gzip-1.9-9.el8.x86_64 106/517 Upgrading : krb5-libs-1.17-18.el8.x86_64 107/517 Upgrading : libtirpc-1.1.4-4.el8.x86_64 108/517 Running scriptlet: libtirpc-1.1.4-4.el8.x86_64 108/517 Upgrading : kpartx-0.8.3-3.el8_2.3.x86_64 109/517 Upgrading : device-mapper-8:1.02.169-3.el8.x86_64 110/517 Upgrading : openssl-pkcs11-0.4.10-2.el8.x86_64 111/517 Upgrading : platform-python-pip-9.0.3-16.el8.noarch 112/517 Upgrading : platform-python-setuptools-39.2.0-5.el8.noarch 113/517 Upgrading : python3-libs-3.6.8-23.el8.x86_64 114/517 Upgrading : rpm-4.14.2-37.el8.x86_64 115/517 Upgrading : grub2-tools-minimal-1:2.02-87.el8_2.x86_64 116/517 Upgrading : gettext-libs-0.19.8.1-17.el8.x86_64 117/517 Upgrading : libcroco-0.6.12-4.el8_2.1.x86_64 118/517 Running scriptlet: libcroco-0.6.12-4.el8_2.1.x86_64 118/517 Upgrading : glib2-2.56.4-8.el8.x86_64 119/517 Upgrading : gettext-0.19.8.1-17.el8.x86_64 120/517 Running scriptlet: gettext-0.19.8.1-17.el8.x86_64 120/517 Upgrading : libfdisk-2.32.1-22.el8.x86_64 121/517 Running scriptlet: libfdisk-2.32.1-22.el8.x86_64 121/517 Upgrading : libmount-2.32.1-22.el8.x86_64 122/517 Running scriptlet: libmount-2.32.1-22.el8.x86_64 122/517 Upgrading : dbus-libs-1:1.12.8-10.el8_2.x86_64 123/517 Running scriptlet: dbus-libs-1:1.12.8-10.el8_2.x86_64 123/517 Upgrading : dbus-tools-1:1.12.8-10.el8_2.x86_64 124/517 Upgrading : coreutils-8.30-7.el8_2.1.x86_64 125/517 Upgrading : systemd-libs-239-31.el8_2.2.x86_64 126/517 Running scriptlet: systemd-libs-239-31.el8_2.2.x86_64 126/517 Upgrading : libblkid-2.32.1-22.el8.x86_64 127/517 Running scriptlet: libblkid-2.32.1-22.el8.x86_64 127/517 Upgrading : shadow-utils-2:4.6-8.el8.x86_64 128/517 Upgrading : device-mapper-libs-8:1.02.169-3.el8.x86_64 129/517 Running scriptlet: ca-certificates-2020.2.41-80.0.el8_2.noarch 130/517 Upgrading : ca-certificates-2020.2.41-80.0.el8_2.noarch 130/517 Running scriptlet: ca-certificates-2020.2.41-80.0.el8_2.noarch 130/517 Running scriptlet: dbus-daemon-1:1.12.8-10.el8_2.x86_64 131/517 Upgrading : dbus-daemon-1:1.12.8-10.el8_2.x86_64 131/517 Running scriptlet: dbus-daemon-1:1.12.8-10.el8_2.x86_64 131/517 Upgrading : kmod-25-16.el8.x86_64 132/517 Upgrading : kmod-libs-25-16.el8.x86_64 133/517 Running scriptlet: kmod-libs-25-16.el8.x86_64 133/517 Upgrading : systemd-pam-239-31.el8_2.2.x86_64 134/517 Upgrading : cryptsetup-libs-2.2.2-1.el8.x86_64 135/517 Running scriptlet: cryptsetup-libs-2.2.2-1.el8.x86_64 135/517 Upgrading : dracut-049-70.git20200228.el8.x86_64 136/517 Upgrading : libdb-5.3.28-37.el8.x86_64 137/517 Running scriptlet: libdb-5.3.28-37.el8.x86_64 137/517 Upgrading : pam-1.3.1-8.el8.x86_64 138/517 Running scriptlet: pam-1.3.1-8.el8.x86_64 138/517 Upgrading : util-linux-2.32.1-22.el8.x86_64 139/517 Running scriptlet: util-linux-2.32.1-22.el8.x86_64 139/517 warning: /etc/pam.d/su created as /etc/pam.d/su.rpmnew Upgrading : platform-python-3.6.8-23.el8.x86_64 140/517 Running scriptlet: platform-python-3.6.8-23.el8.x86_64 140/517 Upgrading : rpm-libs-4.14.2-37.el8.x86_64 141/517 Running scriptlet: rpm-libs-4.14.2-37.el8.x86_64 141/517 Running scriptlet: grub2-tools-1:2.02-87.el8_2.x86_64 142/517 Upgrading : grub2-tools-1:2.02-87.el8_2.x86_64 142/517 Running scriptlet: grub2-tools-1:2.02-87.el8_2.x86_64 142/517 Upgrading : grubby-8.40-38.el8.x86_64 143/517 Upgrading : crypto-policies-20191128-2.git23e1bf1.el8.noarch 144/517 Upgrading : openssl-libs-1:1.1.1c-15.el8.x86_64 145/517 Running scriptlet: openssl-libs-1:1.1.1c-15.el8.x86_64 145/517 Upgrading : trousers-lib-0.3.14-4.el8.x86_64 146/517 Running scriptlet: trousers-lib-0.3.14-4.el8.x86_64 146/517 Upgrading : gnutls-3.6.8-11.el8_2.x86_64 147/517 Upgrading : dbus-1:1.12.8-10.el8_2.x86_64 148/517 Running scriptlet: systemd-239-31.el8_2.2.x86_64 149/517 Upgrading : systemd-239-31.el8_2.2.x86_64 149/517 Running scriptlet: systemd-239-31.el8_2.2.x86_64 149/517 Upgrading : systemd-udev-239-31.el8_2.2.x86_64 150/517 Running scriptlet: systemd-udev-239-31.el8_2.2.x86_64 150/517 Running scriptlet: trousers-0.3.14-4.el8.x86_64 151/517 Upgrading : trousers-0.3.14-4.el8.x86_64 151/517 Running scriptlet: trousers-0.3.14-4.el8.x86_64 151/517 Upgrading : librepo-1.11.0-3.el8_2.x86_64 152/517 Upgrading : python3-dbus-1.2.4-15.el8.x86_64 153/517 Upgrading : libmodulemd1-1.8.16-0.2.8.2.1.x86_64 154/517 Upgrading : libldb-2.0.7-3.el8.x86_64 155/517 Upgrading : libsolv-0.7.7-1.el8.x86_64 156/517 Upgrading : policycoreutils-2.9-9.el8.x86_64 157/517 Running scriptlet: policycoreutils-2.9-9.el8.x86_64 157/517 Upgrading : iproute-5.3.0-1.el8.x86_64 158/517 Upgrading : libdnf-0.39.1-6.el8_2.x86_64 159/517 Upgrading : python3-libdnf-0.39.1-6.el8_2.x86_64 160/517 Upgrading : python3-hawkey-0.39.1-6.el8_2.x86_64 161/517 Installing : kernel-core-4.18.0-193.19.1.el8_2.x86_64 162/517 Running scriptlet: kernel-core-4.18.0-193.19.1.el8_2.x86_64 162/517 Upgrading : iputils-20180629-2.el8.x86_64 163/517 Running scriptlet: iputils-20180629-2.el8.x86_64 163/517 Running scriptlet: samba-common-4.11.2-13.el8.noarch 164/517 Upgrading : samba-common-4.11.2-13.el8.noarch 164/517 Running scriptlet: samba-common-4.11.2-13.el8.noarch 164/517 Upgrading : NetworkManager-libnm-1:1.22.8-5.el8_2.x86_64 165/517 Running scriptlet: NetworkManager-libnm-1:1.22.8-5.el8_2.x86_64 165/517 Upgrading : cups-libs-1:2.2.6-33.el8.x86_64 166/517 Upgrading : libwbclient-4.11.2-13.el8.x86_64 167/517 Upgrading : samba-client-libs-4.11.2-13.el8.x86_64 168/517 Upgrading : samba-common-libs-4.11.2-13.el8.x86_64 169/517 Upgrading : ima-evm-utils-1.1-5.el8.x86_64 170/517 Upgrading : libsss_certmap-2.2.3-20.el8.x86_64 171/517 Running scriptlet: libsss_certmap-2.2.3-20.el8.x86_64 171/517 Running scriptlet: openssh-8.0p1-4.el8_1.x86_64 172/517 Upgrading : openssh-8.0p1-4.el8_1.x86_64 172/517 Upgrading : polkit-libs-0.115-11.el8.x86_64 173/517 Running scriptlet: polkit-libs-0.115-11.el8.x86_64 173/517 Running scriptlet: NetworkManager-1:1.22.8-5.el8_2.x86_64 174/517 Upgrading : NetworkManager-1:1.22.8-5.el8_2.x86_64 174/517 Running scriptlet: NetworkManager-1:1.22.8-5.el8_2.x86_64 174/517 Upgrading : libnfsidmap-1:2.3.3-31.el8.x86_64 175/517 Upgrading : sssd-nfs-idmap-2.2.3-20.el8.x86_64 176/517 Running scriptlet: polkit-0.115-11.el8.x86_64 177/517 Upgrading : polkit-0.115-11.el8.x86_64 177/517 Running scriptlet: polkit-0.115-11.el8.x86_64 177/517 Upgrading : rpm-build-libs-4.14.2-37.el8.x86_64 178/517 Running scriptlet: rpm-build-libs-4.14.2-37.el8.x86_64 178/517 Upgrading : python3-rpm-4.14.2-37.el8.x86_64 179/517 Installing : kernel-modules-4.18.0-193.19.1.el8_2.x86_64 180/517 Running scriptlet: kernel-modules-4.18.0-193.19.1.el8_2.x86_64 180/517 Running scriptlet: rpcbind-1.2.5-7.el8.x86_64 181/517 Upgrading : rpcbind-1.2.5-7.el8.x86_64 181/517 Running scriptlet: rpcbind-1.2.5-7.el8.x86_64 181/517 Upgrading : rpm-plugin-selinux-4.14.2-37.el8.x86_64 182/517 Upgrading : selinux-policy-3.14.3-41.el8_2.6.noarch 183/517 Running scriptlet: selinux-policy-3.14.3-41.el8_2.6.noarch 183/517 Running scriptlet: selinux-policy-targeted-3.14.3-41.el8_2.6.noarch 184/517 Upgrading : selinux-policy-targeted-3.14.3-41.el8_2.6.noarch 184/517 Running scriptlet: selinux-policy-targeted-3.14.3-41.el8_2.6.noarch 184/517 Upgrading : python3-librepo-1.11.0-3.el8_2.x86_64 185/517 Upgrading : hypervfcopyd-0-0.28.20180415git.el8.x86_64 186/517 Running scriptlet: hypervfcopyd-0-0.28.20180415git.el8.x86_64 186/517 Upgrading : hypervkvpd-0-0.28.20180415git.el8.x86_64 187/517 Running scriptlet: hypervkvpd-0-0.28.20180415git.el8.x86_64 187/517 Upgrading : hypervvssd-0-0.28.20180415git.el8.x86_64 188/517 Running scriptlet: hypervvssd-0-0.28.20180415git.el8.x86_64 188/517 Running scriptlet: unbound-libs-1.7.3-11.el8_2.x86_64 189/517 Upgrading : unbound-libs-1.7.3-11.el8_2.x86_64 189/517 Running scriptlet: unbound-libs-1.7.3-11.el8_2.x86_64 189/517 Upgrading : python3-unbound-1.7.3-11.el8_2.x86_64 190/517 Running scriptlet: authselect-libs-1.1-2.el8.x86_64 191/517 Upgrading : authselect-libs-1.1-2.el8.x86_64 191/517 Upgrading : cronie-1.5.2-4.el8.x86_64 192/517 Running scriptlet: cronie-1.5.2-4.el8.x86_64 192/517 Upgrading : cronie-anacron-1.5.2-4.el8.x86_64 193/517 Running scriptlet: cronie-anacron-1.5.2-4.el8.x86_64 193/517 Upgrading : gssproxy-0.8.0-15.el8.x86_64 194/517 Running scriptlet: gssproxy-0.8.0-15.el8.x86_64 194/517 Upgrading : initscripts-10.00.6-1.el8_2.2.x86_64 195/517 Running scriptlet: initscripts-10.00.6-1.el8_2.2.x86_64 195/517 Upgrading : bind-export-libs-32:9.11.13-6.el8_2.1.x86_64 196/517 Running scriptlet: bind-export-libs-32:9.11.13-6.el8_2.1.x86_64 196/517 Upgrading : rpm-plugin-systemd-inhibit-4.14.2-37.el8.x86_64 197/517 Installing : python3-nftables-1:0.9.3-12.el8.x86_64 198/517 Upgrading : python3-firewall-0.8.0-4.el8.noarch 199/517 Upgrading : python3-newt-0.52.20-11.el8.x86_64 200/517 Upgrading : python3-rhnlib-2.8.6-8.module_el8.1.0+211+ad6c0bc7.noarch 201/517 Upgrading : kernel-tools-4.18.0-193.19.1.el8_2.x86_64 202/517 Upgrading : python3-libcomps-0.1.11-4.el8.x86_64 203/517 Upgrading : python3-dnf-4.2.17-7.el8_2.noarch 204/517 Upgrading : dnf-4.2.17-7.el8_2.noarch 205/517 Running scriptlet: dnf-4.2.17-7.el8_2.noarch 205/517 Upgrading : python3-dnf-plugins-core-4.0.12-4.el8_2.noarch 206/517 Upgrading : dnf-plugins-core-4.0.12-4.el8_2.noarch 207/517 Upgrading : python3-libxml2-2.9.7-7.el8.x86_64 208/517 Upgrading : python3-dmidecode-3.12.2-15.el8.x86_64 209/517 Upgrading : python3-rhn-client-tools-2.8.16-13.module_el8.1.0+211+ad6c0bc7.x86_64 210/517 Upgrading : rhn-client-tools-2.8.16-13.module_el8.1.0+211+ad6c0bc7.x86_64 211/517 Running scriptlet: rhn-client-tools-2.8.16-13.module_el8.1.0+211+ad6c0bc7.x86_64 211/517 Running scriptlet: dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch 212/517 Upgrading : dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch 212/517 Running scriptlet: dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch 212/517 Upgrading : python3-dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch 213/517 Upgrading : python3-linux-procfs-0.6-7.el8.noarch 214/517 Upgrading : python3-perf-4.18.0-193.19.1.el8_2.x86_64 215/517 Upgrading : python3-schedutils-0.6-6.el8.x86_64 216/517 Upgrading : python3-syspurpose-1.26.20-1.el8_2.x86_64 217/517 Upgrading : libuser-0.62-23.el8.x86_64 218/517 Running scriptlet: libuser-0.62-23.el8.x86_64 218/517 Upgrading : sssd-client-2.2.3-20.el8.x86_64 219/517 Running scriptlet: sssd-client-2.2.3-20.el8.x86_64 219/517 Running scriptlet: sssd-common-2.2.3-20.el8.x86_64 220/517 Upgrading : sssd-common-2.2.3-20.el8.x86_64 220/517 Running scriptlet: sssd-common-2.2.3-20.el8.x86_64 220/517 Upgrading : dracut-squash-049-70.git20200228.el8.x86_64 221/517 Upgrading : grub2-tools-extra-1:2.02-87.el8_2.x86_64 222/517 Upgrading : dhcp-libs-12:4.3.6-40.el8.x86_64 223/517 Upgrading : dhcp-client-12:4.3.6-40.el8.x86_64 224/517 Upgrading : dracut-network-049-70.git20200228.el8.x86_64 225/517 Upgrading : teamd-1.29-1.el8_2.2.x86_64 226/517 Upgrading : NetworkManager-team-1:1.22.8-5.el8_2.x86_64 227/517 Upgrading : kexec-tools-2.0.20-14.el8.x86_64 228/517 Running scriptlet: kexec-tools-2.0.20-14.el8.x86_64 228/517 Upgrading : grub2-pc-1:2.02-87.el8_2.x86_64 229/517 Upgrading : sssd-kcm-2.2.3-20.el8.x86_64 230/517 Running scriptlet: sssd-kcm-2.2.3-20.el8.x86_64 230/517 Upgrading : passwd-0.80-3.el8.x86_64 231/517 Upgrading : tuned-2.13.0-6.el8.noarch 232/517 Running scriptlet: tuned-2.13.0-6.el8.noarch 232/517 Installing : yum-utils-4.0.12-4.el8_2.noarch 233/517 Upgrading : yum-4.2.17-7.el8_2.noarch 234/517 Upgrading : firewalld-0.8.0-4.el8.noarch 235/517 Running scriptlet: firewalld-0.8.0-4.el8.noarch 235/517 Upgrading : audit-3.0-0.17.20191104git1c2f876.el8.x86_64 236/517 Running scriptlet: audit-3.0-0.17.20191104git1c2f876.el8.x86_64 236/517 Running scriptlet: nfs-utils-1:2.3.3-31.el8.x86_64 237/517 Upgrading : nfs-utils-1:2.3.3-31.el8.x86_64 237/517 Running scriptlet: nfs-utils-1:2.3.3-31.el8.x86_64 237/517 Upgrading : authselect-1.1-2.el8.x86_64 238/517 Upgrading : hyperv-daemons-0-0.28.20180415git.el8.x86_64 239/517 Installing : kernel-4.18.0-193.19.1.el8_2.x86_64 240/517 Upgrading : NetworkManager-tui-1:1.22.8-5.el8_2.x86_64 241/517 Upgrading : openssh-clients-8.0p1-4.el8_1.x86_64 242/517 Running scriptlet: openssh-server-8.0p1-4.el8_1.x86_64 243/517 Upgrading : openssh-server-8.0p1-4.el8_1.x86_64 243/517 Running scriptlet: openssh-server-8.0p1-4.el8_1.x86_64 243/517 warning: /etc/ssh/sshd_config created as /etc/ssh/sshd_config.rpmnew warning: /etc/sysconfig/sshd created as /etc/sysconfig/sshd.rpmnew Upgrading : cifs-utils-6.8-3.el8.x86_64 244/517 Running scriptlet: cifs-utils-6.8-3.el8.x86_64 244/517 Upgrading : open-vm-tools-11.0.5-3.el8.x86_64 245/517 Running scriptlet: open-vm-tools-11.0.5-3.el8.x86_64 245/517 Upgrading : qemu-guest-agent-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 246/517 Upgrading : rsyslog-8.1911.0-3.el8.x86_64 247/517 Running scriptlet: rsyslog-8.1911.0-3.el8.x86_64 247/517 Running scriptlet: chrony-3.5-1.el8.x86_64 248/517 Upgrading : chrony-3.5-1.el8.x86_64 248/517 Running scriptlet: chrony-3.5-1.el8.x86_64 248/517 Running scriptlet: rng-tools-6.8-3.el8.x86_64 249/517 ldb: module version mismatch in ../modules/paged_results.c : ldb_version=2.0.7 module_version=1.4.2 ldb: failed to initialise module /usr/lib64/ldb/modules/ldb/paged_results.so : Unavailable Could not open available domains useradd: sss_cache exited with status 5 useradd: Failed to flush the sssd cache. ldb: module version mismatch in ../modules/paged_results.c : ldb_version=2.0.7 module_version=1.4.2 ldb: failed to initialise module /usr/lib64/ldb/modules/ldb/paged_results.so : Unavailable Could not open available domains useradd: sss_cache exited with status 5 useradd: Failed to flush the sssd cache. Upgrading : rng-tools-6.8-3.el8.x86_64 249/517 Running scriptlet: rng-tools-6.8-3.el8.x86_64 249/517 Upgrading : python3-cryptography-2.3-3.el8.x86_64 250/517 Upgrading : python3-libselinux-2.9-3.el8.x86_64 251/517 Upgrading : python3-ply-3.9-8.el8.noarch 252/517 Upgrading : sudo-1.8.29-5.el8.x86_64 253/517 Running scriptlet: sudo-1.8.29-5.el8.x86_64 253/517 Installing : grub2-tools-efi-1:2.02-87.el8_2.x86_64 254/517 Upgrading : parted-3.2-38.el8.x86_64 255/517 Running scriptlet: parted-3.2-38.el8.x86_64 255/517 Upgrading : xfsprogs-5.0.0-2.el8.x86_64 256/517 Running scriptlet: xfsprogs-5.0.0-2.el8.x86_64 256/517 Upgrading : e2fsprogs-1.45.4-3.el8.x86_64 257/517 Upgrading : irqbalance-2:1.4.0-4.el8.x86_64 258/517 Running scriptlet: irqbalance-2:1.4.0-4.el8.x86_64 258/517 Upgrading : lshw-B.02.18-23.el8.x86_64 259/517 Upgrading : sg3_utils-1.44-5.el8.x86_64 260/517 Upgrading : libicu-60.3-2.el8_1.x86_64 261/517 Running scriptlet: libicu-60.3-2.el8_1.x86_64 261/517 Upgrading : mozjs52-52.9.0-2.el8.x86_64 262/517 Upgrading : iprutils-2.4.18.1-1.el8.x86_64 263/517 Running scriptlet: iprutils-2.4.18.1-1.el8.x86_64 263/517 Upgrading : dmidecode-1:3.2-5.el8.x86_64 264/517 Upgrading : rsync-3.1.3-7.el8.x86_64 265/517 Running scriptlet: tuned-2.10.0-15.el8.noarch 266/517 Cleanup : tuned-2.10.0-15.el8.noarch 266/517 Running scriptlet: tuned-2.10.0-15.el8.noarch 266/517 Running scriptlet: firewalld-0.6.3-7.el8.noarch 267/517 Cleanup : firewalld-0.6.3-7.el8.noarch 267/517 Running scriptlet: firewalld-0.6.3-7.el8.noarch 267/517 Cleanup : grub2-pc-1:2.02-66.el8.x86_64 268/517 Cleanup : dnf-plugin-spacewalk-2.8.5-11.module_el8.0.0+180+337688dc.noarch 269/517 Running scriptlet: iptables-ebtables-1.8.2-9.el8.x86_64 270/517 Cleanup : iptables-ebtables-1.8.2-9.el8.x86_64 270/517 Running scriptlet: iptables-ebtables-1.8.2-9.el8.x86_64 270/517 Obsoleting : dnf-utils-4.0.2.2-3.el8.noarch 271/517 Cleanup : python3-dnf-plugin-spacewalk-2.8.5-11.module_el8.0.0+180+337688dc.noarch 272/517 Cleanup : python3-rhn-client-tools-2.8.16-13.module_el8.0.0+180+337688dc.x86_64 273/517 Cleanup : rhn-client-tools-2.8.16-13.module_el8.0.0+180+337688dc.x86_64 274/517 Cleanup : hyperv-daemons-0-0.27.20180415git.el8.x86_64 275/517 Running scriptlet: nfs-utils-1:2.3.3-14.el8.x86_64 276/517 Cleanup : nfs-utils-1:2.3.3-14.el8.x86_64 276/517 Running scriptlet: nfs-utils-1:2.3.3-14.el8.x86_64 276/517 Running scriptlet: open-vm-tools-10.3.0-2.el8.x86_64 277/517 Cleanup : open-vm-tools-10.3.0-2.el8.x86_64 277/517 Running scriptlet: open-vm-tools-10.3.0-2.el8.x86_64 277/517 Running scriptlet: sssd-kcm-2.0.0-43.el8.x86_64 278/517 Cleanup : sssd-kcm-2.0.0-43.el8.x86_64 278/517 Running scriptlet: sssd-kcm-2.0.0-43.el8.x86_64 278/517 Running scriptlet: sssd-common-2.0.0-43.el8.x86_64 279/517 Cleanup : sssd-common-2.0.0-43.el8.x86_64 279/517 Running scriptlet: sssd-common-2.0.0-43.el8.x86_64 279/517 Running scriptlet: openssh-server-7.8p1-4.el8.x86_64 280/517 Cleanup : openssh-server-7.8p1-4.el8.x86_64 280/517 Running scriptlet: openssh-server-7.8p1-4.el8.x86_64 280/517 Running scriptlet: kexec-tools-2.0.17-28.el8.x86_64 281/517 Cleanup : kexec-tools-2.0.17-28.el8.x86_64 281/517 Running scriptlet: kexec-tools-2.0.17-28.el8.x86_64 281/517 Running scriptlet: rsyslog-8.37.0-9.el8.x86_64 282/517 Cleanup : rsyslog-8.37.0-9.el8.x86_64 282/517 Running scriptlet: rsyslog-8.37.0-9.el8.x86_64 282/517 Running scriptlet: polkit-0.115-6.el8.x86_64 283/517 Cleanup : polkit-0.115-6.el8.x86_64 283/517 Running scriptlet: polkit-0.115-6.el8.x86_64 283/517 Running scriptlet: audit-3.0-0.10.20180831git0047a6c.el8.x86_64 284/517 Cleanup : audit-3.0-0.10.20180831git0047a6c.el8.x86_64 284/517 Running scriptlet: audit-3.0-0.10.20180831git0047a6c.el8.x86_64 284/517 Running scriptlet: gssproxy-0.8.0-5.el8.x86_64 285/517 Cleanup : gssproxy-0.8.0-5.el8.x86_64 285/517 Running scriptlet: gssproxy-0.8.0-5.el8.x86_64 285/517 Cleanup : sudo-1.8.25p1-4.el8.x86_64 286/517 Running scriptlet: rng-tools-6.6-2.el8.x86_64 287/517 Cleanup : rng-tools-6.6-2.el8.x86_64 287/517 Running scriptlet: rng-tools-6.6-2.el8.x86_64 287/517 Cleanup : NetworkManager-tui-1:1.14.0-14.el8.x86_64 288/517 Cleanup : qemu-guest-agent-15:2.12.0-64.module_el8.0.0+44+94c1b039.2.x86_64 289/517 Running scriptlet: sssd-client-2.0.0-43.el8.x86_64 290/517 Cleanup : sssd-client-2.0.0-43.el8.x86_64 290/517 Running scriptlet: sssd-client-2.0.0-43.el8.x86_64 290/517 Running scriptlet: rpcbind-1.2.5-3.el8.x86_64 291/517 Cleanup : rpcbind-1.2.5-3.el8.x86_64 291/517 Running scriptlet: rpcbind-1.2.5-3.el8.x86_64 291/517 Cleanup : openssh-clients-7.8p1-4.el8.x86_64 292/517 Cleanup : libxslt-1.1.32-3.el8.x86_64 293/517 Running scriptlet: parted-3.2-36.el8.x86_64 294/517 Cleanup : parted-3.2-36.el8.x86_64 294/517 Running scriptlet: parted-3.2-36.el8.x86_64 294/517 Running scriptlet: chrony-3.3-3.el8.x86_64 295/517 Cleanup : chrony-3.3-3.el8.x86_64 295/517 Running scriptlet: chrony-3.3-3.el8.x86_64 295/517 Cleanup : mozjs52-52.9.0-1.el8.x86_64 296/517 Cleanup : xfsprogs-4.19.0-2.el8.x86_64 297/517 Running scriptlet: xfsprogs-4.19.0-2.el8.x86_64 297/517 Cleanup : e2fsprogs-1.44.3-2.el8.x86_64 298/517 Running scriptlet: cronie-1.5.2-2.el8.x86_64 299/517 Cleanup : cronie-1.5.2-2.el8.x86_64 299/517 Running scriptlet: cronie-1.5.2-2.el8.x86_64 299/517 Cleanup : openssh-7.8p1-4.el8.x86_64 300/517 Cleanup : libicu-60.2-7.el8.x86_64 301/517 Running scriptlet: libicu-60.2-7.el8.x86_64 301/517 Cleanup : device-mapper-8:1.02.155-6.el8.x86_64 302/517 Cleanup : iptables-1.8.2-9.el8.x86_64 303/517 Running scriptlet: iptables-1.8.2-9.el8.x86_64 303/517 Running scriptlet: initscripts-10.00.1-1.el8.x86_64 304/517 Cleanup : initscripts-10.00.1-1.el8.x86_64 304/517 Running scriptlet: initscripts-10.00.1-1.el8.x86_64 304/517 Cleanup : lshw-B.02.18-16.el8.x86_64 305/517 Cleanup : selinux-policy-3.14.1-61.el8.noarch 306/517 Running scriptlet: selinux-policy-3.14.1-61.el8.noarch 306/517 Cleanup : rpm-plugin-selinux-4.14.2-9.el8.x86_64 307/517 Cleanup : selinux-policy-targeted-3.14.1-61.el8.noarch 308/517 Running scriptlet: selinux-policy-targeted-3.14.1-61.el8.noarch 308/517 Running scriptlet: policycoreutils-2.8-16.1.el8.x86_64 309/517 Cleanup : policycoreutils-2.8-16.1.el8.x86_64 309/517 Cleanup : passwd-0.80-2.el8.x86_64 310/517 Cleanup : libuser-0.62-21.el8.x86_64 311/517 Running scriptlet: libuser-0.62-21.el8.x86_64 311/517 Running scriptlet: cifs-utils-6.8-2.el8.x86_64 312/517 Cleanup : cifs-utils-6.8-2.el8.x86_64 312/517 Cleanup : python3-dmidecode-3.12.2-13.el8.x86_64 313/517 Cleanup : python3-libxml2-2.9.7-5.el8.x86_64 314/517 Running scriptlet: nftables-1:0.9.0-8.el8.x86_64 315/517 Cleanup : nftables-1:0.9.0-8.el8.x86_64 315/517 Running scriptlet: nftables-1:0.9.0-8.el8.x86_64 315/517 Cleanup : sg3_utils-1.44-2.el8.x86_64 316/517 Running scriptlet: irqbalance-2:1.4.0-2.el8.x86_64 317/517 Cleanup : irqbalance-2:1.4.0-2.el8.x86_64 317/517 Running scriptlet: irqbalance-2:1.4.0-2.el8.x86_64 317/517 Cleanup : kernel-tools-4.18.0-80.el8.x86_64 318/517 Cleanup : python3-cryptography-2.3-2.el8.x86_64 319/517 Cleanup : libsss_nss_idmap-2.0.0-43.el8.x86_64 320/517 Running scriptlet: libsss_nss_idmap-2.0.0-43.el8.x86_64 320/517 Cleanup : python3-librepo-1.9.2-1.el8.x86_64 321/517 Cleanup : e2fsprogs-libs-1.44.3-2.el8.x86_64 322/517 Running scriptlet: e2fsprogs-libs-1.44.3-2.el8.x86_64 322/517 Cleanup : libsss_certmap-2.0.0-43.el8.x86_64 323/517 Running scriptlet: libsss_certmap-2.0.0-43.el8.x86_64 323/517 Cleanup : python3-newt-0.52.20-9.el8.x86_64 324/517 Running scriptlet: ipset-6.38-3.el8.x86_64 325/517 Cleanup : ipset-6.38-3.el8.x86_64 325/517 Cleanup : NetworkManager-team-1:1.14.0-14.el8.x86_64 326/517 Running scriptlet: NetworkManager-1:1.14.0-14.el8.x86_64 327/517 Cleanup : NetworkManager-1:1.14.0-14.el8.x86_64 327/517 Running scriptlet: NetworkManager-1:1.14.0-14.el8.x86_64 327/517 Cleanup : NetworkManager-libnm-1:1.14.0-14.el8.x86_64 328/517 Running scriptlet: NetworkManager-libnm-1:1.14.0-14.el8.x86_64 328/517 Cleanup : teamd-1.27-10.el8.x86_64 329/517 Cleanup : libteam-1.27-10.el8.x86_64 330/517 Running scriptlet: libteam-1.27-10.el8.x86_64 330/517 Cleanup : libnl3-cli-3.4.0-4.el8.x86_64 331/517 Running scriptlet: libnl3-cli-3.4.0-4.el8.x86_64 331/517 Cleanup : polkit-libs-0.115-6.el8.x86_64 332/517 Running scriptlet: polkit-libs-0.115-6.el8.x86_64 332/517 Cleanup : libss-1.44.3-2.el8.x86_64 333/517 Running scriptlet: libss-1.44.3-2.el8.x86_64 333/517 Cleanup : libdrm-2.4.96-2.el8.x86_64 334/517 Running scriptlet: hypervkvpd-0-0.27.20180415git.el8.x86_64 335/517 Cleanup : hypervkvpd-0-0.27.20180415git.el8.x86_64 335/517 Running scriptlet: hypervkvpd-0-0.27.20180415git.el8.x86_64 335/517 Cleanup : grub2-tools-extra-1:2.02-66.el8.x86_64 336/517 Cleanup : python3-perf-4.18.0-80.el8.x86_64 337/517 Running scriptlet: iprutils-2.4.16.1-2.el8.x86_64 338/517 Cleanup : iprutils-2.4.16.1-2.el8.x86_64 338/517 Cleanup : libnl3-3.4.0-4.el8.x86_64 339/517 Running scriptlet: libnl3-3.4.0-4.el8.x86_64 339/517 Cleanup : cronie-anacron-1.5.2-2.el8.x86_64 340/517 Cleanup : numactl-libs-2.0.12-2.el8.x86_64 341/517 Running scriptlet: numactl-libs-2.0.12-2.el8.x86_64 341/517 Cleanup : samba-common-libs-4.9.1-8.el8.x86_64 342/517 Running scriptlet: samba-common-libs-4.9.1-8.el8.x86_64 342/517 Running scriptlet: libwbclient-4.9.1-8.el8.x86_64 343/517 Cleanup : libwbclient-4.9.1-8.el8.x86_64 343/517 Cleanup : samba-client-libs-4.9.1-8.el8.x86_64 344/517 Running scriptlet: samba-client-libs-4.9.1-8.el8.x86_64 344/517 Cleanup : cups-libs-1:2.2.6-25.el8.x86_64 345/517 Cleanup : libldb-1.4.2-2.el8.x86_64 346/517 Cleanup : libtevent-0.9.37-2.el8.x86_64 347/517 Cleanup : libtdb-1.3.16-3.el8.x86_64 348/517 Running scriptlet: libtdb-1.3.16-3.el8.x86_64 348/517 Running scriptlet: hypervfcopyd-0-0.27.20180415git.el8.x86_64 349/517 Cleanup : hypervfcopyd-0-0.27.20180415git.el8.x86_64 349/517 Running scriptlet: hypervfcopyd-0-0.27.20180415git.el8.x86_64 349/517 Running scriptlet: hypervvssd-0-0.27.20180415git.el8.x86_64 350/517 Cleanup : hypervvssd-0-0.27.20180415git.el8.x86_64 350/517 Running scriptlet: hypervvssd-0-0.27.20180415git.el8.x86_64 350/517 Cleanup : rsync-3.1.3-4.el8.x86_64 351/517 Cleanup : libsss_idmap-2.0.0-43.el8.x86_64 352/517 Running scriptlet: libsss_idmap-2.0.0-43.el8.x86_64 352/517 Cleanup : vim-minimal-2:8.0.1763-10.el8.x86_64 353/517 Cleanup : python3-schedutils-0.6-5.el8.x86_64 354/517 Cleanup : python3-libselinux-2.8-6.el8.x86_64 355/517 Cleanup : authselect-1.0-13.el8.x86_64 356/517 Cleanup : authselect-libs-1.0-13.el8.x86_64 357/517 Cleanup : ipset-libs-6.38-3.el8.x86_64 358/517 Running scriptlet: ipset-libs-6.38-3.el8.x86_64 358/517 Cleanup : sg3_utils-libs-1.44-2.el8.x86_64 359/517 Running scriptlet: sg3_utils-libs-1.44-2.el8.x86_64 359/517 Cleanup : ethtool-2:4.16-1.el8.x86_64 360/517 Cleanup : libsss_sudo-2.0.0-43.el8.x86_64 361/517 Running scriptlet: libsss_sudo-2.0.0-43.el8.x86_64 361/517 Cleanup : sssd-nfs-idmap-2.0.0-43.el8.x86_64 362/517 Cleanup : dracut-network-049-10.git20190115.el8.x86_64 363/517 Cleanup : dhcp-client-12:4.3.6-30.el8.x86_64 364/517 Running scriptlet: iputils-20180629-1.el8.x86_64 365/517 Cleanup : iputils-20180629-1.el8.x86_64 365/517 Running scriptlet: iputils-20180629-1.el8.x86_64 365/517 Cleanup : iproute-4.18.0-11.el8.x86_64 366/517 Cleanup : bind-export-libs-32:9.11.4-16.P2.el8.x86_64 367/517 Running scriptlet: bind-export-libs-32:9.11.4-16.P2.el8.x86_64 367/517 Cleanup : libnfsidmap-1:2.3.3-14.el8.x86_64 368/517 Cleanup : ipcalc-0.2.4-3.el8.x86_64 369/517 Cleanup : dhcp-libs-12:4.3.6-30.el8.x86_64 370/517 Cleanup : libndp-1.6-6.el8.x86_64 371/517 Running scriptlet: libndp-1.6-6.el8.x86_64 371/517 Cleanup : libnftnl-1.1.1-4.el8.x86_64 372/517 Running scriptlet: libnftnl-1.1.1-4.el8.x86_64 372/517 Cleanup : libmaxminddb-1.2.0-6.el8.x86_64 373/517 Running scriptlet: libmaxminddb-1.2.0-6.el8.x86_64 373/517 Cleanup : libtalloc-2.1.14-3.el8.x86_64 374/517 Cleanup : newt-0.52.20-9.el8.x86_64 375/517 Cleanup : kernel-tools-libs-4.18.0-80.el8.x86_64 376/517 Running scriptlet: kernel-tools-libs-4.18.0-80.el8.x86_64 376/517 Cleanup : libselinux-utils-2.8-6.el8.x86_64 377/517 Cleanup : libsss_autofs-2.0.0-43.el8.x86_64 378/517 Cleanup : libmspack-0.7-0.1.alpha.el8.3.x86_64 379/517 Cleanup : dmidecode-1:3.2-1.el8.x86_64 380/517 Cleanup : samba-common-4.9.1-8.el8.noarch 381/517 Cleanup : dracut-squash-049-10.git20190115.el8.x86_64 382/517 Cleanup : python3-firewall-0.6.3-7.el8.noarch 383/517 Cleanup : python3-linux-procfs-0.6-6.el8.noarch 384/517 Cleanup : python3-syspurpose-1.23.8-35.el8.x86_64 385/517 Cleanup : python3-rhnlib-2.8.6-8.module_el8.0.0+180+337688dc.noarch 386/517 Cleanup : dnf-plugins-core-4.0.2.2-3.el8.noarch 387/517 Cleanup : python3-dnf-plugins-core-4.0.2.2-3.el8.noarch 388/517 Cleanup : grub2-pc-modules-1:2.02-66.el8.noarch 389/517 Cleanup : yum-4.0.9.2-5.el8.noarch 390/517 Running scriptlet: dnf-4.0.9.2-5.el8.noarch 391/517 Cleanup : dnf-4.0.9.2-5.el8.noarch 391/517 Running scriptlet: dnf-4.0.9.2-5.el8.noarch 391/517 Cleanup : python3-dnf-4.0.9.2-5.el8.noarch 392/517 Cleanup : dnf-data-4.0.9.2-5.el8.noarch 393/517 Cleanup : python3-ply-3.9-7.el8.noarch 394/517 Cleanup : libreport-filesystem-2.9.5-6.el8.x86_64 395/517 Cleanup : dhcp-common-12:4.3.6-30.el8.noarch 396/517 Cleanup : hyperv-daemons-license-0-0.27.20180415git.el8.noarch 397/517 Cleanup : hwdata-0.314-8.0.el8.noarch 398/517 Cleanup : firewalld-filesystem-0.6.3-7.el8.noarch 399/517 Cleanup : linux-firmware-20190111-92.gitd9fb2ee6.el8.noarch 400/517 Cleanup : python3-hawkey-0.22.5-4.el8.x86_64 401/517 Cleanup : python3-libdnf-0.22.5-4.el8.x86_64 402/517 Cleanup : libdnf-0.22.5-4.el8.x86_64 403/517 Cleanup : python3-rpm-4.14.2-9.el8.x86_64 404/517 Cleanup : rpm-build-libs-4.14.2-9.el8.x86_64 405/517 Running scriptlet: rpm-build-libs-4.14.2-9.el8.x86_64 405/517 Cleanup : rpm-plugin-systemd-inhibit-4.14.2-9.el8.x86_64 406/517 Cleanup : squashfs-tools-4.3-17.el8.x86_64 407/517 Cleanup : librepo-1.9.2-1.el8.x86_64 408/517 Cleanup : sqlite-3.26.0-3.el8.x86_64 409/517 Cleanup : libsolv-0.6.35-6.el8.x86_64 410/517 Cleanup : python3-unbound-1.7.3-8.el8.x86_64 411/517 Running scriptlet: unbound-libs-1.7.3-8.el8.x86_64 412/517 Cleanup : unbound-libs-1.7.3-8.el8.x86_64 412/517 Running scriptlet: unbound-libs-1.7.3-8.el8.x86_64 412/517 Cleanup : python3-libcomps-0.1.8-13.el8.x86_64 413/517 Cleanup : libcomps-0.1.8-13.el8.x86_64 414/517 Cleanup : ima-evm-utils-1.1-4.el8.x86_64 415/517 Cleanup : libmodulemd1-1.8.0-5.el8.x86_64 416/517 Cleanup : python3-dbus-1.2.4-14.el8.x86_64 417/517 Cleanup : platform-python-pip-9.0.3-13.el8.noarch 418/517 Cleanup : platform-python-setuptools-39.2.0-4.el8.noarch 419/517 Cleanup : platform-python-3.6.8-1.el8.0.1.x86_64 420/517 Running scriptlet: platform-python-3.6.8-1.el8.0.1.x86_64 420/517 Cleanup : python3-libs-3.6.8-1.el8.0.1.x86_64 421/517 Cleanup : libcroco-0.6.12-4.el8.x86_64 422/517 Running scriptlet: libcroco-0.6.12-4.el8.x86_64 422/517 Cleanup : gettext-libs-0.19.8.1-14.el8.x86_64 423/517 Running scriptlet: gettext-0.19.8.1-14.el8.x86_64 424/517 Cleanup : gettext-0.19.8.1-14.el8.x86_64 424/517 Cleanup : glib2-2.56.4-1.el8.x86_64 425/517 Cleanup : kpartx-0.7.8-7.el8.x86_64 426/517 Cleanup : grub2-tools-minimal-1:2.02-66.el8.x86_64 427/517 Cleanup : dbus-tools-1:1.12.8-7.el8.x86_64 428/517 Cleanup : dbus-libs-1:1.12.8-7.el8.x86_64 429/517 Running scriptlet: dbus-libs-1:1.12.8-7.el8.x86_64 429/517 Running scriptlet: dbus-daemon-1:1.12.8-7.el8.x86_64 430/517 Cleanup : dbus-daemon-1:1.12.8-7.el8.x86_64 430/517 Running scriptlet: dbus-daemon-1:1.12.8-7.el8.x86_64 430/517 Cleanup : systemd-pam-239-13.el8.x86_64 431/517 Cleanup : libfdisk-2.32.1-8.el8.x86_64 432/517 Running scriptlet: libfdisk-2.32.1-8.el8.x86_64 432/517 Cleanup : libmount-2.32.1-8.el8.x86_64 433/517 Running scriptlet: libmount-2.32.1-8.el8.x86_64 433/517 Cleanup : device-mapper-libs-8:1.02.155-6.el8.x86_64 434/517 Running scriptlet: device-mapper-libs-8:1.02.155-6.el8.x86_64 434/517 Cleanup : ca-certificates-2018.2.24-6.el8.noarch 435/517 Running scriptlet: gzip-1.9-4.el8.x86_64 436/517 Cleanup : gzip-1.9-4.el8.x86_64 436/517 Cleanup : shadow-utils-2:4.6-7.el8.x86_64 437/517 Cleanup : pam-1.3.1-4.el8.x86_64 438/517 Running scriptlet: pam-1.3.1-4.el8.x86_64 438/517 Cleanup : libtirpc-1.1.4-3.el8.x86_64 439/517 Running scriptlet: libtirpc-1.1.4-3.el8.x86_64 439/517 Cleanup : util-linux-2.32.1-8.el8.x86_64 440/517 Cleanup : libblkid-2.32.1-8.el8.x86_64 441/517 Running scriptlet: libblkid-2.32.1-8.el8.x86_64 441/517 Cleanup : systemd-libs-239-13.el8.x86_64 442/517 Cleanup : openssl-pkcs11-0.4.8-2.el8.x86_64 443/517 Running scriptlet: openssl-pkcs11-0.4.8-2.el8.x86_64 443/517 Cleanup : openssl-1:1.1.1-8.el8.x86_64 444/517 Cleanup : libdb-utils-5.3.28-36.el8.x86_64 445/517 Cleanup : cyrus-sasl-lib-2.1.27-0.3rc7.el8.x86_64 446/517 Running scriptlet: cyrus-sasl-lib-2.1.27-0.3rc7.el8.x86_64 446/517 Cleanup : openldap-2.4.46-9.el8.x86_64 447/517 Cleanup : libssh-0.8.5-2.el8.x86_64 448/517 Cleanup : libcurl-7.61.1-8.el8.x86_64 449/517 Cleanup : krb5-libs-1.16.1-22.el8.x86_64 450/517 Cleanup : curl-7.61.1-8.el8.x86_64 451/517 Cleanup : libarchive-3.3.2-3.el8.x86_64 452/517 Cleanup : kmod-25-11.el8.x86_64 453/517 Cleanup : cryptsetup-libs-2.0.6-1.el8.x86_64 454/517 Running scriptlet: cryptsetup-libs-2.0.6-1.el8.x86_64 454/517 Cleanup : trousers-lib-0.3.14-2.el8.x86_64 455/517 Running scriptlet: trousers-lib-0.3.14-2.el8.x86_64 455/517 Cleanup : kmod-libs-25-11.el8.x86_64 456/517 Running scriptlet: kmod-libs-25-11.el8.x86_64 456/517 Cleanup : coreutils-8.30-6.el8.x86_64 457/517 Cleanup : libdb-5.3.28-36.el8.x86_64 458/517 Running scriptlet: libdb-5.3.28-36.el8.x86_64 458/517 Cleanup : rpm-4.14.2-9.el8.x86_64 459/517 Cleanup : rpm-libs-4.14.2-9.el8.x86_64 460/517 Running scriptlet: rpm-libs-4.14.2-9.el8.x86_64 460/517 Cleanup : openssl-libs-1:1.1.1-8.el8.x86_64 461/517 Running scriptlet: openssl-libs-1:1.1.1-8.el8.x86_64 461/517 Cleanup : crypto-policies-20181217-6.git9a35207.el8.noarch 462/517 Cleanup : grubby-8.40-34.el8.x86_64 463/517 Running scriptlet: grub2-tools-1:2.02-66.el8.x86_64 464/517 Cleanup : grub2-tools-1:2.02-66.el8.x86_64 464/517 Cleanup : dracut-049-10.git20190115.el8.x86_64 465/517 Cleanup : systemd-udev-239-13.el8.x86_64 466/517 Running scriptlet: systemd-udev-239-13.el8.x86_64 466/517 Cleanup : elfutils-libs-0.174-6.el8.x86_64 467/517 Cleanup : elfutils-default-yama-scope-0.174-6.el8.noarch 468/517 Cleanup : gnutls-3.6.5-2.el8.x86_64 469/517 Running scriptlet: trousers-0.3.14-2.el8.x86_64 470/517 Cleanup : trousers-0.3.14-2.el8.x86_64 470/517 Running scriptlet: trousers-0.3.14-2.el8.x86_64 470/517 Cleanup : dbus-1:1.12.8-7.el8.x86_64 471/517 Running scriptlet: systemd-239-13.el8.x86_64 472/517 Cleanup : systemd-239-13.el8.x86_64 472/517 Cleanup : p11-kit-trust-0.23.14-4.el8.x86_64 473/517 Running scriptlet: p11-kit-trust-0.23.14-4.el8.x86_64 473/517 Cleanup : p11-kit-0.23.14-4.el8.x86_64 474/517 Running scriptlet: p11-kit-0.23.14-4.el8.x86_64 474/517 Cleanup : libstdc++-8.2.1-3.5.el8.x86_64 475/517 Running scriptlet: libstdc++-8.2.1-3.5.el8.x86_64 475/517 Cleanup : pigz-2.4-2.el8.x86_64 476/517 Cleanup : libxml2-2.9.7-5.el8.x86_64 477/517 Running scriptlet: libgomp-8.2.1-3.5.el8.x86_64 478/517 Cleanup : libgomp-8.2.1-3.5.el8.x86_64 478/517 Running scriptlet: libgomp-8.2.1-3.5.el8.x86_64 478/517 Cleanup : libsmartcols-2.32.1-8.el8.x86_64 479/517 Running scriptlet: libsmartcols-2.32.1-8.el8.x86_64 479/517 Cleanup : libsemanage-2.8-5.el8.x86_64 480/517 Cleanup : sqlite-libs-3.26.0-3.el8.x86_64 481/517 Running scriptlet: coreutils-common-8.30-6.el8.x86_64 482/517 Cleanup : coreutils-common-8.30-6.el8.x86_64 482/517 Cleanup : grub2-common-1:2.02-66.el8.noarch 483/517 Cleanup : setup-2.12.2-1.el8.noarch 484/517 Cleanup : centos-release-8.0-0.1905.0.9.el8.x86_64 485/517 Cleanup : dbus-common-1:1.12.8-7.el8.noarch 486/517 Cleanup : iptables-libs-1.8.2-9.el8.x86_64 487/517 Running scriptlet: diffutils-3.6-5.el8.x86_64 488/517 Cleanup : diffutils-3.6-5.el8.x86_64 488/517 Cleanup : libuuid-2.32.1-8.el8.x86_64 489/517 Running scriptlet: libuuid-2.32.1-8.el8.x86_64 489/517 Cleanup : libidn2-2.0.5-1.el8.x86_64 490/517 Running scriptlet: libidn2-2.0.5-1.el8.x86_64 490/517 Cleanup : info-6.5-4.el8.x86_64 491/517 Cleanup : lua-libs-5.3.4-10.el8.x86_64 492/517 Cleanup : libcom_err-1.44.3-2.el8.x86_64 493/517 Running scriptlet: libcom_err-1.44.3-2.el8.x86_64 493/517 Cleanup : libgcrypt-1.8.3-2.el8.x86_64 494/517 Running scriptlet: libgcrypt-1.8.3-2.el8.x86_64 494/517 Cleanup : libpcap-14:1.9.0-1.el8.x86_64 495/517 Cleanup : gmp-1:6.1.2-8.el8.x86_64 496/517 Running scriptlet: gmp-1:6.1.2-8.el8.x86_64 496/517 Cleanup : audit-libs-3.0-0.10.20180831git0047a6c.el8.x86_64 497/517 Cleanup : libcap-ng-0.7.9-4.el8.x86_64 498/517 Cleanup : libcap-2.25-9.el8.x86_64 499/517 Cleanup : elfutils-libelf-0.174-6.el8.x86_64 500/517 Cleanup : libxkbcommon-0.8.2-1.el8.x86_64 501/517 Cleanup : file-5.33-8.el8.x86_64 502/517 Cleanup : file-libs-5.33-8.el8.x86_64 503/517 Cleanup : libseccomp-2.3.3-3.el8.x86_64 504/517 Running scriptlet: libseccomp-2.3.3-3.el8.x86_64 504/517 Cleanup : which-2.21-10.el8.x86_64 505/517 Cleanup : zlib-1.2.11-10.el8.x86_64 506/517 Cleanup : libnghttp2-1.33.0-1.el8.x86_64 507/517 Cleanup : libffi-3.1-18.el8.x86_64 508/517 Cleanup : xkeyboard-config-2.24-3.el8.noarch 509/517 Cleanup : glibc-langpack-en-2.28-42.el8.1.x86_64 510/517 Cleanup : glibc-common-2.28-42.el8.1.x86_64 511/517 Cleanup : libselinux-2.8-6.el8.x86_64 512/517 Cleanup : libsepol-2.8-2.el8.x86_64 513/517 Running scriptlet: libsepol-2.8-2.el8.x86_64 513/517 Cleanup : bash-4.4.19-7.el8.x86_64 514/517 Running scriptlet: bash-4.4.19-7.el8.x86_64 514/517 Cleanup : glibc-2.28-42.el8.1.x86_64 515/517 Cleanup : tzdata-2019a-1.el8.noarch 516/517 Cleanup : libgcc-8.2.1-3.5.el8.x86_64 517/517 Running scriptlet: libgcc-8.2.1-3.5.el8.x86_64 517/517 Running scriptlet: ca-certificates-2020.2.41-80.0.el8_2.noarch 517/517 Running scriptlet: crypto-policies-20191128-2.git23e1bf1.el8.noarch 517/517 Running scriptlet: kernel-core-4.18.0-193.19.1.el8_2.x86_64 517/517 Running scriptlet: libwbclient-4.11.2-13.el8.x86_64 517/517 Running scriptlet: authselect-libs-1.1-2.el8.x86_64 517/517 Running scriptlet: sssd-common-2.2.3-20.el8.x86_64 517/517 Running scriptlet: tuned-2.13.0-6.el8.noarch 517/517 Running scriptlet: libgcc-8.2.1-3.5.el8.x86_64 517/517 Running scriptlet: glibc-common-2.28-101.el8.x86_64 517/517 Running scriptlet: info-6.5-6.el8.x86_64 517/517 Running scriptlet: glib2-2.56.4-8.el8.x86_64 517/517 Running scriptlet: systemd-239-31.el8_2.2.x86_64 517/517 Running scriptlet: systemd-udev-239-31.el8_2.2.x86_64 517/517 Verifying : elfutils-debuginfod-client-0.178-7.el8.x86_64 1/517 Verifying : centos-gpg-keys-8.2-2.2004.0.2.el8.noarch 2/517 Verifying : centos-repos-8.2-2.2004.0.2.el8.x86_64 3/517 Verifying : grub2-tools-efi-1:2.02-87.el8_2.x86_64 4/517 Verifying : kernel-4.18.0-193.19.1.el8_2.x86_64 5/517 Verifying : kernel-core-4.18.0-193.19.1.el8_2.x86_64 6/517 Verifying : kernel-modules-4.18.0-193.19.1.el8_2.x86_64 7/517 Verifying : libssh-config-0.9.0-4.el8.noarch 8/517 Verifying : libzstd-1.4.2-2.el8.x86_64 9/517 Verifying : mozjs60-60.9.0-4.el8.x86_64 10/517 Verifying : python3-nftables-1:0.9.3-12.el8.x86_64 11/517 Verifying : python3-pip-wheel-9.0.3-16.el8.noarch 12/517 Verifying : python3-setuptools-wheel-39.2.0-5.el8.noarch 13/517 Verifying : yum-utils-4.0.12-4.el8_2.noarch 14/517 Verifying : dnf-utils-4.0.2.2-3.el8.noarch 15/517 Verifying : dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch 16/517 Verifying : dnf-plugin-spacewalk-2.8.5-11.module_el8.0.0+180+337688dc.noarch 17/517 Verifying : hyperv-daemons-0-0.28.20180415git.el8.x86_64 18/517 Verifying : hyperv-daemons-0-0.27.20180415git.el8.x86_64 19/517 Verifying : hyperv-daemons-license-0-0.28.20180415git.el8.noarch 20/517 Verifying : hyperv-daemons-license-0-0.27.20180415git.el8.noarch 21/517 Verifying : hypervfcopyd-0-0.28.20180415git.el8.x86_64 22/517 Verifying : hypervfcopyd-0-0.27.20180415git.el8.x86_64 23/517 Verifying : hypervkvpd-0-0.28.20180415git.el8.x86_64 24/517 Verifying : hypervkvpd-0-0.27.20180415git.el8.x86_64 25/517 Verifying : hypervvssd-0-0.28.20180415git.el8.x86_64 26/517 Verifying : hypervvssd-0-0.27.20180415git.el8.x86_64 27/517 Verifying : libdrm-2.4.100-1.el8.x86_64 28/517 Verifying : libdrm-2.4.96-2.el8.x86_64 29/517 Verifying : libmaxminddb-1.2.0-7.el8.x86_64 30/517 Verifying : libmaxminddb-1.2.0-6.el8.x86_64 31/517 Verifying : libmspack-0.7-0.3.alpha.el8.4.x86_64 32/517 Verifying : libmspack-0.7-0.1.alpha.el8.3.x86_64 33/517 Verifying : libxkbcommon-0.9.1-1.el8.x86_64 34/517 Verifying : libxkbcommon-0.8.2-1.el8.x86_64 35/517 Verifying : open-vm-tools-11.0.5-3.el8.x86_64 36/517 Verifying : open-vm-tools-10.3.0-2.el8.x86_64 37/517 Verifying : python3-dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch 38/517 Verifying : python3-dnf-plugin-spacewalk-2.8.5-11.module_el8.0.0+180+337688dc.noarch 39/517 Verifying : python3-newt-0.52.20-11.el8.x86_64 40/517 Verifying : python3-newt-0.52.20-9.el8.x86_64 41/517 Verifying : python3-rhn-client-tools-2.8.16-13.module_el8.1.0+211+ad6c0bc7.x86_64 42/517 Verifying : python3-rhn-client-tools-2.8.16-13.module_el8.0.0+180+337688dc.x86_64 43/517 Verifying : python3-rhnlib-2.8.6-8.module_el8.1.0+211+ad6c0bc7.noarch 44/517 Verifying : python3-rhnlib-2.8.6-8.module_el8.0.0+180+337688dc.noarch 45/517 Verifying : python3-unbound-1.7.3-11.el8_2.x86_64 46/517 Verifying : python3-unbound-1.7.3-8.el8.x86_64 47/517 Verifying : qemu-guest-agent-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 48/517 Verifying : qemu-guest-agent-15:2.12.0-64.module_el8.0.0+44+94c1b039.2.x86_64 49/517 Verifying : rhn-client-tools-2.8.16-13.module_el8.1.0+211+ad6c0bc7.x86_64 50/517 Verifying : rhn-client-tools-2.8.16-13.module_el8.0.0+180+337688dc.x86_64 51/517 Verifying : rsyslog-8.1911.0-3.el8.x86_64 52/517 Verifying : rsyslog-8.37.0-9.el8.x86_64 53/517 Verifying : unbound-libs-1.7.3-11.el8_2.x86_64 54/517 Verifying : unbound-libs-1.7.3-8.el8.x86_64 55/517 Verifying : xkeyboard-config-2.28-1.el8.noarch 56/517 Verifying : xkeyboard-config-2.24-3.el8.noarch 57/517 Verifying : NetworkManager-1:1.22.8-5.el8_2.x86_64 58/517 Verifying : NetworkManager-1:1.14.0-14.el8.x86_64 59/517 Verifying : NetworkManager-libnm-1:1.22.8-5.el8_2.x86_64 60/517 Verifying : NetworkManager-libnm-1:1.14.0-14.el8.x86_64 61/517 Verifying : NetworkManager-team-1:1.22.8-5.el8_2.x86_64 62/517 Verifying : NetworkManager-team-1:1.14.0-14.el8.x86_64 63/517 Verifying : NetworkManager-tui-1:1.22.8-5.el8_2.x86_64 64/517 Verifying : NetworkManager-tui-1:1.14.0-14.el8.x86_64 65/517 Verifying : audit-3.0-0.17.20191104git1c2f876.el8.x86_64 66/517 Verifying : audit-3.0-0.10.20180831git0047a6c.el8.x86_64 67/517 Verifying : audit-libs-3.0-0.17.20191104git1c2f876.el8.x86_64 68/517 Verifying : audit-libs-3.0-0.10.20180831git0047a6c.el8.x86_64 69/517 Verifying : authselect-1.1-2.el8.x86_64 70/517 Verifying : authselect-1.0-13.el8.x86_64 71/517 Verifying : authselect-libs-1.1-2.el8.x86_64 72/517 Verifying : authselect-libs-1.0-13.el8.x86_64 73/517 Verifying : bash-4.4.19-10.el8.x86_64 74/517 Verifying : bash-4.4.19-7.el8.x86_64 75/517 Verifying : bind-export-libs-32:9.11.13-6.el8_2.1.x86_64 76/517 Verifying : bind-export-libs-32:9.11.4-16.P2.el8.x86_64 77/517 Verifying : ca-certificates-2020.2.41-80.0.el8_2.noarch 78/517 Verifying : ca-certificates-2018.2.24-6.el8.noarch 79/517 Verifying : centos-release-8.2-2.2004.0.2.el8.x86_64 80/517 Verifying : centos-release-8.0-0.1905.0.9.el8.x86_64 81/517 Verifying : chrony-3.5-1.el8.x86_64 82/517 Verifying : chrony-3.3-3.el8.x86_64 83/517 Verifying : cifs-utils-6.8-3.el8.x86_64 84/517 Verifying : cifs-utils-6.8-2.el8.x86_64 85/517 Verifying : coreutils-8.30-7.el8_2.1.x86_64 86/517 Verifying : coreutils-8.30-6.el8.x86_64 87/517 Verifying : coreutils-common-8.30-7.el8_2.1.x86_64 88/517 Verifying : coreutils-common-8.30-6.el8.x86_64 89/517 Verifying : cronie-1.5.2-4.el8.x86_64 90/517 Verifying : cronie-1.5.2-2.el8.x86_64 91/517 Verifying : cronie-anacron-1.5.2-4.el8.x86_64 92/517 Verifying : cronie-anacron-1.5.2-2.el8.x86_64 93/517 Verifying : crypto-policies-20191128-2.git23e1bf1.el8.noarch 94/517 Verifying : crypto-policies-20181217-6.git9a35207.el8.noarch 95/517 Verifying : cryptsetup-libs-2.2.2-1.el8.x86_64 96/517 Verifying : cryptsetup-libs-2.0.6-1.el8.x86_64 97/517 Verifying : cups-libs-1:2.2.6-33.el8.x86_64 98/517 Verifying : cups-libs-1:2.2.6-25.el8.x86_64 99/517 Verifying : curl-7.61.1-12.el8.x86_64 100/517 Verifying : curl-7.61.1-8.el8.x86_64 101/517 Verifying : cyrus-sasl-lib-2.1.27-1.el8.x86_64 102/517 Verifying : cyrus-sasl-lib-2.1.27-0.3rc7.el8.x86_64 103/517 Verifying : dbus-1:1.12.8-10.el8_2.x86_64 104/517 Verifying : dbus-1:1.12.8-7.el8.x86_64 105/517 Verifying : dbus-common-1:1.12.8-10.el8_2.noarch 106/517 Verifying : dbus-common-1:1.12.8-7.el8.noarch 107/517 Verifying : dbus-daemon-1:1.12.8-10.el8_2.x86_64 108/517 Verifying : dbus-daemon-1:1.12.8-7.el8.x86_64 109/517 Verifying : dbus-libs-1:1.12.8-10.el8_2.x86_64 110/517 Verifying : dbus-libs-1:1.12.8-7.el8.x86_64 111/517 Verifying : dbus-tools-1:1.12.8-10.el8_2.x86_64 112/517 Verifying : dbus-tools-1:1.12.8-7.el8.x86_64 113/517 Verifying : device-mapper-8:1.02.169-3.el8.x86_64 114/517 Verifying : device-mapper-8:1.02.155-6.el8.x86_64 115/517 Verifying : device-mapper-libs-8:1.02.169-3.el8.x86_64 116/517 Verifying : device-mapper-libs-8:1.02.155-6.el8.x86_64 117/517 Verifying : dhcp-client-12:4.3.6-40.el8.x86_64 118/517 Verifying : dhcp-client-12:4.3.6-30.el8.x86_64 119/517 Verifying : dhcp-common-12:4.3.6-40.el8.noarch 120/517 Verifying : dhcp-common-12:4.3.6-30.el8.noarch 121/517 Verifying : dhcp-libs-12:4.3.6-40.el8.x86_64 122/517 Verifying : dhcp-libs-12:4.3.6-30.el8.x86_64 123/517 Verifying : diffutils-3.6-6.el8.x86_64 124/517 Verifying : diffutils-3.6-5.el8.x86_64 125/517 Verifying : dmidecode-1:3.2-5.el8.x86_64 126/517 Verifying : dmidecode-1:3.2-1.el8.x86_64 127/517 Verifying : dnf-4.2.17-7.el8_2.noarch 128/517 Verifying : dnf-4.0.9.2-5.el8.noarch 129/517 Verifying : dnf-data-4.2.17-7.el8_2.noarch 130/517 Verifying : dnf-data-4.0.9.2-5.el8.noarch 131/517 Verifying : dnf-plugins-core-4.0.12-4.el8_2.noarch 132/517 Verifying : dnf-plugins-core-4.0.2.2-3.el8.noarch 133/517 Verifying : dracut-049-70.git20200228.el8.x86_64 134/517 Verifying : dracut-049-10.git20190115.el8.x86_64 135/517 Verifying : dracut-network-049-70.git20200228.el8.x86_64 136/517 Verifying : dracut-network-049-10.git20190115.el8.x86_64 137/517 Verifying : dracut-squash-049-70.git20200228.el8.x86_64 138/517 Verifying : dracut-squash-049-10.git20190115.el8.x86_64 139/517 Verifying : e2fsprogs-1.45.4-3.el8.x86_64 140/517 Verifying : e2fsprogs-1.44.3-2.el8.x86_64 141/517 Verifying : e2fsprogs-libs-1.45.4-3.el8.x86_64 142/517 Verifying : e2fsprogs-libs-1.44.3-2.el8.x86_64 143/517 Verifying : elfutils-default-yama-scope-0.178-7.el8.noarch 144/517 Verifying : elfutils-default-yama-scope-0.174-6.el8.noarch 145/517 Verifying : elfutils-libelf-0.178-7.el8.x86_64 146/517 Verifying : elfutils-libelf-0.174-6.el8.x86_64 147/517 Verifying : elfutils-libs-0.178-7.el8.x86_64 148/517 Verifying : elfutils-libs-0.174-6.el8.x86_64 149/517 Verifying : ethtool-2:5.0-2.el8.x86_64 150/517 Verifying : ethtool-2:4.16-1.el8.x86_64 151/517 Verifying : file-5.33-13.el8.x86_64 152/517 Verifying : file-5.33-8.el8.x86_64 153/517 Verifying : file-libs-5.33-13.el8.x86_64 154/517 Verifying : file-libs-5.33-8.el8.x86_64 155/517 Verifying : firewalld-0.8.0-4.el8.noarch 156/517 Verifying : firewalld-0.6.3-7.el8.noarch 157/517 Verifying : firewalld-filesystem-0.8.0-4.el8.noarch 158/517 Verifying : firewalld-filesystem-0.6.3-7.el8.noarch 159/517 Verifying : gettext-0.19.8.1-17.el8.x86_64 160/517 Verifying : gettext-0.19.8.1-14.el8.x86_64 161/517 Verifying : gettext-libs-0.19.8.1-17.el8.x86_64 162/517 Verifying : gettext-libs-0.19.8.1-14.el8.x86_64 163/517 Verifying : glib2-2.56.4-8.el8.x86_64 164/517 Verifying : glib2-2.56.4-1.el8.x86_64 165/517 Verifying : glibc-2.28-101.el8.x86_64 166/517 Verifying : glibc-2.28-42.el8.1.x86_64 167/517 Verifying : glibc-common-2.28-101.el8.x86_64 168/517 Verifying : glibc-common-2.28-42.el8.1.x86_64 169/517 Verifying : glibc-langpack-en-2.28-101.el8.x86_64 170/517 Verifying : glibc-langpack-en-2.28-42.el8.1.x86_64 171/517 Verifying : gmp-1:6.1.2-10.el8.x86_64 172/517 Verifying : gmp-1:6.1.2-8.el8.x86_64 173/517 Verifying : gnutls-3.6.8-11.el8_2.x86_64 174/517 Verifying : gnutls-3.6.5-2.el8.x86_64 175/517 Verifying : grub2-common-1:2.02-87.el8_2.noarch 176/517 Verifying : grub2-common-1:2.02-66.el8.noarch 177/517 Verifying : grub2-pc-1:2.02-87.el8_2.x86_64 178/517 Verifying : grub2-pc-1:2.02-66.el8.x86_64 179/517 Verifying : grub2-pc-modules-1:2.02-87.el8_2.noarch 180/517 Verifying : grub2-pc-modules-1:2.02-66.el8.noarch 181/517 Verifying : grub2-tools-1:2.02-87.el8_2.x86_64 182/517 Verifying : grub2-tools-1:2.02-66.el8.x86_64 183/517 Verifying : grub2-tools-extra-1:2.02-87.el8_2.x86_64 184/517 Verifying : grub2-tools-extra-1:2.02-66.el8.x86_64 185/517 Verifying : grub2-tools-minimal-1:2.02-87.el8_2.x86_64 186/517 Verifying : grub2-tools-minimal-1:2.02-66.el8.x86_64 187/517 Verifying : grubby-8.40-38.el8.x86_64 188/517 Verifying : grubby-8.40-34.el8.x86_64 189/517 Verifying : gssproxy-0.8.0-15.el8.x86_64 190/517 Verifying : gssproxy-0.8.0-5.el8.x86_64 191/517 Verifying : gzip-1.9-9.el8.x86_64 192/517 Verifying : gzip-1.9-4.el8.x86_64 193/517 Verifying : hwdata-0.314-8.4.el8.noarch 194/517 Verifying : hwdata-0.314-8.0.el8.noarch 195/517 Verifying : ima-evm-utils-1.1-5.el8.x86_64 196/517 Verifying : ima-evm-utils-1.1-4.el8.x86_64 197/517 Verifying : info-6.5-6.el8.x86_64 198/517 Verifying : info-6.5-4.el8.x86_64 199/517 Verifying : initscripts-10.00.6-1.el8_2.2.x86_64 200/517 Verifying : initscripts-10.00.1-1.el8.x86_64 201/517 Verifying : ipcalc-0.2.4-4.el8.x86_64 202/517 Verifying : ipcalc-0.2.4-3.el8.x86_64 203/517 Verifying : iproute-5.3.0-1.el8.x86_64 204/517 Verifying : iproute-4.18.0-11.el8.x86_64 205/517 Verifying : iprutils-2.4.18.1-1.el8.x86_64 206/517 Verifying : iprutils-2.4.16.1-2.el8.x86_64 207/517 Verifying : ipset-7.1-1.el8.x86_64 208/517 Verifying : ipset-6.38-3.el8.x86_64 209/517 Verifying : ipset-libs-7.1-1.el8.x86_64 210/517 Verifying : ipset-libs-6.38-3.el8.x86_64 211/517 Verifying : iptables-1.8.4-10.el8_2.1.x86_64 212/517 Verifying : iptables-1.8.2-9.el8.x86_64 213/517 Verifying : iptables-ebtables-1.8.4-10.el8_2.1.x86_64 214/517 Verifying : iptables-ebtables-1.8.2-9.el8.x86_64 215/517 Verifying : iptables-libs-1.8.4-10.el8_2.1.x86_64 216/517 Verifying : iptables-libs-1.8.2-9.el8.x86_64 217/517 Verifying : iputils-20180629-2.el8.x86_64 218/517 Verifying : iputils-20180629-1.el8.x86_64 219/517 Verifying : irqbalance-2:1.4.0-4.el8.x86_64 220/517 Verifying : irqbalance-2:1.4.0-2.el8.x86_64 221/517 Verifying : kernel-tools-4.18.0-193.19.1.el8_2.x86_64 222/517 Verifying : kernel-tools-4.18.0-80.el8.x86_64 223/517 Verifying : kernel-tools-libs-4.18.0-193.19.1.el8_2.x86_64 224/517 Verifying : kernel-tools-libs-4.18.0-80.el8.x86_64 225/517 Verifying : kexec-tools-2.0.20-14.el8.x86_64 226/517 Verifying : kexec-tools-2.0.17-28.el8.x86_64 227/517 Verifying : kmod-25-16.el8.x86_64 228/517 Verifying : kmod-25-11.el8.x86_64 229/517 Verifying : kmod-libs-25-16.el8.x86_64 230/517 Verifying : kmod-libs-25-11.el8.x86_64 231/517 Verifying : kpartx-0.8.3-3.el8_2.3.x86_64 232/517 Verifying : kpartx-0.7.8-7.el8.x86_64 233/517 Verifying : krb5-libs-1.17-18.el8.x86_64 234/517 Verifying : krb5-libs-1.16.1-22.el8.x86_64 235/517 Verifying : libarchive-3.3.2-8.el8_1.x86_64 236/517 Verifying : libarchive-3.3.2-3.el8.x86_64 237/517 Verifying : libblkid-2.32.1-22.el8.x86_64 238/517 Verifying : libblkid-2.32.1-8.el8.x86_64 239/517 Verifying : libcap-2.26-3.el8.x86_64 240/517 Verifying : libcap-2.25-9.el8.x86_64 241/517 Verifying : libcap-ng-0.7.9-5.el8.x86_64 242/517 Verifying : libcap-ng-0.7.9-4.el8.x86_64 243/517 Verifying : libcom_err-1.45.4-3.el8.x86_64 244/517 Verifying : libcom_err-1.44.3-2.el8.x86_64 245/517 Verifying : libcomps-0.1.11-4.el8.x86_64 246/517 Verifying : libcomps-0.1.8-13.el8.x86_64 247/517 Verifying : libcroco-0.6.12-4.el8_2.1.x86_64 248/517 Verifying : libcroco-0.6.12-4.el8.x86_64 249/517 Verifying : libcurl-7.61.1-12.el8.x86_64 250/517 Verifying : libcurl-7.61.1-8.el8.x86_64 251/517 Verifying : libdb-5.3.28-37.el8.x86_64 252/517 Verifying : libdb-5.3.28-36.el8.x86_64 253/517 Verifying : libdb-utils-5.3.28-37.el8.x86_64 254/517 Verifying : libdb-utils-5.3.28-36.el8.x86_64 255/517 Verifying : libdnf-0.39.1-6.el8_2.x86_64 256/517 Verifying : libdnf-0.22.5-4.el8.x86_64 257/517 Verifying : libfdisk-2.32.1-22.el8.x86_64 258/517 Verifying : libfdisk-2.32.1-8.el8.x86_64 259/517 Verifying : libffi-3.1-21.el8.x86_64 260/517 Verifying : libffi-3.1-18.el8.x86_64 261/517 Verifying : libgcc-8.3.1-5.el8.0.2.x86_64 262/517 Verifying : libgcc-8.2.1-3.5.el8.x86_64 263/517 Verifying : libgcrypt-1.8.3-4.el8.x86_64 264/517 Verifying : libgcrypt-1.8.3-2.el8.x86_64 265/517 Verifying : libgomp-8.3.1-5.el8.0.2.x86_64 266/517 Verifying : libgomp-8.2.1-3.5.el8.x86_64 267/517 Verifying : libicu-60.3-2.el8_1.x86_64 268/517 Verifying : libicu-60.2-7.el8.x86_64 269/517 Verifying : libidn2-2.2.0-1.el8.x86_64 270/517 Verifying : libidn2-2.0.5-1.el8.x86_64 271/517 Verifying : libldb-2.0.7-3.el8.x86_64 272/517 Verifying : libldb-1.4.2-2.el8.x86_64 273/517 Verifying : libmodulemd1-1.8.16-0.2.8.2.1.x86_64 274/517 Verifying : libmodulemd1-1.8.0-5.el8.x86_64 275/517 Verifying : libmount-2.32.1-22.el8.x86_64 276/517 Verifying : libmount-2.32.1-8.el8.x86_64 277/517 Verifying : libndp-1.7-3.el8.x86_64 278/517 Verifying : libndp-1.6-6.el8.x86_64 279/517 Verifying : libnfsidmap-1:2.3.3-31.el8.x86_64 280/517 Verifying : libnfsidmap-1:2.3.3-14.el8.x86_64 281/517 Verifying : libnftnl-1.1.5-4.el8.x86_64 282/517 Verifying : libnftnl-1.1.1-4.el8.x86_64 283/517 Verifying : libnghttp2-1.33.0-3.el8_2.1.x86_64 284/517 Verifying : libnghttp2-1.33.0-1.el8.x86_64 285/517 Verifying : libnl3-3.5.0-1.el8.x86_64 286/517 Verifying : libnl3-3.4.0-4.el8.x86_64 287/517 Verifying : libnl3-cli-3.5.0-1.el8.x86_64 288/517 Verifying : libnl3-cli-3.4.0-4.el8.x86_64 289/517 Verifying : libpcap-14:1.9.0-3.el8.x86_64 290/517 Verifying : libpcap-14:1.9.0-1.el8.x86_64 291/517 Verifying : librepo-1.11.0-3.el8_2.x86_64 292/517 Verifying : librepo-1.9.2-1.el8.x86_64 293/517 Verifying : libreport-filesystem-2.9.5-10.el8.x86_64 294/517 Verifying : libreport-filesystem-2.9.5-6.el8.x86_64 295/517 Verifying : libseccomp-2.4.1-1.el8.x86_64 296/517 Verifying : libseccomp-2.3.3-3.el8.x86_64 297/517 Verifying : libselinux-2.9-3.el8.x86_64 298/517 Verifying : libselinux-2.8-6.el8.x86_64 299/517 Verifying : libselinux-utils-2.9-3.el8.x86_64 300/517 Verifying : libselinux-utils-2.8-6.el8.x86_64 301/517 Verifying : libsemanage-2.9-2.el8.x86_64 302/517 Verifying : libsemanage-2.8-5.el8.x86_64 303/517 Verifying : libsepol-2.9-1.el8.x86_64 304/517 Verifying : libsepol-2.8-2.el8.x86_64 305/517 Verifying : libsmartcols-2.32.1-22.el8.x86_64 306/517 Verifying : libsmartcols-2.32.1-8.el8.x86_64 307/517 Verifying : libsolv-0.7.7-1.el8.x86_64 308/517 Verifying : libsolv-0.6.35-6.el8.x86_64 309/517 Verifying : libss-1.45.4-3.el8.x86_64 310/517 Verifying : libss-1.44.3-2.el8.x86_64 311/517 Verifying : libssh-0.9.0-4.el8.x86_64 312/517 Verifying : libssh-0.8.5-2.el8.x86_64 313/517 Verifying : libsss_autofs-2.2.3-20.el8.x86_64 314/517 Verifying : libsss_autofs-2.0.0-43.el8.x86_64 315/517 Verifying : libsss_certmap-2.2.3-20.el8.x86_64 316/517 Verifying : libsss_certmap-2.0.0-43.el8.x86_64 317/517 Verifying : libsss_idmap-2.2.3-20.el8.x86_64 318/517 Verifying : libsss_idmap-2.0.0-43.el8.x86_64 319/517 Verifying : libsss_nss_idmap-2.2.3-20.el8.x86_64 320/517 Verifying : libsss_nss_idmap-2.0.0-43.el8.x86_64 321/517 Verifying : libsss_sudo-2.2.3-20.el8.x86_64 322/517 Verifying : libsss_sudo-2.0.0-43.el8.x86_64 323/517 Verifying : libstdc++-8.3.1-5.el8.0.2.x86_64 324/517 Verifying : libstdc++-8.2.1-3.5.el8.x86_64 325/517 Verifying : libtalloc-2.2.0-7.el8.x86_64 326/517 Verifying : libtalloc-2.1.14-3.el8.x86_64 327/517 Verifying : libtdb-1.4.2-2.el8.x86_64 328/517 Verifying : libtdb-1.3.16-3.el8.x86_64 329/517 Verifying : libteam-1.29-1.el8_2.2.x86_64 330/517 Verifying : libteam-1.27-10.el8.x86_64 331/517 Verifying : libtevent-0.10.0-2.el8.x86_64 332/517 Verifying : libtevent-0.9.37-2.el8.x86_64 333/517 Verifying : libtirpc-1.1.4-4.el8.x86_64 334/517 Verifying : libtirpc-1.1.4-3.el8.x86_64 335/517 Verifying : libuser-0.62-23.el8.x86_64 336/517 Verifying : libuser-0.62-21.el8.x86_64 337/517 Verifying : libuuid-2.32.1-22.el8.x86_64 338/517 Verifying : libuuid-2.32.1-8.el8.x86_64 339/517 Verifying : libwbclient-4.11.2-13.el8.x86_64 340/517 Verifying : libwbclient-4.9.1-8.el8.x86_64 341/517 Verifying : libxml2-2.9.7-7.el8.x86_64 342/517 Verifying : libxml2-2.9.7-5.el8.x86_64 343/517 Verifying : libxslt-1.1.32-4.el8.x86_64 344/517 Verifying : libxslt-1.1.32-3.el8.x86_64 345/517 Verifying : linux-firmware-20191202-97.gite8a0f4c9.el8.noarch 346/517 Verifying : linux-firmware-20190111-92.gitd9fb2ee6.el8.noarch 347/517 Verifying : lshw-B.02.18-23.el8.x86_64 348/517 Verifying : lshw-B.02.18-16.el8.x86_64 349/517 Verifying : lua-libs-5.3.4-11.el8.x86_64 350/517 Verifying : lua-libs-5.3.4-10.el8.x86_64 351/517 Verifying : mozjs52-52.9.0-2.el8.x86_64 352/517 Verifying : mozjs52-52.9.0-1.el8.x86_64 353/517 Verifying : newt-0.52.20-11.el8.x86_64 354/517 Verifying : newt-0.52.20-9.el8.x86_64 355/517 Verifying : nfs-utils-1:2.3.3-31.el8.x86_64 356/517 Verifying : nfs-utils-1:2.3.3-14.el8.x86_64 357/517 Verifying : nftables-1:0.9.3-12.el8.x86_64 358/517 Verifying : nftables-1:0.9.0-8.el8.x86_64 359/517 Verifying : numactl-libs-2.0.12-9.el8.x86_64 360/517 Verifying : numactl-libs-2.0.12-2.el8.x86_64 361/517 Verifying : openldap-2.4.46-11.el8_1.x86_64 362/517 Verifying : openldap-2.4.46-9.el8.x86_64 363/517 Verifying : openssh-8.0p1-4.el8_1.x86_64 364/517 Verifying : openssh-7.8p1-4.el8.x86_64 365/517 Verifying : openssh-clients-8.0p1-4.el8_1.x86_64 366/517 Verifying : openssh-clients-7.8p1-4.el8.x86_64 367/517 Verifying : openssh-server-8.0p1-4.el8_1.x86_64 368/517 Verifying : openssh-server-7.8p1-4.el8.x86_64 369/517 Verifying : openssl-1:1.1.1c-15.el8.x86_64 370/517 Verifying : openssl-1:1.1.1-8.el8.x86_64 371/517 Verifying : openssl-libs-1:1.1.1c-15.el8.x86_64 372/517 Verifying : openssl-libs-1:1.1.1-8.el8.x86_64 373/517 Verifying : openssl-pkcs11-0.4.10-2.el8.x86_64 374/517 Verifying : openssl-pkcs11-0.4.8-2.el8.x86_64 375/517 Verifying : p11-kit-0.23.14-5.el8_0.x86_64 376/517 Verifying : p11-kit-0.23.14-4.el8.x86_64 377/517 Verifying : p11-kit-trust-0.23.14-5.el8_0.x86_64 378/517 Verifying : p11-kit-trust-0.23.14-4.el8.x86_64 379/517 Verifying : pam-1.3.1-8.el8.x86_64 380/517 Verifying : pam-1.3.1-4.el8.x86_64 381/517 Verifying : parted-3.2-38.el8.x86_64 382/517 Verifying : parted-3.2-36.el8.x86_64 383/517 Verifying : passwd-0.80-3.el8.x86_64 384/517 Verifying : passwd-0.80-2.el8.x86_64 385/517 Verifying : pigz-2.4-4.el8.x86_64 386/517 Verifying : pigz-2.4-2.el8.x86_64 387/517 Verifying : platform-python-3.6.8-23.el8.x86_64 388/517 Verifying : platform-python-3.6.8-1.el8.0.1.x86_64 389/517 Verifying : platform-python-pip-9.0.3-16.el8.noarch 390/517 Verifying : platform-python-pip-9.0.3-13.el8.noarch 391/517 Verifying : platform-python-setuptools-39.2.0-5.el8.noarch 392/517 Verifying : platform-python-setuptools-39.2.0-4.el8.noarch 393/517 Verifying : policycoreutils-2.9-9.el8.x86_64 394/517 Verifying : policycoreutils-2.8-16.1.el8.x86_64 395/517 Verifying : polkit-0.115-11.el8.x86_64 396/517 Verifying : polkit-0.115-6.el8.x86_64 397/517 Verifying : polkit-libs-0.115-11.el8.x86_64 398/517 Verifying : polkit-libs-0.115-6.el8.x86_64 399/517 Verifying : python3-cryptography-2.3-3.el8.x86_64 400/517 Verifying : python3-cryptography-2.3-2.el8.x86_64 401/517 Verifying : python3-dbus-1.2.4-15.el8.x86_64 402/517 Verifying : python3-dbus-1.2.4-14.el8.x86_64 403/517 Verifying : python3-dmidecode-3.12.2-15.el8.x86_64 404/517 Verifying : python3-dmidecode-3.12.2-13.el8.x86_64 405/517 Verifying : python3-dnf-4.2.17-7.el8_2.noarch 406/517 Verifying : python3-dnf-4.0.9.2-5.el8.noarch 407/517 Verifying : python3-dnf-plugins-core-4.0.12-4.el8_2.noarch 408/517 Verifying : python3-dnf-plugins-core-4.0.2.2-3.el8.noarch 409/517 Verifying : python3-firewall-0.8.0-4.el8.noarch 410/517 Verifying : python3-firewall-0.6.3-7.el8.noarch 411/517 Verifying : python3-hawkey-0.39.1-6.el8_2.x86_64 412/517 Verifying : python3-hawkey-0.22.5-4.el8.x86_64 413/517 Verifying : python3-libcomps-0.1.11-4.el8.x86_64 414/517 Verifying : python3-libcomps-0.1.8-13.el8.x86_64 415/517 Verifying : python3-libdnf-0.39.1-6.el8_2.x86_64 416/517 Verifying : python3-libdnf-0.22.5-4.el8.x86_64 417/517 Verifying : python3-librepo-1.11.0-3.el8_2.x86_64 418/517 Verifying : python3-librepo-1.9.2-1.el8.x86_64 419/517 Verifying : python3-libs-3.6.8-23.el8.x86_64 420/517 Verifying : python3-libs-3.6.8-1.el8.0.1.x86_64 421/517 Verifying : python3-libselinux-2.9-3.el8.x86_64 422/517 Verifying : python3-libselinux-2.8-6.el8.x86_64 423/517 Verifying : python3-libxml2-2.9.7-7.el8.x86_64 424/517 Verifying : python3-libxml2-2.9.7-5.el8.x86_64 425/517 Verifying : python3-linux-procfs-0.6-7.el8.noarch 426/517 Verifying : python3-linux-procfs-0.6-6.el8.noarch 427/517 Verifying : python3-perf-4.18.0-193.19.1.el8_2.x86_64 428/517 Verifying : python3-perf-4.18.0-80.el8.x86_64 429/517 Verifying : python3-ply-3.9-8.el8.noarch 430/517 Verifying : python3-ply-3.9-7.el8.noarch 431/517 Verifying : python3-rpm-4.14.2-37.el8.x86_64 432/517 Verifying : python3-rpm-4.14.2-9.el8.x86_64 433/517 Verifying : python3-schedutils-0.6-6.el8.x86_64 434/517 Verifying : python3-schedutils-0.6-5.el8.x86_64 435/517 Verifying : python3-syspurpose-1.26.20-1.el8_2.x86_64 436/517 Verifying : python3-syspurpose-1.23.8-35.el8.x86_64 437/517 Verifying : rng-tools-6.8-3.el8.x86_64 438/517 Verifying : rng-tools-6.6-2.el8.x86_64 439/517 Verifying : rpcbind-1.2.5-7.el8.x86_64 440/517 Verifying : rpcbind-1.2.5-3.el8.x86_64 441/517 Verifying : rpm-4.14.2-37.el8.x86_64 442/517 Verifying : rpm-4.14.2-9.el8.x86_64 443/517 Verifying : rpm-build-libs-4.14.2-37.el8.x86_64 444/517 Verifying : rpm-build-libs-4.14.2-9.el8.x86_64 445/517 Verifying : rpm-libs-4.14.2-37.el8.x86_64 446/517 Verifying : rpm-libs-4.14.2-9.el8.x86_64 447/517 Verifying : rpm-plugin-selinux-4.14.2-37.el8.x86_64 448/517 Verifying : rpm-plugin-selinux-4.14.2-9.el8.x86_64 449/517 Verifying : rpm-plugin-systemd-inhibit-4.14.2-37.el8.x86_64 450/517 Verifying : rpm-plugin-systemd-inhibit-4.14.2-9.el8.x86_64 451/517 Verifying : rsync-3.1.3-7.el8.x86_64 452/517 Verifying : rsync-3.1.3-4.el8.x86_64 453/517 Verifying : samba-client-libs-4.11.2-13.el8.x86_64 454/517 Verifying : samba-client-libs-4.9.1-8.el8.x86_64 455/517 Verifying : samba-common-4.11.2-13.el8.noarch 456/517 Verifying : samba-common-4.9.1-8.el8.noarch 457/517 Verifying : samba-common-libs-4.11.2-13.el8.x86_64 458/517 Verifying : samba-common-libs-4.9.1-8.el8.x86_64 459/517 Verifying : selinux-policy-3.14.3-41.el8_2.6.noarch 460/517 Verifying : selinux-policy-3.14.1-61.el8.noarch 461/517 Verifying : selinux-policy-targeted-3.14.3-41.el8_2.6.noarch 462/517 Verifying : selinux-policy-targeted-3.14.1-61.el8.noarch 463/517 Verifying : setup-2.12.2-5.el8.noarch 464/517 Verifying : setup-2.12.2-1.el8.noarch 465/517 Verifying : sg3_utils-1.44-5.el8.x86_64 466/517 Verifying : sg3_utils-1.44-2.el8.x86_64 467/517 Verifying : sg3_utils-libs-1.44-5.el8.x86_64 468/517 Verifying : sg3_utils-libs-1.44-2.el8.x86_64 469/517 Verifying : shadow-utils-2:4.6-8.el8.x86_64 470/517 Verifying : shadow-utils-2:4.6-7.el8.x86_64 471/517 Verifying : sqlite-3.26.0-6.el8.x86_64 472/517 Verifying : sqlite-3.26.0-3.el8.x86_64 473/517 Verifying : sqlite-libs-3.26.0-6.el8.x86_64 474/517 Verifying : sqlite-libs-3.26.0-3.el8.x86_64 475/517 Verifying : squashfs-tools-4.3-19.el8.x86_64 476/517 Verifying : squashfs-tools-4.3-17.el8.x86_64 477/517 Verifying : sssd-client-2.2.3-20.el8.x86_64 478/517 Verifying : sssd-client-2.0.0-43.el8.x86_64 479/517 Verifying : sssd-common-2.2.3-20.el8.x86_64 480/517 Verifying : sssd-common-2.0.0-43.el8.x86_64 481/517 Verifying : sssd-kcm-2.2.3-20.el8.x86_64 482/517 Verifying : sssd-kcm-2.0.0-43.el8.x86_64 483/517 Verifying : sssd-nfs-idmap-2.2.3-20.el8.x86_64 484/517 Verifying : sssd-nfs-idmap-2.0.0-43.el8.x86_64 485/517 Verifying : sudo-1.8.29-5.el8.x86_64 486/517 Verifying : sudo-1.8.25p1-4.el8.x86_64 487/517 Verifying : systemd-239-31.el8_2.2.x86_64 488/517 Verifying : systemd-239-13.el8.x86_64 489/517 Verifying : systemd-libs-239-31.el8_2.2.x86_64 490/517 Verifying : systemd-libs-239-13.el8.x86_64 491/517 Verifying : systemd-pam-239-31.el8_2.2.x86_64 492/517 Verifying : systemd-pam-239-13.el8.x86_64 493/517 Verifying : systemd-udev-239-31.el8_2.2.x86_64 494/517 Verifying : systemd-udev-239-13.el8.x86_64 495/517 Verifying : teamd-1.29-1.el8_2.2.x86_64 496/517 Verifying : teamd-1.27-10.el8.x86_64 497/517 Verifying : trousers-0.3.14-4.el8.x86_64 498/517 Verifying : trousers-0.3.14-2.el8.x86_64 499/517 Verifying : trousers-lib-0.3.14-4.el8.x86_64 500/517 Verifying : trousers-lib-0.3.14-2.el8.x86_64 501/517 Verifying : tuned-2.13.0-6.el8.noarch 502/517 Verifying : tuned-2.10.0-15.el8.noarch 503/517 Verifying : tzdata-2020a-1.el8.noarch 504/517 Verifying : tzdata-2019a-1.el8.noarch 505/517 Verifying : util-linux-2.32.1-22.el8.x86_64 506/517 Verifying : util-linux-2.32.1-8.el8.x86_64 507/517 Verifying : vim-minimal-2:8.0.1763-13.el8.x86_64 508/517 Verifying : vim-minimal-2:8.0.1763-10.el8.x86_64 509/517 Verifying : which-2.21-12.el8.x86_64 510/517 Verifying : which-2.21-10.el8.x86_64 511/517 Verifying : xfsprogs-5.0.0-2.el8.x86_64 512/517 Verifying : xfsprogs-4.19.0-2.el8.x86_64 513/517 Verifying : yum-4.2.17-7.el8_2.noarch 514/517 Verifying : yum-4.0.9.2-5.el8.noarch 515/517 Verifying : zlib-1.2.11-16.el8_2.x86_64 516/517 Verifying : zlib-1.2.11-10.el8.x86_64 517/517 Upgraded: dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch hyperv-daemons-0-0.28.20180415git.el8.x86_64 hyperv-daemons-license-0-0.28.20180415git.el8.noarch hypervfcopyd-0-0.28.20180415git.el8.x86_64 hypervkvpd-0-0.28.20180415git.el8.x86_64 hypervvssd-0-0.28.20180415git.el8.x86_64 libdrm-2.4.100-1.el8.x86_64 libmaxminddb-1.2.0-7.el8.x86_64 libmspack-0.7-0.3.alpha.el8.4.x86_64 libxkbcommon-0.9.1-1.el8.x86_64 open-vm-tools-11.0.5-3.el8.x86_64 python3-dnf-plugin-spacewalk-2.8.5-11.module_el8.1.0+211+ad6c0bc7.noarch python3-newt-0.52.20-11.el8.x86_64 python3-rhn-client-tools-2.8.16-13.module_el8.1.0+211+ad6c0bc7.x86_64 python3-rhnlib-2.8.6-8.module_el8.1.0+211+ad6c0bc7.noarch python3-unbound-1.7.3-11.el8_2.x86_64 qemu-guest-agent-15:2.12.0-99.module_el8.2.0+385+c644c6e8.2.x86_64 rhn-client-tools-2.8.16-13.module_el8.1.0+211+ad6c0bc7.x86_64 rsyslog-8.1911.0-3.el8.x86_64 unbound-libs-1.7.3-11.el8_2.x86_64 xkeyboard-config-2.28-1.el8.noarch NetworkManager-1:1.22.8-5.el8_2.x86_64 NetworkManager-libnm-1:1.22.8-5.el8_2.x86_64 NetworkManager-team-1:1.22.8-5.el8_2.x86_64 NetworkManager-tui-1:1.22.8-5.el8_2.x86_64 audit-3.0-0.17.20191104git1c2f876.el8.x86_64 audit-libs-3.0-0.17.20191104git1c2f876.el8.x86_64 authselect-1.1-2.el8.x86_64 authselect-libs-1.1-2.el8.x86_64 bash-4.4.19-10.el8.x86_64 bind-export-libs-32:9.11.13-6.el8_2.1.x86_64 ca-certificates-2020.2.41-80.0.el8_2.noarch centos-release-8.2-2.2004.0.2.el8.x86_64 chrony-3.5-1.el8.x86_64 cifs-utils-6.8-3.el8.x86_64 coreutils-8.30-7.el8_2.1.x86_64 coreutils-common-8.30-7.el8_2.1.x86_64 cronie-1.5.2-4.el8.x86_64 cronie-anacron-1.5.2-4.el8.x86_64 crypto-policies-20191128-2.git23e1bf1.el8.noarch cryptsetup-libs-2.2.2-1.el8.x86_64 cups-libs-1:2.2.6-33.el8.x86_64 curl-7.61.1-12.el8.x86_64 cyrus-sasl-lib-2.1.27-1.el8.x86_64 dbus-1:1.12.8-10.el8_2.x86_64 dbus-common-1:1.12.8-10.el8_2.noarch dbus-daemon-1:1.12.8-10.el8_2.x86_64 dbus-libs-1:1.12.8-10.el8_2.x86_64 dbus-tools-1:1.12.8-10.el8_2.x86_64 device-mapper-8:1.02.169-3.el8.x86_64 device-mapper-libs-8:1.02.169-3.el8.x86_64 dhcp-client-12:4.3.6-40.el8.x86_64 dhcp-common-12:4.3.6-40.el8.noarch dhcp-libs-12:4.3.6-40.el8.x86_64 diffutils-3.6-6.el8.x86_64 dmidecode-1:3.2-5.el8.x86_64 dnf-4.2.17-7.el8_2.noarch dnf-data-4.2.17-7.el8_2.noarch dnf-plugins-core-4.0.12-4.el8_2.noarch dracut-049-70.git20200228.el8.x86_64 dracut-network-049-70.git20200228.el8.x86_64 dracut-squash-049-70.git20200228.el8.x86_64 e2fsprogs-1.45.4-3.el8.x86_64 e2fsprogs-libs-1.45.4-3.el8.x86_64 elfutils-default-yama-scope-0.178-7.el8.noarch elfutils-libelf-0.178-7.el8.x86_64 elfutils-libs-0.178-7.el8.x86_64 ethtool-2:5.0-2.el8.x86_64 file-5.33-13.el8.x86_64 file-libs-5.33-13.el8.x86_64 firewalld-0.8.0-4.el8.noarch firewalld-filesystem-0.8.0-4.el8.noarch gettext-0.19.8.1-17.el8.x86_64 gettext-libs-0.19.8.1-17.el8.x86_64 glib2-2.56.4-8.el8.x86_64 glibc-2.28-101.el8.x86_64 glibc-common-2.28-101.el8.x86_64 glibc-langpack-en-2.28-101.el8.x86_64 gmp-1:6.1.2-10.el8.x86_64 gnutls-3.6.8-11.el8_2.x86_64 grub2-common-1:2.02-87.el8_2.noarch grub2-pc-1:2.02-87.el8_2.x86_64 grub2-pc-modules-1:2.02-87.el8_2.noarch grub2-tools-1:2.02-87.el8_2.x86_64 grub2-tools-extra-1:2.02-87.el8_2.x86_64 grub2-tools-minimal-1:2.02-87.el8_2.x86_64 grubby-8.40-38.el8.x86_64 gssproxy-0.8.0-15.el8.x86_64 gzip-1.9-9.el8.x86_64 hwdata-0.314-8.4.el8.noarch ima-evm-utils-1.1-5.el8.x86_64 info-6.5-6.el8.x86_64 initscripts-10.00.6-1.el8_2.2.x86_64 ipcalc-0.2.4-4.el8.x86_64 iproute-5.3.0-1.el8.x86_64 iprutils-2.4.18.1-1.el8.x86_64 ipset-7.1-1.el8.x86_64 ipset-libs-7.1-1.el8.x86_64 iptables-1.8.4-10.el8_2.1.x86_64 iptables-ebtables-1.8.4-10.el8_2.1.x86_64 iptables-libs-1.8.4-10.el8_2.1.x86_64 iputils-20180629-2.el8.x86_64 irqbalance-2:1.4.0-4.el8.x86_64 kernel-tools-4.18.0-193.19.1.el8_2.x86_64 kernel-tools-libs-4.18.0-193.19.1.el8_2.x86_64 kexec-tools-2.0.20-14.el8.x86_64 kmod-25-16.el8.x86_64 kmod-libs-25-16.el8.x86_64 kpartx-0.8.3-3.el8_2.3.x86_64 krb5-libs-1.17-18.el8.x86_64 libarchive-3.3.2-8.el8_1.x86_64 libblkid-2.32.1-22.el8.x86_64 libcap-2.26-3.el8.x86_64 libcap-ng-0.7.9-5.el8.x86_64 libcom_err-1.45.4-3.el8.x86_64 libcomps-0.1.11-4.el8.x86_64 libcroco-0.6.12-4.el8_2.1.x86_64 libcurl-7.61.1-12.el8.x86_64 libdb-5.3.28-37.el8.x86_64 libdb-utils-5.3.28-37.el8.x86_64 libdnf-0.39.1-6.el8_2.x86_64 libfdisk-2.32.1-22.el8.x86_64 libffi-3.1-21.el8.x86_64 libgcc-8.3.1-5.el8.0.2.x86_64 libgcrypt-1.8.3-4.el8.x86_64 libgomp-8.3.1-5.el8.0.2.x86_64 libicu-60.3-2.el8_1.x86_64 libidn2-2.2.0-1.el8.x86_64 libldb-2.0.7-3.el8.x86_64 libmodulemd1-1.8.16-0.2.8.2.1.x86_64 libmount-2.32.1-22.el8.x86_64 libndp-1.7-3.el8.x86_64 libnfsidmap-1:2.3.3-31.el8.x86_64 libnftnl-1.1.5-4.el8.x86_64 libnghttp2-1.33.0-3.el8_2.1.x86_64 libnl3-3.5.0-1.el8.x86_64 libnl3-cli-3.5.0-1.el8.x86_64 libpcap-14:1.9.0-3.el8.x86_64 librepo-1.11.0-3.el8_2.x86_64 libreport-filesystem-2.9.5-10.el8.x86_64 libseccomp-2.4.1-1.el8.x86_64 libselinux-2.9-3.el8.x86_64 libselinux-utils-2.9-3.el8.x86_64 libsemanage-2.9-2.el8.x86_64 libsepol-2.9-1.el8.x86_64 libsmartcols-2.32.1-22.el8.x86_64 libsolv-0.7.7-1.el8.x86_64 libss-1.45.4-3.el8.x86_64 libssh-0.9.0-4.el8.x86_64 libsss_autofs-2.2.3-20.el8.x86_64 libsss_certmap-2.2.3-20.el8.x86_64 libsss_idmap-2.2.3-20.el8.x86_64 libsss_nss_idmap-2.2.3-20.el8.x86_64 libsss_sudo-2.2.3-20.el8.x86_64 libstdc++-8.3.1-5.el8.0.2.x86_64 libtalloc-2.2.0-7.el8.x86_64 libtdb-1.4.2-2.el8.x86_64 libteam-1.29-1.el8_2.2.x86_64 libtevent-0.10.0-2.el8.x86_64 libtirpc-1.1.4-4.el8.x86_64 libuser-0.62-23.el8.x86_64 libuuid-2.32.1-22.el8.x86_64 libwbclient-4.11.2-13.el8.x86_64 libxml2-2.9.7-7.el8.x86_64 libxslt-1.1.32-4.el8.x86_64 linux-firmware-20191202-97.gite8a0f4c9.el8.noarch lshw-B.02.18-23.el8.x86_64 lua-libs-5.3.4-11.el8.x86_64 mozjs52-52.9.0-2.el8.x86_64 newt-0.52.20-11.el8.x86_64 nfs-utils-1:2.3.3-31.el8.x86_64 nftables-1:0.9.3-12.el8.x86_64 numactl-libs-2.0.12-9.el8.x86_64 openldap-2.4.46-11.el8_1.x86_64 openssh-8.0p1-4.el8_1.x86_64 openssh-clients-8.0p1-4.el8_1.x86_64 openssh-server-8.0p1-4.el8_1.x86_64 openssl-1:1.1.1c-15.el8.x86_64 openssl-libs-1:1.1.1c-15.el8.x86_64 openssl-pkcs11-0.4.10-2.el8.x86_64 p11-kit-0.23.14-5.el8_0.x86_64 p11-kit-trust-0.23.14-5.el8_0.x86_64 pam-1.3.1-8.el8.x86_64 parted-3.2-38.el8.x86_64 passwd-0.80-3.el8.x86_64 pigz-2.4-4.el8.x86_64 platform-python-3.6.8-23.el8.x86_64 platform-python-pip-9.0.3-16.el8.noarch platform-python-setuptools-39.2.0-5.el8.noarch policycoreutils-2.9-9.el8.x86_64 polkit-0.115-11.el8.x86_64 polkit-libs-0.115-11.el8.x86_64 python3-cryptography-2.3-3.el8.x86_64 python3-dbus-1.2.4-15.el8.x86_64 python3-dmidecode-3.12.2-15.el8.x86_64 python3-dnf-4.2.17-7.el8_2.noarch python3-dnf-plugins-core-4.0.12-4.el8_2.noarch python3-firewall-0.8.0-4.el8.noarch python3-hawkey-0.39.1-6.el8_2.x86_64 python3-libcomps-0.1.11-4.el8.x86_64 python3-libdnf-0.39.1-6.el8_2.x86_64 python3-librepo-1.11.0-3.el8_2.x86_64 python3-libs-3.6.8-23.el8.x86_64 python3-libselinux-2.9-3.el8.x86_64 python3-libxml2-2.9.7-7.el8.x86_64 python3-linux-procfs-0.6-7.el8.noarch python3-perf-4.18.0-193.19.1.el8_2.x86_64 python3-ply-3.9-8.el8.noarch python3-rpm-4.14.2-37.el8.x86_64 python3-schedutils-0.6-6.el8.x86_64 python3-syspurpose-1.26.20-1.el8_2.x86_64 rng-tools-6.8-3.el8.x86_64 rpcbind-1.2.5-7.el8.x86_64 rpm-4.14.2-37.el8.x86_64 rpm-build-libs-4.14.2-37.el8.x86_64 rpm-libs-4.14.2-37.el8.x86_64 rpm-plugin-selinux-4.14.2-37.el8.x86_64 rpm-plugin-systemd-inhibit-4.14.2-37.el8.x86_64 rsync-3.1.3-7.el8.x86_64 samba-client-libs-4.11.2-13.el8.x86_64 samba-common-4.11.2-13.el8.noarch samba-common-libs-4.11.2-13.el8.x86_64 selinux-policy-3.14.3-41.el8_2.6.noarch selinux-policy-targeted-3.14.3-41.el8_2.6.noarch setup-2.12.2-5.el8.noarch sg3_utils-1.44-5.el8.x86_64 sg3_utils-libs-1.44-5.el8.x86_64 shadow-utils-2:4.6-8.el8.x86_64 sqlite-3.26.0-6.el8.x86_64 sqlite-libs-3.26.0-6.el8.x86_64 squashfs-tools-4.3-19.el8.x86_64 sssd-client-2.2.3-20.el8.x86_64 sssd-common-2.2.3-20.el8.x86_64 sssd-kcm-2.2.3-20.el8.x86_64 sssd-nfs-idmap-2.2.3-20.el8.x86_64 sudo-1.8.29-5.el8.x86_64 systemd-239-31.el8_2.2.x86_64 systemd-libs-239-31.el8_2.2.x86_64 systemd-pam-239-31.el8_2.2.x86_64 systemd-udev-239-31.el8_2.2.x86_64 teamd-1.29-1.el8_2.2.x86_64 trousers-0.3.14-4.el8.x86_64 trousers-lib-0.3.14-4.el8.x86_64 tuned-2.13.0-6.el8.noarch tzdata-2020a-1.el8.noarch util-linux-2.32.1-22.el8.x86_64 vim-minimal-2:8.0.1763-13.el8.x86_64 which-2.21-12.el8.x86_64 xfsprogs-5.0.0-2.el8.x86_64 yum-4.2.17-7.el8_2.noarch zlib-1.2.11-16.el8_2.x86_64 Installed: kernel-4.18.0-193.19.1.el8_2.x86_64 kernel-core-4.18.0-193.19.1.el8_2.x86_64 kernel-modules-4.18.0-193.19.1.el8_2.x86_64 yum-utils-4.0.12-4.el8_2.noarch elfutils-debuginfod-client-0.178-7.el8.x86_64 centos-gpg-keys-8.2-2.2004.0.2.el8.noarch centos-repos-8.2-2.2004.0.2.el8.x86_64 grub2-tools-efi-1:2.02-87.el8_2.x86_64 libssh-config-0.9.0-4.el8.noarch libzstd-1.4.2-2.el8.x86_64 mozjs60-60.9.0-4.el8.x86_64 python3-nftables-1:0.9.3-12.el8.x86_64 python3-pip-wheel-9.0.3-16.el8.noarch python3-setuptools-wheel-39.2.0-5.el8.noarch Complete! [root@localhost ~]# dnf -y install epel-release Last metadata expiration check: 0:44:51 ago on Tue 13 Oct 2020 05:53:01 PM UTC. Dependencies resolved. ============================================================================================================================================================================ Package Architecture Version Repository Size ============================================================================================================================================================================ Installing: epel-release noarch 8-8.el8 extras 23 k Transaction Summary ============================================================================================================================================================================ Install 1 Package Total download size: 23 k Installed size: 32 k Downloading Packages: epel-release-8-8.el8.noarch.rpm 152 kB/s | 23 kB 00:00 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Total 31 kB/s | 23 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : epel-release-8-8.el8.noarch 1/1 Running scriptlet: epel-release-8-8.el8.noarch 1/1 Verifying : epel-release-8-8.el8.noarch 1/1 Installed: epel-release-8-8.el8.noarch Complete! [root@localhost ~]# curl https://termbin.com/sc70j > nightly-build.sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 3975 100 3975 0 0 4558 0 --:--:-- --:--:-- --:--:-- 4558 [root@localhost ~]# export CENTOS_VERSION=8 CENTOS_ARCH=x86_64 GERRIT_BRANCH=master [root@localhost ~]# sh -x nightly-build.sh + set -e + yum -y install git autoconf automake gcc libtool bison flex make rpm-build mock createrepo_c Extra Packages for Enterprise Linux Modular 8 - x86_64 10 kB/s | 97 kB 00:09 Extra Packages for Enterprise Linux 8 - x86_64 1.6 MB/s | 8.1 MB 00:05 Dependencies resolved. ============================================================================================================================================================================ Package Architecture Version Repository Size ============================================================================================================================================================================ Installing: autoconf noarch 2.69-27.el8 AppStream 710 k automake noarch 1.16.1-6.el8 AppStream 713 k bison x86_64 3.0.4-10.el8 AppStream 688 k createrepo_c x86_64 0.15.1-2.el8 AppStream 83 k flex x86_64 2.6.1-9.el8 AppStream 320 k gcc x86_64 8.3.1-5.el8.0.2 AppStream 23 M git x86_64 2.18.4-2.el8_2 AppStream 186 k libtool x86_64 2.4.6-25.el8 AppStream 709 k make x86_64 1:4.2.1-10.el8 BaseOS 498 k mock noarch 2.6-1.el8 epel 197 k rpm-build x86_64 4.14.2-37.el8 AppStream 171 k Installing dependencies: annobin x86_64 8.90-1.el8.0.1 AppStream 201 k binutils x86_64 2.30-73.el8 BaseOS 5.7 M cpp x86_64 8.3.1-5.el8.0.2 AppStream 10 M createrepo_c-libs x86_64 0.15.1-2.el8 AppStream 111 k distribution-gpg-keys noarch 1.41-1.el8 epel 319 k drpm x86_64 0.4.1-1.el8 AppStream 67 k dwz x86_64 0.12-9.el8 AppStream 109 k efi-srpm-macros noarch 3-2.el8 AppStream 22 k elfutils x86_64 0.178-7.el8 BaseOS 540 k emacs-filesystem noarch 1:26.1-5.el8 BaseOS 69 k gc x86_64 7.6.4-3.el8 AppStream 109 k gdb-headless x86_64 8.2-11.el8 AppStream 3.7 M ghc-srpm-macros noarch 1.4.2-7.el8 AppStream 9.3 k git-core x86_64 2.18.4-2.el8_2 AppStream 4.0 M git-core-doc noarch 2.18.4-2.el8_2 AppStream 2.3 M glibc-devel x86_64 2.28-101.el8 BaseOS 1.0 M glibc-headers x86_64 2.28-101.el8 BaseOS 473 k go-srpm-macros noarch 2-16.el8 AppStream 14 k guile x86_64 5:2.0.14-7.el8 AppStream 3.5 M isl x86_64 0.16.1-6.el8 AppStream 841 k kernel-headers x86_64 4.18.0-193.19.1.el8_2 BaseOS 4.0 M libatomic_ops x86_64 7.6.2-3.el8 AppStream 38 k libbabeltrace x86_64 1.5.4-2.el8 AppStream 201 k libipt x86_64 1.6.1-8.el8 AppStream 50 k libmpc x86_64 1.0.2-9.el8 AppStream 59 k libxcrypt-devel x86_64 4.1.1-4.el8 BaseOS 25 k m4 x86_64 1.4.18-7.el8 BaseOS 223 k mock-core-configs noarch 33-1.el8 epel 58 k mock-filesystem noarch 2.6-1.el8 epel 32 k ocaml-srpm-macros noarch 5-4.el8 AppStream 9.4 k openblas-srpm-macros noarch 2-2.el8 AppStream 7.9 k patch x86_64 2.7.6-11.el8 BaseOS 138 k perl-Carp noarch 1.42-396.el8 BaseOS 30 k perl-Data-Dumper x86_64 2.167-399.el8 BaseOS 58 k perl-Digest noarch 1.17-395.el8 AppStream 27 k perl-Digest-MD5 x86_64 2.55-396.el8 AppStream 37 k perl-Encode x86_64 4:2.97-3.el8 BaseOS 1.5 M perl-Errno x86_64 1.28-416.el8 BaseOS 76 k perl-Error noarch 1:0.17025-2.el8 AppStream 46 k perl-Exporter noarch 5.72-396.el8 BaseOS 34 k perl-File-Path noarch 2.15-2.el8 BaseOS 38 k perl-File-Temp noarch 0.230.600-1.el8 BaseOS 63 k perl-Getopt-Long noarch 1:2.50-4.el8 BaseOS 63 k perl-Git noarch 2.18.4-2.el8_2 AppStream 77 k perl-HTTP-Tiny noarch 0.074-1.el8 BaseOS 58 k perl-IO x86_64 1.38-416.el8 BaseOS 141 k perl-MIME-Base64 x86_64 3.15-396.el8 BaseOS 31 k perl-Net-SSLeay x86_64 1.88-1.el8 AppStream 379 k perl-PathTools x86_64 3.74-1.el8 BaseOS 90 k perl-Pod-Escapes noarch 1:1.07-395.el8 BaseOS 20 k perl-Pod-Perldoc noarch 3.28-396.el8 BaseOS 86 k perl-Pod-Simple noarch 1:3.35-395.el8 BaseOS 213 k perl-Pod-Usage noarch 4:1.69-395.el8 BaseOS 34 k perl-Scalar-List-Utils x86_64 3:1.49-2.el8 BaseOS 68 k perl-Socket x86_64 4:2.027-3.el8 BaseOS 59 k perl-Storable x86_64 1:3.11-3.el8 BaseOS 98 k perl-Term-ANSIColor noarch 4.06-396.el8 BaseOS 46 k perl-Term-Cap noarch 1.17-395.el8 BaseOS 23 k perl-TermReadKey x86_64 2.37-7.el8 AppStream 40 k perl-Text-ParseWords noarch 3.30-395.el8 BaseOS 18 k perl-Text-Tabs+Wrap noarch 2013.0523-395.el8 BaseOS 24 k perl-Thread-Queue noarch 3.13-1.el8 AppStream 24 k perl-Time-Local noarch 1:1.280-1.el8 BaseOS 34 k perl-URI noarch 1.73-3.el8 AppStream 116 k perl-Unicode-Normalize x86_64 1.25-396.el8 BaseOS 82 k perl-constant noarch 1.33-396.el8 BaseOS 25 k perl-interpreter x86_64 4:5.26.3-416.el8 BaseOS 6.3 M perl-libnet noarch 3.11-3.el8 AppStream 121 k perl-libs x86_64 4:5.26.3-416.el8 BaseOS 1.6 M perl-macros x86_64 4:5.26.3-416.el8 BaseOS 72 k perl-parent noarch 1:0.237-1.el8 BaseOS 20 k perl-podlators noarch 4.11-1.el8 BaseOS 118 k perl-srpm-macros noarch 1-25.el8 AppStream 11 k perl-threads x86_64 1:2.21-2.el8 BaseOS 61 k perl-threads-shared x86_64 1.58-2.el8 BaseOS 48 k python-srpm-macros noarch 3-38.el8 AppStream 14 k python3-babel noarch 2.5.1-5.el8 AppStream 4.8 M python3-chardet noarch 3.0.4-7.el8 BaseOS 195 k python3-distro noarch 1.4.0-2.module_el8.1.0+245+c39af44f AppStream 37 k python3-jinja2 noarch 2.10.1-2.el8_0 AppStream 538 k python3-markupsafe x86_64 0.23-19.el8 AppStream 39 k python3-pip noarch 9.0.3-16.el8 AppStream 19 k python3-pyroute2 noarch 0.5.3-3.el8 epel 503 k python3-pysocks noarch 1.6.8-3.el8 BaseOS 34 k python3-pytz noarch 2017.2-9.el8 AppStream 54 k python3-requests noarch 2.20.0-2.1.el8_1 BaseOS 123 k python3-rpm-macros noarch 3-38.el8 AppStream 13 k python3-setuptools noarch 39.2.0-5.el8 BaseOS 162 k python3-urllib3 noarch 1.24.2-4.el8 BaseOS 176 k python36 x86_64 3.6.8-2.module_el8.1.0+245+c39af44f AppStream 19 k qt5-srpm-macros noarch 5.12.5-3.el8 AppStream 10 k redhat-rpm-config noarch 122-1.el8 AppStream 83 k rust-srpm-macros noarch 5-2.el8 AppStream 9.2 k systemd-container x86_64 239-31.el8_2.2 BaseOS 725 k unzip x86_64 6.0-43.el8 BaseOS 195 k usermode x86_64 1.113-1.el8 BaseOS 202 k zip x86_64 3.0-23.el8 BaseOS 270 k zstd x86_64 1.4.2-2.el8 AppStream 385 k Installing weak dependencies: perl-IO-Socket-IP noarch 0.39-5.el8 AppStream 47 k perl-IO-Socket-SSL noarch 2.066-4.el8 AppStream 297 k perl-Mozilla-CA noarch 20160104-7.el8 AppStream 15 k Enabling module streams: python36 3.6 Transaction Summary ============================================================================================================================================================================ Install 112 Packages Total download size: 87 M Installed size: 266 M Downloading Packages: (1/112): annobin-8.90-1.el8.0.1.x86_64.rpm 878 kB/s | 201 kB 00:00 (2/112): automake-1.16.1-6.el8.noarch.rpm 1.3 MB/s | 713 kB 00:00 (3/112): bison-3.0.4-10.el8.x86_64.rpm 1.1 MB/s | 688 kB 00:00 (4/112): createrepo_c-0.15.1-2.el8.x86_64.rpm 214 kB/s | 83 kB 00:00 (5/112): createrepo_c-libs-0.15.1-2.el8.x86_64.rpm 528 kB/s | 111 kB 00:00 (6/112): drpm-0.4.1-1.el8.x86_64.rpm 337 kB/s | 67 kB 00:00 (7/112): dwz-0.12-9.el8.x86_64.rpm 533 kB/s | 109 kB 00:00 (8/112): efi-srpm-macros-3-2.el8.noarch.rpm 200 kB/s | 22 kB 00:00 (9/112): flex-2.6.1-9.el8.x86_64.rpm 1.0 MB/s | 320 kB 00:00 (10/112): gc-7.6.4-3.el8.x86_64.rpm 656 kB/s | 109 kB 00:00 (11/112): autoconf-2.69-27.el8.noarch.rpm 114 kB/s | 710 kB 00:06 (12/112): cpp-8.3.1-5.el8.0.2.x86_64.rpm 1.0 MB/s | 10 MB 00:10 (13/112): ghc-srpm-macros-1.4.2-7.el8.noarch.rpm 174 kB/s | 9.3 kB 00:00 (14/112): git-2.18.4-2.el8_2.x86_64.rpm 881 kB/s | 186 kB 00:00 (15/112): gdb-headless-8.2-11.el8.x86_64.rpm 461 kB/s | 3.7 MB 00:08 (16/112): git-core-2.18.4-2.el8_2.x86_64.rpm 799 kB/s | 4.0 MB 00:05 (17/112): go-srpm-macros-2-16.el8.noarch.rpm 203 kB/s | 14 kB 00:00 (18/112): git-core-doc-2.18.4-2.el8_2.noarch.rpm 970 kB/s | 2.3 MB 00:02 (19/112): isl-0.16.1-6.el8.x86_64.rpm 832 kB/s | 841 kB 00:01 (20/112): libatomic_ops-7.6.2-3.el8.x86_64.rpm 424 kB/s | 38 kB 00:00 (21/112): libbabeltrace-1.5.4-2.el8.x86_64.rpm 677 kB/s | 201 kB 00:00 (22/112): libipt-1.6.1-8.el8.x86_64.rpm 533 kB/s | 50 kB 00:00 (23/112): libmpc-1.0.2-9.el8.x86_64.rpm 517 kB/s | 59 kB 00:00 (24/112): libtool-2.4.6-25.el8.x86_64.rpm 888 kB/s | 709 kB 00:00 (25/112): ocaml-srpm-macros-5-4.el8.noarch.rpm 99 kB/s | 9.4 kB 00:00 (26/112): openblas-srpm-macros-2-2.el8.noarch.rpm 81 kB/s | 7.9 kB 00:00 (27/112): perl-Digest-1.17-395.el8.noarch.rpm 290 kB/s | 27 kB 00:00 (28/112): perl-Digest-MD5-2.55-396.el8.x86_64.rpm 1.2 MB/s | 37 kB 00:00 (29/112): perl-Error-0.17025-2.el8.noarch.rpm 498 kB/s | 46 kB 00:00 (30/112): perl-Git-2.18.4-2.el8_2.noarch.rpm 705 kB/s | 77 kB 00:00 (31/112): perl-IO-Socket-IP-0.39-5.el8.noarch.rpm 531 kB/s | 47 kB 00:00 (32/112): perl-IO-Socket-SSL-2.066-4.el8.noarch.rpm 493 kB/s | 297 kB 00:00 (33/112): perl-Mozilla-CA-20160104-7.el8.noarch.rpm 162 kB/s | 15 kB 00:00 (34/112): guile-2.0.14-7.el8.x86_64.rpm 793 kB/s | 3.5 MB 00:04 (35/112): perl-Net-SSLeay-1.88-1.el8.x86_64.rpm 933 kB/s | 379 kB 00:00 (36/112): perl-TermReadKey-2.37-7.el8.x86_64.rpm 407 kB/s | 40 kB 00:00 (37/112): perl-Thread-Queue-3.13-1.el8.noarch.rpm 264 kB/s | 24 kB 00:00 (38/112): perl-URI-1.73-3.el8.noarch.rpm 668 kB/s | 116 kB 00:00 (39/112): perl-srpm-macros-1-25.el8.noarch.rpm 353 kB/s | 11 kB 00:00 (40/112): perl-libnet-3.11-3.el8.noarch.rpm 642 kB/s | 121 kB 00:00 (41/112): python-srpm-macros-3-38.el8.noarch.rpm 187 kB/s | 14 kB 00:00 (42/112): python3-distro-1.4.0-2.module_el8.1.0+245+c39af44f.noarch.rpm 316 kB/s | 37 kB 00:00 (43/112): python3-jinja2-2.10.1-2.el8_0.noarch.rpm 683 kB/s | 538 kB 00:00 (44/112): python3-markupsafe-0.23-19.el8.x86_64.rpm 423 kB/s | 39 kB 00:00 (45/112): python3-pip-9.0.3-16.el8.noarch.rpm 205 kB/s | 19 kB 00:00 (46/112): python3-pytz-2017.2-9.el8.noarch.rpm 520 kB/s | 54 kB 00:00 (47/112): python3-rpm-macros-3-38.el8.noarch.rpm 445 kB/s | 13 kB 00:00 (48/112): python36-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64.rpm 202 kB/s | 19 kB 00:00 (49/112): qt5-srpm-macros-5.12.5-3.el8.noarch.rpm 115 kB/s | 10 kB 00:00 (50/112): redhat-rpm-config-122-1.el8.noarch.rpm 422 kB/s | 83 kB 00:00 (51/112): rpm-build-4.14.2-37.el8.x86_64.rpm 538 kB/s | 171 kB 00:00 (52/112): rust-srpm-macros-5-2.el8.noarch.rpm 94 kB/s | 9.2 kB 00:00 (53/112): zstd-1.4.2-2.el8.x86_64.rpm 478 kB/s | 385 kB 00:00 (54/112): python3-babel-2.5.1-5.el8.noarch.rpm 1.1 MB/s | 4.8 MB 00:04 (55/112): elfutils-0.178-7.el8.x86_64.rpm 617 kB/s | 540 kB 00:00 (56/112): emacs-filesystem-26.1-5.el8.noarch.rpm 701 kB/s | 69 kB 00:00 (57/112): glibc-devel-2.28-101.el8.x86_64.rpm 783 kB/s | 1.0 MB 00:01 (58/112): gcc-8.3.1-5.el8.0.2.x86_64.rpm 931 kB/s | 23 MB 00:25 (59/112): glibc-headers-2.28-101.el8.x86_64.rpm 924 kB/s | 473 kB 00:00 (60/112): libxcrypt-devel-4.1.1-4.el8.x86_64.rpm 388 kB/s | 25 kB 00:00 (61/112): m4-1.4.18-7.el8.x86_64.rpm 1.0 MB/s | 223 kB 00:00 (62/112): make-4.2.1-10.el8.x86_64.rpm 807 kB/s | 498 kB 00:00 (63/112): patch-2.7.6-11.el8.x86_64.rpm 485 kB/s | 138 kB 00:00 (64/112): perl-Carp-1.42-396.el8.noarch.rpm 340 kB/s | 30 kB 00:00 (65/112): perl-Data-Dumper-2.167-399.el8.x86_64.rpm 591 kB/s | 58 kB 00:00 (66/112): perl-Encode-2.97-3.el8.x86_64.rpm 996 kB/s | 1.5 MB 00:01 (67/112): perl-Errno-1.28-416.el8.x86_64.rpm 758 kB/s | 76 kB 00:00 (68/112): binutils-2.30-73.el8.x86_64.rpm 787 kB/s | 5.7 MB 00:07 (69/112): perl-File-Path-2.15-2.el8.noarch.rpm 911 kB/s | 38 kB 00:00 (70/112): perl-Exporter-5.72-396.el8.noarch.rpm 116 kB/s | 34 kB 00:00 (71/112): perl-Getopt-Long-2.50-4.el8.noarch.rpm 1.7 MB/s | 63 kB 00:00 (72/112): perl-HTTP-Tiny-0.074-1.el8.noarch.rpm 920 kB/s | 58 kB 00:00 (73/112): perl-IO-1.38-416.el8.x86_64.rpm 1.5 MB/s | 141 kB 00:00 (74/112): perl-MIME-Base64-3.15-396.el8.x86_64.rpm 1.6 MB/s | 31 kB 00:00 (75/112): perl-File-Temp-0.230.600-1.el8.noarch.rpm 156 kB/s | 63 kB 00:00 (76/112): perl-Pod-Escapes-1.07-395.el8.noarch.rpm 971 kB/s | 20 kB 00:00 (77/112): perl-Pod-Perldoc-3.28-396.el8.noarch.rpm 1.0 MB/s | 86 kB 00:00 (78/112): perl-PathTools-3.74-1.el8.x86_64.rpm 224 kB/s | 90 kB 00:00 (79/112): perl-Pod-Simple-3.35-395.el8.noarch.rpm 1.8 MB/s | 213 kB 00:00 (80/112): perl-Pod-Usage-1.69-395.el8.noarch.rpm 1.2 MB/s | 34 kB 00:00 (81/112): perl-Scalar-List-Utils-1.49-2.el8.x86_64.rpm 813 kB/s | 68 kB 00:00 (82/112): perl-Socket-2.027-3.el8.x86_64.rpm 866 kB/s | 59 kB 00:00 (83/112): perl-Storable-3.11-3.el8.x86_64.rpm 2.5 MB/s | 98 kB 00:00 (84/112): perl-Term-ANSIColor-4.06-396.el8.noarch.rpm 548 kB/s | 46 kB 00:00 (85/112): perl-Term-Cap-1.17-395.el8.noarch.rpm 378 kB/s | 23 kB 00:00 (86/112): perl-Text-ParseWords-3.30-395.el8.noarch.rpm 754 kB/s | 18 kB 00:00 (87/112): perl-Time-Local-1.280-1.el8.noarch.rpm 347 kB/s | 34 kB 00:00 (88/112): perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch.rpm 206 kB/s | 24 kB 00:00 (89/112): perl-Unicode-Normalize-1.25-396.el8.x86_64.rpm 1.6 MB/s | 82 kB 00:00 (90/112): perl-constant-1.33-396.el8.noarch.rpm 301 kB/s | 25 kB 00:00 (91/112): perl-libs-5.26.3-416.el8.x86_64.rpm 684 kB/s | 1.6 MB 00:02 (92/112): perl-macros-5.26.3-416.el8.x86_64.rpm 414 kB/s | 72 kB 00:00 (93/112): perl-parent-0.237-1.el8.noarch.rpm 560 kB/s | 20 kB 00:00 (94/112): perl-podlators-4.11-1.el8.noarch.rpm 613 kB/s | 118 kB 00:00 (95/112): kernel-headers-4.18.0-193.19.1.el8_2.x86_64.rpm 570 kB/s | 4.0 MB 00:07 (96/112): perl-threads-2.21-2.el8.x86_64.rpm 502 kB/s | 61 kB 00:00 (97/112): perl-threads-shared-1.58-2.el8.x86_64.rpm 265 kB/s | 48 kB 00:00 (98/112): python3-pysocks-1.6.8-3.el8.noarch.rpm 334 kB/s | 34 kB 00:00 (99/112): python3-chardet-3.0.4-7.el8.noarch.rpm 691 kB/s | 195 kB 00:00 (100/112): python3-setuptools-39.2.0-5.el8.noarch.rpm 560 kB/s | 162 kB 00:00 (101/112): python3-requests-2.20.0-2.1.el8_1.noarch.rpm 397 kB/s | 123 kB 00:00 (102/112): python3-urllib3-1.24.2-4.el8.noarch.rpm 608 kB/s | 176 kB 00:00 (103/112): unzip-6.0-43.el8.x86_64.rpm 640 kB/s | 195 kB 00:00 (104/112): usermode-1.113-1.el8.x86_64.rpm 646 kB/s | 202 kB 00:00 (105/112): zip-3.0-23.el8.x86_64.rpm 662 kB/s | 270 kB 00:00 (106/112): systemd-container-239-31.el8_2.2.x86_64.rpm 482 kB/s | 725 kB 00:01 (107/112): perl-interpreter-5.26.3-416.el8.x86_64.rpm 1.3 MB/s | 6.3 MB 00:05 (108/112): mock-core-configs-33-1.el8.noarch.rpm 11 kB/s | 58 kB 00:05 (109/112): mock-filesystem-2.6-1.el8.noarch.rpm 206 kB/s | 32 kB 00:00 (110/112): distribution-gpg-keys-1.41-1.el8.noarch.rpm 53 kB/s | 319 kB 00:05 (111/112): python3-pyroute2-0.5.3-3.el8.noarch.rpm 894 kB/s | 503 kB 00:00 (112/112): mock-2.6-1.el8.noarch.rpm 29 kB/s | 197 kB 00:06 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Total 1.9 MB/s | 87 MB 00:45 warning: /var/cache/dnf/epel-6c12381928511f32/packages/distribution-gpg-keys-1.41-1.el8.noarch.rpm: Header V4 RSA/SHA256 Signature, key ID 2f86d6a1: NOKEY Extra Packages for Enterprise Linux 8 - x86_64 1.6 MB/s | 1.6 kB 00:00 Importing GPG key 0x2F86D6A1: Userid : "Fedora EPEL (8) <epel@xxxxxxxxxxxxxxxxx>" Fingerprint: 94E2 79EB 8D8F 25B2 1810 ADF1 21EA 45AB 2F86 D6A1 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8 Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : perl-Exporter-5.72-396.el8.noarch 1/112 Installing : perl-libs-4:5.26.3-416.el8.x86_64 2/112 Installing : perl-Carp-1.42-396.el8.noarch 3/112 Installing : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 4/112 Installing : perl-parent-1:0.237-1.el8.noarch 5/112 Installing : perl-Text-ParseWords-3.30-395.el8.noarch 6/112 Installing : m4-1.4.18-7.el8.x86_64 7/112 Running scriptlet: m4-1.4.18-7.el8.x86_64 7/112 Running scriptlet: mock-filesystem-2.6-1.el8.noarch 8/112 Installing : mock-filesystem-2.6-1.el8.noarch 8/112 Installing : unzip-6.0-43.el8.x86_64 9/112 Installing : emacs-filesystem-1:26.1-5.el8.noarch 10/112 Installing : binutils-2.30-73.el8.x86_64 11/112 Running scriptlet: binutils-2.30-73.el8.x86_64 11/112 Installing : libmpc-1.0.2-9.el8.x86_64 12/112 Running scriptlet: libmpc-1.0.2-9.el8.x86_64 12/112 Installing : git-core-2.18.4-2.el8_2.x86_64 13/112 Installing : drpm-0.4.1-1.el8.x86_64 14/112 Installing : createrepo_c-libs-0.15.1-2.el8.x86_64 15/112 Installing : createrepo_c-0.15.1-2.el8.x86_64 16/112 Installing : git-core-doc-2.18.4-2.el8_2.noarch 17/112 Installing : cpp-8.3.1-5.el8.0.2.x86_64 18/112 Running scriptlet: cpp-8.3.1-5.el8.0.2.x86_64 18/112 Installing : zip-3.0-23.el8.x86_64 19/112 Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 20/112 Installing : perl-macros-4:5.26.3-416.el8.x86_64 21/112 Installing : perl-Errno-1.28-416.el8.x86_64 22/112 Installing : perl-Socket-4:2.027-3.el8.x86_64 23/112 Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 24/112 Installing : perl-Unicode-Normalize-1.25-396.el8.x86_64 25/112 Installing : perl-File-Path-2.15-2.el8.noarch 26/112 Installing : perl-IO-1.38-416.el8.x86_64 27/112 Installing : perl-PathTools-3.74-1.el8.x86_64 28/112 Installing : perl-constant-1.33-396.el8.noarch 29/112 Installing : perl-threads-1:2.21-2.el8.x86_64 30/112 Installing : perl-threads-shared-1.58-2.el8.x86_64 31/112 Installing : perl-interpreter-4:5.26.3-416.el8.x86_64 32/112 Installing : perl-MIME-Base64-3.15-396.el8.x86_64 33/112 Installing : perl-IO-Socket-IP-0.39-5.el8.noarch 34/112 Installing : perl-Time-Local-1:1.280-1.el8.noarch 35/112 Installing : perl-Data-Dumper-2.167-399.el8.x86_64 36/112 Installing : perl-File-Temp-0.230.600-1.el8.noarch 37/112 Installing : perl-Digest-1.17-395.el8.noarch 38/112 Installing : perl-Digest-MD5-2.55-396.el8.x86_64 39/112 Installing : perl-Net-SSLeay-1.88-1.el8.x86_64 40/112 Installing : perl-Error-1:0.17025-2.el8.noarch 41/112 Installing : perl-TermReadKey-2.37-7.el8.x86_64 42/112 Installing : perl-Pod-Escapes-1:1.07-395.el8.noarch 43/112 Installing : perl-Storable-1:3.11-3.el8.x86_64 44/112 Installing : perl-Term-Cap-1.17-395.el8.noarch 45/112 Installing : perl-Thread-Queue-3.13-1.el8.noarch 46/112 Installing : perl-Mozilla-CA-20160104-7.el8.noarch 47/112 Installing : perl-Encode-4:2.97-3.el8.x86_64 48/112 Installing : perl-Pod-Simple-1:3.35-395.el8.noarch 49/112 Installing : perl-Getopt-Long-1:2.50-4.el8.noarch 50/112 Installing : perl-podlators-4.11-1.el8.noarch 51/112 Installing : perl-Pod-Usage-4:1.69-395.el8.noarch 52/112 Installing : perl-Pod-Perldoc-3.28-396.el8.noarch 53/112 Installing : perl-HTTP-Tiny-0.074-1.el8.noarch 54/112 Installing : perl-IO-Socket-SSL-2.066-4.el8.noarch 55/112 Installing : perl-libnet-3.11-3.el8.noarch 56/112 Installing : perl-URI-1.73-3.el8.noarch 57/112 Installing : autoconf-2.69-27.el8.noarch 58/112 Running scriptlet: autoconf-2.69-27.el8.noarch 58/112 Installing : automake-1.16.1-6.el8.noarch 59/112 Installing : perl-Git-2.18.4-2.el8_2.noarch 60/112 Installing : git-2.18.4-2.el8_2.x86_64 61/112 Installing : python3-pyroute2-0.5.3-3.el8.noarch 62/112 Installing : distribution-gpg-keys-1.41-1.el8.noarch 63/112 Installing : usermode-1.113-1.el8.x86_64 64/112 Installing : systemd-container-239-31.el8_2.2.x86_64 65/112 Installing : python3-setuptools-39.2.0-5.el8.noarch 66/112 Installing : python36-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64 67/112 Running scriptlet: python36-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64 67/112 Installing : python3-pip-9.0.3-16.el8.noarch 68/112 Installing : python3-pysocks-1.6.8-3.el8.noarch 69/112 Installing : python3-urllib3-1.24.2-4.el8.noarch 70/112 Installing : python3-chardet-3.0.4-7.el8.noarch 71/112 Installing : python3-requests-2.20.0-2.1.el8_1.noarch 72/112 Installing : patch-2.7.6-11.el8.x86_64 73/112 Installing : kernel-headers-4.18.0-193.19.1.el8_2.x86_64 74/112 Running scriptlet: glibc-headers-2.28-101.el8.x86_64 75/112 Installing : glibc-headers-2.28-101.el8.x86_64 75/112 Installing : libxcrypt-devel-4.1.1-4.el8.x86_64 76/112 Installing : glibc-devel-2.28-101.el8.x86_64 77/112 Running scriptlet: glibc-devel-2.28-101.el8.x86_64 77/112 Installing : elfutils-0.178-7.el8.x86_64 78/112 Installing : zstd-1.4.2-2.el8.x86_64 79/112 Installing : rust-srpm-macros-5-2.el8.noarch 80/112 Installing : qt5-srpm-macros-5.12.5-3.el8.noarch 81/112 Installing : python3-rpm-macros-3-38.el8.noarch 82/112 Installing : python3-pytz-2017.2-9.el8.noarch 83/112 Installing : python3-babel-2.5.1-5.el8.noarch 84/112 Installing : python3-markupsafe-0.23-19.el8.x86_64 85/112 Installing : python3-jinja2-2.10.1-2.el8_0.noarch 86/112 Installing : python3-distro-1.4.0-2.module_el8.1.0+245+c39af44f.noarch 87/112 Installing : mock-core-configs-33-1.el8.noarch 88/112 Running scriptlet: mock-core-configs-33-1.el8.noarch 88/112 Installing : mock-2.6-1.el8.noarch 89/112 Installing : python-srpm-macros-3-38.el8.noarch 90/112 Installing : perl-srpm-macros-1-25.el8.noarch 91/112 Installing : openblas-srpm-macros-2-2.el8.noarch 92/112 Installing : ocaml-srpm-macros-5-4.el8.noarch 93/112 Installing : libipt-1.6.1-8.el8.x86_64 94/112 Installing : libbabeltrace-1.5.4-2.el8.x86_64 95/112 Running scriptlet: libbabeltrace-1.5.4-2.el8.x86_64 95/112 Installing : libatomic_ops-7.6.2-3.el8.x86_64 96/112 Installing : gc-7.6.4-3.el8.x86_64 97/112 Installing : guile-5:2.0.14-7.el8.x86_64 98/112 Running scriptlet: guile-5:2.0.14-7.el8.x86_64 98/112 Installing : gdb-headless-8.2-11.el8.x86_64 99/112 Installing : isl-0.16.1-6.el8.x86_64 100/112 Running scriptlet: isl-0.16.1-6.el8.x86_64 100/112 Installing : gcc-8.3.1-5.el8.0.2.x86_64 101/112 Running scriptlet: gcc-8.3.1-5.el8.0.2.x86_64 101/112 Installing : annobin-8.90-1.el8.0.1.x86_64 102/112 Installing : go-srpm-macros-2-16.el8.noarch 103/112 Installing : ghc-srpm-macros-1.4.2-7.el8.noarch 104/112 Installing : efi-srpm-macros-3-2.el8.noarch 105/112 Installing : dwz-0.12-9.el8.x86_64 106/112 Installing : redhat-rpm-config-122-1.el8.noarch 107/112 Installing : rpm-build-4.14.2-37.el8.x86_64 108/112 Installing : libtool-2.4.6-25.el8.x86_64 109/112 Running scriptlet: libtool-2.4.6-25.el8.x86_64 109/112 Installing : bison-3.0.4-10.el8.x86_64 110/112 Running scriptlet: bison-3.0.4-10.el8.x86_64 110/112 Installing : flex-2.6.1-9.el8.x86_64 111/112 Running scriptlet: flex-2.6.1-9.el8.x86_64 111/112 Installing : make-1:4.2.1-10.el8.x86_64 112/112 Running scriptlet: make-1:4.2.1-10.el8.x86_64 112/112 Running scriptlet: guile-5:2.0.14-7.el8.x86_64 112/112 Running scriptlet: make-1:4.2.1-10.el8.x86_64 112/112 Verifying : annobin-8.90-1.el8.0.1.x86_64 1/112 Verifying : autoconf-2.69-27.el8.noarch 2/112 Verifying : automake-1.16.1-6.el8.noarch 3/112 Verifying : bison-3.0.4-10.el8.x86_64 4/112 Verifying : cpp-8.3.1-5.el8.0.2.x86_64 5/112 Verifying : createrepo_c-0.15.1-2.el8.x86_64 6/112 Verifying : createrepo_c-libs-0.15.1-2.el8.x86_64 7/112 Verifying : drpm-0.4.1-1.el8.x86_64 8/112 Verifying : dwz-0.12-9.el8.x86_64 9/112 Verifying : efi-srpm-macros-3-2.el8.noarch 10/112 Verifying : flex-2.6.1-9.el8.x86_64 11/112 Verifying : gc-7.6.4-3.el8.x86_64 12/112 Verifying : gcc-8.3.1-5.el8.0.2.x86_64 13/112 Verifying : gdb-headless-8.2-11.el8.x86_64 14/112 Verifying : ghc-srpm-macros-1.4.2-7.el8.noarch 15/112 Verifying : git-2.18.4-2.el8_2.x86_64 16/112 Verifying : git-core-2.18.4-2.el8_2.x86_64 17/112 Verifying : git-core-doc-2.18.4-2.el8_2.noarch 18/112 Verifying : go-srpm-macros-2-16.el8.noarch 19/112 Verifying : guile-5:2.0.14-7.el8.x86_64 20/112 Verifying : isl-0.16.1-6.el8.x86_64 21/112 Verifying : libatomic_ops-7.6.2-3.el8.x86_64 22/112 Verifying : libbabeltrace-1.5.4-2.el8.x86_64 23/112 Verifying : libipt-1.6.1-8.el8.x86_64 24/112 Verifying : libmpc-1.0.2-9.el8.x86_64 25/112 Verifying : libtool-2.4.6-25.el8.x86_64 26/112 Verifying : ocaml-srpm-macros-5-4.el8.noarch 27/112 Verifying : openblas-srpm-macros-2-2.el8.noarch 28/112 Verifying : perl-Digest-1.17-395.el8.noarch 29/112 Verifying : perl-Digest-MD5-2.55-396.el8.x86_64 30/112 Verifying : perl-Error-1:0.17025-2.el8.noarch 31/112 Verifying : perl-Git-2.18.4-2.el8_2.noarch 32/112 Verifying : perl-IO-Socket-IP-0.39-5.el8.noarch 33/112 Verifying : perl-IO-Socket-SSL-2.066-4.el8.noarch 34/112 Verifying : perl-Mozilla-CA-20160104-7.el8.noarch 35/112 Verifying : perl-Net-SSLeay-1.88-1.el8.x86_64 36/112 Verifying : perl-TermReadKey-2.37-7.el8.x86_64 37/112 Verifying : perl-Thread-Queue-3.13-1.el8.noarch 38/112 Verifying : perl-URI-1.73-3.el8.noarch 39/112 Verifying : perl-libnet-3.11-3.el8.noarch 40/112 Verifying : perl-srpm-macros-1-25.el8.noarch 41/112 Verifying : python-srpm-macros-3-38.el8.noarch 42/112 Verifying : python3-babel-2.5.1-5.el8.noarch 43/112 Verifying : python3-distro-1.4.0-2.module_el8.1.0+245+c39af44f.noarch 44/112 Verifying : python3-jinja2-2.10.1-2.el8_0.noarch 45/112 Verifying : python3-markupsafe-0.23-19.el8.x86_64 46/112 Verifying : python3-pip-9.0.3-16.el8.noarch 47/112 Verifying : python3-pytz-2017.2-9.el8.noarch 48/112 Verifying : python3-rpm-macros-3-38.el8.noarch 49/112 Verifying : python36-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64 50/112 Verifying : qt5-srpm-macros-5.12.5-3.el8.noarch 51/112 Verifying : redhat-rpm-config-122-1.el8.noarch 52/112 Verifying : rpm-build-4.14.2-37.el8.x86_64 53/112 Verifying : rust-srpm-macros-5-2.el8.noarch 54/112 Verifying : zstd-1.4.2-2.el8.x86_64 55/112 Verifying : binutils-2.30-73.el8.x86_64 56/112 Verifying : elfutils-0.178-7.el8.x86_64 57/112 Verifying : emacs-filesystem-1:26.1-5.el8.noarch 58/112 Verifying : glibc-devel-2.28-101.el8.x86_64 59/112 Verifying : glibc-headers-2.28-101.el8.x86_64 60/112 Verifying : kernel-headers-4.18.0-193.19.1.el8_2.x86_64 61/112 Verifying : libxcrypt-devel-4.1.1-4.el8.x86_64 62/112 Verifying : m4-1.4.18-7.el8.x86_64 63/112 Verifying : make-1:4.2.1-10.el8.x86_64 64/112 Verifying : patch-2.7.6-11.el8.x86_64 65/112 Verifying : perl-Carp-1.42-396.el8.noarch 66/112 Verifying : perl-Data-Dumper-2.167-399.el8.x86_64 67/112 Verifying : perl-Encode-4:2.97-3.el8.x86_64 68/112 Verifying : perl-Errno-1.28-416.el8.x86_64 69/112 Verifying : perl-Exporter-5.72-396.el8.noarch 70/112 Verifying : perl-File-Path-2.15-2.el8.noarch 71/112 Verifying : perl-File-Temp-0.230.600-1.el8.noarch 72/112 Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 73/112 Verifying : perl-HTTP-Tiny-0.074-1.el8.noarch 74/112 Verifying : perl-IO-1.38-416.el8.x86_64 75/112 Verifying : perl-MIME-Base64-3.15-396.el8.x86_64 76/112 Verifying : perl-PathTools-3.74-1.el8.x86_64 77/112 Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 78/112 Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 79/112 Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 80/112 Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 81/112 Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 82/112 Verifying : perl-Socket-4:2.027-3.el8.x86_64 83/112 Verifying : perl-Storable-1:3.11-3.el8.x86_64 84/112 Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 85/112 Verifying : perl-Term-Cap-1.17-395.el8.noarch 86/112 Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 87/112 Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 88/112 Verifying : perl-Time-Local-1:1.280-1.el8.noarch 89/112 Verifying : perl-Unicode-Normalize-1.25-396.el8.x86_64 90/112 Verifying : perl-constant-1.33-396.el8.noarch 91/112 Verifying : perl-interpreter-4:5.26.3-416.el8.x86_64 92/112 Verifying : perl-libs-4:5.26.3-416.el8.x86_64 93/112 Verifying : perl-macros-4:5.26.3-416.el8.x86_64 94/112 Verifying : perl-parent-1:0.237-1.el8.noarch 95/112 Verifying : perl-podlators-4.11-1.el8.noarch 96/112 Verifying : perl-threads-1:2.21-2.el8.x86_64 97/112 Verifying : perl-threads-shared-1.58-2.el8.x86_64 98/112 Verifying : python3-chardet-3.0.4-7.el8.noarch 99/112 Verifying : python3-pysocks-1.6.8-3.el8.noarch 100/112 Verifying : python3-requests-2.20.0-2.1.el8_1.noarch 101/112 Verifying : python3-setuptools-39.2.0-5.el8.noarch 102/112 Verifying : python3-urllib3-1.24.2-4.el8.noarch 103/112 Verifying : systemd-container-239-31.el8_2.2.x86_64 104/112 Verifying : unzip-6.0-43.el8.x86_64 105/112 Verifying : usermode-1.113-1.el8.x86_64 106/112 Verifying : zip-3.0-23.el8.x86_64 107/112 Verifying : distribution-gpg-keys-1.41-1.el8.noarch 108/112 Verifying : mock-2.6-1.el8.noarch 109/112 Verifying : mock-core-configs-33-1.el8.noarch 110/112 Verifying : mock-filesystem-2.6-1.el8.noarch 111/112 Verifying : python3-pyroute2-0.5.3-3.el8.noarch 112/112 Installed: annobin-8.90-1.el8.0.1.x86_64 autoconf-2.69-27.el8.noarch automake-1.16.1-6.el8.noarch binutils-2.30-73.el8.x86_64 bison-3.0.4-10.el8.x86_64 cpp-8.3.1-5.el8.0.2.x86_64 createrepo_c-0.15.1-2.el8.x86_64 createrepo_c-libs-0.15.1-2.el8.x86_64 distribution-gpg-keys-1.41-1.el8.noarch drpm-0.4.1-1.el8.x86_64 dwz-0.12-9.el8.x86_64 efi-srpm-macros-3-2.el8.noarch elfutils-0.178-7.el8.x86_64 emacs-filesystem-1:26.1-5.el8.noarch flex-2.6.1-9.el8.x86_64 gc-7.6.4-3.el8.x86_64 gcc-8.3.1-5.el8.0.2.x86_64 gdb-headless-8.2-11.el8.x86_64 ghc-srpm-macros-1.4.2-7.el8.noarch git-2.18.4-2.el8_2.x86_64 git-core-2.18.4-2.el8_2.x86_64 git-core-doc-2.18.4-2.el8_2.noarch glibc-devel-2.28-101.el8.x86_64 glibc-headers-2.28-101.el8.x86_64 go-srpm-macros-2-16.el8.noarch guile-5:2.0.14-7.el8.x86_64 isl-0.16.1-6.el8.x86_64 kernel-headers-4.18.0-193.19.1.el8_2.x86_64 libatomic_ops-7.6.2-3.el8.x86_64 libbabeltrace-1.5.4-2.el8.x86_64 libipt-1.6.1-8.el8.x86_64 libmpc-1.0.2-9.el8.x86_64 libtool-2.4.6-25.el8.x86_64 libxcrypt-devel-4.1.1-4.el8.x86_64 m4-1.4.18-7.el8.x86_64 make-1:4.2.1-10.el8.x86_64 mock-2.6-1.el8.noarch mock-core-configs-33-1.el8.noarch mock-filesystem-2.6-1.el8.noarch ocaml-srpm-macros-5-4.el8.noarch openblas-srpm-macros-2-2.el8.noarch patch-2.7.6-11.el8.x86_64 perl-Carp-1.42-396.el8.noarch perl-Data-Dumper-2.167-399.el8.x86_64 perl-Digest-1.17-395.el8.noarch perl-Digest-MD5-2.55-396.el8.x86_64 perl-Encode-4:2.97-3.el8.x86_64 perl-Errno-1.28-416.el8.x86_64 perl-Error-1:0.17025-2.el8.noarch perl-Exporter-5.72-396.el8.noarch perl-File-Path-2.15-2.el8.noarch perl-File-Temp-0.230.600-1.el8.noarch perl-Getopt-Long-1:2.50-4.el8.noarch perl-Git-2.18.4-2.el8_2.noarch perl-HTTP-Tiny-0.074-1.el8.noarch perl-IO-1.38-416.el8.x86_64 perl-IO-Socket-IP-0.39-5.el8.noarch perl-IO-Socket-SSL-2.066-4.el8.noarch perl-MIME-Base64-3.15-396.el8.x86_64 perl-Mozilla-CA-20160104-7.el8.noarch perl-Net-SSLeay-1.88-1.el8.x86_64 perl-PathTools-3.74-1.el8.x86_64 perl-Pod-Escapes-1:1.07-395.el8.noarch perl-Pod-Perldoc-3.28-396.el8.noarch perl-Pod-Simple-1:3.35-395.el8.noarch perl-Pod-Usage-4:1.69-395.el8.noarch perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 perl-Socket-4:2.027-3.el8.x86_64 perl-Storable-1:3.11-3.el8.x86_64 perl-Term-ANSIColor-4.06-396.el8.noarch perl-Term-Cap-1.17-395.el8.noarch perl-TermReadKey-2.37-7.el8.x86_64 perl-Text-ParseWords-3.30-395.el8.noarch perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch perl-Thread-Queue-3.13-1.el8.noarch perl-Time-Local-1:1.280-1.el8.noarch perl-URI-1.73-3.el8.noarch perl-Unicode-Normalize-1.25-396.el8.x86_64 perl-constant-1.33-396.el8.noarch perl-interpreter-4:5.26.3-416.el8.x86_64 perl-libnet-3.11-3.el8.noarch perl-libs-4:5.26.3-416.el8.x86_64 perl-macros-4:5.26.3-416.el8.x86_64 perl-parent-1:0.237-1.el8.noarch perl-podlators-4.11-1.el8.noarch perl-srpm-macros-1-25.el8.noarch perl-threads-1:2.21-2.el8.x86_64 perl-threads-shared-1.58-2.el8.x86_64 python-srpm-macros-3-38.el8.noarch python3-babel-2.5.1-5.el8.noarch python3-chardet-3.0.4-7.el8.noarch python3-distro-1.4.0-2.module_el8.1.0+245+c39af44f.noarch python3-jinja2-2.10.1-2.el8_0.noarch python3-markupsafe-0.23-19.el8.x86_64 python3-pip-9.0.3-16.el8.noarch python3-pyroute2-0.5.3-3.el8.noarch python3-pysocks-1.6.8-3.el8.noarch python3-pytz-2017.2-9.el8.noarch python3-requests-2.20.0-2.1.el8_1.noarch python3-rpm-macros-3-38.el8.noarch python3-setuptools-39.2.0-5.el8.noarch python3-urllib3-1.24.2-4.el8.noarch python36-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64 qt5-srpm-macros-5.12.5-3.el8.noarch redhat-rpm-config-122-1.el8.noarch rpm-build-4.14.2-37.el8.x86_64 rust-srpm-macros-5-2.el8.noarch systemd-container-239-31.el8_2.2.x86_64 unzip-6.0-43.el8.x86_64 usermode-1.113-1.el8.x86_64 zip-3.0-23.el8.x86_64 zstd-1.4.2-2.el8.x86_64 Complete! + yum -y install centos-release-storage-common centos-release-gluster Last metadata expiration check: 0:01:24 ago on Tue 13 Oct 2020 06:38:30 PM UTC. Dependencies resolved. ============================================================================================================================================================================ Package Architecture Version Repository Size ============================================================================================================================================================================ Installing: centos-release-gluster8 noarch 1.0-1.el8 extras 9.3 k centos-release-storage-common noarch 2-2.el8 extras 9.4 k Transaction Summary ============================================================================================================================================================================ Install 2 Packages Total download size: 19 k Installed size: 2.4 k Downloading Packages: (1/2): centos-release-storage-common-2-2.el8.noarch.rpm 140 kB/s | 9.4 kB 00:00 (2/2): centos-release-gluster8-1.0-1.el8.noarch.rpm 88 kB/s | 9.3 kB 00:00 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Total 34 kB/s | 19 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : centos-release-storage-common-2-2.el8.noarch 1/2 Installing : centos-release-gluster8-1.0-1.el8.noarch 2/2 Running scriptlet: centos-release-gluster8-1.0-1.el8.noarch 2/2 Verifying : centos-release-gluster8-1.0-1.el8.noarch 1/2 Verifying : centos-release-storage-common-2-2.el8.noarch 2/2 Installed: centos-release-gluster8-1.0-1.el8.noarch centos-release-storage-common-2-2.el8.noarch Complete! + yum -y --enablerepo=PowerTools --enablerepo=Devel install libtirpc-devel rpcgen python3-devel libaio-devel librdmacm-devel libattr-devel libxml2-devel readline-devel openssl-devel libibverbs-devel fuse-devel glib2-devel userspace-rcu-devel libacl-devel sqlite-devel libuuid-devel CentOS-8 - Devel WARNING! FOR BUILDROOT USE ONLY! 8.4 kB/s | 15 kB 00:01 CentOS-8 - Gluster 8 979 B/s | 22 kB 00:23 CentOS-8 - PowerTools 742 kB/s | 1.9 MB 00:02 Last metadata expiration check: 0:00:01 ago on Tue 13 Oct 2020 06:40:24 PM UTC. Dependencies resolved. ============================================================================================================================================================================ Package Architecture Version Repository Size ============================================================================================================================================================================ Installing: fuse-devel x86_64 2.9.7-12.el8 BaseOS 43 k glib2-devel x86_64 2.56.4-8.el8 BaseOS 423 k libacl-devel x86_64 2.2.53-1.el8 BaseOS 79 k libaio-devel x86_64 0.3.112-1.el8 BaseOS 19 k libattr-devel x86_64 2.4.48-3.el8 BaseOS 34 k libtirpc-devel x86_64 1.1.4-4.el8 BaseOS 127 k libuuid-devel x86_64 2.32.1-22.el8 BaseOS 95 k libxml2-devel x86_64 2.9.7-7.el8 AppStream 1.0 M openssl-devel x86_64 1:1.1.1c-15.el8 BaseOS 2.3 M python36-devel x86_64 3.6.8-2.module_el8.1.0+245+c39af44f AppStream 16 k rdma-core-devel x86_64 26.0-8.el8 BaseOS 303 k readline-devel x86_64 7.0-10.el8 BaseOS 204 k rpcgen x86_64 1.3.1-4.el8 PowerTools 52 k sqlite-devel x86_64 3.26.0-6.el8 BaseOS 164 k userspace-rcu-devel x86_64 0.10.1-2.el8 PowerTools 83 k Installing dependencies: cmake-filesystem x86_64 3.11.4-7.el8 AppStream 40 k ibacm x86_64 26.0-8.el8 BaseOS 92 k infiniband-diags x86_64 26.0-8.el8 BaseOS 320 k keyutils-libs-devel x86_64 1.5.10-6.el8 BaseOS 48 k krb5-devel x86_64 1.17-18.el8 BaseOS 549 k libaio x86_64 0.3.112-1.el8 BaseOS 33 k libcom_err-devel x86_64 1.45.4-3.el8 BaseOS 38 k libibumad x86_64 26.0-8.el8 BaseOS 31 k libibverbs x86_64 26.0-8.el8 BaseOS 288 k libkadm5 x86_64 1.17-18.el8 BaseOS 185 k librdmacm x86_64 26.0-8.el8 BaseOS 75 k libselinux-devel x86_64 2.9-3.el8 BaseOS 199 k libsepol-devel x86_64 2.9-1.el8 BaseOS 86 k libverto-devel x86_64 0.3.0-5.el8 BaseOS 18 k ncurses-c++-libs x86_64 6.1-7.20180224.el8 BaseOS 58 k ncurses-devel x86_64 6.1-7.20180224.el8 BaseOS 527 k pcre-cpp x86_64 8.42-4.el8 BaseOS 47 k pcre-devel x86_64 8.42-4.el8 BaseOS 551 k pcre-utf16 x86_64 8.42-4.el8 BaseOS 195 k pcre-utf32 x86_64 8.42-4.el8 BaseOS 186 k pcre2-devel x86_64 10.32-1.el8 BaseOS 605 k pcre2-utf16 x86_64 10.32-1.el8 BaseOS 228 k pcre2-utf32 x86_64 10.32-1.el8 BaseOS 220 k platform-python-devel x86_64 3.6.8-23.el8 AppStream 246 k python-rpm-macros noarch 3-38.el8 AppStream 14 k python3-rpm-generators noarch 5-6.el8 AppStream 24 k rdma-core x86_64 26.0-8.el8 BaseOS 62 k userspace-rcu x86_64 0.10.1-2.el8 BaseOS 101 k xz-devel x86_64 5.2.4-3.el8 BaseOS 62 k zlib-devel x86_64 1.2.11-16.el8_2 BaseOS 57 k Transaction Summary ============================================================================================================================================================================ Install 45 Packages Total download size: 10 M Installed size: 29 M Downloading Packages: (1/45): cmake-filesystem-3.11.4-7.el8.x86_64.rpm 285 kB/s | 40 kB 00:00 (2/45): platform-python-devel-3.6.8-23.el8.x86_64.rpm 1.0 MB/s | 246 kB 00:00 (3/45): python3-rpm-generators-5-6.el8.noarch.rpm 1.2 MB/s | 24 kB 00:00 (4/45): python36-devel-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64.rpm 324 kB/s | 16 kB 00:00 (5/45): python-rpm-macros-3-38.el8.noarch.rpm 59 kB/s | 14 kB 00:00 (6/45): fuse-devel-2.9.7-12.el8.x86_64.rpm 515 kB/s | 43 kB 00:00 (7/45): ibacm-26.0-8.el8.x86_64.rpm 624 kB/s | 92 kB 00:00 (8/45): glib2-devel-2.56.4-8.el8.x86_64.rpm 2.6 MB/s | 423 kB 00:00 (9/45): keyutils-libs-devel-1.5.10-6.el8.x86_64.rpm 519 kB/s | 48 kB 00:00 (10/45): infiniband-diags-26.0-8.el8.x86_64.rpm 1.5 MB/s | 320 kB 00:00 (11/45): libacl-devel-2.2.53-1.el8.x86_64.rpm 809 kB/s | 79 kB 00:00 (12/45): libaio-0.3.112-1.el8.x86_64.rpm 369 kB/s | 33 kB 00:00 (13/45): krb5-devel-1.17-18.el8.x86_64.rpm 1.4 MB/s | 549 kB 00:00 (14/45): libaio-devel-0.3.112-1.el8.x86_64.rpm 210 kB/s | 19 kB 00:00 (15/45): libcom_err-devel-1.45.4-3.el8.x86_64.rpm 1.8 MB/s | 38 kB 00:00 (16/45): libattr-devel-2.4.48-3.el8.x86_64.rpm 86 kB/s | 34 kB 00:00 (17/45): libibumad-26.0-8.el8.x86_64.rpm 82 kB/s | 31 kB 00:00 (18/45): libxml2-devel-2.9.7-7.el8.x86_64.rpm 688 kB/s | 1.0 MB 00:01 (19/45): librdmacm-26.0-8.el8.x86_64.rpm 1.0 MB/s | 75 kB 00:00 (20/45): libselinux-devel-2.9-3.el8.x86_64.rpm 3.1 MB/s | 199 kB 00:00 (21/45): libsepol-devel-2.9-1.el8.x86_64.rpm 1.7 MB/s | 86 kB 00:00 (22/45): libkadm5-1.17-18.el8.x86_64.rpm 467 kB/s | 185 kB 00:00 (23/45): libuuid-devel-2.32.1-22.el8.x86_64.rpm 752 kB/s | 95 kB 00:00 (24/45): libtirpc-devel-1.1.4-4.el8.x86_64.rpm 561 kB/s | 127 kB 00:00 (25/45): libibverbs-26.0-8.el8.x86_64.rpm 483 kB/s | 288 kB 00:00 (26/45): libverto-devel-0.3.0-5.el8.x86_64.rpm 254 kB/s | 18 kB 00:00 (27/45): ncurses-c++-libs-6.1-7.20180224.el8.x86_64.rpm 461 kB/s | 58 kB 00:00 (28/45): pcre-cpp-8.42-4.el8.x86_64.rpm 856 kB/s | 47 kB 00:00 (29/45): pcre-devel-8.42-4.el8.x86_64.rpm 795 kB/s | 551 kB 00:00 (30/45): ncurses-devel-6.1-7.20180224.el8.x86_64.rpm 474 kB/s | 527 kB 00:01 (31/45): pcre-utf16-8.42-4.el8.x86_64.rpm 623 kB/s | 195 kB 00:00 (32/45): pcre-utf32-8.42-4.el8.x86_64.rpm 606 kB/s | 186 kB 00:00 (33/45): pcre2-devel-10.32-1.el8.x86_64.rpm 842 kB/s | 605 kB 00:00 (34/45): openssl-devel-1.1.1c-15.el8.x86_64.rpm 1.2 MB/s | 2.3 MB 00:01 (35/45): pcre2-utf16-10.32-1.el8.x86_64.rpm 442 kB/s | 228 kB 00:00 (36/45): pcre2-utf32-10.32-1.el8.x86_64.rpm 1.2 MB/s | 220 kB 00:00 (37/45): rdma-core-26.0-8.el8.x86_64.rpm 626 kB/s | 62 kB 00:00 (38/45): sqlite-devel-3.26.0-6.el8.x86_64.rpm 1.4 MB/s | 164 kB 00:00 (39/45): userspace-rcu-0.10.1-2.el8.x86_64.rpm 1.1 MB/s | 101 kB 00:00 (40/45): rdma-core-devel-26.0-8.el8.x86_64.rpm 802 kB/s | 303 kB 00:00 (41/45): xz-devel-5.2.4-3.el8.x86_64.rpm 760 kB/s | 62 kB 00:00 (42/45): zlib-devel-1.2.11-16.el8_2.x86_64.rpm 2.2 MB/s | 57 kB 00:00 (43/45): rpcgen-1.3.1-4.el8.x86_64.rpm 731 kB/s | 52 kB 00:00 (44/45): userspace-rcu-devel-0.10.1-2.el8.x86_64.rpm 562 kB/s | 83 kB 00:00 (45/45): readline-devel-7.0-10.el8.x86_64.rpm 282 kB/s | 204 kB 00:00 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Total 1.7 MB/s | 10 MB 00:05 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : rdma-core-26.0-8.el8.x86_64 1/45 Installing : libibumad-26.0-8.el8.x86_64 2/45 Running scriptlet: libibumad-26.0-8.el8.x86_64 2/45 Installing : libibverbs-26.0-8.el8.x86_64 3/45 Running scriptlet: libibverbs-26.0-8.el8.x86_64 3/45 Installing : zlib-devel-1.2.11-16.el8_2.x86_64 4/45 Installing : ibacm-26.0-8.el8.x86_64 5/45 Running scriptlet: ibacm-26.0-8.el8.x86_64 5/45 Installing : librdmacm-26.0-8.el8.x86_64 6/45 Running scriptlet: librdmacm-26.0-8.el8.x86_64 6/45 Installing : infiniband-diags-26.0-8.el8.x86_64 7/45 Running scriptlet: infiniband-diags-26.0-8.el8.x86_64 7/45 Installing : xz-devel-5.2.4-3.el8.x86_64 8/45 Installing : userspace-rcu-0.10.1-2.el8.x86_64 9/45 Running scriptlet: userspace-rcu-0.10.1-2.el8.x86_64 9/45 Installing : pcre2-utf32-10.32-1.el8.x86_64 10/45 Installing : pcre2-utf16-10.32-1.el8.x86_64 11/45 Installing : pcre2-devel-10.32-1.el8.x86_64 12/45 Installing : pcre-utf32-8.42-4.el8.x86_64 13/45 Installing : pcre-utf16-8.42-4.el8.x86_64 14/45 Installing : pcre-cpp-8.42-4.el8.x86_64 15/45 Installing : pcre-devel-8.42-4.el8.x86_64 16/45 Installing : ncurses-c++-libs-6.1-7.20180224.el8.x86_64 17/45 Installing : ncurses-devel-6.1-7.20180224.el8.x86_64 18/45 Installing : libverto-devel-0.3.0-5.el8.x86_64 19/45 Installing : libsepol-devel-2.9-1.el8.x86_64 20/45 Installing : libselinux-devel-2.9-3.el8.x86_64 21/45 Installing : libkadm5-1.17-18.el8.x86_64 22/45 Installing : libcom_err-devel-1.45.4-3.el8.x86_64 23/45 Installing : libattr-devel-2.4.48-3.el8.x86_64 24/45 Installing : libaio-0.3.112-1.el8.x86_64 25/45 Installing : keyutils-libs-devel-1.5.10-6.el8.x86_64 26/45 Installing : krb5-devel-1.17-18.el8.x86_64 27/45 Installing : python3-rpm-generators-5-6.el8.noarch 28/45 Installing : python-rpm-macros-3-38.el8.noarch 29/45 Installing : platform-python-devel-3.6.8-23.el8.x86_64 30/45 Installing : cmake-filesystem-3.11.4-7.el8.x86_64 31/45 Installing : libxml2-devel-2.9.7-7.el8.x86_64 32/45 Installing : python36-devel-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64 33/45 Running scriptlet: python36-devel-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64 33/45 Installing : openssl-devel-1:1.1.1c-15.el8.x86_64 34/45 Installing : libaio-devel-0.3.112-1.el8.x86_64 35/45 Installing : libacl-devel-2.2.53-1.el8.x86_64 36/45 Installing : readline-devel-7.0-10.el8.x86_64 37/45 Running scriptlet: readline-devel-7.0-10.el8.x86_64 37/45 Installing : glib2-devel-2.56.4-8.el8.x86_64 38/45 Installing : userspace-rcu-devel-0.10.1-2.el8.x86_64 39/45 Installing : rdma-core-devel-26.0-8.el8.x86_64 40/45 Installing : rpcgen-1.3.1-4.el8.x86_64 41/45 Installing : sqlite-devel-3.26.0-6.el8.x86_64 42/45 Installing : libuuid-devel-2.32.1-22.el8.x86_64 43/45 Installing : libtirpc-devel-1.1.4-4.el8.x86_64 44/45 Running scriptlet: libtirpc-devel-1.1.4-4.el8.x86_64 44/45 Installing : fuse-devel-2.9.7-12.el8.x86_64 45/45 Running scriptlet: fuse-devel-2.9.7-12.el8.x86_64 45/45 Verifying : cmake-filesystem-3.11.4-7.el8.x86_64 1/45 Verifying : libxml2-devel-2.9.7-7.el8.x86_64 2/45 Verifying : platform-python-devel-3.6.8-23.el8.x86_64 3/45 Verifying : python-rpm-macros-3-38.el8.noarch 4/45 Verifying : python3-rpm-generators-5-6.el8.noarch 5/45 Verifying : python36-devel-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64 6/45 Verifying : fuse-devel-2.9.7-12.el8.x86_64 7/45 Verifying : glib2-devel-2.56.4-8.el8.x86_64 8/45 Verifying : ibacm-26.0-8.el8.x86_64 9/45 Verifying : infiniband-diags-26.0-8.el8.x86_64 10/45 Verifying : keyutils-libs-devel-1.5.10-6.el8.x86_64 11/45 Verifying : krb5-devel-1.17-18.el8.x86_64 12/45 Verifying : libacl-devel-2.2.53-1.el8.x86_64 13/45 Verifying : libaio-0.3.112-1.el8.x86_64 14/45 Verifying : libaio-devel-0.3.112-1.el8.x86_64 15/45 Verifying : libattr-devel-2.4.48-3.el8.x86_64 16/45 Verifying : libcom_err-devel-1.45.4-3.el8.x86_64 17/45 Verifying : libibumad-26.0-8.el8.x86_64 18/45 Verifying : libibverbs-26.0-8.el8.x86_64 19/45 Verifying : libkadm5-1.17-18.el8.x86_64 20/45 Verifying : librdmacm-26.0-8.el8.x86_64 21/45 Verifying : libselinux-devel-2.9-3.el8.x86_64 22/45 Verifying : libsepol-devel-2.9-1.el8.x86_64 23/45 Verifying : libtirpc-devel-1.1.4-4.el8.x86_64 24/45 Verifying : libuuid-devel-2.32.1-22.el8.x86_64 25/45 Verifying : libverto-devel-0.3.0-5.el8.x86_64 26/45 Verifying : ncurses-c++-libs-6.1-7.20180224.el8.x86_64 27/45 Verifying : ncurses-devel-6.1-7.20180224.el8.x86_64 28/45 Verifying : openssl-devel-1:1.1.1c-15.el8.x86_64 29/45 Verifying : pcre-cpp-8.42-4.el8.x86_64 30/45 Verifying : pcre-devel-8.42-4.el8.x86_64 31/45 Verifying : pcre-utf16-8.42-4.el8.x86_64 32/45 Verifying : pcre-utf32-8.42-4.el8.x86_64 33/45 Verifying : pcre2-devel-10.32-1.el8.x86_64 34/45 Verifying : pcre2-utf16-10.32-1.el8.x86_64 35/45 Verifying : pcre2-utf32-10.32-1.el8.x86_64 36/45 Verifying : rdma-core-26.0-8.el8.x86_64 37/45 Verifying : rdma-core-devel-26.0-8.el8.x86_64 38/45 Verifying : readline-devel-7.0-10.el8.x86_64 39/45 Verifying : sqlite-devel-3.26.0-6.el8.x86_64 40/45 Verifying : userspace-rcu-0.10.1-2.el8.x86_64 41/45 Verifying : xz-devel-5.2.4-3.el8.x86_64 42/45 Verifying : zlib-devel-1.2.11-16.el8_2.x86_64 43/45 Verifying : rpcgen-1.3.1-4.el8.x86_64 44/45 Verifying : userspace-rcu-devel-0.10.1-2.el8.x86_64 45/45 Installed: cmake-filesystem-3.11.4-7.el8.x86_64 fuse-devel-2.9.7-12.el8.x86_64 glib2-devel-2.56.4-8.el8.x86_64 ibacm-26.0-8.el8.x86_64 infiniband-diags-26.0-8.el8.x86_64 keyutils-libs-devel-1.5.10-6.el8.x86_64 krb5-devel-1.17-18.el8.x86_64 libacl-devel-2.2.53-1.el8.x86_64 libaio-0.3.112-1.el8.x86_64 libaio-devel-0.3.112-1.el8.x86_64 libattr-devel-2.4.48-3.el8.x86_64 libcom_err-devel-1.45.4-3.el8.x86_64 libibumad-26.0-8.el8.x86_64 libibverbs-26.0-8.el8.x86_64 libkadm5-1.17-18.el8.x86_64 librdmacm-26.0-8.el8.x86_64 libselinux-devel-2.9-3.el8.x86_64 libsepol-devel-2.9-1.el8.x86_64 libtirpc-devel-1.1.4-4.el8.x86_64 libuuid-devel-2.32.1-22.el8.x86_64 libverto-devel-0.3.0-5.el8.x86_64 libxml2-devel-2.9.7-7.el8.x86_64 ncurses-c++-libs-6.1-7.20180224.el8.x86_64 ncurses-devel-6.1-7.20180224.el8.x86_64 openssl-devel-1:1.1.1c-15.el8.x86_64 pcre-cpp-8.42-4.el8.x86_64 pcre-devel-8.42-4.el8.x86_64 pcre-utf16-8.42-4.el8.x86_64 pcre-utf32-8.42-4.el8.x86_64 pcre2-devel-10.32-1.el8.x86_64 pcre2-utf16-10.32-1.el8.x86_64 pcre2-utf32-10.32-1.el8.x86_64 platform-python-devel-3.6.8-23.el8.x86_64 python-rpm-macros-3-38.el8.noarch python3-rpm-generators-5-6.el8.noarch python36-devel-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64 rdma-core-26.0-8.el8.x86_64 rdma-core-devel-26.0-8.el8.x86_64 readline-devel-7.0-10.el8.x86_64 rpcgen-1.3.1-4.el8.x86_64 sqlite-devel-3.26.0-6.el8.x86_64 userspace-rcu-0.10.1-2.el8.x86_64 userspace-rcu-devel-0.10.1-2.el8.x86_64 xz-devel-5.2.4-3.el8.x86_64 zlib-devel-1.2.11-16.el8_2.x86_64 Complete! + git clone --depth 1 --branch master https://github.com/gluster/glusterfs Cloning into 'glusterfs'... remote: Enumerating objects: 2556, done. remote: Counting objects: 100% (2556/2556), done. remote: Compressing objects: 100% (2242/2242), done. remote: Total 2556 (delta 369), reused 1289 (delta 231), pack-reused 0 Receiving objects: 100% (2556/2556), 4.28 MiB | 1.93 MiB/s, done. Resolving deltas: 100% (369/369), done. + cd glusterfs/ + '[' master = master ']' + GIT_VERSION= ++ git log -1 --format=%h + GIT_HASH=d1d7a6f ++ git log -1 --format=format:%cd --date=short ++ sed s/-//g + GIT_DATE=20201007 + VERSION=20201007.d1d7a6f + echo v20201007.d1d7a6f ++ date +%Y%m%d + TAG=20201007.d1d7a6f-20201013.d1d7a6f + grep -q -E '^AC_INIT\(.*\)$' configure.ac + ./autogen.sh ... GlusterFS autogen ... Running aclocal... Running autoheader... Running libtoolize... Running autoconf... Running automake... configure.ac:261: installing './compile' configure.ac:259: installing './config.guess' configure.ac:259: installing './config.sub' configure.ac:16: installing './install-sh' configure.ac:16: installing './missing' api/examples/Makefile.am: installing './depcomp' contrib/fuse-util/Makefile.am:3: warning: source file '$(CONTRIBDIR)/fuse-lib/mount-common.c' is in a subdirectory, contrib/fuse-util/Makefile.am:3: but option 'subdir-objects' is disabled automake: warning: possible forward-incompatibility. automake: At least a source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. For now, the corresponding output automake: object file(s) will be placed in the top-level directory. However, automake: this behaviour will change in future Automake versions: they will automake: unconditionally cause object files to be placed in the same subdirectory automake: of the corresponding sources. automake: You are advised to start using 'subdir-objects' option throughout your automake: project, to avoid future incompatibilities. events/Makefile.am:3: installing './py-compile' libglusterfs/src/Makefile.am:25: warning: source file '$(CONTRIBDIR)/rbtree/rb.c' is in a subdirectory, libglusterfs/src/Makefile.am:25: but option 'subdir-objects' is disabled libglusterfs/src/Makefile.am:25: warning: source file '$(CONTRIBDIR)/libgen/basename_r.c' is in a subdirectory, libglusterfs/src/Makefile.am:25: but option 'subdir-objects' is disabled libglusterfs/src/Makefile.am:25: warning: source file '$(CONTRIBDIR)/libgen/dirname_r.c' is in a subdirectory, libglusterfs/src/Makefile.am:25: but option 'subdir-objects' is disabled libglusterfs/src/Makefile.am:25: warning: source file '$(CONTRIBDIR)/mount/mntent.c' is in a subdirectory, libglusterfs/src/Makefile.am:25: but option 'subdir-objects' is disabled libglusterfs/src/Makefile.am:25: warning: source file '$(CONTRIBDIR)/libexecinfo/execinfo.c' is in a subdirectory, libglusterfs/src/Makefile.am:25: but option 'subdir-objects' is disabled libglusterfs/src/Makefile.am:25: warning: source file '$(CONTRIBDIR)/timer-wheel/timer-wheel.c' is in a subdirectory, libglusterfs/src/Makefile.am:25: but option 'subdir-objects' is disabled libglusterfs/src/Makefile.am:25: warning: source file '$(CONTRIBDIR)/timer-wheel/find_last_bit.c' is in a subdirectory, libglusterfs/src/Makefile.am:25: but option 'subdir-objects' is disabled libglusterfs/src/Makefile.am:25: warning: source file '$(CONTRIBDIR)/xxhash/xxhash.c' is in a subdirectory, libglusterfs/src/Makefile.am:25: but option 'subdir-objects' is disabled parallel-tests: installing './test-driver' xlators/cluster/afr/src/Makefile.am:4: warning: source file '$(top_builddir)/xlators/lib/src/libxlator.c' is in a subdirectory, xlators/cluster/afr/src/Makefile.am:4: but option 'subdir-objects' is disabled xlators/cluster/dht/src/Makefile.am:7: warning: source file '$(top_builddir)/xlators/lib/src/libxlator.c' is in a subdirectory, xlators/cluster/dht/src/Makefile.am:7: but option 'subdir-objects' is disabled xlators/cluster/ec/src/Makefile.am:59: warning: source file '$(top_builddir)/xlators/lib/src/libxlator.c' is in a subdirectory, xlators/cluster/ec/src/Makefile.am:59: but option 'subdir-objects' is disabled xlators/features/changelog/lib/src/Makefile.am:24: warning: source file '$(top_srcdir)/xlators/features/changelog/src/changelog-rpc-common.c' is in a subdirectory, xlators/features/changelog/lib/src/Makefile.am:24: but option 'subdir-objects' is disabled xlators/features/cloudsync/src/Makefile.am:12: warning: source file '$(CLOUDSYNC_SRC)/cloudsync-common.c' is in a subdirectory, xlators/features/cloudsync/src/Makefile.am:12: but option 'subdir-objects' is disabled xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3/src/Makefile.am:4: warning: source file '$(top_srcdir)/xlators/features/cloudsync/src/cloudsync-common.c' is in a subdirectory, xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3/src/Makefile.am:4: but option 'subdir-objects' is disabled xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/Makefile.am:4: warning: source file '$(top_srcdir)/xlators/features/cloudsync/src/cloudsync-common.c' is in a subdirectory, xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/Makefile.am:4: but option 'subdir-objects' is disabled xlators/features/thin-arbiter/src/Makefile.am:7: warning: source file '$(top_builddir)/xlators/lib/src/libxlator.c' is in a subdirectory, xlators/features/thin-arbiter/src/Makefile.am:7: but option 'subdir-objects' is disabled xlators/features/utime/src/Makefile.am:6: warning: source file '$(UTIME_SRC)/utime-helpers.c' is in a subdirectory, xlators/features/utime/src/Makefile.am:6: but option 'subdir-objects' is disabled xlators/features/utime/src/Makefile.am:6: warning: source file '$(UTIME_SRC)/utime.c' is in a subdirectory, xlators/features/utime/src/Makefile.am:6: but option 'subdir-objects' is disabled xlators/mgmt/glusterd/src/Makefile.am:12: warning: source file '$(CONTRIBDIR)/mount/mntent.c' is in a subdirectory, xlators/mgmt/glusterd/src/Makefile.am:12: but option 'subdir-objects' is disabled xlators/mount/fuse/src/Makefile.am:26: warning: source file '$(CONTRIBDIR)/fuse-lib/misc.c' is in a subdirectory, xlators/mount/fuse/src/Makefile.am:26: but option 'subdir-objects' is disabled xlators/mount/fuse/src/Makefile.am:21: warning: source file '$(CONTRIBDIR)/fuse-lib/mount.c' is in a subdirectory, xlators/mount/fuse/src/Makefile.am:21: but option 'subdir-objects' is disabled xlators/mount/fuse/src/Makefile.am:21: warning: source file '$(CONTRIBDIR)/fuse-lib/mount-common.c' is in a subdirectory, xlators/mount/fuse/src/Makefile.am:21: but option 'subdir-objects' is disabled xlators/mount/fuse/src/Makefile.am:21: warning: source file '$(CONTRIBDIR)/macfuse/mount_darwin.c' is in a subdirectory, xlators/mount/fuse/src/Makefile.am:21: but option 'subdir-objects' is disabled Please proceed with configuring, compiling, and installing. + ./configure --enable-fusermount --enable-gnfs checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /bin/ld checking if the linker (/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B checking the name lister (/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for rpcgen... yes checking for /etc/centos-release... yes checking for dlopen in -ldl... yes checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking for bison... bison -y checking for ld... /bin/ld -m elf_x86_64 checking for MD5 in -lcrypto... yes checking for pthread_mutex_init in -lpthread... yes checking for dlopen... no checking for dlopen in -ldl... (cached) yes checking for rl_do_undo in -lreadline... yes checking for gettext in -lintl... no checking sys/xattr.h usability... yes checking sys/xattr.h presence... yes checking for sys/xattr.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/extattr.h usability... no checking sys/extattr.h presence... no checking for sys/extattr.h... no checking openssl/dh.h usability... yes checking openssl/dh.h presence... yes checking for openssl/dh.h... yes checking openssl/ecdh.h usability... yes checking openssl/ecdh.h presence... yes checking for openssl/ecdh.h... yes checking for SSL_CTX_get0_param in -lssl... yes checking for pow in -lm... yes checking for pkg-config... /bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for UUID... yes checking for uuid.h... yes checking sys/acl.h usability... yes checking sys/acl.h presence... yes checking for sys/acl.h... yes checking acl/libacl.h usability... yes checking acl/libacl.h presence... yes checking for acl/libacl.h... yes checking openssl/md5.h usability... yes checking openssl/md5.h presence... yes checking for openssl/md5.h... yes checking for adler32 in -lz... yes checking linux/falloc.h usability... yes checking linux/falloc.h presence... yes checking for linux/falloc.h... yes checking linux/oom.h usability... yes checking linux/oom.h presence... yes checking for linux/oom.h... yes checking for pthread_spin_init... yes checking for strnlen... yes checking for setfsuid... yes checking for setfsgid... yes checking for umount2... yes checking whether /usr/bin/python3 version >= 2.6... yes checking for /usr/bin/python3 version... 3.6 checking for /usr/bin/python3 platform... linux checking for /usr/bin/python3 script directory... ${prefix}/lib/python3.6/site-packages checking for /usr/bin/python3 extension module directory... ${exec_prefix}/lib64/python3.6/site-packages checking for PYTHON... yes checking for TLS_method in -lssl... yes checking sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking if python has ctypes support...... "yes" checking for ZLIB... yes features requiring zlib enabled: yes checking for XML... yes checking for curl_easy_setopt in -lcurl... no checking openssl/hmac.h usability... yes checking openssl/hmac.h presence... yes checking for openssl/hmac.h... yes checking openssl/evp.h usability... yes checking openssl/evp.h presence... yes checking for openssl/evp.h... yes checking openssl/bio.h usability... yes checking openssl/bio.h presence... yes checking for openssl/bio.h... yes checking openssl/buffer.h usability... yes checking openssl/buffer.h presence... yes checking for openssl/buffer.h... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking whether gcc supports C11 _Static_assert... yes checking for mallinfo... yes checking for struct stat.st_atim.tv_nsec... yes checking for struct stat.st_atimespec.tv_nsec... no checking for linkat... yes checking for clock_gettime in -lrt... yes checking argp.h usability... yes checking argp.h presence... yes checking for argp.h... yes checking for gcc __atomic builtins... yes checking for gcc __sync builtins... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for llistxattr... yes checking for fdatasync... yes checking for fallocate... yes checking for posix_fallocate... yes checking for copy_file_range... yes checking for syncfs... yes checking for utimensat... yes checking whether SEEK_HOLE is declared... yes checking for accept4... yes checking for paccept... no checking for /etc/debian_version... no checking for /etc/SuSE-release... no checking for /etc/redhat-release... yes checking for TIRPC... yes checking whether gcc accepts -Werror=format-security... yes checking whether gcc accepts -Werror=implicit-function-declaration... yes checking if compiling with clang... no checking for readline in -lreadline -lcurses... yes checking for readline in -lreadline -ltermcap... yes checking for readline in -lreadline -lncurses... yes checking for io_setup in -laio... yes checking for URCU... yes checking for URCU_CDS... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libglusterfs/Makefile config.status: creating libglusterfs/src/Makefile config.status: creating libglusterd/Makefile config.status: creating libglusterd/src/Makefile config.status: creating geo-replication/src/peer_gsec_create config.status: creating geo-replication/src/peer_mountbroker config.status: creating geo-replication/src/peer_mountbroker.py config.status: creating geo-replication/src/peer_georep-sshkey.py config.status: creating extras/peer_add_secret_pub config.status: creating geo-replication/syncdaemon/conf.py config.status: creating geo-replication/gsyncd.conf config.status: creating extras/snap_scheduler/conf.py config.status: creating glusterfsd/Makefile config.status: creating glusterfsd/src/Makefile config.status: creating rpc/Makefile config.status: creating rpc/rpc-lib/Makefile config.status: creating rpc/rpc-lib/src/Makefile config.status: creating rpc/rpc-transport/Makefile config.status: creating rpc/rpc-transport/socket/Makefile config.status: creating rpc/rpc-transport/socket/src/Makefile config.status: creating rpc/xdr/Makefile config.status: creating rpc/xdr/src/Makefile config.status: creating xlators/Makefile config.status: creating xlators/meta/Makefile config.status: creating xlators/meta/src/Makefile config.status: creating xlators/mount/Makefile config.status: creating xlators/mount/fuse/Makefile config.status: creating xlators/mount/fuse/src/Makefile config.status: creating xlators/mount/fuse/utils/mount.glusterfs config.status: creating xlators/mount/fuse/utils/mount_glusterfs config.status: creating xlators/mount/fuse/utils/Makefile config.status: creating xlators/storage/Makefile config.status: creating xlators/storage/posix/Makefile config.status: creating xlators/storage/posix/src/Makefile config.status: creating xlators/cluster/Makefile config.status: creating xlators/cluster/afr/Makefile config.status: creating xlators/cluster/afr/src/Makefile config.status: creating xlators/cluster/dht/Makefile config.status: creating xlators/cluster/dht/src/Makefile config.status: creating xlators/cluster/ec/Makefile config.status: creating xlators/cluster/ec/src/Makefile config.status: creating xlators/performance/Makefile config.status: creating xlators/performance/write-behind/Makefile config.status: creating xlators/performance/write-behind/src/Makefile config.status: creating xlators/performance/read-ahead/Makefile config.status: creating xlators/performance/read-ahead/src/Makefile config.status: creating xlators/performance/readdir-ahead/Makefile config.status: creating xlators/performance/readdir-ahead/src/Makefile config.status: creating xlators/performance/io-threads/Makefile config.status: creating xlators/performance/io-threads/src/Makefile config.status: creating xlators/performance/io-cache/Makefile config.status: creating xlators/performance/io-cache/src/Makefile config.status: creating xlators/performance/quick-read/Makefile config.status: creating xlators/performance/quick-read/src/Makefile config.status: creating xlators/performance/open-behind/Makefile config.status: creating xlators/performance/open-behind/src/Makefile config.status: creating xlators/performance/md-cache/Makefile config.status: creating xlators/performance/md-cache/src/Makefile config.status: creating xlators/performance/nl-cache/Makefile config.status: creating xlators/performance/nl-cache/src/Makefile config.status: creating xlators/debug/Makefile config.status: creating xlators/debug/sink/Makefile config.status: creating xlators/debug/sink/src/Makefile config.status: creating xlators/debug/trace/Makefile config.status: creating xlators/debug/trace/src/Makefile config.status: creating xlators/debug/error-gen/Makefile config.status: creating xlators/debug/error-gen/src/Makefile config.status: creating xlators/debug/delay-gen/Makefile config.status: creating xlators/debug/delay-gen/src/Makefile config.status: creating xlators/debug/io-stats/Makefile config.status: creating xlators/debug/io-stats/src/Makefile config.status: creating xlators/protocol/Makefile config.status: creating xlators/protocol/auth/Makefile config.status: creating xlators/protocol/auth/addr/Makefile config.status: creating xlators/protocol/auth/addr/src/Makefile config.status: creating xlators/protocol/auth/login/Makefile config.status: creating xlators/protocol/auth/login/src/Makefile config.status: creating xlators/protocol/client/Makefile config.status: creating xlators/protocol/client/src/Makefile config.status: creating xlators/protocol/server/Makefile config.status: creating xlators/protocol/server/src/Makefile config.status: creating xlators/features/Makefile config.status: creating xlators/features/arbiter/Makefile config.status: creating xlators/features/arbiter/src/Makefile config.status: creating xlators/features/thin-arbiter/Makefile config.status: creating xlators/features/thin-arbiter/src/Makefile config.status: creating xlators/features/changelog/Makefile config.status: creating xlators/features/changelog/src/Makefile config.status: creating xlators/features/changelog/lib/Makefile config.status: creating xlators/features/changelog/lib/src/Makefile config.status: creating xlators/features/locks/Makefile config.status: creating xlators/features/locks/src/Makefile config.status: creating xlators/features/quota/Makefile config.status: creating xlators/features/quota/src/Makefile config.status: creating xlators/features/marker/Makefile config.status: creating xlators/features/marker/src/Makefile config.status: creating xlators/features/selinux/Makefile config.status: creating xlators/features/selinux/src/Makefile config.status: creating xlators/features/sdfs/Makefile config.status: creating xlators/features/sdfs/src/Makefile config.status: creating xlators/features/read-only/Makefile config.status: creating xlators/features/read-only/src/Makefile config.status: creating xlators/features/compress/Makefile config.status: creating xlators/features/compress/src/Makefile config.status: creating xlators/features/namespace/Makefile config.status: creating xlators/features/namespace/src/Makefile config.status: creating xlators/features/quiesce/Makefile config.status: creating xlators/features/quiesce/src/Makefile config.status: creating xlators/features/barrier/Makefile config.status: creating xlators/features/barrier/src/Makefile config.status: creating xlators/features/index/Makefile config.status: creating xlators/features/index/src/Makefile config.status: creating xlators/features/gfid-access/Makefile config.status: creating xlators/features/gfid-access/src/Makefile config.status: creating xlators/features/trash/Makefile config.status: creating xlators/features/trash/src/Makefile config.status: creating xlators/features/snapview-server/Makefile config.status: creating xlators/features/snapview-server/src/Makefile config.status: creating xlators/features/snapview-client/Makefile config.status: creating xlators/features/snapview-client/src/Makefile config.status: creating xlators/features/upcall/Makefile config.status: creating xlators/features/upcall/src/Makefile config.status: creating xlators/features/shard/Makefile config.status: creating xlators/features/shard/src/Makefile config.status: creating xlators/features/bit-rot/Makefile config.status: creating xlators/features/bit-rot/src/Makefile config.status: creating xlators/features/bit-rot/src/stub/Makefile config.status: creating xlators/features/bit-rot/src/bitd/Makefile config.status: creating xlators/features/leases/Makefile config.status: creating xlators/features/leases/src/Makefile config.status: creating xlators/features/cloudsync/Makefile config.status: creating xlators/features/cloudsync/src/Makefile config.status: creating xlators/features/utime/Makefile config.status: creating xlators/features/utime/src/Makefile config.status: creating xlators/features/cloudsync/src/cloudsync-plugins/Makefile config.status: creating xlators/features/cloudsync/src/cloudsync-plugins/src/Makefile config.status: creating xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3/Makefile config.status: creating xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3/src/Makefile config.status: creating xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/Makefile config.status: creating xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/Makefile config.status: creating xlators/features/metadisp/Makefile config.status: creating xlators/features/metadisp/src/Makefile config.status: creating xlators/playground/Makefile config.status: creating xlators/playground/template/Makefile config.status: creating xlators/playground/template/src/Makefile config.status: creating xlators/system/Makefile config.status: creating xlators/system/posix-acl/Makefile config.status: creating xlators/system/posix-acl/src/Makefile config.status: creating xlators/nfs/Makefile config.status: creating xlators/nfs/server/Makefile config.status: creating xlators/nfs/server/src/Makefile config.status: creating xlators/mgmt/Makefile config.status: creating xlators/mgmt/glusterd/Makefile config.status: creating xlators/mgmt/glusterd/src/Makefile config.status: creating cli/Makefile config.status: creating cli/src/Makefile config.status: creating doc/Makefile config.status: creating extras/Makefile config.status: creating extras/glusterd.vol config.status: creating extras/cliutils/Makefile config.status: creating extras/init.d/Makefile config.status: creating extras/init.d/glusterd.plist config.status: creating extras/init.d/glusterd-Debian config.status: creating extras/init.d/glusterd-Redhat config.status: creating extras/init.d/glusterd-FreeBSD config.status: creating extras/init.d/glusterd-SuSE config.status: creating extras/init.d/glustereventsd-Debian config.status: creating extras/init.d/glustereventsd-Redhat config.status: creating extras/init.d/glustereventsd-FreeBSD config.status: creating extras/ganesha/Makefile config.status: creating extras/ganesha/config/Makefile config.status: creating extras/ganesha/scripts/Makefile config.status: creating extras/ganesha/ocf/Makefile config.status: creating extras/systemd/Makefile config.status: creating extras/systemd/glusterd.service config.status: creating extras/systemd/glustereventsd.service config.status: creating extras/systemd/glusterfssharedstorage.service config.status: creating extras/systemd/gluster-ta-volume.service config.status: creating extras/run-gluster.tmpfiles config.status: creating extras/benchmarking/Makefile config.status: creating extras/hook-scripts/Makefile config.status: creating extras/ocf/Makefile config.status: creating extras/ocf/glusterd config.status: creating extras/ocf/volume config.status: creating extras/LinuxRPM/Makefile config.status: creating extras/geo-rep/Makefile config.status: creating extras/geo-rep/schedule_georep.py config.status: creating extras/firewalld/Makefile config.status: creating extras/hook-scripts/add-brick/Makefile config.status: creating extras/hook-scripts/add-brick/pre/Makefile config.status: creating extras/hook-scripts/add-brick/post/Makefile config.status: creating extras/hook-scripts/create/Makefile config.status: creating extras/hook-scripts/create/post/Makefile config.status: creating extras/hook-scripts/delete/Makefile config.status: creating extras/hook-scripts/delete/pre/Makefile config.status: creating extras/hook-scripts/start/Makefile config.status: creating extras/hook-scripts/start/post/Makefile config.status: creating extras/hook-scripts/set/Makefile config.status: creating extras/hook-scripts/set/post/Makefile config.status: creating extras/hook-scripts/stop/Makefile config.status: creating extras/hook-scripts/stop/pre/Makefile config.status: creating extras/hook-scripts/reset/Makefile config.status: creating extras/hook-scripts/reset/post/Makefile config.status: creating extras/hook-scripts/reset/pre/Makefile config.status: creating extras/python/Makefile config.status: creating extras/snap_scheduler/Makefile config.status: creating events/Makefile config.status: creating events/src/Makefile config.status: creating events/src/eventsapiconf.py config.status: creating events/tools/Makefile config.status: creating contrib/fuse-util/Makefile config.status: creating contrib/umountd/Makefile config.status: creating glusterfs-api.pc config.status: creating libgfchangelog.pc config.status: creating api/Makefile config.status: creating api/src/Makefile config.status: creating api/examples/Makefile config.status: creating geo-replication/Makefile config.status: creating geo-replication/src/Makefile config.status: creating geo-replication/syncdaemon/Makefile config.status: creating tools/Makefile config.status: creating tools/gfind_missing_files/Makefile config.status: creating heal/Makefile config.status: creating heal/src/Makefile config.status: creating glusterfs.spec config.status: creating tools/glusterfind/src/tool.conf config.status: creating tools/glusterfind/glusterfind config.status: creating tools/glusterfind/Makefile config.status: creating tools/glusterfind/src/Makefile config.status: creating tools/setgfid2path/Makefile config.status: creating tools/setgfid2path/src/Makefile config.status: creating tests/env.rc config.status: creating config.h config.status: creating site.h config.status: executing depfiles commands config.status: executing libtool commands GlusterFS configure summary =========================== FUSE client : yes epoll IO multiplex : yes fusermount : yes readline : yes georeplication : yes Linux-AIO : yes Enable Debug : no Run with Valgrind : no Sanitizer enabled : none Use syslog : yes XML output : yes Unit Tests : no Track priv ports : yes POSIX ACLs : yes SELinux features : yes firewalld-config : no Events : yes EC dynamic support : x64 sse avx Use memory pools : yes Nanosecond m/atimes : yes Server components : yes Legacy gNFS server : yes IPV6 default : no Use TIRPC : yes With Python : 3.6 Cloudsync : yes Metadata dispersal : no Link with TCMALLOC : no + rm -f '*.tar.gz' + make dist make dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory '/root/glusterfs' make distdir-am make[2]: Entering directory '/root/glusterfs' if test -d "glusterfs-20201007.d1d7a6f"; then find "glusterfs-20201007.d1d7a6f" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "glusterfs-20201007.d1d7a6f" || { sleep 5 && rm -rf "glusterfs-20201007.d1d7a6f"; }; else :; fi test -d "glusterfs-20201007.d1d7a6f" || mkdir "glusterfs-20201007.d1d7a6f" (cd libglusterfs && make top_distdir=../glusterfs-20201007.d1d7a6f distdir=../glusterfs-20201007.d1d7a6f/libglusterfs \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/root/glusterfs/libglusterfs' make distdir-am make[4]: Entering directory '/root/glusterfs/libglusterfs' (cd src && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/libglusterfs/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/libglusterfs/src' bison -y -p graphyy -d ./graph.y flex -Pgraphyy -t ./graph.l > graph.lex.c /usr/bin/python3 ./gen-defaults.py ./defaults-tmpl.c > defaults.c /usr/bin/python3 ../../events/eventskeygen.py C_HEADER make distdir-am make[6]: Entering directory '/root/glusterfs/libglusterfs/src' make[6]: Leaving directory '/root/glusterfs/libglusterfs/src' make[5]: Leaving directory '/root/glusterfs/libglusterfs/src' make[4]: Leaving directory '/root/glusterfs/libglusterfs' make[3]: Leaving directory '/root/glusterfs/libglusterfs' (cd rpc && make top_distdir=../glusterfs-20201007.d1d7a6f distdir=../glusterfs-20201007.d1d7a6f/rpc \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/root/glusterfs/rpc' make distdir-am make[4]: Entering directory '/root/glusterfs/rpc' (cd xdr && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/rpc/xdr \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/rpc/xdr' make distdir-am make[6]: Entering directory '/root/glusterfs/rpc/xdr' (cd src && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/rpc/xdr/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/rpc/xdr/src' make distdir-am make[8]: Entering directory '/root/glusterfs/rpc/xdr/src' make[8]: Leaving directory '/root/glusterfs/rpc/xdr/src' make[7]: Leaving directory '/root/glusterfs/rpc/xdr/src' make[6]: Leaving directory '/root/glusterfs/rpc/xdr' make[5]: Leaving directory '/root/glusterfs/rpc/xdr' (cd rpc-lib && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/rpc/rpc-lib \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/rpc/rpc-lib' make distdir-am make[6]: Entering directory '/root/glusterfs/rpc/rpc-lib' (cd src && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/rpc/rpc-lib/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/rpc/rpc-lib/src' make distdir-am make[8]: Entering directory '/root/glusterfs/rpc/rpc-lib/src' make[8]: Leaving directory '/root/glusterfs/rpc/rpc-lib/src' make[7]: Leaving directory '/root/glusterfs/rpc/rpc-lib/src' make[6]: Leaving directory '/root/glusterfs/rpc/rpc-lib' make[5]: Leaving directory '/root/glusterfs/rpc/rpc-lib' (cd rpc-transport && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/rpc/rpc-transport \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/rpc/rpc-transport' make distdir-am make[6]: Entering directory '/root/glusterfs/rpc/rpc-transport' (cd socket && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/rpc/rpc-transport/socket' make distdir-am make[8]: Entering directory '/root/glusterfs/rpc/rpc-transport/socket' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/rpc/rpc-transport/socket/src' make distdir-am make[10]: Entering directory '/root/glusterfs/rpc/rpc-transport/socket/src' make[10]: Leaving directory '/root/glusterfs/rpc/rpc-transport/socket/src' make[9]: Leaving directory '/root/glusterfs/rpc/rpc-transport/socket/src' make[8]: Leaving directory '/root/glusterfs/rpc/rpc-transport/socket' make[7]: Leaving directory '/root/glusterfs/rpc/rpc-transport/socket' make[6]: Leaving directory '/root/glusterfs/rpc/rpc-transport' make[5]: Leaving directory '/root/glusterfs/rpc/rpc-transport' make[4]: Leaving directory '/root/glusterfs/rpc' make[3]: Leaving directory '/root/glusterfs/rpc' (cd libglusterd && make top_distdir=../glusterfs-20201007.d1d7a6f distdir=../glusterfs-20201007.d1d7a6f/libglusterd \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/root/glusterfs/libglusterd' make distdir-am make[4]: Entering directory '/root/glusterfs/libglusterd' (cd src && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/libglusterd/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/libglusterd/src' make distdir-am make[6]: Entering directory '/root/glusterfs/libglusterd/src' make[6]: Leaving directory '/root/glusterfs/libglusterd/src' make[5]: Leaving directory '/root/glusterfs/libglusterd/src' make[4]: Leaving directory '/root/glusterfs/libglusterd' make[3]: Leaving directory '/root/glusterfs/libglusterd' (cd api && make top_distdir=../glusterfs-20201007.d1d7a6f distdir=../glusterfs-20201007.d1d7a6f/api \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/root/glusterfs/api' make distdir-am make[4]: Entering directory '/root/glusterfs/api' (cd src && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/api/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/api/src' make distdir-am make[6]: Entering directory '/root/glusterfs/api/src' make[6]: Leaving directory '/root/glusterfs/api/src' make[5]: Leaving directory '/root/glusterfs/api/src' (cd examples && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/api/examples \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/api/examples' make distdir-am make[6]: Entering directory '/root/glusterfs/api/examples' make[6]: Leaving directory '/root/glusterfs/api/examples' make[5]: Leaving directory '/root/glusterfs/api/examples' make[4]: Leaving directory '/root/glusterfs/api' make[3]: Leaving directory '/root/glusterfs/api' (cd glusterfsd && make top_distdir=../glusterfs-20201007.d1d7a6f distdir=../glusterfs-20201007.d1d7a6f/glusterfsd \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/root/glusterfs/glusterfsd' make distdir-am make[4]: Entering directory '/root/glusterfs/glusterfsd' (cd src && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/glusterfsd/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/glusterfsd/src' make distdir-am make[6]: Entering directory '/root/glusterfs/glusterfsd/src' make[6]: Leaving directory '/root/glusterfs/glusterfsd/src' make[5]: Leaving directory '/root/glusterfs/glusterfsd/src' make[4]: Leaving directory '/root/glusterfs/glusterfsd' make[3]: Leaving directory '/root/glusterfs/glusterfsd' (cd xlators && make top_distdir=../glusterfs-20201007.d1d7a6f distdir=../glusterfs-20201007.d1d7a6f/xlators \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/root/glusterfs/xlators' make distdir-am make[4]: Entering directory '/root/glusterfs/xlators' (cd cluster && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/xlators/cluster \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/xlators/cluster' make distdir-am make[6]: Entering directory '/root/glusterfs/xlators/cluster' (cd afr && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/cluster/afr \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/cluster/afr' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/cluster/afr' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/cluster/afr/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/cluster/afr/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/cluster/afr/src' make[10]: Leaving directory '/root/glusterfs/xlators/cluster/afr/src' make[9]: Leaving directory '/root/glusterfs/xlators/cluster/afr/src' make[8]: Leaving directory '/root/glusterfs/xlators/cluster/afr' make[7]: Leaving directory '/root/glusterfs/xlators/cluster/afr' (cd dht && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/cluster/dht \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/cluster/dht' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/cluster/dht' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/cluster/dht/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/cluster/dht/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/cluster/dht/src' make[10]: Leaving directory '/root/glusterfs/xlators/cluster/dht/src' make[9]: Leaving directory '/root/glusterfs/xlators/cluster/dht/src' make[8]: Leaving directory '/root/glusterfs/xlators/cluster/dht' make[7]: Leaving directory '/root/glusterfs/xlators/cluster/dht' (cd ec && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/cluster/ec \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/cluster/ec' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/cluster/ec' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/cluster/ec/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/cluster/ec/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/cluster/ec/src' make[10]: Leaving directory '/root/glusterfs/xlators/cluster/ec/src' make[9]: Leaving directory '/root/glusterfs/xlators/cluster/ec/src' make[8]: Leaving directory '/root/glusterfs/xlators/cluster/ec' make[7]: Leaving directory '/root/glusterfs/xlators/cluster/ec' make[6]: Leaving directory '/root/glusterfs/xlators/cluster' make[5]: Leaving directory '/root/glusterfs/xlators/cluster' (cd storage && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/xlators/storage \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/xlators/storage' make distdir-am make[6]: Entering directory '/root/glusterfs/xlators/storage' (cd posix && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/storage/posix \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/storage/posix' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/storage/posix' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/storage/posix/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/storage/posix/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/storage/posix/src' make[10]: Leaving directory '/root/glusterfs/xlators/storage/posix/src' make[9]: Leaving directory '/root/glusterfs/xlators/storage/posix/src' make[8]: Leaving directory '/root/glusterfs/xlators/storage/posix' make[7]: Leaving directory '/root/glusterfs/xlators/storage/posix' make[6]: Leaving directory '/root/glusterfs/xlators/storage' make[5]: Leaving directory '/root/glusterfs/xlators/storage' (cd protocol && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/xlators/protocol \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/xlators/protocol' make distdir-am make[6]: Entering directory '/root/glusterfs/xlators/protocol' (cd auth && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/protocol/auth \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/protocol/auth' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/protocol/auth' (cd addr && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/protocol/auth/addr' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/protocol/auth/addr' (cd src && make top_distdir=../../../../../glusterfs-20201007.d1d7a6f distdir=../../../../../glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[11]: Entering directory '/root/glusterfs/xlators/protocol/auth/addr/src' make distdir-am make[12]: Entering directory '/root/glusterfs/xlators/protocol/auth/addr/src' make[12]: Leaving directory '/root/glusterfs/xlators/protocol/auth/addr/src' make[11]: Leaving directory '/root/glusterfs/xlators/protocol/auth/addr/src' make[10]: Leaving directory '/root/glusterfs/xlators/protocol/auth/addr' make[9]: Leaving directory '/root/glusterfs/xlators/protocol/auth/addr' (cd login && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/protocol/auth/login' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/protocol/auth/login' (cd src && make top_distdir=../../../../../glusterfs-20201007.d1d7a6f distdir=../../../../../glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[11]: Entering directory '/root/glusterfs/xlators/protocol/auth/login/src' make distdir-am make[12]: Entering directory '/root/glusterfs/xlators/protocol/auth/login/src' make[12]: Leaving directory '/root/glusterfs/xlators/protocol/auth/login/src' make[11]: Leaving directory '/root/glusterfs/xlators/protocol/auth/login/src' make[10]: Leaving directory '/root/glusterfs/xlators/protocol/auth/login' make[9]: Leaving directory '/root/glusterfs/xlators/protocol/auth/login' make[8]: Leaving directory '/root/glusterfs/xlators/protocol/auth' make[7]: Leaving directory '/root/glusterfs/xlators/protocol/auth' (cd client && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/protocol/client \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/protocol/client' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/protocol/client' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/protocol/client/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/protocol/client/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/protocol/client/src' make[10]: Leaving directory '/root/glusterfs/xlators/protocol/client/src' make[9]: Leaving directory '/root/glusterfs/xlators/protocol/client/src' make[8]: Leaving directory '/root/glusterfs/xlators/protocol/client' make[7]: Leaving directory '/root/glusterfs/xlators/protocol/client' (cd server && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/protocol/server \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/protocol/server' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/protocol/server' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/protocol/server/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/protocol/server/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/protocol/server/src' make[10]: Leaving directory '/root/glusterfs/xlators/protocol/server/src' make[9]: Leaving directory '/root/glusterfs/xlators/protocol/server/src' make[8]: Leaving directory '/root/glusterfs/xlators/protocol/server' make[7]: Leaving directory '/root/glusterfs/xlators/protocol/server' make[6]: Leaving directory '/root/glusterfs/xlators/protocol' make[5]: Leaving directory '/root/glusterfs/xlators/protocol' (cd performance && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/xlators/performance \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/xlators/performance' make distdir-am make[6]: Entering directory '/root/glusterfs/xlators/performance' (cd write-behind && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/performance/write-behind \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/performance/write-behind' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/performance/write-behind' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/performance/write-behind/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/performance/write-behind/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/performance/write-behind/src' make[10]: Leaving directory '/root/glusterfs/xlators/performance/write-behind/src' make[9]: Leaving directory '/root/glusterfs/xlators/performance/write-behind/src' make[8]: Leaving directory '/root/glusterfs/xlators/performance/write-behind' make[7]: Leaving directory '/root/glusterfs/xlators/performance/write-behind' (cd read-ahead && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/performance/read-ahead' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/performance/read-ahead' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/performance/read-ahead/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/performance/read-ahead/src' make[10]: Leaving directory '/root/glusterfs/xlators/performance/read-ahead/src' make[9]: Leaving directory '/root/glusterfs/xlators/performance/read-ahead/src' make[8]: Leaving directory '/root/glusterfs/xlators/performance/read-ahead' make[7]: Leaving directory '/root/glusterfs/xlators/performance/read-ahead' (cd readdir-ahead && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/performance/readdir-ahead' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/performance/readdir-ahead' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/performance/readdir-ahead/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/performance/readdir-ahead/src' make[10]: Leaving directory '/root/glusterfs/xlators/performance/readdir-ahead/src' make[9]: Leaving directory '/root/glusterfs/xlators/performance/readdir-ahead/src' make[8]: Leaving directory '/root/glusterfs/xlators/performance/readdir-ahead' make[7]: Leaving directory '/root/glusterfs/xlators/performance/readdir-ahead' (cd io-threads && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/performance/io-threads \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/performance/io-threads' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/performance/io-threads' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/performance/io-threads/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/performance/io-threads/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/performance/io-threads/src' make[10]: Leaving directory '/root/glusterfs/xlators/performance/io-threads/src' make[9]: Leaving directory '/root/glusterfs/xlators/performance/io-threads/src' make[8]: Leaving directory '/root/glusterfs/xlators/performance/io-threads' make[7]: Leaving directory '/root/glusterfs/xlators/performance/io-threads' (cd io-cache && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/performance/io-cache \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/performance/io-cache' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/performance/io-cache' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/performance/io-cache/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/performance/io-cache/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/performance/io-cache/src' make[10]: Leaving directory '/root/glusterfs/xlators/performance/io-cache/src' make[9]: Leaving directory '/root/glusterfs/xlators/performance/io-cache/src' make[8]: Leaving directory '/root/glusterfs/xlators/performance/io-cache' make[7]: Leaving directory '/root/glusterfs/xlators/performance/io-cache' (cd quick-read && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/performance/quick-read \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/performance/quick-read' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/performance/quick-read' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/performance/quick-read/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/performance/quick-read/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/performance/quick-read/src' make[10]: Leaving directory '/root/glusterfs/xlators/performance/quick-read/src' make[9]: Leaving directory '/root/glusterfs/xlators/performance/quick-read/src' make[8]: Leaving directory '/root/glusterfs/xlators/performance/quick-read' make[7]: Leaving directory '/root/glusterfs/xlators/performance/quick-read' (cd md-cache && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/performance/md-cache \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/performance/md-cache' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/performance/md-cache' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/performance/md-cache/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/performance/md-cache/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/performance/md-cache/src' make[10]: Leaving directory '/root/glusterfs/xlators/performance/md-cache/src' make[9]: Leaving directory '/root/glusterfs/xlators/performance/md-cache/src' make[8]: Leaving directory '/root/glusterfs/xlators/performance/md-cache' make[7]: Leaving directory '/root/glusterfs/xlators/performance/md-cache' (cd open-behind && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/performance/open-behind \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/performance/open-behind' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/performance/open-behind' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/performance/open-behind/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/performance/open-behind/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/performance/open-behind/src' make[10]: Leaving directory '/root/glusterfs/xlators/performance/open-behind/src' make[9]: Leaving directory '/root/glusterfs/xlators/performance/open-behind/src' make[8]: Leaving directory '/root/glusterfs/xlators/performance/open-behind' make[7]: Leaving directory '/root/glusterfs/xlators/performance/open-behind' (cd nl-cache && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/performance/nl-cache' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/performance/nl-cache' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/performance/nl-cache/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/performance/nl-cache/src' make[10]: Leaving directory '/root/glusterfs/xlators/performance/nl-cache/src' make[9]: Leaving directory '/root/glusterfs/xlators/performance/nl-cache/src' make[8]: Leaving directory '/root/glusterfs/xlators/performance/nl-cache' make[7]: Leaving directory '/root/glusterfs/xlators/performance/nl-cache' make[6]: Leaving directory '/root/glusterfs/xlators/performance' make[5]: Leaving directory '/root/glusterfs/xlators/performance' (cd debug && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/xlators/debug \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/xlators/debug' make distdir-am make[6]: Entering directory '/root/glusterfs/xlators/debug' (cd error-gen && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/debug/error-gen \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/debug/error-gen' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/debug/error-gen' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/debug/error-gen/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/debug/error-gen/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/debug/error-gen/src' make[10]: Leaving directory '/root/glusterfs/xlators/debug/error-gen/src' make[9]: Leaving directory '/root/glusterfs/xlators/debug/error-gen/src' make[8]: Leaving directory '/root/glusterfs/xlators/debug/error-gen' make[7]: Leaving directory '/root/glusterfs/xlators/debug/error-gen' (cd io-stats && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/debug/io-stats \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/debug/io-stats' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/debug/io-stats' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/debug/io-stats/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/debug/io-stats/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/debug/io-stats/src' make[10]: Leaving directory '/root/glusterfs/xlators/debug/io-stats/src' make[9]: Leaving directory '/root/glusterfs/xlators/debug/io-stats/src' make[8]: Leaving directory '/root/glusterfs/xlators/debug/io-stats' make[7]: Leaving directory '/root/glusterfs/xlators/debug/io-stats' (cd sink && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/debug/sink \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/debug/sink' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/debug/sink' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/debug/sink/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/debug/sink/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/debug/sink/src' make[10]: Leaving directory '/root/glusterfs/xlators/debug/sink/src' make[9]: Leaving directory '/root/glusterfs/xlators/debug/sink/src' make[8]: Leaving directory '/root/glusterfs/xlators/debug/sink' make[7]: Leaving directory '/root/glusterfs/xlators/debug/sink' (cd trace && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/debug/trace \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/debug/trace' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/debug/trace' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/debug/trace/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/debug/trace/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/debug/trace/src' make[10]: Leaving directory '/root/glusterfs/xlators/debug/trace/src' make[9]: Leaving directory '/root/glusterfs/xlators/debug/trace/src' make[8]: Leaving directory '/root/glusterfs/xlators/debug/trace' make[7]: Leaving directory '/root/glusterfs/xlators/debug/trace' (cd delay-gen && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/debug/delay-gen' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/debug/delay-gen' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/debug/delay-gen/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/debug/delay-gen/src' make[10]: Leaving directory '/root/glusterfs/xlators/debug/delay-gen/src' make[9]: Leaving directory '/root/glusterfs/xlators/debug/delay-gen/src' make[8]: Leaving directory '/root/glusterfs/xlators/debug/delay-gen' make[7]: Leaving directory '/root/glusterfs/xlators/debug/delay-gen' make[6]: Leaving directory '/root/glusterfs/xlators/debug' make[5]: Leaving directory '/root/glusterfs/xlators/debug' (cd features && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/xlators/features \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/xlators/features' make distdir-am make[6]: Entering directory '/root/glusterfs/xlators/features' (cd locks && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/locks \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/locks' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/locks' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/locks/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/locks/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/locks/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/locks/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/locks/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/locks' make[7]: Leaving directory '/root/glusterfs/xlators/features/locks' (cd quota && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/quota \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/quota' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/quota' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/quota/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/quota/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/quota/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/quota/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/quota/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/quota' make[7]: Leaving directory '/root/glusterfs/xlators/features/quota' (cd read-only && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/read-only \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/read-only' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/read-only' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/read-only/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/read-only/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/read-only/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/read-only/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/read-only/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/read-only' make[7]: Leaving directory '/root/glusterfs/xlators/features/read-only' (cd quiesce && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/quiesce \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/quiesce' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/quiesce' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/quiesce/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/quiesce/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/quiesce/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/quiesce/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/quiesce/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/quiesce' make[7]: Leaving directory '/root/glusterfs/xlators/features/quiesce' (cd marker && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/marker \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/marker' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/marker' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/marker/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/marker/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/marker/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/marker/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/marker/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/marker' make[7]: Leaving directory '/root/glusterfs/xlators/features/marker' (cd index && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/index \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/index' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/index' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/index/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/index/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/index/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/index/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/index/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/index' make[7]: Leaving directory '/root/glusterfs/xlators/features/index' (cd barrier && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/barrier \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/barrier' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/barrier' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/barrier/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/barrier/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/barrier/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/barrier/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/barrier/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/barrier' make[7]: Leaving directory '/root/glusterfs/xlators/features/barrier' (cd arbiter && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/arbiter \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/arbiter' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/arbiter' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/arbiter/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/arbiter/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/arbiter/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/arbiter/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/arbiter/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/arbiter' make[7]: Leaving directory '/root/glusterfs/xlators/features/arbiter' (cd upcall && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/upcall \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/upcall' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/upcall' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/upcall/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/upcall/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/upcall/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/upcall/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/upcall/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/upcall' make[7]: Leaving directory '/root/glusterfs/xlators/features/upcall' (cd compress && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/compress \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/compress' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/compress' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/compress/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/compress/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/compress/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/compress/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/compress/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/compress' make[7]: Leaving directory '/root/glusterfs/xlators/features/compress' (cd changelog && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/changelog \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/changelog' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/changelog' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/changelog/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/changelog/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/changelog/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/changelog/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/changelog/src' (cd lib && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/changelog/lib' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/changelog/lib' (cd src && make top_distdir=../../../../../glusterfs-20201007.d1d7a6f distdir=../../../../../glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[11]: Entering directory '/root/glusterfs/xlators/features/changelog/lib/src' make distdir-am make[12]: Entering directory '/root/glusterfs/xlators/features/changelog/lib/src' make[12]: Leaving directory '/root/glusterfs/xlators/features/changelog/lib/src' make[11]: Leaving directory '/root/glusterfs/xlators/features/changelog/lib/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/changelog/lib' make[9]: Leaving directory '/root/glusterfs/xlators/features/changelog/lib' make[8]: Leaving directory '/root/glusterfs/xlators/features/changelog' make[7]: Leaving directory '/root/glusterfs/xlators/features/changelog' (cd gfid-access && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/gfid-access \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/gfid-access' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/gfid-access' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/gfid-access/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/gfid-access/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/gfid-access/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/gfid-access/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/gfid-access/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/gfid-access' make[7]: Leaving directory '/root/glusterfs/xlators/features/gfid-access' (cd snapview-client && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/snapview-client \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/snapview-client' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/snapview-client' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/snapview-client/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/snapview-client/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/snapview-client/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/snapview-client/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/snapview-client/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/snapview-client' make[7]: Leaving directory '/root/glusterfs/xlators/features/snapview-client' (cd snapview-server && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/snapview-server \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/snapview-server' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/snapview-server' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/snapview-server/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/snapview-server/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/snapview-server/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/snapview-server/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/snapview-server/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/snapview-server' make[7]: Leaving directory '/root/glusterfs/xlators/features/snapview-server' (cd trash && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/trash \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/trash' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/trash' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/trash/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/trash/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/trash/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/trash/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/trash/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/trash' make[7]: Leaving directory '/root/glusterfs/xlators/features/trash' (cd shard && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/shard \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/shard' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/shard' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/shard/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/shard/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/shard/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/shard/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/shard/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/shard' make[7]: Leaving directory '/root/glusterfs/xlators/features/shard' (cd bit-rot && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/bit-rot \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/bit-rot' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/bit-rot' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/bit-rot/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/bit-rot/src' (cd stub && make top_distdir=../../../../../glusterfs-20201007.d1d7a6f distdir=../../../../../glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src/stub \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[11]: Entering directory '/root/glusterfs/xlators/features/bit-rot/src/stub' make distdir-am make[12]: Entering directory '/root/glusterfs/xlators/features/bit-rot/src/stub' make[12]: Leaving directory '/root/glusterfs/xlators/features/bit-rot/src/stub' make[11]: Leaving directory '/root/glusterfs/xlators/features/bit-rot/src/stub' (cd bitd && make top_distdir=../../../../../glusterfs-20201007.d1d7a6f distdir=../../../../../glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src/bitd \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[11]: Entering directory '/root/glusterfs/xlators/features/bit-rot/src/bitd' make distdir-am make[12]: Entering directory '/root/glusterfs/xlators/features/bit-rot/src/bitd' make[12]: Leaving directory '/root/glusterfs/xlators/features/bit-rot/src/bitd' make[11]: Leaving directory '/root/glusterfs/xlators/features/bit-rot/src/bitd' make[10]: Leaving directory '/root/glusterfs/xlators/features/bit-rot/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/bit-rot/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/bit-rot' make[7]: Leaving directory '/root/glusterfs/xlators/features/bit-rot' (cd leases && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/leases \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/leases' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/leases' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/leases/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/leases/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/leases/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/leases/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/leases/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/leases' make[7]: Leaving directory '/root/glusterfs/xlators/features/leases' (cd selinux && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/selinux \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/selinux' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/selinux' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/selinux/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/selinux/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/selinux/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/selinux/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/selinux/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/selinux' make[7]: Leaving directory '/root/glusterfs/xlators/features/selinux' (cd sdfs && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/sdfs \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/sdfs' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/sdfs' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/sdfs/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/sdfs/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/sdfs/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/sdfs/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/sdfs/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/sdfs' make[7]: Leaving directory '/root/glusterfs/xlators/features/sdfs' (cd namespace && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/namespace \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/namespace' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/namespace' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/namespace/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/namespace/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/namespace/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/namespace/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/namespace/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/namespace' make[7]: Leaving directory '/root/glusterfs/xlators/features/namespace' (cd cloudsync && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/cloudsync \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/cloudsync' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/cloudsync' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/cloudsync/src' /usr/bin/python3 ../../../../xlators/features/cloudsync/src/cloudsync-fops-h.py \ ../../../../xlators/features/cloudsync/src/cloudsync-autogen-fops-tmpl.h > cloudsync-autogen-fops.h make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/cloudsync/src' (cd cloudsync-plugins && make top_distdir=../../../../../glusterfs-20201007.d1d7a6f distdir=../../../../../glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[11]: Entering directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins' make distdir-am make[12]: Entering directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins' (cd src && make top_distdir=../../../../../../glusterfs-20201007.d1d7a6f distdir=../../../../../../glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[13]: Entering directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins/src' make distdir-am make[14]: Entering directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins/src' (cd cloudsyncs3 && make top_distdir=../../../../../../../glusterfs-20201007.d1d7a6f distdir=../../../../../../../glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3 \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[15]: Entering directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3' make distdir-am make[16]: Entering directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3' (cd src && make top_distdir=../../../../../../../../glusterfs-20201007.d1d7a6f distdir=../../../../../../../../glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[17]: Entering directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3/src' make distdir-am make[18]: Entering directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3/src' make[18]: Leaving directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3/src' make[17]: Leaving directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3/src' make[16]: Leaving directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3' make[15]: Leaving directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3' (cd cvlt && make top_distdir=../../../../../../../glusterfs-20201007.d1d7a6f distdir=../../../../../../../glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[15]: Entering directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt' make distdir-am make[16]: Entering directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt' (cd src && make top_distdir=../../../../../../../../glusterfs-20201007.d1d7a6f distdir=../../../../../../../../glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[17]: Entering directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src' make distdir-am make[18]: Entering directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src' make[18]: Leaving directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src' make[17]: Leaving directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src' make[16]: Leaving directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt' make[15]: Leaving directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt' make[14]: Leaving directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins/src' make[13]: Leaving directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins/src' make[12]: Leaving directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins' make[11]: Leaving directory '/root/glusterfs/xlators/features/cloudsync/src/cloudsync-plugins' make[10]: Leaving directory '/root/glusterfs/xlators/features/cloudsync/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/cloudsync/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/cloudsync' make[7]: Leaving directory '/root/glusterfs/xlators/features/cloudsync' (cd thin-arbiter && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/thin-arbiter' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/thin-arbiter' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/thin-arbiter/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/thin-arbiter/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/thin-arbiter/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/thin-arbiter/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/thin-arbiter' make[7]: Leaving directory '/root/glusterfs/xlators/features/thin-arbiter' (cd utime && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/utime \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/utime' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/utime' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/utime/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/utime/src' /usr/bin/python3 ../../../../xlators/features/utime/src/utime-gen-fops-h.py ../../../../xlators/features/utime/src/utime-autogen-fops-tmpl.h > utime-autogen-fops.h make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/utime/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/utime/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/utime/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/utime' make[7]: Leaving directory '/root/glusterfs/xlators/features/utime' (cd metadisp && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/features/metadisp \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/features/metadisp' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/features/metadisp' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/features/metadisp/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/features/metadisp/src' PYTHONPATH=../../../../libglusterfs/src \ /usr/bin/python3 ./gen-fops.py ./fops-tmpl.c > fops.c make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/features/metadisp/src' make[10]: Leaving directory '/root/glusterfs/xlators/features/metadisp/src' make[9]: Leaving directory '/root/glusterfs/xlators/features/metadisp/src' make[8]: Leaving directory '/root/glusterfs/xlators/features/metadisp' make[7]: Leaving directory '/root/glusterfs/xlators/features/metadisp' make[6]: Leaving directory '/root/glusterfs/xlators/features' make[5]: Leaving directory '/root/glusterfs/xlators/features' (cd mount && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/xlators/mount \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/xlators/mount' make distdir-am make[6]: Entering directory '/root/glusterfs/xlators/mount' (cd fuse && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/mount/fuse \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/mount/fuse' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/mount/fuse' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/mount/fuse/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/mount/fuse/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/mount/fuse/src' make[10]: Leaving directory '/root/glusterfs/xlators/mount/fuse/src' make[9]: Leaving directory '/root/glusterfs/xlators/mount/fuse/src' (cd utils && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/mount/fuse/utils \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/mount/fuse/utils' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/mount/fuse/utils' make[10]: Leaving directory '/root/glusterfs/xlators/mount/fuse/utils' make[9]: Leaving directory '/root/glusterfs/xlators/mount/fuse/utils' make[8]: Leaving directory '/root/glusterfs/xlators/mount/fuse' make[7]: Leaving directory '/root/glusterfs/xlators/mount/fuse' make[6]: Leaving directory '/root/glusterfs/xlators/mount' make[5]: Leaving directory '/root/glusterfs/xlators/mount' (cd nfs && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/xlators/nfs \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/xlators/nfs' make distdir-am make[6]: Entering directory '/root/glusterfs/xlators/nfs' (cd server && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/nfs/server \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/nfs/server' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/nfs/server' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/nfs/server/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/nfs/server/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/nfs/server/src' make[10]: Leaving directory '/root/glusterfs/xlators/nfs/server/src' make[9]: Leaving directory '/root/glusterfs/xlators/nfs/server/src' make[8]: Leaving directory '/root/glusterfs/xlators/nfs/server' make[7]: Leaving directory '/root/glusterfs/xlators/nfs/server' make[6]: Leaving directory '/root/glusterfs/xlators/nfs' make[5]: Leaving directory '/root/glusterfs/xlators/nfs' (cd mgmt && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/xlators/mgmt \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/xlators/mgmt' make distdir-am make[6]: Entering directory '/root/glusterfs/xlators/mgmt' (cd glusterd && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/mgmt/glusterd' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/mgmt/glusterd' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/mgmt/glusterd/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/mgmt/glusterd/src' make[10]: Leaving directory '/root/glusterfs/xlators/mgmt/glusterd/src' make[9]: Leaving directory '/root/glusterfs/xlators/mgmt/glusterd/src' make[8]: Leaving directory '/root/glusterfs/xlators/mgmt/glusterd' make[7]: Leaving directory '/root/glusterfs/xlators/mgmt/glusterd' make[6]: Leaving directory '/root/glusterfs/xlators/mgmt' make[5]: Leaving directory '/root/glusterfs/xlators/mgmt' (cd system && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/xlators/system \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/xlators/system' make distdir-am make[6]: Entering directory '/root/glusterfs/xlators/system' (cd posix-acl && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/system/posix-acl \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/system/posix-acl' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/system/posix-acl' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/system/posix-acl/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/system/posix-acl/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/system/posix-acl/src' make[10]: Leaving directory '/root/glusterfs/xlators/system/posix-acl/src' make[9]: Leaving directory '/root/glusterfs/xlators/system/posix-acl/src' make[8]: Leaving directory '/root/glusterfs/xlators/system/posix-acl' make[7]: Leaving directory '/root/glusterfs/xlators/system/posix-acl' make[6]: Leaving directory '/root/glusterfs/xlators/system' make[5]: Leaving directory '/root/glusterfs/xlators/system' (cd playground && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/xlators/playground \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/xlators/playground' make distdir-am make[6]: Entering directory '/root/glusterfs/xlators/playground' (cd template && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/playground/template \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/playground/template' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/playground/template' (cd src && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/xlators/playground/template/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/xlators/playground/template/src' make distdir-am make[10]: Entering directory '/root/glusterfs/xlators/playground/template/src' make[10]: Leaving directory '/root/glusterfs/xlators/playground/template/src' make[9]: Leaving directory '/root/glusterfs/xlators/playground/template/src' make[8]: Leaving directory '/root/glusterfs/xlators/playground/template' make[7]: Leaving directory '/root/glusterfs/xlators/playground/template' make[6]: Leaving directory '/root/glusterfs/xlators/playground' make[5]: Leaving directory '/root/glusterfs/xlators/playground' (cd meta && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/xlators/meta \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/xlators/meta' make distdir-am make[6]: Entering directory '/root/glusterfs/xlators/meta' (cd src && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/xlators/meta/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/xlators/meta/src' make distdir-am make[8]: Entering directory '/root/glusterfs/xlators/meta/src' make[8]: Leaving directory '/root/glusterfs/xlators/meta/src' make[7]: Leaving directory '/root/glusterfs/xlators/meta/src' make[6]: Leaving directory '/root/glusterfs/xlators/meta' make[5]: Leaving directory '/root/glusterfs/xlators/meta' make[4]: Leaving directory '/root/glusterfs/xlators' make[3]: Leaving directory '/root/glusterfs/xlators' (cd contrib/fuse-util && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/contrib/fuse-util \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/root/glusterfs/contrib/fuse-util' make distdir-am make[4]: Entering directory '/root/glusterfs/contrib/fuse-util' make[4]: Leaving directory '/root/glusterfs/contrib/fuse-util' make[3]: Leaving directory '/root/glusterfs/contrib/fuse-util' (cd doc && make top_distdir=../glusterfs-20201007.d1d7a6f distdir=../glusterfs-20201007.d1d7a6f/doc \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/root/glusterfs/doc' make distdir-am make[4]: Entering directory '/root/glusterfs/doc' make[4]: Leaving directory '/root/glusterfs/doc' make[3]: Leaving directory '/root/glusterfs/doc' (cd extras && make top_distdir=../glusterfs-20201007.d1d7a6f distdir=../glusterfs-20201007.d1d7a6f/extras \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/root/glusterfs/extras' make distdir-am make[4]: Entering directory '/root/glusterfs/extras' (cd init.d && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/extras/init.d \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/extras/init.d' make distdir-am make[6]: Entering directory '/root/glusterfs/extras/init.d' make[6]: Leaving directory '/root/glusterfs/extras/init.d' make[5]: Leaving directory '/root/glusterfs/extras/init.d' (cd systemd && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/extras/systemd \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/extras/systemd' make distdir-am make[6]: Entering directory '/root/glusterfs/extras/systemd' make[6]: Leaving directory '/root/glusterfs/extras/systemd' make[5]: Leaving directory '/root/glusterfs/extras/systemd' (cd benchmarking && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/extras/benchmarking \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/extras/benchmarking' make distdir-am make[6]: Entering directory '/root/glusterfs/extras/benchmarking' make[6]: Leaving directory '/root/glusterfs/extras/benchmarking' make[5]: Leaving directory '/root/glusterfs/extras/benchmarking' (cd hook-scripts && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/extras/hook-scripts \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/extras/hook-scripts' make distdir-am make[6]: Entering directory '/root/glusterfs/extras/hook-scripts' (cd add-brick && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/extras/hook-scripts/add-brick' make distdir-am make[8]: Entering directory '/root/glusterfs/extras/hook-scripts/add-brick' (cd post && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick/post \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/extras/hook-scripts/add-brick/post' make distdir-am make[10]: Entering directory '/root/glusterfs/extras/hook-scripts/add-brick/post' make[10]: Leaving directory '/root/glusterfs/extras/hook-scripts/add-brick/post' make[9]: Leaving directory '/root/glusterfs/extras/hook-scripts/add-brick/post' (cd pre && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick/pre \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/extras/hook-scripts/add-brick/pre' make distdir-am make[10]: Entering directory '/root/glusterfs/extras/hook-scripts/add-brick/pre' make[10]: Leaving directory '/root/glusterfs/extras/hook-scripts/add-brick/pre' make[9]: Leaving directory '/root/glusterfs/extras/hook-scripts/add-brick/pre' make[8]: Leaving directory '/root/glusterfs/extras/hook-scripts/add-brick' make[7]: Leaving directory '/root/glusterfs/extras/hook-scripts/add-brick' (cd create && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/extras/hook-scripts/create \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/extras/hook-scripts/create' make distdir-am make[8]: Entering directory '/root/glusterfs/extras/hook-scripts/create' (cd post && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/extras/hook-scripts/create/post \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/extras/hook-scripts/create/post' make distdir-am make[10]: Entering directory '/root/glusterfs/extras/hook-scripts/create/post' make[10]: Leaving directory '/root/glusterfs/extras/hook-scripts/create/post' make[9]: Leaving directory '/root/glusterfs/extras/hook-scripts/create/post' make[8]: Leaving directory '/root/glusterfs/extras/hook-scripts/create' make[7]: Leaving directory '/root/glusterfs/extras/hook-scripts/create' (cd delete && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/extras/hook-scripts/delete' make distdir-am make[8]: Entering directory '/root/glusterfs/extras/hook-scripts/delete' (cd pre && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete/pre \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/extras/hook-scripts/delete/pre' make distdir-am make[10]: Entering directory '/root/glusterfs/extras/hook-scripts/delete/pre' make[10]: Leaving directory '/root/glusterfs/extras/hook-scripts/delete/pre' make[9]: Leaving directory '/root/glusterfs/extras/hook-scripts/delete/pre' make[8]: Leaving directory '/root/glusterfs/extras/hook-scripts/delete' make[7]: Leaving directory '/root/glusterfs/extras/hook-scripts/delete' (cd set && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/extras/hook-scripts/set \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/extras/hook-scripts/set' make distdir-am make[8]: Entering directory '/root/glusterfs/extras/hook-scripts/set' (cd post && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/extras/hook-scripts/set/post \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/extras/hook-scripts/set/post' make distdir-am make[10]: Entering directory '/root/glusterfs/extras/hook-scripts/set/post' make[10]: Leaving directory '/root/glusterfs/extras/hook-scripts/set/post' make[9]: Leaving directory '/root/glusterfs/extras/hook-scripts/set/post' make[8]: Leaving directory '/root/glusterfs/extras/hook-scripts/set' make[7]: Leaving directory '/root/glusterfs/extras/hook-scripts/set' (cd start && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/extras/hook-scripts/start \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/extras/hook-scripts/start' make distdir-am make[8]: Entering directory '/root/glusterfs/extras/hook-scripts/start' (cd post && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/extras/hook-scripts/start/post \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/extras/hook-scripts/start/post' make distdir-am make[10]: Entering directory '/root/glusterfs/extras/hook-scripts/start/post' make[10]: Leaving directory '/root/glusterfs/extras/hook-scripts/start/post' make[9]: Leaving directory '/root/glusterfs/extras/hook-scripts/start/post' make[8]: Leaving directory '/root/glusterfs/extras/hook-scripts/start' make[7]: Leaving directory '/root/glusterfs/extras/hook-scripts/start' (cd stop && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/extras/hook-scripts/stop' make distdir-am make[8]: Entering directory '/root/glusterfs/extras/hook-scripts/stop' (cd pre && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop/pre \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/extras/hook-scripts/stop/pre' make distdir-am make[10]: Entering directory '/root/glusterfs/extras/hook-scripts/stop/pre' make[10]: Leaving directory '/root/glusterfs/extras/hook-scripts/stop/pre' make[9]: Leaving directory '/root/glusterfs/extras/hook-scripts/stop/pre' make[8]: Leaving directory '/root/glusterfs/extras/hook-scripts/stop' make[7]: Leaving directory '/root/glusterfs/extras/hook-scripts/stop' (cd reset && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/extras/hook-scripts/reset' make distdir-am make[8]: Entering directory '/root/glusterfs/extras/hook-scripts/reset' (cd post && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset/post \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/extras/hook-scripts/reset/post' make distdir-am make[10]: Entering directory '/root/glusterfs/extras/hook-scripts/reset/post' make[10]: Leaving directory '/root/glusterfs/extras/hook-scripts/reset/post' make[9]: Leaving directory '/root/glusterfs/extras/hook-scripts/reset/post' (cd pre && make top_distdir=../../../../glusterfs-20201007.d1d7a6f distdir=../../../../glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset/pre \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/root/glusterfs/extras/hook-scripts/reset/pre' make distdir-am make[10]: Entering directory '/root/glusterfs/extras/hook-scripts/reset/pre' make[10]: Leaving directory '/root/glusterfs/extras/hook-scripts/reset/pre' make[9]: Leaving directory '/root/glusterfs/extras/hook-scripts/reset/pre' make[8]: Leaving directory '/root/glusterfs/extras/hook-scripts/reset' make[7]: Leaving directory '/root/glusterfs/extras/hook-scripts/reset' make[6]: Leaving directory '/root/glusterfs/extras/hook-scripts' make[5]: Leaving directory '/root/glusterfs/extras/hook-scripts' (cd ocf && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/extras/ocf \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/extras/ocf' make distdir-am make[6]: Entering directory '/root/glusterfs/extras/ocf' make[6]: Leaving directory '/root/glusterfs/extras/ocf' make[5]: Leaving directory '/root/glusterfs/extras/ocf' (cd LinuxRPM && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/extras/LinuxRPM \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/extras/LinuxRPM' make distdir-am make[6]: Entering directory '/root/glusterfs/extras/LinuxRPM' make[6]: Leaving directory '/root/glusterfs/extras/LinuxRPM' make[5]: Leaving directory '/root/glusterfs/extras/LinuxRPM' (cd geo-rep && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/extras/geo-rep \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/extras/geo-rep' make distdir-am make[6]: Entering directory '/root/glusterfs/extras/geo-rep' make[6]: Leaving directory '/root/glusterfs/extras/geo-rep' make[5]: Leaving directory '/root/glusterfs/extras/geo-rep' (cd snap_scheduler && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/extras/snap_scheduler \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/extras/snap_scheduler' make distdir-am make[6]: Entering directory '/root/glusterfs/extras/snap_scheduler' make[6]: Leaving directory '/root/glusterfs/extras/snap_scheduler' make[5]: Leaving directory '/root/glusterfs/extras/snap_scheduler' (cd firewalld && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/extras/firewalld \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/extras/firewalld' make distdir-am make[6]: Entering directory '/root/glusterfs/extras/firewalld' make[6]: Leaving directory '/root/glusterfs/extras/firewalld' make[5]: Leaving directory '/root/glusterfs/extras/firewalld' (cd cliutils && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/extras/cliutils \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/extras/cliutils' make distdir-am make[6]: Entering directory '/root/glusterfs/extras/cliutils' make[6]: Leaving directory '/root/glusterfs/extras/cliutils' make[5]: Leaving directory '/root/glusterfs/extras/cliutils' (cd python && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/extras/python \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/extras/python' make distdir-am make[6]: Entering directory '/root/glusterfs/extras/python' make[6]: Leaving directory '/root/glusterfs/extras/python' make[5]: Leaving directory '/root/glusterfs/extras/python' (cd ganesha && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/extras/ganesha \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/extras/ganesha' make distdir-am make[6]: Entering directory '/root/glusterfs/extras/ganesha' (cd scripts && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/extras/ganesha/scripts \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/extras/ganesha/scripts' make distdir-am make[8]: Entering directory '/root/glusterfs/extras/ganesha/scripts' make[8]: Leaving directory '/root/glusterfs/extras/ganesha/scripts' make[7]: Leaving directory '/root/glusterfs/extras/ganesha/scripts' (cd config && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/extras/ganesha/config \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/extras/ganesha/config' make distdir-am make[8]: Entering directory '/root/glusterfs/extras/ganesha/config' make[8]: Leaving directory '/root/glusterfs/extras/ganesha/config' make[7]: Leaving directory '/root/glusterfs/extras/ganesha/config' (cd ocf && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/extras/ganesha/ocf \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/extras/ganesha/ocf' make distdir-am make[8]: Entering directory '/root/glusterfs/extras/ganesha/ocf' make[8]: Leaving directory '/root/glusterfs/extras/ganesha/ocf' make[7]: Leaving directory '/root/glusterfs/extras/ganesha/ocf' make[6]: Leaving directory '/root/glusterfs/extras/ganesha' make[5]: Leaving directory '/root/glusterfs/extras/ganesha' make[4]: Leaving directory '/root/glusterfs/extras' make[3]: Leaving directory '/root/glusterfs/extras' (cd cli && make top_distdir=../glusterfs-20201007.d1d7a6f distdir=../glusterfs-20201007.d1d7a6f/cli \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/root/glusterfs/cli' make distdir-am make[4]: Entering directory '/root/glusterfs/cli' (cd src && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/cli/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/cli/src' make distdir-am make[6]: Entering directory '/root/glusterfs/cli/src' make[6]: Leaving directory '/root/glusterfs/cli/src' make[5]: Leaving directory '/root/glusterfs/cli/src' make[4]: Leaving directory '/root/glusterfs/cli' make[3]: Leaving directory '/root/glusterfs/cli' (cd heal && make top_distdir=../glusterfs-20201007.d1d7a6f distdir=../glusterfs-20201007.d1d7a6f/heal \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/root/glusterfs/heal' make distdir-am make[4]: Entering directory '/root/glusterfs/heal' (cd src && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/heal/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/heal/src' make distdir-am make[6]: Entering directory '/root/glusterfs/heal/src' make[6]: Leaving directory '/root/glusterfs/heal/src' make[5]: Leaving directory '/root/glusterfs/heal/src' make[4]: Leaving directory '/root/glusterfs/heal' make[3]: Leaving directory '/root/glusterfs/heal' (cd geo-replication && make top_distdir=../glusterfs-20201007.d1d7a6f distdir=../glusterfs-20201007.d1d7a6f/geo-replication \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/root/glusterfs/geo-replication' make distdir-am make[4]: Entering directory '/root/glusterfs/geo-replication' (cd syncdaemon && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/geo-replication/syncdaemon \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/geo-replication/syncdaemon' make distdir-am make[6]: Entering directory '/root/glusterfs/geo-replication/syncdaemon' make[6]: Leaving directory '/root/glusterfs/geo-replication/syncdaemon' make[5]: Leaving directory '/root/glusterfs/geo-replication/syncdaemon' (cd src && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/geo-replication/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/geo-replication/src' make distdir-am make[6]: Entering directory '/root/glusterfs/geo-replication/src' make[6]: Leaving directory '/root/glusterfs/geo-replication/src' make[5]: Leaving directory '/root/glusterfs/geo-replication/src' make[4]: Leaving directory '/root/glusterfs/geo-replication' make[3]: Leaving directory '/root/glusterfs/geo-replication' (cd tools && make top_distdir=../glusterfs-20201007.d1d7a6f distdir=../glusterfs-20201007.d1d7a6f/tools \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/root/glusterfs/tools' make distdir-am make[4]: Entering directory '/root/glusterfs/tools' (cd gfind_missing_files && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/tools/gfind_missing_files \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/tools/gfind_missing_files' make distdir-am make[6]: Entering directory '/root/glusterfs/tools/gfind_missing_files' make[6]: Leaving directory '/root/glusterfs/tools/gfind_missing_files' make[5]: Leaving directory '/root/glusterfs/tools/gfind_missing_files' (cd glusterfind && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/tools/glusterfind \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/tools/glusterfind' make distdir-am make[6]: Entering directory '/root/glusterfs/tools/glusterfind' (cd src && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/tools/glusterfind/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/tools/glusterfind/src' make distdir-am make[8]: Entering directory '/root/glusterfs/tools/glusterfind/src' make[8]: Leaving directory '/root/glusterfs/tools/glusterfind/src' make[7]: Leaving directory '/root/glusterfs/tools/glusterfind/src' make[6]: Leaving directory '/root/glusterfs/tools/glusterfind' make[5]: Leaving directory '/root/glusterfs/tools/glusterfind' (cd setgfid2path && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/tools/setgfid2path \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/tools/setgfid2path' make distdir-am make[6]: Entering directory '/root/glusterfs/tools/setgfid2path' (cd src && make top_distdir=../../../glusterfs-20201007.d1d7a6f distdir=../../../glusterfs-20201007.d1d7a6f/tools/setgfid2path/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/root/glusterfs/tools/setgfid2path/src' make distdir-am make[8]: Entering directory '/root/glusterfs/tools/setgfid2path/src' make[8]: Leaving directory '/root/glusterfs/tools/setgfid2path/src' make[7]: Leaving directory '/root/glusterfs/tools/setgfid2path/src' make[6]: Leaving directory '/root/glusterfs/tools/setgfid2path' make[5]: Leaving directory '/root/glusterfs/tools/setgfid2path' make[4]: Leaving directory '/root/glusterfs/tools' make[3]: Leaving directory '/root/glusterfs/tools' (cd events && make top_distdir=../glusterfs-20201007.d1d7a6f distdir=../glusterfs-20201007.d1d7a6f/events \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/root/glusterfs/events' make distdir-am make[4]: Entering directory '/root/glusterfs/events' (cd src && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/events/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/events/src' /usr/bin/python3 ../../events/eventskeygen.py PY_HEADER make distdir-am make[6]: Entering directory '/root/glusterfs/events/src' make[6]: Leaving directory '/root/glusterfs/events/src' make[5]: Leaving directory '/root/glusterfs/events/src' (cd tools && make top_distdir=../../glusterfs-20201007.d1d7a6f distdir=../../glusterfs-20201007.d1d7a6f/events/tools \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/root/glusterfs/events/tools' make distdir-am make[6]: Entering directory '/root/glusterfs/events/tools' make[6]: Leaving directory '/root/glusterfs/events/tools' make[5]: Leaving directory '/root/glusterfs/events/tools' make[4]: Leaving directory '/root/glusterfs/events' make[3]: Leaving directory '/root/glusterfs/events' make \ top_distdir="glusterfs-20201007.d1d7a6f" distdir="glusterfs-20201007.d1d7a6f" \ dist-hook make[3]: Entering directory '/root/glusterfs' if test -d ./.git; then \ cd .; \ ./build-aux/pkg-version --full \ > /root/glusterfs/glusterfs-20201007.d1d7a6f/VERSION; \ fi (cd . && git diff && echo ===== git log ==== && git log) > glusterfs-20201007.d1d7a6f/ChangeLog rm -fr glusterfs-20201007.d1d7a6f/contrib/umountd/.deps rm -f glusterfs-20201007.d1d7a6f/events/src/eventtypes.py rm -f glusterfs-20201007.d1d7a6f/tests/env.rc cp -f ./build-aux/config.sub.dist glusterfs-20201007.d1d7a6f/config.sub cp -f ./build-aux/config.guess.dist glusterfs-20201007.d1d7a6f/config.guess make[3]: Leaving directory '/root/glusterfs' test -n "" \ || find "glusterfs-20201007.d1d7a6f" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /root/glusterfs/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "glusterfs-20201007.d1d7a6f" make[2]: Leaving directory '/root/glusterfs' tardir=glusterfs-20201007.d1d7a6f && tar --format=posix -chf - "$tardir" | eval GZIP= gzip --best -c >glusterfs-20201007.d1d7a6f.tar.gz make[1]: Leaving directory '/root/glusterfs' if test -d "glusterfs-20201007.d1d7a6f"; then find "glusterfs-20201007.d1d7a6f" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "glusterfs-20201007.d1d7a6f" || { sleep 5 && rm -rf "glusterfs-20201007.d1d7a6f"; }; else :; fi + rm -f '*.src.rpm' ++ rpmbuild --define 'dist .autobuild' --define '_srcrpmdir /root/glusterfs' --define '_source_payload w9.gzdio' --define '_source_filedigest_algorithm 1' -ts glusterfs-20201007.d1d7a6f.tar.gz ++ cut '-d ' -f 2 + SRPM=/root/glusterfs/glusterfs-20201007.d1d7a6f-0.0.autobuild.src.rpm + MOCK_RPM_OPTS= + case "${CENTOS_VERSION}/${GIT_VERSION}" in + MOCK_RPM_OPTS=--with=gnfs + RESULTDIR=/srv/gluster/nightly/master/8/x86_64 + /usr/bin/mock --root epel-8-x86_64 --with=gnfs --resultdir /srv/gluster/nightly/master/8/x86_64 --rebuild /root/glusterfs/glusterfs-20201007.d1d7a6f-0.0.autobuild.src.rpm INFO: mock.py version 2.6 starting (python version = 3.6.8)... Start(bootstrap): init plugins INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run INFO: Start(/root/glusterfs/glusterfs-20201007.d1d7a6f-0.0.autobuild.src.rpm) Config(epel-8-x86_64) Start: clean chroot Finish: clean chroot Start(bootstrap): chroot init INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata INFO: enabled HW Info plugin Mock Version: 2.6 INFO: Mock Version: 2.6 Start(bootstrap): dnf install No matches found for the following disable plugin patterns: local CentOS-8 - Base 1.0 MB/s | 2.2 MB 00:02 CentOS-8 - AppStream 1.0 MB/s | 5.8 MB 00:05 CentOS-8 - PowerTools 232 kB/s | 1.9 MB 00:08 CentOS-8 - Extras 5.7 kB/s | 8.1 kB 00:01 epel 604 kB/s | 5.4 MB 00:09 Dependencies resolved. ============================================================================================================================================================================ Package Architecture Version Repository Size ============================================================================================================================================================================ Installing: dnf noarch 4.2.17-7.el8_2 BaseOS 469 k dnf-plugins-core noarch 4.0.12-4.el8_2 BaseOS 64 k Installing dependencies: acl x86_64 2.2.53-1.el8 BaseOS 81 k audit-libs x86_64 3.0-0.17.20191104git1c2f876.el8 BaseOS 116 k basesystem noarch 11-5.el8 BaseOS 10 k bash x86_64 4.4.19-10.el8 BaseOS 1.5 M brotli x86_64 1.0.6-1.el8 BaseOS 323 k bzip2-libs x86_64 1.0.6-26.el8 BaseOS 48 k ca-certificates noarch 2020.2.41-80.0.el8_2 BaseOS 391 k centos-gpg-keys noarch 8.2-2.2004.0.2.el8 BaseOS 12 k centos-release x86_64 8.2-2.2004.0.2.el8 BaseOS 21 k centos-repos x86_64 8.2-2.2004.0.2.el8 BaseOS 13 k chkconfig x86_64 1.11-1.el8 BaseOS 189 k coreutils x86_64 8.30-7.el8_2.1 BaseOS 1.2 M coreutils-common x86_64 8.30-7.el8_2.1 BaseOS 2.0 M cpio x86_64 2.12-8.el8 BaseOS 265 k cracklib x86_64 2.9.6-15.el8 BaseOS 93 k crypto-policies noarch 20191128-2.git23e1bf1.el8 BaseOS 103 k cryptsetup-libs x86_64 2.2.2-1.el8 BaseOS 428 k curl x86_64 7.61.1-12.el8 BaseOS 353 k cyrus-sasl-lib x86_64 2.1.27-1.el8 BaseOS 123 k dbus x86_64 1:1.12.8-10.el8_2 BaseOS 41 k dbus-common noarch 1:1.12.8-10.el8_2 BaseOS 45 k dbus-daemon x86_64 1:1.12.8-10.el8_2 BaseOS 239 k dbus-libs x86_64 1:1.12.8-10.el8_2 BaseOS 183 k dbus-tools x86_64 1:1.12.8-10.el8_2 BaseOS 85 k device-mapper x86_64 8:1.02.169-3.el8 BaseOS 372 k device-mapper-libs x86_64 8:1.02.169-3.el8 BaseOS 405 k dnf-data noarch 4.2.17-7.el8_2 BaseOS 145 k dracut x86_64 049-70.git20200228.el8 BaseOS 365 k elfutils-default-yama-scope noarch 0.178-7.el8 BaseOS 48 k elfutils-libelf x86_64 0.178-7.el8 BaseOS 212 k elfutils-libs x86_64 0.178-7.el8 BaseOS 292 k expat x86_64 2.2.5-3.el8 BaseOS 110 k file x86_64 5.33-13.el8 BaseOS 76 k file-libs x86_64 5.33-13.el8 BaseOS 542 k filesystem x86_64 3.8-2.el8 BaseOS 1.1 M findutils x86_64 1:4.6.0-20.el8 BaseOS 528 k gawk x86_64 4.2.1-1.el8 BaseOS 1.1 M gdbm x86_64 1:1.18-1.el8 BaseOS 130 k gdbm-libs x86_64 1:1.18-1.el8 BaseOS 60 k gettext x86_64 0.19.8.1-17.el8 BaseOS 1.1 M gettext-libs x86_64 0.19.8.1-17.el8 BaseOS 314 k glib2 x86_64 2.56.4-8.el8 BaseOS 2.5 M glibc x86_64 2.28-101.el8 BaseOS 3.7 M glibc-all-langpacks x86_64 2.28-101.el8 BaseOS 25 M glibc-common x86_64 2.28-101.el8 BaseOS 1.3 M gmp x86_64 1:6.1.2-10.el8 BaseOS 322 k gnupg2 x86_64 2.2.9-1.el8 BaseOS 2.3 M gnutls x86_64 3.6.8-11.el8_2 BaseOS 915 k gpgme x86_64 1.10.0-6.el8.0.1 BaseOS 241 k grep x86_64 3.1-6.el8 BaseOS 274 k grub2-common noarch 1:2.02-87.el8_2 BaseOS 882 k grub2-tools x86_64 1:2.02-87.el8_2 BaseOS 2.0 M grub2-tools-minimal x86_64 1:2.02-87.el8_2 BaseOS 202 k gzip x86_64 1.9-9.el8 BaseOS 167 k ima-evm-utils x86_64 1.1-5.el8 BaseOS 56 k info x86_64 6.5-6.el8 BaseOS 198 k iptables-libs x86_64 1.8.4-10.el8_2.1 BaseOS 105 k json-c x86_64 0.13.1-0.2.el8 BaseOS 40 k kbd-legacy noarch 2.0.4-8.el8 BaseOS 481 k kbd-misc noarch 2.0.4-8.el8 BaseOS 1.4 M keyutils-libs x86_64 1.5.10-6.el8 BaseOS 34 k kmod x86_64 25-16.el8 BaseOS 126 k kmod-libs x86_64 25-16.el8 BaseOS 68 k krb5-libs x86_64 1.17-18.el8 BaseOS 844 k libacl x86_64 2.2.53-1.el8 BaseOS 35 k libarchive x86_64 3.3.2-8.el8_1 BaseOS 359 k libassuan x86_64 2.5.1-3.el8 BaseOS 83 k libattr x86_64 2.4.48-3.el8 BaseOS 27 k libblkid x86_64 2.32.1-22.el8 BaseOS 214 k libcap x86_64 2.26-3.el8 BaseOS 59 k libcap-ng x86_64 0.7.9-5.el8 BaseOS 33 k libcom_err x86_64 1.45.4-3.el8 BaseOS 49 k libcomps x86_64 0.1.11-4.el8 BaseOS 81 k libcroco x86_64 0.6.12-4.el8_2.1 BaseOS 113 k libcurl x86_64 7.61.1-12.el8 BaseOS 298 k libdb x86_64 5.3.28-37.el8 BaseOS 752 k libdb-utils x86_64 5.3.28-37.el8 BaseOS 151 k libdnf x86_64 0.39.1-6.el8_2 BaseOS 620 k libevent x86_64 2.1.8-5.el8 BaseOS 253 k libfdisk x86_64 2.32.1-22.el8 BaseOS 249 k libffi x86_64 3.1-21.el8 BaseOS 37 k libgcc x86_64 8.3.1-5.el8.0.2 BaseOS 78 k libgcrypt x86_64 1.8.3-4.el8 BaseOS 461 k libgomp x86_64 8.3.1-5.el8.0.2 BaseOS 203 k libgpg-error x86_64 1.31-1.el8 BaseOS 242 k libidn2 x86_64 2.2.0-1.el8 BaseOS 94 k libkcapi x86_64 1.1.1-16_1.el8 BaseOS 47 k libkcapi-hmaccalc x86_64 1.1.1-16_1.el8 BaseOS 30 k libksba x86_64 1.3.5-7.el8 BaseOS 135 k libmetalink x86_64 0.1.3-7.el8 BaseOS 32 k libmodulemd1 x86_64 1.8.16-0.2.8.2.1 BaseOS 176 k libmount x86_64 2.32.1-22.el8 BaseOS 231 k libnghttp2 x86_64 1.33.0-3.el8_2.1 BaseOS 77 k libnsl2 x86_64 1.2.0-2.20180605git4a062cf.el8 BaseOS 58 k libpcap x86_64 14:1.9.0-3.el8 BaseOS 160 k libpsl x86_64 0.20.2-5.el8 BaseOS 61 k libpwquality x86_64 1.4.0-9.el8 BaseOS 103 k librepo x86_64 1.11.0-3.el8_2 BaseOS 90 k libreport-filesystem x86_64 2.9.5-10.el8 BaseOS 21 k libseccomp x86_64 2.4.1-1.el8 BaseOS 65 k libsecret x86_64 0.18.6-1.el8 BaseOS 163 k libselinux x86_64 2.9-3.el8 BaseOS 166 k libsemanage x86_64 2.9-2.el8 BaseOS 165 k libsepol x86_64 2.9-1.el8 BaseOS 340 k libsigsegv x86_64 2.11-5.el8 BaseOS 30 k libsmartcols x86_64 2.32.1-22.el8 BaseOS 174 k libsolv x86_64 0.7.7-1.el8 BaseOS 356 k libssh x86_64 0.9.0-4.el8 BaseOS 243 k libssh-config noarch 0.9.0-4.el8 BaseOS 18 k libstdc++ x86_64 8.3.1-5.el8.0.2 BaseOS 451 k libtasn1 x86_64 4.13-3.el8 BaseOS 76 k libtirpc x86_64 1.1.4-4.el8 BaseOS 113 k libunistring x86_64 0.9.9-3.el8 BaseOS 422 k libusbx x86_64 1.0.22-1.el8 BaseOS 71 k libutempter x86_64 1.1.6-14.el8 BaseOS 32 k libuuid x86_64 2.32.1-22.el8 BaseOS 94 k libverto x86_64 0.3.0-5.el8 BaseOS 24 k libxcrypt x86_64 4.1.1-4.el8 BaseOS 73 k libxml2 x86_64 2.9.7-7.el8 BaseOS 695 k libyaml x86_64 0.1.7-5.el8 BaseOS 61 k libzstd x86_64 1.4.2-2.el8 BaseOS 260 k lua-libs x86_64 5.3.4-11.el8 BaseOS 118 k lz4-libs x86_64 1.8.1.2-4.el8 BaseOS 55 k mpfr x86_64 3.1.6-1.el8 BaseOS 221 k ncurses x86_64 6.1-7.20180224.el8 BaseOS 387 k ncurses-base noarch 6.1-7.20180224.el8 BaseOS 81 k ncurses-libs x86_64 6.1-7.20180224.el8 BaseOS 335 k nettle x86_64 3.4.1-1.el8 BaseOS 302 k npth x86_64 1.5-4.el8 BaseOS 26 k openldap x86_64 2.4.46-11.el8_1 BaseOS 352 k openssl x86_64 1:1.1.1c-15.el8 BaseOS 697 k openssl-libs x86_64 1:1.1.1c-15.el8 BaseOS 1.5 M os-prober x86_64 1.74-6.el8 BaseOS 51 k p11-kit x86_64 0.23.14-5.el8_0 BaseOS 272 k p11-kit-trust x86_64 0.23.14-5.el8_0 BaseOS 139 k pam x86_64 1.3.1-8.el8 BaseOS 738 k pcre x86_64 8.42-4.el8 BaseOS 208 k pcre2 x86_64 10.32-1.el8 BaseOS 244 k platform-python x86_64 3.6.8-23.el8 BaseOS 82 k platform-python-setuptools noarch 39.2.0-5.el8 BaseOS 632 k popt x86_64 1.16-14.el8 BaseOS 61 k procps-ng x86_64 3.3.15-1.el8 BaseOS 329 k publicsuffix-list-dafsa noarch 20180723-1.el8 BaseOS 56 k python3-dateutil noarch 1:2.6.1-6.el8 BaseOS 251 k python3-dnf noarch 4.2.17-7.el8_2 BaseOS 521 k python3-dnf-plugins-core noarch 4.0.12-4.el8_2 BaseOS 204 k python3-gpg x86_64 1.10.0-6.el8.0.1 BaseOS 229 k python3-hawkey x86_64 0.39.1-6.el8_2 BaseOS 99 k python3-libcomps x86_64 0.1.11-4.el8 BaseOS 52 k python3-libdnf x86_64 0.39.1-6.el8_2 BaseOS 689 k python3-libs x86_64 3.6.8-23.el8 BaseOS 7.8 M python3-pip-wheel noarch 9.0.3-16.el8 BaseOS 1.2 M python3-rpm x86_64 4.14.2-37.el8 BaseOS 156 k python3-setuptools-wheel noarch 39.2.0-5.el8 BaseOS 289 k python3-six noarch 1.11.0-8.el8 BaseOS 38 k readline x86_64 7.0-10.el8 BaseOS 199 k rpm x86_64 4.14.2-37.el8 BaseOS 540 k rpm-build-libs x86_64 4.14.2-37.el8 BaseOS 154 k rpm-libs x86_64 4.14.2-37.el8 BaseOS 337 k sed x86_64 4.5-1.el8 BaseOS 298 k setup noarch 2.12.2-5.el8 BaseOS 180 k shadow-utils x86_64 2:4.6-8.el8 BaseOS 1.2 M sqlite-libs x86_64 3.26.0-6.el8 BaseOS 579 k systemd x86_64 239-31.el8_2.2 BaseOS 3.5 M systemd-libs x86_64 239-31.el8_2.2 BaseOS 1.1 M systemd-pam x86_64 239-31.el8_2.2 BaseOS 451 k systemd-udev x86_64 239-31.el8_2.2 BaseOS 1.3 M trousers-lib x86_64 0.3.14-4.el8 BaseOS 169 k tzdata noarch 2020a-1.el8 BaseOS 469 k unbound-libs x86_64 1.7.3-11.el8_2 AppStream 499 k util-linux x86_64 2.32.1-22.el8 BaseOS 2.5 M which x86_64 2.21-12.el8 BaseOS 49 k xkeyboard-config noarch 2.28-1.el8 AppStream 782 k xz x86_64 5.2.4-3.el8 BaseOS 153 k xz-libs x86_64 5.2.4-3.el8 BaseOS 94 k zlib x86_64 1.2.11-16.el8_2 BaseOS 102 k Installing weak dependencies: cracklib-dicts x86_64 2.9.6-15.el8 BaseOS 4.0 M diffutils x86_64 3.6-6.el8 BaseOS 358 k elfutils-debuginfod-client x86_64 0.178-7.el8 AppStream 62 k gnupg2-smime x86_64 2.2.9-1.el8 BaseOS 279 k grubby x86_64 8.40-38.el8 BaseOS 50 k hardlink x86_64 1:1.3-6.el8 BaseOS 29 k kbd x86_64 2.0.4-8.el8 BaseOS 392 k kpartx x86_64 0.8.3-3.el8_2.3 BaseOS 105 k libxkbcommon x86_64 0.9.1-1.el8 AppStream 116 k openssl-pkcs11 x86_64 0.4.10-2.el8 BaseOS 66 k pigz x86_64 2.4-4.el8 BaseOS 79 k pinentry x86_64 1.1.0-2.el8 AppStream 100 k platform-python-pip noarch 9.0.3-16.el8 BaseOS 1.8 M python3-unbound x86_64 1.7.3-11.el8_2 AppStream 118 k rpm-plugin-systemd-inhibit x86_64 4.14.2-37.el8 BaseOS 76 k shared-mime-info x86_64 1.9-3.el8 BaseOS 329 k trousers x86_64 0.3.14-4.el8 BaseOS 153 k Transaction Summary ============================================================================================================================================================================ Install 195 Packages Total download size: 109 M Installed size: 710 M Downloading Packages: (1/195): basesystem-11-5.el8.noarch.rpm 141 kB/s | 10 kB 00:00 (2/195): audit-libs-3.0-0.17.20191104git1c2f876.el8.x86_64.rpm 598 kB/s | 116 kB 00:00 (3/195): brotli-1.0.6-1.el8.x86_64.rpm 1.0 MB/s | 323 kB 00:00 (4/195): bzip2-libs-1.0.6-26.el8.x86_64.rpm 456 kB/s | 48 kB 00:00 (5/195): bash-4.4.19-10.el8.x86_64.rpm 1.5 MB/s | 1.5 MB 00:01 (6/195): ca-certificates-2020.2.41-80.0.el8_2.noarch.rpm 795 kB/s | 391 kB 00:00 (7/195): acl-2.2.53-1.el8.x86_64.rpm 56 kB/s | 81 kB 00:01 (8/195): centos-repos-8.2-2.2004.0.2.el8.x86_64.rpm 626 kB/s | 13 kB 00:00 (9/195): chkconfig-1.11-1.el8.x86_64.rpm 3.3 MB/s | 189 kB 00:00 (10/195): centos-gpg-keys-8.2-2.2004.0.2.el8.noarch.rpm 14 kB/s | 12 kB 00:00 (11/195): centos-release-8.2-2.2004.0.2.el8.x86_64.rpm 24 kB/s | 21 kB 00:00 (12/195): cpio-2.12-8.el8.x86_64.rpm 196 kB/s | 265 kB 00:01 (13/195): cracklib-2.9.6-15.el8.x86_64.rpm 479 kB/s | 93 kB 00:00 (14/195): coreutils-8.30-7.el8_2.1.x86_64.rpm 474 kB/s | 1.2 MB 00:02 (15/195): crypto-policies-20191128-2.git23e1bf1.el8.noarch.rpm 538 kB/s | 103 kB 00:00 (16/195): cryptsetup-libs-2.2.2-1.el8.x86_64.rpm 1.0 MB/s | 428 kB 00:00 (17/195): curl-7.61.1-12.el8.x86_64.rpm 903 kB/s | 353 kB 00:00 (18/195): cyrus-sasl-lib-2.1.27-1.el8.x86_64.rpm 646 kB/s | 123 kB 00:00 (19/195): dbus-1.12.8-10.el8_2.x86_64.rpm 436 kB/s | 41 kB 00:00 (20/195): coreutils-common-8.30-7.el8_2.1.x86_64.rpm 588 kB/s | 2.0 MB 00:03 (21/195): dbus-common-1.12.8-10.el8_2.noarch.rpm 1.2 MB/s | 45 kB 00:00 (22/195): dbus-libs-1.12.8-10.el8_2.x86_64.rpm 960 kB/s | 183 kB 00:00 (23/195): dbus-tools-1.12.8-10.el8_2.x86_64.rpm 887 kB/s | 85 kB 00:00 (24/195): dbus-daemon-1.12.8-10.el8_2.x86_64.rpm 640 kB/s | 239 kB 00:00 (25/195): device-mapper-1.02.169-3.el8.x86_64.rpm 1.2 MB/s | 372 kB 00:00 (26/195): diffutils-3.6-6.el8.x86_64.rpm 902 kB/s | 358 kB 00:00 (27/195): device-mapper-libs-1.02.169-3.el8.x86_64.rpm 498 kB/s | 405 kB 00:00 (28/195): dnf-data-4.2.17-7.el8_2.noarch.rpm 756 kB/s | 145 kB 00:00 (29/195): dnf-plugins-core-4.0.12-4.el8_2.noarch.rpm 546 kB/s | 64 kB 00:00 (30/195): dnf-4.2.17-7.el8_2.noarch.rpm 605 kB/s | 469 kB 00:00 (31/195): elfutils-default-yama-scope-0.178-7.el8.noarch.rpm 1.6 MB/s | 48 kB 00:00 (32/195): dracut-049-70.git20200228.el8.x86_64.rpm 603 kB/s | 365 kB 00:00 (33/195): elfutils-libelf-0.178-7.el8.x86_64.rpm 721 kB/s | 212 kB 00:00 (34/195): expat-2.2.5-3.el8.x86_64.rpm 589 kB/s | 110 kB 00:00 (35/195): file-5.33-13.el8.x86_64.rpm 403 kB/s | 76 kB 00:00 (36/195): cracklib-dicts-2.9.6-15.el8.x86_64.rpm 916 kB/s | 4.0 MB 00:04 (37/195): elfutils-libs-0.178-7.el8.x86_64.rpm 727 kB/s | 292 kB 00:00 (38/195): file-libs-5.33-13.el8.x86_64.rpm 1.3 MB/s | 542 kB 00:00 (39/195): findutils-4.6.0-20.el8.x86_64.rpm 1.0 MB/s | 528 kB 00:00 (40/195): gdbm-1.18-1.el8.x86_64.rpm 636 kB/s | 130 kB 00:00 (41/195): gdbm-libs-1.18-1.el8.x86_64.rpm 571 kB/s | 60 kB 00:00 (42/195): gawk-4.2.1-1.el8.x86_64.rpm 947 kB/s | 1.1 MB 00:01 (43/195): filesystem-3.8-2.el8.x86_64.rpm 652 kB/s | 1.1 MB 00:01 (44/195): gettext-libs-0.19.8.1-17.el8.x86_64.rpm 831 kB/s | 314 kB 00:00 (45/195): gettext-0.19.8.1-17.el8.x86_64.rpm 721 kB/s | 1.1 MB 00:01 (46/195): glib2-2.56.4-8.el8.x86_64.rpm 768 kB/s | 2.5 MB 00:03 (47/195): glibc-2.28-101.el8.x86_64.rpm 904 kB/s | 3.7 MB 00:04 (48/195): gmp-6.1.2-10.el8.x86_64.rpm 682 kB/s | 322 kB 00:00 (49/195): glibc-common-2.28-101.el8.x86_64.rpm 840 kB/s | 1.3 MB 00:01 (50/195): gnupg2-smime-2.2.9-1.el8.x86_64.rpm 1.2 MB/s | 279 kB 00:00 (51/195): gnutls-3.6.8-11.el8_2.x86_64.rpm 418 kB/s | 915 kB 00:02 (52/195): gnupg2-2.2.9-1.el8.x86_64.rpm 902 kB/s | 2.3 MB 00:02 (53/195): gpgme-1.10.0-6.el8.0.1.x86_64.rpm 470 kB/s | 241 kB 00:00 (54/195): grep-3.1-6.el8.x86_64.rpm 902 kB/s | 274 kB 00:00 (55/195): grub2-common-2.02-87.el8_2.noarch.rpm 547 kB/s | 882 kB 00:01 (56/195): grub2-tools-minimal-2.02-87.el8_2.x86_64.rpm 512 kB/s | 202 kB 00:00 (57/195): grubby-8.40-38.el8.x86_64.rpm 500 kB/s | 50 kB 00:00 (58/195): gzip-1.9-9.el8.x86_64.rpm 539 kB/s | 167 kB 00:00 (59/195): hardlink-1.3-6.el8.x86_64.rpm 311 kB/s | 29 kB 00:00 (60/195): ima-evm-utils-1.1-5.el8.x86_64.rpm 336 kB/s | 56 kB 00:00 (61/195): grub2-tools-2.02-87.el8_2.x86_64.rpm 738 kB/s | 2.0 MB 00:02 (62/195): iptables-libs-1.8.4-10.el8_2.1.x86_64.rpm 618 kB/s | 105 kB 00:00 (63/195): json-c-0.13.1-0.2.el8.x86_64.rpm 1.2 MB/s | 40 kB 00:00 (64/195): info-6.5-6.el8.x86_64.rpm 275 kB/s | 198 kB 00:00 (65/195): kbd-2.0.4-8.el8.x86_64.rpm 789 kB/s | 392 kB 00:00 (66/195): kbd-misc-2.0.4-8.el8.noarch.rpm 820 kB/s | 1.4 MB 00:01 (67/195): kbd-legacy-2.0.4-8.el8.noarch.rpm 263 kB/s | 481 kB 00:01 (68/195): keyutils-libs-1.5.10-6.el8.x86_64.rpm 371 kB/s | 34 kB 00:00 (69/195): kmod-libs-25-16.el8.x86_64.rpm 666 kB/s | 68 kB 00:00 (70/195): kmod-25-16.el8.x86_64.rpm 445 kB/s | 126 kB 00:00 (71/195): kpartx-0.8.3-3.el8_2.3.x86_64.rpm 263 kB/s | 105 kB 00:00 (72/195): libacl-2.2.53-1.el8.x86_64.rpm 320 kB/s | 35 kB 00:00 (73/195): libarchive-3.3.2-8.el8_1.x86_64.rpm 516 kB/s | 359 kB 00:00 (74/195): libassuan-2.5.1-3.el8.x86_64.rpm 761 kB/s | 83 kB 00:00 (75/195): libattr-2.4.48-3.el8.x86_64.rpm 305 kB/s | 27 kB 00:00 (76/195): libblkid-2.32.1-22.el8.x86_64.rpm 716 kB/s | 214 kB 00:00 (77/195): libcap-2.26-3.el8.x86_64.rpm 620 kB/s | 59 kB 00:00 (78/195): krb5-libs-1.17-18.el8.x86_64.rpm 493 kB/s | 844 kB 00:01 (79/195): libcap-ng-0.7.9-5.el8.x86_64.rpm 1.2 MB/s | 33 kB 00:00 (80/195): libcom_err-1.45.4-3.el8.x86_64.rpm 256 kB/s | 49 kB 00:00 (81/195): libcomps-0.1.11-4.el8.x86_64.rpm 458 kB/s | 81 kB 00:00 (82/195): libcroco-0.6.12-4.el8_2.1.x86_64.rpm 536 kB/s | 113 kB 00:00 (83/195): libcurl-7.61.1-12.el8.x86_64.rpm 713 kB/s | 298 kB 00:00 (84/195): libdb-utils-5.3.28-37.el8.x86_64.rpm 538 kB/s | 151 kB 00:00 (85/195): libdnf-0.39.1-6.el8_2.x86_64.rpm 679 kB/s | 620 kB 00:00 (86/195): libdb-5.3.28-37.el8.x86_64.rpm 472 kB/s | 752 kB 00:01 (87/195): libevent-2.1.8-5.el8.x86_64.rpm 622 kB/s | 253 kB 00:00 (88/195): libffi-3.1-21.el8.x86_64.rpm 396 kB/s | 37 kB 00:00 (89/195): libgcc-8.3.1-5.el8.0.2.x86_64.rpm 409 kB/s | 78 kB 00:00 (90/195): libfdisk-2.32.1-22.el8.x86_64.rpm 408 kB/s | 249 kB 00:00 (91/195): libgomp-8.3.1-5.el8.0.2.x86_64.rpm 404 kB/s | 203 kB 00:00 (92/195): libgcrypt-1.8.3-4.el8.x86_64.rpm 670 kB/s | 461 kB 00:00 (93/195): libidn2-2.2.0-1.el8.x86_64.rpm 829 kB/s | 94 kB 00:00 (94/195): libkcapi-1.1.1-16_1.el8.x86_64.rpm 473 kB/s | 47 kB 00:00 (95/195): libkcapi-hmaccalc-1.1.1-16_1.el8.x86_64.rpm 347 kB/s | 30 kB 00:00 (96/195): libksba-1.3.5-7.el8.x86_64.rpm 671 kB/s | 135 kB 00:00 (97/195): libgpg-error-1.31-1.el8.x86_64.rpm 406 kB/s | 242 kB 00:00 (98/195): libmetalink-0.1.3-7.el8.x86_64.rpm 1.0 MB/s | 32 kB 00:00 (99/195): libmount-2.32.1-22.el8.x86_64.rpm 623 kB/s | 231 kB 00:00 (100/195): libmodulemd1-1.8.16-0.2.8.2.1.x86_64.rpm 432 kB/s | 176 kB 00:00 (101/195): libnghttp2-1.33.0-3.el8_2.1.x86_64.rpm 684 kB/s | 77 kB 00:00 (102/195): libpcap-1.9.0-3.el8.x86_64.rpm 774 kB/s | 160 kB 00:00 (103/195): libpsl-0.20.2-5.el8.x86_64.rpm 604 kB/s | 61 kB 00:00 (104/195): libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64.rpm 119 kB/s | 58 kB 00:00 (105/195): libpwquality-1.4.0-9.el8.x86_64.rpm 563 kB/s | 103 kB 00:00 (106/195): libreport-filesystem-2.9.5-10.el8.x86_64.rpm 217 kB/s | 21 kB 00:00 (107/195): librepo-1.11.0-3.el8_2.x86_64.rpm 418 kB/s | 90 kB 00:00 (108/195): libseccomp-2.4.1-1.el8.x86_64.rpm 703 kB/s | 65 kB 00:00 (109/195): libselinux-2.9-3.el8.x86_64.rpm 704 kB/s | 166 kB 00:00 (110/195): libsecret-0.18.6-1.el8.x86_64.rpm 411 kB/s | 163 kB 00:00 (111/195): libsemanage-2.9-2.el8.x86_64.rpm 572 kB/s | 165 kB 00:00 (112/195): libsigsegv-2.11-5.el8.x86_64.rpm 304 kB/s | 30 kB 00:00 (113/195): libsepol-2.9-1.el8.x86_64.rpm 487 kB/s | 340 kB 00:00 (114/195): libsmartcols-2.32.1-22.el8.x86_64.rpm 297 kB/s | 174 kB 00:00 (115/195): libssh-0.9.0-4.el8.x86_64.rpm 601 kB/s | 243 kB 00:00 (116/195): libssh-config-0.9.0-4.el8.noarch.rpm 195 kB/s | 18 kB 00:00 (117/195): libsolv-0.7.7-1.el8.x86_64.rpm 499 kB/s | 356 kB 00:00 (118/195): libstdc++-8.3.1-5.el8.0.2.x86_64.rpm 1.3 MB/s | 451 kB 00:00 (119/195): libtirpc-1.1.4-4.el8.x86_64.rpm 1.8 MB/s | 113 kB 00:00 (120/195): libunistring-0.9.9-3.el8.x86_64.rpm 1.4 MB/s | 422 kB 00:00 (121/195): libtasn1-4.13-3.el8.x86_64.rpm 109 kB/s | 76 kB 00:00 (122/195): libusbx-1.0.22-1.el8.x86_64.rpm 727 kB/s | 71 kB 00:00 (123/195): glibc-all-langpacks-2.28-101.el8.x86_64.rpm 1.1 MB/s | 25 MB 00:21 (124/195): libuuid-2.32.1-22.el8.x86_64.rpm 933 kB/s | 94 kB 00:00 (125/195): libxcrypt-4.1.1-4.el8.x86_64.rpm 2.5 MB/s | 73 kB 00:00 (126/195): libverto-0.3.0-5.el8.x86_64.rpm 203 kB/s | 24 kB 00:00 (127/195): libutempter-1.1.6-14.el8.x86_64.rpm 94 kB/s | 32 kB 00:00 (128/195): libyaml-0.1.7-5.el8.x86_64.rpm 775 kB/s | 61 kB 00:00 (129/195): lua-libs-5.3.4-11.el8.x86_64.rpm 938 kB/s | 118 kB 00:00 (130/195): lz4-libs-1.8.1.2-4.el8.x86_64.rpm 590 kB/s | 55 kB 00:00 (131/195): libxml2-2.9.7-7.el8.x86_64.rpm 1.5 MB/s | 695 kB 00:00 (132/195): libzstd-1.4.2-2.el8.x86_64.rpm 567 kB/s | 260 kB 00:00 (133/195): mpfr-3.1.6-1.el8.x86_64.rpm 1.1 MB/s | 221 kB 00:00 (134/195): ncurses-base-6.1-7.20180224.el8.noarch.rpm 399 kB/s | 81 kB 00:00 (135/195): ncurses-6.1-7.20180224.el8.x86_64.rpm 939 kB/s | 387 kB 00:00 (136/195): ncurses-libs-6.1-7.20180224.el8.x86_64.rpm 1.1 MB/s | 335 kB 00:00 (137/195): openldap-2.4.46-11.el8_1.x86_64.rpm 1.3 MB/s | 352 kB 00:00 (138/195): nettle-3.4.1-1.el8.x86_64.rpm 758 kB/s | 302 kB 00:00 (139/195): npth-1.5-4.el8.x86_64.rpm 87 kB/s | 26 kB 00:00 (140/195): openssl-pkcs11-0.4.10-2.el8.x86_64.rpm 623 kB/s | 66 kB 00:00 (141/195): openssl-1.1.1c-15.el8.x86_64.rpm 1.4 MB/s | 697 kB 00:00 (142/195): os-prober-1.74-6.el8.x86_64.rpm 131 kB/s | 51 kB 00:00 (143/195): p11-kit-trust-0.23.14-5.el8_0.x86_64.rpm 693 kB/s | 139 kB 00:00 (144/195): p11-kit-0.23.14-5.el8_0.x86_64.rpm 1.2 MB/s | 272 kB 00:00 (145/195): pcre-8.42-4.el8.x86_64.rpm 702 kB/s | 208 kB 00:00 (146/195): pcre2-10.32-1.el8.x86_64.rpm 781 kB/s | 244 kB 00:00 (147/195): pam-1.3.1-8.el8.x86_64.rpm 1.0 MB/s | 738 kB 00:00 (148/195): platform-python-3.6.8-23.el8.x86_64.rpm 996 kB/s | 82 kB 00:00 (149/195): pigz-2.4-4.el8.x86_64.rpm 196 kB/s | 79 kB 00:00 (150/195): openssl-libs-1.1.1c-15.el8.x86_64.rpm 778 kB/s | 1.5 MB 00:01 (151/195): popt-1.16-14.el8.x86_64.rpm 537 kB/s | 61 kB 00:00 (152/195): platform-python-setuptools-39.2.0-5.el8.noarch.rpm 924 kB/s | 632 kB 00:00 (153/195): publicsuffix-list-dafsa-20180723-1.el8.noarch.rpm 514 kB/s | 56 kB 00:00 (154/195): procps-ng-3.3.15-1.el8.x86_64.rpm 562 kB/s | 329 kB 00:00 (155/195): python3-dateutil-2.6.1-6.el8.noarch.rpm 1.2 MB/s | 251 kB 00:00 (156/195): python3-dnf-plugins-core-4.0.12-4.el8_2.noarch.rpm 988 kB/s | 204 kB 00:00 (157/195): python3-gpg-1.10.0-6.el8.0.1.x86_64.rpm 1.1 MB/s | 229 kB 00:00 (158/195): python3-hawkey-0.39.1-6.el8_2.x86_64.rpm 975 kB/s | 99 kB 00:00 (159/195): python3-libcomps-0.1.11-4.el8.x86_64.rpm 553 kB/s | 52 kB 00:00 (160/195): platform-python-pip-9.0.3-16.el8.noarch.rpm 936 kB/s | 1.8 MB 00:02 (161/195): python3-dnf-4.2.17-7.el8_2.noarch.rpm 570 kB/s | 521 kB 00:00 (162/195): python3-libdnf-0.39.1-6.el8_2.x86_64.rpm 1.1 MB/s | 689 kB 00:00 (163/195): python3-rpm-4.14.2-37.el8.x86_64.rpm 570 kB/s | 156 kB 00:00 (164/195): python3-setuptools-wheel-39.2.0-5.el8.noarch.rpm 912 kB/s | 289 kB 00:00 (165/195): python3-six-1.11.0-8.el8.noarch.rpm 358 kB/s | 38 kB 00:00 (166/195): readline-7.0-10.el8.x86_64.rpm 729 kB/s | 199 kB 00:00 (167/195): python3-pip-wheel-9.0.3-16.el8.noarch.rpm 632 kB/s | 1.2 MB 00:01 (168/195): rpm-4.14.2-37.el8.x86_64.rpm 894 kB/s | 540 kB 00:00 (169/195): rpm-build-libs-4.14.2-37.el8.x86_64.rpm 597 kB/s | 154 kB 00:00 (170/195): rpm-plugin-systemd-inhibit-4.14.2-37.el8.x86_64.rpm 635 kB/s | 76 kB 00:00 (171/195): rpm-libs-4.14.2-37.el8.x86_64.rpm 1.0 MB/s | 337 kB 00:00 (172/195): setup-2.12.2-5.el8.noarch.rpm 981 kB/s | 180 kB 00:00 (173/195): sed-4.5-1.el8.x86_64.rpm 298 kB/s | 298 kB 00:00 (174/195): shadow-utils-4.6-8.el8.x86_64.rpm 1.2 MB/s | 1.2 MB 00:01 (175/195): sqlite-libs-3.26.0-6.el8.x86_64.rpm 1.4 MB/s | 579 kB 00:00 (176/195): shared-mime-info-1.9-3.el8.x86_64.rpm 358 kB/s | 329 kB 00:00 (177/195): systemd-libs-239-31.el8_2.2.x86_64.rpm 721 kB/s | 1.1 MB 00:01 (178/195): systemd-pam-239-31.el8_2.2.x86_64.rpm 740 kB/s | 451 kB 00:00 (179/195): systemd-239-31.el8_2.2.x86_64.rpm 875 kB/s | 3.5 MB 00:04 (180/195): trousers-0.3.14-4.el8.x86_64.rpm 788 kB/s | 153 kB 00:00 (181/195): trousers-lib-0.3.14-4.el8.x86_64.rpm 583 kB/s | 169 kB 00:00 (182/195): python3-libs-3.6.8-23.el8.x86_64.rpm 932 kB/s | 7.8 MB 00:08 (183/195): systemd-udev-239-31.el8_2.2.x86_64.rpm 506 kB/s | 1.3 MB 00:02 (184/195): which-2.21-12.el8.x86_64.rpm 482 kB/s | 49 kB 00:00 (185/195): xz-5.2.4-3.el8.x86_64.rpm 859 kB/s | 153 kB 00:00 (186/195): tzdata-2020a-1.el8.noarch.rpm 550 kB/s | 469 kB 00:00 (187/195): zlib-1.2.11-16.el8_2.x86_64.rpm 671 kB/s | 102 kB 00:00 (188/195): xz-libs-5.2.4-3.el8.x86_64.rpm 212 kB/s | 94 kB 00:00 (189/195): elfutils-debuginfod-client-0.178-7.el8.x86_64.rpm 158 kB/s | 62 kB 00:00 (190/195): pinentry-1.1.0-2.el8.x86_64.rpm 831 kB/s | 100 kB 00:00 (191/195): libxkbcommon-0.9.1-1.el8.x86_64.rpm 335 kB/s | 116 kB 00:00 (192/195): python3-unbound-1.7.3-11.el8_2.x86_64.rpm 1.2 MB/s | 118 kB 00:00 (193/195): util-linux-2.32.1-22.el8.x86_64.rpm 1.4 MB/s | 2.5 MB 00:01 (194/195): unbound-libs-1.7.3-11.el8_2.x86_64.rpm 953 kB/s | 499 kB 00:00 (195/195): xkeyboard-config-2.28-1.el8.noarch.rpm 1.3 MB/s | 782 kB 00:00 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Total 2.2 MB/s | 109 MB 00:48 warning: Generating 18 missing index(es), please wait... [ === ] --- B/s | 0 B --:-- ETA warning: /var/lib/mock/epel-8-x86_64-bootstrap/root/var/cache/dnf/BaseOS-586be817612a3cb1/packages/acl-2.2.53-1.el8.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 8483c65d: NOKEY CentOS-8 - Base 946 kB/s | 1.6 kB 00:00 Importing GPG key 0x8483C65D: Userid : "CentOS (CentOS Official Signing Key) <security@xxxxxxxxxx>" Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D From : /usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: filesystem-3.8-2.el8.x86_64 1/1 Preparing : 1/1 Installing : libgcc-8.3.1-5.el8.0.2.x86_64 1/195 Running scriptlet: libgcc-8.3.1-5.el8.0.2.x86_64 1/195 Installing : tzdata-2020a-1.el8.noarch 2/195 Installing : python3-setuptools-wheel-39.2.0-5.el8.noarch 3/195 Installing : python3-pip-wheel-9.0.3-16.el8.noarch 4/195 Installing : xkeyboard-config-2.28-1.el8.noarch 5/195 Installing : publicsuffix-list-dafsa-20180723-1.el8.noarch 6/195 Installing : ncurses-base-6.1-7.20180224.el8.noarch 7/195 Installing : libssh-config-0.9.0-4.el8.noarch 8/195 Installing : libreport-filesystem-2.9.5-10.el8.x86_64 9/195 Installing : dnf-data-4.2.17-7.el8_2.noarch 10/195 warning: /etc/dnf/dnf.conf created as /etc/dnf/dnf.conf.rpmnew Installing : kbd-misc-2.0.4-8.el8.noarch 11/195 Installing : kbd-legacy-2.0.4-8.el8.noarch 12/195 Installing : dbus-common-1:1.12.8-10.el8_2.noarch 13/195 Installing : centos-gpg-keys-8.2-2.2004.0.2.el8.noarch 14/195 Installing : centos-release-8.2-2.2004.0.2.el8.x86_64 15/195 Installing : centos-repos-8.2-2.2004.0.2.el8.x86_64 16/195 Installing : setup-2.12.2-5.el8.noarch 17/195 Running scriptlet: setup-2.12.2-5.el8.noarch 17/195 Installing : filesystem-3.8-2.el8.x86_64 18/195 Installing : basesystem-11-5.el8.noarch 19/195 Installing : pcre2-10.32-1.el8.x86_64 20/195 Installing : libselinux-2.9-3.el8.x86_64 21/195 Installing : ncurses-libs-6.1-7.20180224.el8.x86_64 22/195 Installing : glibc-all-langpacks-2.28-101.el8.x86_64 23/195 Installing : glibc-common-2.28-101.el8.x86_64 24/195 Running scriptlet: glibc-2.28-101.el8.x86_64 25/195 Installing : glibc-2.28-101.el8.x86_64 25/195 Running scriptlet: glibc-2.28-101.el8.x86_64 25/195 Installing : bash-4.4.19-10.el8.x86_64 26/195 Running scriptlet: bash-4.4.19-10.el8.x86_64 26/195 Installing : libsepol-2.9-1.el8.x86_64 27/195 Running scriptlet: libsepol-2.9-1.el8.x86_64 27/195 Installing : zlib-1.2.11-16.el8_2.x86_64 28/195 Installing : xz-libs-5.2.4-3.el8.x86_64 29/195 Installing : libgpg-error-1.31-1.el8.x86_64 30/195 Installing : info-6.5-6.el8.x86_64 31/195 Installing : bzip2-libs-1.0.6-26.el8.x86_64 32/195 Installing : libxml2-2.9.7-7.el8.x86_64 33/195 Installing : libcap-2.26-3.el8.x86_64 34/195 Installing : elfutils-libelf-0.178-7.el8.x86_64 35/195 Installing : expat-2.2.5-3.el8.x86_64 36/195 Installing : libxcrypt-4.1.1-4.el8.x86_64 37/195 Installing : popt-1.16-14.el8.x86_64 38/195 Installing : libunistring-0.9.9-3.el8.x86_64 39/195 Installing : readline-7.0-10.el8.x86_64 40/195 Running scriptlet: readline-7.0-10.el8.x86_64 40/195 Installing : libgcrypt-1.8.3-4.el8.x86_64 41/195 Running scriptlet: libgcrypt-1.8.3-4.el8.x86_64 41/195 Installing : sqlite-libs-3.26.0-6.el8.x86_64 42/195 Installing : gmp-1:6.1.2-10.el8.x86_64 43/195 Running scriptlet: gmp-1:6.1.2-10.el8.x86_64 43/195 Installing : libcom_err-1.45.4-3.el8.x86_64 44/195 Running scriptlet: libcom_err-1.45.4-3.el8.x86_64 44/195 Installing : libuuid-2.32.1-22.el8.x86_64 45/195 Running scriptlet: libuuid-2.32.1-22.el8.x86_64 45/195 Installing : libzstd-1.4.2-2.el8.x86_64 46/195 Installing : lua-libs-5.3.4-11.el8.x86_64 47/195 Installing : libidn2-2.2.0-1.el8.x86_64 48/195 Installing : chkconfig-1.11-1.el8.x86_64 49/195 Installing : libassuan-2.5.1-3.el8.x86_64 50/195 Installing : json-c-0.13.1-0.2.el8.x86_64 51/195 Installing : libattr-2.4.48-3.el8.x86_64 52/195 Installing : libacl-2.2.53-1.el8.x86_64 53/195 Installing : sed-4.5-1.el8.x86_64 54/195 Running scriptlet: sed-4.5-1.el8.x86_64 54/195 Installing : libffi-3.1-21.el8.x86_64 55/195 Installing : libsmartcols-2.32.1-22.el8.x86_64 56/195 Running scriptlet: libsmartcols-2.32.1-22.el8.x86_64 56/195 Installing : libstdc++-8.3.1-5.el8.0.2.x86_64 57/195 Running scriptlet: libstdc++-8.3.1-5.el8.0.2.x86_64 57/195 Installing : p11-kit-0.23.14-5.el8_0.x86_64 58/195 Running scriptlet: p11-kit-0.23.14-5.el8_0.x86_64 58/195 Installing : file-libs-5.33-13.el8.x86_64 59/195 Installing : libcap-ng-0.7.9-5.el8.x86_64 60/195 Installing : audit-libs-3.0-0.17.20191104git1c2f876.el8.x86_64 61/195 Installing : lz4-libs-1.8.1.2-4.el8.x86_64 62/195 Installing : findutils-1:4.6.0-20.el8.x86_64 63/195 Running scriptlet: findutils-1:4.6.0-20.el8.x86_64 63/195 Installing : libgomp-8.3.1-5.el8.0.2.x86_64 64/195 Running scriptlet: libgomp-8.3.1-5.el8.0.2.x86_64 64/195 Installing : libksba-1.3.5-7.el8.x86_64 65/195 Installing : grub2-common-1:2.02-87.el8_2.noarch 66/195 Installing : gdbm-libs-1:1.18-1.el8.x86_64 67/195 Installing : keyutils-libs-1.5.10-6.el8.x86_64 68/195 Installing : libtasn1-4.13-3.el8.x86_64 69/195 Running scriptlet: libtasn1-4.13-3.el8.x86_64 69/195 Installing : p11-kit-trust-0.23.14-5.el8_0.x86_64 70/195 Running scriptlet: p11-kit-trust-0.23.14-5.el8_0.x86_64 70/195 Installing : pcre-8.42-4.el8.x86_64 71/195 Installing : grep-3.1-6.el8.x86_64 72/195 Running scriptlet: grep-3.1-6.el8.x86_64 72/195 Installing : xz-5.2.4-3.el8.x86_64 73/195 Installing : gdbm-1:1.18-1.el8.x86_64 74/195 Installing : libsemanage-2.9-2.el8.x86_64 75/195 Installing : file-5.33-13.el8.x86_64 76/195 Installing : acl-2.2.53-1.el8.x86_64 77/195 Installing : libpsl-0.20.2-5.el8.x86_64 78/195 Installing : mpfr-3.1.6-1.el8.x86_64 79/195 Running scriptlet: mpfr-3.1.6-1.el8.x86_64 79/195 Installing : nettle-3.4.1-1.el8.x86_64 80/195 Running scriptlet: nettle-3.4.1-1.el8.x86_64 80/195 Installing : libcomps-0.1.11-4.el8.x86_64 81/195 Installing : libmetalink-0.1.3-7.el8.x86_64 82/195 Installing : coreutils-common-8.30-7.el8_2.1.x86_64 83/195 Running scriptlet: coreutils-common-8.30-7.el8_2.1.x86_64 83/195 Installing : diffutils-3.6-6.el8.x86_64 84/195 Running scriptlet: diffutils-3.6-6.el8.x86_64 84/195 Installing : pigz-2.4-4.el8.x86_64 85/195 Installing : brotli-1.0.6-1.el8.x86_64 86/195 Installing : cpio-2.12-8.el8.x86_64 87/195 Installing : hardlink-1:1.3-6.el8.x86_64 88/195 Installing : libnghttp2-1.33.0-3.el8_2.1.x86_64 89/195 Installing : libpcap-14:1.9.0-3.el8.x86_64 90/195 Installing : iptables-libs-1.8.4-10.el8_2.1.x86_64 91/195 Installing : libseccomp-2.4.1-1.el8.x86_64 92/195 Running scriptlet: libseccomp-2.4.1-1.el8.x86_64 92/195 Installing : libsigsegv-2.11-5.el8.x86_64 93/195 Installing : gawk-4.2.1-1.el8.x86_64 94/195 Installing : libverto-0.3.0-5.el8.x86_64 95/195 Installing : libyaml-0.1.7-5.el8.x86_64 96/195 Installing : ncurses-6.1-7.20180224.el8.x86_64 97/195 Installing : npth-1.5-4.el8.x86_64 98/195 Installing : which-2.21-12.el8.x86_64 99/195 Installing : libxkbcommon-0.9.1-1.el8.x86_64 100/195 Installing : cyrus-sasl-lib-2.1.27-1.el8.x86_64 101/195 Running scriptlet: cyrus-sasl-lib-2.1.27-1.el8.x86_64 101/195 Installing : libssh-0.9.0-4.el8.x86_64 102/195 Installing : openldap-2.4.46-11.el8_1.x86_64 103/195 Installing : libkcapi-1.1.1-16_1.el8.x86_64 104/195 Installing : libkcapi-hmaccalc-1.1.1-16_1.el8.x86_64 105/195 Installing : libarchive-3.3.2-8.el8_1.x86_64 106/195 Installing : libdb-utils-5.3.28-37.el8.x86_64 107/195 Installing : curl-7.61.1-12.el8.x86_64 108/195 Installing : libcurl-7.61.1-12.el8.x86_64 109/195 Installing : elfutils-debuginfod-client-0.178-7.el8.x86_64 110/195 Installing : openssl-1:1.1.1c-15.el8.x86_64 111/195 Installing : elfutils-default-yama-scope-0.178-7.el8.noarch 112/195 Running scriptlet: elfutils-default-yama-scope-0.178-7.el8.noarch 112/195 Installing : elfutils-libs-0.178-7.el8.x86_64 113/195 Installing : gzip-1.9-9.el8.x86_64 114/195 Running scriptlet: gzip-1.9-9.el8.x86_64 114/195 Installing : cracklib-2.9.6-15.el8.x86_64 115/195 Installing : cracklib-dicts-2.9.6-15.el8.x86_64 116/195 Installing : procps-ng-3.3.15-1.el8.x86_64 117/195 Installing : krb5-libs-1.17-18.el8.x86_64 118/195 Installing : libtirpc-1.1.4-4.el8.x86_64 119/195 Running scriptlet: libtirpc-1.1.4-4.el8.x86_64 119/195 Installing : libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 120/195 Running scriptlet: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 120/195 Installing : kpartx-0.8.3-3.el8_2.3.x86_64 121/195 Installing : device-mapper-8:1.02.169-3.el8.x86_64 122/195 Installing : openssl-pkcs11-0.4.10-2.el8.x86_64 123/195 Installing : platform-python-pip-9.0.3-16.el8.noarch 124/195 Installing : platform-python-setuptools-39.2.0-5.el8.noarch 125/195 Installing : python3-libs-3.6.8-23.el8.x86_64 126/195 Installing : rpm-4.14.2-37.el8.x86_64 127/195 Installing : grub2-tools-minimal-1:2.02-87.el8_2.x86_64 128/195 Installing : gettext-libs-0.19.8.1-17.el8.x86_64 129/195 Installing : libcroco-0.6.12-4.el8_2.1.x86_64 130/195 Running scriptlet: libcroco-0.6.12-4.el8_2.1.x86_64 130/195 Installing : libfdisk-2.32.1-22.el8.x86_64 131/195 Running scriptlet: libfdisk-2.32.1-22.el8.x86_64 131/195 Installing : libmount-2.32.1-22.el8.x86_64 132/195 Running scriptlet: libmount-2.32.1-22.el8.x86_64 132/195 Installing : dbus-libs-1:1.12.8-10.el8_2.x86_64 133/195 Running scriptlet: dbus-libs-1:1.12.8-10.el8_2.x86_64 133/195 Installing : dbus-tools-1:1.12.8-10.el8_2.x86_64 134/195 Installing : coreutils-8.30-7.el8_2.1.x86_64 135/195 Installing : systemd-libs-239-31.el8_2.2.x86_64 136/195 Running scriptlet: systemd-libs-239-31.el8_2.2.x86_64 136/195 Installing : libblkid-2.32.1-22.el8.x86_64 137/195 Running scriptlet: libblkid-2.32.1-22.el8.x86_64 137/195 Installing : device-mapper-libs-8:1.02.169-3.el8.x86_64 138/195 Installing : shadow-utils-2:4.6-8.el8.x86_64 139/195 Running scriptlet: ca-certificates-2020.2.41-80.0.el8_2.noarch 140/195 Installing : ca-certificates-2020.2.41-80.0.el8_2.noarch 140/195 Running scriptlet: ca-certificates-2020.2.41-80.0.el8_2.noarch 140/195 Running scriptlet: dbus-daemon-1:1.12.8-10.el8_2.x86_64 141/195 Installing : dbus-daemon-1:1.12.8-10.el8_2.x86_64 141/195 Running scriptlet: dbus-daemon-1:1.12.8-10.el8_2.x86_64 141/195 Running scriptlet: libutempter-1.1.6-14.el8.x86_64 142/195 Installing : libutempter-1.1.6-14.el8.x86_64 142/195 Installing : kmod-25-16.el8.x86_64 143/195 Installing : kmod-libs-25-16.el8.x86_64 144/195 Running scriptlet: kmod-libs-25-16.el8.x86_64 144/195 Installing : kbd-2.0.4-8.el8.x86_64 145/195 Installing : libpwquality-1.4.0-9.el8.x86_64 146/195 Installing : systemd-pam-239-31.el8_2.2.x86_64 147/195 Installing : cryptsetup-libs-2.2.2-1.el8.x86_64 148/195 Running scriptlet: cryptsetup-libs-2.2.2-1.el8.x86_64 148/195 Installing : dracut-049-70.git20200228.el8.x86_64 149/195 Installing : os-prober-1.74-6.el8.x86_64 150/195 Installing : libdb-5.3.28-37.el8.x86_64 151/195 Running scriptlet: libdb-5.3.28-37.el8.x86_64 151/195 Installing : pam-1.3.1-8.el8.x86_64 152/195 Running scriptlet: pam-1.3.1-8.el8.x86_64 152/195 Installing : util-linux-2.32.1-22.el8.x86_64 153/195 Running scriptlet: util-linux-2.32.1-22.el8.x86_64 153/195 Installing : platform-python-3.6.8-23.el8.x86_64 154/195 Running scriptlet: platform-python-3.6.8-23.el8.x86_64 154/195 Installing : rpm-libs-4.14.2-37.el8.x86_64 155/195 Running scriptlet: rpm-libs-4.14.2-37.el8.x86_64 155/195 Installing : trousers-lib-0.3.14-4.el8.x86_64 156/195 Running scriptlet: trousers-lib-0.3.14-4.el8.x86_64 156/195 Installing : openssl-libs-1:1.1.1c-15.el8.x86_64 157/195 Running scriptlet: openssl-libs-1:1.1.1c-15.el8.x86_64 157/195 Installing : grubby-8.40-38.el8.x86_64 158/195 Installing : crypto-policies-20191128-2.git23e1bf1.el8.noarch 159/195 Installing : gettext-0.19.8.1-17.el8.x86_64 160/195 Running scriptlet: gettext-0.19.8.1-17.el8.x86_64 160/195 Running scriptlet: grub2-tools-1:2.02-87.el8_2.x86_64 161/195 Installing : grub2-tools-1:2.02-87.el8_2.x86_64 161/195 Running scriptlet: grub2-tools-1:2.02-87.el8_2.x86_64 161/195 Installing : glib2-2.56.4-8.el8.x86_64 162/195 Installing : shared-mime-info-1.9-3.el8.x86_64 163/195 Running scriptlet: shared-mime-info-1.9-3.el8.x86_64 163/195 Installing : gnutls-3.6.8-11.el8_2.x86_64 164/195 Installing : dbus-1:1.12.8-10.el8_2.x86_64 165/195 Running scriptlet: systemd-239-31.el8_2.2.x86_64 166/195 Installing : systemd-239-31.el8_2.2.x86_64 166/195 Running scriptlet: systemd-239-31.el8_2.2.x86_64 166/195 Installing : systemd-udev-239-31.el8_2.2.x86_64 167/195 Running scriptlet: systemd-udev-239-31.el8_2.2.x86_64 167/195 Running scriptlet: trousers-0.3.14-4.el8.x86_64 168/195 Installing : trousers-0.3.14-4.el8.x86_64 168/195 Running scriptlet: trousers-0.3.14-4.el8.x86_64 168/195 Installing : libmodulemd1-1.8.16-0.2.8.2.1.x86_64 169/195 Installing : libsolv-0.7.7-1.el8.x86_64 170/195 Installing : ima-evm-utils-1.1-5.el8.x86_64 171/195 Installing : libevent-2.1.8-5.el8.x86_64 172/195 Running scriptlet: unbound-libs-1.7.3-11.el8_2.x86_64 173/195 Installing : unbound-libs-1.7.3-11.el8_2.x86_64 173/195 Running scriptlet: unbound-libs-1.7.3-11.el8_2.x86_64 173/195 Installing : python3-unbound-1.7.3-11.el8_2.x86_64 174/195 Installing : libsecret-0.18.6-1.el8.x86_64 175/195 Installing : pinentry-1.1.0-2.el8.x86_64 176/195 Running scriptlet: pinentry-1.1.0-2.el8.x86_64 176/195 Installing : rpm-plugin-systemd-inhibit-4.14.2-37.el8.x86_64 177/195 Installing : python3-libcomps-0.1.11-4.el8.x86_64 178/195 Installing : python3-six-1.11.0-8.el8.noarch 179/195 Installing : python3-dateutil-1:2.6.1-6.el8.noarch 180/195 Installing : libusbx-1.0.22-1.el8.x86_64 181/195 Installing : gnupg2-smime-2.2.9-1.el8.x86_64 182/195 Installing : gnupg2-2.2.9-1.el8.x86_64 183/195 Installing : gpgme-1.10.0-6.el8.0.1.x86_64 184/195 Installing : librepo-1.11.0-3.el8_2.x86_64 185/195 Installing : libdnf-0.39.1-6.el8_2.x86_64 186/195 Installing : python3-libdnf-0.39.1-6.el8_2.x86_64 187/195 Installing : python3-hawkey-0.39.1-6.el8_2.x86_64 188/195 Installing : python3-gpg-1.10.0-6.el8.0.1.x86_64 189/195 Installing : rpm-build-libs-4.14.2-37.el8.x86_64 190/195 Running scriptlet: rpm-build-libs-4.14.2-37.el8.x86_64 190/195 Installing : python3-rpm-4.14.2-37.el8.x86_64 191/195 Installing : python3-dnf-4.2.17-7.el8_2.noarch 192/195 Installing : python3-dnf-plugins-core-4.0.12-4.el8_2.noarch 193/195 Installing : dnf-plugins-core-4.0.12-4.el8_2.noarch 194/195 Installing : dnf-4.2.17-7.el8_2.noarch 195/195 Running scriptlet: dnf-4.2.17-7.el8_2.noarch 195/195 Running scriptlet: filesystem-3.8-2.el8.x86_64 195/195 Running scriptlet: glibc-all-langpacks-2.28-101.el8.x86_64 195/195 Running scriptlet: ca-certificates-2020.2.41-80.0.el8_2.noarch 195/195 Running scriptlet: crypto-policies-20191128-2.git23e1bf1.el8.noarch 195/195 Running scriptlet: glibc-common-2.28-101.el8.x86_64 195/195 Running scriptlet: info-6.5-6.el8.x86_64 195/195 Running scriptlet: glib2-2.56.4-8.el8.x86_64 195/195 Running scriptlet: shared-mime-info-1.9-3.el8.x86_64 195/195 Running scriptlet: systemd-239-31.el8_2.2.x86_64 195/195 Running scriptlet: systemd-udev-239-31.el8_2.2.x86_64 195/195 Verifying : acl-2.2.53-1.el8.x86_64 1/195 Verifying : audit-libs-3.0-0.17.20191104git1c2f876.el8.x86_64 2/195 Verifying : basesystem-11-5.el8.noarch 3/195 Verifying : bash-4.4.19-10.el8.x86_64 4/195 Verifying : brotli-1.0.6-1.el8.x86_64 5/195 Verifying : bzip2-libs-1.0.6-26.el8.x86_64 6/195 Verifying : ca-certificates-2020.2.41-80.0.el8_2.noarch 7/195 Verifying : centos-gpg-keys-8.2-2.2004.0.2.el8.noarch 8/195 Verifying : centos-release-8.2-2.2004.0.2.el8.x86_64 9/195 Verifying : centos-repos-8.2-2.2004.0.2.el8.x86_64 10/195 Verifying : chkconfig-1.11-1.el8.x86_64 11/195 Verifying : coreutils-8.30-7.el8_2.1.x86_64 12/195 Verifying : coreutils-common-8.30-7.el8_2.1.x86_64 13/195 Verifying : cpio-2.12-8.el8.x86_64 14/195 Verifying : cracklib-2.9.6-15.el8.x86_64 15/195 Verifying : cracklib-dicts-2.9.6-15.el8.x86_64 16/195 Verifying : crypto-policies-20191128-2.git23e1bf1.el8.noarch 17/195 Verifying : cryptsetup-libs-2.2.2-1.el8.x86_64 18/195 Verifying : curl-7.61.1-12.el8.x86_64 19/195 Verifying : cyrus-sasl-lib-2.1.27-1.el8.x86_64 20/195 Verifying : dbus-1:1.12.8-10.el8_2.x86_64 21/195 Verifying : dbus-common-1:1.12.8-10.el8_2.noarch 22/195 Verifying : dbus-daemon-1:1.12.8-10.el8_2.x86_64 23/195 Verifying : dbus-libs-1:1.12.8-10.el8_2.x86_64 24/195 Verifying : dbus-tools-1:1.12.8-10.el8_2.x86_64 25/195 Verifying : device-mapper-8:1.02.169-3.el8.x86_64 26/195 Verifying : device-mapper-libs-8:1.02.169-3.el8.x86_64 27/195 Verifying : diffutils-3.6-6.el8.x86_64 28/195 Verifying : dnf-4.2.17-7.el8_2.noarch 29/195 Verifying : dnf-data-4.2.17-7.el8_2.noarch 30/195 Verifying : dnf-plugins-core-4.0.12-4.el8_2.noarch 31/195 Verifying : dracut-049-70.git20200228.el8.x86_64 32/195 Verifying : elfutils-default-yama-scope-0.178-7.el8.noarch 33/195 Verifying : elfutils-libelf-0.178-7.el8.x86_64 34/195 Verifying : elfutils-libs-0.178-7.el8.x86_64 35/195 Verifying : expat-2.2.5-3.el8.x86_64 36/195 Verifying : file-5.33-13.el8.x86_64 37/195 Verifying : file-libs-5.33-13.el8.x86_64 38/195 Verifying : filesystem-3.8-2.el8.x86_64 39/195 Verifying : findutils-1:4.6.0-20.el8.x86_64 40/195 Verifying : gawk-4.2.1-1.el8.x86_64 41/195 Verifying : gdbm-1:1.18-1.el8.x86_64 42/195 Verifying : gdbm-libs-1:1.18-1.el8.x86_64 43/195 Verifying : gettext-0.19.8.1-17.el8.x86_64 44/195 Verifying : gettext-libs-0.19.8.1-17.el8.x86_64 45/195 Verifying : glib2-2.56.4-8.el8.x86_64 46/195 Verifying : glibc-2.28-101.el8.x86_64 47/195 Verifying : glibc-all-langpacks-2.28-101.el8.x86_64 48/195 Verifying : glibc-common-2.28-101.el8.x86_64 49/195 Verifying : gmp-1:6.1.2-10.el8.x86_64 50/195 Verifying : gnupg2-2.2.9-1.el8.x86_64 51/195 Verifying : gnupg2-smime-2.2.9-1.el8.x86_64 52/195 Verifying : gnutls-3.6.8-11.el8_2.x86_64 53/195 Verifying : gpgme-1.10.0-6.el8.0.1.x86_64 54/195 Verifying : grep-3.1-6.el8.x86_64 55/195 Verifying : grub2-common-1:2.02-87.el8_2.noarch 56/195 Verifying : grub2-tools-1:2.02-87.el8_2.x86_64 57/195 Verifying : grub2-tools-minimal-1:2.02-87.el8_2.x86_64 58/195 Verifying : grubby-8.40-38.el8.x86_64 59/195 Verifying : gzip-1.9-9.el8.x86_64 60/195 Verifying : hardlink-1:1.3-6.el8.x86_64 61/195 Verifying : ima-evm-utils-1.1-5.el8.x86_64 62/195 Verifying : info-6.5-6.el8.x86_64 63/195 Verifying : iptables-libs-1.8.4-10.el8_2.1.x86_64 64/195 Verifying : json-c-0.13.1-0.2.el8.x86_64 65/195 Verifying : kbd-2.0.4-8.el8.x86_64 66/195 Verifying : kbd-legacy-2.0.4-8.el8.noarch 67/195 Verifying : kbd-misc-2.0.4-8.el8.noarch 68/195 Verifying : keyutils-libs-1.5.10-6.el8.x86_64 69/195 Verifying : kmod-25-16.el8.x86_64 70/195 Verifying : kmod-libs-25-16.el8.x86_64 71/195 Verifying : kpartx-0.8.3-3.el8_2.3.x86_64 72/195 Verifying : krb5-libs-1.17-18.el8.x86_64 73/195 Verifying : libacl-2.2.53-1.el8.x86_64 74/195 Verifying : libarchive-3.3.2-8.el8_1.x86_64 75/195 Verifying : libassuan-2.5.1-3.el8.x86_64 76/195 Verifying : libattr-2.4.48-3.el8.x86_64 77/195 Verifying : libblkid-2.32.1-22.el8.x86_64 78/195 Verifying : libcap-2.26-3.el8.x86_64 79/195 Verifying : libcap-ng-0.7.9-5.el8.x86_64 80/195 Verifying : libcom_err-1.45.4-3.el8.x86_64 81/195 Verifying : libcomps-0.1.11-4.el8.x86_64 82/195 Verifying : libcroco-0.6.12-4.el8_2.1.x86_64 83/195 Verifying : libcurl-7.61.1-12.el8.x86_64 84/195 Verifying : libdb-5.3.28-37.el8.x86_64 85/195 Verifying : libdb-utils-5.3.28-37.el8.x86_64 86/195 Verifying : libdnf-0.39.1-6.el8_2.x86_64 87/195 Verifying : libevent-2.1.8-5.el8.x86_64 88/195 Verifying : libfdisk-2.32.1-22.el8.x86_64 89/195 Verifying : libffi-3.1-21.el8.x86_64 90/195 Verifying : libgcc-8.3.1-5.el8.0.2.x86_64 91/195 Verifying : libgcrypt-1.8.3-4.el8.x86_64 92/195 Verifying : libgomp-8.3.1-5.el8.0.2.x86_64 93/195 Verifying : libgpg-error-1.31-1.el8.x86_64 94/195 Verifying : libidn2-2.2.0-1.el8.x86_64 95/195 Verifying : libkcapi-1.1.1-16_1.el8.x86_64 96/195 Verifying : libkcapi-hmaccalc-1.1.1-16_1.el8.x86_64 97/195 Verifying : libksba-1.3.5-7.el8.x86_64 98/195 Verifying : libmetalink-0.1.3-7.el8.x86_64 99/195 Verifying : libmodulemd1-1.8.16-0.2.8.2.1.x86_64 100/195 Verifying : libmount-2.32.1-22.el8.x86_64 101/195 Verifying : libnghttp2-1.33.0-3.el8_2.1.x86_64 102/195 Verifying : libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 103/195 Verifying : libpcap-14:1.9.0-3.el8.x86_64 104/195 Verifying : libpsl-0.20.2-5.el8.x86_64 105/195 Verifying : libpwquality-1.4.0-9.el8.x86_64 106/195 Verifying : librepo-1.11.0-3.el8_2.x86_64 107/195 Verifying : libreport-filesystem-2.9.5-10.el8.x86_64 108/195 Verifying : libseccomp-2.4.1-1.el8.x86_64 109/195 Verifying : libsecret-0.18.6-1.el8.x86_64 110/195 Verifying : libselinux-2.9-3.el8.x86_64 111/195 Verifying : libsemanage-2.9-2.el8.x86_64 112/195 Verifying : libsepol-2.9-1.el8.x86_64 113/195 Verifying : libsigsegv-2.11-5.el8.x86_64 114/195 Verifying : libsmartcols-2.32.1-22.el8.x86_64 115/195 Verifying : libsolv-0.7.7-1.el8.x86_64 116/195 Verifying : libssh-0.9.0-4.el8.x86_64 117/195 Verifying : libssh-config-0.9.0-4.el8.noarch 118/195 Verifying : libstdc++-8.3.1-5.el8.0.2.x86_64 119/195 Verifying : libtasn1-4.13-3.el8.x86_64 120/195 Verifying : libtirpc-1.1.4-4.el8.x86_64 121/195 Verifying : libunistring-0.9.9-3.el8.x86_64 122/195 Verifying : libusbx-1.0.22-1.el8.x86_64 123/195 Verifying : libutempter-1.1.6-14.el8.x86_64 124/195 Verifying : libuuid-2.32.1-22.el8.x86_64 125/195 Verifying : libverto-0.3.0-5.el8.x86_64 126/195 Verifying : libxcrypt-4.1.1-4.el8.x86_64 127/195 Verifying : libxml2-2.9.7-7.el8.x86_64 128/195 Verifying : libyaml-0.1.7-5.el8.x86_64 129/195 Verifying : libzstd-1.4.2-2.el8.x86_64 130/195 Verifying : lua-libs-5.3.4-11.el8.x86_64 131/195 Verifying : lz4-libs-1.8.1.2-4.el8.x86_64 132/195 Verifying : mpfr-3.1.6-1.el8.x86_64 133/195 Verifying : ncurses-6.1-7.20180224.el8.x86_64 134/195 Verifying : ncurses-base-6.1-7.20180224.el8.noarch 135/195 Verifying : ncurses-libs-6.1-7.20180224.el8.x86_64 136/195 Verifying : nettle-3.4.1-1.el8.x86_64 137/195 Verifying : npth-1.5-4.el8.x86_64 138/195 Verifying : openldap-2.4.46-11.el8_1.x86_64 139/195 Verifying : openssl-1:1.1.1c-15.el8.x86_64 140/195 Verifying : openssl-libs-1:1.1.1c-15.el8.x86_64 141/195 Verifying : openssl-pkcs11-0.4.10-2.el8.x86_64 142/195 Verifying : os-prober-1.74-6.el8.x86_64 143/195 Verifying : p11-kit-0.23.14-5.el8_0.x86_64 144/195 Verifying : p11-kit-trust-0.23.14-5.el8_0.x86_64 145/195 Verifying : pam-1.3.1-8.el8.x86_64 146/195 Verifying : pcre-8.42-4.el8.x86_64 147/195 Verifying : pcre2-10.32-1.el8.x86_64 148/195 Verifying : pigz-2.4-4.el8.x86_64 149/195 Verifying : platform-python-3.6.8-23.el8.x86_64 150/195 Verifying : platform-python-pip-9.0.3-16.el8.noarch 151/195 Verifying : platform-python-setuptools-39.2.0-5.el8.noarch 152/195 Verifying : popt-1.16-14.el8.x86_64 153/195 Verifying : procps-ng-3.3.15-1.el8.x86_64 154/195 Verifying : publicsuffix-list-dafsa-20180723-1.el8.noarch 155/195 Verifying : python3-dateutil-1:2.6.1-6.el8.noarch 156/195 Verifying : python3-dnf-4.2.17-7.el8_2.noarch 157/195 Verifying : python3-dnf-plugins-core-4.0.12-4.el8_2.noarch 158/195 Verifying : python3-gpg-1.10.0-6.el8.0.1.x86_64 159/195 Verifying : python3-hawkey-0.39.1-6.el8_2.x86_64 160/195 Verifying : python3-libcomps-0.1.11-4.el8.x86_64 161/195 Verifying : python3-libdnf-0.39.1-6.el8_2.x86_64 162/195 Verifying : python3-libs-3.6.8-23.el8.x86_64 163/195 Verifying : python3-pip-wheel-9.0.3-16.el8.noarch 164/195 Verifying : python3-rpm-4.14.2-37.el8.x86_64 165/195 Verifying : python3-setuptools-wheel-39.2.0-5.el8.noarch 166/195 Verifying : python3-six-1.11.0-8.el8.noarch 167/195 Verifying : readline-7.0-10.el8.x86_64 168/195 Verifying : rpm-4.14.2-37.el8.x86_64 169/195 Verifying : rpm-build-libs-4.14.2-37.el8.x86_64 170/195 Verifying : rpm-libs-4.14.2-37.el8.x86_64 171/195 Verifying : rpm-plugin-systemd-inhibit-4.14.2-37.el8.x86_64 172/195 Verifying : sed-4.5-1.el8.x86_64 173/195 Verifying : setup-2.12.2-5.el8.noarch 174/195 Verifying : shadow-utils-2:4.6-8.el8.x86_64 175/195 Verifying : shared-mime-info-1.9-3.el8.x86_64 176/195 Verifying : sqlite-libs-3.26.0-6.el8.x86_64 177/195 Verifying : systemd-239-31.el8_2.2.x86_64 178/195 Verifying : systemd-libs-239-31.el8_2.2.x86_64 179/195 Verifying : systemd-pam-239-31.el8_2.2.x86_64 180/195 Verifying : systemd-udev-239-31.el8_2.2.x86_64 181/195 Verifying : trousers-0.3.14-4.el8.x86_64 182/195 Verifying : trousers-lib-0.3.14-4.el8.x86_64 183/195 Verifying : tzdata-2020a-1.el8.noarch 184/195 Verifying : util-linux-2.32.1-22.el8.x86_64 185/195 Verifying : which-2.21-12.el8.x86_64 186/195 Verifying : xz-5.2.4-3.el8.x86_64 187/195 Verifying : xz-libs-5.2.4-3.el8.x86_64 188/195 Verifying : zlib-1.2.11-16.el8_2.x86_64 189/195 Verifying : elfutils-debuginfod-client-0.178-7.el8.x86_64 190/195 Verifying : libxkbcommon-0.9.1-1.el8.x86_64 191/195 Verifying : pinentry-1.1.0-2.el8.x86_64 192/195 Verifying : python3-unbound-1.7.3-11.el8_2.x86_64 193/195 Verifying : unbound-libs-1.7.3-11.el8_2.x86_64 194/195 Verifying : xkeyboard-config-2.28-1.el8.noarch 195/195 Installed: acl-2.2.53-1.el8.x86_64 audit-libs-3.0-0.17.20191104git1c2f876.el8.x86_64 basesystem-11-5.el8.noarch bash-4.4.19-10.el8.x86_64 brotli-1.0.6-1.el8.x86_64 bzip2-libs-1.0.6-26.el8.x86_64 ca-certificates-2020.2.41-80.0.el8_2.noarch centos-gpg-keys-8.2-2.2004.0.2.el8.noarch centos-release-8.2-2.2004.0.2.el8.x86_64 centos-repos-8.2-2.2004.0.2.el8.x86_64 chkconfig-1.11-1.el8.x86_64 coreutils-8.30-7.el8_2.1.x86_64 coreutils-common-8.30-7.el8_2.1.x86_64 cpio-2.12-8.el8.x86_64 cracklib-2.9.6-15.el8.x86_64 cracklib-dicts-2.9.6-15.el8.x86_64 crypto-policies-20191128-2.git23e1bf1.el8.noarch cryptsetup-libs-2.2.2-1.el8.x86_64 curl-7.61.1-12.el8.x86_64 cyrus-sasl-lib-2.1.27-1.el8.x86_64 dbus-1:1.12.8-10.el8_2.x86_64 dbus-common-1:1.12.8-10.el8_2.noarch dbus-daemon-1:1.12.8-10.el8_2.x86_64 dbus-libs-1:1.12.8-10.el8_2.x86_64 dbus-tools-1:1.12.8-10.el8_2.x86_64 device-mapper-8:1.02.169-3.el8.x86_64 device-mapper-libs-8:1.02.169-3.el8.x86_64 diffutils-3.6-6.el8.x86_64 dnf-4.2.17-7.el8_2.noarch dnf-data-4.2.17-7.el8_2.noarch dnf-plugins-core-4.0.12-4.el8_2.noarch dracut-049-70.git20200228.el8.x86_64 elfutils-debuginfod-client-0.178-7.el8.x86_64 elfutils-default-yama-scope-0.178-7.el8.noarch elfutils-libelf-0.178-7.el8.x86_64 elfutils-libs-0.178-7.el8.x86_64 expat-2.2.5-3.el8.x86_64 file-5.33-13.el8.x86_64 file-libs-5.33-13.el8.x86_64 filesystem-3.8-2.el8.x86_64 findutils-1:4.6.0-20.el8.x86_64 gawk-4.2.1-1.el8.x86_64 gdbm-1:1.18-1.el8.x86_64 gdbm-libs-1:1.18-1.el8.x86_64 gettext-0.19.8.1-17.el8.x86_64 gettext-libs-0.19.8.1-17.el8.x86_64 glib2-2.56.4-8.el8.x86_64 glibc-2.28-101.el8.x86_64 glibc-all-langpacks-2.28-101.el8.x86_64 glibc-common-2.28-101.el8.x86_64 gmp-1:6.1.2-10.el8.x86_64 gnupg2-2.2.9-1.el8.x86_64 gnupg2-smime-2.2.9-1.el8.x86_64 gnutls-3.6.8-11.el8_2.x86_64 gpgme-1.10.0-6.el8.0.1.x86_64 grep-3.1-6.el8.x86_64 grub2-common-1:2.02-87.el8_2.noarch grub2-tools-1:2.02-87.el8_2.x86_64 grub2-tools-minimal-1:2.02-87.el8_2.x86_64 grubby-8.40-38.el8.x86_64 gzip-1.9-9.el8.x86_64 hardlink-1:1.3-6.el8.x86_64 ima-evm-utils-1.1-5.el8.x86_64 info-6.5-6.el8.x86_64 iptables-libs-1.8.4-10.el8_2.1.x86_64 json-c-0.13.1-0.2.el8.x86_64 kbd-2.0.4-8.el8.x86_64 kbd-legacy-2.0.4-8.el8.noarch kbd-misc-2.0.4-8.el8.noarch keyutils-libs-1.5.10-6.el8.x86_64 kmod-25-16.el8.x86_64 kmod-libs-25-16.el8.x86_64 kpartx-0.8.3-3.el8_2.3.x86_64 krb5-libs-1.17-18.el8.x86_64 libacl-2.2.53-1.el8.x86_64 libarchive-3.3.2-8.el8_1.x86_64 libassuan-2.5.1-3.el8.x86_64 libattr-2.4.48-3.el8.x86_64 libblkid-2.32.1-22.el8.x86_64 libcap-2.26-3.el8.x86_64 libcap-ng-0.7.9-5.el8.x86_64 libcom_err-1.45.4-3.el8.x86_64 libcomps-0.1.11-4.el8.x86_64 libcroco-0.6.12-4.el8_2.1.x86_64 libcurl-7.61.1-12.el8.x86_64 libdb-5.3.28-37.el8.x86_64 libdb-utils-5.3.28-37.el8.x86_64 libdnf-0.39.1-6.el8_2.x86_64 libevent-2.1.8-5.el8.x86_64 libfdisk-2.32.1-22.el8.x86_64 libffi-3.1-21.el8.x86_64 libgcc-8.3.1-5.el8.0.2.x86_64 libgcrypt-1.8.3-4.el8.x86_64 libgomp-8.3.1-5.el8.0.2.x86_64 libgpg-error-1.31-1.el8.x86_64 libidn2-2.2.0-1.el8.x86_64 libkcapi-1.1.1-16_1.el8.x86_64 libkcapi-hmaccalc-1.1.1-16_1.el8.x86_64 libksba-1.3.5-7.el8.x86_64 libmetalink-0.1.3-7.el8.x86_64 libmodulemd1-1.8.16-0.2.8.2.1.x86_64 libmount-2.32.1-22.el8.x86_64 libnghttp2-1.33.0-3.el8_2.1.x86_64 libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 libpcap-14:1.9.0-3.el8.x86_64 libpsl-0.20.2-5.el8.x86_64 libpwquality-1.4.0-9.el8.x86_64 librepo-1.11.0-3.el8_2.x86_64 libreport-filesystem-2.9.5-10.el8.x86_64 libseccomp-2.4.1-1.el8.x86_64 libsecret-0.18.6-1.el8.x86_64 libselinux-2.9-3.el8.x86_64 libsemanage-2.9-2.el8.x86_64 libsepol-2.9-1.el8.x86_64 libsigsegv-2.11-5.el8.x86_64 libsmartcols-2.32.1-22.el8.x86_64 libsolv-0.7.7-1.el8.x86_64 libssh-0.9.0-4.el8.x86_64 libssh-config-0.9.0-4.el8.noarch libstdc++-8.3.1-5.el8.0.2.x86_64 libtasn1-4.13-3.el8.x86_64 libtirpc-1.1.4-4.el8.x86_64 libunistring-0.9.9-3.el8.x86_64 libusbx-1.0.22-1.el8.x86_64 libutempter-1.1.6-14.el8.x86_64 libuuid-2.32.1-22.el8.x86_64 libverto-0.3.0-5.el8.x86_64 libxcrypt-4.1.1-4.el8.x86_64 libxkbcommon-0.9.1-1.el8.x86_64 libxml2-2.9.7-7.el8.x86_64 libyaml-0.1.7-5.el8.x86_64 libzstd-1.4.2-2.el8.x86_64 lua-libs-5.3.4-11.el8.x86_64 lz4-libs-1.8.1.2-4.el8.x86_64 mpfr-3.1.6-1.el8.x86_64 ncurses-6.1-7.20180224.el8.x86_64 ncurses-base-6.1-7.20180224.el8.noarch ncurses-libs-6.1-7.20180224.el8.x86_64 nettle-3.4.1-1.el8.x86_64 npth-1.5-4.el8.x86_64 openldap-2.4.46-11.el8_1.x86_64 openssl-1:1.1.1c-15.el8.x86_64 openssl-libs-1:1.1.1c-15.el8.x86_64 openssl-pkcs11-0.4.10-2.el8.x86_64 os-prober-1.74-6.el8.x86_64 p11-kit-0.23.14-5.el8_0.x86_64 p11-kit-trust-0.23.14-5.el8_0.x86_64 pam-1.3.1-8.el8.x86_64 pcre-8.42-4.el8.x86_64 pcre2-10.32-1.el8.x86_64 pigz-2.4-4.el8.x86_64 pinentry-1.1.0-2.el8.x86_64 platform-python-3.6.8-23.el8.x86_64 platform-python-pip-9.0.3-16.el8.noarch platform-python-setuptools-39.2.0-5.el8.noarch popt-1.16-14.el8.x86_64 procps-ng-3.3.15-1.el8.x86_64 publicsuffix-list-dafsa-20180723-1.el8.noarch python3-dateutil-1:2.6.1-6.el8.noarch python3-dnf-4.2.17-7.el8_2.noarch python3-dnf-plugins-core-4.0.12-4.el8_2.noarch python3-gpg-1.10.0-6.el8.0.1.x86_64 python3-hawkey-0.39.1-6.el8_2.x86_64 python3-libcomps-0.1.11-4.el8.x86_64 python3-libdnf-0.39.1-6.el8_2.x86_64 python3-libs-3.6.8-23.el8.x86_64 python3-pip-wheel-9.0.3-16.el8.noarch python3-rpm-4.14.2-37.el8.x86_64 python3-setuptools-wheel-39.2.0-5.el8.noarch python3-six-1.11.0-8.el8.noarch python3-unbound-1.7.3-11.el8_2.x86_64 readline-7.0-10.el8.x86_64 rpm-4.14.2-37.el8.x86_64 rpm-build-libs-4.14.2-37.el8.x86_64 rpm-libs-4.14.2-37.el8.x86_64 rpm-plugin-systemd-inhibit-4.14.2-37.el8.x86_64 sed-4.5-1.el8.x86_64 setup-2.12.2-5.el8.noarch shadow-utils-2:4.6-8.el8.x86_64 shared-mime-info-1.9-3.el8.x86_64 sqlite-libs-3.26.0-6.el8.x86_64 systemd-239-31.el8_2.2.x86_64 systemd-libs-239-31.el8_2.2.x86_64 systemd-pam-239-31.el8_2.2.x86_64 systemd-udev-239-31.el8_2.2.x86_64 trousers-0.3.14-4.el8.x86_64 trousers-lib-0.3.14-4.el8.x86_64 tzdata-2020a-1.el8.noarch unbound-libs-1.7.3-11.el8_2.x86_64 util-linux-2.32.1-22.el8.x86_64 which-2.21-12.el8.x86_64 xkeyboard-config-2.28-1.el8.noarch xz-5.2.4-3.el8.x86_64 xz-libs-5.2.4-3.el8.x86_64 zlib-1.2.11-16.el8_2.x86_64 Complete! Finish(bootstrap): dnf install Start(bootstrap): creating root cache Finish(bootstrap): creating root cache Finish(bootstrap): chroot init Start: chroot init INFO: calling preinit hooks INFO: enabled root cache INFO: enabled package manager cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin Mock Version: 2.6 INFO: Mock Version: 2.6 Start: dnf install No matches found for the following disable plugin patterns: local, spacewalk CentOS-8 - Base 1.2 MB/s | 2.2 MB 00:01 CentOS-8 - AppStream 1.9 MB/s | 5.8 MB 00:03 CentOS-8 - PowerTools 906 kB/s | 1.9 MB 00:02 CentOS-8 - Extras 9.6 kB/s | 8.1 kB 00:00 epel 695 kB/s | 5.4 MB 00:07 Dependencies resolved. ============================================================================================================================================================================ Package Architecture Version Repository Size ============================================================================================================================================================================ Installing: bash x86_64 4.4.19-10.el8 BaseOS 1.5 M bzip2 x86_64 1.0.6-26.el8 BaseOS 60 k centos-release x86_64 8.2-2.2004.0.2.el8 BaseOS 21 k coreutils x86_64 8.30-7.el8_2.1 BaseOS 1.2 M cpio x86_64 2.12-8.el8 BaseOS 265 k diffutils x86_64 3.6-6.el8 BaseOS 358 k epel-release noarch 8-8.el8 extras 23 k epel-rpm-macros noarch 8-8 epel 19 k fedpkg-minimal noarch 1.1.0-12.el8 epel 17 k findutils x86_64 1:4.6.0-20.el8 BaseOS 528 k gawk x86_64 4.2.1-1.el8 BaseOS 1.1 M gcc x86_64 8.3.1-5.el8.0.2 AppStream 23 M gcc-c++ x86_64 8.3.1-5.el8.0.2 AppStream 12 M grep x86_64 3.1-6.el8 BaseOS 274 k gzip x86_64 1.9-9.el8 BaseOS 167 k info x86_64 6.5-6.el8 BaseOS 198 k make x86_64 1:4.2.1-10.el8 BaseOS 498 k patch x86_64 2.7.6-11.el8 BaseOS 138 k redhat-rpm-config noarch 122-1.el8 AppStream 83 k rpm-build x86_64 4.14.2-37.el8 AppStream 171 k sed x86_64 4.5-1.el8 BaseOS 298 k shadow-utils x86_64 2:4.6-8.el8 BaseOS 1.2 M tar x86_64 2:1.30-4.el8 BaseOS 838 k unzip x86_64 6.0-43.el8 BaseOS 195 k util-linux x86_64 2.32.1-22.el8 BaseOS 2.5 M which x86_64 2.21-12.el8 BaseOS 49 k xz x86_64 5.2.4-3.el8 BaseOS 153 k Installing dependencies: acl x86_64 2.2.53-1.el8 BaseOS 81 k annobin x86_64 8.90-1.el8.0.1 AppStream 201 k audit-libs x86_64 3.0-0.17.20191104git1c2f876.el8 BaseOS 116 k basesystem noarch 11-5.el8 BaseOS 10 k binutils x86_64 2.30-73.el8 BaseOS 5.7 M brotli x86_64 1.0.6-1.el8 BaseOS 323 k bzip2-libs x86_64 1.0.6-26.el8 BaseOS 48 k ca-certificates noarch 2020.2.41-80.0.el8_2 BaseOS 391 k centos-gpg-keys noarch 8.2-2.2004.0.2.el8 BaseOS 12 k centos-repos x86_64 8.2-2.2004.0.2.el8 BaseOS 13 k chkconfig x86_64 1.11-1.el8 BaseOS 189 k coreutils-common x86_64 8.30-7.el8_2.1 BaseOS 2.0 M cpp x86_64 8.3.1-5.el8.0.2 AppStream 10 M cracklib x86_64 2.9.6-15.el8 BaseOS 93 k crypto-policies noarch 20191128-2.git23e1bf1.el8 BaseOS 103 k cryptsetup-libs x86_64 2.2.2-1.el8 BaseOS 428 k curl x86_64 7.61.1-12.el8 BaseOS 353 k cyrus-sasl-lib x86_64 2.1.27-1.el8 BaseOS 123 k dbus x86_64 1:1.12.8-10.el8_2 BaseOS 41 k dbus-common noarch 1:1.12.8-10.el8_2 BaseOS 45 k dbus-daemon x86_64 1:1.12.8-10.el8_2 BaseOS 239 k dbus-libs x86_64 1:1.12.8-10.el8_2 BaseOS 183 k dbus-tools x86_64 1:1.12.8-10.el8_2 BaseOS 85 k device-mapper x86_64 8:1.02.169-3.el8 BaseOS 372 k device-mapper-libs x86_64 8:1.02.169-3.el8 BaseOS 405 k dracut x86_64 049-70.git20200228.el8 BaseOS 365 k dwz x86_64 0.12-9.el8 AppStream 109 k efi-srpm-macros noarch 3-2.el8 AppStream 22 k elfutils x86_64 0.178-7.el8 BaseOS 540 k elfutils-default-yama-scope noarch 0.178-7.el8 BaseOS 48 k elfutils-libelf x86_64 0.178-7.el8 BaseOS 212 k elfutils-libs x86_64 0.178-7.el8 BaseOS 292 k expat x86_64 2.2.5-3.el8 BaseOS 110 k file x86_64 5.33-13.el8 BaseOS 76 k file-libs x86_64 5.33-13.el8 BaseOS 542 k filesystem x86_64 3.8-2.el8 BaseOS 1.1 M gc x86_64 7.6.4-3.el8 AppStream 109 k gdb-headless x86_64 8.2-11.el8 AppStream 3.7 M gdbm x86_64 1:1.18-1.el8 BaseOS 130 k gdbm-libs x86_64 1:1.18-1.el8 BaseOS 60 k gettext x86_64 0.19.8.1-17.el8 BaseOS 1.1 M gettext-libs x86_64 0.19.8.1-17.el8 BaseOS 314 k ghc-srpm-macros noarch 1.4.2-7.el8 AppStream 9.3 k glib2 x86_64 2.56.4-8.el8 BaseOS 2.5 M glibc x86_64 2.28-101.el8 BaseOS 3.7 M glibc-all-langpacks x86_64 2.28-101.el8 BaseOS 25 M glibc-common x86_64 2.28-101.el8 BaseOS 1.3 M glibc-devel x86_64 2.28-101.el8 BaseOS 1.0 M glibc-headers x86_64 2.28-101.el8 BaseOS 473 k gmp x86_64 1:6.1.2-10.el8 BaseOS 322 k gnupg2 x86_64 2.2.9-1.el8 BaseOS 2.3 M gnutls x86_64 3.6.8-11.el8_2 BaseOS 915 k go-srpm-macros noarch 2-16.el8 AppStream 14 k grub2-common noarch 1:2.02-87.el8_2 BaseOS 882 k grub2-tools x86_64 1:2.02-87.el8_2 BaseOS 2.0 M grub2-tools-minimal x86_64 1:2.02-87.el8_2 BaseOS 202 k guile x86_64 5:2.0.14-7.el8 AppStream 3.5 M ima-evm-utils x86_64 1.1-5.el8 BaseOS 56 k iptables-libs x86_64 1.8.4-10.el8_2.1 BaseOS 105 k isl x86_64 0.16.1-6.el8 AppStream 841 k json-c x86_64 0.13.1-0.2.el8 BaseOS 40 k kbd-legacy noarch 2.0.4-8.el8 BaseOS 481 k kbd-misc noarch 2.0.4-8.el8 BaseOS 1.4 M kernel-headers x86_64 4.18.0-193.19.1.el8_2 BaseOS 4.0 M keyutils-libs x86_64 1.5.10-6.el8 BaseOS 34 k kmod x86_64 25-16.el8 BaseOS 126 k kmod-libs x86_64 25-16.el8 BaseOS 68 k krb5-libs x86_64 1.17-18.el8 BaseOS 844 k libacl x86_64 2.2.53-1.el8 BaseOS 35 k libarchive x86_64 3.3.2-8.el8_1 BaseOS 359 k libassuan x86_64 2.5.1-3.el8 BaseOS 83 k libatomic_ops x86_64 7.6.2-3.el8 AppStream 38 k libattr x86_64 2.4.48-3.el8 BaseOS 27 k libbabeltrace x86_64 1.5.4-2.el8 AppStream 201 k libblkid x86_64 2.32.1-22.el8 BaseOS 214 k libcap x86_64 2.26-3.el8 BaseOS 59 k libcap-ng x86_64 0.7.9-5.el8 BaseOS 33 k libcom_err x86_64 1.45.4-3.el8 BaseOS 49 k libcroco x86_64 0.6.12-4.el8_2.1 BaseOS 113 k libcurl x86_64 7.61.1-12.el8 BaseOS 298 k libdb x86_64 5.3.28-37.el8 BaseOS 752 k libdb-utils x86_64 5.3.28-37.el8 BaseOS 151 k libfdisk x86_64 2.32.1-22.el8 BaseOS 249 k libffi x86_64 3.1-21.el8 BaseOS 37 k libgcc x86_64 8.3.1-5.el8.0.2 BaseOS 78 k libgcrypt x86_64 1.8.3-4.el8 BaseOS 461 k libgomp x86_64 8.3.1-5.el8.0.2 BaseOS 203 k libgpg-error x86_64 1.31-1.el8 BaseOS 242 k libidn2 x86_64 2.2.0-1.el8 BaseOS 94 k libipt x86_64 1.6.1-8.el8 AppStream 50 k libkcapi x86_64 1.1.1-16_1.el8 BaseOS 47 k libkcapi-hmaccalc x86_64 1.1.1-16_1.el8 BaseOS 30 k libksba x86_64 1.3.5-7.el8 BaseOS 135 k libmetalink x86_64 0.1.3-7.el8 BaseOS 32 k libmount x86_64 2.32.1-22.el8 BaseOS 231 k libmpc x86_64 1.0.2-9.el8 AppStream 59 k libnghttp2 x86_64 1.33.0-3.el8_2.1 BaseOS 77 k libnsl2 x86_64 1.2.0-2.20180605git4a062cf.el8 BaseOS 58 k libpcap x86_64 14:1.9.0-3.el8 BaseOS 160 k libpkgconf x86_64 1.4.2-1.el8 BaseOS 35 k libpsl x86_64 0.20.2-5.el8 BaseOS 61 k libpwquality x86_64 1.4.0-9.el8 BaseOS 103 k libseccomp x86_64 2.4.1-1.el8 BaseOS 65 k libsecret x86_64 0.18.6-1.el8 BaseOS 163 k libselinux x86_64 2.9-3.el8 BaseOS 166 k libsemanage x86_64 2.9-2.el8 BaseOS 165 k libsepol x86_64 2.9-1.el8 BaseOS 340 k libsigsegv x86_64 2.11-5.el8 BaseOS 30 k libsmartcols x86_64 2.32.1-22.el8 BaseOS 174 k libssh x86_64 0.9.0-4.el8 BaseOS 243 k libssh-config noarch 0.9.0-4.el8 BaseOS 18 k libstdc++ x86_64 8.3.1-5.el8.0.2 BaseOS 451 k libstdc++-devel x86_64 8.3.1-5.el8.0.2 AppStream 2.0 M libtasn1 x86_64 4.13-3.el8 BaseOS 76 k libtirpc x86_64 1.1.4-4.el8 BaseOS 113 k libtool-ltdl x86_64 2.4.6-25.el8 BaseOS 58 k libunistring x86_64 0.9.9-3.el8 BaseOS 422 k libusbx x86_64 1.0.22-1.el8 BaseOS 71 k libutempter x86_64 1.1.6-14.el8 BaseOS 32 k libuuid x86_64 2.32.1-22.el8 BaseOS 94 k libverto x86_64 0.3.0-5.el8 BaseOS 24 k libxcrypt x86_64 4.1.1-4.el8 BaseOS 73 k libxcrypt-devel x86_64 4.1.1-4.el8 BaseOS 25 k libxml2 x86_64 2.9.7-7.el8 BaseOS 695 k libzstd x86_64 1.4.2-2.el8 BaseOS 260 k lua-libs x86_64 5.3.4-11.el8 BaseOS 118 k lz4-libs x86_64 1.8.1.2-4.el8 BaseOS 55 k mpfr x86_64 3.1.6-1.el8 BaseOS 221 k ncurses x86_64 6.1-7.20180224.el8 BaseOS 387 k ncurses-base noarch 6.1-7.20180224.el8 BaseOS 81 k ncurses-libs x86_64 6.1-7.20180224.el8 BaseOS 335 k nettle x86_64 3.4.1-1.el8 BaseOS 302 k npth x86_64 1.5-4.el8 BaseOS 26 k ocaml-srpm-macros noarch 5-4.el8 AppStream 9.4 k openblas-srpm-macros noarch 2-2.el8 AppStream 7.9 k openldap x86_64 2.4.46-11.el8_1 BaseOS 352 k openssl x86_64 1:1.1.1c-15.el8 BaseOS 697 k openssl-libs x86_64 1:1.1.1c-15.el8 BaseOS 1.5 M os-prober x86_64 1.74-6.el8 BaseOS 51 k p11-kit x86_64 0.23.14-5.el8_0 BaseOS 272 k p11-kit-trust x86_64 0.23.14-5.el8_0 BaseOS 139 k pam x86_64 1.3.1-8.el8 BaseOS 738 k pcre x86_64 8.42-4.el8 BaseOS 208 k pcre2 x86_64 10.32-1.el8 BaseOS 244 k perl-srpm-macros noarch 1-25.el8 AppStream 11 k pkgconf x86_64 1.4.2-1.el8 BaseOS 38 k pkgconf-m4 noarch 1.4.2-1.el8 BaseOS 17 k pkgconf-pkg-config x86_64 1.4.2-1.el8 BaseOS 15 k platform-python x86_64 3.6.8-23.el8 BaseOS 82 k platform-python-setuptools noarch 39.2.0-5.el8 BaseOS 632 k popt x86_64 1.16-14.el8 BaseOS 61 k procps-ng x86_64 3.3.15-1.el8 BaseOS 329 k publicsuffix-list-dafsa noarch 20180723-1.el8 BaseOS 56 k python-rpm-macros noarch 3-38.el8 AppStream 14 k python-srpm-macros noarch 3-38.el8 AppStream 14 k python2-rpm-macros noarch 3-38.module_el8.2.0+381+9a5b3c3b AppStream 13 k python3-libs x86_64 3.6.8-23.el8 BaseOS 7.8 M python3-pip-wheel noarch 9.0.3-16.el8 BaseOS 1.2 M python3-rpm-macros noarch 3-38.el8 AppStream 13 k python3-setuptools-wheel noarch 39.2.0-5.el8 BaseOS 289 k qt5-srpm-macros noarch 5.12.5-3.el8 AppStream 10 k readline x86_64 7.0-10.el8 BaseOS 199 k rpm x86_64 4.14.2-37.el8 BaseOS 540 k rpm-build-libs x86_64 4.14.2-37.el8 BaseOS 154 k rpm-libs x86_64 4.14.2-37.el8 BaseOS 337 k rust-srpm-macros noarch 5-2.el8 AppStream 9.2 k setup noarch 2.12.2-5.el8 BaseOS 180 k sqlite-libs x86_64 3.26.0-6.el8 BaseOS 579 k systemd x86_64 239-31.el8_2.2 BaseOS 3.5 M systemd-libs x86_64 239-31.el8_2.2 BaseOS 1.1 M systemd-pam x86_64 239-31.el8_2.2 BaseOS 451 k systemd-udev x86_64 239-31.el8_2.2 BaseOS 1.3 M trousers-lib x86_64 0.3.14-4.el8 BaseOS 169 k tzdata noarch 2020a-1.el8 BaseOS 469 k xkeyboard-config noarch 2.28-1.el8 AppStream 782 k xz-libs x86_64 5.2.4-3.el8 BaseOS 94 k zip x86_64 3.0-23.el8 BaseOS 270 k zlib x86_64 1.2.11-16.el8_2 BaseOS 102 k zstd x86_64 1.4.2-2.el8 AppStream 385 k Installing weak dependencies: cracklib-dicts x86_64 2.9.6-15.el8 BaseOS 4.0 M elfutils-debuginfod-client x86_64 0.178-7.el8 AppStream 62 k gnupg2-smime x86_64 2.2.9-1.el8 BaseOS 279 k grubby x86_64 8.40-38.el8 BaseOS 50 k hardlink x86_64 1:1.3-6.el8 BaseOS 29 k kbd x86_64 2.0.4-8.el8 BaseOS 392 k kpartx x86_64 0.8.3-3.el8_2.3 BaseOS 105 k libxkbcommon x86_64 0.9.1-1.el8 AppStream 116 k openssl-pkcs11 x86_64 0.4.10-2.el8 BaseOS 66 k pigz x86_64 2.4-4.el8 BaseOS 79 k pinentry x86_64 1.1.0-2.el8 AppStream 100 k platform-python-pip noarch 9.0.3-16.el8 BaseOS 1.8 M shared-mime-info x86_64 1.9-3.el8 BaseOS 329 k trousers x86_64 0.3.14-4.el8 BaseOS 153 k Enabling module streams: python27 2.7 Transaction Summary ============================================================================================================================================================================ Install 220 Packages Total download size: 175 M Installed size: 892 M Downloading Packages: (1/220): basesystem-11-5.el8.noarch.rpm 216 kB/s | 10 kB 00:00 (2/220): acl-2.2.53-1.el8.x86_64.rpm 732 kB/s | 81 kB 00:00 (3/220): audit-libs-3.0-0.17.20191104git1c2f876.el8.x86_64.rpm 586 kB/s | 116 kB 00:00 (4/220): brotli-1.0.6-1.el8.x86_64.rpm 406 kB/s | 323 kB 00:00 (5/220): bzip2-1.0.6-26.el8.x86_64.rpm 194 kB/s | 60 kB 00:00 (6/220): bash-4.4.19-10.el8.x86_64.rpm 1.1 MB/s | 1.5 MB 00:01 (7/220): bzip2-libs-1.0.6-26.el8.x86_64.rpm 129 kB/s | 48 kB 00:00 (8/220): ca-certificates-2020.2.41-80.0.el8_2.noarch.rpm 1.0 MB/s | 391 kB 00:00 (9/220): centos-gpg-keys-8.2-2.2004.0.2.el8.noarch.rpm 90 kB/s | 12 kB 00:00 (10/220): centos-release-8.2-2.2004.0.2.el8.x86_64.rpm 240 kB/s | 21 kB 00:00 (11/220): centos-repos-8.2-2.2004.0.2.el8.x86_64.rpm 78 kB/s | 13 kB 00:00 (12/220): chkconfig-1.11-1.el8.x86_64.rpm 950 kB/s | 189 kB 00:00 (13/220): coreutils-common-8.30-7.el8_2.1.x86_64.rpm 879 kB/s | 2.0 MB 00:02 (14/220): cpio-2.12-8.el8.x86_64.rpm 952 kB/s | 265 kB 00:00 (15/220): cracklib-2.9.6-15.el8.x86_64.rpm 1.9 MB/s | 93 kB 00:00 (16/220): coreutils-8.30-7.el8_2.1.x86_64.rpm 371 kB/s | 1.2 MB 00:03 (17/220): crypto-policies-20191128-2.git23e1bf1.el8.noarch.rpm 531 kB/s | 103 kB 00:00 (18/220): binutils-2.30-73.el8.x86_64.rpm 978 kB/s | 5.7 MB 00:05 (19/220): cryptsetup-libs-2.2.2-1.el8.x86_64.rpm 436 kB/s | 428 kB 00:00 (20/220): curl-7.61.1-12.el8.x86_64.rpm 734 kB/s | 353 kB 00:00 (21/220): dbus-1.12.8-10.el8_2.x86_64.rpm 453 kB/s | 41 kB 00:00 (22/220): dbus-common-1.12.8-10.el8_2.noarch.rpm 449 kB/s | 45 kB 00:00 (23/220): cyrus-sasl-lib-2.1.27-1.el8.x86_64.rpm 553 kB/s | 123 kB 00:00 (24/220): dbus-daemon-1.12.8-10.el8_2.x86_64.rpm 610 kB/s | 239 kB 00:00 (25/220): dbus-libs-1.12.8-10.el8_2.x86_64.rpm 463 kB/s | 183 kB 00:00 (26/220): dbus-tools-1.12.8-10.el8_2.x86_64.rpm 449 kB/s | 85 kB 00:00 (27/220): device-mapper-libs-1.02.169-3.el8.x86_64.rpm 658 kB/s | 405 kB 00:00 (28/220): device-mapper-1.02.169-3.el8.x86_64.rpm 464 kB/s | 372 kB 00:00 (29/220): cracklib-dicts-2.9.6-15.el8.x86_64.rpm 1.2 MB/s | 4.0 MB 00:03 (30/220): diffutils-3.6-6.el8.x86_64.rpm 720 kB/s | 358 kB 00:00 (31/220): elfutils-0.178-7.el8.x86_64.rpm 1.1 MB/s | 540 kB 00:00 (32/220): elfutils-default-yama-scope-0.178-7.el8.noarch.rpm 1.3 MB/s | 48 kB 00:00 (33/220): dracut-049-70.git20200228.el8.x86_64.rpm 531 kB/s | 365 kB 00:00 (34/220): elfutils-libelf-0.178-7.el8.x86_64.rpm 1.1 MB/s | 212 kB 00:00 (35/220): file-5.33-13.el8.x86_64.rpm 1.7 MB/s | 76 kB 00:00 (36/220): expat-2.2.5-3.el8.x86_64.rpm 550 kB/s | 110 kB 00:00 (37/220): elfutils-libs-0.178-7.el8.x86_64.rpm 771 kB/s | 292 kB 00:00 (38/220): file-libs-5.33-13.el8.x86_64.rpm 1.2 MB/s | 542 kB 00:00 (39/220): findutils-4.6.0-20.el8.x86_64.rpm 682 kB/s | 528 kB 00:00 (40/220): gdbm-1.18-1.el8.x86_64.rpm 633 kB/s | 130 kB 00:00 (41/220): gdbm-libs-1.18-1.el8.x86_64.rpm 575 kB/s | 60 kB 00:00 (42/220): gawk-4.2.1-1.el8.x86_64.rpm 1.2 MB/s | 1.1 MB 00:00 (43/220): gettext-libs-0.19.8.1-17.el8.x86_64.rpm 1.1 MB/s | 314 kB 00:00 (44/220): filesystem-3.8-2.el8.x86_64.rpm 476 kB/s | 1.1 MB 00:02 (45/220): gettext-0.19.8.1-17.el8.x86_64.rpm 679 kB/s | 1.1 MB 00:01 (46/220): glib2-2.56.4-8.el8.x86_64.rpm 1.3 MB/s | 2.5 MB 00:01 (47/220): glibc-common-2.28-101.el8.x86_64.rpm 1.4 MB/s | 1.3 MB 00:00 (48/220): glibc-devel-2.28-101.el8.x86_64.rpm 1.3 MB/s | 1.0 MB 00:00 (49/220): glibc-headers-2.28-101.el8.x86_64.rpm 1.4 MB/s | 473 kB 00:00 (50/220): gmp-6.1.2-10.el8.x86_64.rpm 1.1 MB/s | 322 kB 00:00 (51/220): gnupg2-2.2.9-1.el8.x86_64.rpm 1.3 MB/s | 2.3 MB 00:01 (52/220): gnupg2-smime-2.2.9-1.el8.x86_64.rpm 1.3 MB/s | 279 kB 00:00 (53/220): gnutls-3.6.8-11.el8_2.x86_64.rpm 1.3 MB/s | 915 kB 00:00 (54/220): grep-3.1-6.el8.x86_64.rpm 986 kB/s | 274 kB 00:00 (55/220): grub2-common-2.02-87.el8_2.noarch.rpm 1.4 MB/s | 882 kB 00:00 (56/220): glibc-2.28-101.el8.x86_64.rpm 511 kB/s | 3.7 MB 00:07 (57/220): grub2-tools-minimal-2.02-87.el8_2.x86_64.rpm 410 kB/s | 202 kB 00:00 (58/220): grubby-8.40-38.el8.x86_64.rpm 478 kB/s | 50 kB 00:00 (59/220): gzip-1.9-9.el8.x86_64.rpm 422 kB/s | 167 kB 00:00 (60/220): grub2-tools-2.02-87.el8_2.x86_64.rpm 1.5 MB/s | 2.0 MB 00:01 (61/220): hardlink-1.3-6.el8.x86_64.rpm 384 kB/s | 29 kB 00:00 (62/220): ima-evm-utils-1.1-5.el8.x86_64.rpm 740 kB/s | 56 kB 00:00 (63/220): iptables-libs-1.8.4-10.el8_2.1.x86_64.rpm 1.0 MB/s | 105 kB 00:00 (64/220): json-c-0.13.1-0.2.el8.x86_64.rpm 439 kB/s | 40 kB 00:00 (65/220): info-6.5-6.el8.x86_64.rpm 602 kB/s | 198 kB 00:00 (66/220): kbd-2.0.4-8.el8.x86_64.rpm 1.3 MB/s | 392 kB 00:00 (67/220): kbd-legacy-2.0.4-8.el8.noarch.rpm 545 kB/s | 481 kB 00:00 (68/220): kbd-misc-2.0.4-8.el8.noarch.rpm 1.3 MB/s | 1.4 MB 00:01 (69/220): keyutils-libs-1.5.10-6.el8.x86_64.rpm 116 kB/s | 34 kB 00:00 (70/220): kmod-25-16.el8.x86_64.rpm 680 kB/s | 126 kB 00:00 (71/220): kmod-libs-25-16.el8.x86_64.rpm 1.9 MB/s | 68 kB 00:00 (72/220): kpartx-0.8.3-3.el8_2.3.x86_64.rpm 1.2 MB/s | 105 kB 00:00 (73/220): krb5-libs-1.17-18.el8.x86_64.rpm 1.2 MB/s | 844 kB 00:00 (74/220): libacl-2.2.53-1.el8.x86_64.rpm 1.7 MB/s | 35 kB 00:00 (75/220): libarchive-3.3.2-8.el8_1.x86_64.rpm 1.2 MB/s | 359 kB 00:00 (76/220): libassuan-2.5.1-3.el8.x86_64.rpm 839 kB/s | 83 kB 00:00 (77/220): libattr-2.4.48-3.el8.x86_64.rpm 301 kB/s | 27 kB 00:00 (78/220): libblkid-2.32.1-22.el8.x86_64.rpm 1.1 MB/s | 214 kB 00:00 (79/220): libcap-2.26-3.el8.x86_64.rpm 1.9 MB/s | 59 kB 00:00 (80/220): libcap-ng-0.7.9-5.el8.x86_64.rpm 384 kB/s | 33 kB 00:00 (81/220): libcom_err-1.45.4-3.el8.x86_64.rpm 486 kB/s | 49 kB 00:00 (82/220): libcroco-0.6.12-4.el8_2.1.x86_64.rpm 1.1 MB/s | 113 kB 00:00 (83/220): libcurl-7.61.1-12.el8.x86_64.rpm 1.3 MB/s | 298 kB 00:00 (84/220): libdb-5.3.28-37.el8.x86_64.rpm 1.2 MB/s | 752 kB 00:00 (85/220): libdb-utils-5.3.28-37.el8.x86_64.rpm 1.3 MB/s | 151 kB 00:00 (86/220): libfdisk-2.32.1-22.el8.x86_64.rpm 907 kB/s | 249 kB 00:00 (87/220): libffi-3.1-21.el8.x86_64.rpm 1.2 MB/s | 37 kB 00:00 (88/220): libgcc-8.3.1-5.el8.0.2.x86_64.rpm 938 kB/s | 78 kB 00:00 (89/220): libgcrypt-1.8.3-4.el8.x86_64.rpm 1.1 MB/s | 461 kB 00:00 (90/220): libgomp-8.3.1-5.el8.0.2.x86_64.rpm 1.1 MB/s | 203 kB 00:00 (91/220): libgpg-error-1.31-1.el8.x86_64.rpm 1.1 MB/s | 242 kB 00:00 (92/220): libidn2-2.2.0-1.el8.x86_64.rpm 950 kB/s | 94 kB 00:00 (93/220): libkcapi-1.1.1-16_1.el8.x86_64.rpm 609 kB/s | 47 kB 00:00 (94/220): libkcapi-hmaccalc-1.1.1-16_1.el8.x86_64.rpm 952 kB/s | 30 kB 00:00 (95/220): libksba-1.3.5-7.el8.x86_64.rpm 1.3 MB/s | 135 kB 00:00 (96/220): libmetalink-0.1.3-7.el8.x86_64.rpm 431 kB/s | 32 kB 00:00 (97/220): libmount-2.32.1-22.el8.x86_64.rpm 1.1 MB/s | 231 kB 00:00 (98/220): libnghttp2-1.33.0-3.el8_2.1.x86_64.rpm 807 kB/s | 77 kB 00:00 (99/220): libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64.rpm 1.7 MB/s | 58 kB 00:00 (100/220): libpcap-1.9.0-3.el8.x86_64.rpm 948 kB/s | 160 kB 00:00 (101/220): libpkgconf-1.4.2-1.el8.x86_64.rpm 460 kB/s | 35 kB 00:00 (102/220): libpsl-0.20.2-5.el8.x86_64.rpm 1.6 MB/s | 61 kB 00:00 (103/220): libpwquality-1.4.0-9.el8.x86_64.rpm 616 kB/s | 103 kB 00:00 (104/220): libseccomp-2.4.1-1.el8.x86_64.rpm 2.3 MB/s | 65 kB 00:00 (105/220): libsecret-0.18.6-1.el8.x86_64.rpm 864 kB/s | 163 kB 00:00 (106/220): libselinux-2.9-3.el8.x86_64.rpm 923 kB/s | 166 kB 00:00 (107/220): libsemanage-2.9-2.el8.x86_64.rpm 1.3 MB/s | 165 kB 00:00 (108/220): libsepol-2.9-1.el8.x86_64.rpm 886 kB/s | 340 kB 00:00 (109/220): libsigsegv-2.11-5.el8.x86_64.rpm 962 kB/s | 30 kB 00:00 (110/220): libsmartcols-2.32.1-22.el8.x86_64.rpm 971 kB/s | 174 kB 00:00 (111/220): libssh-0.9.0-4.el8.x86_64.rpm 860 kB/s | 243 kB 00:00 (112/220): libssh-config-0.9.0-4.el8.noarch.rpm 514 kB/s | 18 kB 00:00 (113/220): kernel-headers-4.18.0-193.19.1.el8_2.x86_64.rpm 541 kB/s | 4.0 MB 00:07 (114/220): libtasn1-4.13-3.el8.x86_64.rpm 375 kB/s | 76 kB 00:00 (115/220): libstdc++-8.3.1-5.el8.0.2.x86_64.rpm 945 kB/s | 451 kB 00:00 (116/220): libtool-ltdl-2.4.6-25.el8.x86_64.rpm 1.7 MB/s | 58 kB 00:00 (117/220): libtirpc-1.1.4-4.el8.x86_64.rpm 507 kB/s | 113 kB 00:00 (118/220): libusbx-1.0.22-1.el8.x86_64.rpm 405 kB/s | 71 kB 00:00 (119/220): libutempter-1.1.6-14.el8.x86_64.rpm 311 kB/s | 32 kB 00:00 (120/220): libunistring-0.9.9-3.el8.x86_64.rpm 918 kB/s | 422 kB 00:00 (121/220): libuuid-2.32.1-22.el8.x86_64.rpm 489 kB/s | 94 kB 00:00 (122/220): libverto-0.3.0-5.el8.x86_64.rpm 612 kB/s | 24 kB 00:00 (123/220): libxcrypt-devel-4.1.1-4.el8.x86_64.rpm 313 kB/s | 25 kB 00:00 (124/220): libxcrypt-4.1.1-4.el8.x86_64.rpm 661 kB/s | 73 kB 00:00 (125/220): libzstd-1.4.2-2.el8.x86_64.rpm 647 kB/s | 260 kB 00:00 (126/220): lua-libs-5.3.4-11.el8.x86_64.rpm 573 kB/s | 118 kB 00:00 (127/220): lz4-libs-1.8.1.2-4.el8.x86_64.rpm 544 kB/s | 55 kB 00:00 (128/220): libxml2-2.9.7-7.el8.x86_64.rpm 637 kB/s | 695 kB 00:01 (129/220): make-4.2.1-10.el8.x86_64.rpm 705 kB/s | 498 kB 00:00 (130/220): mpfr-3.1.6-1.el8.x86_64.rpm 427 kB/s | 221 kB 00:00 (131/220): ncurses-base-6.1-7.20180224.el8.noarch.rpm 205 kB/s | 81 kB 00:00 (132/220): ncurses-6.1-7.20180224.el8.x86_64.rpm 438 kB/s | 387 kB 00:00 (133/220): ncurses-libs-6.1-7.20180224.el8.x86_64.rpm 840 kB/s | 335 kB 00:00 (134/220): npth-1.5-4.el8.x86_64.rpm 274 kB/s | 26 kB 00:00 (135/220): nettle-3.4.1-1.el8.x86_64.rpm 617 kB/s | 302 kB 00:00 (136/220): openldap-2.4.46-11.el8_1.x86_64.rpm 490 kB/s | 352 kB 00:00 (137/220): openssl-1.1.1c-15.el8.x86_64.rpm 534 kB/s | 697 kB 00:01 (138/220): openssl-pkcs11-0.4.10-2.el8.x86_64.rpm 565 kB/s | 66 kB 00:00 (139/220): os-prober-1.74-6.el8.x86_64.rpm 512 kB/s | 51 kB 00:00 (140/220): openssl-libs-1.1.1c-15.el8.x86_64.rpm 928 kB/s | 1.5 MB 00:01 (141/220): p11-kit-0.23.14-5.el8_0.x86_64.rpm 383 kB/s | 272 kB 00:00 (142/220): p11-kit-trust-0.23.14-5.el8_0.x86_64.rpm 461 kB/s | 139 kB 00:00 (143/220): patch-2.7.6-11.el8.x86_64.rpm 701 kB/s | 138 kB 00:00 (144/220): pcre-8.42-4.el8.x86_64.rpm 359 kB/s | 208 kB 00:00 (145/220): pcre2-10.32-1.el8.x86_64.rpm 804 kB/s | 244 kB 00:00 (146/220): pigz-2.4-4.el8.x86_64.rpm 807 kB/s | 79 kB 00:00 (147/220): pkgconf-1.4.2-1.el8.x86_64.rpm 389 kB/s | 38 kB 00:00 (148/220): pam-1.3.1-8.el8.x86_64.rpm 530 kB/s | 738 kB 00:01 (149/220): pkgconf-m4-1.4.2-1.el8.noarch.rpm 669 kB/s | 17 kB 00:00 (150/220): pkgconf-pkg-config-1.4.2-1.el8.x86_64.rpm 167 kB/s | 15 kB 00:00 (151/220): platform-python-3.6.8-23.el8.x86_64.rpm 843 kB/s | 82 kB 00:00 (152/220): platform-python-setuptools-39.2.0-5.el8.noarch.rpm 906 kB/s | 632 kB 00:00 (153/220): popt-1.16-14.el8.x86_64.rpm 593 kB/s | 61 kB 00:00 (154/220): procps-ng-3.3.15-1.el8.x86_64.rpm 832 kB/s | 329 kB 00:00 (155/220): publicsuffix-list-dafsa-20180723-1.el8.noarch.rpm 577 kB/s | 56 kB 00:00 (156/220): platform-python-pip-9.0.3-16.el8.noarch.rpm 517 kB/s | 1.8 MB 00:03 (157/220): glibc-all-langpacks-2.28-101.el8.x86_64.rpm 869 kB/s | 25 MB 00:29 (158/220): python3-setuptools-wheel-39.2.0-5.el8.noarch.rpm 917 kB/s | 289 kB 00:00 (159/220): readline-7.0-10.el8.x86_64.rpm 746 kB/s | 199 kB 00:00 (160/220): python3-pip-wheel-9.0.3-16.el8.noarch.rpm 390 kB/s | 1.2 MB 00:03 (161/220): rpm-4.14.2-37.el8.x86_64.rpm 577 kB/s | 540 kB 00:00 (162/220): rpm-build-libs-4.14.2-37.el8.x86_64.rpm 227 kB/s | 154 kB 00:00 (163/220): rpm-libs-4.14.2-37.el8.x86_64.rpm 691 kB/s | 337 kB 00:00 (164/220): setup-2.12.2-5.el8.noarch.rpm 596 kB/s | 180 kB 00:00 (165/220): sed-4.5-1.el8.x86_64.rpm 410 kB/s | 298 kB 00:00 (166/220): python3-libs-3.6.8-23.el8.x86_64.rpm 1.1 MB/s | 7.8 MB 00:07 (167/220): shared-mime-info-1.9-3.el8.x86_64.rpm 421 kB/s | 329 kB 00:00 (168/220): shadow-utils-4.6-8.el8.x86_64.rpm 893 kB/s | 1.2 MB 00:01 (169/220): sqlite-libs-3.26.0-6.el8.x86_64.rpm 887 kB/s | 579 kB 00:00 (170/220): systemd-pam-239-31.el8_2.2.x86_64.rpm 1.1 MB/s | 451 kB 00:00 (171/220): systemd-libs-239-31.el8_2.2.x86_64.rpm 841 kB/s | 1.1 MB 00:01 (172/220): systemd-udev-239-31.el8_2.2.x86_64.rpm 1.2 MB/s | 1.3 MB 00:01 (173/220): trousers-0.3.14-4.el8.x86_64.rpm 1.3 MB/s | 153 kB 00:00 (174/220): trousers-lib-0.3.14-4.el8.x86_64.rpm 996 kB/s | 169 kB 00:00 (175/220): tzdata-2020a-1.el8.noarch.rpm 1.1 MB/s | 469 kB 00:00 (176/220): tar-1.30-4.el8.x86_64.rpm 814 kB/s | 838 kB 00:01 (177/220): unzip-6.0-43.el8.x86_64.rpm 1.0 MB/s | 195 kB 00:00 (178/220): which-2.21-12.el8.x86_64.rpm 1.3 MB/s | 49 kB 00:00 (179/220): xz-5.2.4-3.el8.x86_64.rpm 911 kB/s | 153 kB 00:00 (180/220): xz-libs-5.2.4-3.el8.x86_64.rpm 935 kB/s | 94 kB 00:00 (181/220): zip-3.0-23.el8.x86_64.rpm 1.2 MB/s | 270 kB 00:00 (182/220): zlib-1.2.11-16.el8_2.x86_64.rpm 992 kB/s | 102 kB 00:00 (183/220): annobin-8.90-1.el8.0.1.x86_64.rpm 700 kB/s | 201 kB 00:00 (184/220): util-linux-2.32.1-22.el8.x86_64.rpm 648 kB/s | 2.5 MB 00:03 (185/220): dwz-0.12-9.el8.x86_64.rpm 282 kB/s | 109 kB 00:00 (186/220): efi-srpm-macros-3-2.el8.noarch.rpm 223 kB/s | 22 kB 00:00 (187/220): elfutils-debuginfod-client-0.178-7.el8.x86_64.rpm 663 kB/s | 62 kB 00:00 (188/220): gc-7.6.4-3.el8.x86_64.rpm 1.0 MB/s | 109 kB 00:00 (189/220): systemd-239-31.el8_2.2.x86_64.rpm 376 kB/s | 3.5 MB 00:09 (190/220): cpp-8.3.1-5.el8.0.2.x86_64.rpm 1.0 MB/s | 10 MB 00:09 (191/220): gdb-headless-8.2-11.el8.x86_64.rpm 830 kB/s | 3.7 MB 00:04 (192/220): ghc-srpm-macros-1.4.2-7.el8.noarch.rpm 486 kB/s | 9.3 kB 00:00 (193/220): go-srpm-macros-2-16.el8.noarch.rpm 379 kB/s | 14 kB 00:00 (194/220): guile-2.0.14-7.el8.x86_64.rpm 831 kB/s | 3.5 MB 00:04 (195/220): isl-0.16.1-6.el8.x86_64.rpm 849 kB/s | 841 kB 00:00 (196/220): libatomic_ops-7.6.2-3.el8.x86_64.rpm 407 kB/s | 38 kB 00:00 (197/220): libbabeltrace-1.5.4-2.el8.x86_64.rpm 899 kB/s | 201 kB 00:00 (198/220): libipt-1.6.1-8.el8.x86_64.rpm 554 kB/s | 50 kB 00:00 (199/220): libmpc-1.0.2-9.el8.x86_64.rpm 613 kB/s | 59 kB 00:00 (200/220): gcc-c++-8.3.1-5.el8.0.2.x86_64.rpm 808 kB/s | 12 MB 00:15 (201/220): libxkbcommon-0.9.1-1.el8.x86_64.rpm 867 kB/s | 116 kB 00:00 (202/220): ocaml-srpm-macros-5-4.el8.noarch.rpm 102 kB/s | 9.4 kB 00:00 (203/220): openblas-srpm-macros-2-2.el8.noarch.rpm 86 kB/s | 7.9 kB 00:00 (204/220): perl-srpm-macros-1-25.el8.noarch.rpm 408 kB/s | 11 kB 00:00 (205/220): pinentry-1.1.0-2.el8.x86_64.rpm 553 kB/s | 100 kB 00:00 (206/220): python-rpm-macros-3-38.el8.noarch.rpm 496 kB/s | 14 kB 00:00 (207/220): python-srpm-macros-3-38.el8.noarch.rpm 175 kB/s | 14 kB 00:00 (208/220): python2-rpm-macros-3-38.module_el8.2.0+381+9a5b3c3b.noarch.rpm 131 kB/s | 13 kB 00:00 (209/220): python3-rpm-macros-3-38.el8.noarch.rpm 157 kB/s | 13 kB 00:00 (210/220): qt5-srpm-macros-5.12.5-3.el8.noarch.rpm 110 kB/s | 10 kB 00:00 (211/220): libstdc++-devel-8.3.1-5.el8.0.2.x86_64.rpm 989 kB/s | 2.0 MB 00:02 (212/220): redhat-rpm-config-122-1.el8.noarch.rpm 666 kB/s | 83 kB 00:00 (213/220): rust-srpm-macros-5-2.el8.noarch.rpm 338 kB/s | 9.2 kB 00:00 (214/220): rpm-build-4.14.2-37.el8.x86_64.rpm 346 kB/s | 171 kB 00:00 (215/220): xkeyboard-config-2.28-1.el8.noarch.rpm 895 kB/s | 782 kB 00:00 (216/220): zstd-1.4.2-2.el8.x86_64.rpm 929 kB/s | 385 kB 00:00 (217/220): epel-release-8-8.el8.noarch.rpm 213 kB/s | 23 kB 00:00 (218/220): epel-rpm-macros-8-8.noarch.rpm 67 kB/s | 19 kB 00:00 (219/220): fedpkg-minimal-1.1.0-12.el8.noarch.rpm 75 kB/s | 17 kB 00:00 (220/220): gcc-8.3.1-5.el8.0.2.x86_64.rpm 1.0 MB/s | 23 MB 00:23 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Total 2.3 MB/s | 175 MB 01:17 warning: Generating 18 missing index(es), please wait... warning: /var/lib/mock/epel-8-x86_64/root/var/cache/dnf/BaseOS-586be817612a3cb1/packages/acl-2.2.53-1.el8.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 8483c65d: NOKEY CentOS-8 - Base 1.6 MB/s | 1.6 kB 00:00 Importing GPG key 0x8483C65D: Userid : "CentOS (CentOS Official Signing Key) <security@xxxxxxxxxx>" Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D From : /usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official Key imported successfully warning: /var/lib/mock/epel-8-x86_64/root/var/cache/dnf/epel-59dc218ad097ee72/packages/epel-rpm-macros-8-8.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 2f86d6a1: NOKEY epel 1.6 MB/s | 1.6 kB 00:00 Importing GPG key 0x2F86D6A1: Userid : "Fedora EPEL (8) <epel@xxxxxxxxxxxxxxxxx>" Fingerprint: 94E2 79EB 8D8F 25B2 1810 ADF1 21EA 45AB 2F86 D6A1 From : /usr/share/distribution-gpg-keys/epel/RPM-GPG-KEY-EPEL-8 Key imported successfully Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: filesystem-3.8-2.el8.x86_64 1/1 Preparing : 1/1 Installing : libgcc-8.3.1-5.el8.0.2.x86_64 1/220 Running scriptlet: libgcc-8.3.1-5.el8.0.2.x86_64 1/220 Installing : python-srpm-macros-3-38.el8.noarch 2/220 Installing : python3-setuptools-wheel-39.2.0-5.el8.noarch 3/220 Installing : python3-pip-wheel-9.0.3-16.el8.noarch 4/220 Installing : python-rpm-macros-3-38.el8.noarch 5/220 Installing : xkeyboard-config-2.28-1.el8.noarch 6/220 Installing : rust-srpm-macros-5-2.el8.noarch 7/220 Installing : qt5-srpm-macros-5.12.5-3.el8.noarch 8/220 Installing : python3-rpm-macros-3-38.el8.noarch 9/220 Installing : python2-rpm-macros-3-38.module_el8.2.0+381+9a5b3c3b.noarch 10/220 Installing : perl-srpm-macros-1-25.el8.noarch 11/220 Installing : openblas-srpm-macros-2-2.el8.noarch 12/220 Installing : ocaml-srpm-macros-5-4.el8.noarch 13/220 Installing : go-srpm-macros-2-16.el8.noarch 14/220 Installing : ghc-srpm-macros-1.4.2-7.el8.noarch 15/220 Installing : tzdata-2020a-1.el8.noarch 16/220 Installing : publicsuffix-list-dafsa-20180723-1.el8.noarch 17/220 Installing : pkgconf-m4-1.4.2-1.el8.noarch 18/220 Installing : ncurses-base-6.1-7.20180224.el8.noarch 19/220 Installing : libssh-config-0.9.0-4.el8.noarch 20/220 Installing : kernel-headers-4.18.0-193.19.1.el8_2.x86_64 21/220 Installing : kbd-misc-2.0.4-8.el8.noarch 22/220 Installing : kbd-legacy-2.0.4-8.el8.noarch 23/220 Installing : dbus-common-1:1.12.8-10.el8_2.noarch 24/220 Installing : centos-gpg-keys-8.2-2.2004.0.2.el8.noarch 25/220 Installing : centos-release-8.2-2.2004.0.2.el8.x86_64 26/220 Installing : centos-repos-8.2-2.2004.0.2.el8.x86_64 27/220 Installing : setup-2.12.2-5.el8.noarch 28/220 warning: /etc/hosts created as /etc/hosts.rpmnew Running scriptlet: setup-2.12.2-5.el8.noarch 28/220 Installing : filesystem-3.8-2.el8.x86_64 29/220 Installing : basesystem-11-5.el8.noarch 30/220 Installing : pcre2-10.32-1.el8.x86_64 31/220 Installing : libselinux-2.9-3.el8.x86_64 32/220 Installing : ncurses-libs-6.1-7.20180224.el8.x86_64 33/220 Installing : glibc-all-langpacks-2.28-101.el8.x86_64 34/220 Installing : glibc-common-2.28-101.el8.x86_64 35/220 Running scriptlet: glibc-2.28-101.el8.x86_64 36/220 Installing : glibc-2.28-101.el8.x86_64 36/220 Running scriptlet: glibc-2.28-101.el8.x86_64 36/220 Installing : bash-4.4.19-10.el8.x86_64 37/220 Running scriptlet: bash-4.4.19-10.el8.x86_64 37/220 Installing : libsepol-2.9-1.el8.x86_64 38/220 Running scriptlet: libsepol-2.9-1.el8.x86_64 38/220 Installing : zlib-1.2.11-16.el8_2.x86_64 39/220 Installing : info-6.5-6.el8.x86_64 40/220 Installing : xz-libs-5.2.4-3.el8.x86_64 41/220 Installing : bzip2-libs-1.0.6-26.el8.x86_64 42/220 Installing : gmp-1:6.1.2-10.el8.x86_64 43/220 Running scriptlet: gmp-1:6.1.2-10.el8.x86_64 43/220 Installing : elfutils-libelf-0.178-7.el8.x86_64 44/220 Installing : libstdc++-8.3.1-5.el8.0.2.x86_64 45/220 Running scriptlet: libstdc++-8.3.1-5.el8.0.2.x86_64 45/220 Installing : libcap-2.26-3.el8.x86_64 46/220 Installing : libgpg-error-1.31-1.el8.x86_64 47/220 Installing : libxcrypt-4.1.1-4.el8.x86_64 48/220 Installing : readline-7.0-10.el8.x86_64 49/220 Running scriptlet: readline-7.0-10.el8.x86_64 49/220 Installing : mpfr-3.1.6-1.el8.x86_64 50/220 Running scriptlet: mpfr-3.1.6-1.el8.x86_64 50/220 Installing : libunistring-0.9.9-3.el8.x86_64 51/220 Installing : libuuid-2.32.1-22.el8.x86_64 52/220 Running scriptlet: libuuid-2.32.1-22.el8.x86_64 52/220 Installing : popt-1.16-14.el8.x86_64 53/220 Installing : chkconfig-1.11-1.el8.x86_64 54/220 Installing : libgcrypt-1.8.3-4.el8.x86_64 55/220 Running scriptlet: libgcrypt-1.8.3-4.el8.x86_64 55/220 Installing : libxml2-2.9.7-7.el8.x86_64 56/220 Installing : libattr-2.4.48-3.el8.x86_64 57/220 Installing : libacl-2.2.53-1.el8.x86_64 58/220 Installing : sed-4.5-1.el8.x86_64 59/220 Running scriptlet: sed-4.5-1.el8.x86_64 59/220 Installing : libcom_err-1.45.4-3.el8.x86_64 60/220 Running scriptlet: libcom_err-1.45.4-3.el8.x86_64 60/220 Installing : libffi-3.1-21.el8.x86_64 61/220 Installing : libidn2-2.2.0-1.el8.x86_64 62/220 Installing : findutils-1:4.6.0-20.el8.x86_64 63/220 Running scriptlet: findutils-1:4.6.0-20.el8.x86_64 63/220 Installing : expat-2.2.5-3.el8.x86_64 64/220 Installing : libzstd-1.4.2-2.el8.x86_64 65/220 Installing : lua-libs-5.3.4-11.el8.x86_64 66/220 Installing : p11-kit-0.23.14-5.el8_0.x86_64 67/220 Running scriptlet: p11-kit-0.23.14-5.el8_0.x86_64 67/220 Installing : libmpc-1.0.2-9.el8.x86_64 68/220 Running scriptlet: libmpc-1.0.2-9.el8.x86_64 68/220 Installing : libassuan-2.5.1-3.el8.x86_64 69/220 Installing : libgomp-8.3.1-5.el8.0.2.x86_64 70/220 Running scriptlet: libgomp-8.3.1-5.el8.0.2.x86_64 70/220 Installing : file-libs-5.33-13.el8.x86_64 71/220 Installing : file-5.33-13.el8.x86_64 72/220 Installing : libcap-ng-0.7.9-5.el8.x86_64 73/220 Installing : audit-libs-3.0-0.17.20191104git1c2f876.el8.x86_64 74/220 Installing : lz4-libs-1.8.1.2-4.el8.x86_64 75/220 Installing : libksba-1.3.5-7.el8.x86_64 76/220 Installing : unzip-6.0-43.el8.x86_64 77/220 Installing : diffutils-3.6-6.el8.x86_64 78/220 Running scriptlet: diffutils-3.6-6.el8.x86_64 78/220 Installing : sqlite-libs-3.26.0-6.el8.x86_64 79/220 Running scriptlet: glibc-headers-2.28-101.el8.x86_64 80/220 Installing : glibc-headers-2.28-101.el8.x86_64 80/220 Installing : grub2-common-1:2.02-87.el8_2.noarch 81/220 Installing : cpio-2.12-8.el8.x86_64 82/220 Installing : gdbm-libs-1:1.18-1.el8.x86_64 83/220 Installing : keyutils-libs-1.5.10-6.el8.x86_64 84/220 Installing : libtasn1-4.13-3.el8.x86_64 85/220 Running scriptlet: libtasn1-4.13-3.el8.x86_64 85/220 Installing : p11-kit-trust-0.23.14-5.el8_0.x86_64 86/220 Running scriptlet: p11-kit-trust-0.23.14-5.el8_0.x86_64 86/220 Installing : pcre-8.42-4.el8.x86_64 87/220 Installing : grep-3.1-6.el8.x86_64 88/220 Running scriptlet: grep-3.1-6.el8.x86_64 88/220 Installing : xz-5.2.4-3.el8.x86_64 89/220 Installing : gdbm-1:1.18-1.el8.x86_64 90/220 Installing : zip-3.0-23.el8.x86_64 91/220 Installing : libsemanage-2.9-2.el8.x86_64 92/220 Installing : cpp-8.3.1-5.el8.0.2.x86_64 93/220 Running scriptlet: cpp-8.3.1-5.el8.0.2.x86_64 93/220 Installing : libmetalink-0.1.3-7.el8.x86_64 94/220 Installing : libpsl-0.20.2-5.el8.x86_64 95/220 Installing : acl-2.2.53-1.el8.x86_64 96/220 Installing : tar-2:1.30-4.el8.x86_64 97/220 Running scriptlet: tar-2:1.30-4.el8.x86_64 97/220 Installing : patch-2.7.6-11.el8.x86_64 98/220 Installing : libstdc++-devel-8.3.1-5.el8.0.2.x86_64 99/220 Installing : zstd-1.4.2-2.el8.x86_64 100/220 Installing : dwz-0.12-9.el8.x86_64 101/220 Installing : nettle-3.4.1-1.el8.x86_64 102/220 Running scriptlet: nettle-3.4.1-1.el8.x86_64 102/220 Installing : isl-0.16.1-6.el8.x86_64 103/220 Running scriptlet: isl-0.16.1-6.el8.x86_64 103/220 Installing : bzip2-1.0.6-26.el8.x86_64 104/220 Installing : coreutils-common-8.30-7.el8_2.1.x86_64 105/220 Running scriptlet: coreutils-common-8.30-7.el8_2.1.x86_64 105/220 Installing : pigz-2.4-4.el8.x86_64 106/220 Installing : brotli-1.0.6-1.el8.x86_64 107/220 Installing : hardlink-1:1.3-6.el8.x86_64 108/220 Installing : json-c-0.13.1-0.2.el8.x86_64 109/220 Installing : libnghttp2-1.33.0-3.el8_2.1.x86_64 110/220 Installing : libpcap-14:1.9.0-3.el8.x86_64 111/220 Installing : iptables-libs-1.8.4-10.el8_2.1.x86_64 112/220 Installing : libpkgconf-1.4.2-1.el8.x86_64 113/220 Installing : pkgconf-1.4.2-1.el8.x86_64 114/220 Installing : pkgconf-pkg-config-1.4.2-1.el8.x86_64 115/220 Installing : libxcrypt-devel-4.1.1-4.el8.x86_64 116/220 Installing : glibc-devel-2.28-101.el8.x86_64 117/220 Running scriptlet: glibc-devel-2.28-101.el8.x86_64 117/220 Installing : libseccomp-2.4.1-1.el8.x86_64 118/220 Running scriptlet: libseccomp-2.4.1-1.el8.x86_64 118/220 Installing : libsigsegv-2.11-5.el8.x86_64 119/220 Installing : gawk-4.2.1-1.el8.x86_64 120/220 Installing : libsmartcols-2.32.1-22.el8.x86_64 121/220 Running scriptlet: libsmartcols-2.32.1-22.el8.x86_64 121/220 Installing : libtool-ltdl-2.4.6-25.el8.x86_64 122/220 Running scriptlet: libtool-ltdl-2.4.6-25.el8.x86_64 122/220 Installing : libverto-0.3.0-5.el8.x86_64 123/220 Installing : ncurses-6.1-7.20180224.el8.x86_64 124/220 Installing : npth-1.5-4.el8.x86_64 125/220 Installing : which-2.21-12.el8.x86_64 126/220 Installing : libatomic_ops-7.6.2-3.el8.x86_64 127/220 Installing : gc-7.6.4-3.el8.x86_64 128/220 Installing : libipt-1.6.1-8.el8.x86_64 129/220 Installing : libxkbcommon-0.9.1-1.el8.x86_64 130/220 Installing : cyrus-sasl-lib-2.1.27-1.el8.x86_64 131/220 Running scriptlet: cyrus-sasl-lib-2.1.27-1.el8.x86_64 131/220 Installing : libssh-0.9.0-4.el8.x86_64 132/220 Installing : openldap-2.4.46-11.el8_1.x86_64 133/220 Installing : libkcapi-1.1.1-16_1.el8.x86_64 134/220 Installing : libkcapi-hmaccalc-1.1.1-16_1.el8.x86_64 135/220 Installing : libarchive-3.3.2-8.el8_1.x86_64 136/220 Installing : libdb-utils-5.3.28-37.el8.x86_64 137/220 Installing : curl-7.61.1-12.el8.x86_64 138/220 Installing : libcurl-7.61.1-12.el8.x86_64 139/220 Installing : elfutils-debuginfod-client-0.178-7.el8.x86_64 140/220 Installing : openssl-1:1.1.1c-15.el8.x86_64 141/220 Installing : elfutils-default-yama-scope-0.178-7.el8.noarch 142/220 Running scriptlet: elfutils-default-yama-scope-0.178-7.el8.noarch 142/220 Installing : elfutils-libs-0.178-7.el8.x86_64 143/220 Installing : gzip-1.9-9.el8.x86_64 144/220 Running scriptlet: gzip-1.9-9.el8.x86_64 144/220 Installing : cracklib-2.9.6-15.el8.x86_64 145/220 Installing : cracklib-dicts-2.9.6-15.el8.x86_64 146/220 Installing : procps-ng-3.3.15-1.el8.x86_64 147/220 Installing : krb5-libs-1.17-18.el8.x86_64 148/220 Installing : libtirpc-1.1.4-4.el8.x86_64 149/220 Running scriptlet: libtirpc-1.1.4-4.el8.x86_64 149/220 Installing : libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 150/220 Running scriptlet: libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 150/220 Installing : kpartx-0.8.3-3.el8_2.3.x86_64 151/220 Installing : device-mapper-8:1.02.169-3.el8.x86_64 152/220 Installing : openssl-pkcs11-0.4.10-2.el8.x86_64 153/220 Installing : platform-python-pip-9.0.3-16.el8.noarch 154/220 Installing : platform-python-setuptools-39.2.0-5.el8.noarch 155/220 Installing : python3-libs-3.6.8-23.el8.x86_64 156/220 Installing : rpm-4.14.2-37.el8.x86_64 157/220 Installing : grub2-tools-minimal-1:2.02-87.el8_2.x86_64 158/220 Installing : gettext-libs-0.19.8.1-17.el8.x86_64 159/220 Installing : libcroco-0.6.12-4.el8_2.1.x86_64 160/220 Running scriptlet: libcroco-0.6.12-4.el8_2.1.x86_64 160/220 Installing : libfdisk-2.32.1-22.el8.x86_64 161/220 Running scriptlet: libfdisk-2.32.1-22.el8.x86_64 161/220 Installing : libmount-2.32.1-22.el8.x86_64 162/220 Running scriptlet: libmount-2.32.1-22.el8.x86_64 162/220 Installing : dbus-libs-1:1.12.8-10.el8_2.x86_64 163/220 Running scriptlet: dbus-libs-1:1.12.8-10.el8_2.x86_64 163/220 Installing : dbus-tools-1:1.12.8-10.el8_2.x86_64 164/220 Installing : coreutils-8.30-7.el8_2.1.x86_64 165/220 Installing : systemd-libs-239-31.el8_2.2.x86_64 166/220 Running scriptlet: systemd-libs-239-31.el8_2.2.x86_64 166/220 Installing : libblkid-2.32.1-22.el8.x86_64 167/220 Running scriptlet: libblkid-2.32.1-22.el8.x86_64 167/220 Installing : device-mapper-libs-8:1.02.169-3.el8.x86_64 168/220 Installing : shadow-utils-2:4.6-8.el8.x86_64 169/220 Running scriptlet: ca-certificates-2020.2.41-80.0.el8_2.noarch 170/220 Installing : ca-certificates-2020.2.41-80.0.el8_2.noarch 170/220 Running scriptlet: ca-certificates-2020.2.41-80.0.el8_2.noarch 170/220 Running scriptlet: dbus-daemon-1:1.12.8-10.el8_2.x86_64 171/220 Installing : dbus-daemon-1:1.12.8-10.el8_2.x86_64 171/220 Running scriptlet: dbus-daemon-1:1.12.8-10.el8_2.x86_64 171/220 Running scriptlet: libutempter-1.1.6-14.el8.x86_64 172/220 Installing : libutempter-1.1.6-14.el8.x86_64 172/220 Installing : kmod-25-16.el8.x86_64 173/220 Installing : kmod-libs-25-16.el8.x86_64 174/220 Running scriptlet: kmod-libs-25-16.el8.x86_64 174/220 Installing : kbd-2.0.4-8.el8.x86_64 175/220 Installing : libpwquality-1.4.0-9.el8.x86_64 176/220 Installing : systemd-pam-239-31.el8_2.2.x86_64 177/220 Installing : cryptsetup-libs-2.2.2-1.el8.x86_64 178/220 Running scriptlet: cryptsetup-libs-2.2.2-1.el8.x86_64 178/220 Installing : dracut-049-70.git20200228.el8.x86_64 179/220 Installing : os-prober-1.74-6.el8.x86_64 180/220 Installing : libdb-5.3.28-37.el8.x86_64 181/220 Running scriptlet: libdb-5.3.28-37.el8.x86_64 181/220 Installing : pam-1.3.1-8.el8.x86_64 182/220 Running scriptlet: pam-1.3.1-8.el8.x86_64 182/220 Installing : util-linux-2.32.1-22.el8.x86_64 183/220 Running scriptlet: util-linux-2.32.1-22.el8.x86_64 183/220 Installing : platform-python-3.6.8-23.el8.x86_64 184/220 Running scriptlet: platform-python-3.6.8-23.el8.x86_64 184/220 Installing : rpm-libs-4.14.2-37.el8.x86_64 185/220 Running scriptlet: rpm-libs-4.14.2-37.el8.x86_64 185/220 Installing : trousers-lib-0.3.14-4.el8.x86_64 186/220 Running scriptlet: trousers-lib-0.3.14-4.el8.x86_64 186/220 Installing : openssl-libs-1:1.1.1c-15.el8.x86_64 187/220 Running scriptlet: openssl-libs-1:1.1.1c-15.el8.x86_64 187/220 Installing : grubby-8.40-38.el8.x86_64 188/220 Installing : crypto-policies-20191128-2.git23e1bf1.el8.noarch 189/220 Installing : gettext-0.19.8.1-17.el8.x86_64 190/220 Running scriptlet: gettext-0.19.8.1-17.el8.x86_64 190/220 Running scriptlet: grub2-tools-1:2.02-87.el8_2.x86_64 191/220 Installing : grub2-tools-1:2.02-87.el8_2.x86_64 191/220 Running scriptlet: grub2-tools-1:2.02-87.el8_2.x86_64 191/220 Installing : glib2-2.56.4-8.el8.x86_64 192/220 Installing : shared-mime-info-1.9-3.el8.x86_64 193/220 Running scriptlet: shared-mime-info-1.9-3.el8.x86_64 193/220 Installing : gnutls-3.6.8-11.el8_2.x86_64 194/220 Installing : dbus-1:1.12.8-10.el8_2.x86_64 195/220 Running scriptlet: systemd-239-31.el8_2.2.x86_64 196/220 Installing : systemd-239-31.el8_2.2.x86_64 196/220 Running scriptlet: systemd-239-31.el8_2.2.x86_64 196/220 Installing : systemd-udev-239-31.el8_2.2.x86_64 197/220 Running scriptlet: systemd-udev-239-31.el8_2.2.x86_64 197/220 Running scriptlet: trousers-0.3.14-4.el8.x86_64 198/220 Installing : trousers-0.3.14-4.el8.x86_64 198/220 Running scriptlet: trousers-0.3.14-4.el8.x86_64 198/220 Installing : binutils-2.30-73.el8.x86_64 199/220 Running scriptlet: binutils-2.30-73.el8.x86_64 199/220 Installing : gcc-8.3.1-5.el8.0.2.x86_64 200/220 Running scriptlet: gcc-8.3.1-5.el8.0.2.x86_64 200/220 Installing : annobin-8.90-1.el8.0.1.x86_64 201/220 Installing : libsecret-0.18.6-1.el8.x86_64 202/220 Installing : pinentry-1.1.0-2.el8.x86_64 203/220 Running scriptlet: pinentry-1.1.0-2.el8.x86_64 203/220 Installing : libbabeltrace-1.5.4-2.el8.x86_64 204/220 Running scriptlet: libbabeltrace-1.5.4-2.el8.x86_64 204/220 Installing : ima-evm-utils-1.1-5.el8.x86_64 205/220 Installing : libusbx-1.0.22-1.el8.x86_64 206/220 Installing : gnupg2-smime-2.2.9-1.el8.x86_64 207/220 Installing : gnupg2-2.2.9-1.el8.x86_64 208/220 Installing : rpm-build-libs-4.14.2-37.el8.x86_64 209/220 Running scriptlet: rpm-build-libs-4.14.2-37.el8.x86_64 209/220 Installing : guile-5:2.0.14-7.el8.x86_64 210/220 Running scriptlet: guile-5:2.0.14-7.el8.x86_64 210/220 Installing : gdb-headless-8.2-11.el8.x86_64 211/220 Installing : efi-srpm-macros-3-2.el8.noarch 212/220 Installing : redhat-rpm-config-122-1.el8.noarch 213/220 Installing : elfutils-0.178-7.el8.x86_64 214/220 Installing : rpm-build-4.14.2-37.el8.x86_64 215/220 Installing : gcc-c++-8.3.1-5.el8.0.2.x86_64 216/220 Installing : fedpkg-minimal-1.1.0-12.el8.noarch 217/220 Installing : make-1:4.2.1-10.el8.x86_64 218/220 Running scriptlet: make-1:4.2.1-10.el8.x86_64 218/220 Installing : epel-rpm-macros-8-8.noarch 219/220 Installing : epel-release-8-8.el8.noarch 220/220 Running scriptlet: filesystem-3.8-2.el8.x86_64 220/220 Running scriptlet: glibc-all-langpacks-2.28-101.el8.x86_64 220/220 Running scriptlet: ca-certificates-2020.2.41-80.0.el8_2.noarch 220/220 Running scriptlet: crypto-policies-20191128-2.git23e1bf1.el8.noarch 220/220 Running scriptlet: guile-5:2.0.14-7.el8.x86_64 220/220 Running scriptlet: glibc-common-2.28-101.el8.x86_64 220/220 Running scriptlet: info-6.5-6.el8.x86_64 220/220 Running scriptlet: glib2-2.56.4-8.el8.x86_64 220/220 Running scriptlet: shared-mime-info-1.9-3.el8.x86_64 220/220 Running scriptlet: systemd-239-31.el8_2.2.x86_64 220/220 Running scriptlet: systemd-udev-239-31.el8_2.2.x86_64 220/220 Verifying : acl-2.2.53-1.el8.x86_64 1/220 Verifying : audit-libs-3.0-0.17.20191104git1c2f876.el8.x86_64 2/220 Verifying : basesystem-11-5.el8.noarch 3/220 Verifying : bash-4.4.19-10.el8.x86_64 4/220 Verifying : binutils-2.30-73.el8.x86_64 5/220 Verifying : brotli-1.0.6-1.el8.x86_64 6/220 Verifying : bzip2-1.0.6-26.el8.x86_64 7/220 Verifying : bzip2-libs-1.0.6-26.el8.x86_64 8/220 Verifying : ca-certificates-2020.2.41-80.0.el8_2.noarch 9/220 Verifying : centos-gpg-keys-8.2-2.2004.0.2.el8.noarch 10/220 Verifying : centos-release-8.2-2.2004.0.2.el8.x86_64 11/220 Verifying : centos-repos-8.2-2.2004.0.2.el8.x86_64 12/220 Verifying : chkconfig-1.11-1.el8.x86_64 13/220 Verifying : coreutils-8.30-7.el8_2.1.x86_64 14/220 Verifying : coreutils-common-8.30-7.el8_2.1.x86_64 15/220 Verifying : cpio-2.12-8.el8.x86_64 16/220 Verifying : cracklib-2.9.6-15.el8.x86_64 17/220 Verifying : cracklib-dicts-2.9.6-15.el8.x86_64 18/220 Verifying : crypto-policies-20191128-2.git23e1bf1.el8.noarch 19/220 Verifying : cryptsetup-libs-2.2.2-1.el8.x86_64 20/220 Verifying : curl-7.61.1-12.el8.x86_64 21/220 Verifying : cyrus-sasl-lib-2.1.27-1.el8.x86_64 22/220 Verifying : dbus-1:1.12.8-10.el8_2.x86_64 23/220 Verifying : dbus-common-1:1.12.8-10.el8_2.noarch 24/220 Verifying : dbus-daemon-1:1.12.8-10.el8_2.x86_64 25/220 Verifying : dbus-libs-1:1.12.8-10.el8_2.x86_64 26/220 Verifying : dbus-tools-1:1.12.8-10.el8_2.x86_64 27/220 Verifying : device-mapper-8:1.02.169-3.el8.x86_64 28/220 Verifying : device-mapper-libs-8:1.02.169-3.el8.x86_64 29/220 Verifying : diffutils-3.6-6.el8.x86_64 30/220 Verifying : dracut-049-70.git20200228.el8.x86_64 31/220 Verifying : elfutils-0.178-7.el8.x86_64 32/220 Verifying : elfutils-default-yama-scope-0.178-7.el8.noarch 33/220 Verifying : elfutils-libelf-0.178-7.el8.x86_64 34/220 Verifying : elfutils-libs-0.178-7.el8.x86_64 35/220 Verifying : expat-2.2.5-3.el8.x86_64 36/220 Verifying : file-5.33-13.el8.x86_64 37/220 Verifying : file-libs-5.33-13.el8.x86_64 38/220 Verifying : filesystem-3.8-2.el8.x86_64 39/220 Verifying : findutils-1:4.6.0-20.el8.x86_64 40/220 Verifying : gawk-4.2.1-1.el8.x86_64 41/220 Verifying : gdbm-1:1.18-1.el8.x86_64 42/220 Verifying : gdbm-libs-1:1.18-1.el8.x86_64 43/220 Verifying : gettext-0.19.8.1-17.el8.x86_64 44/220 Verifying : gettext-libs-0.19.8.1-17.el8.x86_64 45/220 Verifying : glib2-2.56.4-8.el8.x86_64 46/220 Verifying : glibc-2.28-101.el8.x86_64 47/220 Verifying : glibc-all-langpacks-2.28-101.el8.x86_64 48/220 Verifying : glibc-common-2.28-101.el8.x86_64 49/220 Verifying : glibc-devel-2.28-101.el8.x86_64 50/220 Verifying : glibc-headers-2.28-101.el8.x86_64 51/220 Verifying : gmp-1:6.1.2-10.el8.x86_64 52/220 Verifying : gnupg2-2.2.9-1.el8.x86_64 53/220 Verifying : gnupg2-smime-2.2.9-1.el8.x86_64 54/220 Verifying : gnutls-3.6.8-11.el8_2.x86_64 55/220 Verifying : grep-3.1-6.el8.x86_64 56/220 Verifying : grub2-common-1:2.02-87.el8_2.noarch 57/220 Verifying : grub2-tools-1:2.02-87.el8_2.x86_64 58/220 Verifying : grub2-tools-minimal-1:2.02-87.el8_2.x86_64 59/220 Verifying : grubby-8.40-38.el8.x86_64 60/220 Verifying : gzip-1.9-9.el8.x86_64 61/220 Verifying : hardlink-1:1.3-6.el8.x86_64 62/220 Verifying : ima-evm-utils-1.1-5.el8.x86_64 63/220 Verifying : info-6.5-6.el8.x86_64 64/220 Verifying : iptables-libs-1.8.4-10.el8_2.1.x86_64 65/220 Verifying : json-c-0.13.1-0.2.el8.x86_64 66/220 Verifying : kbd-2.0.4-8.el8.x86_64 67/220 Verifying : kbd-legacy-2.0.4-8.el8.noarch 68/220 Verifying : kbd-misc-2.0.4-8.el8.noarch 69/220 Verifying : kernel-headers-4.18.0-193.19.1.el8_2.x86_64 70/220 Verifying : keyutils-libs-1.5.10-6.el8.x86_64 71/220 Verifying : kmod-25-16.el8.x86_64 72/220 Verifying : kmod-libs-25-16.el8.x86_64 73/220 Verifying : kpartx-0.8.3-3.el8_2.3.x86_64 74/220 Verifying : krb5-libs-1.17-18.el8.x86_64 75/220 Verifying : libacl-2.2.53-1.el8.x86_64 76/220 Verifying : libarchive-3.3.2-8.el8_1.x86_64 77/220 Verifying : libassuan-2.5.1-3.el8.x86_64 78/220 Verifying : libattr-2.4.48-3.el8.x86_64 79/220 Verifying : libblkid-2.32.1-22.el8.x86_64 80/220 Verifying : libcap-2.26-3.el8.x86_64 81/220 Verifying : libcap-ng-0.7.9-5.el8.x86_64 82/220 Verifying : libcom_err-1.45.4-3.el8.x86_64 83/220 Verifying : libcroco-0.6.12-4.el8_2.1.x86_64 84/220 Verifying : libcurl-7.61.1-12.el8.x86_64 85/220 Verifying : libdb-5.3.28-37.el8.x86_64 86/220 Verifying : libdb-utils-5.3.28-37.el8.x86_64 87/220 Verifying : libfdisk-2.32.1-22.el8.x86_64 88/220 Verifying : libffi-3.1-21.el8.x86_64 89/220 Verifying : libgcc-8.3.1-5.el8.0.2.x86_64 90/220 Verifying : libgcrypt-1.8.3-4.el8.x86_64 91/220 Verifying : libgomp-8.3.1-5.el8.0.2.x86_64 92/220 Verifying : libgpg-error-1.31-1.el8.x86_64 93/220 Verifying : libidn2-2.2.0-1.el8.x86_64 94/220 Verifying : libkcapi-1.1.1-16_1.el8.x86_64 95/220 Verifying : libkcapi-hmaccalc-1.1.1-16_1.el8.x86_64 96/220 Verifying : libksba-1.3.5-7.el8.x86_64 97/220 Verifying : libmetalink-0.1.3-7.el8.x86_64 98/220 Verifying : libmount-2.32.1-22.el8.x86_64 99/220 Verifying : libnghttp2-1.33.0-3.el8_2.1.x86_64 100/220 Verifying : libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 101/220 Verifying : libpcap-14:1.9.0-3.el8.x86_64 102/220 Verifying : libpkgconf-1.4.2-1.el8.x86_64 103/220 Verifying : libpsl-0.20.2-5.el8.x86_64 104/220 Verifying : libpwquality-1.4.0-9.el8.x86_64 105/220 Verifying : libseccomp-2.4.1-1.el8.x86_64 106/220 Verifying : libsecret-0.18.6-1.el8.x86_64 107/220 Verifying : libselinux-2.9-3.el8.x86_64 108/220 Verifying : libsemanage-2.9-2.el8.x86_64 109/220 Verifying : libsepol-2.9-1.el8.x86_64 110/220 Verifying : libsigsegv-2.11-5.el8.x86_64 111/220 Verifying : libsmartcols-2.32.1-22.el8.x86_64 112/220 Verifying : libssh-0.9.0-4.el8.x86_64 113/220 Verifying : libssh-config-0.9.0-4.el8.noarch 114/220 Verifying : libstdc++-8.3.1-5.el8.0.2.x86_64 115/220 Verifying : libtasn1-4.13-3.el8.x86_64 116/220 Verifying : libtirpc-1.1.4-4.el8.x86_64 117/220 Verifying : libtool-ltdl-2.4.6-25.el8.x86_64 118/220 Verifying : libunistring-0.9.9-3.el8.x86_64 119/220 Verifying : libusbx-1.0.22-1.el8.x86_64 120/220 Verifying : libutempter-1.1.6-14.el8.x86_64 121/220 Verifying : libuuid-2.32.1-22.el8.x86_64 122/220 Verifying : libverto-0.3.0-5.el8.x86_64 123/220 Verifying : libxcrypt-4.1.1-4.el8.x86_64 124/220 Verifying : libxcrypt-devel-4.1.1-4.el8.x86_64 125/220 Verifying : libxml2-2.9.7-7.el8.x86_64 126/220 Verifying : libzstd-1.4.2-2.el8.x86_64 127/220 Verifying : lua-libs-5.3.4-11.el8.x86_64 128/220 Verifying : lz4-libs-1.8.1.2-4.el8.x86_64 129/220 Verifying : make-1:4.2.1-10.el8.x86_64 130/220 Verifying : mpfr-3.1.6-1.el8.x86_64 131/220 Verifying : ncurses-6.1-7.20180224.el8.x86_64 132/220 Verifying : ncurses-base-6.1-7.20180224.el8.noarch 133/220 Verifying : ncurses-libs-6.1-7.20180224.el8.x86_64 134/220 Verifying : nettle-3.4.1-1.el8.x86_64 135/220 Verifying : npth-1.5-4.el8.x86_64 136/220 Verifying : openldap-2.4.46-11.el8_1.x86_64 137/220 Verifying : openssl-1:1.1.1c-15.el8.x86_64 138/220 Verifying : openssl-libs-1:1.1.1c-15.el8.x86_64 139/220 Verifying : openssl-pkcs11-0.4.10-2.el8.x86_64 140/220 Verifying : os-prober-1.74-6.el8.x86_64 141/220 Verifying : p11-kit-0.23.14-5.el8_0.x86_64 142/220 Verifying : p11-kit-trust-0.23.14-5.el8_0.x86_64 143/220 Verifying : pam-1.3.1-8.el8.x86_64 144/220 Verifying : patch-2.7.6-11.el8.x86_64 145/220 Verifying : pcre-8.42-4.el8.x86_64 146/220 Verifying : pcre2-10.32-1.el8.x86_64 147/220 Verifying : pigz-2.4-4.el8.x86_64 148/220 Verifying : pkgconf-1.4.2-1.el8.x86_64 149/220 Verifying : pkgconf-m4-1.4.2-1.el8.noarch 150/220 Verifying : pkgconf-pkg-config-1.4.2-1.el8.x86_64 151/220 Verifying : platform-python-3.6.8-23.el8.x86_64 152/220 Verifying : platform-python-pip-9.0.3-16.el8.noarch 153/220 Verifying : platform-python-setuptools-39.2.0-5.el8.noarch 154/220 Verifying : popt-1.16-14.el8.x86_64 155/220 Verifying : procps-ng-3.3.15-1.el8.x86_64 156/220 Verifying : publicsuffix-list-dafsa-20180723-1.el8.noarch 157/220 Verifying : python3-libs-3.6.8-23.el8.x86_64 158/220 Verifying : python3-pip-wheel-9.0.3-16.el8.noarch 159/220 Verifying : python3-setuptools-wheel-39.2.0-5.el8.noarch 160/220 Verifying : readline-7.0-10.el8.x86_64 161/220 Verifying : rpm-4.14.2-37.el8.x86_64 162/220 Verifying : rpm-build-libs-4.14.2-37.el8.x86_64 163/220 Verifying : rpm-libs-4.14.2-37.el8.x86_64 164/220 Verifying : sed-4.5-1.el8.x86_64 165/220 Verifying : setup-2.12.2-5.el8.noarch 166/220 Verifying : shadow-utils-2:4.6-8.el8.x86_64 167/220 Verifying : shared-mime-info-1.9-3.el8.x86_64 168/220 Verifying : sqlite-libs-3.26.0-6.el8.x86_64 169/220 Verifying : systemd-239-31.el8_2.2.x86_64 170/220 Verifying : systemd-libs-239-31.el8_2.2.x86_64 171/220 Verifying : systemd-pam-239-31.el8_2.2.x86_64 172/220 Verifying : systemd-udev-239-31.el8_2.2.x86_64 173/220 Verifying : tar-2:1.30-4.el8.x86_64 174/220 Verifying : trousers-0.3.14-4.el8.x86_64 175/220 Verifying : trousers-lib-0.3.14-4.el8.x86_64 176/220 Verifying : tzdata-2020a-1.el8.noarch 177/220 Verifying : unzip-6.0-43.el8.x86_64 178/220 Verifying : util-linux-2.32.1-22.el8.x86_64 179/220 Verifying : which-2.21-12.el8.x86_64 180/220 Verifying : xz-5.2.4-3.el8.x86_64 181/220 Verifying : xz-libs-5.2.4-3.el8.x86_64 182/220 Verifying : zip-3.0-23.el8.x86_64 183/220 Verifying : zlib-1.2.11-16.el8_2.x86_64 184/220 Verifying : annobin-8.90-1.el8.0.1.x86_64 185/220 Verifying : cpp-8.3.1-5.el8.0.2.x86_64 186/220 Verifying : dwz-0.12-9.el8.x86_64 187/220 Verifying : efi-srpm-macros-3-2.el8.noarch 188/220 Verifying : elfutils-debuginfod-client-0.178-7.el8.x86_64 189/220 Verifying : gc-7.6.4-3.el8.x86_64 190/220 Verifying : gcc-8.3.1-5.el8.0.2.x86_64 191/220 Verifying : gcc-c++-8.3.1-5.el8.0.2.x86_64 192/220 Verifying : gdb-headless-8.2-11.el8.x86_64 193/220 Verifying : ghc-srpm-macros-1.4.2-7.el8.noarch 194/220 Verifying : go-srpm-macros-2-16.el8.noarch 195/220 Verifying : guile-5:2.0.14-7.el8.x86_64 196/220 Verifying : isl-0.16.1-6.el8.x86_64 197/220 Verifying : libatomic_ops-7.6.2-3.el8.x86_64 198/220 Verifying : libbabeltrace-1.5.4-2.el8.x86_64 199/220 Verifying : libipt-1.6.1-8.el8.x86_64 200/220 Verifying : libmpc-1.0.2-9.el8.x86_64 201/220 Verifying : libstdc++-devel-8.3.1-5.el8.0.2.x86_64 202/220 Verifying : libxkbcommon-0.9.1-1.el8.x86_64 203/220 Verifying : ocaml-srpm-macros-5-4.el8.noarch 204/220 Verifying : openblas-srpm-macros-2-2.el8.noarch 205/220 Verifying : perl-srpm-macros-1-25.el8.noarch 206/220 Verifying : pinentry-1.1.0-2.el8.x86_64 207/220 Verifying : python-rpm-macros-3-38.el8.noarch 208/220 Verifying : python-srpm-macros-3-38.el8.noarch 209/220 Verifying : python2-rpm-macros-3-38.module_el8.2.0+381+9a5b3c3b.noarch 210/220 Verifying : python3-rpm-macros-3-38.el8.noarch 211/220 Verifying : qt5-srpm-macros-5.12.5-3.el8.noarch 212/220 Verifying : redhat-rpm-config-122-1.el8.noarch 213/220 Verifying : rpm-build-4.14.2-37.el8.x86_64 214/220 Verifying : rust-srpm-macros-5-2.el8.noarch 215/220 Verifying : xkeyboard-config-2.28-1.el8.noarch 216/220 Verifying : zstd-1.4.2-2.el8.x86_64 217/220 Verifying : epel-release-8-8.el8.noarch 218/220 Verifying : epel-rpm-macros-8-8.noarch 219/220 Verifying : fedpkg-minimal-1.1.0-12.el8.noarch 220/220 Installed: acl-2.2.53-1.el8.x86_64 annobin-8.90-1.el8.0.1.x86_64 audit-libs-3.0-0.17.20191104git1c2f876.el8.x86_64 basesystem-11-5.el8.noarch bash-4.4.19-10.el8.x86_64 binutils-2.30-73.el8.x86_64 brotli-1.0.6-1.el8.x86_64 bzip2-1.0.6-26.el8.x86_64 bzip2-libs-1.0.6-26.el8.x86_64 ca-certificates-2020.2.41-80.0.el8_2.noarch centos-gpg-keys-8.2-2.2004.0.2.el8.noarch centos-release-8.2-2.2004.0.2.el8.x86_64 centos-repos-8.2-2.2004.0.2.el8.x86_64 chkconfig-1.11-1.el8.x86_64 coreutils-8.30-7.el8_2.1.x86_64 coreutils-common-8.30-7.el8_2.1.x86_64 cpio-2.12-8.el8.x86_64 cpp-8.3.1-5.el8.0.2.x86_64 cracklib-2.9.6-15.el8.x86_64 cracklib-dicts-2.9.6-15.el8.x86_64 crypto-policies-20191128-2.git23e1bf1.el8.noarch cryptsetup-libs-2.2.2-1.el8.x86_64 curl-7.61.1-12.el8.x86_64 cyrus-sasl-lib-2.1.27-1.el8.x86_64 dbus-1:1.12.8-10.el8_2.x86_64 dbus-common-1:1.12.8-10.el8_2.noarch dbus-daemon-1:1.12.8-10.el8_2.x86_64 dbus-libs-1:1.12.8-10.el8_2.x86_64 dbus-tools-1:1.12.8-10.el8_2.x86_64 device-mapper-8:1.02.169-3.el8.x86_64 device-mapper-libs-8:1.02.169-3.el8.x86_64 diffutils-3.6-6.el8.x86_64 dracut-049-70.git20200228.el8.x86_64 dwz-0.12-9.el8.x86_64 efi-srpm-macros-3-2.el8.noarch elfutils-0.178-7.el8.x86_64 elfutils-debuginfod-client-0.178-7.el8.x86_64 elfutils-default-yama-scope-0.178-7.el8.noarch elfutils-libelf-0.178-7.el8.x86_64 elfutils-libs-0.178-7.el8.x86_64 epel-release-8-8.el8.noarch epel-rpm-macros-8-8.noarch expat-2.2.5-3.el8.x86_64 fedpkg-minimal-1.1.0-12.el8.noarch file-5.33-13.el8.x86_64 file-libs-5.33-13.el8.x86_64 filesystem-3.8-2.el8.x86_64 findutils-1:4.6.0-20.el8.x86_64 gawk-4.2.1-1.el8.x86_64 gc-7.6.4-3.el8.x86_64 gcc-8.3.1-5.el8.0.2.x86_64 gcc-c++-8.3.1-5.el8.0.2.x86_64 gdb-headless-8.2-11.el8.x86_64 gdbm-1:1.18-1.el8.x86_64 gdbm-libs-1:1.18-1.el8.x86_64 gettext-0.19.8.1-17.el8.x86_64 gettext-libs-0.19.8.1-17.el8.x86_64 ghc-srpm-macros-1.4.2-7.el8.noarch glib2-2.56.4-8.el8.x86_64 glibc-2.28-101.el8.x86_64 glibc-all-langpacks-2.28-101.el8.x86_64 glibc-common-2.28-101.el8.x86_64 glibc-devel-2.28-101.el8.x86_64 glibc-headers-2.28-101.el8.x86_64 gmp-1:6.1.2-10.el8.x86_64 gnupg2-2.2.9-1.el8.x86_64 gnupg2-smime-2.2.9-1.el8.x86_64 gnutls-3.6.8-11.el8_2.x86_64 go-srpm-macros-2-16.el8.noarch grep-3.1-6.el8.x86_64 grub2-common-1:2.02-87.el8_2.noarch grub2-tools-1:2.02-87.el8_2.x86_64 grub2-tools-minimal-1:2.02-87.el8_2.x86_64 grubby-8.40-38.el8.x86_64 guile-5:2.0.14-7.el8.x86_64 gzip-1.9-9.el8.x86_64 hardlink-1:1.3-6.el8.x86_64 ima-evm-utils-1.1-5.el8.x86_64 info-6.5-6.el8.x86_64 iptables-libs-1.8.4-10.el8_2.1.x86_64 isl-0.16.1-6.el8.x86_64 json-c-0.13.1-0.2.el8.x86_64 kbd-2.0.4-8.el8.x86_64 kbd-legacy-2.0.4-8.el8.noarch kbd-misc-2.0.4-8.el8.noarch kernel-headers-4.18.0-193.19.1.el8_2.x86_64 keyutils-libs-1.5.10-6.el8.x86_64 kmod-25-16.el8.x86_64 kmod-libs-25-16.el8.x86_64 kpartx-0.8.3-3.el8_2.3.x86_64 krb5-libs-1.17-18.el8.x86_64 libacl-2.2.53-1.el8.x86_64 libarchive-3.3.2-8.el8_1.x86_64 libassuan-2.5.1-3.el8.x86_64 libatomic_ops-7.6.2-3.el8.x86_64 libattr-2.4.48-3.el8.x86_64 libbabeltrace-1.5.4-2.el8.x86_64 libblkid-2.32.1-22.el8.x86_64 libcap-2.26-3.el8.x86_64 libcap-ng-0.7.9-5.el8.x86_64 libcom_err-1.45.4-3.el8.x86_64 libcroco-0.6.12-4.el8_2.1.x86_64 libcurl-7.61.1-12.el8.x86_64 libdb-5.3.28-37.el8.x86_64 libdb-utils-5.3.28-37.el8.x86_64 libfdisk-2.32.1-22.el8.x86_64 libffi-3.1-21.el8.x86_64 libgcc-8.3.1-5.el8.0.2.x86_64 libgcrypt-1.8.3-4.el8.x86_64 libgomp-8.3.1-5.el8.0.2.x86_64 libgpg-error-1.31-1.el8.x86_64 libidn2-2.2.0-1.el8.x86_64 libipt-1.6.1-8.el8.x86_64 libkcapi-1.1.1-16_1.el8.x86_64 libkcapi-hmaccalc-1.1.1-16_1.el8.x86_64 libksba-1.3.5-7.el8.x86_64 libmetalink-0.1.3-7.el8.x86_64 libmount-2.32.1-22.el8.x86_64 libmpc-1.0.2-9.el8.x86_64 libnghttp2-1.33.0-3.el8_2.1.x86_64 libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 libpcap-14:1.9.0-3.el8.x86_64 libpkgconf-1.4.2-1.el8.x86_64 libpsl-0.20.2-5.el8.x86_64 libpwquality-1.4.0-9.el8.x86_64 libseccomp-2.4.1-1.el8.x86_64 libsecret-0.18.6-1.el8.x86_64 libselinux-2.9-3.el8.x86_64 libsemanage-2.9-2.el8.x86_64 libsepol-2.9-1.el8.x86_64 libsigsegv-2.11-5.el8.x86_64 libsmartcols-2.32.1-22.el8.x86_64 libssh-0.9.0-4.el8.x86_64 libssh-config-0.9.0-4.el8.noarch libstdc++-8.3.1-5.el8.0.2.x86_64 libstdc++-devel-8.3.1-5.el8.0.2.x86_64 libtasn1-4.13-3.el8.x86_64 libtirpc-1.1.4-4.el8.x86_64 libtool-ltdl-2.4.6-25.el8.x86_64 libunistring-0.9.9-3.el8.x86_64 libusbx-1.0.22-1.el8.x86_64 libutempter-1.1.6-14.el8.x86_64 libuuid-2.32.1-22.el8.x86_64 libverto-0.3.0-5.el8.x86_64 libxcrypt-4.1.1-4.el8.x86_64 libxcrypt-devel-4.1.1-4.el8.x86_64 libxkbcommon-0.9.1-1.el8.x86_64 libxml2-2.9.7-7.el8.x86_64 libzstd-1.4.2-2.el8.x86_64 lua-libs-5.3.4-11.el8.x86_64 lz4-libs-1.8.1.2-4.el8.x86_64 make-1:4.2.1-10.el8.x86_64 mpfr-3.1.6-1.el8.x86_64 ncurses-6.1-7.20180224.el8.x86_64 ncurses-base-6.1-7.20180224.el8.noarch ncurses-libs-6.1-7.20180224.el8.x86_64 nettle-3.4.1-1.el8.x86_64 npth-1.5-4.el8.x86_64 ocaml-srpm-macros-5-4.el8.noarch openblas-srpm-macros-2-2.el8.noarch openldap-2.4.46-11.el8_1.x86_64 openssl-1:1.1.1c-15.el8.x86_64 openssl-libs-1:1.1.1c-15.el8.x86_64 openssl-pkcs11-0.4.10-2.el8.x86_64 os-prober-1.74-6.el8.x86_64 p11-kit-0.23.14-5.el8_0.x86_64 p11-kit-trust-0.23.14-5.el8_0.x86_64 pam-1.3.1-8.el8.x86_64 patch-2.7.6-11.el8.x86_64 pcre-8.42-4.el8.x86_64 pcre2-10.32-1.el8.x86_64 perl-srpm-macros-1-25.el8.noarch pigz-2.4-4.el8.x86_64 pinentry-1.1.0-2.el8.x86_64 pkgconf-1.4.2-1.el8.x86_64 pkgconf-m4-1.4.2-1.el8.noarch pkgconf-pkg-config-1.4.2-1.el8.x86_64 platform-python-3.6.8-23.el8.x86_64 platform-python-pip-9.0.3-16.el8.noarch platform-python-setuptools-39.2.0-5.el8.noarch popt-1.16-14.el8.x86_64 procps-ng-3.3.15-1.el8.x86_64 publicsuffix-list-dafsa-20180723-1.el8.noarch python-rpm-macros-3-38.el8.noarch python-srpm-macros-3-38.el8.noarch python2-rpm-macros-3-38.module_el8.2.0+381+9a5b3c3b.noarch python3-libs-3.6.8-23.el8.x86_64 python3-pip-wheel-9.0.3-16.el8.noarch python3-rpm-macros-3-38.el8.noarch python3-setuptools-wheel-39.2.0-5.el8.noarch qt5-srpm-macros-5.12.5-3.el8.noarch readline-7.0-10.el8.x86_64 redhat-rpm-config-122-1.el8.noarch rpm-4.14.2-37.el8.x86_64 rpm-build-4.14.2-37.el8.x86_64 rpm-build-libs-4.14.2-37.el8.x86_64 rpm-libs-4.14.2-37.el8.x86_64 rust-srpm-macros-5-2.el8.noarch sed-4.5-1.el8.x86_64 setup-2.12.2-5.el8.noarch shadow-utils-2:4.6-8.el8.x86_64 shared-mime-info-1.9-3.el8.x86_64 sqlite-libs-3.26.0-6.el8.x86_64 systemd-239-31.el8_2.2.x86_64 systemd-libs-239-31.el8_2.2.x86_64 systemd-pam-239-31.el8_2.2.x86_64 systemd-udev-239-31.el8_2.2.x86_64 tar-2:1.30-4.el8.x86_64 trousers-0.3.14-4.el8.x86_64 trousers-lib-0.3.14-4.el8.x86_64 tzdata-2020a-1.el8.noarch unzip-6.0-43.el8.x86_64 util-linux-2.32.1-22.el8.x86_64 which-2.21-12.el8.x86_64 xkeyboard-config-2.28-1.el8.noarch xz-5.2.4-3.el8.x86_64 xz-libs-5.2.4-3.el8.x86_64 zip-3.0-23.el8.x86_64 zlib-1.2.11-16.el8_2.x86_64 zstd-1.4.2-2.el8.x86_64 Complete! Finish: dnf install Start: creating root cache Finish: creating root cache Finish: chroot init INFO: Installed packages: INFO: python3-rpm-macros-3-38.el8.noarch libcap-2.26-3.el8.x86_64 glibc-2.28-101.el8.x86_64 libverto-0.3.0-5.el8.x86_64 libfdisk-2.32.1-22.el8.x86_64 rust-srpm-macros-5-2.el8.noarch tar-1.30-4.el8.x86_64 libuuid-2.32.1-22.el8.x86_64 libdb-5.3.28-37.el8.x86_64 libmetalink-0.1.3-7.el8.x86_64 cyrus-sasl-lib-2.1.27-1.el8.x86_64 centos-repos-8.2-2.2004.0.2.el8.x86_64 openldap-2.4.46-11.el8_1.x86_64 dracut-049-70.git20200228.el8.x86_64 python3-pip-wheel-9.0.3-16.el8.noarch kernel-headers-4.18.0-193.19.1.el8_2.x86_64 libstdc++-devel-8.3.1-5.el8.0.2.x86_64 systemd-libs-239-31.el8_2.2.x86_64 keyutils-libs-1.5.10-6.el8.x86_64 cpio-2.12-8.el8.x86_64 platform-python-setuptools-39.2.0-5.el8.noarch dbus-1.12.8-10.el8_2.x86_64 file-libs-5.33-13.el8.x86_64 util-linux-2.32.1-22.el8.x86_64 epel-release-8-8.el8.noarch readline-7.0-10.el8.x86_64 libcap-ng-0.7.9-5.el8.x86_64 libatomic_ops-7.6.2-3.el8.x86_64 libxml2-2.9.7-7.el8.x86_64 libksba-1.3.5-7.el8.x86_64 annobin-8.90-1.el8.0.1.x86_64 ima-evm-utils-1.1-5.el8.x86_64 elfutils-libelf-0.178-7.el8.x86_64 audit-libs-3.0-0.17.20191104git1c2f876.el8.x86_64 libsemanage-2.9-2.el8.x86_64 setup-2.12.2-5.el8.noarch gc-7.6.4-3.el8.x86_64 xz-libs-5.2.4-3.el8.x86_64 xz-5.2.4-3.el8.x86_64 openssl-pkcs11-0.4.10-2.el8.x86_64 python-srpm-macros-3-38.el8.noarch libtirpc-1.1.4-4.el8.x86_64 openssl-libs-1.1.1c-15.el8.x86_64 libssh-0.9.0-4.el8.x86_64 kpartx-0.8.3-3.el8_2.3.x86_64 ncurses-base-6.1-7.20180224.el8.noarch dwz-0.12-9.el8.x86_64 json-c-0.13.1-0.2.el8.x86_64 nettle-3.4.1-1.el8.x86_64 patch-2.7.6-11.el8.x86_64 iptables-libs-1.8.4-10.el8_2.1.x86_64 kbd-misc-2.0.4-8.el8.noarch gnutls-3.6.8-11.el8_2.x86_64 libgcc-8.3.1-5.el8.0.2.x86_64 shared-mime-info-1.9-3.el8.x86_64 krb5-libs-1.17-18.el8.x86_64 libattr-2.4.48-3.el8.x86_64 grep-3.1-6.el8.x86_64 libpkgconf-1.4.2-1.el8.x86_64 libxcrypt-devel-4.1.1-4.el8.x86_64 kbd-legacy-2.0.4-8.el8.noarch gawk-4.2.1-1.el8.x86_64 curl-7.61.1-12.el8.x86_64 libxkbcommon-0.9.1-1.el8.x86_64 mpfr-3.1.6-1.el8.x86_64 libassuan-2.5.1-3.el8.x86_64 gpg-pubkey-8483c65d-5ccc5b19 coreutils-common-8.30-7.el8_2.1.x86_64 ocaml-srpm-macros-5-4.el8.noarch bash-4.4.19-10.el8.x86_64 pkgconf-m4-1.4.2-1.el8.noarch pigz-2.4-4.el8.x86_64 npth-1.5-4.el8.x86_64 elfutils-libs-0.178-7.el8.x86_64 libpwquality-1.4.0-9.el8.x86_64 grub2-common-2.02-87.el8_2.noarch python3-setuptools-wheel-39.2.0-5.el8.noarch openssl-1.1.1c-15.el8.x86_64 gdbm-libs-1.18-1.el8.x86_64 zip-3.0-23.el8.x86_64 libacl-2.2.53-1.el8.x86_64 p11-kit-0.23.14-5.el8_0.x86_64 pcre-8.42-4.el8.x86_64 libpcap-1.9.0-3.el8.x86_64 libxcrypt-4.1.1-4.el8.x86_64 gcc-8.3.1-5.el8.0.2.x86_64 libpsl-0.20.2-5.el8.x86_64 libdb-utils-5.3.28-37.el8.x86_64 gettext-0.19.8.1-17.el8.x86_64 file-5.33-13.el8.x86_64 pcre2-10.32-1.el8.x86_64 diffutils-3.6-6.el8.x86_64 basesystem-11-5.el8.noarch device-mapper-libs-1.02.169-3.el8.x86_64 dbus-daemon-1.12.8-10.el8_2.x86_64 ghc-srpm-macros-1.4.2-7.el8.noarch glibc-headers-2.28-101.el8.x86_64 qt5-srpm-macros-5.12.5-3.el8.noarch libstdc++-8.3.1-5.el8.0.2.x86_64 expat-2.2.5-3.el8.x86_64 libsepol-2.9-1.el8.x86_64 guile-2.0.14-7.el8.x86_64 libkcapi-hmaccalc-1.1.1-16_1.el8.x86_64 libsmartcols-2.32.1-22.el8.x86_64 filesystem-3.8-2.el8.x86_64 rpm-build-4.14.2-37.el8.x86_64 libgcrypt-1.8.3-4.el8.x86_64 python2-rpm-macros-3-38.module_el8.2.0+381+9a5b3c3b.noarch cracklib-dicts-2.9.6-15.el8.x86_64 platform-python-pip-9.0.3-16.el8.noarch libidn2-2.2.0-1.el8.x86_64 device-mapper-1.02.169-3.el8.x86_64 unzip-6.0-43.el8.x86_64 sqlite-libs-3.26.0-6.el8.x86_64 grub2-tools-2.02-87.el8_2.x86_64 libzstd-1.4.2-2.el8.x86_64 rpm-4.14.2-37.el8.x86_64 cracklib-2.9.6-15.el8.x86_64 make-4.2.1-10.el8.x86_64 libselinux-2.9-3.el8.x86_64 rpm-build-libs-4.14.2-37.el8.x86_64 os-prober-1.74-6.el8.x86_64 libusbx-1.0.22-1.el8.x86_64 elfutils-default-yama-scope-0.178-7.el8.noarch procps-ng-3.3.15-1.el8.x86_64 cryptsetup-libs-2.2.2-1.el8.x86_64 libcom_err-1.45.4-3.el8.x86_64 popt-1.16-14.el8.x86_64 dbus-libs-1.12.8-10.el8_2.x86_64 libgpg-error-1.31-1.el8.x86_64 grub2-tools-minimal-2.02-87.el8_2.x86_64 gpg-pubkey-2f86d6a1-5cf7cefb centos-gpg-keys-8.2-2.2004.0.2.el8.noarch glibc-all-langpacks-2.28-101.el8.x86_64 libcroco-0.6.12-4.el8_2.1.x86_64 elfutils-0.178-7.el8.x86_64 openblas-srpm-macros-2-2.el8.noarch dbus-tools-1.12.8-10.el8_2.x86_64 pinentry-1.1.0-2.el8.x86_64 epel-rpm-macros-8-8.noarch gcc-c++-8.3.1-5.el8.0.2.x86_64 glib2-2.56.4-8.el8.x86_64 findutils-4.6.0-20.el8.x86_64 shadow-utils-4.6-8.el8.x86_64 perl-srpm-macros-1-25.el8.noarch rpm-libs-4.14.2-37.el8.x86_64 gdbm-1.18-1.el8.x86_64 libssh-config-0.9.0-4.el8.noarch acl-2.2.53-1.el8.x86_64 hardlink-1.3-6.el8.x86_64 zlib-1.2.11-16.el8_2.x86_64 libsecret-0.18.6-1.el8.x86_64 libkcapi-1.1.1-16_1.el8.x86_64 glibc-devel-2.28-101.el8.x86_64 coreutils-8.30-7.el8_2.1.x86_64 libtool-ltdl-2.4.6-25.el8.x86_64 gnupg2-smime-2.2.9-1.el8.x86_64 libffi-3.1-21.el8.x86_64 tzdata-2020a-1.el8.noarch libsigsegv-2.11-5.el8.x86_64 zstd-1.4.2-2.el8.x86_64 ncurses-6.1-7.20180224.el8.x86_64 libbabeltrace-1.5.4-2.el8.x86_64 libtasn1-4.13-3.el8.x86_64 binutils-2.30-73.el8.x86_64 sed-4.5-1.el8.x86_64 brotli-1.0.6-1.el8.x86_64 isl-0.16.1-6.el8.x86_64 kmod-25-16.el8.x86_64 kmod-libs-25-16.el8.x86_64 bzip2-1.0.6-26.el8.x86_64 libutempter-1.1.6-14.el8.x86_64 libblkid-2.32.1-22.el8.x86_64 gettext-libs-0.19.8.1-17.el8.x86_64 publicsuffix-list-dafsa-20180723-1.el8.noarch libnsl2-1.2.0-2.20180605git4a062cf.el8.x86_64 ca-certificates-2020.2.41-80.0.el8_2.noarch efi-srpm-macros-3-2.el8.noarch libgomp-8.3.1-5.el8.0.2.x86_64 python-rpm-macros-3-38.el8.noarch crypto-policies-20191128-2.git23e1bf1.el8.noarch systemd-239-31.el8_2.2.x86_64 libseccomp-2.4.1-1.el8.x86_64 libipt-1.6.1-8.el8.x86_64 python3-libs-3.6.8-23.el8.x86_64 libmpc-1.0.2-9.el8.x86_64 libnghttp2-1.33.0-3.el8_2.1.x86_64 elfutils-debuginfod-client-0.178-7.el8.x86_64 lz4-libs-1.8.1.2-4.el8.x86_64 glibc-common-2.28-101.el8.x86_64 info-6.5-6.el8.x86_64 gzip-1.9-9.el8.x86_64 trousers-0.3.14-4.el8.x86_64 go-srpm-macros-2-16.el8.noarch pkgconf-1.4.2-1.el8.x86_64 chkconfig-1.11-1.el8.x86_64 lua-libs-5.3.4-11.el8.x86_64 systemd-pam-239-31.el8_2.2.x86_64 p11-kit-trust-0.23.14-5.el8_0.x86_64 libunistring-0.9.9-3.el8.x86_64 pkgconf-pkg-config-1.4.2-1.el8.x86_64 gdb-headless-8.2-11.el8.x86_64 xkeyboard-config-2.28-1.el8.noarch which-2.21-12.el8.x86_64 cpp-8.3.1-5.el8.0.2.x86_64 ncurses-libs-6.1-7.20180224.el8.x86_64 pam-1.3.1-8.el8.x86_64 gmp-6.1.2-10.el8.x86_64 bzip2-libs-1.0.6-26.el8.x86_64 libmount-2.32.1-22.el8.x86_64 kbd-2.0.4-8.el8.x86_64 systemd-udev-239-31.el8_2.2.x86_64 libcurl-7.61.1-12.el8.x86_64 libarchive-3.3.2-8.el8_1.x86_64 grubby-8.40-38.el8.x86_64 platform-python-3.6.8-23.el8.x86_64 dbus-common-1.12.8-10.el8_2.noarch gnupg2-2.2.9-1.el8.x86_64 fedpkg-minimal-1.1.0-12.el8.noarch centos-release-8.2-2.2004.0.2.el8.x86_64 redhat-rpm-config-122-1.el8.noarch trousers-lib-0.3.14-4.el8.x86_64 Start: build phase for glusterfs-20201007.d1d7a6f-0.0.autobuild.src.rpm Start: build setup for glusterfs-20201007.d1d7a6f-0.0.autobuild.src.rpm Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/glusterfs-20201007.d1d7a6f-0.0.el8.src.rpm No matches found for the following disable plugin patterns: local, spacewalk CentOS-8 - Base 1.3 MB/s | 2.2 MB 00:01 CentOS-8 - AppStream 1.8 MB/s | 5.8 MB 00:03 CentOS-8 - PowerTools 451 kB/s | 1.9 MB 00:04 CentOS-8 - Extras 19 kB/s | 8.1 kB 00:00 epel 5.3 kB/s | 5.3 kB 00:01 Package gcc-8.3.1-5.el8.0.2.x86_64 is already installed. Package make-1:4.2.1-10.el8.x86_64 is already installed. Package systemd-239-31.el8_2.2.x86_64 is already installed. Dependencies resolved. ============================================================================================================================================================================ Package Architecture Version Repository Size ============================================================================================================================================================================ Installing: bison x86_64 3.0.4-10.el8 AppStream 688 k firewalld noarch 0.8.0-4.el8 BaseOS 482 k flex x86_64 2.6.1-9.el8 AppStream 320 k fuse-devel x86_64 2.9.7-12.el8 BaseOS 43 k libacl-devel x86_64 2.2.53-1.el8 BaseOS 79 k libaio-devel x86_64 0.3.112-1.el8 BaseOS 19 k libattr-devel x86_64 2.4.48-3.el8 BaseOS 34 k libcurl-devel x86_64 7.61.1-12.el8 BaseOS 831 k libtirpc-devel x86_64 1.1.4-4.el8 BaseOS 127 k libtool x86_64 2.4.6-25.el8 AppStream 709 k libuuid-devel x86_64 2.32.1-22.el8 BaseOS 95 k libxml2-devel x86_64 2.9.7-7.el8 AppStream 1.0 M ncurses-devel x86_64 6.1-7.20180224.el8 BaseOS 527 k openssl-devel x86_64 1:1.1.1c-15.el8 BaseOS 2.3 M python36-devel x86_64 3.6.8-2.module_el8.1.0+245+c39af44f AppStream 16 k readline-devel x86_64 7.0-10.el8 BaseOS 204 k rpcgen x86_64 1.3.1-4.el8 PowerTools 52 k selinux-policy-devel noarch 3.14.3-41.el8_2.6 BaseOS 1.5 M userspace-rcu-devel x86_64 0.10.1-2.el8 PowerTools 83 k Installing dependencies: autoconf noarch 2.69-27.el8 AppStream 710 k automake noarch 1.16.1-6.el8 AppStream 713 k checkpolicy x86_64 2.9-1.el8 BaseOS 348 k cmake-filesystem x86_64 3.11.4-7.el8 AppStream 40 k dbus-glib x86_64 0.110-2.el8 BaseOS 127 k dnf noarch 4.2.17-7.el8_2 BaseOS 469 k dnf-data noarch 4.2.17-7.el8_2 BaseOS 145 k emacs-filesystem noarch 1:26.1-5.el8 BaseOS 69 k firewalld-filesystem noarch 0.8.0-4.el8 BaseOS 75 k fuse-libs x86_64 2.9.7-12.el8 BaseOS 102 k gobject-introspection x86_64 1.56.1-1.el8 BaseOS 255 k gpgme x86_64 1.10.0-6.el8.0.1 BaseOS 241 k groff-base x86_64 1.22.3-18.el8 BaseOS 1.0 M ipset x86_64 7.1-1.el8 BaseOS 45 k ipset-libs x86_64 7.1-1.el8 BaseOS 71 k iptables x86_64 1.8.4-10.el8_2.1 BaseOS 581 k iptables-ebtables x86_64 1.8.4-10.el8_2.1 BaseOS 70 k jansson x86_64 2.11-3.el8 BaseOS 46 k keyutils-libs-devel x86_64 1.5.10-6.el8 BaseOS 48 k krb5-devel x86_64 1.17-18.el8 BaseOS 549 k less x86_64 530-1.el8 BaseOS 164 k libaio x86_64 0.3.112-1.el8 BaseOS 33 k libcom_err-devel x86_64 1.45.4-3.el8 BaseOS 38 k libcomps x86_64 0.1.11-4.el8 BaseOS 81 k libdnf x86_64 0.39.1-6.el8_2 BaseOS 620 k libevent x86_64 2.1.8-5.el8 BaseOS 253 k libkadm5 x86_64 1.17-18.el8 BaseOS 185 k libmnl x86_64 1.0.4-6.el8 BaseOS 30 k libmodulemd1 x86_64 1.8.16-0.2.8.2.1 BaseOS 176 k libnetfilter_conntrack x86_64 1.0.6-5.el8 BaseOS 65 k libnfnetlink x86_64 1.0.1-13.el8 BaseOS 33 k libnftnl x86_64 1.1.5-4.el8 BaseOS 83 k libpipeline x86_64 1.5.0-2.el8 BaseOS 54 k librepo x86_64 1.11.0-3.el8_2 BaseOS 90 k libreport-filesystem x86_64 2.9.5-10.el8 BaseOS 21 k libselinux-devel x86_64 2.9-3.el8 BaseOS 199 k libselinux-utils x86_64 2.9-3.el8 BaseOS 244 k libsepol-devel x86_64 2.9-1.el8 BaseOS 86 k libsolv x86_64 0.7.7-1.el8 BaseOS 356 k libverto-devel x86_64 0.3.0-5.el8 BaseOS 18 k libyaml x86_64 0.1.7-5.el8 BaseOS 61 k m4 x86_64 1.4.18-7.el8 BaseOS 223 k man-db x86_64 2.7.6.1-17.el8 BaseOS 887 k ncurses-c++-libs x86_64 6.1-7.20180224.el8 BaseOS 58 k nftables x86_64 1:0.9.3-12.el8 BaseOS 311 k pcre2-devel x86_64 10.32-1.el8 BaseOS 605 k pcre2-utf16 x86_64 10.32-1.el8 BaseOS 228 k pcre2-utf32 x86_64 10.32-1.el8 BaseOS 220 k perl-Carp noarch 1.42-396.el8 BaseOS 30 k perl-Data-Dumper x86_64 2.167-399.el8 BaseOS 58 k perl-Digest noarch 1.17-395.el8 AppStream 27 k perl-Digest-MD5 x86_64 2.55-396.el8 AppStream 37 k perl-Encode x86_64 4:2.97-3.el8 BaseOS 1.5 M perl-Errno x86_64 1.28-416.el8 BaseOS 76 k perl-Exporter noarch 5.72-396.el8 BaseOS 34 k perl-File-Path noarch 2.15-2.el8 BaseOS 38 k perl-File-Temp noarch 0.230.600-1.el8 BaseOS 63 k perl-Getopt-Long noarch 1:2.50-4.el8 BaseOS 63 k perl-HTTP-Tiny noarch 0.074-1.el8 BaseOS 58 k perl-IO x86_64 1.38-416.el8 BaseOS 141 k perl-MIME-Base64 x86_64 3.15-396.el8 BaseOS 31 k perl-Net-SSLeay x86_64 1.88-1.el8 AppStream 379 k perl-PathTools x86_64 3.74-1.el8 BaseOS 90 k perl-Pod-Escapes noarch 1:1.07-395.el8 BaseOS 20 k perl-Pod-Perldoc noarch 3.28-396.el8 BaseOS 86 k perl-Pod-Simple noarch 1:3.35-395.el8 BaseOS 213 k perl-Pod-Usage noarch 4:1.69-395.el8 BaseOS 34 k perl-Scalar-List-Utils x86_64 3:1.49-2.el8 BaseOS 68 k perl-Socket x86_64 4:2.027-3.el8 BaseOS 59 k perl-Storable x86_64 1:3.11-3.el8 BaseOS 98 k perl-Term-ANSIColor noarch 4.06-396.el8 BaseOS 46 k perl-Term-Cap noarch 1.17-395.el8 BaseOS 23 k perl-Text-ParseWords noarch 3.30-395.el8 BaseOS 18 k perl-Text-Tabs+Wrap noarch 2013.0523-395.el8 BaseOS 24 k perl-Thread-Queue noarch 3.13-1.el8 AppStream 24 k perl-Time-Local noarch 1:1.280-1.el8 BaseOS 34 k perl-URI noarch 1.73-3.el8 AppStream 116 k perl-Unicode-Normalize x86_64 1.25-396.el8 BaseOS 82 k perl-constant noarch 1.33-396.el8 BaseOS 25 k perl-interpreter x86_64 4:5.26.3-416.el8 BaseOS 6.3 M perl-libnet noarch 3.11-3.el8 AppStream 121 k perl-libs x86_64 4:5.26.3-416.el8 BaseOS 1.6 M perl-macros x86_64 4:5.26.3-416.el8 BaseOS 72 k perl-parent noarch 1:0.237-1.el8 BaseOS 20 k perl-podlators noarch 4.11-1.el8 BaseOS 118 k perl-threads x86_64 1:2.21-2.el8 BaseOS 61 k perl-threads-shared x86_64 1.58-2.el8 BaseOS 48 k platform-python-devel x86_64 3.6.8-23.el8 AppStream 246 k policycoreutils x86_64 2.9-9.el8 BaseOS 377 k policycoreutils-devel x86_64 2.9-9.el8 BaseOS 292 k policycoreutils-python-utils noarch 2.9-9.el8 BaseOS 251 k python3-audit x86_64 3.0-0.17.20191104git1c2f876.el8 BaseOS 86 k python3-dbus x86_64 1.2.4-15.el8 BaseOS 134 k python3-decorator noarch 4.2.1-2.el8 BaseOS 27 k python3-dnf noarch 4.2.17-7.el8_2 BaseOS 521 k python3-firewall noarch 0.8.0-4.el8 BaseOS 389 k python3-gobject-base x86_64 3.28.3-1.el8 BaseOS 313 k python3-gpg x86_64 1.10.0-6.el8.0.1 BaseOS 229 k python3-hawkey x86_64 0.39.1-6.el8_2 BaseOS 99 k python3-libcomps x86_64 0.1.11-4.el8 BaseOS 52 k python3-libdnf x86_64 0.39.1-6.el8_2 BaseOS 689 k python3-libselinux x86_64 2.9-3.el8 BaseOS 283 k python3-libsemanage x86_64 2.9-2.el8 BaseOS 127 k python3-nftables x86_64 1:0.9.3-12.el8 BaseOS 25 k python3-pip noarch 9.0.3-16.el8 AppStream 19 k python3-policycoreutils noarch 2.9-9.el8 BaseOS 2.2 M python3-rpm x86_64 4.14.2-37.el8 BaseOS 156 k python3-rpm-generators noarch 5-6.el8 AppStream 24 k python3-setools x86_64 4.2.2-2.el8 BaseOS 601 k python3-setuptools noarch 39.2.0-5.el8 BaseOS 162 k python3-six noarch 1.11.0-8.el8 BaseOS 38 k python3-slip noarch 0.6.4-11.el8 BaseOS 39 k python3-slip-dbus noarch 0.6.4-11.el8 BaseOS 39 k python36 x86_64 3.6.8-2.module_el8.1.0+245+c39af44f AppStream 19 k python38-rpm-macros noarch 3.8.0-6.module_el8.2.0+317+61fa6e7d AppStream 66 k rpm-plugin-selinux x86_64 4.14.2-37.el8 BaseOS 75 k selinux-policy noarch 3.14.3-41.el8_2.6 BaseOS 615 k selinux-policy-minimum noarch 3.14.3-41.el8_2.6 BaseOS 13 M unbound-libs x86_64 1.7.3-11.el8_2 AppStream 499 k userspace-rcu x86_64 0.10.1-2.el8 BaseOS 101 k xz-devel x86_64 5.2.4-3.el8 BaseOS 62 k zlib-devel x86_64 1.2.11-16.el8_2 BaseOS 57 k Installing weak dependencies: man-pages x86_64 4.15-6.el8 BaseOS 5.9 M man-pages-overrides noarch 8.2.0.2-1.el8 AppStream 37 k perl-IO-Socket-IP noarch 0.39-5.el8 AppStream 47 k perl-IO-Socket-SSL noarch 2.066-4.el8 AppStream 297 k perl-Mozilla-CA noarch 20160104-7.el8 AppStream 15 k python3-unbound x86_64 1.7.3-11.el8_2 AppStream 118 k rpm-plugin-systemd-inhibit x86_64 4.14.2-37.el8 BaseOS 76 k Enabling module streams: python36 3.6 python38 3.8 Transaction Summary ============================================================================================================================================================================ Install 148 Packages Total download size: 60 M Installed size: 166 M Downloading Packages: CentOS-8 - PowerTools 118% [==============================================================================] 2.3 kB/s | 1.3 kB CentOS-8 - PowerTools 180% [====================================================================================================(1/148): dbus-glib-0.110-2.el8.x86_64.rpm 696 kB/s | 127 kB 00:00 (2/148): checkpolicy-2.9-1.el8.x86_64.rpm 1.2 MB/s | 348 kB 00:00 (3/148): dnf-data-4.2.17-7.el8_2.noarch.rpm 1.3 MB/s | 145 kB 00:00 (4/148): emacs-filesystem-26.1-5.el8.noarch.rpm 857 kB/s | 69 kB 00:00 (5/148): firewalld-filesystem-0.8.0-4.el8.noarch.rpm 1.9 MB/s | 75 kB 00:00 (6/148): fuse-devel-2.9.7-12.el8.x86_64.rpm 548 kB/s | 43 kB 00:00 (7/148): fuse-libs-2.9.7-12.el8.x86_64.rpm 890 kB/s | 102 kB 00:00 (8/148): firewalld-0.8.0-4.el8.noarch.rpm 1.5 MB/s | 482 kB 00:00 (9/148): gobject-introspection-1.56.1-1.el8.x86_64.rpm 1.2 MB/s | 255 kB 00:00 (10/148): gpgme-1.10.0-6.el8.0.1.x86_64.rpm 1.2 MB/s | 241 kB 00:00 (11/148): ipset-7.1-1.el8.x86_64.rpm 678 kB/s | 45 kB 00:00 (12/148): ipset-libs-7.1-1.el8.x86_64.rpm 2.4 MB/s | 71 kB 00:00 (13/148): iptables-1.8.4-10.el8_2.1.x86_64.rpm 2.1 MB/s | 581 kB 00:00 (14/148): iptables-ebtables-1.8.4-10.el8_2.1.x86_64.rpm 749 kB/s | 70 kB 00:00 (15/148): jansson-2.11-3.el8.x86_64.rpm 138 kB/s | 46 kB 00:00 (16/148): keyutils-libs-devel-1.5.10-6.el8.x86_64.rpm 515 kB/s | 48 kB 00:00 (17/148): dnf-4.2.17-7.el8_2.noarch.rpm 261 kB/s | 469 kB 00:01 (18/148): groff-base-1.22.3-18.el8.x86_64.rpm 1.0 MB/s | 1.0 MB 00:00 (19/148): libacl-devel-2.2.53-1.el8.x86_64.rpm 841 kB/s | 79 kB 00:00 (20/148): less-530-1.el8.x86_64.rpm 803 kB/s | 164 kB 00:00 (21/148): libaio-devel-0.3.112-1.el8.x86_64.rpm 228 kB/s | 19 kB 00:00 (22/148): libattr-devel-2.4.48-3.el8.x86_64.rpm 1.2 MB/s | 34 kB 00:00 (23/148): krb5-devel-1.17-18.el8.x86_64.rpm 1.1 MB/s | 549 kB 00:00 (24/148): libaio-0.3.112-1.el8.x86_64.rpm 112 kB/s | 33 kB 00:00 (25/148): libcom_err-devel-1.45.4-3.el8.x86_64.rpm 505 kB/s | 38 kB 00:00 (26/148): libcomps-0.1.11-4.el8.x86_64.rpm 792 kB/s | 81 kB 00:00 (27/148): libevent-2.1.8-5.el8.x86_64.rpm 519 kB/s | 253 kB 00:00 (28/148): libdnf-0.39.1-6.el8_2.x86_64.rpm 1.0 MB/s | 620 kB 00:00 (29/148): libmnl-1.0.4-6.el8.x86_64.rpm 261 kB/s | 30 kB 00:00 (30/148): libcurl-devel-7.61.1-12.el8.x86_64.rpm 1.0 MB/s | 831 kB 00:00 (31/148): libkadm5-1.17-18.el8.x86_64.rpm 828 kB/s | 185 kB 00:00 (32/148): libnetfilter_conntrack-1.0.6-5.el8.x86_64.rpm 652 kB/s | 65 kB 00:00 (33/148): libnfnetlink-1.0.1-13.el8.x86_64.rpm 333 kB/s | 33 kB 00:00 (34/148): libmodulemd1-1.8.16-0.2.8.2.1.x86_64.rpm 912 kB/s | 176 kB 00:00 (35/148): libnftnl-1.1.5-4.el8.x86_64.rpm 994 kB/s | 83 kB 00:00 (36/148): libpipeline-1.5.0-2.el8.x86_64.rpm 601 kB/s | 54 kB 00:00 (37/148): librepo-1.11.0-3.el8_2.x86_64.rpm 939 kB/s | 90 kB 00:00 (38/148): libreport-filesystem-2.9.5-10.el8.x86_64.rpm 743 kB/s | 21 kB 00:00 (39/148): libsepol-devel-2.9-1.el8.x86_64.rpm 479 kB/s | 86 kB 00:00 (40/148): libselinux-utils-2.9-3.el8.x86_64.rpm 1.1 MB/s | 244 kB 00:00 (41/148): libselinux-devel-2.9-3.el8.x86_64.rpm 871 kB/s | 199 kB 00:00 (42/148): libtirpc-devel-1.1.4-4.el8.x86_64.rpm 775 kB/s | 127 kB 00:00 (43/148): libuuid-devel-2.32.1-22.el8.x86_64.rpm 375 kB/s | 95 kB 00:00 (44/148): libverto-devel-0.3.0-5.el8.x86_64.rpm 161 kB/s | 18 kB 00:00 (45/148): libsolv-0.7.7-1.el8.x86_64.rpm 1.2 MB/s | 356 kB 00:00 (46/148): libyaml-0.1.7-5.el8.x86_64.rpm 1.6 MB/s | 61 kB 00:00 (47/148): m4-1.4.18-7.el8.x86_64.rpm 1.9 MB/s | 223 kB 00:00 (48/148): ncurses-c++-libs-6.1-7.20180224.el8.x86_64.rpm 1.5 MB/s | 58 kB 00:00 (49/148): ncurses-devel-6.1-7.20180224.el8.x86_64.rpm 934 kB/s | 527 kB 00:00 (50/148): nftables-0.9.3-12.el8.x86_64.rpm 802 kB/s | 311 kB 00:00 (51/148): man-db-2.7.6.1-17.el8.x86_64.rpm 802 kB/s | 887 kB 00:01 (52/148): pcre2-devel-10.32-1.el8.x86_64.rpm 1.2 MB/s | 605 kB 00:00 (53/148): pcre2-utf16-10.32-1.el8.x86_64.rpm 701 kB/s | 228 kB 00:00 (54/148): pcre2-utf32-10.32-1.el8.x86_64.rpm 822 kB/s | 220 kB 00:00 (55/148): perl-Carp-1.42-396.el8.noarch.rpm 302 kB/s | 30 kB 00:00 (56/148): perl-Data-Dumper-2.167-399.el8.x86_64.rpm 530 kB/s | 58 kB 00:00 (57/148): perl-Encode-2.97-3.el8.x86_64.rpm 1.0 MB/s | 1.5 MB 00:01 (58/148): perl-Errno-1.28-416.el8.x86_64.rpm 400 kB/s | 76 kB 00:00 (59/148): openssl-devel-1.1.1c-15.el8.x86_64.rpm 770 kB/s | 2.3 MB 00:03 (60/148): perl-Exporter-5.72-396.el8.noarch.rpm 301 kB/s | 34 kB 00:00 (61/148): perl-File-Path-2.15-2.el8.noarch.rpm 1.3 MB/s | 38 kB 00:00 (62/148): perl-File-Temp-0.230.600-1.el8.noarch.rpm 880 kB/s | 63 kB 00:00 (63/148): perl-Getopt-Long-2.50-4.el8.noarch.rpm 751 kB/s | 63 kB 00:00 (64/148): perl-IO-1.38-416.el8.x86_64.rpm 904 kB/s | 141 kB 00:00 (65/148): perl-MIME-Base64-3.15-396.el8.x86_64.rpm 1.0 MB/s | 31 kB 00:00 (66/148): perl-PathTools-3.74-1.el8.x86_64.rpm 1.0 MB/s | 90 kB 00:00 (67/148): perl-HTTP-Tiny-0.074-1.el8.noarch.rpm 172 kB/s | 58 kB 00:00 (68/148): perl-Pod-Escapes-1.07-395.el8.noarch.rpm 259 kB/s | 20 kB 00:00 (69/148): perl-Pod-Perldoc-3.28-396.el8.noarch.rpm 1.1 MB/s | 86 kB 00:00 (70/148): perl-Pod-Usage-1.69-395.el8.noarch.rpm 379 kB/s | 34 kB 00:00 (71/148): perl-Scalar-List-Utils-1.49-2.el8.x86_64.rpm 672 kB/s | 68 kB 00:00 (72/148): perl-Pod-Simple-3.35-395.el8.noarch.rpm 940 kB/s | 213 kB 00:00 (73/148): perl-Socket-2.027-3.el8.x86_64.rpm 626 kB/s | 59 kB 00:00 (74/148): perl-Storable-3.11-3.el8.x86_64.rpm 827 kB/s | 98 kB 00:00 (75/148): perl-Term-ANSIColor-4.06-396.el8.noarch.rpm 499 kB/s | 46 kB 00:00 (76/148): perl-Term-Cap-1.17-395.el8.noarch.rpm 299 kB/s | 23 kB 00:00 (77/148): perl-Text-ParseWords-3.30-395.el8.noarch.rpm 632 kB/s | 18 kB 00:00 (78/148): perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch.rpm 1.1 MB/s | 24 kB 00:00 (79/148): perl-Time-Local-1.280-1.el8.noarch.rpm 437 kB/s | 34 kB 00:00 (80/148): perl-constant-1.33-396.el8.noarch.rpm 802 kB/s | 25 kB 00:00 (81/148): perl-Unicode-Normalize-1.25-396.el8.x86_64.rpm 521 kB/s | 82 kB 00:00 (82/148): perl-libs-5.26.3-416.el8.x86_64.rpm 605 kB/s | 1.6 MB 00:02 (83/148): perl-macros-5.26.3-416.el8.x86_64.rpm 379 kB/s | 72 kB 00:00 (84/148): perl-parent-0.237-1.el8.noarch.rpm 645 kB/s | 20 kB 00:00 (85/148): perl-podlators-4.11-1.el8.noarch.rpm 613 kB/s | 118 kB 00:00 (86/148): perl-threads-2.21-2.el8.x86_64.rpm 608 kB/s | 61 kB 00:00 (87/148): perl-threads-shared-1.58-2.el8.x86_64.rpm 481 kB/s | 48 kB 00:00 (88/148): policycoreutils-2.9-9.el8.x86_64.rpm 652 kB/s | 377 kB 00:00 (89/148): policycoreutils-devel-2.9-9.el8.x86_64.rpm 696 kB/s | 292 kB 00:00 (90/148): policycoreutils-python-utils-2.9-9.el8.noarch.rpm 651 kB/s | 251 kB 00:00 (91/148): man-pages-4.15-6.el8.x86_64.rpm 611 kB/s | 5.9 MB 00:09 (92/148): python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_64.rpm 701 kB/s | 86 kB 00:00 (93/148): python3-decorator-4.2.1-2.el8.noarch.rpm 393 kB/s | 27 kB 00:00 (94/148): python3-dbus-1.2.4-15.el8.x86_64.rpm 730 kB/s | 134 kB 00:00 (95/148): perl-interpreter-5.26.3-416.el8.x86_64.rpm 1.2 MB/s | 6.3 MB 00:05 (96/148): python3-dnf-4.2.17-7.el8_2.noarch.rpm 842 kB/s | 521 kB 00:00 (97/148): python3-firewall-0.8.0-4.el8.noarch.rpm 753 kB/s | 389 kB 00:00 (98/148): python3-gobject-base-3.28.3-1.el8.x86_64.rpm 1.1 MB/s | 313 kB 00:00 (99/148): python3-libcomps-0.1.11-4.el8.x86_64.rpm 258 kB/s | 52 kB 00:00 (100/148): python3-hawkey-0.39.1-6.el8_2.x86_64.rpm 347 kB/s | 99 kB 00:00 (101/148): python3-gpg-1.10.0-6.el8.0.1.x86_64.rpm 452 kB/s | 229 kB 00:00 (102/148): python3-libsemanage-2.9-2.el8.x86_64.rpm 666 kB/s | 127 kB 00:00 (103/148): python3-libdnf-0.39.1-6.el8_2.x86_64.rpm 1.4 MB/s | 689 kB 00:00 (104/148): python3-nftables-0.9.3-12.el8.x86_64.rpm 865 kB/s | 25 kB 00:00 (105/148): python3-rpm-4.14.2-37.el8.x86_64.rpm 874 kB/s | 156 kB 00:00 (106/148): python3-libselinux-2.9-3.el8.x86_64.rpm 352 kB/s | 283 kB 00:00 (107/148): python3-setuptools-39.2.0-5.el8.noarch.rpm 522 kB/s | 162 kB 00:00 (108/148): python3-six-1.11.0-8.el8.noarch.rpm 385 kB/s | 38 kB 00:00 (109/148): python3-slip-0.6.4-11.el8.noarch.rpm 396 kB/s | 39 kB 00:00 (110/148): python3-setools-4.2.2-2.el8.x86_64.rpm 764 kB/s | 601 kB 00:00 (111/148): python3-slip-dbus-0.6.4-11.el8.noarch.rpm 424 kB/s | 39 kB 00:00 (112/148): rpm-plugin-selinux-4.14.2-37.el8.x86_64.rpm 793 kB/s | 75 kB 00:00 (113/148): readline-devel-7.0-10.el8.x86_64.rpm 919 kB/s | 204 kB 00:00 (114/148): rpm-plugin-systemd-inhibit-4.14.2-37.el8.x86_64.rpm 179 kB/s | 76 kB 00:00 (115/148): selinux-policy-3.14.3-41.el8_2.6.noarch.rpm 1.0 MB/s | 615 kB 00:00 (116/148): python3-policycoreutils-2.9-9.el8.noarch.rpm 1.2 MB/s | 2.2 MB 00:01 (117/148): userspace-rcu-0.10.1-2.el8.x86_64.rpm 129 kB/s | 101 kB 00:00 (118/148): xz-devel-5.2.4-3.el8.x86_64.rpm 86 kB/s | 62 kB 00:00 (119/148): zlib-devel-1.2.11-16.el8_2.x86_64.rpm 568 kB/s | 57 kB 00:00 (120/148): selinux-policy-devel-3.14.3-41.el8_2.6.noarch.rpm 625 kB/s | 1.5 MB 00:02 (121/148): autoconf-2.69-27.el8.noarch.rpm 417 kB/s | 710 kB 00:01 (122/148): automake-1.16.1-6.el8.noarch.rpm 414 kB/s | 713 kB 00:01 (123/148): cmake-filesystem-3.11.4-7.el8.x86_64.rpm 155 kB/s | 40 kB 00:00 (124/148): bison-3.0.4-10.el8.x86_64.rpm 987 kB/s | 688 kB 00:00 (125/148): libtool-2.4.6-25.el8.x86_64.rpm 784 kB/s | 709 kB 00:00 (126/148): flex-2.6.1-9.el8.x86_64.rpm 338 kB/s | 320 kB 00:00 (127/148): man-pages-overrides-8.2.0.2-1.el8.noarch.rpm 403 kB/s | 37 kB 00:00 (128/148): perl-Digest-1.17-395.el8.noarch.rpm 266 kB/s | 27 kB 00:00 (129/148): perl-Digest-MD5-2.55-396.el8.x86_64.rpm 132 kB/s | 37 kB 00:00 (130/148): perl-IO-Socket-IP-0.39-5.el8.noarch.rpm 91 kB/s | 47 kB 00:00 (131/148): libxml2-devel-2.9.7-7.el8.x86_64.rpm 816 kB/s | 1.0 MB 00:01 (132/148): perl-Mozilla-CA-20160104-7.el8.noarch.rpm 196 kB/s | 15 kB 00:00 (133/148): perl-IO-Socket-SSL-2.066-4.el8.noarch.rpm 757 kB/s | 297 kB 00:00 (134/148): perl-Thread-Queue-3.13-1.el8.noarch.rpm 267 kB/s | 24 kB 00:00 (135/148): perl-URI-1.73-3.el8.noarch.rpm 539 kB/s | 116 kB 00:00 (136/148): perl-Net-SSLeay-1.88-1.el8.x86_64.rpm 873 kB/s | 379 kB 00:00 (137/148): perl-libnet-3.11-3.el8.noarch.rpm 616 kB/s | 121 kB 00:00 (138/148): python3-pip-9.0.3-16.el8.noarch.rpm 237 kB/s | 19 kB 00:00 (139/148): python3-rpm-generators-5-6.el8.noarch.rpm 970 kB/s | 24 kB 00:00 (140/148): platform-python-devel-3.6.8-23.el8.x86_64.rpm 804 kB/s | 246 kB 00:00 (141/148): python36-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64.rpm 211 kB/s | 19 kB 00:00 (142/148): python3-unbound-1.7.3-11.el8_2.x86_64.rpm 579 kB/s | 118 kB 00:00 (143/148): python36-devel-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64.rpm 200 kB/s | 16 kB 00:00 (144/148): python38-rpm-macros-3.8.0-6.module_el8.2.0+317+61fa6e7d.noarch.rpm 361 kB/s | 66 kB 00:00 (145/148): rpcgen-1.3.1-4.el8.x86_64.rpm 544 kB/s | 52 kB 00:00 (146/148): userspace-rcu-devel-0.10.1-2.el8.x86_64.rpm 649 kB/s | 83 kB 00:00 (147/148): unbound-libs-1.7.3-11.el8_2.x86_64.rpm 941 kB/s | 499 kB 00:00 (148/148): selinux-policy-minimum-3.14.3-41.el8_2.6.noarch.rpm 1.2 MB/s | 13 MB 00:10 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Total 2.1 MB/s | 60 MB 00:28 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : perl-Exporter-5.72-396.el8.noarch 1/148 Installing : perl-libs-4:5.26.3-416.el8.x86_64 2/148 Installing : perl-Carp-1.42-396.el8.noarch 3/148 Installing : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 4/148 Installing : perl-parent-1:0.237-1.el8.noarch 5/148 Installing : libmnl-1.0.4-6.el8.x86_64 6/148 Running scriptlet: libmnl-1.0.4-6.el8.x86_64 6/148 Installing : gpgme-1.10.0-6.el8.0.1.x86_64 7/148 Installing : python3-libselinux-2.9-3.el8.x86_64 8/148 Installing : m4-1.4.18-7.el8.x86_64 9/148 Running scriptlet: m4-1.4.18-7.el8.x86_64 9/148 Installing : librepo-1.11.0-3.el8_2.x86_64 10/148 Installing : perl-Text-ParseWords-3.30-395.el8.noarch 11/148 Installing : libsolv-0.7.7-1.el8.x86_64 12/148 Installing : libnftnl-1.1.5-4.el8.x86_64 13/148 Running scriptlet: libnftnl-1.1.5-4.el8.x86_64 13/148 Installing : zlib-devel-1.2.11-16.el8_2.x86_64 14/148 Installing : python3-decorator-4.2.1-2.el8.noarch 15/148 Installing : libnfnetlink-1.0.1-13.el8.x86_64 16/148 Running scriptlet: libnfnetlink-1.0.1-13.el8.x86_64 16/148 Installing : libevent-2.1.8-5.el8.x86_64 17/148 Installing : groff-base-1.22.3-18.el8.x86_64 18/148 Installing : checkpolicy-2.9-1.el8.x86_64 19/148 Running scriptlet: unbound-libs-1.7.3-11.el8_2.x86_64 20/148 Installing : unbound-libs-1.7.3-11.el8_2.x86_64 20/148 Running scriptlet: unbound-libs-1.7.3-11.el8_2.x86_64 20/148 Installing : python3-unbound-1.7.3-11.el8_2.x86_64 21/148 Installing : libnetfilter_conntrack-1.0.6-5.el8.x86_64 22/148 Running scriptlet: libnetfilter_conntrack-1.0.6-5.el8.x86_64 22/148 Running scriptlet: iptables-1.8.4-10.el8_2.1.x86_64 23/148 Installing : iptables-1.8.4-10.el8_2.1.x86_64 23/148 Running scriptlet: iptables-1.8.4-10.el8_2.1.x86_64 23/148 Installing : iptables-ebtables-1.8.4-10.el8_2.1.x86_64 24/148 Running scriptlet: iptables-ebtables-1.8.4-10.el8_2.1.x86_64 24/148 Installing : python3-libsemanage-2.9-2.el8.x86_64 25/148 Installing : python3-setools-4.2.2-2.el8.x86_64 26/148 Installing : python3-slip-0.6.4-11.el8.noarch 27/148 Installing : python3-gpg-1.10.0-6.el8.0.1.x86_64 28/148 Installing : ipset-libs-7.1-1.el8.x86_64 29/148 Running scriptlet: ipset-libs-7.1-1.el8.x86_64 29/148 Installing : ipset-7.1-1.el8.x86_64 30/148 Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 31/148 Installing : perl-macros-4:5.26.3-416.el8.x86_64 32/148 Installing : perl-Errno-1.28-416.el8.x86_64 33/148 Installing : perl-Socket-4:2.027-3.el8.x86_64 34/148 Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 35/148 Installing : perl-Unicode-Normalize-1.25-396.el8.x86_64 36/148 Installing : perl-File-Path-2.15-2.el8.noarch 37/148 Installing : perl-IO-1.38-416.el8.x86_64 38/148 Installing : perl-PathTools-3.74-1.el8.x86_64 39/148 Installing : perl-constant-1.33-396.el8.noarch 40/148 Installing : perl-threads-1:2.21-2.el8.x86_64 41/148 Installing : perl-threads-shared-1.58-2.el8.x86_64 42/148 Installing : perl-interpreter-4:5.26.3-416.el8.x86_64 43/148 Installing : perl-MIME-Base64-3.15-396.el8.x86_64 44/148 Installing : perl-IO-Socket-IP-0.39-5.el8.noarch 45/148 Installing : perl-Data-Dumper-2.167-399.el8.x86_64 46/148 Installing : perl-Time-Local-1:1.280-1.el8.noarch 47/148 Installing : perl-Digest-1.17-395.el8.noarch 48/148 Installing : perl-Digest-MD5-2.55-396.el8.x86_64 49/148 Installing : perl-Net-SSLeay-1.88-1.el8.x86_64 50/148 Installing : perl-File-Temp-0.230.600-1.el8.noarch 51/148 Installing : perl-Pod-Escapes-1:1.07-395.el8.noarch 52/148 Installing : perl-Storable-1:3.11-3.el8.x86_64 53/148 Installing : perl-Term-Cap-1.17-395.el8.noarch 54/148 Installing : perl-Thread-Queue-3.13-1.el8.noarch 55/148 Installing : perl-Mozilla-CA-20160104-7.el8.noarch 56/148 Installing : perl-HTTP-Tiny-0.074-1.el8.noarch 57/148 Installing : perl-libnet-3.11-3.el8.noarch 58/148 Installing : perl-IO-Socket-SSL-2.066-4.el8.noarch 59/148 Installing : perl-URI-1.73-3.el8.noarch 60/148 Installing : perl-Encode-4:2.97-3.el8.x86_64 61/148 Installing : perl-Pod-Simple-1:3.35-395.el8.noarch 62/148 Installing : perl-Getopt-Long-1:2.50-4.el8.noarch 63/148 Installing : perl-podlators-4.11-1.el8.noarch 64/148 Installing : perl-Pod-Perldoc-3.28-396.el8.noarch 65/148 Installing : perl-Pod-Usage-4:1.69-395.el8.noarch 66/148 Installing : python3-rpm-generators-5-6.el8.noarch 67/148 Installing : platform-python-devel-3.6.8-23.el8.x86_64 68/148 Installing : man-pages-overrides-8.2.0.2-1.el8.noarch 69/148 Installing : man-pages-4.15-6.el8.x86_64 70/148 Installing : libattr-devel-2.4.48-3.el8.x86_64 71/148 Installing : cmake-filesystem-3.11.4-7.el8.x86_64 72/148 Installing : xz-devel-5.2.4-3.el8.x86_64 73/148 Installing : userspace-rcu-0.10.1-2.el8.x86_64 74/148 Running scriptlet: userspace-rcu-0.10.1-2.el8.x86_64 74/148 Installing : rpm-plugin-systemd-inhibit-4.14.2-37.el8.x86_64 75/148 Installing : python3-six-1.11.0-8.el8.noarch 76/148 Installing : python3-setuptools-39.2.0-5.el8.noarch 77/148 Installing : python3-pip-9.0.3-16.el8.noarch 78/148 Installing : python36-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64 79/148 Running scriptlet: python36-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64 79/148 Installing : python3-rpm-4.14.2-37.el8.x86_64 80/148 Installing : python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_64 81/148 Installing : pcre2-utf32-10.32-1.el8.x86_64 82/148 Installing : pcre2-utf16-10.32-1.el8.x86_64 83/148 Installing : pcre2-devel-10.32-1.el8.x86_64 84/148 Installing : ncurses-c++-libs-6.1-7.20180224.el8.x86_64 85/148 Installing : ncurses-devel-6.1-7.20180224.el8.x86_64 86/148 Installing : libyaml-0.1.7-5.el8.x86_64 87/148 Installing : libmodulemd1-1.8.16-0.2.8.2.1.x86_64 88/148 Installing : libdnf-0.39.1-6.el8_2.x86_64 89/148 Installing : python3-libdnf-0.39.1-6.el8_2.x86_64 90/148 Installing : python3-hawkey-0.39.1-6.el8_2.x86_64 91/148 Installing : libverto-devel-0.3.0-5.el8.x86_64 92/148 Installing : libsepol-devel-2.9-1.el8.x86_64 93/148 Installing : libselinux-devel-2.9-3.el8.x86_64 94/148 Installing : libselinux-utils-2.9-3.el8.x86_64 95/148 Installing : policycoreutils-2.9-9.el8.x86_64 96/148 Running scriptlet: policycoreutils-2.9-9.el8.x86_64 96/148 Installing : python3-policycoreutils-2.9-9.el8.noarch 97/148 Installing : policycoreutils-python-utils-2.9-9.el8.noarch 98/148 Installing : rpm-plugin-selinux-4.14.2-37.el8.x86_64 99/148 Installing : selinux-policy-3.14.3-41.el8_2.6.noarch 100/148 Running scriptlet: selinux-policy-3.14.3-41.el8_2.6.noarch 100/148 Running scriptlet: selinux-policy-minimum-3.14.3-41.el8_2.6.noarch 101/148 Installing : selinux-policy-minimum-3.14.3-41.el8_2.6.noarch 101/148 Running scriptlet: selinux-policy-minimum-3.14.3-41.el8_2.6.noarch 101/148 Installing : libreport-filesystem-2.9.5-10.el8.x86_64 102/148 Installing : dnf-data-4.2.17-7.el8_2.noarch 103/148 Installing : libpipeline-1.5.0-2.el8.x86_64 104/148 Running scriptlet: libpipeline-1.5.0-2.el8.x86_64 104/148 Installing : libkadm5-1.17-18.el8.x86_64 105/148 Installing : libcomps-0.1.11-4.el8.x86_64 106/148 Installing : python3-libcomps-0.1.11-4.el8.x86_64 107/148 Installing : python3-dnf-4.2.17-7.el8_2.noarch 108/148 Installing : libcom_err-devel-1.45.4-3.el8.x86_64 109/148 Installing : libaio-0.3.112-1.el8.x86_64 110/148 Installing : less-530-1.el8.x86_64 111/148 Running scriptlet: man-db-2.7.6.1-17.el8.x86_64 112/148 Installing : man-db-2.7.6.1-17.el8.x86_64 112/148 Running scriptlet: man-db-2.7.6.1-17.el8.x86_64 112/148 Installing : keyutils-libs-devel-1.5.10-6.el8.x86_64 113/148 Installing : krb5-devel-1.17-18.el8.x86_64 114/148 Installing : jansson-2.11-3.el8.x86_64 115/148 Installing : nftables-1:0.9.3-12.el8.x86_64 116/148 Running scriptlet: nftables-1:0.9.3-12.el8.x86_64 116/148 Installing : python3-nftables-1:0.9.3-12.el8.x86_64 117/148 Installing : gobject-introspection-1.56.1-1.el8.x86_64 118/148 Installing : python3-gobject-base-3.28.3-1.el8.x86_64 119/148 Installing : fuse-libs-2.9.7-12.el8.x86_64 120/148 Running scriptlet: fuse-libs-2.9.7-12.el8.x86_64 120/148 Installing : firewalld-filesystem-0.8.0-4.el8.noarch 121/148 Installing : emacs-filesystem-1:26.1-5.el8.noarch 122/148 Installing : autoconf-2.69-27.el8.noarch 123/148 Running scriptlet: autoconf-2.69-27.el8.noarch 123/148 Installing : automake-1.16.1-6.el8.noarch 124/148 Installing : dbus-glib-0.110-2.el8.x86_64 125/148 Running scriptlet: dbus-glib-0.110-2.el8.x86_64 125/148 Installing : python3-dbus-1.2.4-15.el8.x86_64 126/148 Installing : dnf-4.2.17-7.el8_2.noarch 127/148 Running scriptlet: dnf-4.2.17-7.el8_2.noarch 127/148 Installing : policycoreutils-devel-2.9-9.el8.x86_64 128/148 Installing : selinux-policy-devel-3.14.3-41.el8_2.6.noarch 129/148 Running scriptlet: selinux-policy-devel-3.14.3-41.el8_2.6.noarch 129/148 Installing : python3-slip-dbus-0.6.4-11.el8.noarch 130/148 Installing : python3-firewall-0.8.0-4.el8.noarch 131/148 Installing : firewalld-0.8.0-4.el8.noarch 132/148 Running scriptlet: firewalld-0.8.0-4.el8.noarch 132/148 Installing : libtool-2.4.6-25.el8.x86_64 133/148 Running scriptlet: libtool-2.4.6-25.el8.x86_64 133/148 Installing : fuse-devel-2.9.7-12.el8.x86_64 134/148 Installing : openssl-devel-1:1.1.1c-15.el8.x86_64 135/148 Installing : libtirpc-devel-1.1.4-4.el8.x86_64 136/148 Running scriptlet: libtirpc-devel-1.1.4-4.el8.x86_64 136/148 Installing : libaio-devel-0.3.112-1.el8.x86_64 137/148 Installing : readline-devel-7.0-10.el8.x86_64 138/148 Running scriptlet: readline-devel-7.0-10.el8.x86_64 138/148 Installing : python36-devel-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64 139/148 Running scriptlet: python36-devel-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64 139/148 Installing : userspace-rcu-devel-0.10.1-2.el8.x86_64 140/148 Installing : libxml2-devel-2.9.7-7.el8.x86_64 141/148 Installing : libacl-devel-2.2.53-1.el8.x86_64 142/148 Installing : bison-3.0.4-10.el8.x86_64 143/148 Running scriptlet: bison-3.0.4-10.el8.x86_64 143/148 Installing : flex-2.6.1-9.el8.x86_64 144/148 Running scriptlet: flex-2.6.1-9.el8.x86_64 144/148 Installing : rpcgen-1.3.1-4.el8.x86_64 145/148 Installing : python38-rpm-macros-3.8.0-6.module_el8.2.0+317+61fa6e7d.noarch 146/148 Installing : libuuid-devel-2.32.1-22.el8.x86_64 147/148 Installing : libcurl-devel-7.61.1-12.el8.x86_64 148/148 Running scriptlet: libcurl-devel-7.61.1-12.el8.x86_64 148/148 Running scriptlet: man-db-2.7.6.1-17.el8.x86_64 148/148 Verifying : checkpolicy-2.9-1.el8.x86_64 1/148 Verifying : dbus-glib-0.110-2.el8.x86_64 2/148 Verifying : dnf-4.2.17-7.el8_2.noarch 3/148 Verifying : dnf-data-4.2.17-7.el8_2.noarch 4/148 Verifying : emacs-filesystem-1:26.1-5.el8.noarch 5/148 Verifying : firewalld-0.8.0-4.el8.noarch 6/148 Verifying : firewalld-filesystem-0.8.0-4.el8.noarch 7/148 Verifying : fuse-devel-2.9.7-12.el8.x86_64 8/148 Verifying : fuse-libs-2.9.7-12.el8.x86_64 9/148 Verifying : gobject-introspection-1.56.1-1.el8.x86_64 10/148 Verifying : gpgme-1.10.0-6.el8.0.1.x86_64 11/148 Verifying : groff-base-1.22.3-18.el8.x86_64 12/148 Verifying : ipset-7.1-1.el8.x86_64 13/148 Verifying : ipset-libs-7.1-1.el8.x86_64 14/148 Verifying : iptables-1.8.4-10.el8_2.1.x86_64 15/148 Verifying : iptables-ebtables-1.8.4-10.el8_2.1.x86_64 16/148 Verifying : jansson-2.11-3.el8.x86_64 17/148 Verifying : keyutils-libs-devel-1.5.10-6.el8.x86_64 18/148 Verifying : krb5-devel-1.17-18.el8.x86_64 19/148 Verifying : less-530-1.el8.x86_64 20/148 Verifying : libacl-devel-2.2.53-1.el8.x86_64 21/148 Verifying : libaio-0.3.112-1.el8.x86_64 22/148 Verifying : libaio-devel-0.3.112-1.el8.x86_64 23/148 Verifying : libattr-devel-2.4.48-3.el8.x86_64 24/148 Verifying : libcom_err-devel-1.45.4-3.el8.x86_64 25/148 Verifying : libcomps-0.1.11-4.el8.x86_64 26/148 Verifying : libcurl-devel-7.61.1-12.el8.x86_64 27/148 Verifying : libdnf-0.39.1-6.el8_2.x86_64 28/148 Verifying : libevent-2.1.8-5.el8.x86_64 29/148 Verifying : libkadm5-1.17-18.el8.x86_64 30/148 Verifying : libmnl-1.0.4-6.el8.x86_64 31/148 Verifying : libmodulemd1-1.8.16-0.2.8.2.1.x86_64 32/148 Verifying : libnetfilter_conntrack-1.0.6-5.el8.x86_64 33/148 Verifying : libnfnetlink-1.0.1-13.el8.x86_64 34/148 Verifying : libnftnl-1.1.5-4.el8.x86_64 35/148 Verifying : libpipeline-1.5.0-2.el8.x86_64 36/148 Verifying : librepo-1.11.0-3.el8_2.x86_64 37/148 Verifying : libreport-filesystem-2.9.5-10.el8.x86_64 38/148 Verifying : libselinux-devel-2.9-3.el8.x86_64 39/148 Verifying : libselinux-utils-2.9-3.el8.x86_64 40/148 Verifying : libsepol-devel-2.9-1.el8.x86_64 41/148 Verifying : libsolv-0.7.7-1.el8.x86_64 42/148 Verifying : libtirpc-devel-1.1.4-4.el8.x86_64 43/148 Verifying : libuuid-devel-2.32.1-22.el8.x86_64 44/148 Verifying : libverto-devel-0.3.0-5.el8.x86_64 45/148 Verifying : libyaml-0.1.7-5.el8.x86_64 46/148 Verifying : m4-1.4.18-7.el8.x86_64 47/148 Verifying : man-db-2.7.6.1-17.el8.x86_64 48/148 Verifying : man-pages-4.15-6.el8.x86_64 49/148 Verifying : ncurses-c++-libs-6.1-7.20180224.el8.x86_64 50/148 Verifying : ncurses-devel-6.1-7.20180224.el8.x86_64 51/148 Verifying : nftables-1:0.9.3-12.el8.x86_64 52/148 Verifying : openssl-devel-1:1.1.1c-15.el8.x86_64 53/148 Verifying : pcre2-devel-10.32-1.el8.x86_64 54/148 Verifying : pcre2-utf16-10.32-1.el8.x86_64 55/148 Verifying : pcre2-utf32-10.32-1.el8.x86_64 56/148 Verifying : perl-Carp-1.42-396.el8.noarch 57/148 Verifying : perl-Data-Dumper-2.167-399.el8.x86_64 58/148 Verifying : perl-Encode-4:2.97-3.el8.x86_64 59/148 Verifying : perl-Errno-1.28-416.el8.x86_64 60/148 Verifying : perl-Exporter-5.72-396.el8.noarch 61/148 Verifying : perl-File-Path-2.15-2.el8.noarch 62/148 Verifying : perl-File-Temp-0.230.600-1.el8.noarch 63/148 Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 64/148 Verifying : perl-HTTP-Tiny-0.074-1.el8.noarch 65/148 Verifying : perl-IO-1.38-416.el8.x86_64 66/148 Verifying : perl-MIME-Base64-3.15-396.el8.x86_64 67/148 Verifying : perl-PathTools-3.74-1.el8.x86_64 68/148 Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 69/148 Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 70/148 Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 71/148 Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 72/148 Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 73/148 Verifying : perl-Socket-4:2.027-3.el8.x86_64 74/148 Verifying : perl-Storable-1:3.11-3.el8.x86_64 75/148 Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 76/148 Verifying : perl-Term-Cap-1.17-395.el8.noarch 77/148 Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 78/148 Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 79/148 Verifying : perl-Time-Local-1:1.280-1.el8.noarch 80/148 Verifying : perl-Unicode-Normalize-1.25-396.el8.x86_64 81/148 Verifying : perl-constant-1.33-396.el8.noarch 82/148 Verifying : perl-interpreter-4:5.26.3-416.el8.x86_64 83/148 Verifying : perl-libs-4:5.26.3-416.el8.x86_64 84/148 Verifying : perl-macros-4:5.26.3-416.el8.x86_64 85/148 Verifying : perl-parent-1:0.237-1.el8.noarch 86/148 Verifying : perl-podlators-4.11-1.el8.noarch 87/148 Verifying : perl-threads-1:2.21-2.el8.x86_64 88/148 Verifying : perl-threads-shared-1.58-2.el8.x86_64 89/148 Verifying : policycoreutils-2.9-9.el8.x86_64 90/148 Verifying : policycoreutils-devel-2.9-9.el8.x86_64 91/148 Verifying : policycoreutils-python-utils-2.9-9.el8.noarch 92/148 Verifying : python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_64 93/148 Verifying : python3-dbus-1.2.4-15.el8.x86_64 94/148 Verifying : python3-decorator-4.2.1-2.el8.noarch 95/148 Verifying : python3-dnf-4.2.17-7.el8_2.noarch 96/148 Verifying : python3-firewall-0.8.0-4.el8.noarch 97/148 Verifying : python3-gobject-base-3.28.3-1.el8.x86_64 98/148 Verifying : python3-gpg-1.10.0-6.el8.0.1.x86_64 99/148 Verifying : python3-hawkey-0.39.1-6.el8_2.x86_64 100/148 Verifying : python3-libcomps-0.1.11-4.el8.x86_64 101/148 Verifying : python3-libdnf-0.39.1-6.el8_2.x86_64 102/148 Verifying : python3-libselinux-2.9-3.el8.x86_64 103/148 Verifying : python3-libsemanage-2.9-2.el8.x86_64 104/148 Verifying : python3-nftables-1:0.9.3-12.el8.x86_64 105/148 Verifying : python3-policycoreutils-2.9-9.el8.noarch 106/148 Verifying : python3-rpm-4.14.2-37.el8.x86_64 107/148 Verifying : python3-setools-4.2.2-2.el8.x86_64 108/148 Verifying : python3-setuptools-39.2.0-5.el8.noarch 109/148 Verifying : python3-six-1.11.0-8.el8.noarch 110/148 Verifying : python3-slip-0.6.4-11.el8.noarch 111/148 Verifying : python3-slip-dbus-0.6.4-11.el8.noarch 112/148 Verifying : readline-devel-7.0-10.el8.x86_64 113/148 Verifying : rpm-plugin-selinux-4.14.2-37.el8.x86_64 114/148 Verifying : rpm-plugin-systemd-inhibit-4.14.2-37.el8.x86_64 115/148 Verifying : selinux-policy-3.14.3-41.el8_2.6.noarch 116/148 Verifying : selinux-policy-devel-3.14.3-41.el8_2.6.noarch 117/148 Verifying : selinux-policy-minimum-3.14.3-41.el8_2.6.noarch 118/148 Verifying : userspace-rcu-0.10.1-2.el8.x86_64 119/148 Verifying : xz-devel-5.2.4-3.el8.x86_64 120/148 Verifying : zlib-devel-1.2.11-16.el8_2.x86_64 121/148 Verifying : autoconf-2.69-27.el8.noarch 122/148 Verifying : automake-1.16.1-6.el8.noarch 123/148 Verifying : bison-3.0.4-10.el8.x86_64 124/148 Verifying : cmake-filesystem-3.11.4-7.el8.x86_64 125/148 Verifying : flex-2.6.1-9.el8.x86_64 126/148 Verifying : libtool-2.4.6-25.el8.x86_64 127/148 Verifying : libxml2-devel-2.9.7-7.el8.x86_64 128/148 Verifying : man-pages-overrides-8.2.0.2-1.el8.noarch 129/148 Verifying : perl-Digest-1.17-395.el8.noarch 130/148 Verifying : perl-Digest-MD5-2.55-396.el8.x86_64 131/148 Verifying : perl-IO-Socket-IP-0.39-5.el8.noarch 132/148 Verifying : perl-IO-Socket-SSL-2.066-4.el8.noarch 133/148 Verifying : perl-Mozilla-CA-20160104-7.el8.noarch 134/148 Verifying : perl-Net-SSLeay-1.88-1.el8.x86_64 135/148 Verifying : perl-Thread-Queue-3.13-1.el8.noarch 136/148 Verifying : perl-URI-1.73-3.el8.noarch 137/148 Verifying : perl-libnet-3.11-3.el8.noarch 138/148 Verifying : platform-python-devel-3.6.8-23.el8.x86_64 139/148 Verifying : python3-pip-9.0.3-16.el8.noarch 140/148 Verifying : python3-rpm-generators-5-6.el8.noarch 141/148 Verifying : python3-unbound-1.7.3-11.el8_2.x86_64 142/148 Verifying : python36-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64 143/148 Verifying : python36-devel-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64 144/148 Verifying : python38-rpm-macros-3.8.0-6.module_el8.2.0+317+61fa6e7d.noarch 145/148 Verifying : unbound-libs-1.7.3-11.el8_2.x86_64 146/148 Verifying : rpcgen-1.3.1-4.el8.x86_64 147/148 Verifying : userspace-rcu-devel-0.10.1-2.el8.x86_64 148/148 Installed: autoconf-2.69-27.el8.noarch automake-1.16.1-6.el8.noarch bison-3.0.4-10.el8.x86_64 checkpolicy-2.9-1.el8.x86_64 cmake-filesystem-3.11.4-7.el8.x86_64 dbus-glib-0.110-2.el8.x86_64 dnf-4.2.17-7.el8_2.noarch dnf-data-4.2.17-7.el8_2.noarch emacs-filesystem-1:26.1-5.el8.noarch firewalld-0.8.0-4.el8.noarch firewalld-filesystem-0.8.0-4.el8.noarch flex-2.6.1-9.el8.x86_64 fuse-devel-2.9.7-12.el8.x86_64 fuse-libs-2.9.7-12.el8.x86_64 gobject-introspection-1.56.1-1.el8.x86_64 gpgme-1.10.0-6.el8.0.1.x86_64 groff-base-1.22.3-18.el8.x86_64 ipset-7.1-1.el8.x86_64 ipset-libs-7.1-1.el8.x86_64 iptables-1.8.4-10.el8_2.1.x86_64 iptables-ebtables-1.8.4-10.el8_2.1.x86_64 jansson-2.11-3.el8.x86_64 keyutils-libs-devel-1.5.10-6.el8.x86_64 krb5-devel-1.17-18.el8.x86_64 less-530-1.el8.x86_64 libacl-devel-2.2.53-1.el8.x86_64 libaio-0.3.112-1.el8.x86_64 libaio-devel-0.3.112-1.el8.x86_64 libattr-devel-2.4.48-3.el8.x86_64 libcom_err-devel-1.45.4-3.el8.x86_64 libcomps-0.1.11-4.el8.x86_64 libcurl-devel-7.61.1-12.el8.x86_64 libdnf-0.39.1-6.el8_2.x86_64 libevent-2.1.8-5.el8.x86_64 libkadm5-1.17-18.el8.x86_64 libmnl-1.0.4-6.el8.x86_64 libmodulemd1-1.8.16-0.2.8.2.1.x86_64 libnetfilter_conntrack-1.0.6-5.el8.x86_64 libnfnetlink-1.0.1-13.el8.x86_64 libnftnl-1.1.5-4.el8.x86_64 libpipeline-1.5.0-2.el8.x86_64 librepo-1.11.0-3.el8_2.x86_64 libreport-filesystem-2.9.5-10.el8.x86_64 libselinux-devel-2.9-3.el8.x86_64 libselinux-utils-2.9-3.el8.x86_64 libsepol-devel-2.9-1.el8.x86_64 libsolv-0.7.7-1.el8.x86_64 libtirpc-devel-1.1.4-4.el8.x86_64 libtool-2.4.6-25.el8.x86_64 libuuid-devel-2.32.1-22.el8.x86_64 libverto-devel-0.3.0-5.el8.x86_64 libxml2-devel-2.9.7-7.el8.x86_64 libyaml-0.1.7-5.el8.x86_64 m4-1.4.18-7.el8.x86_64 man-db-2.7.6.1-17.el8.x86_64 man-pages-4.15-6.el8.x86_64 man-pages-overrides-8.2.0.2-1.el8.noarch ncurses-c++-libs-6.1-7.20180224.el8.x86_64 ncurses-devel-6.1-7.20180224.el8.x86_64 nftables-1:0.9.3-12.el8.x86_64 openssl-devel-1:1.1.1c-15.el8.x86_64 pcre2-devel-10.32-1.el8.x86_64 pcre2-utf16-10.32-1.el8.x86_64 pcre2-utf32-10.32-1.el8.x86_64 perl-Carp-1.42-396.el8.noarch perl-Data-Dumper-2.167-399.el8.x86_64 perl-Digest-1.17-395.el8.noarch perl-Digest-MD5-2.55-396.el8.x86_64 perl-Encode-4:2.97-3.el8.x86_64 perl-Errno-1.28-416.el8.x86_64 perl-Exporter-5.72-396.el8.noarch perl-File-Path-2.15-2.el8.noarch perl-File-Temp-0.230.600-1.el8.noarch perl-Getopt-Long-1:2.50-4.el8.noarch perl-HTTP-Tiny-0.074-1.el8.noarch perl-IO-1.38-416.el8.x86_64 perl-IO-Socket-IP-0.39-5.el8.noarch perl-IO-Socket-SSL-2.066-4.el8.noarch perl-MIME-Base64-3.15-396.el8.x86_64 perl-Mozilla-CA-20160104-7.el8.noarch perl-Net-SSLeay-1.88-1.el8.x86_64 perl-PathTools-3.74-1.el8.x86_64 perl-Pod-Escapes-1:1.07-395.el8.noarch perl-Pod-Perldoc-3.28-396.el8.noarch perl-Pod-Simple-1:3.35-395.el8.noarch perl-Pod-Usage-4:1.69-395.el8.noarch perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 perl-Socket-4:2.027-3.el8.x86_64 perl-Storable-1:3.11-3.el8.x86_64 perl-Term-ANSIColor-4.06-396.el8.noarch perl-Term-Cap-1.17-395.el8.noarch perl-Text-ParseWords-3.30-395.el8.noarch perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch perl-Thread-Queue-3.13-1.el8.noarch perl-Time-Local-1:1.280-1.el8.noarch perl-URI-1.73-3.el8.noarch perl-Unicode-Normalize-1.25-396.el8.x86_64 perl-constant-1.33-396.el8.noarch perl-interpreter-4:5.26.3-416.el8.x86_64 perl-libnet-3.11-3.el8.noarch perl-libs-4:5.26.3-416.el8.x86_64 perl-macros-4:5.26.3-416.el8.x86_64 perl-parent-1:0.237-1.el8.noarch perl-podlators-4.11-1.el8.noarch perl-threads-1:2.21-2.el8.x86_64 perl-threads-shared-1.58-2.el8.x86_64 platform-python-devel-3.6.8-23.el8.x86_64 policycoreutils-2.9-9.el8.x86_64 policycoreutils-devel-2.9-9.el8.x86_64 policycoreutils-python-utils-2.9-9.el8.noarch python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_64 python3-dbus-1.2.4-15.el8.x86_64 python3-decorator-4.2.1-2.el8.noarch python3-dnf-4.2.17-7.el8_2.noarch python3-firewall-0.8.0-4.el8.noarch python3-gobject-base-3.28.3-1.el8.x86_64 python3-gpg-1.10.0-6.el8.0.1.x86_64 python3-hawkey-0.39.1-6.el8_2.x86_64 python3-libcomps-0.1.11-4.el8.x86_64 python3-libdnf-0.39.1-6.el8_2.x86_64 python3-libselinux-2.9-3.el8.x86_64 python3-libsemanage-2.9-2.el8.x86_64 python3-nftables-1:0.9.3-12.el8.x86_64 python3-pip-9.0.3-16.el8.noarch python3-policycoreutils-2.9-9.el8.noarch python3-rpm-4.14.2-37.el8.x86_64 python3-rpm-generators-5-6.el8.noarch python3-setools-4.2.2-2.el8.x86_64 python3-setuptools-39.2.0-5.el8.noarch python3-six-1.11.0-8.el8.noarch python3-slip-0.6.4-11.el8.noarch python3-slip-dbus-0.6.4-11.el8.noarch python3-unbound-1.7.3-11.el8_2.x86_64 python36-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64 python36-devel-3.6.8-2.module_el8.1.0+245+c39af44f.x86_64 python38-rpm-macros-3.8.0-6.module_el8.2.0+317+61fa6e7d.noarch readline-devel-7.0-10.el8.x86_64 rpcgen-1.3.1-4.el8.x86_64 rpm-plugin-selinux-4.14.2-37.el8.x86_64 rpm-plugin-systemd-inhibit-4.14.2-37.el8.x86_64 selinux-policy-3.14.3-41.el8_2.6.noarch selinux-policy-devel-3.14.3-41.el8_2.6.noarch selinux-policy-minimum-3.14.3-41.el8_2.6.noarch unbound-libs-1.7.3-11.el8_2.x86_64 userspace-rcu-0.10.1-2.el8.x86_64 userspace-rcu-devel-0.10.1-2.el8.x86_64 xz-devel-5.2.4-3.el8.x86_64 zlib-devel-1.2.11-16.el8_2.x86_64 Complete! Finish: build setup for glusterfs-20201007.d1d7a6f-0.0.autobuild.src.rpm Start: Outputting list of installed packages Finish: Outputting list of installed packages Start: rpmbuild glusterfs-20201007.d1d7a6f-0.0.autobuild.src.rpm sh: /usr/bin/python3.8: No such file or directory sh: /usr/bin/python3.8: No such file or directory sh: /usr/bin/python3.8: No such file or directory sh: /usr/bin/python3.8: No such file or directory Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.y0rZ6z + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf glusterfs-20201007.d1d7a6f + /usr/bin/gzip -dc /builddir/build/SOURCES/glusterfs-20201007.d1d7a6f.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd glusterfs-20201007.d1d7a6f + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.KAA6im + exit 0 + umask 022 + cd /builddir/build/BUILD + cd glusterfs-20201007.d1d7a6f + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./ltmain.sh + ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-firewalld --enable-gnfs --with-tmpfilesdir=/usr/lib/tmpfiles.d checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking whether make supports nested variables... (cached) yes checking build system type... x86_64-redhat-linux-gnu checking host system type... x86_64-redhat-linux-gnu checking for x86_64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-redhat-linux-gnu file names to x86_64-redhat-linux-gnu format... func_convert_file_noop checking how to convert x86_64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for x86_64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64-redhat-linux-gnu-strip... no checking for strip... strip checking for x86_64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for x86_64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for rpcgen... yes checking for /etc/centos-release... yes checking for dlopen in -ldl... yes checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking size of short... 2 checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking for bison... bison -y checking for x86_64-redhat-linux-gnu-ld... /usr/bin/ld -m elf_x86_64 checking for MD5 in -lcrypto... yes checking for pthread_mutex_init in -lpthread... yes checking for dlopen... no checking for dlopen in -ldl... (cached) yes checking for rl_do_undo in -lreadline... yes checking for gettext in -lintl... no checking sys/xattr.h usability... yes checking sys/xattr.h presence... yes checking for sys/xattr.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/extattr.h usability... no checking sys/extattr.h presence... no checking for sys/extattr.h... no checking openssl/dh.h usability... yes checking openssl/dh.h presence... yes checking for openssl/dh.h... yes checking openssl/ecdh.h usability... yes checking openssl/ecdh.h presence... yes checking for openssl/ecdh.h... yes checking for SSL_CTX_get0_param in -lssl... yes checking for pow in -lm... yes checking for x86_64-redhat-linux-gnu-pkg-config... /usr/bin/x86_64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for UUID... yes checking for uuid.h... yes checking sys/acl.h usability... yes checking sys/acl.h presence... yes checking for sys/acl.h... yes checking acl/libacl.h usability... yes checking acl/libacl.h presence... yes checking for acl/libacl.h... yes checking openssl/md5.h usability... yes checking openssl/md5.h presence... yes checking for openssl/md5.h... yes checking for adler32 in -lz... yes checking linux/falloc.h usability... yes checking linux/falloc.h presence... yes checking for linux/falloc.h... yes checking linux/oom.h usability... yes checking linux/oom.h presence... yes checking for linux/oom.h... yes checking for pthread_spin_init... yes checking for strnlen... yes checking for setfsuid... yes checking for setfsgid... yes checking for umount2... yes checking whether /usr/bin/python3 version >= 2.6... yes checking for /usr/bin/python3 version... 3.6 checking for /usr/bin/python3 platform... linux checking for /usr/bin/python3 script directory... ${prefix}/lib/python3.6/site-packages checking for /usr/bin/python3 extension module directory... ${exec_prefix}/lib64/python3.6/site-packages checking for PYTHON... yes checking for TLS_method in -lssl... yes checking sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking if python has ctypes support...... "yes" checking for ZLIB... yes features requiring zlib enabled: yes checking for XML... yes checking for curl_easy_setopt in -lcurl... yes checking openssl/hmac.h usability... yes checking openssl/hmac.h presence... yes checking for openssl/hmac.h... yes checking openssl/evp.h usability... yes checking openssl/evp.h presence... yes checking for openssl/evp.h... yes checking openssl/bio.h usability... yes checking openssl/bio.h presence... yes checking for openssl/bio.h... yes checking openssl/buffer.h usability... yes checking openssl/buffer.h presence... yes checking for openssl/buffer.h... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking whether gcc supports C11 _Static_assert... yes checking for mallinfo... yes checking for struct stat.st_atim.tv_nsec... yes checking for struct stat.st_atimespec.tv_nsec... no checking for linkat... yes checking for clock_gettime in -lrt... yes checking argp.h usability... yes checking argp.h presence... yes checking for argp.h... yes checking for gcc __atomic builtins... yes checking for gcc __sync builtins... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for llistxattr... yes checking for fdatasync... yes checking for fallocate... yes checking for posix_fallocate... yes checking for copy_file_range... yes checking for syncfs... yes checking for utimensat... yes checking whether SEEK_HOLE is declared... yes checking for accept4... yes checking for paccept... no checking for /etc/debian_version... no checking for /etc/SuSE-release... no checking for /etc/redhat-release... yes checking for TIRPC... yes checking whether gcc accepts -Werror=format-security... yes checking whether gcc accepts -Werror=implicit-function-declaration... yes checking if compiling with clang... no checking for readline in -lreadline -lcurses... yes checking for readline in -lreadline -ltermcap... yes checking for readline in -lreadline -lncurses... yes checking for io_setup in -laio... yes checking for URCU... yes checking for URCU_CDS... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libglusterfs/Makefile config.status: creating libglusterfs/src/Makefile config.status: creating libglusterd/Makefile config.status: creating libglusterd/src/Makefile config.status: creating geo-replication/src/peer_gsec_create config.status: creating geo-replication/src/peer_mountbroker config.status: creating geo-replication/src/peer_mountbroker.py config.status: creating geo-replication/src/peer_georep-sshkey.py config.status: creating extras/peer_add_secret_pub config.status: creating geo-replication/syncdaemon/conf.py config.status: creating geo-replication/gsyncd.conf config.status: creating extras/snap_scheduler/conf.py config.status: creating glusterfsd/Makefile config.status: creating glusterfsd/src/Makefile config.status: creating rpc/Makefile config.status: creating rpc/rpc-lib/Makefile config.status: creating rpc/rpc-lib/src/Makefile config.status: creating rpc/rpc-transport/Makefile config.status: creating rpc/rpc-transport/socket/Makefile config.status: creating rpc/rpc-transport/socket/src/Makefile config.status: creating rpc/xdr/Makefile config.status: creating rpc/xdr/src/Makefile config.status: creating xlators/Makefile config.status: creating xlators/meta/Makefile config.status: creating xlators/meta/src/Makefile config.status: creating xlators/mount/Makefile config.status: creating xlators/mount/fuse/Makefile config.status: creating xlators/mount/fuse/src/Makefile config.status: creating xlators/mount/fuse/utils/mount.glusterfs config.status: creating xlators/mount/fuse/utils/mount_glusterfs config.status: creating xlators/mount/fuse/utils/Makefile config.status: creating xlators/storage/Makefile config.status: creating xlators/storage/posix/Makefile config.status: creating xlators/storage/posix/src/Makefile config.status: creating xlators/cluster/Makefile config.status: creating xlators/cluster/afr/Makefile config.status: creating xlators/cluster/afr/src/Makefile config.status: creating xlators/cluster/dht/Makefile config.status: creating xlators/cluster/dht/src/Makefile config.status: creating xlators/cluster/ec/Makefile config.status: creating xlators/cluster/ec/src/Makefile config.status: creating xlators/performance/Makefile config.status: creating xlators/performance/write-behind/Makefile config.status: creating xlators/performance/write-behind/src/Makefile config.status: creating xlators/performance/read-ahead/Makefile config.status: creating xlators/performance/read-ahead/src/Makefile config.status: creating xlators/performance/readdir-ahead/Makefile config.status: creating xlators/performance/readdir-ahead/src/Makefile config.status: creating xlators/performance/io-threads/Makefile config.status: creating xlators/performance/io-threads/src/Makefile config.status: creating xlators/performance/io-cache/Makefile config.status: creating xlators/performance/io-cache/src/Makefile config.status: creating xlators/performance/quick-read/Makefile config.status: creating xlators/performance/quick-read/src/Makefile config.status: creating xlators/performance/open-behind/Makefile config.status: creating xlators/performance/open-behind/src/Makefile config.status: creating xlators/performance/md-cache/Makefile config.status: creating xlators/performance/md-cache/src/Makefile config.status: creating xlators/performance/nl-cache/Makefile config.status: creating xlators/performance/nl-cache/src/Makefile config.status: creating xlators/debug/Makefile config.status: creating xlators/debug/sink/Makefile config.status: creating xlators/debug/sink/src/Makefile config.status: creating xlators/debug/trace/Makefile config.status: creating xlators/debug/trace/src/Makefile config.status: creating xlators/debug/error-gen/Makefile config.status: creating xlators/debug/error-gen/src/Makefile config.status: creating xlators/debug/delay-gen/Makefile config.status: creating xlators/debug/delay-gen/src/Makefile config.status: creating xlators/debug/io-stats/Makefile config.status: creating xlators/debug/io-stats/src/Makefile config.status: creating xlators/protocol/Makefile config.status: creating xlators/protocol/auth/Makefile config.status: creating xlators/protocol/auth/addr/Makefile config.status: creating xlators/protocol/auth/addr/src/Makefile config.status: creating xlators/protocol/auth/login/Makefile config.status: creating xlators/protocol/auth/login/src/Makefile config.status: creating xlators/protocol/client/Makefile config.status: creating xlators/protocol/client/src/Makefile config.status: creating xlators/protocol/server/Makefile config.status: creating xlators/protocol/server/src/Makefile config.status: creating xlators/features/Makefile config.status: creating xlators/features/arbiter/Makefile config.status: creating xlators/features/arbiter/src/Makefile config.status: creating xlators/features/thin-arbiter/Makefile config.status: creating xlators/features/thin-arbiter/src/Makefile config.status: creating xlators/features/changelog/Makefile config.status: creating xlators/features/changelog/src/Makefile config.status: creating xlators/features/changelog/lib/Makefile config.status: creating xlators/features/changelog/lib/src/Makefile config.status: creating xlators/features/locks/Makefile config.status: creating xlators/features/locks/src/Makefile config.status: creating xlators/features/quota/Makefile config.status: creating xlators/features/quota/src/Makefile config.status: creating xlators/features/marker/Makefile config.status: creating xlators/features/marker/src/Makefile config.status: creating xlators/features/selinux/Makefile config.status: creating xlators/features/selinux/src/Makefile config.status: creating xlators/features/sdfs/Makefile config.status: creating xlators/features/sdfs/src/Makefile config.status: creating xlators/features/read-only/Makefile config.status: creating xlators/features/read-only/src/Makefile config.status: creating xlators/features/compress/Makefile config.status: creating xlators/features/compress/src/Makefile config.status: creating xlators/features/namespace/Makefile config.status: creating xlators/features/namespace/src/Makefile config.status: creating xlators/features/quiesce/Makefile config.status: creating xlators/features/quiesce/src/Makefile config.status: creating xlators/features/barrier/Makefile config.status: creating xlators/features/barrier/src/Makefile config.status: creating xlators/features/index/Makefile config.status: creating xlators/features/index/src/Makefile config.status: creating xlators/features/gfid-access/Makefile config.status: creating xlators/features/gfid-access/src/Makefile config.status: creating xlators/features/trash/Makefile config.status: creating xlators/features/trash/src/Makefile config.status: creating xlators/features/snapview-server/Makefile config.status: creating xlators/features/snapview-server/src/Makefile config.status: creating xlators/features/snapview-client/Makefile config.status: creating xlators/features/snapview-client/src/Makefile config.status: creating xlators/features/upcall/Makefile config.status: creating xlators/features/upcall/src/Makefile config.status: creating xlators/features/shard/Makefile config.status: creating xlators/features/shard/src/Makefile config.status: creating xlators/features/bit-rot/Makefile config.status: creating xlators/features/bit-rot/src/Makefile config.status: creating xlators/features/bit-rot/src/stub/Makefile config.status: creating xlators/features/bit-rot/src/bitd/Makefile config.status: creating xlators/features/leases/Makefile config.status: creating xlators/features/leases/src/Makefile config.status: creating xlators/features/cloudsync/Makefile config.status: creating xlators/features/cloudsync/src/Makefile config.status: creating xlators/features/utime/Makefile config.status: creating xlators/features/utime/src/Makefile config.status: creating xlators/features/cloudsync/src/cloudsync-plugins/Makefile config.status: creating xlators/features/cloudsync/src/cloudsync-plugins/src/Makefile config.status: creating xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3/Makefile config.status: creating xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3/src/Makefile config.status: creating xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/Makefile config.status: creating xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/Makefile config.status: creating xlators/features/metadisp/Makefile config.status: creating xlators/features/metadisp/src/Makefile config.status: creating xlators/playground/Makefile config.status: creating xlators/playground/template/Makefile config.status: creating xlators/playground/template/src/Makefile config.status: creating xlators/system/Makefile config.status: creating xlators/system/posix-acl/Makefile config.status: creating xlators/system/posix-acl/src/Makefile config.status: creating xlators/nfs/Makefile config.status: creating xlators/nfs/server/Makefile config.status: creating xlators/nfs/server/src/Makefile config.status: creating xlators/mgmt/Makefile config.status: creating xlators/mgmt/glusterd/Makefile config.status: creating xlators/mgmt/glusterd/src/Makefile config.status: creating cli/Makefile config.status: creating cli/src/Makefile config.status: creating doc/Makefile config.status: creating extras/Makefile config.status: creating extras/glusterd.vol config.status: creating extras/cliutils/Makefile config.status: creating extras/init.d/Makefile config.status: creating extras/init.d/glusterd.plist config.status: creating extras/init.d/glusterd-Debian config.status: creating extras/init.d/glusterd-Redhat config.status: creating extras/init.d/glusterd-FreeBSD config.status: creating extras/init.d/glusterd-SuSE config.status: creating extras/init.d/glustereventsd-Debian config.status: creating extras/init.d/glustereventsd-Redhat config.status: creating extras/init.d/glustereventsd-FreeBSD config.status: creating extras/ganesha/Makefile config.status: creating extras/ganesha/config/Makefile config.status: creating extras/ganesha/scripts/Makefile config.status: creating extras/ganesha/ocf/Makefile config.status: creating extras/systemd/Makefile config.status: creating extras/systemd/glusterd.service config.status: creating extras/systemd/glustereventsd.service config.status: creating extras/systemd/glusterfssharedstorage.service config.status: creating extras/systemd/gluster-ta-volume.service config.status: creating extras/run-gluster.tmpfiles config.status: creating extras/benchmarking/Makefile config.status: creating extras/hook-scripts/Makefile config.status: creating extras/ocf/Makefile config.status: creating extras/ocf/glusterd config.status: creating extras/ocf/volume config.status: creating extras/LinuxRPM/Makefile config.status: creating extras/geo-rep/Makefile config.status: creating extras/geo-rep/schedule_georep.py config.status: creating extras/firewalld/Makefile config.status: creating extras/hook-scripts/add-brick/Makefile config.status: creating extras/hook-scripts/add-brick/pre/Makefile config.status: creating extras/hook-scripts/add-brick/post/Makefile config.status: creating extras/hook-scripts/create/Makefile config.status: creating extras/hook-scripts/create/post/Makefile config.status: creating extras/hook-scripts/delete/Makefile config.status: creating extras/hook-scripts/delete/pre/Makefile config.status: creating extras/hook-scripts/start/Makefile config.status: creating extras/hook-scripts/start/post/Makefile config.status: creating extras/hook-scripts/set/Makefile config.status: creating extras/hook-scripts/set/post/Makefile config.status: creating extras/hook-scripts/stop/Makefile config.status: creating extras/hook-scripts/stop/pre/Makefile config.status: creating extras/hook-scripts/reset/Makefile config.status: creating extras/hook-scripts/reset/post/Makefile config.status: creating extras/hook-scripts/reset/pre/Makefile config.status: creating extras/python/Makefile config.status: creating extras/snap_scheduler/Makefile config.status: creating events/Makefile config.status: creating events/src/Makefile config.status: creating events/src/eventsapiconf.py config.status: creating events/tools/Makefile config.status: creating contrib/fuse-util/Makefile config.status: creating contrib/umountd/Makefile config.status: creating glusterfs-api.pc config.status: creating libgfchangelog.pc config.status: creating api/Makefile config.status: creating api/src/Makefile config.status: creating api/examples/Makefile config.status: creating geo-replication/Makefile config.status: creating geo-replication/src/Makefile config.status: creating geo-replication/syncdaemon/Makefile config.status: creating tools/Makefile config.status: creating tools/gfind_missing_files/Makefile config.status: creating heal/Makefile config.status: creating heal/src/Makefile config.status: creating glusterfs.spec config.status: creating tools/glusterfind/src/tool.conf config.status: creating tools/glusterfind/glusterfind config.status: creating tools/glusterfind/Makefile config.status: creating tools/glusterfind/src/Makefile config.status: creating tools/setgfid2path/Makefile config.status: creating tools/setgfid2path/src/Makefile config.status: creating tests/env.rc config.status: creating config.h config.status: creating site.h config.status: executing depfiles commands config.status: executing libtool commands GlusterFS configure summary =========================== FUSE client : yes epoll IO multiplex : yes fusermount : yes readline : yes georeplication : yes Linux-AIO : yes Enable Debug : no Run with Valgrind : no Sanitizer enabled : none Use syslog : yes XML output : yes Unit Tests : no Track priv ports : yes POSIX ACLs : yes SELinux features : yes firewalld-config : yes Events : yes EC dynamic support : x64 sse avx Use memory pools : yes Nanosecond m/atimes : yes Server components : yes Legacy gNFS server : yes IPV6 default : no Use TIRPC : yes With Python : 3.6 Cloudsync : yes Metadata dispersal : no Link with TCMALLOC : no + sed -i 's| \\\$compiler_flags |&\\\$LDFLAGS |' libtool + sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|' libtool + sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|' libtool make all-recursive make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f' + make Making all in libglusterfs make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs' Making all in src make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs/src' bison -y -p graphyy -d ./graph.y flex -Pgraphyy -t ./graph.l > graph.lex.c /usr/bin/python3 ./gen-defaults.py ./defaults-tmpl.c > defaults.c /usr/bin/python3 ../../events/eventskeygen.py C_HEADER make all-am make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs/src' CC libglusterfs_la-dict.lo CC libglusterfs_la-xlator.lo CC libglusterfs_la-logging.lo CC libglusterfs_la-hashfn.lo CC libglusterfs_la-common-utils.lo CC libglusterfs_la-timer.lo CC libglusterfs_la-inode.lo CC libglusterfs_la-call-stub.lo CC libglusterfs_la-compat.lo CC libglusterfs_la-fd.lo CC libglusterfs_la-compat-errno.lo CC libglusterfs_la-event.lo CC libglusterfs_la-mem-pool.lo CC libglusterfs_la-gf-dirent.lo CC libglusterfs_la-syscall.lo CC libglusterfs_la-iobuf.lo CC libglusterfs_la-globals.lo CC libglusterfs_la-statedump.lo CC libglusterfs_la-stack.lo CC libglusterfs_la-checksum.lo CC libglusterfs_la-daemon.lo CC libglusterfs_la-timespec.lo CC libglusterfs_la-rb.lo CC libglusterfs_la-rbthash.lo CC libglusterfs_la-store.lo CC libglusterfs_la-latency.lo CC libglusterfs_la-graph.lo graph.c: In function 'glusterfs_svc_mux_pidfile_cleanup': graph.c:1482:5: warning: ignoring return value of 'lockf', declared with attribute warn_unused_result [-Wunused-result] lockf(fileno(volfile_obj->pidfp), F_ULOCK, 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ graph.c: In function 'fill_uuid.constprop': graph.c:494:33: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 66 and 125 [-Wformat-truncation=] snprintf(uuid, size, "%s-%d-%s", hostname, getpid(), now_str); ^~ ~~~~~~~ In file included from /usr/include/stdio.h:873, from graph.c:17: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 4 and 318 bytes into a destination of size 128 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC libglusterfs_la-syncop.lo CC libglusterfs_la-graph-print.lo CC libglusterfs_la-trie.lo CC libglusterfs_la-run.lo CC libglusterfs_la-options.lo CC libglusterfs_la-fd-lk.lo CC libglusterfs_la-circ-buff.lo CC libglusterfs_la-event-history.lo CC libglusterfs_la-gidcache.lo CC libglusterfs_la-ctx.lo CC libglusterfs_la-client_t.lo CC libglusterfs_la-event-poll.lo CC libglusterfs_la-event-epoll.lo CC libglusterfs_la-syncop-utils.lo CC libglusterfs_la-cluster-syncop.lo CC libglusterfs_la-refcount.lo CC libglusterfs_la-basename_r.lo CC libglusterfs_la-dirname_r.lo CC libglusterfs_la-strfd.lo CC libglusterfs_la-parse-utils.lo CC libglusterfs_la-mntent.lo CC libglusterfs_la-execinfo.lo CC libglusterfs_la-quota-common-utils.lo CC libglusterfs_la-rot-buffs.lo CC libglusterfs_la-timer-wheel.lo CC libglusterfs_la-find_last_bit.lo CC libglusterfs_la-default-args.lo CC libglusterfs_la-locking.lo CC libglusterfs_la-xxhash.lo CC libglusterfs_la-throttle-tbf.lo CC libglusterfs_la-monitoring.lo CC libglusterfs_la-async.lo CC libglusterfs_la-events.lo CC libglusterfs_la-y.tab.lo CC libglusterfs_la-graph.lex.lo CC libglusterfs_la-defaults.lo CCLD libglusterfs.la make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs/src' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs/src' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs' Making all in rpc make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc' Making all in xdr make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr' Making all in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr/src' make all-am make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr/src' CC libgfxdr_la-xdr-generic.lo CC libgfxdr_la-xdr-nfs3.lo CC libgfxdr_la-msg-nfs3.lo CC libgfxdr_la-glusterfs3-xdr.lo CC libgfxdr_la-glusterfs4-xdr.lo CC libgfxdr_la-cli1-xdr.lo CC libgfxdr_la-rpc-common-xdr.lo CC libgfxdr_la-glusterd1-xdr.lo CC libgfxdr_la-changelog-xdr.lo CC libgfxdr_la-portmap-xdr.lo CC libgfxdr_la-nlm4-xdr.lo CC libgfxdr_la-nsm-xdr.lo CC libgfxdr_la-acl3-xdr.lo CC libgfxdr_la-mount3udp.lo CCLD libgfxdr.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr' Making all in rpc-lib make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib' Making all in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib/src' CC auth-unix.lo CC rpcsvc-auth.lo CC rpcsvc.lo CC auth-null.lo CC rpc-transport.lo CC xdr-rpc.lo CC xdr-rpcclnt.lo CC rpc-clnt.lo CC auth-glusterfs.lo CC rpc-drc.lo CC rpc-clnt-ping.lo CC autoscale-threads.lo CC mgmt-pmap.lo CCLD libgfrpc.la make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib' Making all in rpc-transport make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport' Making all in socket make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket/src' CC socket.lo CC name.lo CCLD socket.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc' Making all in libglusterd make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterd' Making all in src make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterd/src' CC libglusterd_la-gd-common-utils.lo CCLD libglusterd.la make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterd/src' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterd' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterd' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterd' Making all in api make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api' Making all in src make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api/src' CC libgfapi_la-glfs.lo CC libgfapi_la-glfs-mgmt.lo CC libgfapi_la-glfs-fops.lo CC libgfapi_la-glfs-resolve.lo CC libgfapi_la-glfs-handleops.lo CCLD libgfapi.la CC api_la-glfs-master.lo CCLD api.la make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api/src' Making all in examples make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api/examples' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api/examples' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api' Making all in glusterfsd make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/glusterfsd' Making all in src make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/glusterfsd/src' CC glusterfsd.o CC glusterfsd-mgmt.o CCLD glusterfsd CC gf_attach.o CCLD gf_attach make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/glusterfsd/src' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/glusterfsd' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/glusterfsd' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/glusterfsd' Making all in xlators make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators' Making all in cluster make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster' Making all in afr make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr/src' CC afr-dir-read.lo CC afr-dir-write.lo CC afr-inode-read.lo CC afr-inode-write.lo CC afr-open.lo CC afr-transaction.lo CC afr-lk-common.lo CC afr-read-txn.lo CC libxlator.lo CC afr-self-heal-common.lo CC afr-self-heal-data.lo CC afr-self-heal-entry.lo CC afr-self-heal-metadata.lo CC afr-self-heald.lo CC afr-self-heal-name.lo CC afr.lo CCLD afr.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr' Making all in dht make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht/src' CC dht-layout.lo CC dht-helper.lo CC dht-linkfile.lo CC dht-rebalance.lo CC dht-selfheal.lo CC dht-rename.lo CC dht-hashfn.lo CC dht-diskusage.lo CC dht-common.lo CC dht-inode-write.lo CC dht-inode-read.lo CC dht-shared.lo CC dht-lock.lo CC libxlator.lo CC dht.lo CCLD dht.la CC nufa.lo CCLD nufa.la CC switch.lo CCLD switch.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht' Making all in ec make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec/src' CC ec.lo CC ec-data.lo CC ec-helpers.lo CC ec-common.lo CC ec-generic.lo CC ec-locks.lo CC ec-dir-read.lo CC ec-dir-write.lo CC ec-inode-read.lo CC ec-inode-write.lo CC ec-combine.lo CC ec-method.lo CC ec-galois.lo CC ec-code.lo CC ec-code-c.lo CC ec-gf8.lo CC ec-heal.lo CC ec-heald.lo CC ec-code-intel.lo CC ec-code-x64.lo CC ec-code-sse.lo CC ec-code-avx.lo CC libxlator.lo CCLD ec.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster' Making all in storage make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage' Making all in posix make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix/src' CC posix.lo CC posix-helpers.lo CC posix-handle.lo CC posix-aio.lo CC posix-gfid-path.lo CC posix-entry-ops.lo CC posix-inode-fd-ops.lo CC posix-common.lo CC posix-metadata.lo CCLD posix.la .libs/posix-inode-fd-ops.o: In function `posix_do_chmod': /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix/src/posix-inode-fd-ops.c:254: warning: lchmod is not implemented and will always fail make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage' Making all in protocol make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol' Making all in auth make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth' Making all in addr make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr' Making all in src make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr/src' CC addr.lo CCLD addr.la make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr/src' make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr' Making all in login make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login' Making all in src make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login/src' CC login.lo CCLD login.la make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login/src' make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth' Making all in client make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/client' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/client/src' CC client.lo CC client-helpers.lo CC client-rpc-fops.lo CC client-handshake.lo CC client-callback.lo CC client-lk.lo CC client-common.lo CC client-rpc-fops_v2.lo CCLD client.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/client/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/client' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/client' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/client' Making all in server make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/server' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/server/src' CC server.lo CC server-resolve.lo CC server-helpers.lo CC server-rpc-fops.lo CC server-handshake.lo CC authenticate.lo CC server-common.lo CC server-rpc-fops_v2.lo CCLD server.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/server/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/server' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/server' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/server' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol' Making all in performance make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance' Making all in write-behind make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/write-behind' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/write-behind/src' CC write-behind.lo CCLD write-behind.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/write-behind/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/write-behind' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/write-behind' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/write-behind' Making all in read-ahead make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead/src' CC read-ahead.lo CC page.lo CCLD read-ahead.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead' Making all in readdir-ahead make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead/src' CC readdir-ahead.lo CCLD readdir-ahead.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead' Making all in io-threads make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-threads' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-threads/src' CC io-threads.lo CCLD io-threads.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-threads/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-threads' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-threads' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-threads' Making all in io-cache make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-cache' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-cache/src' CC io-cache.lo CC page.lo CC ioc-inode.lo CCLD io-cache.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-cache/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-cache' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-cache' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-cache' Making all in quick-read make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/quick-read' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/quick-read/src' CC quick-read.lo CCLD quick-read.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/quick-read/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/quick-read' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/quick-read' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/quick-read' Making all in md-cache make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/md-cache' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/md-cache/src' CC md-cache.lo CCLD md-cache.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/md-cache/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/md-cache' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/md-cache' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/md-cache' Making all in open-behind make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/open-behind' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/open-behind/src' CC open-behind.lo CCLD open-behind.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/open-behind/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/open-behind' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/open-behind' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/open-behind' Making all in nl-cache make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache/src' CC nl-cache.lo CC nl-cache-helper.lo CCLD nl-cache.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance' Making all in debug make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug' Making all in error-gen make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/error-gen' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/error-gen/src' CC error-gen.lo CCLD error-gen.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/error-gen/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/error-gen' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/error-gen' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/error-gen' Making all in io-stats make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/io-stats' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/io-stats/src' CC io-stats.lo CCLD io-stats.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/io-stats/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/io-stats' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/io-stats' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/io-stats' Making all in sink make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/sink' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/sink/src' CC sink.lo CCLD sink.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/sink/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/sink' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/sink' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/sink' Making all in trace make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/trace' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/trace/src' CC trace.lo CCLD trace.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/trace/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/trace' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/trace' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/trace' Making all in delay-gen make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen/src' CC delay-gen.lo CCLD delay-gen.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug' Making all in features make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features' Making all in locks make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks/src' CC common.lo CC posix.lo CC entrylk.lo CC inodelk.lo CC reservelk.lo CC clear.lo CCLD locks.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks' Making all in quota make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota/src' CC quota.lo CC quota-enforcer-client.lo CCLD quota.la CC quotad.lo CC quotad-helpers.lo CC quotad-aggregator.lo CCLD quotad.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota' Making all in read-only make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only/src' CC read-only.lo CC read-only-common.lo CCLD read-only.la CC worm-helper.lo CC worm.lo CCLD worm.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only' Making all in quiesce make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quiesce' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quiesce/src' CC quiesce.lo CCLD quiesce.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quiesce/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quiesce' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quiesce' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quiesce' Making all in marker make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/marker' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/marker/src' CC marker.lo CC marker-quota.lo CC marker-quota-helper.lo CC marker-common.lo CCLD marker.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/marker/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/marker' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/marker' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/marker' Making all in index make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/index' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/index/src' CC index.lo CCLD index.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/index/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/index' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/index' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/index' Making all in barrier make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/barrier' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/barrier/src' CC barrier.lo CCLD barrier.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/barrier/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/barrier' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/barrier' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/barrier' Making all in arbiter make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/arbiter' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/arbiter/src' CC arbiter.lo CCLD arbiter.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/arbiter/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/arbiter' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/arbiter' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/arbiter' Making all in upcall make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/upcall' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/upcall/src' CC upcall.lo CC upcall-internal.lo CCLD upcall.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/upcall/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/upcall' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/upcall' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/upcall' Making all in compress make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/compress' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/compress/src' CC cdc.lo CC cdc-helper.lo CCLD cdc.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/compress/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/compress' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/compress' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/compress' Making all in changelog make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/src' CC changelog.lo CC changelog-rt.lo CC changelog-helpers.lo CC changelog-encoders.lo CC changelog-rpc.lo CC changelog-barrier.lo CC changelog-rpc-common.lo CC changelog-ev-handle.lo CCLD changelog.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/src' Making all in lib make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib' Making all in src make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib/src' CC libgfchangelog_la-gf-changelog.lo CC libgfchangelog_la-gf-changelog-journal-handler.lo CC libgfchangelog_la-gf-changelog-helpers.lo CC libgfchangelog_la-gf-changelog-api.lo CC libgfchangelog_la-gf-history-changelog.lo CC libgfchangelog_la-gf-changelog-rpc.lo CC libgfchangelog_la-gf-changelog-reborp.lo CC libgfchangelog_la-changelog-rpc-common.lo CCLD libgfchangelog.la make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib/src' make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog' Making all in gfid-access make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/gfid-access' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/gfid-access/src' CC gfid-access.lo CCLD gfid-access.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/gfid-access/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/gfid-access' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/gfid-access' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/gfid-access' Making all in snapview-client make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-client' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-client/src' CC snapview-client.lo CCLD snapview-client.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-client/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-client' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-client' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-client' Making all in snapview-server make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-server' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-server/src' CC snapview-server.lo CC snapview-server-mgmt.lo CC snapview-server-helpers.lo CCLD snapview-server.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-server/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-server' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-server' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-server' Making all in trash make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/trash' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/trash/src' CC trash.lo CCLD trash.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/trash/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/trash' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/trash' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/trash' Making all in shard make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/shard' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/shard/src' CC shard.lo CCLD shard.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/shard/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/shard' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/shard' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/shard' Making all in bit-rot make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src' Making all in stub make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src/stub' CC bit-rot-stub-helpers.lo CC bit-rot-stub.lo CCLD bitrot-stub.la make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src/stub' Making all in bitd make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src/bitd' CC bit-rot.lo CC bit-rot-scrub.lo CC bit-rot-ssm.lo CC bit-rot-scrub-status.lo CCLD bit-rot.la make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src/bitd' make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot' Making all in leases make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/leases' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/leases/src' CC leases.lo CC leases-internal.lo CCLD leases.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/leases/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/leases' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/leases' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/leases' Making all in selinux make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/selinux' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/selinux/src' CC selinux.lo CCLD selinux.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/selinux/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/selinux' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/selinux' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/selinux' Making all in sdfs make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/sdfs' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/sdfs/src' CC sdfs.lo CCLD sdfs.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/sdfs/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/sdfs' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/sdfs' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/sdfs' Making all in namespace make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/namespace' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/namespace/src' CC namespace.lo CCLD namespace.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/namespace/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/namespace' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/namespace' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/namespace' Making all in cloudsync make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src' /usr/bin/python3 ../../../../xlators/features/cloudsync/src/cloudsync-fops-h.py \ ../../../../xlators/features/cloudsync/src/cloudsync-autogen-fops-tmpl.h > cloudsync-autogen-fops.h make all-recursive make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src' Making all in cloudsync-plugins make[7]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins' Making all in src make[8]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src' Making all in cloudsyncs3 make[9]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3' Making all in src make[10]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3/src' CC libcloudsyncs3.lo CC cloudsync-common.lo CCLD cloudsyncs3.la make[10]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3/src' make[10]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3' make[10]: Nothing to be done for 'all-am'. make[10]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3' make[9]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3' Making all in cvlt make[9]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt' Making all in src make[10]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src' CC libcvlt.lo CC cloudsync-common.lo CCLD cloudsynccvlt.la make[10]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src' make[10]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt' make[10]: Nothing to be done for 'all-am'. make[10]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt' make[9]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt' make[9]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src' make[9]: Nothing to be done for 'all-am'. make[9]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src' make[8]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src' make[8]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins' make[8]: Nothing to be done for 'all-am'. make[8]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins' make[7]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins' make[7]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src' CC cloudsync.lo CC cloudsync-common.lo /usr/bin/python3 ../../../../xlators/features/cloudsync/src/cloudsync-fops-c.py \ ../../../../xlators/features/cloudsync/src/cloudsync-autogen-fops-tmpl.c > cloudsync-autogen-fops.c CC cloudsync-autogen-fops.lo CCLD cloudsync.la make[7]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src' make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync' Making all in thin-arbiter make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter/src' CC thin-arbiter.lo CC libxlator.lo CCLD thin-arbiter.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter' Making all in utime make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime/src' /usr/bin/python3 ../../../../xlators/features/utime/src/utime-gen-fops-h.py ../../../../xlators/features/utime/src/utime-autogen-fops-tmpl.h > utime-autogen-fops.h make all-am make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime/src' CC utime-helpers.lo CC utime.lo /usr/bin/python3 ../../../../xlators/features/utime/src/utime-gen-fops-c.py ../../../../xlators/features/utime/src/utime-autogen-fops-tmpl.c > utime-autogen-fops.c CC utime-autogen-fops.lo CCLD utime.la make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime/src' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features' Making all in mount make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount' Making all in fuse make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse/src' CC fuse-helpers.lo CC fuse-resolve.lo CC fuse-bridge.lo CC misc.lo CC mount.lo ../../../../contrib/fuse-lib/mount.c: In function 'gf_fuse_unmount_daemon': ../../../../contrib/fuse-lib/mount.c:112:23: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] (void)chdir("/"); ^~~~~~~~~~ ../../../../contrib/fuse-lib/mount.c:116:17: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read (ump[0], &c, 1); ^~~~~~~~~~~~~~~~~~~~ ../../../../contrib/fuse-lib/mount.c: In function 'gf_fuse_mount': ../../../../contrib/fuse-lib/mount.c:514:31: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void)write (status_fd, &ret, sizeof (ret)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC mount-common.lo ../../../../contrib/fuse-lib/mount-common.c: In function 'mtab_needs_update': ../../../../contrib/fuse-lib/mount-common.c:59:25: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid (0, -1); ^~~~~~~~~~~~~~~~ ../../../../contrib/fuse-lib/mount-common.c:64:25: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid (ruid, -1); ^~~~~~~~~~~~~~~~~~~ CCLD fuse.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse/src' Making all in utils make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse/utils' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse/utils' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount' Making all in nfs make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs' Making all in server make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs/server' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs/server/src' CC nfs.lo CC nfs-common.lo CC nfs-fops.lo CC nfs-inodes.lo CC nfs-generics.lo CC mount3.lo CC nfs3-fh.lo CC nfs3.lo CC nfs3-helpers.lo CC nlm4.lo CC nlmcbk_svc.lo CC mount3udp_svc.lo CC acl3.lo CC netgroups.lo CC exports.lo CC mount3-auth.lo CC auth-cache.lo CCLD server.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs/server/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs/server' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs/server' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs/server' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs' Making all in mgmt make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt' Making all in glusterd make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd/src' CC glusterd_la-glusterd.lo CC glusterd_la-glusterd-handler.lo CC glusterd_la-glusterd-sm.lo CC glusterd_la-glusterd-op-sm.lo CC glusterd_la-glusterd-utils.lo CC glusterd_la-glusterd-rpc-ops.lo CC glusterd_la-glusterd-store.lo glusterd-store.c: In function 'glusterd_store_brickinfofname_set.constprop': glusterd-store.c:125:35: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 3841 and 4095 [-Wformat-truncation=] snprintf(brickfname, len, "%s:%s", brickinfo->hostname, key_vol_brick); ^~ ~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:873, from ../../../../libglusterfs/src/glusterfs/glusterfs.h:14, from glusterd-op-sm.h:16, from glusterd-store.c:11: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 2 and 4351 bytes into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ glusterd-store.c: In function 'glusterd_store_create_brick_shandle_on_absence': glusterd-store.c:149:34: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(brickpath, len, "%s/%s", brickdirpath, brickfname); ^~ ~~~~~~~~~~ In file included from /usr/include/stdio.h:873, from ../../../../libglusterfs/src/glusterfs/glusterfs.h:14, from glusterd-op-sm.h:16, from glusterd-store.c:11: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 2 and 8192 bytes into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ glusterd-store.c: In function 'glusterd_store_create_snapd_shandle_on_absence': glusterd-store.c:169:34: warning: '/snapd.info' directive output may be truncated writing 11 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] snprintf(snapd_path, len, "%s/snapd.info", volpath); ^~~~~~~~~~~ In file included from /usr/include/stdio.h:873, from ../../../../libglusterfs/src/glusterfs/glusterfs.h:14, from glusterd-op-sm.h:16, from glusterd-store.c:11: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 12 and 4107 bytes into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ glusterd-store.c: In function 'glusterd_store_create_vol_shandle_on_absence': glusterd-store.c:1115:33: warning: '%s' directive output may be truncated writing 4 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(volfpath, len, "%s/%s", voldirpath, GLUSTERD_VOLUME_INFO_FILE); ^~ In file included from /usr/include/stdio.h:873, from ../../../../libglusterfs/src/glusterfs/glusterfs.h:14, from glusterd-op-sm.h:16, from glusterd-store.c:11: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 6 and 4101 bytes into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ glusterd-store.c: In function 'glusterd_store_create_nodestate_sh_on_absence': glusterd-store.c:1130:39: warning: '%s' directive output may be truncated writing 15 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(node_statepath, len, "%s/%s", voldirpath, ^~ In file included from /usr/include/stdio.h:873, from ../../../../libglusterfs/src/glusterfs/glusterfs.h:14, from glusterd-op-sm.h:16, from glusterd-store.c:11: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 17 and 4112 bytes into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ glusterd-store.c: In function 'glusterd_store_create_quota_conf_sh_on_absence': glusterd-store.c:1146:40: warning: '%s' directive output may be truncated writing 10 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(quota_conf_path, len, "%s/%s", voldirpath, ^~ In file included from /usr/include/stdio.h:873, from ../../../../libglusterfs/src/glusterfs/glusterfs.h:14, from glusterd-op-sm.h:16, from glusterd-store.c:11: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 12 and 4107 bytes into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ glusterd-store.c: In function 'glusterd_store_hostname_peerpath_set.constprop': glusterd-store.c:4375:36: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] snprintf(peerfpath, len, "%s/%s", peerdir, peerinfo->hostname); ^ In file included from /usr/include/stdio.h:873, from ../../../../libglusterfs/src/glusterfs/glusterfs.h:14, from glusterd-op-sm.h:16, from glusterd-store.c:11: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ glusterd-store.c: In function 'glusterd_store_peerinfo_uuid_shandle_create': glusterd-store.c:4361:34: warning: '%s' directive output may be truncated writing up to 49 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] snprintf(peerfpath, len, "%s/%s", peerdir, str); ^~ ~~~ In file included from /usr/include/stdio.h:873, from ../../../../libglusterfs/src/glusterfs/glusterfs.h:14, from glusterd-op-sm.h:16, from glusterd-store.c:11: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 2 and 4146 bytes into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC glusterd_la-glusterd-handshake.lo CC glusterd_la-glusterd-pmap.lo glusterd-pmap.c: In function 'pmap_registry_bind': glusterd-pmap.c:281:9: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&pmap->ports[p].brickname, "%s %s", tmp, brickname); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ glusterd-pmap.c: In function 'pmap_registry_extend': glusterd-pmap.c:339:9: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&new_bn, "%s %s", old_bn, brickname); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC glusterd_la-glusterd-volgen.lo CC glusterd_la-glusterd-rebalance.lo CC glusterd_la-glusterd-quota.lo CC glusterd_la-glusterd-bitrot.lo CC glusterd_la-glusterd-geo-rep.lo CC glusterd_la-glusterd-replace-brick.lo CC glusterd_la-glusterd-log-ops.lo CC glusterd_la-glusterd-volume-ops.lo CC glusterd_la-glusterd-brick-ops.lo CC glusterd_la-glusterd-mountbroker.lo CC glusterd_la-glusterd-syncop.lo CC glusterd_la-glusterd-hooks.lo CC glusterd_la-glusterd-volume-set.lo CC glusterd_la-glusterd-locks.lo CC glusterd_la-glusterd-snapshot.lo CC glusterd_la-glusterd-mgmt-handler.lo CC glusterd_la-glusterd-mgmt.lo CC glusterd_la-glusterd-peer-utils.lo CC glusterd_la-glusterd-statedump.lo CC glusterd_la-glusterd-snapshot-utils.lo CC glusterd_la-glusterd-conn-mgmt.lo CC glusterd_la-glusterd-proc-mgmt.lo CC glusterd_la-glusterd-svc-mgmt.lo CC glusterd_la-glusterd-nfs-svc.lo CC glusterd_la-glusterd-quotad-svc.lo CC glusterd_la-glusterd-svc-helper.lo CC glusterd_la-glusterd-conn-helper.lo CC glusterd_la-glusterd-snapd-svc.lo glusterd-snapd-svc.c: In function 'glusterd_snapdsvc_init': glusterd-snapd-svc.c:37:31: warning: '/snapd.log' directive output may be truncated writing 10 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] snprintf(logfile, len, "%s/snapd.log", logdir); ^~~~~~~~~~ In file included from /usr/include/stdio.h:873, from /usr/include/argp.h:23, from ../../../../libglusterfs/src/glusterfs/compat.h:425, from ../../../../libglusterfs/src/glusterfs/glusterfs-fops.h:14, from ../../../../libglusterfs/src/glusterfs/xlator.h:16, from ../../../../libglusterfs/src/glusterfs/globals.h:129, from glusterd-snapd-svc.c:11: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 11 and 4106 bytes into a destination of size 4096 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC glusterd_la-glusterd-snapd-svc-helper.lo CC glusterd_la-glusterd-bitd-svc.lo CC glusterd_la-glusterd-scrub-svc.lo CC glusterd_la-glusterd-server-quorum.lo CC glusterd_la-glusterd-reset-brick.lo CC glusterd_la-glusterd-shd-svc.lo CC glusterd_la-glusterd-shd-svc-helper.lo CC glusterd_la-glusterd-gfproxyd-svc.lo CC glusterd_la-glusterd-gfproxyd-svc-helper.lo CC glusterd_la-glusterd-ganesha.lo CC glusterd_la-mntent.lo CCLD glusterd.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt' Making all in system make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system' Making all in posix-acl make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system/posix-acl' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system/posix-acl/src' CC posix-acl.lo CC posix-acl-xattr.lo CCLD posix-acl.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system/posix-acl/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system/posix-acl' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system/posix-acl' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system/posix-acl' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system' Making all in playground make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground' Making all in template make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground/template' Making all in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground/template/src' CC template.lo CCLD template.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground/template/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground/template' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground/template' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground/template' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground' Making all in meta make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/meta' Making all in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/meta/src' CC meta.lo CC meta-helpers.lo CC meta-defaults.lo CC root-dir.lo CC graphs-dir.lo CC frames-file.lo CC graph-dir.lo CC active-link.lo CC xlator-dir.lo CC top-link.lo CC logging-dir.lo CC logfile-link.lo CC loglevel-file.lo CC process_uuid-file.lo CC volfile-file.lo CC view-dir.lo CC subvolumes-dir.lo CC subvolume-link.lo CC type-file.lo CC version-file.lo CC options-dir.lo CC option-file.lo CC cmdline-file.lo CC name-file.lo CC private-file.lo CC history-file.lo CC mallinfo-file.lo CC meminfo-file.lo CC measure-file.lo CC profile-file.lo CCLD meta.la make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/meta/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/meta' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/meta' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/meta' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators' Making all in contrib/fuse-util make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/contrib/fuse-util' CC fusermount.o CC mount_util.o CC mount-common.o ../../contrib/fuse-lib/mount-common.c: In function 'mtab_needs_update': ../../contrib/fuse-lib/mount-common.c:59:25: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid (0, -1); ^~~~~~~~~~~~~~~~ ../../contrib/fuse-lib/mount-common.c:64:25: warning: ignoring return value of 'setreuid', declared with attribute warn_unused_result [-Wunused-result] setreuid (ruid, -1); ^~~~~~~~~~~~~~~~~~~ CCLD fusermount-glusterfs make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/contrib/fuse-util' Making all in doc make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/doc' Making all in extras make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras' Making all in init.d make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/init.d' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/init.d' Making all in systemd make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/systemd' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/systemd' Making all in benchmarking make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/benchmarking' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/benchmarking' Making all in hook-scripts make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts' Making all in add-brick make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick' Making all in post make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick/post' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick/post' Making all in pre make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick/pre' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick/pre' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick' Making all in create make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/create' Making all in post make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/create/post' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/create/post' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/create' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/create' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/create' Making all in delete make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete' Making all in pre make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete/pre' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete/pre' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete' Making all in set make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/set' Making all in post make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/set/post' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/set/post' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/set' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/set' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/set' Making all in start make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/start' Making all in post make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/start/post' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/start/post' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/start' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/start' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/start' Making all in stop make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop' Making all in pre make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop/pre' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop/pre' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop' Making all in reset make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset' Making all in post make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset/post' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset/post' Making all in pre make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset/pre' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset/pre' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts' Making all in ocf make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ocf' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ocf' Making all in LinuxRPM make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/LinuxRPM' To build RPMS run 'make glusterrpms' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/LinuxRPM' Making all in geo-rep make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/geo-rep' CC gsync_sync_gfid-gsync-sync-gfid.o CCLD gsync-sync-gfid make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/geo-rep' Making all in snap_scheduler make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/snap_scheduler' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/snap_scheduler' Making all in firewalld make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/firewalld' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/firewalld' Making all in cliutils make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/cliutils' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/cliutils' Making all in python make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/python' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/python' Making all in ganesha make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha' Making all in scripts make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/scripts' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/scripts' Making all in config make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/config' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/config' Making all in ocf make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/ocf' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/ocf' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras' Making all in cli make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli' Making all in src make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli/src' CC cli.o CC registry.o CC input.o CC cli-cmd.o CC cli-rl.o CC cli-cmd-global.o CC cli-cmd-volume.o CC cli-cmd-peer.o CC cli-rpc-ops.o CC cli-cmd-parser.o CC cli-cmd-system.o CC cli-cmd-misc.o CC cli-xml-output.o CC cli-quotad-client.o CC cli-cmd-snapshot.o CCLD gluster make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli/src' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli' Making all in heal make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/heal' Making all in src make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/heal/src' CC glfs-heal.o CCLD glfsheal make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/heal/src' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/heal' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/heal' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/heal' Making all in geo-replication make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication' Making all in syncdaemon make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication/syncdaemon' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication/syncdaemon' Making all in src make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication/src' CC gsyncd.o CC procdiggy.o CCLD gsyncd make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication/src' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication' Making all in tools make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools' Making all in gfind_missing_files make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/gfind_missing_files' CC gcrawler.o CCLD gcrawler make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/gfind_missing_files' Making all in glusterfind make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/glusterfind' Making all in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/glusterfind/src' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/glusterfind/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/glusterfind' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/glusterfind' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/glusterfind' Making all in setgfid2path make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/setgfid2path' Making all in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/setgfid2path/src' CC main.o CCLD gluster-setgfid2path make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/setgfid2path/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/setgfid2path' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/setgfid2path' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/setgfid2path' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools' Making all in events make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events' Making all in src make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/src' /usr/bin/python3 ../../events/eventskeygen.py PY_HEADER make all-am make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/src' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/src' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/src' Making all in tools make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/tools' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/tools' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.GTAFNm + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64 ++ dirname /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64 + cd glusterfs-20201007.d1d7a6f + rm -rf /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64 + make install DESTDIR=/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64 Making install in libglusterfs make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs' Making install in src make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs/src' make install-am make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64' /bin/sh ../../libtool --mode=install /usr/bin/install -c libglusterfs.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64' libtool: install: /usr/bin/install -c .libs/libglusterfs.so.0.0.1 /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/libglusterfs.so.0.0.1 libtool: install: (cd /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64 && { ln -s -f libglusterfs.so.0.0.1 libglusterfs.so.0 || { rm -f libglusterfs.so.0 && ln -s libglusterfs.so.0.0.1 libglusterfs.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64 && { ln -s -f libglusterfs.so.0.0.1 libglusterfs.so || { rm -f libglusterfs.so && ln -s libglusterfs.so.0.0.1 libglusterfs.so; }; }) libtool: install: /usr/bin/install -c .libs/libglusterfs.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/libglusterfs.la /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/include/glusterfs/gfchangelog' /usr/bin/install -c -m 644 changelog.h '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/include/glusterfs/gfchangelog' libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/include/glusterfs' /usr/bin/install -c -m 644 glusterfs/common-utils.h glusterfs/defaults.h glusterfs/default-args.h glusterfs/dict.h glusterfs/glusterfs.h glusterfs/hashfn.h glusterfs/timespec.h glusterfs/logging.h glusterfs/xlator.h glusterfs/stack.h glusterfs/timer.h glusterfs/list.h glusterfs/inode.h glusterfs/call-stub.h glusterfs/compat.h glusterfs/fd.h glusterfs/revision.h glusterfs/compat-errno.h glusterfs/gf-event.h glusterfs/mem-pool.h glusterfs/byte-order.h glusterfs/gf-dirent.h glusterfs/locking.h glusterfs/syscall.h glusterfs/iobuf.h glusterfs/globals.h glusterfs/statedump.h glusterfs/checksum.h glusterfs/daemon.h glusterfs/store.h glusterfs/rbthash.h glusterfs/iatt.h glusterfs/latency.h glusterfs/mem-types.h glusterfs/syncop.h glusterfs/cluster-syncop.h glusterfs/graph-utils.h glusterfs/trie.h glusterfs/refcount.h glusterfs/run.h '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/include/glusterfs' /usr/bin/install -c -m 644 glusterfs/options.h glusterfs/lkowner.h glusterfs/fd-lk.h glusterfs/circ-buff.h glusterfs/event-history.h glusterfs/gidcache.h glusterfs/client_t.h glusterfs/glusterfs-acl.h glusterfs/glfs-message-id.h glusterfs/template-component-messages.h glusterfs/strfd.h glusterfs/syncop-utils.h glusterfs/parse-utils.h glusterfs/libglusterfs-messages.h glusterfs/lvm-defaults.h glusterfs/quota-common-utils.h glusterfs/rot-buffs.h glusterfs/compat-uuid.h glusterfs/upcall-utils.h glusterfs/throttle-tbf.h glusterfs/events.h glusterfs/atomic.h glusterfs/monitoring.h glusterfs/async.h glusterfs/glusterfs-fops.h '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/include/glusterfs' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/include/glusterfs' /usr/bin/install -c -m 644 y.tab.h '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/include/glusterfs' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs/src' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs/src' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs/src' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs' Making install in rpc make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc' Making install in xdr make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr' Making install in src make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr/src' make install-am make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64' /bin/sh ../../../libtool --mode=install /usr/bin/install -c libgfxdr.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -version-info 0:1:0 -rdynamic -ltirpc -export-symbols ../../../rpc/xdr/src/libgfxdr.sym -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgfxdr.la -rpath /usr/lib64 libgfxdr_la-xdr-generic.lo libgfxdr_la-xdr-nfs3.lo libgfxdr_la-msg-nfs3.lo libgfxdr_la-glusterfs3-xdr.lo libgfxdr_la-glusterfs4-xdr.lo libgfxdr_la-cli1-xdr.lo libgfxdr_la-rpc-common-xdr.lo libgfxdr_la-glusterd1-xdr.lo libgfxdr_la-changelog-xdr.lo libgfxdr_la-portmap-xdr.lo libgfxdr_la-nlm4-xdr.lo libgfxdr_la-nsm-xdr.lo libgfxdr_la-acl3-xdr.lo libgfxdr_la-mount3udp.lo ../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'libgfxdr.la' libtool: install: /usr/bin/install -c .libs/libgfxdr.so.0.0.1T /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/libgfxdr.so.0.0.1 libtool: install: (cd /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64 && { ln -s -f libgfxdr.so.0.0.1 libgfxdr.so.0 || { rm -f libgfxdr.so.0 && ln -s libgfxdr.so.0.0.1 libgfxdr.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64 && { ln -s -f libgfxdr.so.0.0.1 libgfxdr.so || { rm -f libgfxdr.so && ln -s libgfxdr.so.0.0.1 libgfxdr.so; }; }) libtool: install: /usr/bin/install -c .libs/libgfxdr.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/libgfxdr.la /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/include/glusterfs/rpc' /usr/bin/install -c -m 644 xdr-generic.h glusterfs3.h rpc-pragmas.h xdr-nfs3.h msg-nfs3.h '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/include/glusterfs/rpc' libtool: warning: remember to run 'libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/include/glusterfs/rpc' /usr/bin/install -c -m 644 glusterfs3-xdr.h glusterfs4-xdr.h cli1-xdr.h rpc-common-xdr.h glusterd1-xdr.h changelog-xdr.h portmap-xdr.h nlm4-xdr.h nsm-xdr.h acl3-xdr.h mount3udp.h '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/include/glusterfs/rpc' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr/src' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr/src' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr' Making install in rpc-lib make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib' Making install in src make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64' /bin/sh ../../../libtool --mode=install /usr/bin/install -c libgfrpc.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -version-info 0:1:0 -rdynamic -ltirpc -export-symbols ../../../rpc/rpc-lib/src/libgfrpc.sym -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgfrpc.la -rpath /usr/lib64 auth-unix.lo rpcsvc-auth.lo rpcsvc.lo auth-null.lo rpc-transport.lo xdr-rpc.lo xdr-rpcclnt.lo rpc-clnt.lo auth-glusterfs.lo rpc-drc.lo rpc-clnt-ping.lo autoscale-threads.lo mgmt-pmap.lo ../../../libglusterfs/src/libglusterfs.la ../../../rpc/xdr/src/libgfxdr.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'libgfrpc.la' libtool: install: /usr/bin/install -c .libs/libgfrpc.so.0.0.1T /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/libgfrpc.so.0.0.1 libtool: install: (cd /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64 && { ln -s -f libgfrpc.so.0.0.1 libgfrpc.so.0 || { rm -f libgfrpc.so.0 && ln -s libgfrpc.so.0.0.1 libgfrpc.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64 && { ln -s -f libgfrpc.so.0.0.1 libgfrpc.so || { rm -f libgfrpc.so && ln -s libgfrpc.so.0.0.1 libgfrpc.so; }; }) libtool: install: /usr/bin/install -c .libs/libgfrpc.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/libgfrpc.la /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/include/glusterfs/rpc' /usr/bin/install -c -m 644 rpcsvc.h rpc-transport.h xdr-common.h xdr-rpc.h xdr-rpcclnt.h rpc-clnt.h rpcsvc-common.h protocol-common.h rpc-drc.h rpc-clnt-ping.h rpc-lib-messages.h '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/include/glusterfs/rpc' libtool: warning: remember to run 'libtool --finish /usr/lib64' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib/src' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib/src' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib' Making install in rpc-transport make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport' Making install in socket make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/rpc-transport' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c socket.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/rpc-transport' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o socket.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/rpc-transport socket.lo name.lo ../../../../libglusterfs/src/libglusterfs.la ../../../../rpc/xdr/src/libgfxdr.la ../../../../rpc/rpc-lib/src/libgfrpc.la -lssl -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'socket.la' libtool: install: /usr/bin/install -c .libs/socket.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/rpc-transport/socket.so libtool: install: /usr/bin/install -c .libs/socket.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/rpc-transport/socket.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc' libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/rpc-transport' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc' Making install in libglusterd make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterd' Making install in src make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterd/src' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterd/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64' /bin/sh ../../libtool --mode=install /usr/bin/install -c libglusterd.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64' libtool: install: /usr/bin/install -c .libs/libglusterd.so.0.0.1 /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/libglusterd.so.0.0.1 libtool: install: (cd /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64 && { ln -s -f libglusterd.so.0.0.1 libglusterd.so.0 || { rm -f libglusterd.so.0 && ln -s libglusterd.so.0.0.1 libglusterd.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64 && { ln -s -f libglusterd.so.0.0.1 libglusterd.so || { rm -f libglusterd.so && ln -s libglusterd.so.0.0.1 libglusterd.so; }; }) libtool: install: /usr/bin/install -c .libs/libglusterd.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/libglusterd.la /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/include/glusterfs' /usr/bin/install -c -m 644 gd-common-utils.h '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/include/glusterfs' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterd/src' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterd/src' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterd' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterd' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterd' libtool: warning: remember to run 'libtool --finish /usr/lib64' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterd' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterd' Making install in api make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api' Making install in src make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api/src' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64' /bin/sh ../../libtool --mode=install /usr/bin/install -c libgfapi.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -version-info 0:0:0 -rdynamic -ltirpc -Wl,--version-script=../../api/src/gfapi.map -lacl -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgfapi.la -rpath /usr/lib64 libgfapi_la-glfs.lo libgfapi_la-glfs-mgmt.lo libgfapi_la-glfs-fops.lo libgfapi_la-glfs-resolve.lo libgfapi_la-glfs-handleops.lo ../../libglusterfs/src/libglusterfs.la ../../rpc/rpc-lib/src/libgfrpc.la ../../rpc/xdr/src/libgfxdr.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'libgfapi.la' libtool: install: /usr/bin/install -c .libs/libgfapi.so.0.0.0T /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/libgfapi.so.0.0.0 libtool: install: (cd /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64 && { ln -s -f libgfapi.so.0.0.0 libgfapi.so.0 || { rm -f libgfapi.so.0 && ln -s libgfapi.so.0.0.0 libgfapi.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64 && { ln -s -f libgfapi.so.0.0.0 libgfapi.so || { rm -f libgfapi.so && ln -s libgfapi.so.0.0.0 libgfapi.so; }; }) libtool: install: /usr/bin/install -c .libs/libgfapi.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/libgfapi.la /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/include/glusterfs/api' /usr/bin/install -c -m 644 glfs.h glfs-handles.h '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/include/glusterfs/api' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/mount' libtool: warning: remember to run 'libtool --finish /usr/lib64' /bin/sh ../../libtool --mode=install /usr/bin/install -c api.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/mount' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o api.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/mount api_la-glfs-master.lo ../../libglusterfs/src/libglusterfs.la ../../rpc/rpc-lib/src/libgfrpc.la ../../rpc/xdr/src/libgfxdr.la ../../api/src/libgfapi.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'api.la' libtool: install: /usr/bin/install -c .libs/api.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/mount/api.so libtool: install: /usr/bin/install -c .libs/api.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/mount/api.la make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api/src' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api/src' Making install in examples libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/mount' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api/examples' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api/examples' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api/examples' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api/examples' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api' Making install in glusterfsd make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/glusterfsd' Making install in src make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/glusterfsd/src' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/glusterfsd/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin' /bin/sh ../../libtool --mode=install /usr/bin/install -c glusterfsd glusterfsd gf_attach '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin' libtool: warning: '../../libglusterfs/src/libglusterfs.la' has not been installed in '/usr/lib64' libtool: warning: '../../rpc/rpc-lib/src/libgfrpc.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr/src/libgfxdr.la' has not been installed in '/usr/lib64' libtool: warning: '../../rpc/xdr/src/libgfxdr.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -c .libs/glusterfsd /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/glusterfsd libtool: warning: '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs/src/libglusterfs.la' has not been installed in '/usr/lib64' libtool: warning: '../../libglusterfs/src/libglusterfs.la' has not been installed in '/usr/lib64' libtool: warning: '../../rpc/rpc-lib/src/libgfrpc.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr/src/libgfxdr.la' has not been installed in '/usr/lib64' libtool: warning: '../../rpc/xdr/src/libgfxdr.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs/src/libglusterfs.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -c .libs/glusterfsd /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/glusterfsd libtool: warning: '../../libglusterfs/src/libglusterfs.la' has not been installed in '/usr/lib64' libtool: warning: '../../api/src/libgfapi.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib/src/libgfrpc.la' has not been installed in '/usr/lib64' libtool: warning: '../../rpc/rpc-lib/src/libgfrpc.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr/src/libgfxdr.la' has not been installed in '/usr/lib64' libtool: warning: '../../rpc/xdr/src/libgfxdr.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -c .libs/gf_attach /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/gf_attach libtool: warning: '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs/src/libglusterfs.la' has not been installed in '/usr/lib64' /usr/bin/install -c -d -m 755 /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/run /usr/bin/install -c -d -m 755 /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/run/gluster /usr/bin/install -c -d -m 755 /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/log/glusterfs /usr/bin/install -c -d -m 755 /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin rm -f /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/glusterfs ln -s glusterfsd /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/glusterfs rm -f /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/glusterd ln -s glusterfsd /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/glusterd make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/glusterfsd/src' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/glusterfsd/src' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/glusterfsd' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/glusterfsd' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/glusterfsd' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/glusterfsd' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/glusterfsd' Making install in xlators make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators' Making install in cluster make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster' Making install in afr make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c afr.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o afr.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster afr-dir-read.lo afr-dir-write.lo afr-inode-read.lo afr-inode-write.lo afr-open.lo afr-transaction.lo afr-lk-common.lo afr-read-txn.lo libxlator.lo afr-self-heal-common.lo afr-self-heal-data.lo afr-self-heal-entry.lo afr-self-heal-metadata.lo afr-self-heald.lo afr-self-heal-name.lo afr.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'afr.la' libtool: install: /usr/bin/install -c .libs/afr.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster/afr.so libtool: install: /usr/bin/install -c .libs/afr.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster/afr.la make install-data-hook make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr/src' ln -sf afr.so /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster/replicate.so make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr/src' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr' Making install in dht libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c dht.la nufa.la switch.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o dht.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster dht-layout.lo dht-helper.lo dht-linkfile.lo dht-rebalance.lo dht-selfheal.lo dht-rename.lo dht-hashfn.lo dht-diskusage.lo dht-common.lo dht-inode-write.lo dht-inode-read.lo dht-shared.lo dht-lock.lo libxlator.lo dht.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'dht.la' libtool: install: /usr/bin/install -c .libs/dht.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster/dht.so libtool: install: /usr/bin/install -c .libs/dht.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster/dht.la libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o nufa.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster dht-layout.lo dht-helper.lo dht-linkfile.lo dht-rebalance.lo dht-selfheal.lo dht-rename.lo dht-hashfn.lo dht-diskusage.lo dht-common.lo dht-inode-write.lo dht-inode-read.lo dht-shared.lo dht-lock.lo libxlator.lo nufa.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'nufa.la' libtool: install: /usr/bin/install -c .libs/nufa.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster/nufa.so libtool: install: /usr/bin/install -c .libs/nufa.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster/nufa.la libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o switch.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster dht-layout.lo dht-helper.lo dht-linkfile.lo dht-rebalance.lo dht-selfheal.lo dht-rename.lo dht-hashfn.lo dht-diskusage.lo dht-common.lo dht-inode-write.lo dht-inode-read.lo dht-shared.lo dht-lock.lo libxlator.lo switch.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'switch.la' libtool: install: /usr/bin/install -c .libs/switch.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster/switch.so libtool: install: /usr/bin/install -c .libs/switch.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster/switch.la make install-data-hook make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht/src' ln -sf dht.so /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster/distribute.so make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht/src' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht' Making install in ec libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c ec.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o ec.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster ec.lo ec-data.lo ec-helpers.lo ec-common.lo ec-generic.lo ec-locks.lo ec-dir-read.lo ec-dir-write.lo ec-inode-read.lo ec-inode-write.lo ec-combine.lo ec-method.lo ec-galois.lo ec-code.lo ec-code-c.lo ec-gf8.lo ec-heal.lo ec-heald.lo ec-code-intel.lo ec-code-x64.lo ec-code-sse.lo ec-code-avx.lo libxlator.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'ec.la' libtool: install: /usr/bin/install -c .libs/ec.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster/ec.so libtool: install: /usr/bin/install -c .libs/ec.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster/ec.la make install-data-hook libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster' make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec/src' ln -sf ec.so /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster/disperse.so make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec/src' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster' Making install in storage make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage' Making install in posix make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/storage' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c posix.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/storage' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -fno-strict-aliasing -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -I../../../../glusterfsd/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o posix.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/storage posix.lo posix-helpers.lo posix-handle.lo posix-aio.lo posix-gfid-path.lo posix-entry-ops.lo posix-inode-fd-ops.lo posix-common.lo posix-metadata.lo ../../../../libglusterfs/src/libglusterfs.la -laio -lacl -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'posix.la' libtool: install: /usr/bin/install -c .libs/posix.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/storage/posix.so libtool: install: /usr/bin/install -c .libs/posix.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/storage/posix.la .libs/posix-inode-fd-ops.o: In function `posix_do_chmod': /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix/src/posix-inode-fd-ops.c:254: warning: lchmod is not implemented and will always fail make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage' Making install in protocol libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/storage' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol' Making install in auth make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth' Making install in addr make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr' Making install in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr/src' make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr/src' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/auth' /bin/sh ../../../../../libtool --mode=install /usr/bin/install -c addr.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/auth' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o addr.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/auth addr.lo ../../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'addr.la' libtool: install: /usr/bin/install -c .libs/addr.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/auth/addr.so libtool: install: /usr/bin/install -c .libs/addr.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/auth/addr.la make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr/src' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr' make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr' Making install in login libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/auth' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login' Making install in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login/src' make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login/src' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/auth' /bin/sh ../../../../../libtool --mode=install /usr/bin/install -c login.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/auth' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o login.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/auth login.lo ../../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'login.la' libtool: install: /usr/bin/install -c .libs/login.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/auth/login.so libtool: install: /usr/bin/install -c .libs/login.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/auth/login.la make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login/src' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login' make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth' Making install in client libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/auth' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/client' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/client/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/client/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/protocol' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c client.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/protocol' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/client/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o client.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/protocol client.lo client-helpers.lo client-rpc-fops.lo client-handshake.lo client-callback.lo client-lk.lo client-common.lo client-rpc-fops_v2.lo ../../../../libglusterfs/src/libglusterfs.la ../../../../rpc/rpc-lib/src/libgfrpc.la ../../../../rpc/xdr/src/libgfxdr.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'client.la' libtool: install: /usr/bin/install -c .libs/client.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/protocol/client.so libtool: install: /usr/bin/install -c .libs/client.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/protocol/client.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/client/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/client/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/client' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/client' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/client' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/client' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/client' Making install in server libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/protocol' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/server' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/server/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/server/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/include/glusterfs/server' /usr/bin/install -c -m 644 server.h server-helpers.h server-mem-types.h authenticate.h server-messages.h server-common.h '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/include/glusterfs/server' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/protocol' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c server.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/protocol' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/server/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -DDATADIR=\"/var\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o server.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/protocol server.lo server-resolve.lo server-helpers.lo server-rpc-fops.lo server-handshake.lo authenticate.lo server-common.lo server-rpc-fops_v2.lo ../../../../libglusterfs/src/libglusterfs.la ../../../../rpc/rpc-lib/src/libgfrpc.la ../../../../rpc/xdr/src/libgfxdr.la -ldl -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'server.la' libtool: install: /usr/bin/install -c .libs/server.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/protocol/server.so libtool: install: /usr/bin/install -c .libs/server.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/protocol/server.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/server/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/server/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/server' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/server' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/server' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/server' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/server' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol' Making install in performance libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/protocol' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance' Making install in write-behind make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/write-behind' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/write-behind/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/write-behind/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c write-behind.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/write-behind/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o write-behind.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance write-behind.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'write-behind.la' libtool: install: /usr/bin/install -c .libs/write-behind.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/write-behind.so libtool: install: /usr/bin/install -c .libs/write-behind.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/write-behind.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/write-behind/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/write-behind/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/write-behind' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/write-behind' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/write-behind' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/write-behind' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/write-behind' Making install in read-ahead libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c read-ahead.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o read-ahead.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance read-ahead.lo page.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'read-ahead.la' libtool: install: /usr/bin/install -c .libs/read-ahead.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/read-ahead.so libtool: install: /usr/bin/install -c .libs/read-ahead.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/read-ahead.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead' Making install in readdir-ahead libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c readdir-ahead.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o readdir-ahead.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance readdir-ahead.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'readdir-ahead.la' libtool: install: /usr/bin/install -c .libs/readdir-ahead.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/readdir-ahead.so libtool: install: /usr/bin/install -c .libs/readdir-ahead.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/readdir-ahead.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead' Making install in io-threads libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-threads' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-threads/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-threads/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c io-threads.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-threads/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o io-threads.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance io-threads.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'io-threads.la' libtool: install: /usr/bin/install -c .libs/io-threads.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/io-threads.so libtool: install: /usr/bin/install -c .libs/io-threads.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/io-threads.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-threads/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-threads/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-threads' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-threads' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-threads' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-threads' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-threads' Making install in io-cache libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-cache' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-cache/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-cache/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c io-cache.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-cache/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o io-cache.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance io-cache.lo page.lo ioc-inode.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'io-cache.la' libtool: install: /usr/bin/install -c .libs/io-cache.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/io-cache.so libtool: install: /usr/bin/install -c .libs/io-cache.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/io-cache.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-cache/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-cache/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-cache' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-cache' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-cache' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-cache' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-cache' Making install in quick-read libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/quick-read' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/quick-read/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/quick-read/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c quick-read.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/quick-read/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o quick-read.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance quick-read.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'quick-read.la' libtool: install: /usr/bin/install -c .libs/quick-read.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/quick-read.so libtool: install: /usr/bin/install -c .libs/quick-read.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/quick-read.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/quick-read/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/quick-read/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/quick-read' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/quick-read' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/quick-read' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/quick-read' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/quick-read' Making install in md-cache libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/md-cache' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/md-cache/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/md-cache/src' mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance rm -rf /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/stat-prefetch.so ln -s ./md-cache.so /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/stat-prefetch.so /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c md-cache.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/md-cache/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o md-cache.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance md-cache.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'md-cache.la' libtool: install: /usr/bin/install -c .libs/md-cache.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/md-cache.so libtool: install: /usr/bin/install -c .libs/md-cache.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/md-cache.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/md-cache/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/md-cache/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/md-cache' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/md-cache' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/md-cache' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/md-cache' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/md-cache' Making install in open-behind libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/open-behind' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/open-behind/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/open-behind/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c open-behind.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/open-behind/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o open-behind.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance open-behind.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'open-behind.la' libtool: install: /usr/bin/install -c .libs/open-behind.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/open-behind.so libtool: install: /usr/bin/install -c .libs/open-behind.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/open-behind.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/open-behind/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/open-behind/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/open-behind' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/open-behind' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/open-behind' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/open-behind' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/open-behind' Making install in nl-cache libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c nl-cache.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -fno-strict-aliasing -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o nl-cache.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance nl-cache.lo nl-cache-helper.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'nl-cache.la' libtool: install: /usr/bin/install -c .libs/nl-cache.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/nl-cache.so libtool: install: /usr/bin/install -c .libs/nl-cache.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/nl-cache.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance' Making install in debug libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug' Making install in error-gen make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/error-gen' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/error-gen/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/error-gen/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c error-gen.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/error-gen/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o error-gen.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug error-gen.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'error-gen.la' libtool: install: /usr/bin/install -c .libs/error-gen.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug/error-gen.so libtool: install: /usr/bin/install -c .libs/error-gen.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug/error-gen.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/error-gen/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/error-gen/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/error-gen' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/error-gen' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/error-gen' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/error-gen' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/error-gen' Making install in io-stats libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/io-stats' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/io-stats/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/io-stats/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c io-stats.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/io-stats/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o io-stats.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug io-stats.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'io-stats.la' libtool: install: /usr/bin/install -c .libs/io-stats.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug/io-stats.so libtool: install: /usr/bin/install -c .libs/io-stats.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug/io-stats.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/io-stats/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/io-stats/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/io-stats' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/io-stats' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/io-stats' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/io-stats' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/io-stats' Making install in sink libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/sink' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/sink/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/sink/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c sink.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/sink/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o sink.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug sink.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'sink.la' libtool: install: /usr/bin/install -c .libs/sink.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug/sink.so libtool: install: /usr/bin/install -c .libs/sink.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug/sink.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/sink/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/sink/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/sink' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/sink' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/sink' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/sink' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/sink' Making install in trace libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/trace' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/trace/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/trace/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c trace.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/trace/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o trace.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug trace.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'trace.la' libtool: install: /usr/bin/install -c .libs/trace.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug/trace.so libtool: install: /usr/bin/install -c .libs/trace.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug/trace.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/trace/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/trace/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/trace' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/trace' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/trace' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/trace' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/trace' Making install in delay-gen libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c delay-gen.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -fno-strict-aliasing -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o delay-gen.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug delay-gen.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'delay-gen.la' libtool: install: /usr/bin/install -c .libs/delay-gen.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug/delay-gen.so libtool: install: /usr/bin/install -c .libs/delay-gen.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug/delay-gen.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug' Making install in features libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features' Making install in locks make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c locks.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -fno-strict-aliasing -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o locks.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features common.lo posix.lo entrylk.lo inodelk.lo reservelk.lo clear.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'locks.la' libtool: install: /usr/bin/install -c .libs/locks.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/locks.so libtool: install: /usr/bin/install -c .libs/locks.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/locks.la make install-data-hook make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks/src' ln -sf locks.so /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/posix-locks.so make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks/src' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks' Making install in quota libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c quota.la quotad.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o quota.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features quota.lo quota-enforcer-client.lo ../../../../libglusterfs/src/libglusterfs.la ../../../../rpc/xdr/src/libgfxdr.la ../../../../rpc/rpc-lib/src/libgfrpc.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'quota.la' libtool: install: /usr/bin/install -c .libs/quota.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/quota.so libtool: install: /usr/bin/install -c .libs/quota.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/quota.la libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o quotad.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features quotad.lo quotad-helpers.lo quotad-aggregator.lo ../../../../libglusterfs/src/libglusterfs.la ../../../../rpc/xdr/src/libgfxdr.la ../../../../rpc/rpc-lib/src/libgfrpc.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'quotad.la' libtool: install: /usr/bin/install -c .libs/quotad.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/quotad.so libtool: install: /usr/bin/install -c .libs/quotad.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/quotad.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota' Making install in read-only libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c read-only.la worm.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o read-only.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features read-only.lo read-only-common.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'read-only.la' libtool: install: /usr/bin/install -c .libs/read-only.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/read-only.so libtool: install: /usr/bin/install -c .libs/read-only.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/read-only.la libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o worm.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features read-only-common.lo worm-helper.lo worm.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'worm.la' libtool: install: /usr/bin/install -c .libs/worm.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/worm.so libtool: install: /usr/bin/install -c .libs/worm.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/worm.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only' Making install in quiesce libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quiesce' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quiesce/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quiesce/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c quiesce.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quiesce/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o quiesce.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features quiesce.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'quiesce.la' libtool: install: /usr/bin/install -c .libs/quiesce.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/quiesce.so libtool: install: /usr/bin/install -c .libs/quiesce.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/quiesce.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quiesce/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quiesce/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quiesce' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quiesce' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quiesce' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quiesce' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quiesce' Making install in marker libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/marker' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/marker/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/marker/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c marker.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/marker/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -fno-strict-aliasing -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o marker.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features marker.lo marker-quota.lo marker-quota-helper.lo marker-common.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'marker.la' libtool: install: /usr/bin/install -c .libs/marker.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/marker.so libtool: install: /usr/bin/install -c .libs/marker.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/marker.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/marker/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/marker/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/marker' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/marker' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/marker' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/marker' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/marker' Making install in index libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/index' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/index/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/index/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c index.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/index/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o index.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features index.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'index.la' libtool: install: /usr/bin/install -c .libs/index.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/index.so libtool: install: /usr/bin/install -c .libs/index.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/index.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/index/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/index/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/index' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/index' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/index' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/index' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/index' Making install in barrier libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/barrier' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/barrier/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/barrier/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c barrier.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/barrier/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o barrier.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features barrier.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'barrier.la' libtool: install: /usr/bin/install -c .libs/barrier.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/barrier.so libtool: install: /usr/bin/install -c .libs/barrier.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/barrier.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/barrier/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/barrier/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/barrier' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/barrier' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/barrier' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/barrier' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/barrier' Making install in arbiter libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/arbiter' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/arbiter/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/arbiter/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c arbiter.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/arbiter/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o arbiter.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features arbiter.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'arbiter.la' libtool: install: /usr/bin/install -c .libs/arbiter.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/arbiter.so libtool: install: /usr/bin/install -c .libs/arbiter.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/arbiter.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/arbiter/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/arbiter/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/arbiter' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/arbiter' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/arbiter' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/arbiter' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/arbiter' Making install in upcall libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/upcall' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/upcall/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/upcall/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c upcall.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/upcall/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -fno-strict-aliasing -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o upcall.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features upcall.lo upcall-internal.lo ../../../../libglusterfs/src/libglusterfs.la ../../../../rpc/rpc-lib/src/libgfrpc.la ../../../../rpc/xdr/src/libgfxdr.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'upcall.la' libtool: install: /usr/bin/install -c .libs/upcall.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/upcall.so libtool: install: /usr/bin/install -c .libs/upcall.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/upcall.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/upcall/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/upcall/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/upcall' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/upcall' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/upcall' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/upcall' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/upcall' Making install in compress libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/compress' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/compress/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/compress/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c cdc.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/compress/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o cdc.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features cdc.lo cdc-helper.lo ../../../../libglusterfs/src/libglusterfs.la -lz -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'cdc.la' libtool: install: /usr/bin/install -c .libs/cdc.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/cdc.so libtool: install: /usr/bin/install -c .libs/cdc.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/cdc.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/compress/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/compress/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/compress' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/compress' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/compress' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/compress' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/compress' Making install in changelog libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c changelog.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o changelog.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features changelog.lo changelog-rt.lo changelog-helpers.lo changelog-encoders.lo changelog-rpc.lo changelog-barrier.lo changelog-rpc-common.lo changelog-ev-handle.lo ../../../../libglusterfs/src/libglusterfs.la ../../../../rpc/xdr/src/libgfxdr.la ../../../../rpc/rpc-lib/src/libgfrpc.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'changelog.la' libtool: install: /usr/bin/install -c .libs/changelog.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/changelog.so libtool: install: /usr/bin/install -c .libs/changelog.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/changelog.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/src' Making install in lib libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib' Making install in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib/src' make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64' /bin/sh ../../../../../libtool --mode=install /usr/bin/install -c libgfchangelog.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -DDATADIR=\"/var\" -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -rdynamic -ltirpc -version-info 0:1:0 -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libgfchangelog.la -rpath /usr/lib64 libgfchangelog_la-gf-changelog.lo libgfchangelog_la-gf-changelog-journal-handler.lo libgfchangelog_la-gf-changelog-helpers.lo libgfchangelog_la-gf-changelog-api.lo libgfchangelog_la-gf-history-changelog.lo libgfchangelog_la-gf-changelog-rpc.lo libgfchangelog_la-gf-changelog-reborp.lo libgfchangelog_la-changelog-rpc-common.lo ../../../../../libglusterfs/src/libglusterfs.la ../../../../../rpc/xdr/src/libgfxdr.la ../../../../../rpc/rpc-lib/src/libgfrpc.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'libgfchangelog.la' libtool: install: /usr/bin/install -c .libs/libgfchangelog.so.0.0.1T /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/libgfchangelog.so.0.0.1 libtool: install: (cd /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64 && { ln -s -f libgfchangelog.so.0.0.1 libgfchangelog.so.0 || { rm -f libgfchangelog.so.0 && ln -s libgfchangelog.so.0.0.1 libgfchangelog.so.0; }; }) libtool: install: (cd /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64 && { ln -s -f libgfchangelog.so.0.0.1 libgfchangelog.so || { rm -f libgfchangelog.so && ln -s libgfchangelog.so.0.0.1 libgfchangelog.so; }; }) libtool: install: /usr/bin/install -c .libs/libgfchangelog.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/libgfchangelog.la make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib/src' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib' make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog' Making install in gfid-access libtool: warning: remember to run 'libtool --finish /usr/lib64' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/gfid-access' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/gfid-access/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/gfid-access/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c gfid-access.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/gfid-access/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o gfid-access.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features gfid-access.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'gfid-access.la' libtool: install: /usr/bin/install -c .libs/gfid-access.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/gfid-access.so libtool: install: /usr/bin/install -c .libs/gfid-access.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/gfid-access.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/gfid-access/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/gfid-access/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/gfid-access' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/gfid-access' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/gfid-access' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/gfid-access' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/gfid-access' Making install in snapview-client libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-client' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-client/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-client/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c snapview-client.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-client/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o snapview-client.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features snapview-client.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'snapview-client.la' libtool: install: /usr/bin/install -c .libs/snapview-client.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/snapview-client.so libtool: install: /usr/bin/install -c .libs/snapview-client.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/snapview-client.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-client/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-client/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-client' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-client' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-client' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-client' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-client' Making install in snapview-server libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-server' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-server/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-server/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c snapview-server.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-server/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o snapview-server.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features snapview-server.lo snapview-server-mgmt.lo snapview-server-helpers.lo ../../../../libglusterfs/src/libglusterfs.la ../../../../api/src/libgfapi.la -lreadline -lncurses ../../../../rpc/xdr/src/libgfxdr.la ../../../../rpc/rpc-lib/src/libgfrpc.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'snapview-server.la' libtool: install: /usr/bin/install -c .libs/snapview-server.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/snapview-server.so libtool: install: /usr/bin/install -c .libs/snapview-server.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/snapview-server.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-server/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-server/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-server' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-server' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-server' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-server' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-server' Making install in trash libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/trash' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/trash/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/trash/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c trash.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/trash/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o trash.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features trash.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'trash.la' libtool: install: /usr/bin/install -c .libs/trash.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/trash.so libtool: install: /usr/bin/install -c .libs/trash.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/trash.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/trash/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/trash/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/trash' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/trash' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/trash' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/trash' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/trash' Making install in shard libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/shard' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/shard/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/shard/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c shard.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/shard/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o shard.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features shard.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'shard.la' libtool: install: /usr/bin/install -c .libs/shard.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/shard.so libtool: install: /usr/bin/install -c .libs/shard.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/shard.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/shard/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/shard/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/shard' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/shard' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/shard' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/shard' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/shard' Making install in bit-rot libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src' Making install in stub make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src/stub' make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src/stub' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../../libtool --mode=install /usr/bin/install -c bitrot-stub.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src/stub; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o bitrot-stub.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features bit-rot-stub-helpers.lo bit-rot-stub.lo ../../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'bitrot-stub.la' libtool: install: /usr/bin/install -c .libs/bitrot-stub.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/bitrot-stub.so libtool: install: /usr/bin/install -c .libs/bitrot-stub.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/bitrot-stub.la make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src/stub' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src/stub' Making install in bitd libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src/bitd' make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src/bitd' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../../libtool --mode=install /usr/bin/install -c bit-rot.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src/bitd; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -DBR_RATE_LIMIT_SIGNER -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o bit-rot.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features bit-rot.lo bit-rot-scrub.lo bit-rot-ssm.lo bit-rot-scrub-status.lo ../../../../../libglusterfs/src/libglusterfs.la ../../../../../xlators/features/changelog/lib/src/libgfchangelog.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'bit-rot.la' libtool: install: /usr/bin/install -c .libs/bit-rot.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/bit-rot.so libtool: install: /usr/bin/install -c .libs/bit-rot.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/bit-rot.la make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src/bitd' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src/bitd' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src' make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot' Making install in leases libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/leases' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/leases/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/leases/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c leases.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/leases/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o leases.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features leases.lo leases-internal.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'leases.la' libtool: install: /usr/bin/install -c .libs/leases.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/leases.so libtool: install: /usr/bin/install -c .libs/leases.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/leases.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/leases/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/leases/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/leases' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/leases' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/leases' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/leases' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/leases' Making install in selinux libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/selinux' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/selinux/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/selinux/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c selinux.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/selinux/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o selinux.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features selinux.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'selinux.la' libtool: install: /usr/bin/install -c .libs/selinux.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/selinux.so libtool: install: /usr/bin/install -c .libs/selinux.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/selinux.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/selinux/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/selinux/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/selinux' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/selinux' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/selinux' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/selinux' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/selinux' Making install in sdfs libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/sdfs' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/sdfs/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/sdfs/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c sdfs.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/sdfs/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -fno-strict-aliasing -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o sdfs.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features sdfs.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'sdfs.la' libtool: install: /usr/bin/install -c .libs/sdfs.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/sdfs.so libtool: install: /usr/bin/install -c .libs/sdfs.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/sdfs.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/sdfs/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/sdfs/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/sdfs' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/sdfs' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/sdfs' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/sdfs' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/sdfs' Making install in namespace libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/namespace' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/namespace/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/namespace/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c namespace.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/namespace/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o namespace.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features namespace.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'namespace.la' libtool: install: /usr/bin/install -c .libs/namespace.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/namespace.so libtool: install: /usr/bin/install -c .libs/namespace.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/namespace.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/namespace/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/namespace/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/namespace' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/namespace' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/namespace' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/namespace' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/namespace' Making install in cloudsync libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src' make install-recursive make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src' Making install in cloudsync-plugins make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins' Making install in src make[7]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src' Making install in cloudsyncs3 make[8]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3' Making install in src make[9]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3/src' make[10]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3/src' make[10]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/cloudsync-plugins' /bin/sh ../../../../../../../../libtool --mode=install /usr/bin/install -c cloudsyncs3.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/cloudsync-plugins' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -fno-strict-aliasing -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -lcurl -lcrypto -I../../../../../../../../xlators/features/cloudsync/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -export-symbols ../../../../../../../../xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3/src/libcloudsyncs3.sym -avoid-version -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o cloudsyncs3.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/cloudsync-plugins libcloudsyncs3.lo cloudsync-common.lo ../../../../../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'cloudsyncs3.la' libtool: install: /usr/bin/install -c .libs/cloudsyncs3.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/cloudsync-plugins/cloudsyncs3.so libtool: install: /usr/bin/install -c .libs/cloudsyncs3.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/cloudsync-plugins/cloudsyncs3.la make[10]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3/src' make[9]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3/src' make[9]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3' make[10]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3' make[10]: Nothing to be done for 'install-exec-am'. make[10]: Nothing to be done for 'install-data-am'. make[10]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3' make[9]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3' make[8]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3' Making install in cvlt libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/cloudsync-plugins' make[8]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt' Making install in src make[9]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src' make[10]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src' make[10]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/cloudsync-plugins' /bin/sh ../../../../../../../../libtool --mode=install /usr/bin/install -c cloudsynccvlt.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/cloudsync-plugins' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -fno-strict-aliasing -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -I../../../../../../../../xlators/features/cloudsync/src -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../../../../../xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src/libcloudsynccvlt.sym -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o cloudsynccvlt.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/cloudsync-plugins libcvlt.lo cloudsync-common.lo ../../../../../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'cloudsynccvlt.la' libtool: install: /usr/bin/install -c .libs/cloudsynccvlt.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/cloudsync-plugins/cloudsynccvlt.so libtool: install: /usr/bin/install -c .libs/cloudsynccvlt.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/cloudsync-plugins/cloudsynccvlt.la make[10]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src' make[9]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src' make[9]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt' make[10]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt' make[10]: Nothing to be done for 'install-exec-am'. make[10]: Nothing to be done for 'install-data-am'. make[10]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt' make[9]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt' make[8]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt' make[8]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src' make[9]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src' make[9]: Nothing to be done for 'install-exec-am'. make[9]: Nothing to be done for 'install-data-am'. make[9]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src' make[8]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src' make[7]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src' make[7]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins' libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/cloudsync-plugins' make[8]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins' make[8]: Nothing to be done for 'install-exec-am'. make[8]: Nothing to be done for 'install-data-am'. make[8]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins' make[7]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins' make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins' make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src' make[7]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src' make[7]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c cloudsync.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -fno-strict-aliasing -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o cloudsync.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features cloudsync.lo cloudsync-common.lo cloudsync-autogen-fops.lo ../../../../libglusterfs/src/libglusterfs.la -ldl -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'cloudsync.la' libtool: install: /usr/bin/install -c .libs/cloudsync.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/cloudsync.so libtool: install: /usr/bin/install -c .libs/cloudsync.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/cloudsync.la make[7]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src' make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync' Making install in thin-arbiter libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c thin-arbiter.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o thin-arbiter.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features thin-arbiter.lo libxlator.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'thin-arbiter.la' libtool: install: /usr/bin/install -c .libs/thin-arbiter.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/thin-arbiter.so libtool: install: /usr/bin/install -c .libs/thin-arbiter.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/thin-arbiter.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter' Making install in utime libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime/src' make install-am make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime/src' make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime/src' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c utime.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o utime.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features utime-helpers.lo utime.lo utime-autogen-fops.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'utime.la' libtool: install: /usr/bin/install -c .libs/utime.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/utime.so libtool: install: /usr/bin/install -c .libs/utime.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/utime.la make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime/src' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features' Making install in mount libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount' Making install in fuse make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/mount' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c fuse.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/mount' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o fuse.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/mount fuse-helpers.lo fuse-resolve.lo fuse-bridge.lo misc.lo mount.lo mount-common.lo ../../../../libglusterfs/src/libglusterfs.la -lm -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'fuse.la' libtool: install: /usr/bin/install -c .libs/fuse.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/mount/fuse.so libtool: install: /usr/bin/install -c .libs/fuse.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/mount/fuse.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse/src' Making install in utils libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/mount' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse/utils' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse/utils' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/sbin' /usr/bin/install -c mount.glusterfs '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/sbin' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse/utils' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse/utils' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount' Making install in nfs make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs' Making install in server make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs/server' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs/server/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs/server/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/nfs' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c server.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/nfs' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs/server/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -export-symbols ../../../../xlators/nfs/server/src/nfsserver.sym -avoid-version -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o server.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/nfs nfs.lo nfs-common.lo nfs-fops.lo nfs-inodes.lo nfs-generics.lo mount3.lo nfs3-fh.lo nfs3.lo nfs3-helpers.lo nlm4.lo nlmcbk_svc.lo mount3udp_svc.lo acl3.lo netgroups.lo exports.lo mount3-auth.lo auth-cache.lo ../../../../libglusterfs/src/libglusterfs.la ../../../../api/src/libgfapi.la ../../../../rpc/rpc-lib/src/libgfrpc.la ../../../../rpc/xdr/src/libgfxdr.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'server.la' libtool: install: /usr/bin/install -c .libs/server.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/nfs/server.so libtool: install: /usr/bin/install -c .libs/server.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/nfs/server.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs/server/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs/server/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs/server' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs/server' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs/server' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs/server' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs/server' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs' Making install in mgmt libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/nfs' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt' Making install in glusterd make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/mgmt' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c glusterd.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/mgmt' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -I/usr/include/libxml2 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o glusterd.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/mgmt glusterd_la-glusterd.lo glusterd_la-glusterd-handler.lo glusterd_la-glusterd-sm.lo glusterd_la-glusterd-op-sm.lo glusterd_la-glusterd-utils.lo glusterd_la-glusterd-rpc-ops.lo glusterd_la-glusterd-store.lo glusterd_la-glusterd-handshake.lo glusterd_la-glusterd-pmap.lo glusterd_la-glusterd-volgen.lo glusterd_la-glusterd-rebalance.lo glusterd_la-glusterd-quota.lo glusterd_la-glusterd-bitrot.lo glusterd_la-glusterd-geo-rep.lo glusterd_la-glusterd-replace-brick.lo glusterd_la-glusterd-log-ops.lo glusterd_la-glusterd-volume-ops.lo glusterd_la-glusterd-brick-ops.lo glusterd_la-glusterd-mountbroker.lo glusterd_la-glusterd-syncop.lo glusterd_la-glusterd-hooks.lo glusterd_la-glusterd-volume-set.lo glusterd_la-glusterd-locks.lo glusterd_la-glusterd-snapshot.lo glusterd_la-glusterd-mgmt-handler.lo glusterd_la-glusterd-mgmt.lo glusterd_la-glusterd-peer-utils.lo glusterd_la-glusterd-statedump.lo glusterd_la-glusterd-snapshot-utils.lo glusterd_la-glusterd-conn-mgmt.lo glusterd_la-glusterd-proc-mgmt.lo glusterd_la-glusterd-svc-mgmt.lo glusterd_la-glusterd-nfs-svc.lo glusterd_la-glusterd-quotad-svc.lo glusterd_la-glusterd-svc-helper.lo glusterd_la-glusterd-conn-helper.lo glusterd_la-glusterd-snapd-svc.lo glusterd_la-glusterd-snapd-svc-helper.lo glusterd_la-glusterd-bitd-svc.lo glusterd_la-glusterd-scrub-svc.lo glusterd_la-glusterd-server-quorum.lo glusterd_la-glusterd-reset-brick.lo glusterd_la-glusterd-shd-svc.lo glusterd_la-glusterd-shd-svc-helper.lo glusterd_la-glusterd-gfproxyd-svc.lo glusterd_la-glusterd-gfproxyd-svc-helper.lo glusterd_la-glusterd-ganesha.lo glusterd_la-mntent.lo ../../../../libglusterfs/src/libglusterfs.la ../../../../libglusterd/src/libglusterd.la ../../../../rpc/xdr/src/libgfxdr.la ../../../../rpc/rpc-lib/src/libgfrpc.la -lxml2 -lcrypto -lurcu-bp -lurcu-cds -ldl -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'glusterd.la' libtool: install: /usr/bin/install -c .libs/glusterd.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/mgmt/glusterd.so libtool: install: /usr/bin/install -c .libs/glusterd.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/mgmt/glusterd.la make install-data-hook make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd/src' make[6]: Nothing to be done for 'install-data-hook'. make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd/src' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt' libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/mgmt' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt' Making install in system make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system' Making install in posix-acl make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system/posix-acl' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system/posix-acl/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system/posix-acl/src' mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features rm -rf /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/access-control.so ln -s ../system/posix-acl.so /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/access-control.so /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/system' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c posix-acl.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/system' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system/posix-acl/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o posix-acl.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/system posix-acl.lo posix-acl-xattr.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'posix-acl.la' libtool: install: /usr/bin/install -c .libs/posix-acl.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/system/posix-acl.so libtool: install: /usr/bin/install -c .libs/posix-acl.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/system/posix-acl.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system/posix-acl/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system/posix-acl/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system/posix-acl' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system/posix-acl' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system/posix-acl' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system/posix-acl' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system/posix-acl' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system' Making install in playground libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/system' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground' Making install in template make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground/template' Making install in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground/template/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground/template/src' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/playground' /bin/sh ../../../../libtool --mode=install /usr/bin/install -c template.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/playground' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground/template/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o template.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/playground template.lo ../../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'template.la' libtool: install: /usr/bin/install -c .libs/template.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/playground/template.so libtool: install: /usr/bin/install -c .libs/template.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/playground/template.la make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground/template/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground/template/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground/template' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground/template' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground/template' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground/template' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground/template' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground' Making install in meta libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator/playground' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/meta' Making install in src make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/meta/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/meta/src' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator' /bin/sh ../../../libtool --mode=install /usr/bin/install -c meta.la '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator' libtool: install: (cd /builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/meta/src; /bin/sh "/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libtool" --silent --tag CC --mode=relink gcc -Wall -I/usr/include/uuid -I/usr/include/tirpc -Wformat -Werror=format-security -Werror=implicit-function-declaration -DBUILD_GNFS -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -module -avoid-version -export-symbols ../../../xlators/xlator.sym -luuid -Wl,--no-undefined -ltirpc -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o meta.la -rpath /usr/lib64/glusterfs/20201007.d1d7a6f/xlator meta.lo meta-helpers.lo meta-defaults.lo root-dir.lo graphs-dir.lo frames-file.lo graph-dir.lo active-link.lo xlator-dir.lo top-link.lo logging-dir.lo logfile-link.lo loglevel-file.lo process_uuid-file.lo volfile-file.lo view-dir.lo subvolumes-dir.lo subvolume-link.lo type-file.lo version-file.lo options-dir.lo option-file.lo cmdline-file.lo name-file.lo private-file.lo history-file.lo mallinfo-file.lo meminfo-file.lo measure-file.lo profile-file.lo ../../../libglusterfs/src/libglusterfs.la -lrt -ldl -lpthread -lcrypto -inst-prefix-dir /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64) libtool: warning: relinking 'meta.la' libtool: install: /usr/bin/install -c .libs/meta.soT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/meta.so libtool: install: /usr/bin/install -c .libs/meta.lai /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/meta.la make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/meta/src' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/meta/src' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/meta' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/meta' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/meta' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/meta' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/meta' libtool: warning: remember to run 'libtool --finish /usr/lib64/glusterfs/20201007.d1d7a6f/xlator' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators' Making install in contrib/fuse-util make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/contrib/fuse-util' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/contrib/fuse-util' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/bin' /bin/sh ../../libtool --mode=install /usr/bin/install -c fusermount-glusterfs '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/bin' libtool: install: /usr/bin/install -c fusermount-glusterfs /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/bin/fusermount-glusterfs make install-exec-hook make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/contrib/fuse-util' chown root /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/bin/fusermount-glusterfs chmod u+s /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/bin/fusermount-glusterfs make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/contrib/fuse-util' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/contrib/fuse-util' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/contrib/fuse-util' Making install in doc make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/doc' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/doc' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/man/man8' /usr/bin/install -c -m 644 glusterfs.8 mount.glusterfs.8 gluster.8 glusterd.8 glusterfsd.8 '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/man/man8' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/doc' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/doc' Making install in extras make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras' Making install in init.d make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/init.d' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/init.d' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/init.d' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/init.d' Making install in systemd make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/systemd' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/systemd' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib/systemd/system' /usr/bin/install -c -m 644 gluster-ta-volume.service glusterd.service glusterfssharedstorage.service glustereventsd.service '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib/systemd/system' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/systemd' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/systemd' Making install in benchmarking make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/benchmarking' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/benchmarking' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/doc/glusterfs/benchmarking' /usr/bin/install -c -m 644 rdd.c glfs-bm.c README launch-script.sh local-script.sh '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/doc/glusterfs/benchmarking' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/benchmarking' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/benchmarking' Making install in hook-scripts make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts' Making install in add-brick make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick' Making install in post make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick/post' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick/post' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/add-brick/post/' /usr/bin/install -c disabled-quota-root-xattr-heal.sh S10selinux-label-brick.sh S13create-subdir-mounts.sh '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/add-brick/post/' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick/post' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick/post' Making install in pre make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick/pre' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick/pre' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/add-brick/pre/' /usr/bin/install -c S28Quota-enable-root-xattr-heal.sh '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/add-brick/pre/' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick/pre' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick/pre' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick' Making install in create make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/create' Making install in post make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/create/post' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/create/post' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/create/post/' /usr/bin/install -c S10selinux-label-brick.sh '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/create/post/' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/create/post' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/create/post' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/create' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/create' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/create' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/create' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/create' Making install in delete make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete' Making install in pre make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete/pre' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete/pre' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/delete/pre/' /usr/bin/install -c S10selinux-del-fcontext.sh '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/delete/pre/' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete/pre' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete/pre' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete' Making install in set make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/set' Making install in post make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/set/post' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/set/post' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/set/post/' /usr/bin/install -c S30samba-set.sh S32gluster_enable_shared_storage.sh '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/set/post/' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/set/post' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/set/post' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/set' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/set' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/set' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/set' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/set' Making install in start make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/start' Making install in post make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/start/post' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/start/post' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/start/post/' /usr/bin/install -c S29CTDBsetup.sh S30samba-start.sh S31ganesha-start.sh '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/start/post/' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/start/post' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/start/post' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/start' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/start' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/start' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/start' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/start' Making install in stop make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop' Making install in pre make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop/pre' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop/pre' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/stop/pre/' /usr/bin/install -c S29CTDB-teardown.sh S30samba-stop.sh '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/stop/pre/' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop/pre' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop/pre' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop' Making install in reset make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset' Making install in post make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset/post' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset/post' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset/post' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset/post' Making install in pre make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset/pre' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset/pre' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset/pre' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset/pre' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/gsync-create/post/' /usr/bin/install -c S56glusterd-geo-rep-create-post.sh '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/gsync-create/post/' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts' Making install in ocf make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ocf' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ocf' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib/ocf/resource.d/glusterfs' /usr/bin/install -c glusterd volume '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib/ocf/resource.d/glusterfs' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ocf' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ocf' Making install in LinuxRPM make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/LinuxRPM' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/LinuxRPM' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/LinuxRPM' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/LinuxRPM' Making install in geo-rep make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/geo-rep' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/geo-rep' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/scripts' /bin/sh ../../libtool --mode=install /usr/bin/install -c gsync-sync-gfid '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/scripts' libtool: install: /usr/bin/install -c .libs/gsync-sync-gfid /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/scripts/gsync-sync-gfid libtool: warning: '../../libglusterfs/src/libglusterfs.la' has not been installed in '/usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/scripts' /usr/bin/install -c gsync-upgrade.sh generate-gfid-file.sh get-gfid.sh slave-upgrade.sh schedule_georep.py '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/scripts' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/geo-rep' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/geo-rep' Making install in snap_scheduler make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/snap_scheduler' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/snap_scheduler' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/' /usr/bin/install -c gcron.py snap_scheduler.py conf.py '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/snap_scheduler' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/snap_scheduler' Making install in firewalld make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/firewalld' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/firewalld' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib/firewalld/services/' /usr/bin/install -c -m 644 glusterfs.xml '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib/firewalld/services/' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/firewalld' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/firewalld' Making install in cliutils make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/cliutils' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/cliutils' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib/python3.6/site-packages/gluster/cliutils' /usr/bin/install -c -m 644 cliutils.py __init__.py '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib/python3.6/site-packages/gluster/cliutils' Byte-compiling python modules... cliutils.py__init__.py Byte-compiling python modules (optimized versions) ... cliutils.py__init__.py make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/cliutils' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/cliutils' Making install in python make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/python' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/python' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib/python3.6/site-packages/gluster' /usr/bin/install -c -m 644 __init__.py '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib/python3.6/site-packages/gluster' Byte-compiling python modules... __init__.py Byte-compiling python modules (optimized versions) ... __init__.py make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/python' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/python' Making install in ganesha make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha' Making install in scripts make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/scripts' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/scripts' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/ganesha' /usr/bin/install -c create-export-ganesha.sh dbus-send.sh generate-epoch.py ganesha-ha.sh '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/ganesha' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/scripts' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/scripts' Making install in config make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/config' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/config' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/etc/ganesha' /usr/bin/install -c -m 644 ganesha-ha.conf.sample '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/etc/ganesha' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/config' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/config' Making install in ocf make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/ocf' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/ocf' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib/ocf/resource.d/heartbeat' /usr/bin/install -c ganesha_grace ganesha_mon ganesha_nfsd '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib/ocf/resource.d/heartbeat' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/ocf' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/ocf' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs' /usr/bin/install -c peer_add_secret_pub mount-shared-storage.sh '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/doc/glusterfs' /usr/bin/install -c -m 644 glusterfs-mode.el glusterfs.vim '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/doc/glusterfs' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/etc/glusterfs' /usr/bin/install -c -m 644 glusterfs-logrotate gluster-rsyslog-7.2.conf gluster-rsyslog-5.8.conf logger.conf.example glusterfs-georep-logrotate group-virt.example group-metadata-cache group-gluster-block group-nl-cache group-db-workload group-distributed-virt group-samba '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/etc/glusterfs' if [ -n "/usr/lib/tmpfiles.d" ]; then \ /usr/bin/mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib/tmpfiles.d; \ /usr/bin/install -c -m 644 run-gluster.tmpfiles \ /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib/tmpfiles.d/gluster.conf; \ fi /usr/bin/mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/groups /usr/bin/install -c -m 644 ../extras/group-virt.example \ /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/groups/virt /usr/bin/install -c -m 644 ../extras/group-metadata-cache \ /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/groups/metadata-cache /usr/bin/install -c -m 644 ../extras/group-gluster-block \ /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/groups/gluster-block /usr/bin/install -c -m 644 ../extras/group-nl-cache \ /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/groups/nl-cache /usr/bin/install -c -m 644 ../extras/group-db-workload \ /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/groups/db-workload /usr/bin/install -c -m 644 ../extras/group-distributed-virt \ /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/groups/distributed-virt /usr/bin/install -c -m 644 ../extras/group-samba \ /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/groups/samba /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/glusterfs/scripts' /usr/bin/install -c thin-arbiter/setup-thin-arbiter.sh post-upgrade-script-for-quota.sh pre-upgrade-script-for-quota.sh stop-all-gluster-processes.sh control-cpu-load.sh control-mem.sh '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/glusterfs/scripts' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/etc/glusterfs' /usr/bin/install -c -m 644 thin-arbiter/thin-arbiter.vol glusterd.vol '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/etc/glusterfs' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras' Making install in cli make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli' Making install in src make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli/src' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin' /bin/sh ../../libtool --mode=install /usr/bin/install -c gluster '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin' libtool: warning: '../../libglusterfs/src/libglusterfs.la' has not been installed in '/usr/lib64' libtool: warning: '../../libglusterd/src/libglusterd.la' has not been installed in '/usr/lib64' libtool: warning: '../../rpc/xdr/src/libgfxdr.la' has not been installed in '/usr/lib64' libtool: warning: '../../rpc/rpc-lib/src/libgfrpc.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr/src/libgfxdr.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs/src/libglusterfs.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -c .libs/gluster /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/gluster make install-data-hook make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli/src' /usr/bin/mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/run/gluster make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli/src' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli/src' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli/src' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli' Making install in heal make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/heal' Making install in src make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/heal/src' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/heal/src' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs' /bin/sh ../../libtool --mode=install /usr/bin/install -c glfsheal '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs' libtool: warning: '../../libglusterfs/src/libglusterfs.la' has not been installed in '/usr/lib64' libtool: warning: '../../rpc/xdr/src/libgfxdr.la' has not been installed in '/usr/lib64' libtool: warning: '../../rpc/rpc-lib/src/libgfrpc.la' has not been installed in '/usr/lib64' libtool: warning: '../../api/src/libgfapi.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib/src/libgfrpc.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr/src/libgfxdr.la' has not been installed in '/usr/lib64' libtool: warning: '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs/src/libglusterfs.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -c .libs/glfsheal /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/glfsheal make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/heal/src' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/heal/src' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/heal' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/heal' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/heal' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/heal' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/heal' Making install in geo-replication make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication' Making install in syncdaemon make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication/syncdaemon' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication/syncdaemon' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/python/syncdaemon' /usr/bin/install -c -m 644 rconf.py gsyncd.py __init__.py master.py README.md repce.py resource.py syncdutils.py monitor.py libcxattr.py gsyncdconfig.py libgfchangelog.py gsyncdstatus.py conf.py logutils.py subcmds.py argsupgrade.py py2py3.py '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/python/syncdaemon' Byte-compiling python modules... rconf.pygsyncd.py__init__.pymaster.pyrepce.pyresource.pysyncdutils.pymonitor.pylibcxattr.pygsyncdconfig.pylibgfchangelog.pygsyncdstatus.pyconf.pylogutils.pysubcmds.pyargsupgrade.pypy2py3.py Byte-compiling python modules (optimized versions) ... rconf.pygsyncd.py__init__.pymaster.pyrepce.pyresource.pysyncdutils.pymonitor.pylibcxattr.pygsyncdconfig.pylibgfchangelog.pygsyncdstatus.pyconf.pylogutils.pysubcmds.pyargsupgrade.pypy2py3.py make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication/syncdaemon' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication/syncdaemon' Making install in src make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication/src' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication/src' make install-exec-hook make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication/src' /usr/bin/mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin rm -f /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/gluster-mountbroker ln -s /usr/libexec/glusterfs/peer_mountbroker.py \ /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/gluster-mountbroker rm -f /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/gluster-georep-sshkey ln -s /usr/libexec/glusterfs/peer_georep-sshkey.py \ /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/gluster-georep-sshkey make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs' /bin/sh ../../libtool --mode=install /usr/bin/install -c gsyncd '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs' libtool: install: /usr/bin/install -c .libs/gsyncd /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/gsyncd libtool: warning: '../../libglusterfs/src/libglusterfs.la' has not been installed in '/usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs' /usr/bin/install -c gverify.sh peer_gsec_create set_geo_rep_pem_keys.sh peer_mountbroker peer_mountbroker.py peer_georep-sshkey.py '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication/src' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication/src' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/etc/glusterfs/' /usr/bin/install -c -m 644 gsyncd.conf '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/etc/glusterfs/' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication' Making install in tools make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools' Making install in gfind_missing_files make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/gfind_missing_files' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/gfind_missing_files' make[3]: Nothing to be done for 'install-exec-am'. rm -f /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/gfind_missing_files ln -s /usr/libexec/glusterfs/gfind_missing_files/gfind_missing_files.sh /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/gfind_missing_files /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/gfind_missing_files' /bin/sh ../../libtool --mode=install /usr/bin/install -c gcrawler '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/gfind_missing_files' libtool: warning: '../../libglusterfs/src/libglusterfs.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -c .libs/gcrawler /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/gfind_missing_files/gcrawler /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/gfind_missing_files' /usr/bin/install -c gfind_missing_files.sh gfid_to_path.sh gfid_to_path.py '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/gfind_missing_files' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/gfind_missing_files' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/gfind_missing_files' Making install in glusterfind make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/glusterfind' Making install in src make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/glusterfind/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/glusterfind/src' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/glusterfind' /usr/bin/install -c -m 644 tool.conf '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/glusterfind' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/glusterfind' /usr/bin/install -c -m 644 conf.py utils.py __init__.py main.py libgfchangelog.py changelogdata.py gfind_py2py3.py '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/glusterfind' Byte-compiling python modules... conf.pyutils.py__init__.pymain.pylibgfchangelog.pychangelogdata.pygfind_py2py3.py Byte-compiling python modules (optimized versions) ... conf.pyutils.py__init__.pymain.pylibgfchangelog.pychangelogdata.pygfind_py2py3.py /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/glusterfind' /usr/bin/install -c changelog.py nodeagent.py brickfind.py '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/glusterfind' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/glusterfind/src' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/glusterfind/src' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/glusterfind' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/glusterfind' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/bin' /usr/bin/install -c glusterfind '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/bin' /usr/bin/mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/glusterfind/.keys /usr/bin/mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/delete/post/ rm -f /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/delete/post/S57glusterfind-delete-post ln -s /usr/libexec/glusterfs/glusterfind/S57glusterfind-delete-post.py \ /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/delete/post/S57glusterfind-delete-post /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/glusterfind/' /usr/bin/install -c S57glusterfind-delete-post.py '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/glusterfind/' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/glusterfind' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/glusterfind' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/glusterfind' Making install in setgfid2path make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/setgfid2path' Making install in src make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/setgfid2path/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/setgfid2path/src' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin' /bin/sh ../../../libtool --mode=install /usr/bin/install -c gluster-setgfid2path '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin' libtool: warning: '../../../libglusterfs/src/libglusterfs.la' has not been installed in '/usr/lib64' libtool: install: /usr/bin/install -c .libs/gluster-setgfid2path /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/gluster-setgfid2path make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/setgfid2path/src' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/setgfid2path/src' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/setgfid2path' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/setgfid2path' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/man/man8' /usr/bin/install -c -m 644 gluster-setgfid2path.8 '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/man/man8' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/setgfid2path' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/setgfid2path' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/setgfid2path' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools' Making install in events make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events' Making install in src make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/src' make install-am make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/src' make install-exec-hook make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/src' /usr/bin/mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin rm -f /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/glustereventsd ln -s /usr/libexec/glusterfs/gfevents/glustereventsd.py \ /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/glustereventsd rm -f /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/gluster-eventsapi ln -s /usr/libexec/glusterfs/peer_eventsapi.py \ /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/gluster-eventsapi make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/gfevents' /usr/bin/install -c -m 644 __init__.py gf_event.py eventsapiconf.py eventtypes.py utils.py handlers.py '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/gfevents' Byte-compiling python modules... __init__.pygf_event.pyeventsapiconf.pyeventtypes.pyutils.pyhandlers.py Byte-compiling python modules (optimized versions) ... __init__.pygf_event.pyeventsapiconf.pyeventtypes.pyutils.pyhandlers.py /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/gfevents' /usr/bin/install -c glustereventsd.py '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/gfevents' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/etc/glusterfs' /usr/bin/install -c -m 644 eventsconfig.json '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/etc/glusterfs' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs' /usr/bin/install -c peer_eventsapi.py '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/src' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/src' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/src' Making install in tools make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/tools' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/tools' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/glusterfs/scripts' /usr/bin/install -c eventsdash.py '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/glusterfs/scripts' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/tools' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/tools' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events' make[3]: Nothing to be done for 'install-exec-am'. make install-data-hook make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events' /usr/bin/install -c -d -m 755 /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/events make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events' make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/pkgconfig' /usr/bin/install -c -m 644 glusterfs-api.pc libgfchangelog.pc '/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/pkgconfig' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f' + install -D -p -m 0644 extras/glusterd-sysconfig /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/etc/sysconfig/glusterd + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/log/glusterd + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/log/glusterfs + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/log/glusterfsd + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/run/gluster + find /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64 -name '*.a' -delete + find /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64 -name '*.la' -delete + rm -rf /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/doc/glusterfs/benchmarking /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/doc/glusterfs/glusterfs-mode.el /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/doc/glusterfs/glusterfs.vim + head -50 ChangeLog + mv ChangeLog.head ChangeLog + cat + rm -rf /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/doc/glusterfs/benchmarking + rm -f /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/doc/glusterfs/glusterfs-mode.el + rm -f /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/doc/glusterfs/glusterfs.vim + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd + sed -i 's|option working-directory /etc/glusterd|option working-directory /var/lib/glusterd|g' /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/etc/glusterfs/glusterd.vol + install -D -p -m 0644 extras/glusterfs-logrotate /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/etc/logrotate.d/glusterfs + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/etc/ganesha + touch /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/etc/ganesha/ganesha-ha.conf + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/run/gluster/shared_storage/nfs-ganesha/ + touch /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/run/gluster/shared_storage/nfs-ganesha/ganesha.conf + touch /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/run/gluster/shared_storage/nfs-ganesha/ganesha-ha.conf + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/geo-replication + touch /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/geo-replication/gsyncd_template.conf + install -D -p -m 0644 extras/glusterfs-georep-logrotate /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/etc/logrotate.d/glusterfs-georep + touch /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/glusterd.info + touch /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/options + subdirs=(add-brick create copy-file delete gsync-create remove-brick reset set start stop) + for dir in ${subdirs[@]} + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/add-brick/pre /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/add-brick/post + for dir in ${subdirs[@]} + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/create/pre /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/create/post + for dir in ${subdirs[@]} + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/copy-file/pre /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/copy-file/post + for dir in ${subdirs[@]} + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/delete/pre /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/delete/post + for dir in ${subdirs[@]} + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/gsync-create/pre /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/gsync-create/post + for dir in ${subdirs[@]} + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/remove-brick/pre /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/remove-brick/post + for dir in ${subdirs[@]} + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/reset/pre /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/reset/post + for dir in ${subdirs[@]} + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/set/pre /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/set/post + for dir in ${subdirs[@]} + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/start/pre /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/start/post + for dir in ${subdirs[@]} + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/stop/pre /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/hooks/1/stop/post + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/glustershd + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/peers + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/vols + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/nfs/run + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/bitd + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/quotad + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/scrub + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/snaps + mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/ss_brick + touch /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/nfs/nfs-server.vol + touch /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/var/lib/glusterd/nfs/run/nfs.pid + find ./tests ./run-tests.sh -type f + cpio -pd /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/glusterfs 4347 blocks + install -p -m 0744 -D extras/command-completion/gluster.bash /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/etc/bash_completion.d/gluster + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m -i --build-id-seed 20201007.d1d7a6f-0.0.el8 --unique-debug-suffix -20201007.d1d7a6f-0.0.el8.x86_64 --unique-debug-src-base glusterfs-20201007.d1d7a6f-0.0.el8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/glusterfs-20201007.d1d7a6f extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/bin/fusermount-glusterfs extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/auth/addr.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/auth/login.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/cloudsync-plugins/cloudsynccvlt.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/cloudsync-plugins/cloudsyncs3.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/rpc-transport/socket.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster/afr.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster/dht.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster/ec.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster/nufa.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/cluster/switch.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug/delay-gen.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug/error-gen.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug/io-stats.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug/sink.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/debug/trace.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/arbiter.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/barrier.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/bit-rot.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/bitrot-stub.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/cdc.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/changelog.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/cloudsync.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/gfid-access.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/index.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/leases.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/locks.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/marker.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/namespace.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/quiesce.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/quota.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/quotad.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/read-only.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/sdfs.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/selinux.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/shard.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/snapview-client.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/snapview-server.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/thin-arbiter.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/trash.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/upcall.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/utime.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/features/worm.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/meta.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/mgmt/glusterd.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/mount/api.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/mount/fuse.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/nfs/server.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/io-cache.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/io-threads.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/md-cache.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/nl-cache.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/open-behind.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/quick-read.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/read-ahead.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/readdir-ahead.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/performance/write-behind.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/playground/template.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/protocol/client.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/protocol/server.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/storage/posix.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/glusterfs/20201007.d1d7a6f/xlator/system/posix-acl.so extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/libgfapi.so.0.0.0 extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/libgfchangelog.so.0.0.1 extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/libgfrpc.so.0.0.1 extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/libgfxdr.so.0.0.1 extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/libglusterd.so.0.0.1 extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib64/libglusterfs.so.0.0.1 extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/gfind_missing_files/gcrawler extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/glfsheal extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/gsyncd extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/libexec/glusterfs/scripts/gsync-sync-gfid extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/gf_attach extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/gluster extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/gluster-setgfid2path extracting debug info from /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/sbin/glusterfsd /usr/lib/rpm/sepdebugcrcfix: Updated 76 CRC32s, 0 CRC32s did match. 34413 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 Bytecompiling .py files below /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3.8 + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/sbin/gcron.py from /usr/bin/python3 to #!/usr/bin/python3.8 mangling shebang in /usr/sbin/snap_scheduler.py from /usr/bin/python3 to #!/usr/bin/python3.8 *** WARNING: ./usr/sbin/conf.py is executable but has empty or no shebang, removing executable bit mangling shebang in /usr/bin/glusterfind from /usr/bin/python3 to #!/usr/bin/python3.8 mangling shebang in /usr/share/glusterfs/scripts/eventsdash.py from /usr/bin/python3 to #!/usr/bin/python3.8 *** WARNING: ./usr/share/glusterfs/tests/bugs/distribute/overlap.py is executable but has empty or no shebang, removing executable bit *** WARNING: ./usr/share/glusterfs/tests/bugs/nfs/socket-as-fifo.py is executable but has empty or no shebang, removing executable bit *** WARNING: ./usr/share/glusterfs/tests/features/ipctest.py is executable but has empty or no shebang, removing executable bit *** WARNING: ./usr/share/glusterfs/tests/utils/create-files.py is executable but has empty or no shebang, removing executable bit *** WARNING: ./usr/share/glusterfs/tests/utils/getfattr.py is executable but has empty or no shebang, removing executable bit *** WARNING: ./usr/share/glusterfs/tests/utils/gfid-access.py is executable but has empty or no shebang, removing executable bit *** WARNING: ./usr/share/glusterfs/tests/utils/pidof.py is executable but has empty or no shebang, removing executable bit *** WARNING: ./usr/share/glusterfs/tests/utils/setfattr.py is executable but has empty or no shebang, removing executable bit mangling shebang in /usr/libexec/glusterfs/scripts/schedule_georep.py from /usr/bin/python3 to #!/usr/bin/python3.8 mangling shebang in /usr/libexec/glusterfs/peer_mountbroker from /usr/bin/python3 to #!/usr/bin/python3.8 mangling shebang in /usr/libexec/glusterfs/peer_mountbroker.py from /usr/bin/python3 to #!/usr/bin/python3.8 mangling shebang in /usr/libexec/glusterfs/peer_georep-sshkey.py from /usr/bin/python3 to #!/usr/bin/python3.8 mangling shebang in /usr/libexec/glusterfs/gfind_missing_files/gfid_to_path.py from /usr/bin/python3 to #!/usr/bin/python3.8 mangling shebang in /usr/libexec/glusterfs/glusterfind/changelog.py from /usr/bin/python3 to #!/usr/bin/python3.8 mangling shebang in /usr/libexec/glusterfs/glusterfind/nodeagent.py from /usr/bin/python3 to #!/usr/bin/python3.8 mangling shebang in /usr/libexec/glusterfs/glusterfind/brickfind.py from /usr/bin/python3 to #!/usr/bin/python3.8 mangling shebang in /usr/libexec/glusterfs/glusterfind/S57glusterfind-delete-post.py from /usr/bin/python3 to #!/usr/bin/python3.8 mangling shebang in /usr/libexec/glusterfs/gfevents/glustereventsd.py from /usr/bin/python3 to #!/usr/bin/python3.8 mangling shebang in /usr/libexec/glusterfs/peer_eventsapi.py from /usr/bin/python3 to #!/usr/bin/python3.8 mangling shebang in /usr/libexec/ganesha/generate-epoch.py from /usr/bin/python3 to #!/usr/bin/python3.8 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.zEiSbD + umask 022 + cd /builddir/build/BUILD + cd glusterfs-20201007.d1d7a6f + make check Making check in libglusterfs make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs' Making check in src make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs/src' make check-am make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs/src' make check-TESTS make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs/src' ============================================================================ Testsuite summary for glusterfs 20201007.d1d7a6f ============================================================================ # TOTAL: 0 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs/src' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs/src' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs/src' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterfs' Making check in rpc make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc' Making check in xdr make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr' Making check in src make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr/src' make check-am make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr/src' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr/src' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/xdr' Making check in rpc-lib make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib' Making check in src make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib/src' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib/src' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-lib' Making check in rpc-transport make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport' Making check in socket make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport/socket' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc/rpc-transport' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/rpc' Making check in libglusterd make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterd' Making check in src make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterd/src' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterd/src' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterd' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterd' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/libglusterd' Making check in api make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api' Making check in src make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api/src' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api/src' Making check in examples make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api/examples' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api/examples' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/api' Making check in glusterfsd make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/glusterfsd' Making check in src make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/glusterfsd/src' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/glusterfsd/src' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/glusterfsd' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/glusterfsd' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/glusterfsd' Making check in xlators make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators' Making check in cluster make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster' Making check in afr make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/afr' Making check in dht make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht/src' make check-TESTS make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht/src' make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht/src' ============================================================================ Testsuite summary for glusterfs 20201007.d1d7a6f ============================================================================ # TOTAL: 0 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht/src' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/dht' Making check in ec make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster/ec' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/cluster' Making check in storage make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage' Making check in posix make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage/posix' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/storage' Making check in protocol make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol' Making check in auth make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth' Making check in addr make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr' Making check in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr/src' make[5]: Nothing to be done for 'check'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr' make[5]: Nothing to be done for 'check-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/addr' Making check in login make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login' Making check in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login/src' make[5]: Nothing to be done for 'check'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login' make[5]: Nothing to be done for 'check-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth/login' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/auth' Making check in client make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/client' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/client/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/client/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/client' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/client' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/client' Making check in server make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/server' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/server/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/server/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/server' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/server' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol/server' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/protocol' Making check in performance make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance' Making check in write-behind make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/write-behind' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/write-behind/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/write-behind/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/write-behind' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/write-behind' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/write-behind' Making check in read-ahead make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/read-ahead' Making check in readdir-ahead make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/readdir-ahead' Making check in io-threads make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-threads' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-threads/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-threads/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-threads' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-threads' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-threads' Making check in io-cache make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-cache' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-cache/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-cache/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-cache' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-cache' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/io-cache' Making check in quick-read make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/quick-read' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/quick-read/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/quick-read/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/quick-read' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/quick-read' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/quick-read' Making check in md-cache make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/md-cache' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/md-cache/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/md-cache/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/md-cache' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/md-cache' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/md-cache' Making check in open-behind make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/open-behind' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/open-behind/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/open-behind/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/open-behind' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/open-behind' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/open-behind' Making check in nl-cache make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance/nl-cache' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/performance' Making check in debug make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug' Making check in error-gen make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/error-gen' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/error-gen/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/error-gen/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/error-gen' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/error-gen' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/error-gen' Making check in io-stats make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/io-stats' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/io-stats/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/io-stats/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/io-stats' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/io-stats' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/io-stats' Making check in sink make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/sink' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/sink/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/sink/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/sink' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/sink' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/sink' Making check in trace make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/trace' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/trace/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/trace/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/trace' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/trace' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/trace' Making check in delay-gen make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug/delay-gen' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/debug' Making check in features make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features' Making check in locks make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/locks' Making check in quota make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quota' Making check in read-only make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/read-only' Making check in quiesce make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quiesce' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quiesce/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quiesce/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quiesce' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quiesce' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/quiesce' Making check in marker make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/marker' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/marker/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/marker/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/marker' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/marker' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/marker' Making check in index make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/index' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/index/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/index/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/index' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/index' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/index' Making check in barrier make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/barrier' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/barrier/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/barrier/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/barrier' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/barrier' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/barrier' Making check in arbiter make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/arbiter' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/arbiter/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/arbiter/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/arbiter' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/arbiter' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/arbiter' Making check in upcall make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/upcall' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/upcall/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/upcall/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/upcall' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/upcall' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/upcall' Making check in compress make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/compress' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/compress/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/compress/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/compress' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/compress' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/compress' Making check in changelog make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/src' Making check in lib make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib' Making check in src make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib/src' make[5]: Nothing to be done for 'check'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib/src' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib' make[5]: Nothing to be done for 'check-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog/lib' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/changelog' Making check in gfid-access make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/gfid-access' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/gfid-access/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/gfid-access/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/gfid-access' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/gfid-access' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/gfid-access' Making check in snapview-client make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-client' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-client/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-client/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-client' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-client' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-client' Making check in snapview-server make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-server' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-server/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-server/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-server' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-server' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/snapview-server' Making check in trash make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/trash' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/trash/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/trash/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/trash' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/trash' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/trash' Making check in shard make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/shard' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/shard/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/shard/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/shard' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/shard' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/shard' Making check in bit-rot make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src' Making check in stub make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src/stub' make[5]: Nothing to be done for 'check'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src/stub' Making check in bitd make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src/bitd' make[5]: Nothing to be done for 'check'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src/bitd' make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src' make[5]: Nothing to be done for 'check-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/bit-rot' Making check in leases make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/leases' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/leases/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/leases/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/leases' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/leases' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/leases' Making check in selinux make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/selinux' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/selinux/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/selinux/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/selinux' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/selinux' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/selinux' Making check in sdfs make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/sdfs' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/sdfs/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/sdfs/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/sdfs' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/sdfs' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/sdfs' Making check in namespace make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/namespace' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/namespace/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/namespace/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/namespace' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/namespace' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/namespace' Making check in cloudsync make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src' make check-recursive make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src' Making check in cloudsync-plugins make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins' Making check in src make[7]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src' Making check in cloudsyncs3 make[8]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3' Making check in src make[9]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3/src' make[9]: Nothing to be done for 'check'. make[9]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3/src' make[9]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3' make[9]: Nothing to be done for 'check-am'. make[9]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3' make[8]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cloudsyncs3' Making check in cvlt make[8]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt' Making check in src make[9]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src' make[9]: Nothing to be done for 'check'. make[9]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt/src' make[9]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt' make[9]: Nothing to be done for 'check-am'. make[9]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt' make[8]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src/cvlt' make[8]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src' make[8]: Nothing to be done for 'check-am'. make[8]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src' make[7]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins/src' make[7]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins' make[7]: Nothing to be done for 'check-am'. make[7]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins' make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src/cloudsync-plugins' make[6]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src' make[6]: Nothing to be done for 'check-am'. make[6]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src' make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/cloudsync' Making check in thin-arbiter make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/thin-arbiter' Making check in utime make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime/src' make check-am make[5]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime/src' make[5]: Nothing to be done for 'check-am'. make[5]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime/src' make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features/utime' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/features' Making check in mount make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount' Making check in fuse make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse/src' Making check in utils make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse/utils' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse/utils' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount/fuse' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mount' Making check in nfs make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs' Making check in server make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs/server' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs/server/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs/server/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs/server' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs/server' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs/server' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/nfs' Making check in mgmt make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt' Making check in glusterd make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt/glusterd' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/mgmt' Making check in system make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system' Making check in posix-acl make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system/posix-acl' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system/posix-acl/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system/posix-acl/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system/posix-acl' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system/posix-acl' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system/posix-acl' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/system' Making check in playground make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground' Making check in template make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground/template' Making check in src make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground/template/src' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground/template/src' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground/template' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground/template' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground/template' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/playground' Making check in meta make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/meta' Making check in src make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/meta/src' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/meta/src' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/meta' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/meta' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators/meta' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/xlators' Making check in contrib/fuse-util make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/contrib/fuse-util' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/contrib/fuse-util' Making check in doc make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/doc' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/doc' Making check in extras make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras' Making check in init.d make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/init.d' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/init.d' Making check in systemd make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/systemd' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/systemd' Making check in benchmarking make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/benchmarking' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/benchmarking' Making check in hook-scripts make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts' Making check in add-brick make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick' Making check in post make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick/post' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick/post' Making check in pre make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick/pre' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick/pre' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/add-brick' Making check in create make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/create' Making check in post make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/create/post' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/create/post' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/create' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/create' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/create' Making check in delete make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete' Making check in pre make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete/pre' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete/pre' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/delete' Making check in set make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/set' Making check in post make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/set/post' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/set/post' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/set' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/set' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/set' Making check in start make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/start' Making check in post make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/start/post' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/start/post' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/start' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/start' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/start' Making check in stop make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop' Making check in pre make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop/pre' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop/pre' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/stop' Making check in reset make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset' Making check in post make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset/post' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset/post' Making check in pre make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset/pre' make[4]: Nothing to be done for 'check'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset/pre' make[4]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset' make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts/reset' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/hook-scripts' Making check in ocf make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ocf' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ocf' Making check in LinuxRPM make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/LinuxRPM' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/LinuxRPM' Making check in geo-rep make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/geo-rep' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/geo-rep' Making check in snap_scheduler make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/snap_scheduler' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/snap_scheduler' Making check in firewalld make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/firewalld' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/firewalld' Making check in cliutils make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/cliutils' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/cliutils' Making check in python make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/python' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/python' Making check in ganesha make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha' Making check in scripts make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/scripts' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/scripts' Making check in config make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/config' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/config' Making check in ocf make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/ocf' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha/ocf' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras/ganesha' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/extras' Making check in cli make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli' Making check in src make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli/src' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli/src' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/cli' Making check in heal make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/heal' Making check in src make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/heal/src' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/heal/src' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/heal' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/heal' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/heal' Making check in geo-replication make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication' Making check in syncdaemon make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication/syncdaemon' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication/syncdaemon' Making check in src make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication/src' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication/src' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/geo-replication' Making check in tools make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools' Making check in gfind_missing_files make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/gfind_missing_files' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/gfind_missing_files' Making check in glusterfind make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/glusterfind' Making check in src make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/glusterfind/src' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/glusterfind/src' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/glusterfind' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/glusterfind' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/glusterfind' Making check in setgfid2path make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/setgfid2path' Making check in src make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/setgfid2path/src' make[3]: Nothing to be done for 'check'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/setgfid2path/src' make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/setgfid2path' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/setgfid2path' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools/setgfid2path' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/tools' Making check in events make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events' Making check in src make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/src' make check-am make[3]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/src' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/src' make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/src' Making check in tools make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/tools' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events/tools' make[2]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f/events' make[1]: Entering directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f' make[1]: Leaving directory '/builddir/build/BUILD/glusterfs-20201007.d1d7a6f' + exit 0 Processing files: glusterfs-20201007.d1d7a6f-0.0.el8.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.JCXtHY + umask 022 + cd /builddir/build/BUILD + cd glusterfs-20201007.d1d7a6f + DOCDIR=/builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/doc/glusterfs + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/doc/glusterfs + cp -pr ChangeLog /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/doc/glusterfs + cp -pr COPYING-GPLV2 /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/doc/glusterfs + cp -pr COPYING-LGPLV3 /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/doc/glusterfs + cp -pr INSTALL /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/doc/glusterfs + cp -pr README.md /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/doc/glusterfs + cp -pr THANKS /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/doc/glusterfs + cp -pr COMMITMENT /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/usr/share/doc/glusterfs + exit 0 Provides: glusterfs = 20201007.d1d7a6f-0.0.el8 glusterfs(x86-64) = 20201007.d1d7a6f-0.0.el8 glusterfs-common = 20201007.d1d7a6f-0.0.el8 glusterfs-core = 20201007.d1d7a6f-0.0.el8 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh shadow-utils Requires(post): /bin/sh systemd Requires(preun): systemd Requires(postun): /bin/sh systemd Requires: /bin/bash libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.16)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.8)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libgfrpc.so.0()(64bit) libgfxdr.so.0()(64bit) libglusterfs.so.0()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) librt.so.1()(64bit) librt.so.1(GLIBC_2.2.5)(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) libtirpc.so.3()(64bit) libtirpc.so.3(TIRPC_0.3.0)(64bit) libtirpc.so.3(TIRPC_0.3.3)(64bit) liburcu-bp.so.6()(64bit) liburcu-cds.so.6()(64bit) libuuid.so.1()(64bit) libuuid.so.1(UUID_1.0)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Obsoletes: glusterfs-common < 20201007.d1d7a6f-0.0.el8 glusterfs-core < 20201007.d1d7a6f-0.0.el8 glusterfs-ganesha glusterfs-rdma < 20201007.d1d7a6f-0.0.el8 Processing files: glusterfs-cli-20201007.d1d7a6f-0.0.el8.x86_64 Provides: glusterfs-cli = 20201007.d1d7a6f-0.0.el8 glusterfs-cli(x86-64) = 20201007.d1d7a6f-0.0.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.1.1()(64bit) libdl.so.2()(64bit) libgfrpc.so.0()(64bit) libgfxdr.so.0()(64bit) libglusterd.so.0()(64bit) libglusterfs.so.0()(64bit) libm.so.6()(64bit) libncurses.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) libreadline.so.7()(64bit) librt.so.1()(64bit) libtinfo.so.6()(64bit) libtirpc.so.3()(64bit) libtirpc.so.3(TIRPC_0.3.3)(64bit) liburcu-bp.so.6()(64bit) liburcu-cds.so.6()(64bit) libuuid.so.1()(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) libxml2.so.2(LIBXML2_2.6.3)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: glusterfs-cloudsync-plugins-20201007.d1d7a6f-0.0.el8.x86_64 Provides: glusterfs-cloudsync-plugins = 20201007.d1d7a6f-0.0.el8 glusterfs-cloudsync-plugins(x86-64) = 20201007.d1d7a6f-0.0.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libcurl.so.4()(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libglusterfs.so.0()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) librt.so.1()(64bit) libtirpc.so.3()(64bit) liburcu-bp.so.6()(64bit) liburcu-cds.so.6()(64bit) libuuid.so.1()(64bit) libuuid.so.1(UUID_1.0)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: glusterfs-extra-xlators-20201007.d1d7a6f-0.0.el8.x86_64 Provides: glusterfs-extra-xlators = 20201007.d1d7a6f-0.0.el8 glusterfs-extra-xlators(x86-64) = 20201007.d1d7a6f-0.0.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.8)(64bit) libcrypto.so.1.1()(64bit) libdl.so.2()(64bit) libglusterfs.so.0()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) librt.so.1()(64bit) libtirpc.so.3()(64bit) liburcu-bp.so.6()(64bit) liburcu-cds.so.6()(64bit) libuuid.so.1()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: glusterfs-fuse-20201007.d1d7a6f-0.0.el8.x86_64 Provides: config(glusterfs-fuse) = 20201007.d1d7a6f-0.0.el8 glusterfs-client = 20201007.d1d7a6f-0.0.el8 glusterfs-fuse = 20201007.d1d7a6f-0.0.el8 glusterfs-fuse(x86-64) = 20201007.d1d7a6f-0.0.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.8)(64bit) libcrypto.so.1.1()(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libgfrpc.so.0()(64bit) libgfxdr.so.0()(64bit) libglusterfs.so.0()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) librt.so.1()(64bit) libtirpc.so.3()(64bit) libtirpc.so.3(TIRPC_0.3.3)(64bit) liburcu-bp.so.6()(64bit) liburcu-cds.so.6()(64bit) libuuid.so.1()(64bit) libuuid.so.1(UUID_1.0)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Obsoletes: glusterfs-client < 20201007.d1d7a6f-0.0.el8 Processing files: glusterfs-ganesha-20201007.d1d7a6f-0.0.el8.x86_64 Provides: config(glusterfs-ganesha) = 20201007.d1d7a6f-0.0.el8 glusterfs-ganesha = 20201007.d1d7a6f-0.0.el8 glusterfs-ganesha(x86-64) = 20201007.d1d7a6f-0.0.el8 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh policycoreutils-python-utils Requires(postun): /bin/sh policycoreutils-python-utils Requires: /bin/bash /usr/bin/python3.8 Processing files: glusterfs-geo-replication-20201007.d1d7a6f-0.0.el8.x86_64 Provides: config(glusterfs-geo-replication) = 20201007.d1d7a6f-0.0.el8 glusterfs-geo-replication = 20201007.d1d7a6f-0.0.el8 glusterfs-geo-replication(x86-64) = 20201007.d1d7a6f-0.0.el8 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh policycoreutils-python-utils selinux-policy-targeted Requires(postun): policycoreutils-python-utils Requires: /bin/bash /bin/sh /usr/bin/python3.8 libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.1.1()(64bit) libdl.so.2()(64bit) libglusterfs.so.0()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) librt.so.1()(64bit) libtirpc.so.3()(64bit) liburcu-bp.so.6()(64bit) liburcu-cds.so.6()(64bit) libuuid.so.1()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: glusterfs-gnfs-20201007.d1d7a6f-0.0.el8.x86_64 Provides: glusterfs-gnfs = 20201007.d1d7a6f-0.0.el8 glusterfs-gnfs(x86-64) = 20201007.d1d7a6f-0.0.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libacl.so.1()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.1.1()(64bit) libdl.so.2()(64bit) libgfapi.so.0()(64bit) libgfapi.so.0(GFAPI_PRIVATE_3.4.0)(64bit) libgfapi.so.0(GFAPI_PRIVATE_3.7.0)(64bit) libgfrpc.so.0()(64bit) libgfxdr.so.0()(64bit) libglusterfs.so.0()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) librt.so.1()(64bit) libtirpc.so.3()(64bit) libtirpc.so.3(TIRPC_0.3.0)(64bit) liburcu-bp.so.6()(64bit) liburcu-cds.so.6()(64bit) libuuid.so.1()(64bit) libuuid.so.1(UUID_1.0)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: libglusterfs0-20201007.d1d7a6f-0.0.el8.x86_64 Provides: glusterfs-libs = 20201007.d1d7a6f-0.0.el8 libglusterfs.so.0()(64bit) libglusterfs0 = 20201007.d1d7a6f-0.0.el8 libglusterfs0(x86-64) = 20201007.d1d7a6f-0.0.el8 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires: ld-linux-x86-64.so.2()(64bit) ld-linux-x86-64.so.2(GLIBC_2.3)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.10)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.27)(64bit) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.6)(64bit) libc.so.6(GLIBC_2.8)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.12)(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) libpthread.so.0(GLIBC_2.3.3)(64bit) librt.so.1()(64bit) librt.so.1(GLIBC_2.2.5)(64bit) libtirpc.so.3()(64bit) liburcu-bp.so.6()(64bit) liburcu-cds.so.6()(64bit) libuuid.so.1()(64bit) libuuid.so.1(UUID_1.0)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Obsoletes: glusterfs-libs <= 20201007.d1d7a6f-0.0.el8 Processing files: libglusterfs-devel-20201007.d1d7a6f-0.0.el8.x86_64 Provides: glusterfs-devel = 20201007.d1d7a6f-0.0.el8 libglusterfs-devel = 20201007.d1d7a6f-0.0.el8 libglusterfs-devel(x86-64) = 20201007.d1d7a6f-0.0.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libglusterfs.so.0()(64bit) Obsoletes: glusterfs-devel <= 20201007.d1d7a6f-0.0.el8 Processing files: libgfapi0-20201007.d1d7a6f-0.0.el8.x86_64 Provides: glusterfs-api = 20201007.d1d7a6f-0.0.el8 libgfapi.so.0()(64bit) libgfapi.so.0(GFAPI_3.10.0)(64bit) libgfapi.so.0(GFAPI_3.10.7)(64bit) libgfapi.so.0(GFAPI_3.11.0)(64bit) libgfapi.so.0(GFAPI_3.13.0)(64bit) libgfapi.so.0(GFAPI_3.4.0)(64bit) libgfapi.so.0(GFAPI_3.4.2)(64bit) libgfapi.so.0(GFAPI_3.5.0)(64bit) libgfapi.so.0(GFAPI_3.5.1)(64bit) libgfapi.so.0(GFAPI_3.6.0)(64bit) libgfapi.so.0(GFAPI_3.7.0)(64bit) libgfapi.so.0(GFAPI_3.7.15)(64bit) libgfapi.so.0(GFAPI_3.7.16)(64bit) libgfapi.so.0(GFAPI_3.7.17)(64bit) libgfapi.so.0(GFAPI_3.7.4)(64bit) libgfapi.so.0(GFAPI_4.0.0)(64bit) libgfapi.so.0(GFAPI_4.1.6)(64bit) libgfapi.so.0(GFAPI_6.0)(64bit) libgfapi.so.0(GFAPI_6.6)(64bit) libgfapi.so.0(GFAPI_7.0)(64bit) libgfapi.so.0(GFAPI_PRIVATE_3.12.0)(64bit) libgfapi.so.0(GFAPI_PRIVATE_3.4.0)(64bit) libgfapi.so.0(GFAPI_PRIVATE_3.7.0)(64bit) libgfapi.so.0(GFAPI_PRIVATE_6.0)(64bit) libgfapi.so.0(GFAPI_PRIVATE_6.1)(64bit) libgfapi0 = 20201007.d1d7a6f-0.0.el8 libgfapi0(x86-64) = 20201007.d1d7a6f-0.0.el8 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires: libacl.so.1()(64bit) libacl.so.1(ACL_1.0)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.1.1()(64bit) libdl.so.2()(64bit) libgfapi.so.0()(64bit) libgfapi.so.0(GFAPI_PRIVATE_3.4.0)(64bit) libgfapi.so.0(GFAPI_PRIVATE_3.7.0)(64bit) libgfrpc.so.0()(64bit) libgfxdr.so.0()(64bit) libglusterfs.so.0()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) librt.so.1()(64bit) libtirpc.so.3()(64bit) libtirpc.so.3(TIRPC_0.3.3)(64bit) liburcu-bp.so.6()(64bit) liburcu-cds.so.6()(64bit) libuuid.so.1()(64bit) libuuid.so.1(UUID_1.0)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Obsoletes: glusterfs-api <= 20201007.d1d7a6f-0.0.el8 Processing files: libgfapi-devel-20201007.d1d7a6f-0.0.el8.x86_64 Provides: glusterfs-api-devel = 20201007.d1d7a6f-0.0.el8 libgfapi-devel = 20201007.d1d7a6f-0.0.el8 libgfapi-devel(x86-64) = 20201007.d1d7a6f-0.0.el8 pkgconfig(glusterfs-api) = 7.20201007.d1d7a6f Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libgfapi.so.0()(64bit) pkgconfig(uuid) Obsoletes: glusterfs-api-devel <= 20201007.d1d7a6f-0.0.el8 Processing files: libgfchangelog0-20201007.d1d7a6f-0.0.el8.x86_64 Provides: libgfchangelog.so.0()(64bit) libgfchangelog0 = 20201007.d1d7a6f-0.0.el8 libgfchangelog0(x86-64) = 20201007.d1d7a6f-0.0.el8 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires: ld-linux-x86-64.so.2()(64bit) ld-linux-x86-64.so.2(GLIBC_2.3)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.1.1()(64bit) libdl.so.2()(64bit) libgfrpc.so.0()(64bit) libgfxdr.so.0()(64bit) libglusterfs.so.0()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) librt.so.1()(64bit) libtirpc.so.3()(64bit) libtirpc.so.3(TIRPC_0.3.3)(64bit) liburcu-bp.so.6()(64bit) liburcu-cds.so.6()(64bit) libuuid.so.1()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Obsoletes: glusterfs-libs <= 20201007.d1d7a6f-0.0.el8 Processing files: libgfchangelog-devel-20201007.d1d7a6f-0.0.el8.x86_64 Provides: libgfchangelog-devel = 20201007.d1d7a6f-0.0.el8 libgfchangelog-devel(x86-64) = 20201007.d1d7a6f-0.0.el8 pkgconfig(libgfchangelog) = 0.0.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libgfchangelog.so.0()(64bit) pkgconfig(uuid) Obsoletes: glusterfs-devel <= 20201007.d1d7a6f-0.0.el8 Processing files: libgfrpc0-20201007.d1d7a6f-0.0.el8.x86_64 Provides: libgfrpc.so.0()(64bit) libgfrpc0 = 20201007.d1d7a6f-0.0.el8 libgfrpc0(x86-64) = 20201007.d1d7a6f-0.0.el8 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.1.1()(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libgfxdr.so.0()(64bit) libglusterfs.so.0()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) librt.so.1()(64bit) libtirpc.so.3()(64bit) libtirpc.so.3(TIRPC_0.3.0)(64bit) libtirpc.so.3(TIRPC_0.3.3)(64bit) liburcu-bp.so.6()(64bit) liburcu-cds.so.6()(64bit) libuuid.so.1()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Obsoletes: glusterfs-libs <= 20201007.d1d7a6f-0.0.el8 Processing files: libgfrpc-devel-20201007.d1d7a6f-0.0.el8.x86_64 Provides: libgfrpc-devel = 20201007.d1d7a6f-0.0.el8 libgfrpc-devel(x86-64) = 20201007.d1d7a6f-0.0.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libgfrpc.so.0()(64bit) Obsoletes: glusterfs-devel <= 20201007.d1d7a6f-0.0.el8 Processing files: libgfxdr0-20201007.d1d7a6f-0.0.el8.x86_64 Provides: libgfxdr.so.0()(64bit) libgfxdr0 = 20201007.d1d7a6f-0.0.el8 libgfxdr0(x86-64) = 20201007.d1d7a6f-0.0.el8 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.1.1()(64bit) libdl.so.2()(64bit) libglusterfs.so.0()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) librt.so.1()(64bit) libtirpc.so.3()(64bit) libtirpc.so.3(TIRPC_0.3.0)(64bit) liburcu-bp.so.6()(64bit) liburcu-cds.so.6()(64bit) libuuid.so.1()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Obsoletes: glusterfs-libs <= 20201007.d1d7a6f-0.0.el8 Processing files: libgfxdr-devel-20201007.d1d7a6f-0.0.el8.x86_64 Provides: libgfxdr-devel = 20201007.d1d7a6f-0.0.el8 libgfxdr-devel(x86-64) = 20201007.d1d7a6f-0.0.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libgfxdr.so.0()(64bit) Obsoletes: glusterfs-devel <= 20201007.d1d7a6f-0.0.el8 Processing files: libglusterd0-20201007.d1d7a6f-0.0.el8.x86_64 Provides: libglusterd.so.0()(64bit) libglusterd0 = 20201007.d1d7a6f-0.0.el8 libglusterd0(x86-64) = 20201007.d1d7a6f-0.0.el8 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libcrypto.so.1.1()(64bit) libdl.so.2()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) librt.so.1()(64bit) libtirpc.so.3()(64bit) libuuid.so.1()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Obsoletes: glusterfs-libs <= 20201007.d1d7a6f-0.0.el8 Processing files: python3-gluster-20201007.d1d7a6f-0.0.el8.x86_64 RPM build errors: error: Directory not found: /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/gluster error: File not found: /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/gluster/__init__.* error: File not found: /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/gluster/__pycache__ error: File not found: /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/gluster/cliutils Directory not found: /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/gluster File not found: /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/gluster/__init__.* File not found: /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/gluster/__pycache__ File not found: /builddir/build/BUILDROOT/glusterfs-20201007.d1d7a6f-0.0.el8.x86_64/gluster/cliutils Finish: rpmbuild glusterfs-20201007.d1d7a6f-0.0.autobuild.src.rpm Finish: build phase for glusterfs-20201007.d1d7a6f-0.0.autobuild.src.rpm ERROR: Exception(/root/glusterfs/glusterfs-20201007.d1d7a6f-0.0.autobuild.src.rpm) Config(epel-8-x86_64) 14 minutes 54 seconds INFO: Results and/or logs in: /srv/gluster/nightly/master/8/x86_64 INFO: Cleaning up build root ('cleanup_on_failure=True') Start: clean chroot Finish: clean chroot ERROR: Command failed: # /usr/bin/systemd-nspawn -q -M c2079149e4894b2fb915f0435eed23ad -D /var/lib/mock/epel-8-x86_64/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.iv2b1oj5:/etc/resolv.conf --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007" --setenv=PS1=<mock-chroot> \s-\v\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/glusterfs.spec [root@localhost ~]# uname -a Linux localhost.localdomain 4.18.0-80.el8.x86_64 #1 SMP Tue Jun 4 09:19:46 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux [root@localhost ~]# cat /etc/redhat-release CentOS Linux release 8.2.2004 (Core) [root@localhost ~]#
_______________________________________________ Community Meeting Calendar: Schedule - Every 2nd and 4th Tuesday at 14:30 IST / 09:00 UTC Bridge: https://bluejeans.com/441850968 Gluster-devel mailing list Gluster-devel@xxxxxxxxxxx https://lists.gluster.org/mailman/listinfo/gluster-devel