+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/xdms.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.FSTtah + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf xdms-1.3.2 + /usr/bin/tar -xof - + /usr/bin/bzip2 -dc /builddir/build/SOURCES/xdms-1.3.2.tar.bz2 + STATUS=0 + '[' 0 -ne 0 ']' + cd xdms-1.3.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.SJMbZn + umask 022 + cd /builddir/build/BUILD + cd xdms-1.3.2 + 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 ' + ./configure --prefix=/usr Adding -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 to ARCHFLAGS Would install xdms binary to directory /usr/bin. Configure succesful. + make -j4 make -C src make[1]: Entering directory '/builddir/build/BUILD/xdms-1.3.2/src' gcc -O2 -Wall -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 -DVERSION=\"1.3.2\" -c u_heavy.c gcc -O2 -Wall -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 -DVERSION=\"1.3.2\" -c xdms.c gcc -O2 -Wall -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 -DVERSION=\"1.3.2\" -c u_deep.c gcc -O2 -Wall -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 -DVERSION=\"1.3.2\" -c u_init.c u_heavy.c:125:9: warning: 'lastlen' is static but used in inline function 'decode_p' which is not static return lastlen; ^~~~~~~ u_heavy.c:122:3: warning: 'lastlen' is static but used in inline function 'decode_p' which is not static lastlen=j; ^~~~~~~ u_heavy.c:117:11: warning: 'np' is static but used in inline function 'decode_p' which is not static if (j != np-1) { ^~ In file included from u_heavy.c:15:0: u_heavy.c:114:12: warning: 'pt_len' is static but used in inline function 'decode_p' which is not static DROPBITS(pt_len[j] - 8); ^ getbits.h:6:53: note: in definition of macro 'DROPBITS' #define DROPBITS(n) {bitbuf &= mask_bits[bitcount-=(n)]; while (bitcount<16) {bitbuf = (bitbuf << 8) | *indata++; bitcount += 8;}} ^ u_heavy.c:113:17: warning: 'np' is static but used in inline function 'decode_p' which is not static } while (j >= np); ^~ In file included from u_heavy.c:15:0: u_heavy.c:104:12: warning: 'pt_len' is static but used in inline function 'decode_p' which is not static DROPBITS(pt_len[j]); ^ getbits.h:6:53: note: in definition of macro 'DROPBITS' #define DROPBITS(n) {bitbuf &= mask_bits[bitcount-=(n)]; while (bitcount<16) {bitbuf = (bitbuf << 8) | *indata++; bitcount += 8;}} ^ u_heavy.c:103:10: warning: 'np' is static but used in inline function 'decode_p' which is not static if (j < np) { ^~ u_heavy.c:102:6: warning: 'pt_table' is static but used in inline function 'decode_p' which is not static j = pt_table[GETBITS(8)]; ^~~~~~~~ In file included from u_heavy.c:15:0: u_heavy.c:92:12: warning: 'c_len' is static but used in inline function 'decode_c' which is not static DROPBITS(c_len[j] - 12); ^ getbits.h:6:53: note: in definition of macro 'DROPBITS' #define DROPBITS(n) {bitbuf &= mask_bits[bitcount-=(n)]; while (bitcount<16) {bitbuf = (bitbuf << 8) | *indata++; bitcount += 8;}} ^ u_heavy.c:82:12: warning: 'c_len' is static but used in inline function 'decode_c' which is not static DROPBITS(c_len[j]); ^ getbits.h:6:53: note: in definition of macro 'DROPBITS' #define DROPBITS(n) {bitbuf &= mask_bits[bitcount-=(n)]; while (bitcount<16) {bitbuf = (bitbuf << 8) | *indata++; bitcount += 8;}} ^ u_heavy.c:80:6: warning: 'c_table' is static but used in inline function 'decode_c' which is not static j = c_table[GETBITS(12)]; ^~~~~~~ u_deep.c:178:3: warning: 'reconst' is static but used in inline function 'update' which is not static reconst(); ^~~~~~~ gcc -O2 -Wall -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 -DVERSION=\"1.3.2\" -c u_quick.c gcc -O2 -Wall -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 -DVERSION=\"1.3.2\" -c u_medium.c gcc -O2 -Wall -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 -DVERSION=\"1.3.2\" -c u_rle.c gcc -O2 -Wall -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 -DVERSION=\"1.3.2\" -c tables.c gcc -O2 -Wall -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 -DVERSION=\"1.3.2\" -c pfile.c gcc -O2 -Wall -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 -DVERSION=\"1.3.2\" -c maketbl.c gcc -O2 -Wall -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 -DVERSION=\"1.3.2\" -c getbits.c gcc -O2 -Wall -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 -DVERSION=\"1.3.2\" -c crc_csum.c gcc u_heavy.o xdms.o u_deep.o u_init.o u_quick.o u_medium.o u_rle.o tables.o pfile.o maketbl.o getbits.o crc_csum.o -o xdms make[1]: Leaving directory '/builddir/build/BUILD/xdms-1.3.2/src' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.fxT4co + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/xdms-1.3.2-16.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/xdms-1.3.2-16.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/xdms-1.3.2-16.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/xdms-1.3.2-16.fc28.riscv64 + cd xdms-1.3.2 + rm -rf /builddir/build/BUILDROOT/xdms-1.3.2-16.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT/xdms-1.3.2-16.fc28.riscv64/usr/bin + mkdir -p /builddir/build/BUILDROOT/xdms-1.3.2-16.fc28.riscv64/usr/share/man/man1 + install -p -m0644 xdms.1 /builddir/build/BUILDROOT/xdms-1.3.2-16.fc28.riscv64/usr/share/man/man1 + install -p -m0755 src/xdms /builddir/build/BUILDROOT/xdms-1.3.2-16.fc28.riscv64/usr/bin + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /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: xdms-1.3.2-16.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.WXOvFh + umask 022 + cd /builddir/build/BUILD + cd xdms-1.3.2 + DOCDIR=/builddir/build/BUILDROOT/xdms-1.3.2-16.fc28.riscv64/usr/share/doc/xdms + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/xdms-1.3.2-16.fc28.riscv64/usr/share/doc/xdms + cp -pr ChangeLog.txt /builddir/build/BUILDROOT/xdms-1.3.2-16.fc28.riscv64/usr/share/doc/xdms + cp -pr xdms.txt /builddir/build/BUILDROOT/xdms-1.3.2-16.fc28.riscv64/usr/share/doc/xdms + exit 0 Provides: xdms = 1.3.2-16.fc28 xdms(riscv-64) = 1.3.2-16.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: 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) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/xdms-1.3.2-16.fc28.riscv64 Wrote: /builddir/build/SRPMS/xdms-1.3.2-16.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/xdms-1.3.2-16.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.fIpDtY + umask 022 + cd /builddir/build/BUILD + cd xdms-1.3.2 + rm -rf /builddir/build/BUILDROOT/xdms-1.3.2-16.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff