Mock Version: 3.5 Mock Version: 3.5 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target ppc64le --nodeps /builddir/build/SPECS/crash-trace-command.spec'], chrootPath='/var/lib/mock/dist-circle9-build-120005-84704/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=994gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target ppc64le --nodeps /builddir/build/SPECS/crash-trace-command.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: ppc64le Building for target ppc64le setting SOURCE_DATE_EPOCH=1700438400 Wrote: /builddir/build/SRPMS/crash-trace-command-3.0-7.el9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target ppc64le --nodeps /builddir/build/SPECS/crash-trace-command.spec'], chrootPath='/var/lib/mock/dist-circle9-build-120005-84704/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=994gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target ppc64le --nodeps /builddir/build/SPECS/crash-trace-command.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: ppc64le Building for target ppc64le setting SOURCE_DATE_EPOCH=1700438400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wOXyDt + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf crash-trace-3.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/crash-trace-command-3.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd crash-trace-3.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/0001-Makefile-set-DT_SONAME-to-trace.so.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/0002-Makefile-fix-build-failure-on-aarch64-and-ppc64le.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /builddir/build/SOURCES/0003-trace-Support-module-memory-layout-change-on-Linux-6.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Lpy2g9 + umask 022 + cd /builddir/build/BUILD + cd crash-trace-3.0 + /usr/bin/make -O -j32 V=1 VERBOSE=1 gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power9 -mtune=power9 -fasynchronous-unwind-tables -fstack-clash-protection -Wall -I/usr/include/crash -nostartfiles -shared -rdynamic -Wl,-z,now -Wl,-soname,trace.so -o trace.so trace.c -fPIC -DPPC64 -m64 trace.c: In function 'populate_ftrace_dir_tree.part.0': trace.c:842:49: warning: '/cpu' directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] 842 | snprintf(path, sizeof(path), "%s/cpu%d", per_cpu_path, i); | ^~~~ trace.c:842:46: note: directive argument in the range [0, 2147483647] 842 | snprintf(path, sizeof(path), "%s/cpu%d", per_cpu_path, i); | ^~~~~~~~~~ In file included from /usr/include/stdio.h:900, from /usr/include/crash/defs.h:22, from trace.c:14: /usr/include/bits/stdio2.h:54:10: note: '__snprintf_chk' output between 6 and 4110 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ trace.c:846:49: warning: '/cpu' directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] 846 | snprintf(path, sizeof(path), "%s/cpu%d/trace_pipe_raw", | ^~~~ trace.c:846:46: note: directive argument in the range [0, 2147483647] 846 | snprintf(path, sizeof(path), "%s/cpu%d/trace_pipe_raw", | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:900, from /usr/include/crash/defs.h:22, from trace.c:14: /usr/include/bits/stdio2.h:54:10: note: '__snprintf_chk' output between 21 and 4125 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ trace.c:1590:52: warning: '__snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 1590 | snprintf(path, sizeof(path), "%s/%s", events_path, t->system); | ^ In file included from /usr/include/stdio.h:900, from /usr/include/crash/defs.h:22, from trace.c:14: /usr/include/bits/stdio2.h:54:10: note: '__snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ trace.c:1594:52: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 4095 [-Wformat-truncation=] 1594 | snprintf(path, sizeof(path), "%s/%s/%s", events_path, | ^ In file included from /usr/include/stdio.h:900, from /usr/include/crash/defs.h:22, from trace.c:14: /usr/include/bits/stdio2.h:54:10: note: '__snprintf_chk' output 3 or more bytes (assuming 4098) into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ trace.c:1515:55: warning: '/format' directive output may be truncated writing 7 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] 1515 | snprintf(format_path, sizeof(format_path), "%s/format", path); | ^~~~~~~ In file included from /usr/include/stdio.h:900, from /usr/include/crash/defs.h:22, from trace.c:14: /usr/include/bits/stdio2.h:54:10: note: '__snprintf_chk' output between 8 and 4103 bytes into a destination of size 4096 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.lyYrJM + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/crash-trace-command-3.0-7.el9.ppc64le '!=' / ']' + rm -rf /builddir/build/BUILDROOT/crash-trace-command-3.0-7.el9.ppc64le ++ dirname /builddir/build/BUILDROOT/crash-trace-command-3.0-7.el9.ppc64le + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/crash-trace-command-3.0-7.el9.ppc64le + cd crash-trace-3.0 + install -m 0755 -d /builddir/build/BUILDROOT/crash-trace-command-3.0-7.el9.ppc64le/usr/lib64/crash/extensions + install -m 0755 -t /builddir/build/BUILDROOT/crash-trace-command-3.0-7.el9.ppc64le/usr/lib64/crash/extensions /builddir/build/BUILD/crash-trace-3.0/trace.so + /usr/bin/find-debuginfo -j32 --strict-build-id -m -i --build-id-seed 3.0-7.el9 --unique-debug-suffix -3.0-7.el9.ppc64le --unique-debug-src-base crash-trace-command-3.0-7.el9.ppc64le --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 --remove-section .gnu.build.attributes -S debugsourcefiles.list /builddir/build/BUILD/crash-trace-3.0 extracting debug info from /builddir/build/BUILDROOT/crash-trace-command-3.0-7.el9.ppc64le/usr/lib64/crash/extensions/trace.so original debug info size: 160kB, size after compression: 152kB /usr/bin/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 119 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: crash-trace-command-3.0-7.el9.ppc64le Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.dh7ar6 + umask 022 + cd /builddir/build/BUILD + cd crash-trace-3.0 + LICENSEDIR=/builddir/build/BUILDROOT/crash-trace-command-3.0-7.el9.ppc64le/usr/share/licenses/crash-trace-command + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/crash-trace-command-3.0-7.el9.ppc64le/usr/share/licenses/crash-trace-command + cp -pr COPYING /builddir/build/BUILDROOT/crash-trace-command-3.0-7.el9.ppc64le/usr/share/licenses/crash-trace-command + RPM_EC=0 ++ jobs -p + exit 0 Provides: crash-trace-command = 3.0-7.el9 crash-trace-command(ppc-64) = 3.0-7.el9 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.17)(64bit) rtld(GNU_HASH) Processing files: crash-trace-command-debugsource-3.0-7.el9.ppc64le Provides: crash-trace-command-debugsource = 3.0-7.el9 crash-trace-command-debugsource(ppc-64) = 3.0-7.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: crash-trace-command-debuginfo-3.0-7.el9.ppc64le Provides: crash-trace-command-debuginfo = 3.0-7.el9 crash-trace-command-debuginfo(ppc-64) = 3.0-7.el9 debuginfo(build-id) = a78b87ccc65cd01c9d43262a51f03f3dc55e61ff Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: crash-trace-command-debugsource(ppc-64) = 3.0-7.el9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/crash-trace-command-3.0-7.el9.ppc64le Wrote: /builddir/build/RPMS/crash-trace-command-debugsource-3.0-7.el9.ppc64le.rpm Wrote: /builddir/build/RPMS/crash-trace-command-3.0-7.el9.ppc64le.rpm Wrote: /builddir/build/RPMS/crash-trace-command-debuginfo-3.0-7.el9.ppc64le.rpm Child return code was: 0