+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/rbldnsd.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.HkyypV + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf rbldnsd-0.998 + /usr/bin/gzip -dc /builddir/build/SOURCES/rbldnsd-0.998.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd rbldnsd-0.998 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (rbldnsd-0.997a-format.patch):' Patch #0 (rbldnsd-0.997a-format.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file rbldnsd.c + sed -i -e 's@/var/lib/rbldns\([/ ]\)@/var/lib/rbldnsd\1@g' -e 's@\(-r/[a-z/]*\) -b@\1 -q -b@g' debian/rbldnsd.default + cp -p /builddir/build/SOURCES/rbldnsd.init /builddir/build/SOURCES/rbldnsd.conf /builddir/build/SOURCES/rbldnsctl /builddir/build/SOURCES/README.systemd ./ + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.6PNF66 + umask 022 + cd /builddir/build/BUILD + cd rbldnsd-0.998 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + ./configure configure: rbldnsd... 0.998 (05 Dec 2015) checking for C compiler... gcc checking whether the C compiler (gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld) can produce executables... yes checking for ranlib... ranlib checking for stdint.h... yes checking whether C compiler defines __SIZEOF_POINTER__... yes checking byte order... little-endian checking for inline... yes checking for socklen_t... yes checking for libraries needed for connect()... ok (none needed) checking for IPv6... yes checking for mallinfo()... yes checking for poll()... yes checking for vsnprintf()... yes checking for writev()/readv()... yes checking for setitimer()... yes checking for zlib support... yes creating Makefile... ok creating config.h... ok creating config.status... ok all done. + make rbldnsd VERSION="0.998 (05 Dec 2015)" gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rbldnsd.c -DVERSION="\"0.998 (05 Dec 2015)\"" rbldnsd.c: In function 'error': rbldnsd.c:83:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(2, buf, l); ^~~~~~~~~~~~~~~~ rbldnsd.c: In function 'init': rbldnsd.c:614:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(cfd, "", 1); ^~~~~~~~~~~~~~~~~ rbldnsd.c: In function 'do_reload': rbldnsd.c:778:30: warning: ignoring return value of 'readv', declared with attribute warn_unused_result [-Wunused-result] # define ipc_read_stats(fd) readv(fd, stats_iov, numzones) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rbldnsd.c:990:5: note: in expansion of macro 'ipc_read_stats' ipc_read_stats(cfd); ^~~~~~~~~~~~~~ rbldnsd.c: In function 'do_signalled': rbldnsd.c:779:30: warning: ignoring return value of 'writev', declared with attribute warn_unused_result [-Wunused-result] # define ipc_write_stats(fd) writev(fd, stats_iov, numzones) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rbldnsd.c:1002:7: note: in expansion of macro 'ipc_write_stats' ipc_write_stats(1); ^~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rbldnsd_zones.c rbldnsd_zones.c: In function 'ds_special': rbldnsd_zones.c:207:2: warning: #warning NS record compatibility mode: remove for 1.0 final [-Wcpp] #warning NS record compatibility mode: remove for 1.0 final ^~~~~~~ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rbldnsd_packet.c rbldnsd_packet.c: In function 'logreply': rbldnsd_packet.c:1003:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fileno(flog), cbuf, cp - cbuf); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rbldnsd_ip4set.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rbldnsd_ip4tset.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rbldnsd_ip4trie.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rbldnsd_ip6tset.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rbldnsd_ip6trie.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rbldnsd_dnset.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rbldnsd_generic.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rbldnsd_combined.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rbldnsd_acl.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c rbldnsd_util.c rbldnsd_util.c: In function 'vdslog': rbldnsd_util.c:558:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(2, buf, l); ^~~~~~~~~~~~~~~~ rbldnsd_util.c:561:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, buf, l); ^~~~~~~~~~~~~~~~ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dns_ptodn.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dns_dntop.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dns_dntol.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dns_dnlen.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dns_dnlabels.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dns_dnequ.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dns_dnreverse.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dns_findname.c awk -f dns_maketab.awk dns.h > dns_nametab.c.tmp mv -f dns_nametab.c.tmp dns_nametab.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c dns_nametab.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ip4parse.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ip4atos.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ip4mask.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c ip6addr.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c mempool.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c istream.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -c btrie.c rm -f librbldnsd.a ar rv librbldnsd.a dns_ptodn.o dns_dntop.o dns_dntol.o dns_dnlen.o dns_dnlabels.o dns_dnequ.o dns_dnreverse.o dns_findname.o dns_nametab.o ip4parse.o ip4atos.o ip4mask.o ip6addr.o mempool.o istream.o btrie.o ar: creating librbldnsd.a a - dns_ptodn.o a - dns_dntop.o a - dns_dntol.o a - dns_dnlen.o a - dns_dnlabels.o a - dns_dnequ.o a - dns_dnreverse.o a - dns_findname.o a - dns_nametab.o a - ip4parse.o a - ip4atos.o a - ip4mask.o a - ip6addr.o a - mempool.o a - istream.o a - btrie.o ranlib librbldnsd.a gcc -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o rbldnsd rbldnsd.o rbldnsd_zones.o rbldnsd_packet.o rbldnsd_ip4set.o rbldnsd_ip4tset.o rbldnsd_ip4trie.o rbldnsd_ip6tset.o rbldnsd_ip6trie.o rbldnsd_dnset.o rbldnsd_generic.o rbldnsd_combined.o rbldnsd_acl.o rbldnsd_util.o librbldnsd.a -lz + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LzmtzK + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64 + cd rbldnsd-0.998 + rm -rf /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64/usr/sbin /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64/usr/share/man/man8 /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64/etc/rc.d/init.d /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64/etc/sysconfig + mkdir -p /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64/etc/systemd /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64/var/lib/rbldnsd + install -p -m 755 rbldnsd /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64/usr/sbin/ + install -p -m 644 rbldnsd.8 /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64/usr/share/man/man8/ + install -p -m 644 debian/rbldnsd.default /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64/etc/sysconfig/rbldnsd + install -p -m 644 rbldnsd.conf /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64/etc/systemd/ + install -p -m 755 rbldnsctl /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64/usr/sbin/ + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: rbldnsd-0.998-3.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.vex1yU + umask 022 + cd /builddir/build/BUILD + cd rbldnsd-0.998 + DOCDIR=/builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64/usr/share/doc/rbldnsd + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64/usr/share/doc/rbldnsd + cp -pr README.user /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64/usr/share/doc/rbldnsd + cp -pr NEWS /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64/usr/share/doc/rbldnsd + cp -pr TODO /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64/usr/share/doc/rbldnsd + cp -pr debian/changelog /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64/usr/share/doc/rbldnsd + cp -pr CHANGES-0.81 /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64/usr/share/doc/rbldnsd + cp -pr README.systemd /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64/usr/share/doc/rbldnsd + exit 0 Provides: config(rbldnsd) = 0.998-3.fc28 rbldnsd = 0.998-3.fc28 rbldnsd(riscv-64) = 0.998-3.fc28 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh /sbin/chkconfig shadow-utils systemd-sysv Requires(post): /bin/sh systemd-units Requires(preun): /bin/sh systemd-units Requires(postun): /bin/sh systemd-units Requires: /bin/bash ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64 Wrote: /builddir/build/SRPMS/rbldnsd-0.998-3.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/rbldnsd-0.998-3.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.A0Os1x + umask 022 + cd /builddir/build/BUILD + cd rbldnsd-0.998 + rm -rf /builddir/build/BUILDROOT/rbldnsd-0.998-3.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff