Skip to content

Instantly share code, notes, and snippets.

@mkumatag
Created November 13, 2021 14:19
Show Gist options
  • Save mkumatag/81ba869c473fee0e8f3fda73d76a8189 to your computer and use it in GitHub Desktop.
Save mkumatag/81ba869c473fee0e8f3fda73d76a8189 to your computer and use it in GitHub Desktop.
$ docker buildx build --progress=plain --platform=linux/ppc64le deploy/docker 130 ↵
#2 [internal] load .dockerignore
#2 transferring context: 2B 0.0s done
#2 DONE 0.1s
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 3.03kB 0.0s done
#1 DONE 0.1s
#4 [internal] load metadata for registry.fedoraproject.org/fedora-minimal:35
#4 DONE 3.2s
#3 [internal] load metadata for registry.fedoraproject.org/fedora:35
#3 DONE 3.6s
#18 [internal] load build context
#18 transferring context: 2B done
#18 DONE 0.0s
#14 [build 5/6] RUN mkdir -p /usr/local && cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_CONFIG=vfs_only -DCMAKE_INSTALL_PREFIX=/usr/local src/ && sed -i 's|@SYSSTATEDIR@/lib/nfs/ganesha|/export|' src/include/config-h.in.cmake && make && make install
#14 CACHED
#17 [run 7/9] COPY --from=build /ganesha-extra /
#17 CACHED
#11 [build 2/6] RUN dnf install -y autoconf bison cmake dbus-devel flex tar gcc gcc-c++ git jemalloc-devel krb5-devel libblkid-devel libnfsidmap-devel libnsl2-devel libtool make patch userspace-rcu-devel
#11 CACHED
#16 [run 6/9] COPY --from=build /usr/local /usr/local/
#16 CACHED
#6 [run 2/9] RUN microdnf install -y dbus-x11 hostname jemalloc libblkid libnfsidmap nfs-utils rpcbind userspace-rcu xfsprogs && microdnf clean all
#6 CACHED
#9 [run 5/9] RUN sed -i s/systemd// /etc/nsswitch.conf
#9 CACHED
#8 [run 4/9] RUN echo /usr/local/lib64 > /etc/ld.so.conf.d/local_libs.conf
#8 CACHED
#13 [build 4/6] WORKDIR /nfs-ganesha
#13 CACHED
#7 [run 3/9] RUN mkdir -p /var/run/dbus && mkdir -p /export
#7 CACHED
#15 [build 6/6] RUN mkdir -p /ganesha-extra && mkdir -p /ganesha-extra/etc/dbus-1/system.d && cp src/scripts/ganeshactl/org.ganesha.nfsd.conf /ganesha-extra/etc/dbus-1/system.d/
#15 CACHED
#12 [build 3/6] RUN git clone --branch V3.5 --recurse-submodules https://github.com/nfs-ganesha/nfs-ganesha
#12 CACHED
#19 [run 8/9] COPY nfs-provisioner /nfs-provisioner
#19 ERROR: "/nfs-provisioner" not found: not found
#5 [run 1/9] FROM registry.fedoraproject.org/fedora-minimal:35@sha256:a0f7eb3bb56c0a32289f3f30a534525a05763235132d347e23d5e4fec098c971
#5 resolve registry.fedoraproject.org/fedora-minimal:35@sha256:a0f7eb3bb56c0a32289f3f30a534525a05763235132d347e23d5e4fec098c971 0.0s done
#5 sha256:7fc0e98e6d23b668360152712e8b5ce33c824cf31242623a8d078cbb228cb6a7 429B / 429B done
#5 sha256:854dc9c204ec03693604b7db6149f8c0270aab02924d229d78d9a56f6e16d8d0 1.32kB / 1.32kB done
#5 sha256:a0f7eb3bb56c0a32289f3f30a534525a05763235132d347e23d5e4fec098c971 1.17kB / 1.17kB done
#5 CANCELED
#10 [build 1/6] FROM registry.fedoraproject.org/fedora:35@sha256:6bea36502f5888df52a3dd7641af2161c4e0f35f7cbfda4e6ecd8a446b3ff5e8
#10 resolve registry.fedoraproject.org/fedora:35@sha256:6bea36502f5888df52a3dd7641af2161c4e0f35f7cbfda4e6ecd8a446b3ff5e8 0.0s done
#10 sha256:6bea36502f5888df52a3dd7641af2161c4e0f35f7cbfda4e6ecd8a446b3ff5e8 1.17kB / 1.17kB done
#10 sha256:704ff7c4a02b6be8cd95e5dba3d79f39471129f8d4fb60613d02f10f511f7383 429B / 429B done
#10 sha256:747c8395866d435d888fd53fd94ba5fee076b4884c6c30ac2dbe4a61e54c219c 1.32kB / 1.32kB done
#10 CANCELED
------
> [run 8/9] COPY nfs-provisioner /nfs-provisioner:
------
error: failed to solve: failed to compute cache key: "/nfs-provisioner" not found: not found
╭─manjunath@kumatagi ~/nfs-ganesha-server-and-external-provisioner ‹master›
╰─$ touch deploy/docker/nfs-provisioner 1 ↵
╭─manjunath@kumatagi ~/nfs-ganesha-server-and-external-provisioner ‹master*›
╰─$ docker buildx build --progress=plain --platform=linux/ppc64le deploy/docker
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 30B
#1 transferring dockerfile: 32B done
#1 DONE 0.0s
#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s
#4 [internal] load metadata for registry.fedoraproject.org/fedora:35
#4 DONE 0.7s
#3 [internal] load metadata for registry.fedoraproject.org/fedora-minimal:35
#3 DONE 0.7s
#18 [internal] load build context
#18 transferring context: 36B done
#18 DONE 0.0s
#5 [run 1/9] FROM registry.fedoraproject.org/fedora-minimal:35@sha256:a0f7eb3bb56c0a32289f3f30a534525a05763235132d347e23d5e4fec098c971
#5 resolve registry.fedoraproject.org/fedora-minimal:35@sha256:a0f7eb3bb56c0a32289f3f30a534525a05763235132d347e23d5e4fec098c971 done
#5 sha256:a0f7eb3bb56c0a32289f3f30a534525a05763235132d347e23d5e4fec098c971 1.17kB / 1.17kB done
#5 sha256:7fc0e98e6d23b668360152712e8b5ce33c824cf31242623a8d078cbb228cb6a7 429B / 429B done
#5 sha256:854dc9c204ec03693604b7db6149f8c0270aab02924d229d78d9a56f6e16d8d0 1.32kB / 1.32kB done
#5 sha256:214d168c5aa7bde529385ac5296d096fa87e4e4f78c322cdc6a1481559c043ed 0B / 40.84MB 0.1s
#5 sha256:214d168c5aa7bde529385ac5296d096fa87e4e4f78c322cdc6a1481559c043ed 2.10MB / 40.84MB 3.6s
#5 sha256:214d168c5aa7bde529385ac5296d096fa87e4e4f78c322cdc6a1481559c043ed 4.19MB / 40.84MB 3.8s
#5 sha256:214d168c5aa7bde529385ac5296d096fa87e4e4f78c322cdc6a1481559c043ed 7.34MB / 40.84MB 4.1s
#5 sha256:214d168c5aa7bde529385ac5296d096fa87e4e4f78c322cdc6a1481559c043ed 10.49MB / 40.84MB 4.4s
#5 sha256:214d168c5aa7bde529385ac5296d096fa87e4e4f78c322cdc6a1481559c043ed 13.63MB / 40.84MB 4.7s
#5 sha256:214d168c5aa7bde529385ac5296d096fa87e4e4f78c322cdc6a1481559c043ed 16.78MB / 40.84MB 4.9s
#5 sha256:214d168c5aa7bde529385ac5296d096fa87e4e4f78c322cdc6a1481559c043ed 18.87MB / 40.84MB 5.3s
#5 sha256:214d168c5aa7bde529385ac5296d096fa87e4e4f78c322cdc6a1481559c043ed 22.02MB / 40.84MB 5.9s
#5 sha256:214d168c5aa7bde529385ac5296d096fa87e4e4f78c322cdc6a1481559c043ed 24.12MB / 40.84MB 6.1s
#5 sha256:214d168c5aa7bde529385ac5296d096fa87e4e4f78c322cdc6a1481559c043ed 27.26MB / 40.84MB 6.7s
#5 sha256:214d168c5aa7bde529385ac5296d096fa87e4e4f78c322cdc6a1481559c043ed 30.41MB / 40.84MB 7.0s
#5 sha256:214d168c5aa7bde529385ac5296d096fa87e4e4f78c322cdc6a1481559c043ed 32.51MB / 40.84MB 7.1s
#5 sha256:214d168c5aa7bde529385ac5296d096fa87e4e4f78c322cdc6a1481559c043ed 35.65MB / 40.84MB 7.4s
#5 sha256:214d168c5aa7bde529385ac5296d096fa87e4e4f78c322cdc6a1481559c043ed 37.75MB / 40.84MB 7.6s
#5 sha256:214d168c5aa7bde529385ac5296d096fa87e4e4f78c322cdc6a1481559c043ed 40.84MB / 40.84MB 7.9s
#5 sha256:214d168c5aa7bde529385ac5296d096fa87e4e4f78c322cdc6a1481559c043ed 40.84MB / 40.84MB 7.9s done
#5 extracting sha256:214d168c5aa7bde529385ac5296d096fa87e4e4f78c322cdc6a1481559c043ed
#5 ...
#10 [build 1/6] FROM registry.fedoraproject.org/fedora:35@sha256:6bea36502f5888df52a3dd7641af2161c4e0f35f7cbfda4e6ecd8a446b3ff5e8
#10 resolve registry.fedoraproject.org/fedora:35@sha256:6bea36502f5888df52a3dd7641af2161c4e0f35f7cbfda4e6ecd8a446b3ff5e8 done
#10 sha256:6bea36502f5888df52a3dd7641af2161c4e0f35f7cbfda4e6ecd8a446b3ff5e8 1.17kB / 1.17kB done
#10 sha256:704ff7c4a02b6be8cd95e5dba3d79f39471129f8d4fb60613d02f10f511f7383 429B / 429B done
#10 sha256:747c8395866d435d888fd53fd94ba5fee076b4884c6c30ac2dbe4a61e54c219c 1.32kB / 1.32kB done
#10 sha256:d0e3d8a0afdd5d89f8edb14cc4e4b7b330c34f484489e1531634ba9ca0ca22bc 56.62MB / 63.65MB 9.8s
#10 ...
#5 [run 1/9] FROM registry.fedoraproject.org/fedora-minimal:35@sha256:a0f7eb3bb56c0a32289f3f30a534525a05763235132d347e23d5e4fec098c971
#5 extracting sha256:214d168c5aa7bde529385ac5296d096fa87e4e4f78c322cdc6a1481559c043ed 2.3s done
#5 DONE 10.7s
#6 [run 2/9] RUN microdnf install -y dbus-x11 hostname jemalloc libblkid libnfsidmap nfs-utils rpcbind userspace-rcu xfsprogs && microdnf clean all
#6 2.010 Downloading metadata...
#6 ...
#10 [build 1/6] FROM registry.fedoraproject.org/fedora:35@sha256:6bea36502f5888df52a3dd7641af2161c4e0f35f7cbfda4e6ecd8a446b3ff5e8
#10 sha256:d0e3d8a0afdd5d89f8edb14cc4e4b7b330c34f484489e1531634ba9ca0ca22bc 63.65MB / 63.65MB 10.4s done
#10 extracting sha256:d0e3d8a0afdd5d89f8edb14cc4e4b7b330c34f484489e1531634ba9ca0ca22bc 3.9s done
#10 DONE 14.8s
#11 [build 2/6] RUN dnf install -y autoconf bison cmake dbus-devel flex tar gcc gcc-c++ git jemalloc-devel krb5-devel libblkid-devel libnfsidmap-devel libnsl2-devel libtool make patch userspace-rcu-devel
#11 ...
#6 [run 2/9] RUN microdnf install -y dbus-x11 hostname jemalloc libblkid libnfsidmap nfs-utils rpcbind userspace-rcu xfsprogs && microdnf clean all
#6 4.769 Downloading metadata...
#6 31.31 Downloading metadata...
#6 ...
#11 [build 2/6] RUN dnf install -y autoconf bison cmake dbus-devel flex tar gcc gcc-c++ git jemalloc-devel krb5-devel libblkid-devel libnfsidmap-devel libnsl2-devel libtool make patch userspace-rcu-devel
#11 31.07 Fedora 35 - ppc64le 2.0 MB/s | 57 MB 00:28
#11 213.6 Fedora 35 openh264 (From Cisco) - ppc64le 1.1 kB/s | 2.5 kB 00:02
#11 220.6 Fedora Modular 35 - ppc64le 552 kB/s | 2.5 MB 00:04
#11 237.2 Fedora 35 - ppc64le - Updates 1.0 MB/s | 9.3 MB 00:09
#11 ...
#6 [run 2/9] RUN microdnf install -y dbus-x11 hostname jemalloc libblkid libnfsidmap nfs-utils rpcbind userspace-rcu xfsprogs && microdnf clean all
#6 267.0 Package Repository Size
#6 267.0 Installing:
#6 267.0 acl-2.3.1-2.fc35.ppc64le fedora 75.1\xc2\xa0kB
#6 267.0 cracklib-2.9.6-27.fc35.ppc64le fedora 84.5\xc2\xa0kB
#6 267.0 cryptsetup-libs-2.4.1-1.fc35.ppc64le fedora 489.5\xc2\xa0kB
#6 267.0 dbus-1:1.12.20-5.fc35.ppc64le fedora 7.5\xc2\xa0kB
#6 267.0 dbus-broker-29-4.fc35.ppc64le fedora 190.4\xc2\xa0kB
#6 267.0 dbus-common-1:1.12.20-5.fc35.noarch fedora 14.5\xc2\xa0kB
#6 267.0 dbus-daemon-1:1.12.20-5.fc35.ppc64le fedora 216.3\xc2\xa0kB
#6 267.0 dbus-libs-1:1.12.20-5.fc35.ppc64le fedora 174.9\xc2\xa0kB
#6 267.0 dbus-tools-1:1.12.20-5.fc35.ppc64le fedora 55.1\xc2\xa0kB
#6 267.0 dbus-x11-1:1.12.20-5.fc35.ppc64le fedora 25.9\xc2\xa0kB
#6 267.0 device-mapper-1.02.175-6.fc35.ppc64le fedora 145.8\xc2\xa0kB
#6 267.0 device-mapper-libs-1.02.175-6.fc35.ppc64le fedora 195.2\xc2\xa0kB
#6 267.0 diffutils-3.8-1.fc35.ppc64le fedora 427.0\xc2\xa0kB
#6 267.0 e2fsprogs-libs-1.46.3-1.fc35.ppc64le fedora 257.5\xc2\xa0kB
#6 267.0 elfutils-debuginfod-client-0.185-5.fc35.ppc64le fedora 37.7\xc2\xa0kB
#6 267.0 elfutils-default-yama-scope-0.185-5.fc35.noarch fedora 18.5\xc2\xa0kB
#6 267.0 elfutils-libelf-0.185-5.fc35.ppc64le fedora 205.5\xc2\xa0kB
#6 267.0 elfutils-libs-0.185-5.fc35.ppc64le fedora 306.9\xc2\xa0kB
#6 267.0 expat-2.4.1-2.fc35.ppc64le fedora 117.3\xc2\xa0kB
#6 267.0 gssproxy-0.8.4-4.fc35.ppc64le fedora 121.1\xc2\xa0kB
#6 267.0 gzip-1.10-5.fc35.ppc64le fedora 157.8\xc2\xa0kB
#6 267.0 hostname-3.23-5.fc35.ppc64le fedora 28.3\xc2\xa0kB
#6 267.0 inih-49-4.fc35.ppc64le fedora 17.8\xc2\xa0kB
#6 267.0 iptables-legacy-libs-1.8.7-13.fc35.ppc64le fedora 43.5\xc2\xa0kB
#6 267.0 jemalloc-5.2.1-6.fc35.ppc64le fedora 244.9\xc2\xa0kB
#6 267.0 keyutils-1.6.1-3.fc35.ppc64le fedora 66.1\xc2\xa0kB
#6 267.0 kmod-29-4.fc35.ppc64le fedora 130.2\xc2\xa0kB
#6 267.0 kmod-libs-29-4.fc35.ppc64le fedora 74.4\xc2\xa0kB
#6 267.0 libX11-1.7.2-3.fc35.ppc64le fedora 712.5\xc2\xa0kB
#6 267.0 libX11-common-1.7.2-3.fc35.noarch fedora 155.6\xc2\xa0kB
#6 267.0 libXau-1.0.9-7.fc35.ppc64le fedora 31.4\xc2\xa0kB
#6 267.0 libargon2-20171227-7.fc35.ppc64le fedora 31.4\xc2\xa0kB
#6 267.0 libbasicobjects-0.1.1-48.fc35.ppc64le fedora 26.2\xc2\xa0kB
#6 267.0 libcollection-0.7.0-48.fc35.ppc64le fedora 48.2\xc2\xa0kB
#6 267.0 libdb-5.3.28-50.fc35.ppc64le fedora 842.1\xc2\xa0kB
#6 267.0 libeconf-0.4.0-2.fc35.ppc64le fedora 30.6\xc2\xa0kB
#6 267.0 libedit-3.1-40.20210910cvs.fc35.ppc64le fedora 120.7\xc2\xa0kB
#6 267.0 libev-4.33-4.fc35.ppc64le fedora 56.9\xc2\xa0kB
#6 267.0 libevent-2.1.12-4.fc35.ppc64le fedora 283.4\xc2\xa0kB
#6 267.0 libfdisk-2.37.2-1.fc35.ppc64le fedora 175.6\xc2\xa0kB
#6 267.0 libibverbs-37.0-1.fc35.ppc64le fedora 445.4\xc2\xa0kB
#6 267.0 libini_config-1.3.1-48.fc35.ppc64le fedora 77.8\xc2\xa0kB
#6 267.0 libnfsidmap-1:2.5.4-2.rc3.fc35.ppc64le fedora 65.2\xc2\xa0kB
#6 267.0 libnl3-3.5.0-8.fc35.ppc64le fedora 357.3\xc2\xa0kB
#6 267.0 libnsl2-1.3.0-4.fc35.ppc64le fedora 64.3\xc2\xa0kB
#6 267.0 libpath_utils-0.2.1-48.fc35.ppc64le fedora 30.7\xc2\xa0kB
#6 267.0 libpcap-14:1.10.1-2.fc35.ppc64le fedora 183.3\xc2\xa0kB
#6 267.0 libpwquality-1.4.4-6.fc35.ppc64le fedora 109.3\xc2\xa0kB
#6 267.0 libref_array-0.1.5-48.fc35.ppc64le fedora 28.3\xc2\xa0kB
#6 267.0 librtas-2.0.2-11.fc35.ppc64le fedora 66.5\xc2\xa0kB
#6 267.0 libseccomp-2.5.3-1.fc35.ppc64le updates 80.9\xc2\xa0kB
#6 267.0 libsemanage-3.3-1.fc35.ppc64le updates 131.3\xc2\xa0kB
#6 267.0 libtirpc-1.3.2-1.fc35.ppc64le fedora 110.6\xc2\xa0kB
#6 267.0 libutempter-1.2.1-5.fc35.ppc64le fedora 26.7\xc2\xa0kB
#6 267.0 libverto-libev-0.3.2-2.fc35.ppc64le fedora 13.4\xc2\xa0kB
#6 267.0 libxcb-1.13.1-8.fc35.ppc64le fedora 246.4\xc2\xa0kB
#6 267.0 libxkbcommon-1.3.1-1.fc35.ppc64le fedora 155.7\xc2\xa0kB
#6 267.0 mpdecimal-2.5.1-2.fc35.ppc64le fedora 117.9\xc2\xa0kB
#6 267.0 nfs-utils-1:2.5.4-2.rc3.fc35.ppc64le fedora 466.5\xc2\xa0kB
#6 267.0 pam-1.5.2-5.fc35.ppc64le fedora 604.9\xc2\xa0kB
#6 267.0 python-pip-wheel-21.2.3-3.fc35.noarch updates 1.2\xc2\xa0MB
#6 267.0 python-setuptools-wheel-57.4.0-1.fc35.noarch fedora 517.1\xc2\xa0kB
#6 267.0 python-unversioned-command-3.10.0-1.fc35.noarch fedora 9.3\xc2\xa0kB
#6 267.0 python3-3.10.0-1.fc35.ppc64le fedora 26.0\xc2\xa0kB
#6 267.0 python3-libs-3.10.0-1.fc35.ppc64le fedora 7.8\xc2\xa0MB
#6 267.0 qrencode-libs-4.0.2-8.fc35.ppc64le fedora 64.1\xc2\xa0kB
#6 267.0 quota-1:4.06-6.fc35.ppc64le fedora 211.7\xc2\xa0kB
#6 267.0 quota-nls-1:4.06-6.fc35.noarch fedora 79.7\xc2\xa0kB
#6 267.0 rpcbind-1.2.6-1.fc35.ppc64le fedora 63.9\xc2\xa0kB
#6 267.0 shadow-utils-2:4.9-5.fc35.ppc64le updates 1.2\xc2\xa0MB
#6 267.0 systemd-249.6-2.fc35.ppc64le updates 4.7\xc2\xa0MB
#6 267.0 systemd-libs-249.6-2.fc35.ppc64le updates 664.9\xc2\xa0kB
#6 267.0 systemd-networkd-249.6-2.fc35.ppc64le updates 524.9\xc2\xa0kB
#6 267.0 systemd-pam-249.6-2.fc35.ppc64le updates 357.7\xc2\xa0kB
#6 267.0 systemd-resolved-249.6-2.fc35.ppc64le updates 329.6\xc2\xa0kB
#6 267.0 userspace-rcu-0.13.0-3.fc35.ppc64le fedora 108.3\xc2\xa0kB
#6 267.0 util-linux-2.37.2-1.fc35.ppc64le fedora 2.4\xc2\xa0MB
#6 267.0 util-linux-core-2.37.2-1.fc35.ppc64le fedora 466.4\xc2\xa0kB
#6 267.0 xfsprogs-5.12.0-2.fc35.ppc64le fedora 1.1\xc2\xa0MB
#6 267.0 xkeyboard-config-2.33-2.fc35.noarch fedora 801.5\xc2\xa0kB
#6 267.0 Transaction Summary:
#6 267.0 Installing: 80 packages
#6 267.0 Reinstalling: 0 packages
#6 267.0 Upgrading: 0 packages
#6 267.0 Obsoleting: 0 packages
#6 267.0 Removing: 0 packages
#6 267.0 Downgrading: 0 packages
#6 267.6 Downloading packages...
#6 ...
#11 [build 2/6] RUN dnf install -y autoconf bison cmake dbus-devel flex tar gcc gcc-c++ git jemalloc-devel krb5-devel libblkid-devel libnfsidmap-devel libnsl2-devel libtool make patch userspace-rcu-devel
#11 273.7 Fedora Modular 35 - ppc64le - Updates 211 kB/s | 710 kB 00:03
#11 ...
#6 [run 2/9] RUN microdnf install -y dbus-x11 hostname jemalloc libblkid libnfsidmap nfs-utils rpcbind userspace-rcu xfsprogs && microdnf clean all
#6 283.7 Running transaction test...
#6 ...
#11 [build 2/6] RUN dnf install -y autoconf bison cmake dbus-devel flex tar gcc gcc-c++ git jemalloc-devel krb5-devel libblkid-devel libnfsidmap-devel libnsl2-devel libtool make patch userspace-rcu-devel
#11 283.8 Last metadata expiration check: 0:00:03 ago on Sat Nov 13 13:39:36 2021.
#11 ...
#6 [run 2/9] RUN microdnf install -y dbus-x11 hostname jemalloc libblkid libnfsidmap nfs-utils rpcbind userspace-rcu xfsprogs && microdnf clean all
#6 292.6 Installing: systemd-libs;249.6-2.fc35;ppc64le;updates
#6 293.5 Installing: libtirpc;1.3.2-1.fc35;ppc64le;fedora
#6 293.5 Installing: dbus-libs;1:1.12.20-5.fc35;ppc64le;fedora
#6 293.6 Installing: expat;2.4.1-2.fc35;ppc64le;fedora
#6 293.6 Installing: elfutils-libelf;0.185-5.fc35;ppc64le;fedora
#6 293.7 Installing: libnsl2;1.3.0-4.fc35;ppc64le;fedora
#6 293.7 Installing: util-linux-core;2.37.2-1.fc35;ppc64le;fedora
#6 294.1 Installing: libref_array;0.1.5-48.fc35;ppc64le;fedora
#6 294.2 Installing: libfdisk;2.37.2-1.fc35;ppc64le;fedora
#6 294.2 Installing: dbus-common;1:1.12.20-5.fc35;noarch;fedora
#6 294.4 Installing: dbus-tools;1:1.12.20-5.fc35;ppc64le;fedora
#6 294.4 Installing: xkeyboard-config;2.33-2.fc35;noarch;fedora
#6 295.0 Installing: libxkbcommon;1.3.1-1.fc35;ppc64le;fedora
#6 295.1 Installing: quota-nls;1:4.06-6.fc35;noarch;fedora
#6 295.1 Installing: qrencode-libs;4.0.2-8.fc35;ppc64le;fedora
#6 295.1 Installing: python-setuptools-wheel;57.4.0-1.fc35;noarch;fedora
#6 295.2 Installing: mpdecimal;2.5.1-2.fc35;ppc64le;fedora
#6 295.2 Installing: librtas;2.0.2-11.fc35;ppc64le;fedora
#6 295.4 Installing: libpath_utils;0.2.1-48.fc35;ppc64le;fedora
#6 295.4 Installing: libnl3;3.5.0-8.fc35;ppc64le;fedora
#6 295.6 Installing: libibverbs;37.0-1.fc35;ppc64le;fedora
#6 295.8 Installing: libpcap;14:1.10.1-2.fc35;ppc64le;fedora
#6 295.8 Installing: iptables-legacy-libs;1.8.7-13.fc35;ppc64le;fedora
#6 295.9 Installing: libnfsidmap;1:2.5.4-2.rc3.fc35;ppc64le;fedora
#6 295.9 Installing: libevent;2.1.12-4.fc35;ppc64le;fedora
#6 296.1 Installing: libev;4.33-4.fc35;ppc64le;fedora
#6 296.1 Installing: libverto-libev;0.3.2-2.fc35;ppc64le;fedora
#6 296.1 Installing: libedit;3.1-40.20210910cvs.fc35;ppc64le;fedora
#6 296.2 Installing: libeconf;0.4.0-2.fc35;ppc64le;fedora
#6 296.2 Installing: libdb;5.3.28-50.fc35;ppc64le;fedora
#6 296.4 Installing: libcollection;0.7.0-48.fc35;ppc64le;fedora
#6 296.4 Installing: libbasicobjects;0.1.1-48.fc35;ppc64le;fedora
#6 296.4 Installing: libini_config;1.3.1-48.fc35;ppc64le;fedora
#6 296.5 Installing: libargon2;20171227-7.fc35;ppc64le;fedora
#6 296.5 Installing: libXau;1.0.9-7.fc35;ppc64le;fedora
#6 296.5 Installing: libxcb;1.13.1-8.fc35;ppc64le;fedora
#6 296.8 Installing: libX11-common;1.7.2-3.fc35;noarch;fedora
#6 297.0 Installing: libX11;1.7.2-3.fc35;ppc64le;fedora
#6 297.2 Installing: kmod-libs;29-4.fc35;ppc64le;fedora
#6 297.2 Installing: kmod;29-4.fc35;ppc64le;fedora
#6 297.3 Installing: keyutils;1.6.1-3.fc35;ppc64le;fedora
#6 297.3 Installing: inih;49-4.fc35;ppc64le;fedora
#6 297.3 Installing: gzip;1.10-5.fc35;ppc64le;fedora
#6 297.4 Installing: cracklib;2.9.6-27.fc35;ppc64le;fedora
#6 297.5 Installing: pam;1.5.2-5.fc35;ppc64le;fedora
#6 298.0 Installing: libpwquality;1.4.4-6.fc35;ppc64le;fedora
#6 298.1 Installing: e2fsprogs-libs;1.46.3-1.fc35;ppc64le;fedora
#6 298.2 Installing: quota;1:4.06-6.fc35;ppc64le;fedora
#6 298.3 Installing: diffutils;3.8-1.fc35;ppc64le;fedora
#6 298.4 Installing: acl;2.3.1-2.fc35;ppc64le;fedora
#6 298.5 Installing: python-pip-wheel;21.2.3-3.fc35;noarch;updates
#6 298.6 Installing: python-unversioned-command;3.10.0-1.fc35;noarch;fedora
#6 298.6 Installing: python3;3.10.0-1.fc35;ppc64le;fedora
#6 298.6 Installing: python3-libs;3.10.0-1.fc35;ppc64le;fedora
#6 303.0 Installing: libsemanage;3.3-1.fc35;ppc64le;updates
#6 303.1 Installing: shadow-utils;2:4.9-5.fc35;ppc64le;updates
#6 304.0 useradd warning: dbus's uid 81 outside of the SYS_UID_MIN 201 and SYS_UID_MAX 999 range.
#6 304.1 Installing: dbus-broker;29-4.fc35;ppc64le;fedora
#6 304.3 Installing: dbus;1:1.12.20-5.fc35;ppc64le;fedora
#6 304.5 Installing: dbus-daemon;1:1.12.20-5.fc35;ppc64le;fedora
#6 305.0 Installing: libutempter;1.2.1-5.fc35;ppc64le;fedora
#6 305.1 Installing: util-linux;2.37.2-1.fc35;ppc64le;fedora
#6 306.1 Installing: libseccomp;2.5.3-1.fc35;ppc64le;updates
#6 306.2 Installing: systemd-networkd;249.6-2.fc35;ppc64le;updates
#6 306.5 Installing: systemd-pam;249.6-2.fc35;ppc64le;updates
#6 306.6 Installing: systemd-resolved;249.6-2.fc35;ppc64le;updates
#6 306.9 Installing: cryptsetup-libs;2.4.1-1.fc35;ppc64le;fedora
#6 307.0 Installing: device-mapper-libs;1.02.175-6.fc35;ppc64le;fedora
#6 307.1 Installing: device-mapper;1.02.175-6.fc35;ppc64le;fedora
#6 307.1 Installing: elfutils-debuginfod-client;0.185-5.fc35;ppc64le;fedora
#6 307.1 Installing: elfutils-libs;0.185-5.fc35;ppc64le;fedora
#6 307.2 Installing: systemd;249.6-2.fc35;ppc64le;updates
#6 ...
#11 [build 2/6] RUN dnf install -y autoconf bison cmake dbus-devel flex tar gcc gcc-c++ git jemalloc-devel krb5-devel libblkid-devel libnfsidmap-devel libnsl2-devel libtool make patch userspace-rcu-devel
#11 303.3 Package tar-2:1.34-2.fc35.ppc64le is already installed.
#11 303.8 Dependencies resolved.
#11 304.0 ================================================================================
#11 304.0 Package Arch Version Repo Size
#11 304.0 ================================================================================
#11 304.0 Installing:
#11 304.0 autoconf noarch 2.69-37.fc35 fedora 666 k
#11 304.0 bison ppc64le 3.7.6-3.fc35 fedora 946 k
#11 304.0 cmake ppc64le 3.21.3-1.fc35 fedora 6.6 M
#11 304.0 dbus-devel ppc64le 1:1.12.20-5.fc35 fedora 34 k
#11 304.0 flex ppc64le 2.6.4-9.fc35 fedora 306 k
#11 304.0 gcc ppc64le 11.2.1-1.fc35 fedora 27 M
#11 304.0 gcc-c++ ppc64le 11.2.1-1.fc35 fedora 11 M
#11 304.0 git ppc64le 2.33.1-1.fc35 updates 67 k
#11 304.0 jemalloc-devel ppc64le 5.2.1-6.fc35 fedora 78 k
#11 304.0 krb5-devel ppc64le 1.19.2-2.fc35 fedora 140 k
#11 304.0 libblkid-devel ppc64le 2.37.2-1.fc35 fedora 18 k
#11 304.0 libnfsidmap-devel ppc64le 1:2.5.4-2.rc3.fc35 fedora 14 k
#11 304.0 libnsl2-devel ppc64le 1.3.0-4.fc35 fedora 34 k
#11 304.0 libtool ppc64le 2.4.6-42.fc35 fedora 578 k
#11 304.0 make ppc64le 1:4.3-6.fc35 fedora 546 k
#11 304.0 patch ppc64le 2.7.6-15.fc35 fedora 137 k
#11 304.0 userspace-rcu-devel ppc64le 0.13.0-3.fc35 fedora 93 k
#11 304.0 Installing dependencies:
#11 304.0 automake noarch 1.16.2-5.fc35 fedora 662 k
#11 304.0 binutils ppc64le 2.37-10.fc35 fedora 6.7 M
#11 304.0 binutils-gold ppc64le 2.37-10.fc35 fedora 1.0 M
#11 304.0 cmake-data noarch 3.21.3-1.fc35 fedora 1.6 M
#11 304.0 cmake-filesystem ppc64le 3.21.3-1.fc35 fedora 17 k
#11 304.0 cmake-rpm-macros noarch 3.21.3-1.fc35 fedora 16 k
#11 304.0 cpp ppc64le 11.2.1-1.fc35 fedora 8.7 M
#11 304.0 dbus-libs ppc64le 1:1.12.20-5.fc35 fedora 171 k
#11 304.0 ed ppc64le 1.14.2-11.fc35 fedora 76 k
#11 304.0 elfutils-debuginfod-client ppc64le 0.185-5.fc35 fedora 37 k
#11 304.0 emacs-filesystem noarch 1:27.2-9.fc35 fedora 9.0 k
#11 304.0 findutils ppc64le 1:4.8.0-4.fc35 fedora 576 k
#11 304.0 gc ppc64le 8.0.4-6.fc35 fedora 112 k
#11 304.0 git-core ppc64le 2.33.1-1.fc35 updates 4.1 M
#11 304.0 git-core-doc noarch 2.33.1-1.fc35 updates 2.4 M
#11 304.0 glibc-devel ppc64le 2.34-7.fc35 fedora 567 k
#11 304.0 groff-base ppc64le 1.22.4-8.fc35 fedora 1.1 M
#11 304.0 guile22 ppc64le 2.2.7-3.fc35 fedora 6.4 M
#11 304.0 info ppc64le 6.8-2.fc35 fedora 250 k
#11 304.0 jemalloc ppc64le 5.2.1-6.fc35 fedora 239 k
#11 304.0 jsoncpp ppc64le 1.9.4-4.fc35 fedora 97 k
#11 304.0 kernel-headers ppc64le 5.14.9-300.fc35 fedora 1.3 M
#11 304.0 keyutils-libs-devel ppc64le 1.6.1-3.fc35 fedora 51 k
#11 304.0 less ppc64le 590-2.fc35 updates 173 k
#11 304.0 libasan ppc64le 11.2.1-1.fc35 fedora 451 k
#11 304.0 libatomic ppc64le 11.2.1-1.fc35 fedora 50 k
#11 304.0 libcbor ppc64le 0.7.0-4.fc35 fedora 57 k
#11 304.0 libcom_err-devel ppc64le 1.46.3-1.fc35 fedora 16 k
#11 304.0 libedit ppc64le 3.1-40.20210910cvs.fc35 fedora 118 k
#11 304.0 libfdisk ppc64le 2.37.2-1.fc35 fedora 171 k
#11 304.0 libfido2 ppc64le 1.8.0-1.fc35 fedora 90 k
#11 304.0 libkadm5 ppc64le 1.19.2-2.fc35 fedora 91 k
#11 304.0 libmpc ppc64le 1.2.1-3.fc35 fedora 67 k
#11 304.0 libnfsidmap ppc64le 1:2.5.4-2.rc3.fc35 fedora 64 k
#11 304.0 libpkgconf ppc64le 1.8.0-1.fc35 fedora 40 k
#11 304.0 librtas ppc64le 2.0.2-11.fc35 fedora 65 k
#11 304.0 libselinux-devel ppc64le 3.3-1.fc35 updates 112 k
#11 304.0 libsepol-devel ppc64le 3.3-1.fc35 updates 40 k
#11 304.0 libstdc++-devel ppc64le 11.2.1-1.fc35 fedora 2.2 M
#11 304.0 libtirpc-devel ppc64le 1.3.2-1.fc35 fedora 113 k
#11 304.0 libtool-ltdl ppc64le 2.4.6-42.fc35 fedora 40 k
#11 304.0 libubsan ppc64le 11.2.1-1.fc35 fedora 219 k
#11 304.0 libutempter ppc64le 1.2.1-5.fc35 fedora 26 k
#11 304.0 libuv ppc64le 1:1.42.0-2.fc35 fedora 157 k
#11 304.0 libverto-devel ppc64le 0.3.2-2.fc35 fedora 14 k
#11 304.0 libxcrypt-devel ppc64le 4.4.26-4.fc35 fedora 29 k
#11 304.0 m4 ppc64le 1.4.19-2.fc35 fedora 311 k
#11 304.0 ncurses ppc64le 6.2-8.20210508.fc35 fedora 408 k
#11 304.0 openssh ppc64le 8.7p1-2.fc35 fedora 465 k
#11 304.0 openssh-clients ppc64le 8.7p1-2.fc35 fedora 725 k
#11 304.0 pcre2-devel ppc64le 10.37-4.fc35 fedora 475 k
#11 304.0 pcre2-utf16 ppc64le 10.37-4.fc35 fedora 211 k
#11 304.0 pcre2-utf32 ppc64le 10.37-4.fc35 fedora 203 k
#11 304.0 perl-AutoLoader noarch 5.74-482.fc35 updates 29 k
#11 304.0 perl-B ppc64le 1.82-482.fc35 updates 192 k
#11 304.0 perl-Carp noarch 1.52-478.fc35 fedora 29 k
#11 304.0 perl-Class-Struct noarch 0.66-482.fc35 updates 30 k
#11 304.0 perl-Data-Dumper ppc64le 2.183-2.fc35 fedora 57 k
#11 304.0 perl-Digest noarch 1.20-1.fc35 fedora 25 k
#11 304.0 perl-Digest-MD5 ppc64le 2.58-478.fc35 fedora 36 k
#11 304.0 perl-DynaLoader ppc64le 1.50-482.fc35 updates 34 k
#11 304.0 perl-Encode ppc64le 4:3.15-482.fc35 updates 1.7 M
#11 304.0 perl-Errno ppc64le 1.33-482.fc35 updates 23 k
#11 304.0 perl-Error noarch 1:0.17029-7.fc35 fedora 41 k
#11 304.0 perl-Exporter noarch 5.76-479.fc35 fedora 31 k
#11 304.0 perl-Fcntl ppc64le 1.14-482.fc35 updates 29 k
#11 304.0 perl-File-Basename noarch 2.85-482.fc35 updates 25 k
#11 304.0 perl-File-Compare noarch 1.100.600-482.fc35 updates 21 k
#11 304.0 perl-File-Copy noarch 2.35-482.fc35 updates 28 k
#11 304.0 perl-File-Find noarch 1.39-482.fc35 updates 33 k
#11 304.0 perl-File-Path noarch 2.18-478.fc35 fedora 35 k
#11 304.0 perl-File-Temp noarch 1:0.231.100-478.fc35 fedora 59 k
#11 304.0 perl-File-stat noarch 1.09-482.fc35 updates 25 k
#11 304.0 perl-FileHandle noarch 2.03-482.fc35 updates 23 k
#11 304.0 perl-Getopt-Long noarch 1:2.52-478.fc35 fedora 60 k
#11 304.0 perl-Getopt-Std noarch 1.13-482.fc35 updates 23 k
#11 304.0 perl-Git noarch 2.33.1-1.fc35 updates 43 k
#11 304.0 perl-HTTP-Tiny noarch 0.078-1.fc35 fedora 55 k
#11 304.0 perl-IO ppc64le 1.46-482.fc35 updates 95 k
#11 304.0 perl-IPC-Open3 noarch 1.21-482.fc35 updates 31 k
#11 304.0 perl-MIME-Base64 ppc64le 3.16-478.fc35 fedora 31 k
#11 304.0 perl-Net-SSLeay ppc64le 1.90-4.fc35 fedora 356 k
#11 304.0 perl-POSIX ppc64le 1.97-482.fc35 updates 108 k
#11 304.0 perl-PathTools ppc64le 3.80-478.fc35 fedora 85 k
#11 304.0 perl-Pod-Escapes noarch 1:1.07-478.fc35 fedora 20 k
#11 304.0 perl-Pod-Perldoc noarch 3.28.01-479.fc35 fedora 84 k
#11 304.0 perl-Pod-Simple noarch 1:3.43-2.fc35 fedora 215 k
#11 304.0 perl-Pod-Usage noarch 4:2.01-478.fc35 fedora 40 k
#11 304.0 perl-Scalar-List-Utils ppc64le 5:1.60-462.fc35 updates 75 k
#11 304.0 perl-SelectSaver noarch 1.02-482.fc35 updates 19 k
#11 304.0 perl-Socket ppc64le 4:2.032-2.fc35 fedora 55 k
#11 304.0 perl-Storable ppc64le 1:3.25-1.fc35 fedora 98 k
#11 304.0 perl-Symbol noarch 1.09-482.fc35 updates 22 k
#11 304.0 perl-Term-ANSIColor noarch 5.01-479.fc35 fedora 48 k
#11 304.0 perl-Term-Cap noarch 1.17-478.fc35 fedora 22 k
#11 304.0 perl-TermReadKey ppc64le 2.38-11.fc35 fedora 37 k
#11 304.0 perl-Text-ParseWords noarch 3.30-478.fc35 fedora 16 k
#11 304.0 perl-Text-Tabs+Wrap noarch 2021.0814-1.fc35 fedora 22 k
#11 304.0 perl-Thread-Queue noarch 3.14-478.fc35 fedora 21 k
#11 304.0 perl-Time-Local noarch 2:1.300-478.fc35 fedora 33 k
#11 304.0 perl-URI noarch 5.09-4.fc35 fedora 108 k
#11 304.0 perl-base noarch 2.27-482.fc35 updates 24 k
#11 304.0 perl-constant noarch 1.33-479.fc35 fedora 23 k
#11 304.0 perl-if noarch 0.60.900-482.fc35 updates 22 k
#11 304.0 perl-interpreter ppc64le 4:5.34.0-482.fc35 updates 79 k
#11 304.0 perl-lib ppc64le 0.65-482.fc35 updates 23 k
#11 304.0 perl-libnet noarch 3.13-479.fc35 fedora 125 k
#11 304.0 perl-libs ppc64le 4:5.34.0-482.fc35 updates 2.1 M
#11 304.0 perl-mro ppc64le 1.25-482.fc35 updates 37 k
#11 304.0 perl-overload noarch 1.33-482.fc35 updates 53 k
#11 304.0 perl-overloading noarch 0.02-482.fc35 updates 21 k
#11 304.0 perl-parent noarch 1:0.238-478.fc35 fedora 14 k
#11 304.0 perl-podlators noarch 1:4.14-478.fc35 fedora 111 k
#11 304.0 perl-subs noarch 1.04-482.fc35 updates 19 k
#11 304.0 perl-threads ppc64le 1:2.26-448.fc35 fedora 57 k
#11 304.0 perl-threads-shared ppc64le 1.62-478.fc35 fedora 44 k
#11 304.0 perl-vars noarch 1.05-482.fc35 updates 21 k
#11 304.0 pkgconf ppc64le 1.8.0-1.fc35 fedora 42 k
#11 304.0 pkgconf-m4 noarch 1.8.0-1.fc35 fedora 14 k
#11 304.0 pkgconf-pkg-config ppc64le 1.8.0-1.fc35 fedora 10 k
#11 304.0 rhash ppc64le 1.4.0-4.fc35 fedora 193 k
#11 304.0 systemd-libs ppc64le 249.6-2.fc35 updates 649 k
#11 304.0 userspace-rcu ppc64le 0.13.0-3.fc35 fedora 106 k
#11 304.0 util-linux ppc64le 2.37.2-1.fc35 fedora 2.3 M
#11 304.0 util-linux-core ppc64le 2.37.2-1.fc35 fedora 455 k
#11 304.0 vim-filesystem noarch 2:8.2.3582-1.fc35 updates 22 k
#11 304.0 xml-common noarch 0.6.3-57.fc35 fedora 31 k
#11 304.0 Installing weak dependencies:
#11 304.0 perl-IO-Socket-IP noarch 0.41-479.fc35 fedora 42 k
#11 304.0 perl-IO-Socket-SSL noarch 2.072-1.fc35 fedora 217 k
#11 304.0 perl-Mozilla-CA noarch 20200520-6.fc35 fedora 12 k
#11 304.0 perl-NDBM_File ppc64le 1.15-482.fc35 updates 30 k
#11 304.0
#11 304.0 Transaction Summary
#11 304.0 ================================================================================
#11 304.0 Install 148 Packages
#11 304.0
#11 304.1 Total download size: 103 M
#11 304.1 Installed size: 394 M
#11 304.1 Downloading Packages:
#11 307.2 (1/148): autoconf-2.69-37.fc35.noarch.rpm 394 kB/s | 666 kB 00:01
#11 307.6 (2/148): automake-1.16.2-5.fc35.noarch.rpm 310 kB/s | 662 kB 00:02
#11 308.0 (3/148): binutils-gold-2.37-10.fc35.ppc64le.rpm 1.3 MB/s | 1.0 MB 00:00
#11 308.5 (4/148): bison-3.7.6-3.fc35.ppc64le.rpm 1.1 MB/s | 946 kB 00:00
#11 ...
#6 [run 2/9] RUN microdnf install -y dbus-x11 hostname jemalloc libblkid libnfsidmap nfs-utils rpcbind userspace-rcu xfsprogs && microdnf clean all
#6 309.6 Creating group input with gid 104.
#6 309.6 Creating group kvm with gid 36.
#6 309.6 Creating group render with gid 105.
#6 309.6 Creating group sgx with gid 106.
#6 309.6 Creating group systemd-journal with gid 190.
#6 309.6 Creating group systemd-network with gid 192.
#6 309.6 Creating user systemd-network (systemd Network Management) with uid 192 and gid 192.
#6 309.6 Creating group systemd-oom with gid 999.
#6 309.6 Creating user systemd-oom (systemd Userspace OOM Killer) with uid 999 and gid 999.
#6 309.6 Creating group systemd-resolve with gid 193.
#6 309.6 Creating user systemd-resolve (systemd Resolver) with uid 193 and gid 193.
#6 309.6 Creating group systemd-timesync with gid 998.
#6 309.6 Creating user systemd-timesync (systemd Time Synchronization) with uid 998 and gid 998.
#6 309.6 Creating group systemd-coredump with gid 997.
#6 309.6 Creating user systemd-coredump (systemd Core Dumper) with uid 997 and gid 997.
#6 310.3 Installing: elfutils-default-yama-scope;0.185-5.fc35;noarch;fedora
#6 310.5 Installing: gssproxy;0.8.4-4.fc35;ppc64le;fedora
#6 310.7 Created symlink /etc/systemd/system/multi-user.target.wants/gssproxy.service → /usr/lib/systemd/system/gssproxy.service.
#6 311.3 Installing: rpcbind;1.2.6-1.fc35;ppc64le;fedora
#6 311.5 Created symlink /etc/systemd/system/multi-user.target.wants/rpcbind.service → /usr/lib/systemd/system/rpcbind.service.
#6 311.5 Created symlink /etc/systemd/system/sockets.target.wants/rpcbind.socket → /usr/lib/systemd/system/rpcbind.socket.
#6 313.0 Installing: nfs-utils;1:2.5.4-2.rc3.fc35;ppc64le;fedora
#6 313.8 Created symlink /etc/systemd/system/multi-user.target.wants/nfs-server.service → /usr/lib/systemd/system/nfs-server.service.
#6 314.1 System has not been booted with systemd as init system (PID 1). Can't operate.
#6 314.1 Failed to connect to bus: Host is down
#6 314.3 System has not been booted with systemd as init system (PID 1). Can't operate.
#6 314.3 Failed to connect to bus: Host is down
#6 314.4 Installing: xfsprogs;5.12.0-2.fc35;ppc64le;fedora
#6 314.9 Installing: dbus-x11;1:1.12.20-5.fc35;ppc64le;fedora
#6 314.9 Installing: userspace-rcu;0.13.0-3.fc35;ppc64le;fedora
#6 315.0 Installing: jemalloc;5.2.1-6.fc35;ppc64le;fedora
#6 315.1 Installing: hostname;3.23-5.fc35;ppc64le;fedora
#6 317.5 Complete.
#6 318.4 Complete.
#6 DONE 318.5s
#7 [run 3/9] RUN mkdir -p /var/run/dbus && mkdir -p /export
#7 DONE 0.7s
#8 [run 4/9] RUN echo /usr/local/lib64 > /etc/ld.so.conf.d/local_libs.conf
#8 DONE 0.5s
#9 [run 5/9] RUN sed -i s/systemd// /etc/nsswitch.conf
#9 DONE 0.6s
#11 [build 2/6] RUN dnf install -y autoconf bison cmake dbus-devel flex tar gcc gcc-c++ git jemalloc-devel krb5-devel libblkid-devel libnfsidmap-devel libnsl2-devel libtool make patch userspace-rcu-devel
#11 310.5 (5/148): cmake-data-3.21.3-1.fc35.noarch.rpm 830 kB/s | 1.6 MB 00:01
#11 311.3 (6/148): binutils-2.37-10.fc35.ppc64le.rpm 1.2 MB/s | 6.7 MB 00:05
#11 311.4 (7/148): cmake-filesystem-3.21.3-1.fc35.ppc64le 27 kB/s | 17 kB 00:00
#11 312.2 (8/148): cmake-3.21.3-1.fc35.ppc64le.rpm 1.6 MB/s | 6.6 MB 00:04
#11 312.4 (9/148): cmake-rpm-macros-3.21.3-1.fc35.noarch. 16 kB/s | 16 kB 00:00
#11 312.8 (10/148): dbus-devel-1.12.20-5.fc35.ppc64le.rpm 75 kB/s | 34 kB 00:00
#11 313.0 (11/148): dbus-libs-1.12.20-5.fc35.ppc64le.rpm 337 kB/s | 171 kB 00:00
#11 313.3 (12/148): ed-1.14.2-11.fc35.ppc64le.rpm 171 kB/s | 76 kB 00:00
#11 313.4 (13/148): elfutils-debuginfod-client-0.185-5.fc 99 kB/s | 37 kB 00:00
#11 313.7 (14/148): emacs-filesystem-27.2-9.fc35.noarch.r 24 kB/s | 9.0 kB 00:00
#11 314.2 (15/148): findutils-4.8.0-4.fc35.ppc64le.rpm 695 kB/s | 576 kB 00:00
#11 314.4 (16/148): flex-2.6.4-9.fc35.ppc64le.rpm 419 kB/s | 306 kB 00:00
#11 314.6 (17/148): gc-8.0.4-6.fc35.ppc64le.rpm 251 kB/s | 112 kB 00:00
#11 317.9 (18/148): cpp-11.2.1-1.fc35.ppc64le.rpm 1.4 MB/s | 8.7 MB 00:06
#11 318.9 (19/148): glibc-devel-2.34-7.fc35.ppc64le.rpm 565 kB/s | 567 kB 00:01
#11 320.5 (20/148): groff-base-1.22.4-8.fc35.ppc64le.rpm 682 kB/s | 1.1 MB 00:01
#11 326.8 (21/148): gcc-c++-11.2.1-1.fc35.ppc64le.rpm 907 kB/s | 11 MB 00:12
#11 327.9 (22/148): guile22-2.2.7-3.fc35.ppc64le.rpm 901 kB/s | 6.4 MB 00:07
#11 328.0 (23/148): info-6.8-2.fc35.ppc64le.rpm 216 kB/s | 250 kB 00:01
#11 337.6 (24/148): jemalloc-devel-5.2.1-6.fc35.ppc64le.r 8.3 kB/s | 78 kB 00:09
#11 337.9 (25/148): jemalloc-5.2.1-6.fc35.ppc64le.rpm 24 kB/s | 239 kB 00:09
#11 338.5 (26/148): jsoncpp-1.9.4-4.fc35.ppc64le.rpm 108 kB/s | 97 kB 00:00
#11 339.4 (27/148): keyutils-libs-devel-1.6.1-3.fc35.ppc6 58 kB/s | 51 kB 00:00
#11 340.4 (28/148): krb5-devel-1.19.2-2.fc35.ppc64le.rpm 140 kB/s | 140 kB 00:00
#11 340.5 (29/148): kernel-headers-5.14.9-300.fc35.ppc64l 490 kB/s | 1.3 MB 00:02
#11 341.3 (30/148): libatomic-11.2.1-1.fc35.ppc64le.rpm 67 kB/s | 50 kB 00:00
#11 341.7 (31/148): libasan-11.2.1-1.fc35.ppc64le.rpm 344 kB/s | 451 kB 00:01
#11 342.0 (32/148): libblkid-devel-2.37.2-1.fc35.ppc64le. 28 kB/s | 18 kB 00:00
#11 342.4 (33/148): libcbor-0.7.0-4.fc35.ppc64le.rpm 82 kB/s | 57 kB 00:00
#11 342.7 (34/148): libcom_err-devel-1.46.3-1.fc35.ppc64l 22 kB/s | 16 kB 00:00
#11 343.2 (35/148): libedit-3.1-40.20210910cvs.fc35.ppc64 151 kB/s | 118 kB 00:00
#11 343.6 (36/148): libfdisk-2.37.2-1.fc35.ppc64le.rpm 190 kB/s | 171 kB 00:00
#11 344.0 (37/148): libfido2-1.8.0-1.fc35.ppc64le.rpm 126 kB/s | 90 kB 00:00
#11 344.3 (38/148): libkadm5-1.19.2-2.fc35.ppc64le.rpm 121 kB/s | 91 kB 00:00
#11 344.7 (39/148): libmpc-1.2.1-3.fc35.ppc64le.rpm 90 kB/s | 67 kB 00:00
#11 345.0 (40/148): libnfsidmap-2.5.4-2.rc3.fc35.ppc64le. 95 kB/s | 64 kB 00:00
#11 345.3 (41/148): libnfsidmap-devel-2.5.4-2.rc3.fc35.pp 22 kB/s | 14 kB 00:00
#11 345.7 (42/148): libnsl2-devel-1.3.0-4.fc35.ppc64le.rp 53 kB/s | 34 kB 00:00
#11 346.0 (43/148): libpkgconf-1.8.0-1.fc35.ppc64le.rpm 63 kB/s | 40 kB 00:00
#11 346.4 (44/148): librtas-2.0.2-11.fc35.ppc64le.rpm 93 kB/s | 65 kB 00:00
#11 347.2 (45/148): libtirpc-devel-1.3.2-1.fc35.ppc64le.r 144 kB/s | 113 kB 00:00
#11 348.8 (46/148): libtool-2.4.6-42.fc35.ppc64le.rpm 353 kB/s | 578 kB 00:01
#11 350.7 (47/148): gcc-11.2.1-1.fc35.ppc64le.rpm 776 kB/s | 27 MB 00:36
#11 350.9 (48/148): libstdc++-devel-11.2.1-1.fc35.ppc64le 459 kB/s | 2.2 MB 00:04
#11 351.0 (49/148): libtool-ltdl-2.4.6-42.fc35.ppc64le.rp 19 kB/s | 40 kB 00:02
#11 351.1 (50/148): libubsan-11.2.1-1.fc35.ppc64le.rpm 708 kB/s | 219 kB 00:00
#11 351.2 (51/148): libutempter-1.2.1-5.fc35.ppc64le.rpm 109 kB/s | 26 kB 00:00
#11 351.2 (52/148): libuv-1.42.0-2.fc35.ppc64le.rpm 626 kB/s | 157 kB 00:00
#11 351.3 (53/148): libverto-devel-0.3.2-2.fc35.ppc64le.r 92 kB/s | 14 kB 00:00
#11 351.5 (54/148): libxcrypt-devel-4.4.26-4.fc35.ppc64le 134 kB/s | 29 kB 00:00
#11 351.8 (55/148): m4-1.4.19-2.fc35.ppc64le.rpm 565 kB/s | 311 kB 00:00
#11 352.0 (56/148): make-4.3-6.fc35.ppc64le.rpm 729 kB/s | 546 kB 00:00
#11 352.1 (57/148): ncurses-6.2-8.20210508.fc35.ppc64le.r 617 kB/s | 408 kB 00:00
#11 352.4 (58/148): openssh-8.7p1-2.fc35.ppc64le.rpm 841 kB/s | 465 kB 00:00
#11 352.8 (59/148): patch-2.7.6-15.fc35.ppc64le.rpm 195 kB/s | 137 kB 00:00
#11 352.9 (60/148): openssh-clients-8.7p1-2.fc35.ppc64le. 808 kB/s | 725 kB 00:00
#11 353.2 (61/148): pcre2-devel-10.37-4.fc35.ppc64le.rpm 612 kB/s | 475 kB 00:00
#11 353.2 (62/148): pcre2-utf16-10.37-4.fc35.ppc64le.rpm 548 kB/s | 211 kB 00:00
#11 353.4 (63/148): pcre2-utf32-10.37-4.fc35.ppc64le.rpm 442 kB/s | 203 kB 00:00
#11 353.4 (64/148): perl-Carp-1.52-478.fc35.noarch.rpm 145 kB/s | 29 kB 00:00
#11 353.5 (65/148): perl-Data-Dumper-2.183-2.fc35.ppc64le 253 kB/s | 57 kB 00:00
#11 353.6 (66/148): perl-Digest-1.20-1.fc35.noarch.rpm 139 kB/s | 25 kB 00:00
#11 353.6 (67/148): perl-Digest-MD5-2.58-478.fc35.ppc64le 194 kB/s | 36 kB 00:00
#11 353.6 (68/148): perl-Error-0.17029-7.fc35.noarch.rpm 242 kB/s | 41 kB 00:00
#11 353.7 (69/148): perl-Exporter-5.76-479.fc35.noarch.rp 188 kB/s | 31 kB 00:00
#11 353.7 (70/148): perl-File-Path-2.18-478.fc35.noarch.r 208 kB/s | 35 kB 00:00
#11 353.8 (71/148): perl-File-Temp-0.231.100-478.fc35.noa 362 kB/s | 59 kB 00:00
#11 353.9 (72/148): perl-Getopt-Long-2.52-478.fc35.noarch 334 kB/s | 60 kB 00:00
#11 353.9 (73/148): perl-HTTP-Tiny-0.078-1.fc35.noarch.rp 294 kB/s | 55 kB 00:00
#11 354.0 (74/148): perl-IO-Socket-IP-0.41-479.fc35.noarc 264 kB/s | 42 kB 00:00
#11 354.1 (75/148): perl-MIME-Base64-3.16-478.fc35.ppc64l 166 kB/s | 31 kB 00:00
#11 354.2 (76/148): perl-Mozilla-CA-20200520-6.fc35.noarc 69 kB/s | 12 kB 00:00
#11 354.3 (77/148): perl-IO-Socket-SSL-2.072-1.fc35.noarc 677 kB/s | 217 kB 00:00
#11 354.5 (78/148): perl-PathTools-3.80-478.fc35.ppc64le. 286 kB/s | 85 kB 00:00
#11 354.5 (79/148): perl-Net-SSLeay-1.90-4.fc35.ppc64le.r 957 kB/s | 356 kB 00:00
#11 354.6 (80/148): perl-Pod-Escapes-1.07-478.fc35.noarch 65 kB/s | 20 kB 00:00
#11 354.6 (81/148): perl-Pod-Perldoc-3.28.01-479.fc35.noa 499 kB/s | 84 kB 00:00
#11 354.8 (82/148): perl-Pod-Simple-3.43-2.fc35.noarch.rp 863 kB/s | 215 kB 00:00
#11 354.8 (83/148): perl-Pod-Usage-2.01-478.fc35.noarch.r 154 kB/s | 40 kB 00:00
#11 354.8 (84/148): perl-Socket-2.032-2.fc35.ppc64le.rpm 266 kB/s | 55 kB 00:00
#11 354.9 (85/148): perl-Storable-3.25-1.fc35.ppc64le.rpm 575 kB/s | 98 kB 00:00
#11 355.0 (86/148): perl-Term-ANSIColor-5.01-479.fc35.noa 307 kB/s | 48 kB 00:00
#11 355.0 (87/148): perl-Term-Cap-1.17-478.fc35.noarch.rp 137 kB/s | 22 kB 00:00
#11 355.1 (88/148): perl-TermReadKey-2.38-11.fc35.ppc64le 218 kB/s | 37 kB 00:00
#11 355.2 (89/148): perl-Text-ParseWords-3.30-478.fc35.no 105 kB/s | 16 kB 00:00
#11 355.2 (90/148): perl-Text-Tabs+Wrap-2021.0814-1.fc35. 134 kB/s | 22 kB 00:00
#11 355.3 (91/148): perl-Thread-Queue-3.14-478.fc35.noarc 137 kB/s | 21 kB 00:00
#11 355.3 (92/148): perl-Time-Local-1.300-478.fc35.noarch 236 kB/s | 33 kB 00:00
#11 355.4 (93/148): perl-URI-5.09-4.fc35.noarch.rpm 635 kB/s | 108 kB 00:00
#11 355.4 (94/148): perl-constant-1.33-479.fc35.noarch.rp 148 kB/s | 23 kB 00:00
#11 355.5 (95/148): perl-libnet-3.13-479.fc35.noarch.rpm 725 kB/s | 125 kB 00:00
#11 355.5 (96/148): perl-parent-0.238-478.fc35.noarch.rpm 91 kB/s | 14 kB 00:00
#11 355.6 (97/148): perl-podlators-4.14-478.fc35.noarch.r 607 kB/s | 111 kB 00:00
#11 355.7 (98/148): perl-threads-2.26-448.fc35.ppc64le.rp 362 kB/s | 57 kB 00:00
#11 355.7 (99/148): perl-threads-shared-1.62-478.fc35.ppc 281 kB/s | 44 kB 00:00
#11 355.8 (100/148): pkgconf-1.8.0-1.fc35.ppc64le.rpm 271 kB/s | 42 kB 00:00
#11 355.8 (101/148): pkgconf-m4-1.8.0-1.fc35.noarch.rpm 93 kB/s | 14 kB 00:00
#11 355.8 (102/148): pkgconf-pkg-config-1.8.0-1.fc35.ppc6 70 kB/s | 10 kB 00:00
#11 356.1 (103/148): rhash-1.4.0-4.fc35.ppc64le.rpm 580 kB/s | 193 kB 00:00
#11 356.2 (104/148): userspace-rcu-0.13.0-3.fc35.ppc64le. 316 kB/s | 106 kB 00:00
#11 356.2 (105/148): userspace-rcu-devel-0.13.0-3.fc35.pp 276 kB/s | 93 kB 00:00
#11 356.4 (106/148): xml-common-0.6.3-57.fc35.noarch.rpm 114 kB/s | 31 kB 00:00
#11 356.9 (107/148): util-linux-core-2.37.2-1.fc35.ppc64l 619 kB/s | 455 kB 00:00
#11 357.1 (108/148): git-2.33.1-1.fc35.ppc64le.rpm 105 kB/s | 67 kB 00:00
#11 358.8 (109/148): util-linux-2.37.2-1.fc35.ppc64le.rpm 866 kB/s | 2.3 MB 00:02
#11 359.7 (110/148): less-590-2.fc35.ppc64le.rpm 200 kB/s | 173 kB 00:00
#11 360.4 (111/148): libselinux-devel-3.3-1.fc35.ppc64le. 152 kB/s | 112 kB 00:00
#11 361.0 (112/148): git-core-doc-2.33.1-1.fc35.noarch.rp 628 kB/s | 2.4 MB 00:03
#11 361.0 (113/148): libsepol-devel-3.3-1.fc35.ppc64le.rp 65 kB/s | 40 kB 00:00
#11 361.5 (114/148): perl-AutoLoader-5.74-482.fc35.noarch 57 kB/s | 29 kB 00:00
#11 362.0 (115/148): git-core-2.33.1-1.fc35.ppc64le.rpm 823 kB/s | 4.1 MB 00:05
#11 362.1 (116/148): perl-B-1.82-482.fc35.ppc64le.rpm 189 kB/s | 192 kB 00:01
#11 362.1 (117/148): perl-Class-Struct-0.66-482.fc35.noar 55 kB/s | 30 kB 00:00
#11 362.3 (118/148): perl-Errno-1.33-482.fc35.ppc64le.rpm 124 kB/s | 23 kB 00:00
#11 362.3 (119/148): perl-DynaLoader-1.50-482.fc35.ppc64l 148 kB/s | 34 kB 00:00
#11 362.9 (120/148): perl-Fcntl-1.14-482.fc35.ppc64le.rpm 47 kB/s | 29 kB 00:00
#11 362.9 (121/148): perl-File-Basename-2.85-482.fc35.noa 41 kB/s | 25 kB 00:00
#11 363.3 (122/148): perl-Encode-3.15-482.fc35.ppc64le.rp 1.4 MB/s | 1.7 MB 00:01
#11 363.3 (123/148): perl-File-Compare-1.100.600-482.fc35 53 kB/s | 21 kB 00:00
#11 363.3 (124/148): perl-File-Copy-2.35-482.fc35.noarch. 73 kB/s | 28 kB 00:00
#11 363.5 (125/148): perl-File-Find-1.39-482.fc35.noarch. 215 kB/s | 33 kB 00:00
#11 363.5 (126/148): perl-File-stat-1.09-482.fc35.noarch. 156 kB/s | 25 kB 00:00
#11 363.5 (127/148): perl-FileHandle-2.03-482.fc35.noarch 140 kB/s | 23 kB 00:00
#11 363.6 (128/148): perl-Getopt-Std-1.13-482.fc35.noarch 166 kB/s | 23 kB 00:00
#11 363.7 (129/148): perl-Git-2.33.1-1.fc35.noarch.rpm 246 kB/s | 43 kB 00:00
#11 363.7 (130/148): perl-IO-1.46-482.fc35.ppc64le.rpm 505 kB/s | 95 kB 00:00
#11 363.8 (131/148): perl-IPC-Open3-1.21-482.fc35.noarch. 194 kB/s | 31 kB 00:00
#11 363.9 (132/148): perl-NDBM_File-1.15-482.fc35.ppc64le 162 kB/s | 30 kB 00:00
#11 363.9 (133/148): perl-POSIX-1.97-482.fc35.ppc64le.rpm 552 kB/s | 108 kB 00:00
#11 364.0 (134/148): perl-Scalar-List-Utils-1.60-462.fc35 498 kB/s | 75 kB 00:00
#11 364.1 (135/148): perl-SelectSaver-1.02-482.fc35.noarc 122 kB/s | 19 kB 00:00
#11 364.1 (136/148): perl-Symbol-1.09-482.fc35.noarch.rpm 133 kB/s | 22 kB 00:00
#11 364.1 (137/148): perl-base-2.27-482.fc35.noarch.rpm 171 kB/s | 24 kB 00:00
#11 364.2 (138/148): perl-if-0.60.900-482.fc35.noarch.rpm 128 kB/s | 22 kB 00:00
#11 364.3 (139/148): perl-interpreter-5.34.0-482.fc35.ppc 434 kB/s | 79 kB 00:00
#11 364.3 (140/148): perl-lib-0.65-482.fc35.ppc64le.rpm 149 kB/s | 23 kB 00:00
#11 364.4 (141/148): perl-mro-1.25-482.fc35.ppc64le.rpm 217 kB/s | 37 kB 00:00
#11 364.5 (142/148): perl-overload-1.33-482.fc35.noarch.r 196 kB/s | 53 kB 00:00
#11 365.1 (143/148): perl-overloading-0.02-482.fc35.noarc 34 kB/s | 21 kB 00:00
#11 365.2 (144/148): perl-subs-1.04-482.fc35.noarch.rpm 32 kB/s | 19 kB 00:00
#11 365.7 (145/148): perl-libs-5.34.0-482.fc35.ppc64le.rp 1.4 MB/s | 2.1 MB 00:01
#11 365.7 (146/148): perl-vars-1.05-482.fc35.noarch.rpm 32 kB/s | 21 kB 00:00
#11 366.0 (147/148): systemd-libs-249.6-2.fc35.ppc64le.rp 826 kB/s | 649 kB 00:00
#11 366.0 (148/148): vim-filesystem-8.2.3582-1.fc35.noarc 97 kB/s | 22 kB 00:00
#11 366.0 --------------------------------------------------------------------------------
#11 366.0 Total 1.7 MB/s | 103 MB 01:01
#11 423.4 Running transaction check
#11 424.6 Transaction check succeeded.
#11 424.6 Running transaction test
#11 447.7 Transaction test succeeded.
#11 447.7 Running transaction
#11 470.8 Preparing : 1/1
#11 471.3 Installing : systemd-libs-249.6-2.fc35.ppc64le 1/148
#11 471.4 Running scriptlet: systemd-libs-249.6-2.fc35.ppc64le 1/148
#11 472.1 Installing : m4-1.4.19-2.fc35.ppc64le 2/148
#11 472.2 Installing : libmpc-1.2.1-3.fc35.ppc64le 3/148
#11 472.2 Installing : cmake-filesystem-3.21.3-1.fc35.ppc64le 4/148
#11 472.2 Installing : emacs-filesystem-1:27.2-9.fc35.noarch 5/148
#11 472.2 Installing : cmake-rpm-macros-3.21.3-1.fc35.noarch 6/148
#11 474.5 Installing : cpp-11.2.1-1.fc35.ppc64le 7/148
#11 474.6 Installing : dbus-libs-1:1.12.20-5.fc35.ppc64le 8/148
#11 474.8 Installing : util-linux-core-2.37.2-1.fc35.ppc64le 9/148
#11 474.8 Running scriptlet: util-linux-core-2.37.2-1.fc35.ppc64le 9/148
#11 475.0 Installing : vim-filesystem-2:8.2.3582-1.fc35.noarch 10/148
#11 475.1 Installing : less-590-2.fc35.ppc64le 11/148
#11 475.1 Running scriptlet: xml-common-0.6.3-57.fc35.noarch 12/148
#11 475.2 Installing : xml-common-0.6.3-57.fc35.noarch 12/148
#11 475.3 Installing : userspace-rcu-0.13.0-3.fc35.ppc64le 13/148
#11 475.4 Installing : rhash-1.4.0-4.fc35.ppc64le 14/148
#11 475.4 Installing : pkgconf-m4-1.8.0-1.fc35.noarch 15/148
#11 475.5 Installing : pcre2-utf32-10.37-4.fc35.ppc64le 16/148
#11 475.5 Installing : pcre2-utf16-10.37-4.fc35.ppc64le 17/148
#11 475.6 Installing : ncurses-6.2-8.20210508.fc35.ppc64le 18/148
#11 475.7 Installing : libuv-1:1.42.0-2.fc35.ppc64le 19/148
#11 475.7 Running scriptlet: libutempter-1.2.1-5.fc35.ppc64le 20/148
#11 476.1 Installing : libutempter-1.2.1-5.fc35.ppc64le 20/148
#11 476.2 Installing : libubsan-11.2.1-1.fc35.ppc64le 21/148
#11 476.2 Installing : libtool-ltdl-2.4.6-42.fc35.ppc64le 22/148
#11 477.6 Installing : libstdc++-devel-11.2.1-1.fc35.ppc64le 23/148
#11 477.6 Installing : librtas-2.0.2-11.fc35.ppc64le 24/148
#11 477.7 Running scriptlet: librtas-2.0.2-11.fc35.ppc64le 24/148
#11 477.8 Installing : libpkgconf-1.8.0-1.fc35.ppc64le 25/148
#11 477.8 Installing : pkgconf-1.8.0-1.fc35.ppc64le 26/148
#11 477.8 Installing : pkgconf-pkg-config-1.8.0-1.fc35.ppc64le 27/148
#11 477.8 Installing : keyutils-libs-devel-1.6.1-3.fc35.ppc64le 28/148
#11 477.9 Installing : libcom_err-devel-1.46.3-1.fc35.ppc64le 29/148
#11 477.9 Installing : libtirpc-devel-1.3.2-1.fc35.ppc64le 30/148
#11 477.9 Installing : libverto-devel-0.3.2-2.fc35.ppc64le 31/148
#11 478.0 Installing : pcre2-devel-10.37-4.fc35.ppc64le 32/148
#11 478.1 Installing : libsepol-devel-3.3-1.fc35.ppc64le 33/148
#11 478.2 Installing : libselinux-devel-3.3-1.fc35.ppc64le 34/148
#11 478.2 Installing : libnfsidmap-1:2.5.4-2.rc3.fc35.ppc64le 35/148
#11 478.3 Installing : libkadm5-1.19.2-2.fc35.ppc64le 36/148
#11 478.3 Installing : libfdisk-2.37.2-1.fc35.ppc64le 37/148
#11 479.0 Installing : util-linux-2.37.2-1.fc35.ppc64le 38/148
#11 479.0 warning: /etc/adjtime created as /etc/adjtime.rpmnew
#11 479.0
#11 479.1 Running scriptlet: util-linux-2.37.2-1.fc35.ppc64le 38/148
#11 479.4 Running scriptlet: openssh-8.7p1-2.fc35.ppc64le 39/148
#11 479.8 Installing : openssh-8.7p1-2.fc35.ppc64le 39/148
#11 479.9 Installing : libedit-3.1-40.20210910cvs.fc35.ppc64le 40/148
#11 479.9 Installing : libcbor-0.7.0-4.fc35.ppc64le 41/148
#11 480.0 Installing : libfido2-1.8.0-1.fc35.ppc64le 42/148
#11 480.2 Installing : openssh-clients-8.7p1-2.fc35.ppc64le 43/148
#11 480.2 Running scriptlet: openssh-clients-8.7p1-2.fc35.ppc64le 43/148
#11 481.4 Installing : git-core-2.33.1-1.fc35.ppc64le 44/148
#11 481.8 Installing : git-core-doc-2.33.1-1.fc35.noarch 45/148
#11 481.8 Installing : libatomic-11.2.1-1.fc35.ppc64le 46/148
#11 482.0 Installing : libasan-11.2.1-1.fc35.ppc64le 47/148
#11 482.9 Installing : kernel-headers-5.14.9-300.fc35.ppc64le 48/148
#11 483.0 Installing : libxcrypt-devel-4.4.26-4.fc35.ppc64le 49/148
#11 483.4 Installing : glibc-devel-2.34-7.fc35.ppc64le 50/148
#11 483.5 Installing : jsoncpp-1.9.4-4.fc35.ppc64le 51/148
#11 483.5 Installing : jemalloc-5.2.1-6.fc35.ppc64le 52/148
#11 483.6 Installing : info-6.8-2.fc35.ppc64le 53/148
#11 483.7 Installing : ed-1.14.2-11.fc35.ppc64le 54/148
#11 483.7 Running scriptlet: groff-base-1.22.4-8.fc35.ppc64le 55/148
#11 484.3 Installing : groff-base-1.22.4-8.fc35.ppc64le 55/148
#11 484.3 Running scriptlet: groff-base-1.22.4-8.fc35.ppc64le 55/148
#11 484.5 Installing : perl-Digest-1.20-1.fc35.noarch 56/148
#11 484.6 Installing : perl-Digest-MD5-2.58-478.fc35.ppc64le 57/148
#11 484.6 Installing : perl-B-1.82-482.fc35.ppc64le 58/148
#11 484.6 Installing : perl-FileHandle-2.03-482.fc35.noarch 59/148
#11 484.7 Installing : perl-AutoLoader-5.74-482.fc35.noarch 60/148
#11 484.7 Installing : perl-Data-Dumper-2.183-2.fc35.ppc64le 61/148
#11 484.7 Installing : perl-libnet-3.13-479.fc35.noarch 62/148
#11 484.7 Installing : perl-base-2.27-482.fc35.noarch 63/148
#11 484.8 Installing : perl-URI-5.09-4.fc35.noarch 64/148
#11 484.9 Installing : perl-Net-SSLeay-1.90-4.fc35.ppc64le 65/148
#11 485.0 Installing : perl-Text-Tabs+Wrap-2021.0814-1.fc35.noarch 66/148
#11 485.0 Installing : perl-Time-Local-2:1.300-478.fc35.noarch 67/148
#11 485.0 Installing : perl-Mozilla-CA-20200520-6.fc35.noarch 68/148
#11 485.0 Installing : perl-if-0.60.900-482.fc35.noarch 69/148
#11 485.0 Installing : perl-IO-Socket-IP-0.41-479.fc35.noarch 70/148
#11 485.1 Installing : perl-File-Path-2.18-478.fc35.noarch 71/148
#11 485.1 Installing : perl-IO-Socket-SSL-2.072-1.fc35.noarch 72/148
#11 485.1 Installing : perl-Pod-Escapes-1:1.07-478.fc35.noarch 73/148
#11 485.1 Installing : perl-Term-ANSIColor-5.01-479.fc35.noarch 74/148
#11 485.2 Installing : perl-Class-Struct-0.66-482.fc35.noarch 75/148
#11 485.2 Installing : perl-POSIX-1.97-482.fc35.ppc64le 76/148
#11 485.2 Installing : perl-IPC-Open3-1.21-482.fc35.noarch 77/148
#11 485.2 Installing : perl-subs-1.04-482.fc35.noarch 78/148
#11 485.2 Installing : perl-File-Temp-1:0.231.100-478.fc35.noarch 79/148
#11 485.3 Installing : perl-HTTP-Tiny-0.078-1.fc35.noarch 80/148
#11 485.3 Installing : perl-Pod-Simple-1:3.43-2.fc35.noarch 81/148
#11 485.4 Installing : perl-Term-Cap-1.17-478.fc35.noarch 82/148
#11 485.4 Installing : perl-Socket-4:2.032-2.fc35.ppc64le 83/148
#11 485.4 Installing : perl-SelectSaver-1.02-482.fc35.noarch 84/148
#11 485.4 Installing : perl-Symbol-1.09-482.fc35.noarch 85/148
#11 485.4 Installing : perl-File-stat-1.09-482.fc35.noarch 86/148
#11 485.5 Installing : perl-podlators-1:4.14-478.fc35.noarch 87/148
#11 485.5 Installing : perl-Pod-Perldoc-3.28.01-479.fc35.noarch 88/148
#11 485.6 Installing : perl-Text-ParseWords-3.30-478.fc35.noarch 89/148
#11 485.6 Installing : perl-Fcntl-1.14-482.fc35.ppc64le 90/148
#11 485.6 Installing : perl-mro-1.25-482.fc35.ppc64le 91/148
#11 485.6 Installing : perl-IO-1.46-482.fc35.ppc64le 92/148
#11 485.7 Installing : perl-overloading-0.02-482.fc35.noarch 93/148
#11 485.7 Installing : perl-Pod-Usage-4:2.01-478.fc35.noarch 94/148
#11 485.7 Installing : perl-MIME-Base64-3.16-478.fc35.ppc64le 95/148
#11 485.7 Installing : perl-constant-1.33-479.fc35.noarch 96/148
#11 485.7 Installing : perl-parent-1:0.238-478.fc35.noarch 97/148
#11 485.8 Installing : perl-Errno-1.33-482.fc35.ppc64le 98/148
#11 485.8 Installing : perl-File-Basename-2.85-482.fc35.noarch 99/148
#11 485.8 Installing : perl-Getopt-Std-1.13-482.fc35.noarch 100/148
#11 485.8 Installing : perl-Scalar-List-Utils-5:1.60-462.fc35.ppc64le 101/148
#11 485.9 Installing : perl-Storable-1:3.25-1.fc35.ppc64le 102/148
#11 485.9 Installing : perl-overload-1.33-482.fc35.noarch 103/148
#11 485.9 Installing : perl-vars-1.05-482.fc35.noarch 104/148
#11 485.9 Installing : perl-Getopt-Long-1:2.52-478.fc35.noarch 105/148
#11 485.9 Installing : perl-Carp-1.52-478.fc35.noarch 106/148
#11 486.0 Installing : perl-Exporter-5.76-479.fc35.noarch 107/148
#11 486.0 Installing : perl-DynaLoader-1.50-482.fc35.ppc64le 108/148
#11 486.0 Installing : perl-NDBM_File-1.15-482.fc35.ppc64le 109/148
#11 486.0 Installing : perl-PathTools-3.80-478.fc35.ppc64le 110/148
#11 486.8 Installing : perl-Encode-4:3.15-482.fc35.ppc64le 111/148
#11 487.9 Installing : perl-libs-4:5.34.0-482.fc35.ppc64le 112/148
#11 487.9 Installing : perl-interpreter-4:5.34.0-482.fc35.ppc64le 113/148
#11 487.9 Installing : perl-threads-1:2.26-448.fc35.ppc64le 114/148
#11 488.0 Installing : perl-File-Compare-1.100.600-482.fc35.noarch 115/148
#11 488.0 Installing : perl-File-Copy-2.35-482.fc35.noarch 116/148
#11 488.0 Installing : perl-File-Find-1.39-482.fc35.noarch 117/148
#11 488.2 Installing : autoconf-2.69-37.fc35.noarch 118/148
#11 488.2 Installing : perl-threads-shared-1.62-478.fc35.ppc64le 119/148
#11 488.2 Installing : perl-Thread-Queue-3.14-478.fc35.noarch 120/148
#11 488.4 Installing : automake-1.16.2-5.fc35.noarch 121/148
#11 488.4 Installing : perl-Error-1:0.17029-7.fc35.noarch 122/148
#11 488.4 Installing : perl-TermReadKey-2.38-11.fc35.ppc64le 123/148
#11 488.5 Installing : perl-lib-0.65-482.fc35.ppc64le 124/148
#11 488.5 Installing : perl-Git-2.33.1-1.fc35.noarch 125/148
#11 488.5 Installing : git-2.33.1-1.fc35.ppc64le 126/148
#11 488.6 Installing : gc-8.0.4-6.fc35.ppc64le 127/148
#11 492.2 Installing : guile22-2.2.7-3.fc35.ppc64le 128/148
#11 492.3 Installing : make-1:4.3-6.fc35.ppc64le 129/148
#11 494.3 Installing : cmake-data-3.21.3-1.fc35.noarch 130/148
#11 496.8 Installing : cmake-3.21.3-1.fc35.ppc64le 131/148
#11 496.9 Installing : findutils-1:4.8.0-4.fc35.ppc64le 132/148
#11 497.0 Installing : elfutils-debuginfod-client-0.185-5.fc35.ppc64le 133/148
#11 497.3 Installing : binutils-gold-2.37-10.fc35.ppc64le 134/148
#11 499.5 Installing : binutils-2.37-10.fc35.ppc64le 135/148
#11 499.5 Running scriptlet: binutils-2.37-10.fc35.ppc64le 135/148
#11 505.1 Installing : gcc-11.2.1-1.fc35.ppc64le 136/148
#11 507.7 Installing : gcc-c++-11.2.1-1.fc35.ppc64le 137/148
#11 507.9 Installing : libtool-2.4.6-42.fc35.ppc64le 138/148
#11 507.9 Installing : jemalloc-devel-5.2.1-6.fc35.ppc64le 139/148
#11 507.9 Installing : patch-2.7.6-15.fc35.ppc64le 140/148
#11 508.1 Installing : krb5-devel-1.19.2-2.fc35.ppc64le 141/148
#11 508.1 Installing : libnfsidmap-devel-1:2.5.4-2.rc3.fc35.ppc64le 142/148
#11 508.1 Installing : libnsl2-devel-1.3.0-4.fc35.ppc64le 143/148
#11 508.1 Installing : dbus-devel-1:1.12.20-5.fc35.ppc64le 144/148
#11 508.2 Installing : libblkid-devel-2.37.2-1.fc35.ppc64le 145/148
#11 508.3 Installing : userspace-rcu-devel-0.13.0-3.fc35.ppc64le 146/148
#11 508.5 Installing : bison-3.7.6-3.fc35.ppc64le 147/148
#11 508.5 Installing : flex-2.6.4-9.fc35.ppc64le 148/148
#11 508.6 Running scriptlet: flex-2.6.4-9.fc35.ppc64le 148/148
#11 510.3 Verifying : autoconf-2.69-37.fc35.noarch 1/148
#11 510.3 Verifying : automake-1.16.2-5.fc35.noarch 2/148
#11 510.3 Verifying : binutils-2.37-10.fc35.ppc64le 3/148
#11 510.3 Verifying : binutils-gold-2.37-10.fc35.ppc64le 4/148
#11 510.3 Verifying : bison-3.7.6-3.fc35.ppc64le 5/148
#11 510.3 Verifying : cmake-3.21.3-1.fc35.ppc64le 6/148
#11 510.3 Verifying : cmake-data-3.21.3-1.fc35.noarch 7/148
#11 510.3 Verifying : cmake-filesystem-3.21.3-1.fc35.ppc64le 8/148
#11 510.3 Verifying : cmake-rpm-macros-3.21.3-1.fc35.noarch 9/148
#11 510.3 Verifying : cpp-11.2.1-1.fc35.ppc64le 10/148
#11 510.3 Verifying : dbus-devel-1:1.12.20-5.fc35.ppc64le 11/148
#11 510.3 Verifying : dbus-libs-1:1.12.20-5.fc35.ppc64le 12/148
#11 510.3 Verifying : ed-1.14.2-11.fc35.ppc64le 13/148
#11 510.3 Verifying : elfutils-debuginfod-client-0.185-5.fc35.ppc64le 14/148
#11 510.3 Verifying : emacs-filesystem-1:27.2-9.fc35.noarch 15/148
#11 510.3 Verifying : findutils-1:4.8.0-4.fc35.ppc64le 16/148
#11 510.3 Verifying : flex-2.6.4-9.fc35.ppc64le 17/148
#11 510.3 Verifying : gc-8.0.4-6.fc35.ppc64le 18/148
#11 510.3 Verifying : gcc-11.2.1-1.fc35.ppc64le 19/148
#11 510.3 Verifying : gcc-c++-11.2.1-1.fc35.ppc64le 20/148
#11 510.3 Verifying : glibc-devel-2.34-7.fc35.ppc64le 21/148
#11 510.3 Verifying : groff-base-1.22.4-8.fc35.ppc64le 22/148
#11 510.3 Verifying : guile22-2.2.7-3.fc35.ppc64le 23/148
#11 510.3 Verifying : info-6.8-2.fc35.ppc64le 24/148
#11 510.3 Verifying : jemalloc-5.2.1-6.fc35.ppc64le 25/148
#11 510.3 Verifying : jemalloc-devel-5.2.1-6.fc35.ppc64le 26/148
#11 510.3 Verifying : jsoncpp-1.9.4-4.fc35.ppc64le 27/148
#11 510.3 Verifying : kernel-headers-5.14.9-300.fc35.ppc64le 28/148
#11 510.3 Verifying : keyutils-libs-devel-1.6.1-3.fc35.ppc64le 29/148
#11 510.3 Verifying : krb5-devel-1.19.2-2.fc35.ppc64le 30/148
#11 510.3 Verifying : libasan-11.2.1-1.fc35.ppc64le 31/148
#11 510.3 Verifying : libatomic-11.2.1-1.fc35.ppc64le 32/148
#11 510.3 Verifying : libblkid-devel-2.37.2-1.fc35.ppc64le 33/148
#11 510.3 Verifying : libcbor-0.7.0-4.fc35.ppc64le 34/148
#11 510.3 Verifying : libcom_err-devel-1.46.3-1.fc35.ppc64le 35/148
#11 510.3 Verifying : libedit-3.1-40.20210910cvs.fc35.ppc64le 36/148
#11 510.3 Verifying : libfdisk-2.37.2-1.fc35.ppc64le 37/148
#11 510.3 Verifying : libfido2-1.8.0-1.fc35.ppc64le 38/148
#11 510.3 Verifying : libkadm5-1.19.2-2.fc35.ppc64le 39/148
#11 510.3 Verifying : libmpc-1.2.1-3.fc35.ppc64le 40/148
#11 510.3 Verifying : libnfsidmap-1:2.5.4-2.rc3.fc35.ppc64le 41/148
#11 510.3 Verifying : libnfsidmap-devel-1:2.5.4-2.rc3.fc35.ppc64le 42/148
#11 510.3 Verifying : libnsl2-devel-1.3.0-4.fc35.ppc64le 43/148
#11 510.3 Verifying : libpkgconf-1.8.0-1.fc35.ppc64le 44/148
#11 510.3 Verifying : librtas-2.0.2-11.fc35.ppc64le 45/148
#11 510.3 Verifying : libstdc++-devel-11.2.1-1.fc35.ppc64le 46/148
#11 510.3 Verifying : libtirpc-devel-1.3.2-1.fc35.ppc64le 47/148
#11 510.3 Verifying : libtool-2.4.6-42.fc35.ppc64le 48/148
#11 510.3 Verifying : libtool-ltdl-2.4.6-42.fc35.ppc64le 49/148
#11 510.3 Verifying : libubsan-11.2.1-1.fc35.ppc64le 50/148
#11 510.3 Verifying : libutempter-1.2.1-5.fc35.ppc64le 51/148
#11 510.3 Verifying : libuv-1:1.42.0-2.fc35.ppc64le 52/148
#11 510.3 Verifying : libverto-devel-0.3.2-2.fc35.ppc64le 53/148
#11 510.3 Verifying : libxcrypt-devel-4.4.26-4.fc35.ppc64le 54/148
#11 510.3 Verifying : m4-1.4.19-2.fc35.ppc64le 55/148
#11 510.3 Verifying : make-1:4.3-6.fc35.ppc64le 56/148
#11 510.3 Verifying : ncurses-6.2-8.20210508.fc35.ppc64le 57/148
#11 510.3 Verifying : openssh-8.7p1-2.fc35.ppc64le 58/148
#11 510.3 Verifying : openssh-clients-8.7p1-2.fc35.ppc64le 59/148
#11 510.3 Verifying : patch-2.7.6-15.fc35.ppc64le 60/148
#11 510.3 Verifying : pcre2-devel-10.37-4.fc35.ppc64le 61/148
#11 510.3 Verifying : pcre2-utf16-10.37-4.fc35.ppc64le 62/148
#11 510.3 Verifying : pcre2-utf32-10.37-4.fc35.ppc64le 63/148
#11 510.4 Verifying : perl-Carp-1.52-478.fc35.noarch 64/148
#11 510.4 Verifying : perl-Data-Dumper-2.183-2.fc35.ppc64le 65/148
#11 510.4 Verifying : perl-Digest-1.20-1.fc35.noarch 66/148
#11 510.4 Verifying : perl-Digest-MD5-2.58-478.fc35.ppc64le 67/148
#11 510.4 Verifying : perl-Error-1:0.17029-7.fc35.noarch 68/148
#11 510.4 Verifying : perl-Exporter-5.76-479.fc35.noarch 69/148
#11 510.4 Verifying : perl-File-Path-2.18-478.fc35.noarch 70/148
#11 510.4 Verifying : perl-File-Temp-1:0.231.100-478.fc35.noarch 71/148
#11 510.4 Verifying : perl-Getopt-Long-1:2.52-478.fc35.noarch 72/148
#11 510.4 Verifying : perl-HTTP-Tiny-0.078-1.fc35.noarch 73/148
#11 510.4 Verifying : perl-IO-Socket-IP-0.41-479.fc35.noarch 74/148
#11 510.4 Verifying : perl-IO-Socket-SSL-2.072-1.fc35.noarch 75/148
#11 510.4 Verifying : perl-MIME-Base64-3.16-478.fc35.ppc64le 76/148
#11 510.4 Verifying : perl-Mozilla-CA-20200520-6.fc35.noarch 77/148
#11 510.4 Verifying : perl-Net-SSLeay-1.90-4.fc35.ppc64le 78/148
#11 510.4 Verifying : perl-PathTools-3.80-478.fc35.ppc64le 79/148
#11 510.4 Verifying : perl-Pod-Escapes-1:1.07-478.fc35.noarch 80/148
#11 510.4 Verifying : perl-Pod-Perldoc-3.28.01-479.fc35.noarch 81/148
#11 510.4 Verifying : perl-Pod-Simple-1:3.43-2.fc35.noarch 82/148
#11 510.4 Verifying : perl-Pod-Usage-4:2.01-478.fc35.noarch 83/148
#11 510.4 Verifying : perl-Socket-4:2.032-2.fc35.ppc64le 84/148
#11 510.4 Verifying : perl-Storable-1:3.25-1.fc35.ppc64le 85/148
#11 510.4 Verifying : perl-Term-ANSIColor-5.01-479.fc35.noarch 86/148
#11 510.4 Verifying : perl-Term-Cap-1.17-478.fc35.noarch 87/148
#11 510.4 Verifying : perl-TermReadKey-2.38-11.fc35.ppc64le 88/148
#11 510.4 Verifying : perl-Text-ParseWords-3.30-478.fc35.noarch 89/148
#11 510.4 Verifying : perl-Text-Tabs+Wrap-2021.0814-1.fc35.noarch 90/148
#11 510.4 Verifying : perl-Thread-Queue-3.14-478.fc35.noarch 91/148
#11 510.4 Verifying : perl-Time-Local-2:1.300-478.fc35.noarch 92/148
#11 510.4 Verifying : perl-URI-5.09-4.fc35.noarch 93/148
#11 510.4 Verifying : perl-constant-1.33-479.fc35.noarch 94/148
#11 510.4 Verifying : perl-libnet-3.13-479.fc35.noarch 95/148
#11 510.4 Verifying : perl-parent-1:0.238-478.fc35.noarch 96/148
#11 510.4 Verifying : perl-podlators-1:4.14-478.fc35.noarch 97/148
#11 510.4 Verifying : perl-threads-1:2.26-448.fc35.ppc64le 98/148
#11 510.4 Verifying : perl-threads-shared-1.62-478.fc35.ppc64le 99/148
#11 510.4 Verifying : pkgconf-1.8.0-1.fc35.ppc64le 100/148
#11 510.4 Verifying : pkgconf-m4-1.8.0-1.fc35.noarch 101/148
#11 510.4 Verifying : pkgconf-pkg-config-1.8.0-1.fc35.ppc64le 102/148
#11 510.4 Verifying : rhash-1.4.0-4.fc35.ppc64le 103/148
#11 510.4 Verifying : userspace-rcu-0.13.0-3.fc35.ppc64le 104/148
#11 510.4 Verifying : userspace-rcu-devel-0.13.0-3.fc35.ppc64le 105/148
#11 510.4 Verifying : util-linux-2.37.2-1.fc35.ppc64le 106/148
#11 510.4 Verifying : util-linux-core-2.37.2-1.fc35.ppc64le 107/148
#11 510.4 Verifying : xml-common-0.6.3-57.fc35.noarch 108/148
#11 510.4 Verifying : git-2.33.1-1.fc35.ppc64le 109/148
#11 510.4 Verifying : git-core-2.33.1-1.fc35.ppc64le 110/148
#11 510.4 Verifying : git-core-doc-2.33.1-1.fc35.noarch 111/148
#11 510.4 Verifying : less-590-2.fc35.ppc64le 112/148
#11 510.4 Verifying : libselinux-devel-3.3-1.fc35.ppc64le 113/148
#11 510.4 Verifying : libsepol-devel-3.3-1.fc35.ppc64le 114/148
#11 510.4 Verifying : perl-AutoLoader-5.74-482.fc35.noarch 115/148
#11 510.4 Verifying : perl-B-1.82-482.fc35.ppc64le 116/148
#11 510.4 Verifying : perl-Class-Struct-0.66-482.fc35.noarch 117/148
#11 510.4 Verifying : perl-DynaLoader-1.50-482.fc35.ppc64le 118/148
#11 510.4 Verifying : perl-Encode-4:3.15-482.fc35.ppc64le 119/148
#11 510.4 Verifying : perl-Errno-1.33-482.fc35.ppc64le 120/148
#11 510.4 Verifying : perl-Fcntl-1.14-482.fc35.ppc64le 121/148
#11 510.4 Verifying : perl-File-Basename-2.85-482.fc35.noarch 122/148
#11 510.4 Verifying : perl-File-Compare-1.100.600-482.fc35.noarch 123/148
#11 510.4 Verifying : perl-File-Copy-2.35-482.fc35.noarch 124/148
#11 510.4 Verifying : perl-File-Find-1.39-482.fc35.noarch 125/148
#11 510.4 Verifying : perl-File-stat-1.09-482.fc35.noarch 126/148
#11 510.4 Verifying : perl-FileHandle-2.03-482.fc35.noarch 127/148
#11 510.4 Verifying : perl-Getopt-Std-1.13-482.fc35.noarch 128/148
#11 510.4 Verifying : perl-Git-2.33.1-1.fc35.noarch 129/148
#11 510.4 Verifying : perl-IO-1.46-482.fc35.ppc64le 130/148
#11 510.4 Verifying : perl-IPC-Open3-1.21-482.fc35.noarch 131/148
#11 510.4 Verifying : perl-NDBM_File-1.15-482.fc35.ppc64le 132/148
#11 510.4 Verifying : perl-POSIX-1.97-482.fc35.ppc64le 133/148
#11 510.4 Verifying : perl-Scalar-List-Utils-5:1.60-462.fc35.ppc64le 134/148
#11 510.4 Verifying : perl-SelectSaver-1.02-482.fc35.noarch 135/148
#11 510.4 Verifying : perl-Symbol-1.09-482.fc35.noarch 136/148
#11 510.4 Verifying : perl-base-2.27-482.fc35.noarch 137/148
#11 510.4 Verifying : perl-if-0.60.900-482.fc35.noarch 138/148
#11 510.4 Verifying : perl-interpreter-4:5.34.0-482.fc35.ppc64le 139/148
#11 510.4 Verifying : perl-lib-0.65-482.fc35.ppc64le 140/148
#11 510.4 Verifying : perl-libs-4:5.34.0-482.fc35.ppc64le 141/148
#11 510.4 Verifying : perl-mro-1.25-482.fc35.ppc64le 142/148
#11 510.4 Verifying : perl-overload-1.33-482.fc35.noarch 143/148
#11 510.4 Verifying : perl-overloading-0.02-482.fc35.noarch 144/148
#11 510.4 Verifying : perl-subs-1.04-482.fc35.noarch 145/148
#11 510.4 Verifying : perl-vars-1.05-482.fc35.noarch 146/148
#11 510.4 Verifying : systemd-libs-249.6-2.fc35.ppc64le 147/148
#11 510.4 Verifying : vim-filesystem-2:8.2.3582-1.fc35.noarch 148/148
#11 511.0
#11 511.0 Installed:
#11 511.0 autoconf-2.69-37.fc35.noarch
#11 511.0 automake-1.16.2-5.fc35.noarch
#11 511.0 binutils-2.37-10.fc35.ppc64le
#11 511.0 binutils-gold-2.37-10.fc35.ppc64le
#11 511.0 bison-3.7.6-3.fc35.ppc64le
#11 511.0 cmake-3.21.3-1.fc35.ppc64le
#11 511.0 cmake-data-3.21.3-1.fc35.noarch
#11 511.0 cmake-filesystem-3.21.3-1.fc35.ppc64le
#11 511.0 cmake-rpm-macros-3.21.3-1.fc35.noarch
#11 511.0 cpp-11.2.1-1.fc35.ppc64le
#11 511.0 dbus-devel-1:1.12.20-5.fc35.ppc64le
#11 511.0 dbus-libs-1:1.12.20-5.fc35.ppc64le
#11 511.0 ed-1.14.2-11.fc35.ppc64le
#11 511.0 elfutils-debuginfod-client-0.185-5.fc35.ppc64le
#11 511.0 emacs-filesystem-1:27.2-9.fc35.noarch
#11 511.0 findutils-1:4.8.0-4.fc35.ppc64le
#11 511.0 flex-2.6.4-9.fc35.ppc64le
#11 511.0 gc-8.0.4-6.fc35.ppc64le
#11 511.0 gcc-11.2.1-1.fc35.ppc64le
#11 511.0 gcc-c++-11.2.1-1.fc35.ppc64le
#11 511.0 git-2.33.1-1.fc35.ppc64le
#11 511.0 git-core-2.33.1-1.fc35.ppc64le
#11 511.0 git-core-doc-2.33.1-1.fc35.noarch
#11 511.0 glibc-devel-2.34-7.fc35.ppc64le
#11 511.0 groff-base-1.22.4-8.fc35.ppc64le
#11 511.0 guile22-2.2.7-3.fc35.ppc64le
#11 511.0 info-6.8-2.fc35.ppc64le
#11 511.0 jemalloc-5.2.1-6.fc35.ppc64le
#11 511.0 jemalloc-devel-5.2.1-6.fc35.ppc64le
#11 511.0 jsoncpp-1.9.4-4.fc35.ppc64le
#11 511.0 kernel-headers-5.14.9-300.fc35.ppc64le
#11 511.0 keyutils-libs-devel-1.6.1-3.fc35.ppc64le
#11 511.0 krb5-devel-1.19.2-2.fc35.ppc64le
#11 511.0 less-590-2.fc35.ppc64le
#11 511.0 libasan-11.2.1-1.fc35.ppc64le
#11 511.0 libatomic-11.2.1-1.fc35.ppc64le
#11 511.0 libblkid-devel-2.37.2-1.fc35.ppc64le
#11 511.0 libcbor-0.7.0-4.fc35.ppc64le
#11 511.0 libcom_err-devel-1.46.3-1.fc35.ppc64le
#11 511.0 libedit-3.1-40.20210910cvs.fc35.ppc64le
#11 511.0 libfdisk-2.37.2-1.fc35.ppc64le
#11 511.0 libfido2-1.8.0-1.fc35.ppc64le
#11 511.0 libkadm5-1.19.2-2.fc35.ppc64le
#11 511.0 libmpc-1.2.1-3.fc35.ppc64le
#11 511.0 libnfsidmap-1:2.5.4-2.rc3.fc35.ppc64le
#11 511.0 libnfsidmap-devel-1:2.5.4-2.rc3.fc35.ppc64le
#11 511.0 libnsl2-devel-1.3.0-4.fc35.ppc64le
#11 511.0 libpkgconf-1.8.0-1.fc35.ppc64le
#11 511.0 librtas-2.0.2-11.fc35.ppc64le
#11 511.0 libselinux-devel-3.3-1.fc35.ppc64le
#11 511.0 libsepol-devel-3.3-1.fc35.ppc64le
#11 511.0 libstdc++-devel-11.2.1-1.fc35.ppc64le
#11 511.0 libtirpc-devel-1.3.2-1.fc35.ppc64le
#11 511.0 libtool-2.4.6-42.fc35.ppc64le
#11 511.0 libtool-ltdl-2.4.6-42.fc35.ppc64le
#11 511.0 libubsan-11.2.1-1.fc35.ppc64le
#11 511.0 libutempter-1.2.1-5.fc35.ppc64le
#11 511.0 libuv-1:1.42.0-2.fc35.ppc64le
#11 511.0 libverto-devel-0.3.2-2.fc35.ppc64le
#11 511.0 libxcrypt-devel-4.4.26-4.fc35.ppc64le
#11 511.0 m4-1.4.19-2.fc35.ppc64le
#11 511.0 make-1:4.3-6.fc35.ppc64le
#11 511.0 ncurses-6.2-8.20210508.fc35.ppc64le
#11 511.0 openssh-8.7p1-2.fc35.ppc64le
#11 511.0 openssh-clients-8.7p1-2.fc35.ppc64le
#11 511.0 patch-2.7.6-15.fc35.ppc64le
#11 511.0 pcre2-devel-10.37-4.fc35.ppc64le
#11 511.0 pcre2-utf16-10.37-4.fc35.ppc64le
#11 511.0 pcre2-utf32-10.37-4.fc35.ppc64le
#11 511.0 perl-AutoLoader-5.74-482.fc35.noarch
#11 511.0 perl-B-1.82-482.fc35.ppc64le
#11 511.0 perl-Carp-1.52-478.fc35.noarch
#11 511.0 perl-Class-Struct-0.66-482.fc35.noarch
#11 511.0 perl-Data-Dumper-2.183-2.fc35.ppc64le
#11 511.0 perl-Digest-1.20-1.fc35.noarch
#11 511.0 perl-Digest-MD5-2.58-478.fc35.ppc64le
#11 511.0 perl-DynaLoader-1.50-482.fc35.ppc64le
#11 511.0 perl-Encode-4:3.15-482.fc35.ppc64le
#11 511.0 perl-Errno-1.33-482.fc35.ppc64le
#11 511.0 perl-Error-1:0.17029-7.fc35.noarch
#11 511.0 perl-Exporter-5.76-479.fc35.noarch
#11 511.0 perl-Fcntl-1.14-482.fc35.ppc64le
#11 511.0 perl-File-Basename-2.85-482.fc35.noarch
#11 511.0 perl-File-Compare-1.100.600-482.fc35.noarch
#11 511.0 perl-File-Copy-2.35-482.fc35.noarch
#11 511.0 perl-File-Find-1.39-482.fc35.noarch
#11 511.0 perl-File-Path-2.18-478.fc35.noarch
#11 511.0 perl-File-Temp-1:0.231.100-478.fc35.noarch
#11 511.0 perl-File-stat-1.09-482.fc35.noarch
#11 511.0 perl-FileHandle-2.03-482.fc35.noarch
#11 511.0 perl-Getopt-Long-1:2.52-478.fc35.noarch
#11 511.0 perl-Getopt-Std-1.13-482.fc35.noarch
#11 511.0 perl-Git-2.33.1-1.fc35.noarch
#11 511.0 perl-HTTP-Tiny-0.078-1.fc35.noarch
#11 511.0 perl-IO-1.46-482.fc35.ppc64le
#11 511.0 perl-IO-Socket-IP-0.41-479.fc35.noarch
#11 511.0 perl-IO-Socket-SSL-2.072-1.fc35.noarch
#11 511.0 perl-IPC-Open3-1.21-482.fc35.noarch
#11 511.0 perl-MIME-Base64-3.16-478.fc35.ppc64le
#11 511.0 perl-Mozilla-CA-20200520-6.fc35.noarch
#11 511.0 perl-NDBM_File-1.15-482.fc35.ppc64le
#11 511.0 perl-Net-SSLeay-1.90-4.fc35.ppc64le
#11 511.0 perl-POSIX-1.97-482.fc35.ppc64le
#11 511.0 perl-PathTools-3.80-478.fc35.ppc64le
#11 511.0 perl-Pod-Escapes-1:1.07-478.fc35.noarch
#11 511.0 perl-Pod-Perldoc-3.28.01-479.fc35.noarch
#11 511.0 perl-Pod-Simple-1:3.43-2.fc35.noarch
#11 511.0 perl-Pod-Usage-4:2.01-478.fc35.noarch
#11 511.0 perl-Scalar-List-Utils-5:1.60-462.fc35.ppc64le
#11 511.0 perl-SelectSaver-1.02-482.fc35.noarch
#11 511.0 perl-Socket-4:2.032-2.fc35.ppc64le
#11 511.0 perl-Storable-1:3.25-1.fc35.ppc64le
#11 511.0 perl-Symbol-1.09-482.fc35.noarch
#11 511.0 perl-Term-ANSIColor-5.01-479.fc35.noarch
#11 511.0 perl-Term-Cap-1.17-478.fc35.noarch
#11 511.0 perl-TermReadKey-2.38-11.fc35.ppc64le
#11 511.0 perl-Text-ParseWords-3.30-478.fc35.noarch
#11 511.0 perl-Text-Tabs+Wrap-2021.0814-1.fc35.noarch
#11 511.0 perl-Thread-Queue-3.14-478.fc35.noarch
#11 511.0 perl-Time-Local-2:1.300-478.fc35.noarch
#11 511.0 perl-URI-5.09-4.fc35.noarch
#11 511.0 perl-base-2.27-482.fc35.noarch
#11 511.0 perl-constant-1.33-479.fc35.noarch
#11 511.0 perl-if-0.60.900-482.fc35.noarch
#11 511.0 perl-interpreter-4:5.34.0-482.fc35.ppc64le
#11 511.0 perl-lib-0.65-482.fc35.ppc64le
#11 511.0 perl-libnet-3.13-479.fc35.noarch
#11 511.0 perl-libs-4:5.34.0-482.fc35.ppc64le
#11 511.0 perl-mro-1.25-482.fc35.ppc64le
#11 511.0 perl-overload-1.33-482.fc35.noarch
#11 511.0 perl-overloading-0.02-482.fc35.noarch
#11 511.0 perl-parent-1:0.238-478.fc35.noarch
#11 511.0 perl-podlators-1:4.14-478.fc35.noarch
#11 511.0 perl-subs-1.04-482.fc35.noarch
#11 511.0 perl-threads-1:2.26-448.fc35.ppc64le
#11 511.0 perl-threads-shared-1.62-478.fc35.ppc64le
#11 511.0 perl-vars-1.05-482.fc35.noarch
#11 511.0 pkgconf-1.8.0-1.fc35.ppc64le
#11 511.0 pkgconf-m4-1.8.0-1.fc35.noarch
#11 511.0 pkgconf-pkg-config-1.8.0-1.fc35.ppc64le
#11 511.0 rhash-1.4.0-4.fc35.ppc64le
#11 511.0 systemd-libs-249.6-2.fc35.ppc64le
#11 511.0 userspace-rcu-0.13.0-3.fc35.ppc64le
#11 511.0 userspace-rcu-devel-0.13.0-3.fc35.ppc64le
#11 511.0 util-linux-2.37.2-1.fc35.ppc64le
#11 511.0 util-linux-core-2.37.2-1.fc35.ppc64le
#11 511.0 vim-filesystem-2:8.2.3582-1.fc35.noarch
#11 511.0 xml-common-0.6.3-57.fc35.noarch
#11 511.0
#11 511.0 Complete!
#11 DONE 511.4s
#12 [build 3/6] RUN git clone --branch V3.5 --recurse-submodules https://github.com/nfs-ganesha/nfs-ganesha
#12 0.435 Cloning into 'nfs-ganesha'...
#12 45.35 Note: switching to 'ff0401165d7fcdccb494431effc007be657ac68c'.
#12 45.35
#12 45.35 You are in 'detached HEAD' state. You can look around, make experimental
#12 45.35 changes and commit them, and you can discard any commits you make in this
#12 45.35 state without impacting any branches by switching back to a branch.
#12 45.35
#12 45.35 If you want to create a new branch to retain commits you create, you may
#12 45.35 do so (now or later) by using -c with the switch command. Example:
#12 45.35
#12 45.35 git switch -c <new-branch-name>
#12 45.35
#12 45.35 Or undo this operation with:
#12 45.35
#12 45.35 git switch -
#12 45.35
#12 45.35 Turn off this advice by setting config variable advice.detachedHead to false
#12 45.35
#12 47.06 Submodule 'src/libntirpc' (https://github.com/nfs-ganesha/ntirpc.git) registered for path 'src/libntirpc'
#12 47.27 Cloning into '/nfs-ganesha/src/libntirpc'...
#12 67.26 Submodule path 'src/libntirpc': checked out 'df3128d1a1de3c57cd3caeb4c0662a5b015ab85e'
#12 DONE 67.7s
#13 [build 4/6] WORKDIR /nfs-ganesha
#13 DONE 0.0s
#14 [build 5/6] RUN mkdir -p /usr/local && cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_CONFIG=vfs_only -DCMAKE_INSTALL_PREFIX=/usr/local src/ && sed -i 's|@SYSSTATEDIR@/lib/nfs/ganesha|/export|' src/include/config-h.in.cmake && make && make install
#14 0.657 CMake Deprecation Warning at CMakeLists.txt:5 (cmake_minimum_required):
#14 0.657 Compatibility with CMake < 2.8.12 will be removed from a future version of
#14 0.657 CMake.
#14 0.657
#14 0.657 Update the VERSION argument <min> value or use a ...<max> suffix to tell
#14 0.657 CMake that the project does not need compatibility with older versions.
#14 0.657
#14 0.658
#14 0.670 -- cmake version 3.21
#14 2.487 -- The C compiler identification is GNU 11.2.1
#14 4.202 -- The CXX compiler identification is GNU 11.2.1
#14 4.351 -- Detecting C compiler ABI info
#14 6.535 -- Detecting C compiler ABI info - done
#14 6.689 -- Check for working C compiler: /usr/bin/cc - skipped
#14 6.692 -- Detecting C compile features
#14 6.700 -- Detecting C compile features - done
#14 6.746 -- Detecting CXX compiler ABI info
#14 8.963 -- Detecting CXX compiler ABI info - done
#14 9.109 -- Check for working CXX compiler: /usr/bin/c++ - skipped
#14 9.112 -- Detecting CXX compile features
#14 9.121 -- Detecting CXX compile features - done
#14 9.130 -- was set CMAKE_INSTALL_PREFIX = /usr/local
#14 9.283 -- Detected a Linux Fedora machine
#14 9.360 -- toolchain options processed
#14 9.718 -- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.0")
#14 9.721 -- Compilation from within a git repository. Using git rev-parse HEAD
#14 9.895 CMake Warning at CMakeLists.txt:220 (message):
#14 9.895 Unhandled architecture ppc64le
#14 9.895
#14 9.895
#14 10.02 -- Building vfs_only configuration
#14 10.04 -- Looking for include file strings.h
#14 11.97 -- Looking for include file strings.h - found
#14 11.97 -- Looking for include file string.h
#14 13.85 -- Looking for include file string.h - found
#14 13.86 -- Looking for pthread.h
#14 15.68 -- Looking for pthread.h - found
#14 15.68 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
#14 17.62 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
#14 17.63 -- Found Threads: TRUE
#14 17.64 -- found krb5-config here /usr/bin/krb5-config
#14 18.00 -- Found kerberos 5 headers: /include
#14 18.00 -- Found kerberos 5 libs: /usr/lib64/libkrb5.so;/usr/lib64/libk5crypto.so;/usr/lib64/libcom_err.so;/usr/lib64/libgssapi_krb5.so
#14 18.01 -- Looking for include file gssapi.h
#14 19.77 -- Looking for include file gssapi.h - found
#14 19.78 -- Looking for llapi_hsm_state_get_fd in lustreapi
#14 21.53 -- Looking for llapi_hsm_state_get_fd in lustreapi - not found
#14 21.53 CMake Warning at CMakeLists.txt:598 (message):
#14 21.53 Cannot find lustreapi. We will only build a dummy lustre fsal.
#14 21.53
#14 21.53
#14 21.55 CMake Warning at CMakeLists.txt:609 (message):
#14 21.55 Cannot find LizardFS client lib. Disabling lizardfs fsal
#14 21.55
#14 21.55
#14 21.55 -- Looking for open_by_handle in handle
#14 23.39 -- Looking for open_by_handle in handle - not found
#14 23.40 -- Looking for include file xfs/xfs.h
#14 24.12 -- Looking for include file xfs/xfs.h - not found
#14 24.12 CMake Warning at CMakeLists.txt:642 (message):
#14 24.12 Cannot find XFS runtime. Disabling XFS build
#14 24.12
#14 24.12
#14 24.47 -- checking for module 'glusterfs-api>=7.6.6'
#14 24.79 -- package 'glusterfs-api>=7.6.6' not found
#14 24.79 CMake Warning at CMakeLists.txt:663 (message):
#14 24.79 Cannot find GLUSTER GFAPI runtime. Disabling GLUSTER fsal build
#14 24.79
#14 24.79
#14 24.80 -- Looking for rgw_mount in rgw
#14 26.49 -- Looking for rgw_mount in rgw - not found
#14 26.49 -- Found rgw libraries: RGW_LIBRARY-NOTFOUND
#14 26.50 -- Could NOT find RGW: Found unsuitable version "0.0.0", but required is at least "1.1.7" (found )
#14 26.50 CMake Warning at CMakeLists.txt:743 (message):
#14 26.50 Cannot find supported RGW runtime. Disabling RGW fsal build
#14 26.50
#14 26.50
#14 26.52 -- Found JeMalloc: /usr/lib64/libjemalloc.so
#14 26.87 -- checking for module 'dbus-1'
#14 28.69 -- found dbus-1, version 1.12.20
#14 33.63 -- Found nfs idmap library: /usr/lib64/libnfsidmap.so
#14 33.63 -- Looking for rados_read_op_omap_get_vals2 in rados
#14 35.38 -- Looking for rados_read_op_omap_get_vals2 in rados - not found
#14 35.38 -- Found rados libraries: RADOS_LIBRARY-NOTFOUND
#14 35.39 -- Could NOT find RADOS (missing: RADOS_INCLUDE_DIR RADOS_LIBRARY_DIR)
#14 35.39 CMake Warning at CMakeLists.txt:875 (message):
#14 35.39 Rados libraries not found. Disabling USE_RADOS_RECOV
#14 35.39
#14 35.39
#14 35.39 -- Found rados libraries: RADOS_LIBRARY-NOTFOUND
#14 35.40 -- Could NOT find RADOS (missing: RADOS_INCLUDE_DIR RADOS_LIBRARY_DIR)
#14 35.40 CMake Warning at CMakeLists.txt:884 (message):
#14 35.40 Rados libraries not found. Disabling RADOS_URLS
#14 35.40
#14 35.40
#14 35.42 -- Looking for cap_set_proc in cap
#14 37.24 -- Looking for cap_set_proc in cap - not found
#14 37.25 -- Could NOT find Caps (missing: CAPS_LIBRARIES CAPS_INCLUDE_DIR)
#14 37.25 CMake Warning at CMakeLists.txt:946 (message):
#14 37.25 Capability libraries not found. Disabling USE_CAPS
#14 37.25
#14 37.25
#14 37.26 -- Looking for include file blkid/blkid.h
#14 39.18 -- Looking for include file blkid/blkid.h - found
#14 39.18 -- Looking for blkid_devno_to_devname in blkid
#14 41.05 -- Looking for blkid_devno_to_devname in blkid - found
#14 41.05 -- Looking for include file uuid/uuid.h
#14 41.77 -- Looking for include file uuid/uuid.h - not found
#14 41.78 -- Looking for uuid_parse in uuid
#14 43.48 -- Looking for uuid_parse in uuid - not found
#14 43.48 -- Could not find uuid library, disabling USE_BLKID
#14 43.48 -- Looking for daemon in c
#14 45.26 -- Looking for daemon in c - found
#14 45.27 CMake Deprecation Warning at libntirpc/CMakeLists.txt:5 (cmake_minimum_required):
#14 45.27 Compatibility with CMake < 2.8.12 will be removed from a future version of
#14 45.27 CMake.
#14 45.27
#14 45.27 Update the VERSION argument <min> value or use a ...<max> suffix to tell
#14 45.27 CMake that the project does not need compatibility with older versions.
#14 45.27
#14 45.27
#14 45.43 -- OVERRIDE_INSTALL_PREFIX =
#14 45.44 -- found krb5-config here /usr/bin/krb5-config
#14 45.72 -- Found kerberos 5 headers: /include
#14 45.72 -- Found kerberos 5 libs: /usr/lib64/libkrb5.so;/usr/lib64/libk5crypto.so;/usr/lib64/libcom_err.so;/usr/lib64/libgssapi_krb5.so;/usr/lib64/libkrb5.so;/usr/lib64/libk5crypto.so;/usr/lib64/libcom_err.so;/usr/lib64/libgssapi_krb5.so
#14 45.73 -- Building vfs_only configuration
#14 45.74 -- Looking for include file stdbool.h
#14 47.35 -- Looking for include file stdbool.h - found
#14 47.38 -- Looking for include file sys/epoll.h
#14 49.04 -- Looking for include file sys/epoll.h - found
#14 49.04 -- Looking for epoll_create
#14 50.71 -- Looking for epoll_create - found
#14 50.72 -- Found EPOLL: 1
#14 50.74 -- Found NSL: /usr/lib64/libnsl.so
#14 50.76 --
#14 50.76 -- -------------------------------------------------------
#14 50.76 -- TIRPC_EPOLL = TRUE
#14 50.76 -- USE_RPC_RDMA = OFF
#14 50.76 -- USE_GSS = ON
#14 50.76 -- USE_PROFILE = OFF
#14 50.76 -- USE_LTTNG_NTIRPC = OFF
#14 50.77 -- Using ntirpc submodule
#14 50.77 /nfs-ganesha/src/libntirpc/ntirpc/
#14 50.77 -- Looking for urcu_ref_get_unless_zero
#14 52.71 -- Looking for urcu_ref_get_unless_zero - found
#14 52.78 -- Found BISON: /usr/bin/bison (found version "3.7.6")
#14 52.84 -- Found FLEX: /usr/bin/flex (found version "2.6.4")
#14 52.97 --
#14 52.97 -- -------------------------------------------------------
#14 52.97 -- PLATFORM = LINUX
#14 52.97 -- ARCH = ppc64le
#14 52.97 -- VERSION = 3.5
#14 52.97 -- BUILD HOST =
#14 52.97 -- -------------------------------------------------------
#14 52.97 -- USE_FSAL_PROXY = OFF
#14 52.97 -- USE_FSAL_VFS = ON
#14 52.97 -- USE_FSAL_LUSTRE = ON
#14 52.98 -- USE_FSAL_LIZARDFS = OFF
#14 52.98 -- USE_FSAL_CEPH = OFF
#14 52.98 -- USE_FSAL_CEPH_MKNOD =
#14 52.98 -- USE_FSAL_CEPH_SETLK =
#14 52.98 -- USE_FSAL_CEPH_LL_LOOKUP_ROOT =
#14 52.98 -- USE_FSAL_CEPH_STATX =
#14 52.98 -- USE_FSAL_CEPH_LL_DELEGATION =
#14 52.98 -- USE_FSAL_CEPH_LL_SYNC_INODE =
#14 52.98 -- USE_FSAL_CEPH_ABORT_CONN =
#14 52.98 -- USE_FSAL_CEPH_RECLAIM_RESET =
#14 52.98 -- USE_FSAL_CEPH_GET_FS_CID =
#14 52.98 -- USE_FSAL_RGW = OFF
#14 52.98 -- USE_FSAL_XFS = OFF
#14 52.98 -- USE_FSAL_PANFS = OFF
#14 52.98 -- USE_FSAL_GPFS = OFF
#14 52.98 -- USE_FSAL_GLUSTER = OFF
#14 52.98 -- USE_FSAL_NULL = ON
#14 52.98 -- USE_FSAL_MEM = ON
#14 52.98 -- USE_SYSTEM_NTIRPC = OFF
#14 52.98 -- USE_DBUS = ON
#14 52.98 -- USE_CB_SIMULATOR = OFF
#14 52.98 -- USE_NFSIDMAP = ON
#14 52.98 -- ENABLE_ERROR_INJECTION = OFF
#14 52.98 -- ENABLE_VFS_DEBUG_ACL = OFF
#14 52.98 -- ENABLE_RFC_ACL = OFF
#14 52.98 -- USE_CAPS = OFF
#14 52.98 -- USE_BLKID = OFF
#14 52.98 -- DISTNAME_HAS_GIT_DATA = OFF
#14 52.98 -- _MSPAC_SUPPORT = OFF
#14 52.98 -- USE_EFENCE = OFF
#14 52.98 -- _NO_TCP_REGISTER = OFF
#14 52.98 -- RPCBIND = ON
#14 52.98 -- DEBUG_SAL = OFF
#14 52.98 -- _VALGRIND_MEMCHECK = OFF
#14 52.98 -- ENABLE_LOCKTRACE = OFF
#14 52.98 -- PROXY_HANDLE_MAPPING = DEFAULT_OFF
#14 52.98 -- DEBUG_MDCACHE = OFF
#14 52.98 -- DEBUG_SYMS = OFF
#14 52.98 -- COVERAGE = OFF
#14 52.98 -- ENFORCE_GCC = OFF
#14 52.98 -- USE_GTEST = OFF
#14 52.98 -- USE_GSS = ON
#14 52.98 -- TIRPC_EPOLL = TRUE
#14 52.98 -- USE_9P = OFF
#14 52.98 -- _USE_9P = OFF
#14 52.98 -- _USE_9P_RDMA = OFF
#14 52.98 -- USE_NFS_RDMA = OFF
#14 52.98 -- USE_NFS3 = ON
#14 52.98 -- USE_NLM = ON
#14 52.98 -- USE_ACL_MAPPING = OFF
#14 52.98 -- KRB5_PREFIX =
#14 52.98 -- CEPH_PREFIX =
#14 52.98 -- RGW_PREFIX =
#14 52.98 -- GLUSTER_PREFIX = /usr
#14 52.98 -- CMAKE_PREFIX_PATH =
#14 52.98 -- _GIT_HEAD_COMMIT = ff0401165d7fcdccb494431effc007be657ac68c
#14 52.98 -- _GIT_HEAD_COMMIT_ABBREV = ff04011
#14 52.98 -- _GIT_DESCRIBE = V3.5-0-gff0401165
#14 52.98 -- ALLOCATOR = jemalloc
#14 52.98 -- GOLD_LINKER =
#14 52.98 -- CMAKE_INSTALL_PREFIX = /usr/local
#14 52.98 -- FSAL_DESTINATION = /usr/local/lib64/ganesha
#14 52.98 -- USE_ADMIN_TOOLS = OFF
#14 52.98 -- USE_GUI_ADMIN_TOOLS = ON
#14 52.98 -- MODULES_PATH =
#14 52.98 -- USE_LTTNG = OFF
#14 52.98 -- USE_BLKIN = OFF
#14 52.98 -- USE_VSOCK = OFF
#14 52.98 -- USE_TOOL_MULTILOCK = OFF
#14 52.98 -- USE_MAN_PAGE = OFF
#14 52.98 -- USE_RADOS_RECOV = OFF
#14 52.98 -- RADOS_URLS = OFF
#14 52.98 -- USE_CUNIT = OFF
#14 52.98 -- SANITIZE_ADDRESS = OFF
#14 53.00 -- Could NOT find LSB_RELEASE (missing: LSB_RELEASE_EXECUTABLE)
#14 53.04 -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
#14 53.06 -- Configuring done
#14 54.15 -- Generating done
#14 54.19 -- Build files have been written to: /nfs-ganesha
#14 54.58 CMake Deprecation Warning at CMakeLists.txt:5 (cmake_minimum_required):
#14 54.58 Compatibility with CMake < 2.8.12 will be removed from a future version of
#14 54.58 CMake.
#14 54.58
#14 54.58 Update the VERSION argument <min> value or use a ...<max> suffix to tell
#14 54.58 CMake that the project does not need compatibility with older versions.
#14 54.58
#14 54.58
#14 54.59 -- cmake version 3.21
#14 54.69 -- was set CMAKE_INSTALL_PREFIX = /usr/local
#14 54.83 -- Detected a Linux Fedora machine
#14 54.90 -- toolchain options processed
#14 55.24 -- Compilation from within a git repository. Using git rev-parse HEAD
#14 55.39 CMake Warning at CMakeLists.txt:220 (message):
#14 55.39 Unhandled architecture ppc64le
#14 55.39
#14 55.39
#14 55.52 -- Building vfs_only configuration
#14 55.55 -- found krb5-config here /usr/bin/krb5-config
#14 55.82 -- Found kerberos 5 headers: /include
#14 55.82 -- Found kerberos 5 libs: /usr/lib64/libkrb5.so;/usr/lib64/libk5crypto.so;/usr/lib64/libcom_err.so;/usr/lib64/libgssapi_krb5.so
#14 55.83 CMake Warning at CMakeLists.txt:598 (message):
#14 55.83 Cannot find lustreapi. We will only build a dummy lustre fsal.
#14 55.83
#14 55.83
#14 55.85 CMake Warning at CMakeLists.txt:609 (message):
#14 55.85 Cannot find LizardFS client lib. Disabling lizardfs fsal
#14 55.85
#14 55.85
#14 55.86 CMake Warning at CMakeLists.txt:642 (message):
#14 55.86 Cannot find XFS runtime. Disabling XFS build
#14 55.86
#14 55.86
#14 56.19 -- checking for module 'glusterfs-api>=7.6.6'
#14 56.51 -- package 'glusterfs-api>=7.6.6' not found
#14 56.51 CMake Warning at CMakeLists.txt:663 (message):
#14 56.51 Cannot find GLUSTER GFAPI runtime. Disabling GLUSTER fsal build
#14 56.51
#14 56.51
#14 56.52 -- Found rgw libraries: RGW_LIBRARY-NOTFOUND
#14 56.54 -- Could NOT find RGW: Found unsuitable version "0.0.0", but required is at least "1.1.7" (found )
#14 56.54 CMake Warning at CMakeLists.txt:743 (message):
#14 56.54 Cannot find supported RGW runtime. Disabling RGW fsal build
#14 56.54
#14 56.54
#14 56.88 -- Found nfs idmap library: /usr/lib64/libnfsidmap.so
#14 56.89 -- Found rados libraries: RADOS_LIBRARY-NOTFOUND
#14 56.90 -- Could NOT find RADOS (missing: RADOS_INCLUDE_DIR RADOS_LIBRARY_DIR)
#14 56.90 CMake Warning at CMakeLists.txt:875 (message):
#14 56.90 Rados libraries not found. Disabling USE_RADOS_RECOV
#14 56.90
#14 56.90
#14 56.90 -- Found rados libraries: RADOS_LIBRARY-NOTFOUND
#14 56.92 -- Could NOT find RADOS (missing: RADOS_INCLUDE_DIR RADOS_LIBRARY_DIR)
#14 56.92 CMake Warning at CMakeLists.txt:884 (message):
#14 56.92 Rados libraries not found. Disabling RADOS_URLS
#14 56.92
#14 56.92
#14 56.94 -- Could NOT find Caps (missing: CAPS_LIBRARIES CAPS_INCLUDE_DIR)
#14 56.94 CMake Warning at CMakeLists.txt:946 (message):
#14 56.94 Capability libraries not found. Disabling USE_CAPS
#14 56.94
#14 56.94
#14 56.94 -- Could not find uuid library, disabling USE_BLKID
#14 56.95 CMake Deprecation Warning at libntirpc/CMakeLists.txt:5 (cmake_minimum_required):
#14 56.95 Compatibility with CMake < 2.8.12 will be removed from a future version of
#14 56.95 CMake.
#14 56.95
#14 56.95 Update the VERSION argument <min> value or use a ...<max> suffix to tell
#14 56.95 CMake that the project does not need compatibility with older versions.
#14 56.95
#14 56.95
#14 57.11 -- OVERRIDE_INSTALL_PREFIX =
#14 57.11 -- found krb5-config here /usr/bin/krb5-config
#14 57.39 -- Found kerberos 5 headers: /include
#14 57.39 -- Found kerberos 5 libs: /usr/lib64/libkrb5.so;/usr/lib64/libk5crypto.so;/usr/lib64/libcom_err.so;/usr/lib64/libgssapi_krb5.so;/usr/lib64/libkrb5.so;/usr/lib64/libk5crypto.so;/usr/lib64/libcom_err.so;/usr/lib64/libgssapi_krb5.so
#14 57.40 -- Building vfs_only configuration
#14 57.47 --
#14 57.48 -- -------------------------------------------------------
#14 57.48 -- TIRPC_EPOLL = TRUE
#14 57.48 -- USE_RPC_RDMA = OFF
#14 57.48 -- USE_GSS = ON
#14 57.48 -- USE_PROFILE = OFF
#14 57.48 -- USE_LTTNG_NTIRPC = OFF
#14 57.48 -- Using ntirpc submodule
#14 57.48 /nfs-ganesha/src/libntirpc/ntirpc/
#14 57.75 --
#14 57.75 -- -------------------------------------------------------
#14 57.75 -- PLATFORM = LINUX
#14 57.75 -- ARCH = ppc64le
#14 57.75 -- VERSION = 3.5
#14 57.75 -- BUILD HOST =
#14 57.75 -- -------------------------------------------------------
#14 57.75 -- USE_FSAL_PROXY = OFF
#14 57.75 -- USE_FSAL_VFS = ON
#14 57.75 -- USE_FSAL_LUSTRE = ON
#14 57.75 -- USE_FSAL_LIZARDFS = OFF
#14 57.75 -- USE_FSAL_CEPH = OFF
#14 57.75 -- USE_FSAL_CEPH_MKNOD =
#14 57.75 -- USE_FSAL_CEPH_SETLK =
#14 57.75 -- USE_FSAL_CEPH_LL_LOOKUP_ROOT =
#14 57.75 -- USE_FSAL_CEPH_STATX =
#14 57.75 -- USE_FSAL_CEPH_LL_DELEGATION =
#14 57.75 -- USE_FSAL_CEPH_LL_SYNC_INODE =
#14 57.75 -- USE_FSAL_CEPH_ABORT_CONN =
#14 57.75 -- USE_FSAL_CEPH_RECLAIM_RESET =
#14 57.75 -- USE_FSAL_CEPH_GET_FS_CID =
#14 57.75 -- USE_FSAL_RGW = OFF
#14 57.75 -- USE_FSAL_XFS = OFF
#14 57.75 -- USE_FSAL_PANFS = OFF
#14 57.75 -- USE_FSAL_GPFS = OFF
#14 57.75 -- USE_FSAL_GLUSTER = OFF
#14 57.75 -- USE_FSAL_NULL = ON
#14 57.75 -- USE_FSAL_MEM = ON
#14 57.75 -- USE_SYSTEM_NTIRPC = OFF
#14 57.75 -- USE_DBUS = ON
#14 57.75 -- USE_CB_SIMULATOR = OFF
#14 57.76 -- USE_NFSIDMAP = ON
#14 57.76 -- ENABLE_ERROR_INJECTION = OFF
#14 57.76 -- ENABLE_VFS_DEBUG_ACL = OFF
#14 57.76 -- ENABLE_RFC_ACL = OFF
#14 57.76 -- USE_CAPS = OFF
#14 57.76 -- USE_BLKID = OFF
#14 57.76 -- DISTNAME_HAS_GIT_DATA = OFF
#14 57.76 -- _MSPAC_SUPPORT = OFF
#14 57.76 -- USE_EFENCE = OFF
#14 57.76 -- _NO_TCP_REGISTER = OFF
#14 57.76 -- RPCBIND = ON
#14 57.76 -- DEBUG_SAL = OFF
#14 57.76 -- _VALGRIND_MEMCHECK = OFF
#14 57.76 -- ENABLE_LOCKTRACE = OFF
#14 57.76 -- PROXY_HANDLE_MAPPING = DEFAULT_OFF
#14 57.76 -- DEBUG_MDCACHE = OFF
#14 57.76 -- DEBUG_SYMS = OFF
#14 57.76 -- COVERAGE = OFF
#14 57.76 -- ENFORCE_GCC = OFF
#14 57.76 -- USE_GTEST = OFF
#14 57.76 -- USE_GSS = ON
#14 57.76 -- TIRPC_EPOLL = TRUE
#14 57.76 -- USE_9P = OFF
#14 57.76 -- _USE_9P = OFF
#14 57.76 -- _USE_9P_RDMA = OFF
#14 57.76 -- USE_NFS_RDMA = OFF
#14 57.76 -- USE_NFS3 = ON
#14 57.76 -- USE_NLM = ON
#14 57.76 -- USE_ACL_MAPPING = OFF
#14 57.76 -- KRB5_PREFIX =
#14 57.76 -- CEPH_PREFIX =
#14 57.76 -- RGW_PREFIX =
#14 57.76 -- GLUSTER_PREFIX = /usr
#14 57.76 -- CMAKE_PREFIX_PATH = /usr
#14 57.76 -- _GIT_HEAD_COMMIT = ff0401165d7fcdccb494431effc007be657ac68c
#14 57.76 -- _GIT_HEAD_COMMIT_ABBREV = ff04011
#14 57.76 -- _GIT_DESCRIBE = V3.5-0-gff0401165
#14 57.76 -- ALLOCATOR = jemalloc
#14 57.76 -- GOLD_LINKER =
#14 57.76 -- CMAKE_INSTALL_PREFIX = /usr/local
#14 57.76 -- FSAL_DESTINATION = /usr/local/lib64/ganesha
#14 57.76 -- USE_ADMIN_TOOLS = OFF
#14 57.76 -- USE_GUI_ADMIN_TOOLS = ON
#14 57.76 -- MODULES_PATH =
#14 57.76 -- USE_LTTNG = OFF
#14 57.76 -- USE_BLKIN = OFF
#14 57.76 -- USE_VSOCK = OFF
#14 57.76 -- USE_TOOL_MULTILOCK = OFF
#14 57.76 -- USE_MAN_PAGE = OFF
#14 57.76 -- USE_RADOS_RECOV = OFF
#14 57.76 -- RADOS_URLS = OFF
#14 57.76 -- USE_CUNIT = OFF
#14 57.76 -- SANITIZE_ADDRESS = OFF
#14 57.79 -- Could NOT find LSB_RELEASE (missing: LSB_RELEASE_EXECUTABLE)
#14 57.82 -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
#14 57.85 -- Configuring done
#14 59.06 -- Generating done
#14 59.12 -- Build files have been written to: /nfs-ganesha
#14 59.94 [ 1%] Building C object dbus/CMakeFiles/gshdbus.dir/dbus_server.c.o
#14 65.45 [ 1%] Building C object dbus/CMakeFiles/gshdbus.dir/properties_handler.c.o
#14 69.31 [ 1%] Building C object dbus/CMakeFiles/gshdbus.dir/signal_handler.c.o
#14 72.00 [ 1%] Building C object dbus/CMakeFiles/gshdbus.dir/dbus_heartbeat.c.o
#14 74.69 [ 1%] Built target gshdbus
#14 75.34 [ 2%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/auth_none.c.o
#14 78.16 [ 2%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/auth_unix.c.o
#14 81.42 [ 2%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/authunix_prot.c.o
#14 84.57 [ 3%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/bindresvport.c.o
#14 86.91 [ 3%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/bsd_epoll.c.o
#14 87.54 [ 3%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/city.c.o
#14 90.48 [ 4%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/clnt_bcast.c.o
#14 94.25 [ 4%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/clnt_dg.c.o
#14 97.60 [ 4%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/clnt_generic.c.o
#14 102.6 [ 4%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/clnt_perror.c.o
#14 105.2 [ 5%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/clnt_raw.c.o
#14 108.1 [ 5%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/clnt_simple.c.o
#14 111.2 [ 5%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/clnt_vc.c.o
#14 114.9 [ 6%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/getnetconfig.c.o
#14 118.4 [ 6%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/getnetpath.c.o
#14 120.5 [ 6%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/getpeereid.c.o
#14 121.9 [ 7%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/getrpcent.c.o
#14 124.3 [ 7%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/mt_misc.c.o
#14 126.0 [ 7%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/pmap_prot.c.o
#14 128.2 [ 7%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/pmap_prot2.c.o
#14 130.4 [ 8%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/pmap_rmt.c.o
#14 132.9 [ 8%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/rbtree.c.o
#14 135.4 [ 8%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/rbtree_x.c.o
#14 137.4 [ 9%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/rpc_prot.c.o
#14 140.5 [ 9%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/rpc_callmsg.c.o
#14 143.8 [ 9%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/rpc_commondata.c.o
#14 144.8 [ 10%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/rpc_crc32.c.o
#14 146.8 [ 10%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/rpc_dplx_msg.c.o
#14 150.3 [ 10%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/rpc_dtablesize.c.o
#14 151.5 [ 11%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/rpc_generic.c.o
#14 155.4 /nfs-ganesha/src/libntirpc/src/rpc_generic.c: In function '__rpc_nconf2sockinfo':
#14 155.4 /nfs-ganesha/src/libntirpc/src/rpc_generic.c:678:47: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
#14 155.4 678 | sip->si_af = na_cvt[i].af;
#14 155.4 | ~~~~~~~~~^~~
#14 156.1 [ 11%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/rpcb_clnt.c.o
#14 160.3 /nfs-ganesha/src/libntirpc/src/rpcb_clnt.c: In function '__rpcb_findaddr_timed':
#14 160.3 /nfs-ganesha/src/libntirpc/src/rpcb_clnt.c:749:48: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
#14 160.3 749 | address->len = address->maxlen = remote.len;
#14 160.3 | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~
#14 162.7 [ 11%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/rpcb_prot.c.o
#14 166.5 [ 11%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/rpcb_st_xdr.c.o
#14 170.4 [ 12%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/strlcpy.c.o
#14 172.0 [ 12%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/svc.c.o
#14 176.1 [ 12%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/svc_auth.c.o
#14 179.4 [ 13%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/svc_auth_unix.c.o
#14 183.8 [ 13%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/svc_auth_none.c.o
#14 186.6 [ 13%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/svc_dg.c.o
#14 192.3 [ 14%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/svc_generic.c.o
#14 195.9 [ 14%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/svc_raw.c.o
#14 199.2 [ 14%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/svc_rqst.c.o
#14 206.8 [ 14%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/svc_simple.c.o
#14 210.2 [ 15%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/svc_vc.c.o
#14 215.9 [ 15%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/svc_xprt.c.o
#14 219.1 [ 15%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/xdr.c.o
#14 222.3 [ 16%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/xdr_float.c.o
#14 224.3 [ 16%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/xdr_mem.c.o
#14 226.7 [ 16%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/xdr_reference.c.o
#14 229.1 [ 17%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/xdr_ioq.c.o
#14 234.1 [ 17%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/svc_ioq.c.o
#14 237.7 [ 17%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/work_pool.c.o
#14 240.9 [ 17%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/auth_gss.c.o
#14 245.3 [ 18%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/authgss_hash.c.o
#14 249.0 [ 18%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/authgss_prot.c.o
#14 255.3 [ 18%] Building C object libntirpc/src/CMakeFiles/ntirpc.dir/svc_auth_gss.c.o
#14 259.3 [ 19%] Linking C shared library libntirpc.so
#14 260.6 [ 19%] Built target ntirpc
#14 261.1 [ 20%] Building C object log/CMakeFiles/log.dir/display.c.o
#14 263.9 [ 20%] Building C object log/CMakeFiles/log.dir/log_functions.c.o
#14 273.7 [ 20%] Built target log
#14 273.9 [ 21%] [BISON][ConfigParser] Building parser with bison 3.7.6
#14 274.9 [ 21%] [FLEX][ConfigScanner] Building scanner with flex 2.6.4
#14 275.5 [ 21%] Building C object config_parsing/CMakeFiles/config_parsing.dir/analyse.c.o
#14 278.5 [ 22%] Building C object config_parsing/CMakeFiles/config_parsing.dir/config_parsing.c.o
#14 284.5 [ 22%] Building C object config_parsing/CMakeFiles/config_parsing.dir/conf_url.c.o
#14 287.6 [ 22%] Building C object config_parsing/CMakeFiles/config_parsing.dir/conf_yacc.c.o
#14 290.9 [ 23%] Building C object config_parsing/CMakeFiles/config_parsing.dir/conf_lex.c.o
#14 294.3 /nfs-ganesha/config_parsing/conf_lex.c: In function 'ganeshun_yy_scan_buffer':
#14 294.3 /nfs-ganesha/config_parsing/conf_lex.c:3042:17: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
#14 294.3 3042 |
#14 294.3 | ^
#14 297.5 [ 23%] Built target config_parsing
#14 298.0 [ 24%] Building C object cidr/CMakeFiles/cidr.dir/cidr_addr.c.o
#14 300.1 [ 24%] Building C object cidr/CMakeFiles/cidr.dir/cidr_compare.c.o
#14 301.9 [ 24%] Building C object cidr/CMakeFiles/cidr.dir/cidr_from_str.c.o
#14 304.0 /nfs-ganesha/src/cidr/cidr_from_str.c: In function 'cidr_from_str':
#14 304.0 /nfs-ganesha/src/cidr/cidr_from_str.c:441:47: note: the layout of aggregates containing vectors with 4-byte alignment has changed in GCC 5
#14 304.0 441 | ctmp->mask[i] = ctmp->addr[i];
#14 304.0 | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
#14 305.6 [ 25%] Building C object cidr/CMakeFiles/cidr.dir/cidr_get.c.o
#14 307.8 [ 25%] Building C object cidr/CMakeFiles/cidr.dir/cidr_inaddr.c.o
#14 309.3 /nfs-ganesha/src/cidr/cidr_inaddr.c: In function 'cidr_from_inaddr':
#14 309.3 /nfs-ganesha/src/cidr/cidr_inaddr.c:50:7: note: the layout of aggregates containing vectors with 4-byte alignment has changed in GCC 5
#14 309.3 50 | CIDR *cidr_from_inaddr(const struct in_addr * uaddr)
#14 309.3 | ^~~~~~~~~~~~~~~~
#14 309.9 [ 25%] Building C object cidr/CMakeFiles/cidr.dir/cidr_mem.c.o
#14 311.3 [ 26%] Building C object cidr/CMakeFiles/cidr.dir/cidr_misc.c.o
#14 312.7 [ 26%] Building C object cidr/CMakeFiles/cidr.dir/cidr_net.c.o
#14 314.8 [ 26%] Building C object cidr/CMakeFiles/cidr.dir/cidr_num.c.o
#14 316.3 [ 26%] Building C object cidr/CMakeFiles/cidr.dir/cidr_to_str.c.o
#14 319.0 [ 26%] Built target cidr
#14 319.5 [ 27%] Building C object avl/CMakeFiles/avltree.dir/avl.c.o
#14 322.3 [ 27%] Building C object avl/CMakeFiles/avltree.dir/bst.c.o
#14 324.7 [ 27%] Building C object avl/CMakeFiles/avltree.dir/rb.c.o
#14 327.3 [ 27%] Building C object avl/CMakeFiles/avltree.dir/splay.c.o
#14 329.5 [ 27%] Built target avltree
#14 330.0 [ 27%] Building C object hashtable/CMakeFiles/hashtable.dir/hashtable.c.o
#14 335.0 [ 27%] Built target hashtable
#14 335.5 [ 28%] Building C object SAL/CMakeFiles/sal.dir/state_async.c.o
#14 338.3 [ 28%] Building C object SAL/CMakeFiles/sal.dir/state_lock.c.o
#14 348.1 [ 28%] Building C object SAL/CMakeFiles/sal.dir/state_share.c.o
#14 352.5 [ 29%] Building C object SAL/CMakeFiles/sal.dir/state_misc.c.o
#14 357.2 [ 29%] Building C object SAL/CMakeFiles/sal.dir/state_layout.c.o
#14 360.7 [ 29%] Building C object SAL/CMakeFiles/sal.dir/state_deleg.c.o
#14 365.6 [ 29%] Building C object SAL/CMakeFiles/sal.dir/nfs4_clientid.c.o
#14 373.5 [ 30%] Building C object SAL/CMakeFiles/sal.dir/nfs4_state.c.o
#14 380.8 [ 30%] Building C object SAL/CMakeFiles/sal.dir/nfs4_state_id.c.o
#14 386.6 [ 30%] Building C object SAL/CMakeFiles/sal.dir/nfs4_lease.c.o
#14 389.4 [ 31%] Building C object SAL/CMakeFiles/sal.dir/nfs4_recovery.c.o
#14 395.1 [ 31%] Building C object SAL/CMakeFiles/sal.dir/nfs41_session_id.c.o
#14 399.0 [ 31%] Building C object SAL/CMakeFiles/sal.dir/nfs4_owner.c.o
#14 403.4 [ 32%] Building C object SAL/CMakeFiles/sal.dir/recovery/recovery_fs.c.o
#14 408.0 [ 32%] Building C object SAL/CMakeFiles/sal.dir/recovery/recovery_fs_ng.c.o
#14 411.4 [ 32%] Building C object SAL/CMakeFiles/sal.dir/nlm_owner.c.o
#14 416.9 [ 32%] Building C object SAL/CMakeFiles/sal.dir/nlm_state.c.o
#14 420.3 [ 32%] Built target sal
#14 420.8 [ 32%] Building C object RPCAL/CMakeFiles/rpcal.dir/nfs_dupreq.c.o
#14 425.6 /nfs-ganesha/src/RPCAL/nfs_dupreq.c: In function 'nfs_dupreq_start':
#14 425.6 /nfs-ganesha/src/RPCAL/nfs_dupreq.c:1021:17: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
#14 425.6 1021 | dupreq_status_t nfs_dupreq_start(nfs_request_t *reqnfs,
#14 425.6 | ^~~~~~~~~~~~~~~~
#14 427.7 [ 32%] Building C object RPCAL/CMakeFiles/rpcal.dir/rpc_tools.c.o
#14 430.7 [ 34%] Building C object RPCAL/CMakeFiles/rpcal.dir/gss_credcache.c.o
#14 435.1 [ 34%] Building C object RPCAL/CMakeFiles/rpcal.dir/gss_extra.c.o
#14 437.4 [ 34%] Built target rpcal
#14 437.9 [ 34%] Building C object Protocols/NFS/CMakeFiles/nfs4callbacks.dir/nfs4_cb_Compound.c.o
#14 440.4 [ 34%] Built target nfs4callbacks
#14 440.9 [ 35%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/mnt_Dump.c.o
#14 443.4 [ 35%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/mnt_Export.c.o
#14 446.4 [ 35%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/mnt_Mnt.c.o
#14 449.7 [ 35%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/mnt_Null.c.o
#14 452.1 [ 36%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/mnt_Umnt.c.o
#14 454.5 [ 36%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/mnt_UmntAll.c.o
#14 456.8 [ 36%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs_null.c.o
#14 459.4 [ 37%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_Compound.c.o
#14 475.5 [ 37%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_access.c.o
#14 479.3 [ 37%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_allocate.c.o
#14 483.8 [ 38%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_bind_conn.c.o
#14 487.8 [ 38%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_close.c.o
#14 493.1 [ 38%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_commit.c.o
#14 496.8 [ 38%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_create.c.o
#14 501.0 [ 39%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_create_session.c.o
#14 505.5 [ 39%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_delegpurge.c.o
#14 507.8 [ 39%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_delegreturn.c.o
#14 510.6 [ 40%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_destroy_session.c.o
#14 513.1 [ 40%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_exchange_id.c.o
#14 516.6 [ 40%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_free_stateid.c.o
#14 519.6 [ 41%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_getattr.c.o
#14 523.4 [ 41%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_getdeviceinfo.c.o
#14 526.8 [ 41%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_getdevicelist.c.o
#14 530.3 [ 41%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_getfh.c.o
#14 533.9 [ 42%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_illegal.c.o
#14 536.7 [ 42%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_layoutcommit.c.o
#14 540.8 [ 42%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_layoutget.c.o
#14 544.7 /nfs-ganesha/src/Protocols/NFS/nfs4_op_layoutget.c: In function 'nfs4_op_layoutget':
#14 544.7 /nfs-ganesha/src/Protocols/NFS/nfs4_op_layoutget.c:96:24: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
#14 544.7 96 | refer.sequence = data->sequence;
#14 544.7 | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
#14 545.9 [ 43%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_layoutreturn.c.o
#14 551.9 [ 43%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_link.c.o
#14 555.7 [ 43%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_lock.c.o
#14 558.9 /nfs-ganesha/src/Protocols/NFS/nfs4_op_lock.c: In function 'nfs4_op_lock':
#14 558.9 /nfs-ganesha/src/Protocols/NFS/nfs4_op_lock.c:132:32: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
#14 558.9 132 | refer.sequence = data->sequence;
#14 558.9 | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
#14 561.2 [ 44%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_lockt.c.o
#14 565.2 [ 44%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_locku.c.o
#14 568.9 [ 44%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_lookup.c.o
#14 572.8 [ 45%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_lookupp.c.o
#14 576.8 [ 45%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_nverify.c.o
#14 580.1 [ 45%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_open.c.o
#14 584.1 /nfs-ganesha/src/Protocols/NFS/nfs4_op_open.c: In function 'open4_ex.constprop':
#14 584.1 /nfs-ganesha/src/Protocols/NFS/nfs4_op_open.c:1056:40: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
#14 584.1 1056 | refer.sequence = data->sequence;
#14 584.1 | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
#14 586.8 [ 45%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_open_confirm.c.o
#14 590.0 [ 46%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_open_downgrade.c.o
#14 593.6 [ 46%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_openattr.c.o
#14 596.0 [ 46%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_putfh.c.o
#14 599.8 [ 47%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_putpubfh.c.o
#14 602.4 [ 47%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_putrootfh.c.o
#14 605.8 [ 47%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_read.c.o
#14 611.6 [ 48%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_readdir.c.o
#14 616.7 [ 48%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_readlink.c.o
#14 619.6 [ 48%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_reclaim_complete.c.o
#14 622.3 [ 48%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_release_lockowner.c.o
#14 625.1 [ 49%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_remove.c.o
#14 628.2 [ 49%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_rename.c.o
#14 631.3 [ 49%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_renew.c.o
#14 634.1 [ 50%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_restorefh.c.o
#14 637.3 [ 50%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_savefh.c.o
#14 640.6 [ 50%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_secinfo.c.o
#14 644.7 [ 51%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_secinfo_no_name.c.o
#14 648.3 [ 51%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_sequence.c.o
#14 652.2 [ 51%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_set_ssv.c.o
#14 655.1 [ 51%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_setattr.c.o
#14 658.6 [ 52%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_xattr.c.o
#14 663.0 [ 52%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_setclientid.c.o
#14 666.5 [ 52%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_setclientid_confirm.c.o
#14 670.5 [ 53%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_destroy_clientid.c.o
#14 673.6 [ 53%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_test_stateid.c.o
#14 676.6 [ 53%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_verify.c.o
#14 679.3 [ 54%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_op_write.c.o
#14 683.0 [ 54%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs4_pseudo.c.o
#14 688.2 [ 54%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs_proto_tools.c.o
#14 709.9 [ 54%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs3_access.c.o
#14 712.9 [ 55%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs3_commit.c.o
#14 716.0 [ 55%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs3_create.c.o
#14 719.3 [ 55%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs3_fsinfo.c.o
#14 722.2 [ 56%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs3_fsstat.c.o
#14 725.2 [ 56%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs3_getattr.c.o
#14 728.2 [ 56%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs3_link.c.o
#14 731.3 [ 57%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs3_lookup.c.o
#14 734.5 [ 57%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs3_mkdir.c.o
#14 738.0 [ 57%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs3_mknod.c.o
#14 741.7 [ 58%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs3_pathconf.c.o
#14 744.8 [ 58%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs3_read.c.o
#14 749.2 [ 58%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs3_readdir.c.o
#14 753.6 [ 58%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs3_readdirplus.c.o
#14 758.4 [ 59%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs3_readlink.c.o
#14 761.9 [ 59%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs3_remove.c.o
#14 765.4 [ 59%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs3_rename.c.o
#14 769.1 [ 60%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs3_rmdir.c.o
#14 772.3 [ 60%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs3_setattr.c.o
#14 775.7 [ 60%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs3_symlink.c.o
#14 778.9 [ 61%] Building C object Protocols/NFS/CMakeFiles/nfsproto.dir/nfs3_write.c.o
#14 782.4 [ 61%] Built target nfsproto
#14 783.0 [ 62%] Building C object Protocols/XDR/CMakeFiles/nfs_mnt_xdr.dir/xdr_mount.c.o
#14 787.1 [ 62%] Building C object Protocols/XDR/CMakeFiles/nfs_mnt_xdr.dir/xdr_nfs23.c.o
#14 799.2 [ 62%] Building C object Protocols/XDR/CMakeFiles/nfs_mnt_xdr.dir/xdr_nfsv41.c.o
#14 801.3 [ 63%] Building C object Protocols/XDR/CMakeFiles/nfs_mnt_xdr.dir/xdr_rquota.c.o
#14 807.2 [ 63%] Building C object Protocols/XDR/CMakeFiles/nfs_mnt_xdr.dir/xdr_nlm4.c.o
#14 813.1 [ 63%] Building C object Protocols/XDR/CMakeFiles/nfs_mnt_xdr.dir/xdr_nsm.c.o
#14 817.5 [ 63%] Built target nfs_mnt_xdr
#14 818.1 [ 63%] Building C object Protocols/NLM/CMakeFiles/nlm.dir/nlm_Cancel.c.o
#14 821.7 [ 63%] Building C object Protocols/NLM/CMakeFiles/nlm.dir/nlm_Free_All.c.o
#14 824.4 [ 63%] Building C object Protocols/NLM/CMakeFiles/nlm.dir/nlm_Granted_Res.c.o
#14 827.3 [ 64%] Building C object Protocols/NLM/CMakeFiles/nlm.dir/nlm_Lock.c.o
#14 830.7 [ 64%] Building C object Protocols/NLM/CMakeFiles/nlm.dir/nlm_Null.c.o
#14 833.2 [ 64%] Building C object Protocols/NLM/CMakeFiles/nlm.dir/nlm_Share.c.o
#14 836.4 [ 65%] Building C object Protocols/NLM/CMakeFiles/nlm.dir/nlm_Sm_Notify.c.o
#14 839.6 [ 65%] Building C object Protocols/NLM/CMakeFiles/nlm.dir/nlm_Test.c.o
#14 842.7 [ 65%] Building C object Protocols/NLM/CMakeFiles/nlm.dir/nlm_Unlock.c.o
#14 846.0 [ 67%] Building C object Protocols/NLM/CMakeFiles/nlm.dir/nlm_Unshare.c.o
#14 848.8 [ 67%] Building C object Protocols/NLM/CMakeFiles/nlm.dir/nlm_async.c.o
#14 852.7 [ 67%] Building C object Protocols/NLM/CMakeFiles/nlm.dir/nlm_util.c.o
#14 856.5 [ 67%] Building C object Protocols/NLM/CMakeFiles/nlm.dir/nsm.c.o
#14 860.4 [ 67%] Built target nlm
#14 860.9 [ 68%] Building C object Protocols/RQUOTA/CMakeFiles/rquota.dir/rquota_Null.c.o
#14 863.1 [ 68%] Building C object Protocols/RQUOTA/CMakeFiles/rquota.dir/rquota_getquota.c.o
#14 865.9 [ 68%] Building C object Protocols/RQUOTA/CMakeFiles/rquota.dir/rquota_getactivequota.c.o
#14 868.1 [ 69%] Building C object Protocols/RQUOTA/CMakeFiles/rquota.dir/rquota_setquota.c.o
#14 871.2 [ 69%] Building C object Protocols/RQUOTA/CMakeFiles/rquota.dir/rquota_setactivequota.c.o
#14 873.5 [ 69%] Building C object Protocols/RQUOTA/CMakeFiles/rquota.dir/rquota_common.c.o
#14 875.9 [ 69%] Built target rquota
#14 876.4 [ 69%] Building C object support/CMakeFiles/support.dir/nfs4_acls.c.o
#14 879.4 [ 70%] Building C object support/CMakeFiles/support.dir/nfs_creds.c.o
#14 883.6 [ 70%] Building C object support/CMakeFiles/support.dir/nfs_filehandle_mgmt.c.o
#14 887.3 [ 70%] Building C object support/CMakeFiles/support.dir/nfs_read_conf.c.o
#14 889.0 [ 70%] Building C object support/CMakeFiles/support.dir/nfs_convert.c.o
#14 892.2 [ 71%] Building C object support/CMakeFiles/support.dir/nfs_ip_name.c.o
#14 895.9 [ 71%] Building C object support/CMakeFiles/support.dir/ds.c.o
#14 900.7 [ 71%] Building C object support/CMakeFiles/support.dir/exports.c.o
#14 912.8 [ 72%] Building C object support/CMakeFiles/support.dir/fridgethr.c.o
#14 923.9 [ 72%] Building C object support/CMakeFiles/support.dir/delayed_exec.c.o
#14 928.4 [ 72%] Building C object support/CMakeFiles/support.dir/misc.c.o
#14 930.7 [ 73%] Building C object support/CMakeFiles/support.dir/bsd-base64.c.o
#14 934.3 [ 73%] Building C object support/CMakeFiles/support.dir/server_stats.c.o
#14 946.6 [ 73%] Building C object support/CMakeFiles/support.dir/export_mgr.c.o
#14 959.5 [ 73%] Building C object support/CMakeFiles/support.dir/nfs4_fs_locations.c.o
#14 963.4 [ 73%] Built target support
#14 964.1 [ 73%] Building C object support/CMakeFiles/netgroup_cache.dir/netgroup_cache.c.o
#14 968.4 [ 73%] Built target netgroup_cache
#14 969.1 [ 74%] Building C object support/CMakeFiles/uid2grp.dir/uid2grp.c.o
#14 973.4 [ 74%] Building C object support/CMakeFiles/uid2grp.dir/uid2grp_cache.c.o
#14 977.8 [ 74%] Built target uid2grp
#14 978.4 [ 75%] Building C object support/CMakeFiles/hash.dir/murmur3.c.o
#14 981.3 [ 75%] Building C object support/CMakeFiles/hash.dir/city.c.o
#14 985.1 [ 75%] Built target hash
#14 985.7 [ 75%] Building C object support/CMakeFiles/string_utils.dir/strlcpy.c.o
#14 987.7 [ 76%] Building C object support/CMakeFiles/string_utils.dir/strnlen.c.o
#14 989.7 [ 76%] Building C object support/CMakeFiles/string_utils.dir/refstr.c.o
#14 992.0 [ 76%] Built target string_utils
#14 992.7 [ 76%] Building C object os/CMakeFiles/gos.dir/linux/subr.c.o
#14 996.1 [ 76%] Built target gos
#14 996.9 [ 77%] Building C object FSAL/Stackable_FSALs/FSAL_MDCACHE/CMakeFiles/fsalmdcache.dir/mdcache_handle.c.o
#14 1007.2 [ 77%] Building C object FSAL/Stackable_FSALs/FSAL_MDCACHE/CMakeFiles/fsalmdcache.dir/mdcache_file.c.o
#14 1013.0 [ 77%] Building C object FSAL/Stackable_FSALs/FSAL_MDCACHE/CMakeFiles/fsalmdcache.dir/mdcache_xattrs.c.o
#14 1016.5 [ 78%] Building C object FSAL/Stackable_FSALs/FSAL_MDCACHE/CMakeFiles/fsalmdcache.dir/mdcache_main.c.o
#14 1021.3 [ 78%] Building C object FSAL/Stackable_FSALs/FSAL_MDCACHE/CMakeFiles/fsalmdcache.dir/mdcache_export.c.o
#14 1026.8 [ 78%] Building C object FSAL/Stackable_FSALs/FSAL_MDCACHE/CMakeFiles/fsalmdcache.dir/mdcache_helpers.c.o
#14 1040.3 [ 79%] Building C object FSAL/Stackable_FSALs/FSAL_MDCACHE/CMakeFiles/fsalmdcache.dir/mdcache_lru.c.o
#14 1050.6 [ 79%] Building C object FSAL/Stackable_FSALs/FSAL_MDCACHE/CMakeFiles/fsalmdcache.dir/mdcache_hash.c.o
#14 1054.0 [ 79%] Building C object FSAL/Stackable_FSALs/FSAL_MDCACHE/CMakeFiles/fsalmdcache.dir/mdcache_avl.c.o
#14 1058.6 [ 80%] Building C object FSAL/Stackable_FSALs/FSAL_MDCACHE/CMakeFiles/fsalmdcache.dir/mdcache_read_conf.c.o
#14 1061.7 [ 80%] Building C object FSAL/Stackable_FSALs/FSAL_MDCACHE/CMakeFiles/fsalmdcache.dir/mdcache_up.c.o
#14 1067.6 [ 80%] Built target fsalmdcache
#14 1068.5 [ 80%] Building C object FSAL/FSAL_PSEUDO/CMakeFiles/fsalpseudo.dir/handle.c.o
#14 1076.9 [ 81%] Building C object FSAL/FSAL_PSEUDO/CMakeFiles/fsalpseudo.dir/main.c.o
#14 1083.1 [ 81%] Building C object FSAL/FSAL_PSEUDO/CMakeFiles/fsalpseudo.dir/export.c.o
#14 1088.4 [ 81%] Built target fsalpseudo
#14 1089.6 [ 82%] Building C object idmapper/CMakeFiles/idmap.dir/idmapper.c.o
#14 1111.0 [ 82%] Building C object idmapper/CMakeFiles/idmap.dir/idmapper_cache.c.o
#14 1132.1 [ 82%] Built target idmap
#14 1134.4 [ 82%] Building C object MainNFSD/CMakeFiles/MainServices.dir/nfs_admin_thread.c.o
#14 1152.2 [ 82%] Building C object MainNFSD/CMakeFiles/MainServices.dir/nfs_rpc_callback.c.o
#14 1214.3 /nfs-ganesha/src/MainNFSD/nfs_rpc_callback.c: In function 'nfs_rpc_cb_single':
#14 1214.3 /nfs-ganesha/src/MainNFSD/nfs_rpc_callback.c:1073:41: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
#14 1214.3 1073 | ref_call->rc_sequenceid = refer->sequence;
#14 1214.3 | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
#14 1217.1 [ 82%] Building C object MainNFSD/CMakeFiles/MainServices.dir/nfs_worker_thread.c.o
#14 1272.6 [ 83%] Building C object MainNFSD/CMakeFiles/MainServices.dir/nfs_rpc_dispatcher_thread.c.o
#14 1292.6 [ 83%] Building C object MainNFSD/CMakeFiles/MainServices.dir/nfs_rpc_tcp_socket_manager_thread.c.o
#14 1298.1 [ 83%] Building C object MainNFSD/CMakeFiles/MainServices.dir/nfs_init.c.o
#14 1310.2 [ 84%] Building C object MainNFSD/CMakeFiles/MainServices.dir/nfs_lib.c.o
#14 1317.0 [ 84%] Building C object MainNFSD/CMakeFiles/MainServices.dir/nfs_reaper_thread.c.o
#14 1323.7 [ 84%] Building C object MainNFSD/CMakeFiles/MainServices.dir/__/support/client_mgr.c.o
#14 1330.2 [ 84%] Built target MainServices
#14 1330.9 [ 85%] Building C object MainNFSD/CMakeFiles/ganesha_nfsd.dir/__/FSAL/fsal_convert.c.o
#14 1334.7 [ 85%] Building C object MainNFSD/CMakeFiles/ganesha_nfsd.dir/__/FSAL/commonlib.c.o
#14 1346.0 [ 85%] Building C object MainNFSD/CMakeFiles/ganesha_nfsd.dir/__/FSAL/fsal_manager.c.o
#14 1350.1 [ 85%] Building C object MainNFSD/CMakeFiles/ganesha_nfsd.dir/__/FSAL/access_check.c.o
#14 1355.2 [ 86%] Building C object MainNFSD/CMakeFiles/ganesha_nfsd.dir/__/FSAL/fsal_config.c.o
#14 1357.7 [ 86%] Building C object MainNFSD/CMakeFiles/ganesha_nfsd.dir/__/FSAL/default_methods.c.o
#14 1362.7 [ 86%] Building C object MainNFSD/CMakeFiles/ganesha_nfsd.dir/__/FSAL/common_pnfs.c.o
#14 1368.9 [ 87%] Building C object MainNFSD/CMakeFiles/ganesha_nfsd.dir/__/FSAL/fsal_destroyer.c.o
#14 1371.9 [ 87%] Building C object MainNFSD/CMakeFiles/ganesha_nfsd.dir/__/FSAL/fsal_helper.c.o
#14 1378.2 [ 87%] Building C object MainNFSD/CMakeFiles/ganesha_nfsd.dir/__/FSAL_UP/fsal_up_top.c.o
#14 1385.9 [ 88%] Building C object MainNFSD/CMakeFiles/ganesha_nfsd.dir/__/FSAL_UP/fsal_up_async.c.o
#14 1389.5 [ 88%] Linking C shared library libganesha_nfsd.so
#14 1391.2 [ 88%] Built target ganesha_nfsd
#14 1391.8 [ 88%] Building C object CMakeFiles/ganesha.nfsd.dir/MainNFSD/nfs_main.c.o
#14 1395.1 [ 88%] Linking C executable ganesha.nfsd
#14 1395.9 [ 88%] Built target ganesha.nfsd
#14 1396.5 [ 89%] Building C object CMakeFiles/sm_notify.ganesha.dir/Protocols/NLM/sm_notify.c.o
#14 1399.6 [ 89%] Linking C executable sm_notify.ganesha
#14 1400.5 [ 89%] Built target sm_notify.ganesha
#14 1401.0 [ 89%] Building C object libntirpc/tests/CMakeFiles/rpcping.dir/rpcping.c.o
#14 1404.2 [ 89%] Linking C executable rpcping
#14 1405.1 [ 89%] Built target rpcping
#14 1405.6 [ 90%] Building C object FSAL/Stackable_FSALs/FSAL_NULL/CMakeFiles/fsalnull.dir/handle.c.o
#14 1409.0 [ 90%] Building C object FSAL/Stackable_FSALs/FSAL_NULL/CMakeFiles/fsalnull.dir/file.c.o
#14 1411.9 [ 90%] Building C object FSAL/Stackable_FSALs/FSAL_NULL/CMakeFiles/fsalnull.dir/xattrs.c.o
#14 1414.4 [ 91%] Building C object FSAL/Stackable_FSALs/FSAL_NULL/CMakeFiles/fsalnull.dir/main.c.o
#14 1416.8 [ 91%] Building C object FSAL/Stackable_FSALs/FSAL_NULL/CMakeFiles/fsalnull.dir/export.c.o
#14 1420.2 [ 91%] Linking C shared module libfsalnull.so
#14 1421.0 [ 91%] Built target fsalnull
#14 1421.5 [ 91%] Building C object FSAL/FSAL_VFS/os/CMakeFiles/fsal_os.dir/linux/handle_syscalls.c.o
#14 1425.3 [ 91%] Built target fsal_os
#14 1425.9 [ 91%] Building C object FSAL/FSAL_VFS/vfs/CMakeFiles/fsaldummylustre.dir/__/export.c.o
#14 1429.8 [ 91%] Building C object FSAL/FSAL_VFS/vfs/CMakeFiles/fsaldummylustre.dir/__/handle.c.o
#14 1436.7 [ 92%] Building C object FSAL/FSAL_VFS/vfs/CMakeFiles/fsaldummylustre.dir/__/handle_syscalls.c.o
#14 1439.5 [ 92%] Building C object FSAL/FSAL_VFS/vfs/CMakeFiles/fsaldummylustre.dir/__/file.c.o
#14 1446.6 [ 92%] Building C object FSAL/FSAL_VFS/vfs/CMakeFiles/fsaldummylustre.dir/__/xattrs.c.o
#14 1450.8 [ 93%] Building C object FSAL/FSAL_VFS/vfs/CMakeFiles/fsaldummylustre.dir/__/state.c.o
#14 1453.9 [ 93%] Building C object FSAL/FSAL_VFS/vfs/CMakeFiles/fsaldummylustre.dir/__/subfsal_helpers.c.o
#14 1456.9 [ 93%] Building C object FSAL/FSAL_VFS/vfs/CMakeFiles/fsaldummylustre.dir/subfsal_vfs.c.o
#14 1459.2 [ 94%] Building C object FSAL/FSAL_VFS/vfs/CMakeFiles/fsaldummylustre.dir/attrs.c.o
#14 1461.6 [ 94%] Building C object FSAL/FSAL_VFS/vfs/CMakeFiles/fsaldummylustre.dir/dummy_lustre_main.c.o
#14 1464.6 [ 94%] Building C object FSAL/FSAL_VFS/vfs/CMakeFiles/fsaldummylustre.dir/llapi_check_hsm.c.o
#14 1466.7 [ 94%] Linking C shared module libfsaldummylustre.so
#14 1467.4 [ 94%] Built target fsaldummylustre
#14 1468.0 [ 94%] Building C object FSAL/FSAL_VFS/vfs/CMakeFiles/fsalvfs.dir/__/export.c.o
#14 1472.1 [ 95%] Building C object FSAL/FSAL_VFS/vfs/CMakeFiles/fsalvfs.dir/__/handle.c.o
#14 1478.5 [ 95%] Building C object FSAL/FSAL_VFS/vfs/CMakeFiles/fsalvfs.dir/__/handle_syscalls.c.o
#14 1481.5 [ 95%] Building C object FSAL/FSAL_VFS/vfs/CMakeFiles/fsalvfs.dir/__/file.c.o
#14 1488.4 [ 96%] Building C object FSAL/FSAL_VFS/vfs/CMakeFiles/fsalvfs.dir/__/xattrs.c.o
#14 1492.5 [ 96%] Building C object FSAL/FSAL_VFS/vfs/CMakeFiles/fsalvfs.dir/__/state.c.o
#14 1495.7 [ 96%] Building C object FSAL/FSAL_VFS/vfs/CMakeFiles/fsalvfs.dir/__/subfsal_helpers.c.o
#14 1498.8 [ 96%] Building C object FSAL/FSAL_VFS/vfs/CMakeFiles/fsalvfs.dir/subfsal_vfs.c.o
#14 1501.1 [ 97%] Building C object FSAL/FSAL_VFS/vfs/CMakeFiles/fsalvfs.dir/attrs.c.o
#14 1503.5 [ 97%] Building C object FSAL/FSAL_VFS/vfs/CMakeFiles/fsalvfs.dir/__/empty_check_hsm.c.o
#14 1505.6 [ 97%] Building C object FSAL/FSAL_VFS/vfs/CMakeFiles/fsalvfs.dir/main.c.o
#14 1508.4 [ 98%] Linking C shared module libfsalvfs.so
#14 1509.2 [ 98%] Built target fsalvfs
#14 1509.8 [ 98%] Building C object FSAL/FSAL_MEM/CMakeFiles/fsalmem.dir/mem_export.c.o
#14 1513.5 [ 98%] Building C object FSAL/FSAL_MEM/CMakeFiles/fsalmem.dir/mem_handle.c.o
#14 1523.1 [100%] Building C object FSAL/FSAL_MEM/CMakeFiles/fsalmem.dir/mem_main.c.o
#14 1526.5 [100%] Building C object FSAL/FSAL_MEM/CMakeFiles/fsalmem.dir/mem_up.c.o
#14 1530.0 [100%] Linking C shared library libfsalmem.so
#14 1531.1 [100%] Built target fsalmem
#14 1532.0 Consolidate compiler generated dependencies of target gshdbus
#14 1532.3 [ 1%] Built target gshdbus
#14 1532.8 Consolidate compiler generated dependencies of target ntirpc
#14 1533.1 [ 19%] Built target ntirpc
#14 1533.5 Consolidate compiler generated dependencies of target log
#14 1533.7 [ 20%] Built target log
#14 1534.0 Consolidate compiler generated dependencies of target config_parsing
#14 1534.3 [ 23%] Built target config_parsing
#14 1534.6 Consolidate compiler generated dependencies of target cidr
#14 1534.9 [ 26%] Built target cidr
#14 1535.3 Consolidate compiler generated dependencies of target avltree
#14 1535.5 [ 27%] Built target avltree
#14 1535.8 Consolidate compiler generated dependencies of target hashtable
#14 1536.1 [ 27%] Built target hashtable
#14 1536.6 Consolidate compiler generated dependencies of target sal
#14 1536.9 [ 32%] Built target sal
#14 1537.3 Consolidate compiler generated dependencies of target rpcal
#14 1537.5 [ 34%] Built target rpcal
#14 1537.9 Consolidate compiler generated dependencies of target nfs4callbacks
#14 1538.1 [ 34%] Built target nfs4callbacks
#14 1538.8 Consolidate compiler generated dependencies of target nfsproto
#14 1539.2 [ 61%] Built target nfsproto
#14 1539.6 Consolidate compiler generated dependencies of target nfs_mnt_xdr
#14 1539.9 [ 63%] Built target nfs_mnt_xdr
#14 1540.2 Consolidate compiler generated dependencies of target nlm
#14 1540.5 [ 67%] Built target nlm
#14 1540.8 Consolidate compiler generated dependencies of target rquota
#14 1541.1 [ 69%] Built target rquota
#14 1541.5 Consolidate compiler generated dependencies of target support
#14 1541.7 [ 73%] Built target support
#14 1542.0 Consolidate compiler generated dependencies of target netgroup_cache
#14 1542.3 [ 73%] Built target netgroup_cache
#14 1542.6 Consolidate compiler generated dependencies of target uid2grp
#14 1542.9 [ 74%] Built target uid2grp
#14 1543.2 Consolidate compiler generated dependencies of target hash
#14 1543.4 [ 75%] Built target hash
#14 1543.7 Consolidate compiler generated dependencies of target string_utils
#14 1543.9 [ 76%] Built target string_utils
#14 1544.2 Consolidate compiler generated dependencies of target gos
#14 1544.5 [ 76%] Built target gos
#14 1544.8 Consolidate compiler generated dependencies of target fsalmdcache
#14 1545.1 [ 80%] Built target fsalmdcache
#14 1545.4 Consolidate compiler generated dependencies of target fsalpseudo
#14 1545.6 [ 81%] Built target fsalpseudo
#14 1545.9 Consolidate compiler generated dependencies of target idmap
#14 1546.2 [ 82%] Built target idmap
#14 1546.6 Consolidate compiler generated dependencies of target MainServices
#14 1546.9 [ 84%] Built target MainServices
#14 1547.2 Consolidate compiler generated dependencies of target ganesha_nfsd
#14 1547.5 [ 88%] Built target ganesha_nfsd
#14 1547.8 Consolidate compiler generated dependencies of target ganesha.nfsd
#14 1548.1 [ 88%] Built target ganesha.nfsd
#14 1548.4 Consolidate compiler generated dependencies of target sm_notify.ganesha
#14 1548.6 [ 89%] Built target sm_notify.ganesha
#14 1548.9 Consolidate compiler generated dependencies of target rpcping
#14 1549.2 [ 89%] Built target rpcping
#14 1549.5 Consolidate compiler generated dependencies of target fsalnull
#14 1549.8 [ 91%] Built target fsalnull
#14 1550.1 Consolidate compiler generated dependencies of target fsal_os
#14 1550.3 [ 91%] Built target fsal_os
#14 1550.6 Consolidate compiler generated dependencies of target fsaldummylustre
#14 1550.9 [ 94%] Built target fsaldummylustre
#14 1551.3 Consolidate compiler generated dependencies of target fsalvfs
#14 1551.8 [ 98%] Built target fsalvfs
#14 1552.1 Consolidate compiler generated dependencies of target fsalmem
#14 1552.5 [100%] Built target fsalmem
#14 1553.0 Install the project...
#14 1553.3 -- Install configuration: "Release"
#14 1553.3 -- Installing: /usr/local/etc/ganesha/ganesha.conf
#14 1553.4 -- Installing: /usr/local/var/run/ganesha
#14 1553.4 -- Installing: /usr/local/bin/ganesha.nfsd
#14 1553.4 -- Set runtime path of "/usr/local/bin/ganesha.nfsd" to ""
#14 1553.4 -- Installing: /usr/local/lib64/pkgconfig/libntirpc.pc
#14 1553.4 -- Installing: /usr/local/include/ntirpc
#14 1553.4 -- Installing: /usr/local/include/ntirpc/intrinsic.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/fpmath.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/reentrant.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/rpcsvc
#14 1553.4 -- Installing: /usr/local/include/ntirpc/rpcsvc/crypt.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/netconfig.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/getpeereid.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/un-namespace.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/namespace.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/lttng
#14 1553.4 -- Installing: /usr/local/include/ntirpc/lttng/rpcping.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/lttng/xprt.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/libc_private.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/misc
#14 1553.4 -- Installing: /usr/local/include/ntirpc/misc/city.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/misc/stdint.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/misc/opr.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/misc/os_epoll.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/misc/portable.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/misc/bsd_epoll.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/misc/socket.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/misc/event.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/misc/rbtree_x.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/misc/timespec.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/misc/wait_queue.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/misc/abstract_atomic.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/misc/citycrc.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/misc/stdio.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/misc/rbtree.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/misc/queue.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/misc/opr_queue.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/misc/winpthreads.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/rpc
#14 1553.4 -- Installing: /usr/local/include/ntirpc/rpc/xdr_inline.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/rpc/work_pool.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/rpc/clnt.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/rpc/clnt_stat.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/rpc/pmap_prot.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/rpc/pmap_rmt.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/rpc/des_crypt.h
#14 1553.4 -- Installing: /usr/local/include/ntirpc/rpc/rpc_cksum.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/pool_queue.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/auth_inline.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/rpc_com.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/svc_auth.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/auth.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/gss_internal.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/rpc_msg.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/svc.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/rpc_err.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/rpcb_prot.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/types.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/svc_rqst.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/des.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/rpcb_prot.x
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/auth_unix.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/auth_stat.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/xdr.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/rpc.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/xdr_ioq.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/rpcb_clnt.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/auth_gss.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/tirpc_compat.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/nettype.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/rpc/rpcent.h
#14 1553.5 -- Installing: /usr/local/include/ntirpc/version.h
#14 1553.5 -- Installing: /usr/local/lib64/libntirpc.so.3.4
#14 1553.5 -- Installing: /usr/local/lib64/libntirpc.so
#14 1553.5 -- Installing: /usr/local/lib64/ganesha/libfsalnull.so
#14 1553.5 -- Set runtime path of "/usr/local/lib64/ganesha/libfsalnull.so" to ""
#14 1553.5 -- Installing: /usr/local/lib64/ganesha/libfsalvfs.so
#14 1553.5 -- Set runtime path of "/usr/local/lib64/ganesha/libfsalvfs.so" to ""
#14 1553.5 -- Installing: /usr/local/lib64/ganesha/libfsaldummylustre.so
#14 1553.5 -- Set runtime path of "/usr/local/lib64/ganesha/libfsaldummylustre.so" to ""
#14 1553.5 -- Installing: /usr/local/lib64/ganesha/libfsalmem.so.4.2.0
#14 1553.5 -- Installing: /usr/local/lib64/ganesha/libfsalmem.so.4
#14 1553.5 -- Set runtime path of "/usr/local/lib64/ganesha/libfsalmem.so.4.2.0" to ""
#14 1553.5 -- Installing: /usr/local/lib64/ganesha/libfsalmem.so
#14 1553.5 -- Installing: /usr/local/lib64/libganesha_nfsd.so.3.5
#14 1553.6 -- Set runtime path of "/usr/local/lib64/libganesha_nfsd.so.3.5" to ""
#14 1553.6 -- Installing: /usr/local/lib64/libganesha_nfsd.so
#14 DONE 1553.7s
#15 [build 6/6] RUN mkdir -p /ganesha-extra && mkdir -p /ganesha-extra/etc/dbus-1/system.d && cp src/scripts/ganeshactl/org.ganesha.nfsd.conf /ganesha-extra/etc/dbus-1/system.d/
#15 DONE 0.5s
#16 [run 6/9] COPY --from=build /usr/local /usr/local/
#16 DONE 0.1s
#17 [run 7/9] COPY --from=build /ganesha-extra /
#17 DONE 0.0s
#19 [run 8/9] COPY nfs-provisioner /nfs-provisioner
#19 DONE 0.0s
#20 [run 9/9] RUN ldconfig
#20 DONE 0.3s
#21 exporting to image
#21 exporting layers
#21 exporting layers 1.6s done
#21 writing image sha256:43a6b8cd0594fb22de02910bf053602e7dc425b5bcbe5831062df81c7ff6a67b done
#21 DONE 1.6s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment