Mock Version: 2.15 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/crash-trace-command.spec'], chrootPath='/var/lib/mock/rocky-9-x86_64/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=0uid=1003gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --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: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1639526400 Wrote: /builddir/build/SRPMS/crash-trace-command-3.0-6.el9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/crash-trace-command.spec'], chrootPath='/var/lib/mock/rocky-9-x86_64/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=0uid=1003gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --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: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1639526400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.9VZ6nX + 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 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.tFHXQG + umask 022 + cd /builddir/build/BUILD + cd crash-trace-3.0 + /usr/bin/make -O -j8 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 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -Wall -I/usr/include/crash -nostartfiles -shared -rdynamic -Wl,-z,now -Wl,-soname,trace.so -o trace.so trace.c -fPIC -DX86_64 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:888, from /usr/include/crash/defs.h:21, from trace.c:14: /usr/include/bits/stdio2.h:71:10: note: '__snprintf_chk' output between 6 and 4110 bytes into a destination of size 4096 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __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:888, from /usr/include/crash/defs.h:21, from trace.c:14: /usr/include/bits/stdio2.h:71:10: note: '__snprintf_chk' output between 21 and 4125 bytes into a destination of size 4096 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __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:888, from /usr/include/crash/defs.h:21, from trace.c:14: /usr/include/bits/stdio2.h:71:10: note: '__snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 4096 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __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:888, from /usr/include/crash/defs.h:21, from trace.c:14: /usr/include/bits/stdio2.h:71:10: note: '__snprintf_chk' output 3 or more bytes (assuming 4098) into a destination of size 4096 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __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:888, from /usr/include/crash/defs.h:21, from trace.c:14: /usr/include/bits/stdio2.h:71:10: note: '__snprintf_chk' output between 8 and 4103 bytes into a destination of size 4096 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.pdqbnH + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/crash-trace-command-3.0-6.el9.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/crash-trace-command-3.0-6.el9.x86_64 ++ dirname /builddir/build/BUILDROOT/crash-trace-command-3.0-6.el9.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/crash-trace-command-3.0-6.el9.x86_64 + cd crash-trace-3.0 + install -m 0755 -d /builddir/build/BUILDROOT/crash-trace-command-3.0-6.el9.x86_64/usr/lib64/crash/extensions + install -m 0755 -t /builddir/build/BUILDROOT/crash-trace-command-3.0-6.el9.x86_64/usr/lib64/crash/extensions /builddir/build/BUILD/crash-trace-3.0/trace.so + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 3.0-6.el9 --unique-debug-suffix -3.0-6.el9.x86_64 --unique-debug-src-base crash-trace-command-3.0-6.el9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/crash-trace-3.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/crash-trace-command-3.0-6.el9.x86_64/usr/lib64/crash/extensions/trace.so extracting debug info from /builddir/build/BUILDROOT/crash-trace-command-3.0-6.el9.x86_64/usr/lib64/crash/extensions/trace.so original debug info size: 160kB, size after compression: 152kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 116 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-6.el9.x86_64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.xil9nm + umask 022 + cd /builddir/build/BUILD + cd crash-trace-3.0 + LICENSEDIR=/builddir/build/BUILDROOT/crash-trace-command-3.0-6.el9.x86_64/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-6.el9.x86_64/usr/share/licenses/crash-trace-command + cp -pr COPYING /builddir/build/BUILDROOT/crash-trace-command-3.0-6.el9.x86_64/usr/share/licenses/crash-trace-command + RPM_EC=0 ++ jobs -p + exit 0 Provides: crash-trace-command = 3.0-6.el9 crash-trace-command(x86-64) = 3.0-6.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.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) rtld(GNU_HASH) Processing files: crash-trace-command-debugsource-3.0-6.el9.x86_64 Provides: crash-trace-command-debugsource = 3.0-6.el9 crash-trace-command-debugsource(x86-64) = 3.0-6.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-6.el9.x86_64 Provides: crash-trace-command-debuginfo = 3.0-6.el9 crash-trace-command-debuginfo(x86-64) = 3.0-6.el9 debuginfo(build-id) = 7274adfdb62f56a14dff2fbe4eee0f71e287cd42 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: crash-trace-command-debugsource(x86-64) = 3.0-6.el9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/crash-trace-command-3.0-6.el9.x86_64 Wrote: /builddir/build/RPMS/crash-trace-command-3.0-6.el9.x86_64.rpm Wrote: /builddir/build/RPMS/crash-trace-command-debugsource-3.0-6.el9.x86_64.rpm Wrote: /builddir/build/RPMS/crash-trace-command-debuginfo-3.0-6.el9.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xXZJJu + umask 022 + cd /builddir/build/BUILD + cd crash-trace-3.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/crash-trace-command-3.0-6.el9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0