+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/dwz.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 warning: Macro expanded in comment on line 9: %{name}-%{version}/ %{name}-%{version} \ # | bzip2 -9 > %{name}-%{version}.tar.bz2 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Qyv7La + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dwz-0.12 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/dwz-0.12.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dwz-0.12 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.otLKJa + umask 022 + cd /builddir/build/BUILD + cd dwz-0.12 + make -j4 '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 ' prefix=/usr mandir=/usr/share/man bindir=/usr/bin cc -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 -Wall -W -D_FILE_OFFSET_BITS=64 -DDWZ_VERSION='"0.12"' -c -o dwz.o dwz.c cc -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 -Wall -W -D_FILE_OFFSET_BITS=64 -DDWZ_VERSION='"0.12"' -c -o hashtab.o hashtab.c cc -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 -Wall -W -D_FILE_OFFSET_BITS=64 -DDWZ_VERSION='"0.12"' -c -o sha1.o sha1.c cc -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 -Wall -W -D_FILE_OFFSET_BITS=64 -DDWZ_VERSION='"0.12"' -c -o dwarfnames.o dwarfnames.c hashtab.c: In function 'iterative_hash': hashtab.c:752:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 11: c+=((hashval_t)k[10]<<24); ~^~~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:753:5: note: here case 10: c+=((hashval_t)k[9]<<16); ^~~~ hashtab.c:753:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 10: c+=((hashval_t)k[9]<<16); ~^~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:754:5: note: here case 9 : c+=((hashval_t)k[8]<<8); ^~~~ hashtab.c:754:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 9 : c+=((hashval_t)k[8]<<8); ~^~~~~~~~~~~~~~~~~~~~~~ hashtab.c:756:5: note: here case 8 : b+=((hashval_t)k[7]<<24); ^~~~ hashtab.c:756:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 8 : b+=((hashval_t)k[7]<<24); ~^~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:757:5: note: here case 7 : b+=((hashval_t)k[6]<<16); ^~~~ hashtab.c:757:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7 : b+=((hashval_t)k[6]<<16); ~^~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:758:5: note: here case 6 : b+=((hashval_t)k[5]<<8); ^~~~ hashtab.c:758:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6 : b+=((hashval_t)k[5]<<8); ~^~~~~~~~~~~~~~~~~~~~~~ hashtab.c:759:5: note: here case 5 : b+=k[4]; ^~~~ hashtab.c:759:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5 : b+=k[4]; ~^~~~~~ hashtab.c:760:5: note: here case 4 : a+=((hashval_t)k[3]<<24); ^~~~ hashtab.c:760:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4 : a+=((hashval_t)k[3]<<24); ~^~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:761:5: note: here case 3 : a+=((hashval_t)k[2]<<16); ^~~~ hashtab.c:761:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3 : a+=((hashval_t)k[2]<<16); ~^~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:762:5: note: here case 2 : a+=((hashval_t)k[1]<<8); ^~~~ hashtab.c:762:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2 : a+=((hashval_t)k[1]<<8); ~^~~~~~~~~~~~~~~~~~~~~~ hashtab.c:763:5: note: here case 1 : a+=k[0]; ^~~~ dwz.c: In function 'init_new_die_offsets': dwz.c:7814:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (i = 0; i < t->nattr; ++i) ^~~ dwz.c:7826:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' die->die_size += die->u.p2.die_intracu_udata_size; ^~~ cc -o dwz dwz.o hashtab.o sha1.o dwarfnames.o -lelf + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.AU7elt + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dwz-0.12-5.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dwz-0.12-5.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/dwz-0.12-5.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dwz-0.12-5.fc28.riscv64 + cd dwz-0.12 + rm -rf /builddir/build/BUILDROOT/dwz-0.12-5.fc28.riscv64 + make DESTDIR=/builddir/build/BUILDROOT/dwz-0.12-5.fc28.riscv64 prefix=/usr mandir=/usr/share/man bindir=/usr/bin install install -D dwz /builddir/build/BUILDROOT/dwz-0.12-5.fc28.riscv64/usr/bin/dwz install -D -m 644 dwz.1 /builddir/build/BUILDROOT/dwz-0.12-5.fc28.riscv64/usr/share/man/man1/dwz.1 + /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: dwz-0.12-5.fc28.riscv64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.XFpYFU + umask 022 + cd /builddir/build/BUILD + cd dwz-0.12 + LICENSEDIR=/builddir/build/BUILDROOT/dwz-0.12-5.fc28.riscv64/usr/share/licenses/dwz + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dwz-0.12-5.fc28.riscv64/usr/share/licenses/dwz + cp -pr COPYING /builddir/build/BUILDROOT/dwz-0.12-5.fc28.riscv64/usr/share/licenses/dwz + cp -pr COPYING3 /builddir/build/BUILDROOT/dwz-0.12-5.fc28.riscv64/usr/share/licenses/dwz + cp -pr COPYING.RUNTIME /builddir/build/BUILDROOT/dwz-0.12-5.fc28.riscv64/usr/share/licenses/dwz + exit 0 Provides: dwz = 0.12-5.fc28 dwz(riscv-64) = 0.12-5.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) libelf.so.1()(64bit) libelf.so.1(ELFUTILS_1.0)(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dwz-0.12-5.fc28.riscv64 Wrote: /builddir/build/SRPMS/dwz-0.12-5.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/dwz-0.12-5.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ofxndp + umask 022 + cd /builddir/build/BUILD + cd dwz-0.12 + rm -rf /builddir/build/BUILDROOT/dwz-0.12-5.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