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/python-mecab.spec'], chrootPath='/var/lib/mock/f31-build-47484-26839/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=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/python-mecab.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: sh: /usr/bin/python: No such file or directory Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1549065600 Wrote: /builddir/build/SRPMS/python-mecab-0.996-1.fc31.15.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-mecab.spec'], chrootPath='/var/lib/mock/f31-build-47484-26839/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=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/python-mecab.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=1549065600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Qgc1Oj + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf mecab-python-0.996 + /usr/bin/gzip -dc /builddir/build/SOURCES/mecab-python-0.996.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd mecab-python-0.996 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.7RkFdl + umask 022 + cd /builddir/build/BUILD + cd mecab-python-0.996 + export 'CXXFLAGS=-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' + CXXFLAGS='-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' + /usr/bin/python2 setup.py build BUILDSTDERR: MeCab_wrap.cxx: In function 'void init_MeCab()': BUILDSTDERR: MeCab_wrap.cxx:8309:21: warning: variable 'md' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 8309 | PyObject *m, *d, *md; BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from /usr/include/python2.7/Python.h:38, BUILDSTDERR: from MeCab_wrap.cxx:149: BUILDSTDERR: In function 'char* strncpy(char*, const char*, size_t)', BUILDSTDERR: inlined from 'void SWIG_Python_FixMethods(PyMethodDef*, swig_const_info*, swig_type_info**, swig_type_info**)' at MeCab_wrap.cxx:8279:22, BUILDSTDERR: inlined from 'void init_MeCab()' at MeCab_wrap.cxx:8377:25: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:34: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' output truncated before terminating nul copying 10 bytes from a string of the same length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 running build running build_py creating build creating build/lib.linux-riscv64-2.7 copying MeCab.py -> build/lib.linux-riscv64-2.7 running build_ext building '_MeCab' extension creating build/temp.linux-riscv64-2.7 gcc -pthread -fno-strict-aliasing -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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include -I/usr/include/python2.7 -c MeCab_wrap.cxx -o build/temp.linux-riscv64-2.7/MeCab_wrap.o g++ -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld build/temp.linux-riscv64-2.7/MeCab_wrap.o -L/usr/lib64 -L/usr/lib64 -lmecab -lpython2.7 -o build/lib.linux-riscv64-2.7/_MeCab.so Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.eVPALk + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64 + cd mecab-python-0.996 + /usr/bin/python2 setup.py install --skip-build --root /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.996-1.fc31.15 --unique-debug-suffix -0.996-1.fc31.15.riscv64 --unique-debug-src-base python-mecab-0.996-1.fc31.15.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/mecab-python-0.996 BUILDSTDERR: 516 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 running install running install_lib creating /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64/usr creating /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64/usr/lib64/python2.7/site-packages copying build/lib.linux-riscv64-2.7/MeCab.py -> /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64/usr/lib64/python2.7/site-packages copying build/lib.linux-riscv64-2.7/_MeCab.so -> /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64/usr/lib64/python2.7/site-packages byte-compiling /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64/usr/lib64/python2.7/site-packages/MeCab.py to MeCab.pyc running install_egg_info Writing /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64/usr/lib64/python2.7/site-packages/mecab_python-0.996-py2.7.egg-info explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64/usr/lib64/python2.7/site-packages/_MeCab.so extracting debug info from /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64/usr/lib64/python2.7/site-packages/_MeCab.so original debug info size: 556kB, size after compression: 540kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Bytecompiling .py files below /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.MEe5rm Processing files: python2-mecab-0.996-1.fc31.15.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.uWd2dj + umask 022 + cd /builddir/build/BUILD + cd mecab-python-0.996 + DOCDIR=/builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64/usr/share/doc/python2-mecab + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64/usr/share/doc/python2-mecab + cp -pr bindings.html /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64/usr/share/doc/python2-mecab + cp -pr AUTHORS /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64/usr/share/doc/python2-mecab + cp -pr COPYING /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64/usr/share/doc/python2-mecab + cp -pr BSD /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64/usr/share/doc/python2-mecab + cp -pr GPL /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64/usr/share/doc/python2-mecab + cp -pr LGPL /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64/usr/share/doc/python2-mecab + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python2-mecab = 0.996-1.fc31.15 python2-mecab(riscv-64) = 0.996-1.fc31.15 python2.7dist(mecab-python) = 0.996 python2dist(mecab-python) = 0.996 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-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) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libmecab.so.2()(64bit) libpython2.7.so.1.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) python(abi) = 2.7 rtld(GNU_HASH) Processing files: python-mecab-debugsource-0.996-1.fc31.15.riscv64 Provides: python-mecab-debugsource = 0.996-1.fc31.15 python-mecab-debugsource(riscv-64) = 0.996-1.fc31.15 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python2-mecab-debuginfo-0.996-1.fc31.15.riscv64 Provides: debuginfo(build-id) = b3ec5d72f703d0fcc1240f3f784f6b2b4be67ca0 python2-mecab-debuginfo = 0.996-1.fc31.15 python2-mecab-debuginfo(riscv-64) = 0.996-1.fc31.15 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-mecab-debugsource(riscv-64) = 0.996-1.fc31.15 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64 Wrote: /builddir/build/RPMS/python2-mecab-0.996-1.fc31.15.riscv64.rpm Wrote: /builddir/build/RPMS/python-mecab-debugsource-0.996-1.fc31.15.riscv64.rpm Wrote: /builddir/build/RPMS/python2-mecab-debuginfo-0.996-1.fc31.15.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Y0Hyrm + umask 022 + cd /builddir/build/BUILD + cd mecab-python-0.996 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-mecab-0.996-1.fc31.15.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0