Mock Version: 1.3.3 Mock Version: 1.3.3 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/dwz.spec'], printOutput=Falsegid=425logger=uid=1000shell=FalsechrootPath='/var/lib/mock/module-5ccf9229944793fc-build-8454082-747128/root'env={'HOME': '/builddir', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}user='mockbuild'timeout=172800) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/dwz.spec'] with env {'HOME': '/builddir', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: ppc64 Building for target ppc64 Wrote: /builddir/build/SRPMS/dwz-0.12-3.module_5ccf9229.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/dwz.spec'], printOutput=Falsegid=425logger=uid=1000shell=FalsechrootPath='/var/lib/mock/module-5ccf9229944793fc-build-8454082-747128/root'private_network=Trueenv={'HOME': '/builddir', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}user='mockbuild'timeout=172800) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/dwz.spec'] with env {'HOME': '/builddir', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: ppc64 Building for target ppc64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.eUebse + 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.gvnOxS + 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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64' prefix=/usr mandir=/usr/share/man bindir=/usr/bin cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -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 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -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.vOFBuz + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dwz-0.12-3.module_5ccf9229.ppc64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dwz-0.12-3.module_5ccf9229.ppc64 ++ dirname /builddir/build/BUILDROOT/dwz-0.12-3.module_5ccf9229.ppc64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dwz-0.12-3.module_5ccf9229.ppc64 + cd dwz-0.12 + rm -rf /builddir/build/BUILDROOT/dwz-0.12-3.module_5ccf9229.ppc64 + make DESTDIR=/builddir/build/BUILDROOT/dwz-0.12-3.module_5ccf9229.ppc64 prefix=/usr mandir=/usr/share/man bindir=/usr/bin install install -D dwz /builddir/build/BUILDROOT/dwz-0.12-3.module_5ccf9229.ppc64/usr/bin/dwz install -D -m 644 dwz.1 /builddir/build/BUILDROOT/dwz-0.12-3.module_5ccf9229.ppc64/usr/share/man/man1/dwz.1 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/dwz-0.12 extracting debug info from /builddir/build/BUILDROOT/dwz-0.12-3.module_5ccf9229.ppc64/usr/bin/dwz dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 791 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /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 Processing files: dwz-0.12-3.module_5ccf9229.ppc64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.YrzYTg + umask 022 + cd /builddir/build/BUILD + cd dwz-0.12 + LICENSEDIR=/builddir/build/BUILDROOT/dwz-0.12-3.module_5ccf9229.ppc64/usr/share/licenses/dwz + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dwz-0.12-3.module_5ccf9229.ppc64/usr/share/licenses/dwz + cp -pr COPYING /builddir/build/BUILDROOT/dwz-0.12-3.module_5ccf9229.ppc64/usr/share/licenses/dwz + cp -pr COPYING3 /builddir/build/BUILDROOT/dwz-0.12-3.module_5ccf9229.ppc64/usr/share/licenses/dwz + cp -pr COPYING.RUNTIME /builddir/build/BUILDROOT/dwz-0.12-3.module_5ccf9229.ppc64/usr/share/licenses/dwz + exit 0 Provides: dwz = 0.12-3.module_5ccf9229 dwz(ppc-64) = 0.12-3.module_5ccf9229 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libelf.so.1()(64bit) libelf.so.1(ELFUTILS_1.0)(64bit) rtld(GNU_HASH) Processing files: dwz-debuginfo-0.12-3.module_5ccf9229.ppc64 Provides: dwz-debuginfo = 0.12-3.module_5ccf9229 dwz-debuginfo(ppc-64) = 0.12-3.module_5ccf9229 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dwz-0.12-3.module_5ccf9229.ppc64 Wrote: /builddir/build/RPMS/dwz-0.12-3.module_5ccf9229.ppc64.rpm Wrote: /builddir/build/RPMS/dwz-debuginfo-0.12-3.module_5ccf9229.ppc64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.27rErY + umask 022 + cd /builddir/build/BUILD + cd dwz-0.12 + rm -rf /builddir/build/BUILDROOT/dwz-0.12-3.module_5ccf9229.ppc64 + exit 0 Child return code was: 0