D: [iurt_root_command] chroot warning: Macro expanded in comment on line 9: %{name}-%{version}/ %{name}-%{version} \ # | bzip2 -9 > %{name}-%{version}.tar.bz2 Installing /home/iurt/rpmbuild/SRPMS/dwz-0.12-3.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.wafgLu + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf dwz-0.12 + /usr/bin/bzip2 -dc /home/iurt/rpmbuild/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 . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.TEadev + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd dwz-0.12 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + make -j8 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' prefix=/usr mandir=/usr/share/man bindir=/usr/bin cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -D_FILE_OFFSET_BITS=64 -DDWZ_VERSION='"0.12"' -c -o dwz.o dwz.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -D_FILE_OFFSET_BITS=64 -DDWZ_VERSION='"0.12"' -c -o hashtab.o hashtab.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wall -W -D_FILE_OFFSET_BITS=64 -DDWZ_VERSION='"0.12"' -c -o sha1.o sha1.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -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=] 752 | case 11: c+=((hashval_t)k[10]<<24); | ~^~~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:753:5: note: here 753 | case 10: c+=((hashval_t)k[9]<<16); | ^~~~ hashtab.c:753:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 753 | case 10: c+=((hashval_t)k[9]<<16); | ~^~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:754:5: note: here 754 | case 9 : c+=((hashval_t)k[8]<<8); | ^~~~ hashtab.c:754:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 754 | case 9 : c+=((hashval_t)k[8]<<8); | ~^~~~~~~~~~~~~~~~~~~~~~ hashtab.c:756:5: note: here 756 | case 8 : b+=((hashval_t)k[7]<<24); | ^~~~ hashtab.c:756:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 756 | case 8 : b+=((hashval_t)k[7]<<24); | ~^~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:757:5: note: here 757 | case 7 : b+=((hashval_t)k[6]<<16); | ^~~~ hashtab.c:757:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 757 | case 7 : b+=((hashval_t)k[6]<<16); | ~^~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:758:5: note: here 758 | case 6 : b+=((hashval_t)k[5]<<8); | ^~~~ hashtab.c:758:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 758 | case 6 : b+=((hashval_t)k[5]<<8); | ~^~~~~~~~~~~~~~~~~~~~~~ hashtab.c:759:5: note: here 759 | case 5 : b+=k[4]; | ^~~~ hashtab.c:759:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 759 | case 5 : b+=k[4]; | ~^~~~~~ hashtab.c:760:5: note: here 760 | case 4 : a+=((hashval_t)k[3]<<24); | ^~~~ hashtab.c:760:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 760 | case 4 : a+=((hashval_t)k[3]<<24); | ~^~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:761:5: note: here 761 | case 3 : a+=((hashval_t)k[2]<<16); | ^~~~ hashtab.c:761:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 761 | case 3 : a+=((hashval_t)k[2]<<16); | ~^~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:762:5: note: here 762 | case 2 : a+=((hashval_t)k[1]<<8); | ^~~~ hashtab.c:762:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 762 | case 2 : a+=((hashval_t)k[1]<<8); | ~^~~~~~~~~~~~~~~~~~~~~~ hashtab.c:763:5: note: here 763 | 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] 7814 | 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' 7826 | die->die_size += die->u.p2.die_intracu_udata_size; | ^~~ cc -o dwz dwz.o hashtab.o sha1.o dwarfnames.o -lelf + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.L8pXPt + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/dwz-0.12-3.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/dwz-0.12-3.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/dwz-0.12-3.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/dwz-0.12-3.mga8.aarch64 + cd dwz-0.12 + '[' 1 -eq 1 ']' + make DESTDIR=/home/iurt/rpmbuild/BUILDROOT/dwz-0.12-3.mga8.aarch64 prefix=/usr mandir=/usr/share/man bindir=/usr/bin install install -D dwz /home/iurt/rpmbuild/BUILDROOT/dwz-0.12-3.mga8.aarch64/usr/bin/dwz install -D -m 644 dwz.1 /home/iurt/rpmbuild/BUILDROOT/dwz-0.12-3.mga8.aarch64/usr/share/man/man1/dwz.1 + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 0.12-3.mga8 --unique-debug-suffix -0.12-3.mga8.aarch64 --unique-debug-src-base dwz-0.12-3.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/dwz-0.12 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/dwz-0.12-3.mga8.aarch64/usr/bin/dwz extracting debug info from /home/iurt/rpmbuild/BUILDROOT/dwz-0.12-3.mga8.aarch64/usr/bin/dwz original debug info size: 640kB, size after compression: 628kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 791 blocks + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: dwz-0.12-3.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.QyHJow + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd dwz-0.12 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/dwz-0.12-3.mga8.aarch64/usr/share/doc/dwz + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/dwz-0.12-3.mga8.aarch64/usr/share/doc/dwz + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/dwz-0.12-3.mga8.aarch64/usr/share/doc/dwz + cp -pr COPYING3 /home/iurt/rpmbuild/BUILDROOT/dwz-0.12-3.mga8.aarch64/usr/share/doc/dwz + cp -pr COPYING.RUNTIME /home/iurt/rpmbuild/BUILDROOT/dwz-0.12-3.mga8.aarch64/usr/share/doc/dwz + RPM_EC=0 ++ jobs -p + exit 0 Provides: dwz = 0.12-3.mga8 dwz(aarch-64) = 0.12-3.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libelf.so.1()(64bit) libelf.so.1(ELFUTILS_1.0)(64bit) Processing files: dwz-debugsource-0.12-3.mga8.aarch64 Provides: dwz-debugsource = 0.12-3.mga8 dwz-debugsource(aarch-64) = 0.12-3.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: dwz-debuginfo-0.12-3.mga8.aarch64 Provides: debuginfo(build-id) = 6c19b8f07ad3076d2490a8f4d024fc66a402ba8c dwz-debuginfo = 0.12-3.mga8 dwz-debuginfo(aarch-64) = 0.12-3.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: dwz-debugsource(aarch-64) = 0.12-3.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/dwz-0.12-3.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/dwz-0.12-3.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/dwz-debugsource-0.12-3.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/dwz-debuginfo-0.12-3.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.HMtgCu + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd dwz-0.12 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/dwz-0.12-3.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MukYQu + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf dwz-0.12 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!