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/octave-specfun.spec'], chrootPath='/var/lib/mock/f31-build-97189-32910/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': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/octave-specfun.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': 'en_US.UTF-8'} and shell False BUILDSTDERR: warning: line 18: Possible unexpanded macro in: Requires: octave(api) = %{octave_api} Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564012800 Wrote: /builddir/build/SRPMS/octave-specfun-1.1.0-23.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/octave-specfun.spec'], chrootPath='/var/lib/mock/f31-build-97189-32910/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': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/octave-specfun.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': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564012800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.yqSUaI + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf specfun + /usr/bin/gzip -dc /builddir/build/SOURCES/specfun-1.1.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd specfun + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (octave-specfun-nostrip.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .nostrip --fuzz=0 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (octave-specfun-nostrip.patch): patching file src/Makefile Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.uBhJoI + umask 022 + cd /builddir/build/BUILD + cd specfun + tar czf /var/tmp/specfun-1.1.0.tar.gz -C /builddir/build/BUILD specfun + mkdir -p /builddir/build/BUILD/specfun/build + octave -H -q --no-window-system --no-site-file --eval 'pkg build -verbose -nodeps /builddir/build/BUILD/specfun/build /var/tmp/specfun-1.1.0.tar.gz' BUILDSTDERR: ellipj.cc: In function 'octave_value_list Fellipj(const octave_value_list&, int)': BUILDSTDERR: ellipj.cc:193:37: warning: 'bool octave_value::is_real_type() const' is deprecated: [4.4]: use 'isreal' instead [-Wdeprecated-declarations] BUILDSTDERR: 193 | if (u_arg.is_real_type ()) { // u real BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/octave-5.1.0/octave/ovl.h:36, BUILDSTDERR: from /usr/include/octave-5.1.0/octave/ov-fcn.h:33, BUILDSTDERR: from /usr/include/octave-5.1.0/octave/ov-builtin.h:32, BUILDSTDERR: from /usr/include/octave-5.1.0/octave/defun-int.h:30, BUILDSTDERR: from /usr/include/octave-5.1.0/octave/defun-dld.h:32, BUILDSTDERR: from /usr/include/octave-5.1.0/octave/oct.h:32, BUILDSTDERR: from ellipj.cc:40: BUILDSTDERR: /usr/include/octave-5.1.0/octave/ov.h:708:8: note: declared here BUILDSTDERR: 708 | bool is_real_type (void) const BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: ellipj.cc:240:15: warning: this 'for' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 240 | for (int j = 0; j < nc; j++) BUILDSTDERR: | ^~~ BUILDSTDERR: ellipj.cc:244:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' BUILDSTDERR: 244 | retval (0) = sn; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: ellipj.cc:268:36: warning: 'bool octave_value::is_real_type() const' is deprecated: [4.4]: use 'isreal' instead [-Wdeprecated-declarations] BUILDSTDERR: 268 | if (u_arg.is_real_type ()) { BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/octave-5.1.0/octave/ovl.h:36, BUILDSTDERR: from /usr/include/octave-5.1.0/octave/ov-fcn.h:33, BUILDSTDERR: from /usr/include/octave-5.1.0/octave/ov-builtin.h:32, BUILDSTDERR: from /usr/include/octave-5.1.0/octave/defun-int.h:30, BUILDSTDERR: from /usr/include/octave-5.1.0/octave/defun-dld.h:32, BUILDSTDERR: from /usr/include/octave-5.1.0/octave/oct.h:32, BUILDSTDERR: from ellipj.cc:40: BUILDSTDERR: /usr/include/octave-5.1.0/octave/ov.h:708:8: note: declared here BUILDSTDERR: 708 | bool is_real_type (void) const BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: ellipj.cc:299:36: warning: 'bool octave_value::is_real_type() const' is deprecated: [4.4]: use 'isreal' instead [-Wdeprecated-declarations] BUILDSTDERR: 299 | if (u_arg.is_real_type ()) { // u real matrix BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/include/octave-5.1.0/octave/ovl.h:36, BUILDSTDERR: from /usr/include/octave-5.1.0/octave/ov-fcn.h:33, BUILDSTDERR: from /usr/include/octave-5.1.0/octave/ov-builtin.h:32, BUILDSTDERR: from /usr/include/octave-5.1.0/octave/defun-int.h:30, BUILDSTDERR: from /usr/include/octave-5.1.0/octave/defun-dld.h:32, BUILDSTDERR: from /usr/include/octave-5.1.0/octave/oct.h:32, BUILDSTDERR: from ellipj.cc:40: BUILDSTDERR: /usr/include/octave-5.1.0/octave/ov.h:708:8: note: declared here BUILDSTDERR: 708 | bool is_real_type (void) const BUILDSTDERR: | ^~~~~~~~~~~~ + tar xf /var/tmp/specfun-1.1.0.tar.gz -C /builddir/build/BUILD/specfun/build + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 make: Entering directory '/builddir/build/BUILD/specfun/build/specfun/src' mkoctfile ellipj.cc make: Leaving directory '/builddir/build/BUILD/specfun/build/specfun/src' Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.sdHB4I + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/octave-specfun-1.1.0-23.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/octave-specfun-1.1.0-23.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/octave-specfun-1.1.0-23.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/octave-specfun-1.1.0-23.fc31.riscv64 + cd specfun + mkdir -p /builddir/build/BUILDROOT/octave-specfun-1.1.0-23.fc31.riscv64/usr/share/octave/packages + mkdir -p /builddir/build/BUILDROOT/octave-specfun-1.1.0-23.fc31.riscv64/usr/lib64/octave/packages + octave -H -q --no-window-system --no-site-file --eval 'pkg("prefix","/builddir/build/BUILDROOT/octave-specfun-1.1.0-23.fc31.riscv64/usr/share/octave/packages","/builddir/build/BUILDROOT/octave-specfun-1.1.0-23.fc31.riscv64/usr/lib64/octave/packages");pkg("global_list",fullfile("/builddir/build/BUILDROOT/octave-specfun-1.1.0-23.fc31.riscv64/usr/share/octave","octave_packages"));pkg("local_list",fullfile("/builddir/build/BUILDROOT/octave-specfun-1.1.0-23.fc31.riscv64/usr/share/octave","octave_packages"));pkg("install","-nodeps","-verbose",glob("/builddir/build/BUILD/specfun/build/specfun-1.1.0-*.tar.gz"){1,1});unlink(pkg("local_list"));unlink(pkg("global_list"));' BUILDSTDERR: warning: function /builddir/build/BUILDROOT/octave-specfun-1.1.0-23.fc31.riscv64/usr/share/octave/packages/specfun-1.1.0/cosint.m shadows a core library function BUILDSTDERR: warning: function /builddir/build/BUILDROOT/octave-specfun-1.1.0-23.fc31.riscv64/usr/share/octave/packages/specfun-1.1.0/erfcinv.m shadows a built-in function BUILDSTDERR: warning: function /builddir/build/BUILDROOT/octave-specfun-1.1.0-23.fc31.riscv64/usr/share/octave/packages/specfun-1.1.0/psi.m shadows a built-in function BUILDSTDERR: warning: function /builddir/build/BUILDROOT/octave-specfun-1.1.0-23.fc31.riscv64/usr/share/octave/packages/specfun-1.1.0/sinint.m shadows a core library function BUILDSTDERR: warning: function /builddir/build/BUILDROOT/octave-specfun-1.1.0-23.fc31.riscv64/usr/share/octave/packages/specfun-1.1.0/expint.m shadows a core library function BUILDSTDERR: warning: function /builddir/build/BUILDROOT/octave-specfun-1.1.0-23.fc31.riscv64/usr/share/octave/packages/specfun-1.1.0/ellipke.m shadows a core library function + '[' -e /builddir/build/BUILDROOT/octave-specfun-1.1.0-23.fc31.riscv64/usr/share/octave/packages/specfun-1.1.0/packinfo/on_uninstall.m ']' + echo 'function on_uninstall (desc)' + echo ' error ('\''Can not uninstall %s installed by the redhat package manager'\'', desc.name);' + echo endfunction + '[' -e '/builddir/build/BUILD/specfun/build/specfun-1.1.0/*.metainfo.xml' ']' + echo 'Did not find a .metainfo.xml appdata file' + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.1.0-23.fc31 --unique-debug-suffix -1.1.0-23.fc31.riscv64 --unique-debug-src-base octave-specfun-1.1.0-23.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/specfun BUILDSTDERR: 67 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/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mkdir (/tmp/oct-dmNmMP) untar (/builddir/build/BUILD/specfun/build/specfun-1.1.0-riscv64-redhat-linux-gnu-api-v53.tar.gz, /tmp/oct-dmNmMP) copyfile /tmp/oct-dmNmMP/specfun/src/ellipj.oct /tmp/oct-dmNmMP/specfun/inst/riscv64-redhat-linux-gnu-api-v53 For information about changes from previous versions of the specfun package, run 'news specfun'. Did not find a .metainfo.xml appdata file explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/octave-specfun-1.1.0-23.fc31.riscv64/usr/lib64/octave/packages/specfun-1.1.0/riscv64-redhat-linux-gnu-api-v53/ellipj.oct extracting debug info from /builddir/build/BUILDROOT/octave-specfun-1.1.0-23.fc31.riscv64/usr/lib64/octave/packages/specfun-1.1.0/riscv64-redhat-linux-gnu-api-v53/ellipj.oct original debug info size: 1640kB, size after compression: 1572kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: octave-specfun-1.1.0-23.fc31.riscv64 BUILDSTDERR: warning: File listed twice: /usr/share/octave/packages/specfun-1.1.0/packinfo/COPYING Provides: octave-specfun = 1.1.0-23.fc31 octave-specfun(riscv-64) = 1.1.0-23.fc31 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh octave Requires(preun): /bin/sh Requires(postun): /bin/sh octave 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) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) rtld(GNU_HASH) Processing files: octave-specfun-debugsource-1.1.0-23.fc31.riscv64 Provides: octave-specfun-debugsource = 1.1.0-23.fc31 octave-specfun-debugsource(riscv-64) = 1.1.0-23.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: octave-specfun-debuginfo-1.1.0-23.fc31.riscv64 Provides: debuginfo(build-id) = 62f78825736b7282323c8ef1656e669f369f2203 octave-specfun-debuginfo = 1.1.0-23.fc31 octave-specfun-debuginfo(riscv-64) = 1.1.0-23.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: octave-specfun-debugsource(riscv-64) = 1.1.0-23.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/octave-specfun-1.1.0-23.fc31.riscv64 Wrote: /builddir/build/RPMS/octave-specfun-debugsource-1.1.0-23.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/octave-specfun-1.1.0-23.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/octave-specfun-debuginfo-1.1.0-23.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.tL6f1F + umask 022 + cd /builddir/build/BUILD + cd specfun + /usr/bin/rm -rf /builddir/build/BUILDROOT/octave-specfun-1.1.0-23.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0