Mock Version: 1.4.14
Mock Version: 1.4.14
ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/jack_capture.spec'], chrootPath='/var/lib/mock/f31-build-54233-27966/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x15580c0cf8>timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False)
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/jack_capture.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False
Building target platforms: riscv64
Building for target riscv64
setting SOURCE_DATE_EPOCH=1548979200
Wrote: /builddir/build/SRPMS/jack_capture-0.9.73-5.fc31.src.rpm
Child return code was: 0
ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/jack_capture.spec'], chrootPath='/var/lib/mock/f31-build-54233-27966/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=<mockbuild.trace_decorator.getLog object at 0x15580c0cf8>timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False)
Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/jack_capture.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False
Building target platforms: riscv64
Building for target riscv64
setting SOURCE_DATE_EPOCH=1548979200
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.mMxfLR
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf jack_capture-0.9.73
+ /usr/bin/gzip -dc /builddir/build/SOURCES/jack_capture-0.9.73.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd jack_capture-0.9.73
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ sed -i /CPP/d Makefile
+ RPM_EC=0
BUILDSTDERR: ++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.UoeeQQ
+ umask 022
+ cd /builddir/build/BUILD
+ cd jack_capture-0.9.73
+ make -j4 'OPTIMIZE=-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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' 'LDFLAGS=-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
BUILDSTDERR: jack_capture.c: In function 'init_arguments':
BUILDSTDERR: jack_capture.c:2463:31: warning: '.' directive output between 1 and 1 bytes may cause result to exceed 'INT_MAX' [-Wformat-overflow=]
BUILDSTDERR:  2463 |  sprintf(base_filename,"%s%0*d.%s",filename_prefix,leading_zeros+1,++try,soundfile_format);
BUILDSTDERR:       |                               ^
+ RPM_EC=0
BUILDSTDERR: ++ jobs -p
+ exit 0
bash gen_setformat_c.sh >setformat.c
bash gen_das_config_h.sh >das_config.h
Checking dependencies: 
which bash
/usr/bin/bash
which tr
/usr/bin/tr
which sed
/usr/bin/sed
which install
/usr/bin/install
which pkg-config
/usr/bin/pkg-config
which gcc
/usr/bin/gcc
gcc -I/opt/local/include -E testsndfile.c >/dev/null
All seems good 
jack_capture was configured with the following options:
------------------------------
#define HAVE_OGG 1
#define HAVE_LAME 1
//COMPILEFLAGS -lmp3lame
#define HAVE_LIBLO 1
//COMPILEFLAGS  -llo -lpthread
#define NEW_JACK_LATENCY_API 1
------------------------------
cat das_config.h |grep COMPILEFLAGS|sed s/\\/\\/COMPILEFLAGS//|tr '\n' ' ' >config_flags
gcc -I/opt/local/include -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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -DVERSION=\"0.9.73\" -Wall -Wextra -Wno-unused jack_capture.c vringbuffer.c upwaker.c osc.c -o jack_capture -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -ljack -lsndfile -lm -lpthread -lrt `cat config_flags`
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.MWflvS
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/jack_capture-0.9.73-5.fc31.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/jack_capture-0.9.73-5.fc31.riscv64
BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/jack_capture-0.9.73-5.fc31.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/jack_capture-0.9.73-5.fc31.riscv64
+ cd jack_capture-0.9.73
+ make install DESTDIR=/builddir/build/BUILDROOT/jack_capture-0.9.73-5.fc31.riscv64 PREFIX=/usr
+ /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.9.73-5.fc31 --unique-debug-suffix -0.9.73-5.fc31.riscv64 --unique-debug-src-base jack_capture-0.9.73-5.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/jack_capture-0.9.73
BUILDSTDERR: 229 blocks
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
+ /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 0
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
install -d /builddir/build/BUILDROOT/jack_capture-0.9.73-5.fc31.riscv64/usr/bin
install -m755 jack_capture /builddir/build/BUILDROOT/jack_capture-0.9.73-5.fc31.riscv64/usr/bin
explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/jack_capture-0.9.73-5.fc31.riscv64/usr/bin/jack_capture
extracting debug info from /builddir/build/BUILDROOT/jack_capture-0.9.73-5.fc31.riscv64/usr/bin/jack_capture
original debug info size: 228kB, size after compression: 220kB
/usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match.
Processing files: jack_capture-0.9.73-5.fc31.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0xeA2T
+ umask 022
+ cd /builddir/build/BUILD
+ cd jack_capture-0.9.73
+ DOCDIR=/builddir/build/BUILDROOT/jack_capture-0.9.73-5.fc31.riscv64/usr/share/doc/jack_capture
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/jack_capture-0.9.73-5.fc31.riscv64/usr/share/doc/jack_capture
+ cp -pr README /builddir/build/BUILDROOT/jack_capture-0.9.73-5.fc31.riscv64/usr/share/doc/jack_capture
+ RPM_EC=0
BUILDSTDERR: ++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.UElKPS
+ umask 022
+ cd /builddir/build/BUILD
+ cd jack_capture-0.9.73
+ LICENSEDIR=/builddir/build/BUILDROOT/jack_capture-0.9.73-5.fc31.riscv64/usr/share/licenses/jack_capture
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/jack_capture-0.9.73-5.fc31.riscv64/usr/share/licenses/jack_capture
+ cp -pr COPYING /builddir/build/BUILDROOT/jack_capture-0.9.73-5.fc31.riscv64/usr/share/licenses/jack_capture
+ RPM_EC=0
BUILDSTDERR: ++ jobs -p
+ exit 0
Provides: jack_capture = 0.9.73-5.fc31 jack_capture(riscv-64) = 0.9.73-5.fc31
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) libjack.so.0()(64bit) liblo.so.7()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libmp3lame.so.0()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libsndfile.so.1()(64bit) libsndfile.so.1(libsndfile.so.1.0)(64bit) rtld(GNU_HASH)
Processing files: jack_capture-debugsource-0.9.73-5.fc31.riscv64
Provides: jack_capture-debugsource = 0.9.73-5.fc31 jack_capture-debugsource(riscv-64) = 0.9.73-5.fc31
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: jack_capture-debuginfo-0.9.73-5.fc31.riscv64
Provides: debuginfo(build-id) = 6237fea6462bdf97e176103573de1a8f93704808 jack_capture-debuginfo = 0.9.73-5.fc31 jack_capture-debuginfo(riscv-64) = 0.9.73-5.fc31
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: jack_capture-debugsource(riscv-64) = 0.9.73-5.fc31
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/jack_capture-0.9.73-5.fc31.riscv64
Wrote: /builddir/build/RPMS/jack_capture-0.9.73-5.fc31.riscv64.rpm
Wrote: /builddir/build/RPMS/jack_capture-debugsource-0.9.73-5.fc31.riscv64.rpm
Wrote: /builddir/build/RPMS/jack_capture-debuginfo-0.9.73-5.fc31.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Gw1HWT
+ umask 022
+ cd /builddir/build/BUILD
+ cd jack_capture-0.9.73
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/jack_capture-0.9.73-5.fc31.riscv64
+ RPM_EC=0
BUILDSTDERR: ++ jobs -p
+ exit 0
Child return code was: 0