Mock Version: 2.9 Mock Version: 2.9 Mock Version: 2.9 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/fuse-python.spec'], chrootPath='/var/lib/mock/roe1-build-3812-1101/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=995gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/fuse-python.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: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/fuse-python-1.0.0-2.oe1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/fuse-python.spec'], chrootPath='/var/lib/mock/roe1-build-3812-1101/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=995gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/fuse-python.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: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.aXmCmx + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-fuse-1.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/fuse-python-1.0.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-fuse-1.0.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.G3VCQu + umask 022 + cd /builddir/build/BUILD + cd python-fuse-1.0.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib.linux-riscv64-3.7 copying fuse.py -> build/lib.linux-riscv64-3.7 creating build/lib.linux-riscv64-3.7/fuseparts copying fuseparts/subbedopts.py -> build/lib.linux-riscv64-3.7/fuseparts copying fuseparts/setcompatwrap.py -> build/lib.linux-riscv64-3.7/fuseparts copying fuseparts/__init__.py -> build/lib.linux-riscv64-3.7/fuseparts running build_ext building 'fuseparts._fuse' extension creating build/temp.linux-riscv64-3.7 creating build/temp.linux-riscv64-3.7/fuseparts gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -fPIC -I/usr/include/fuse -I/usr/include/python3.7m -c fuseparts/_fusemodule.c -o build/temp.linux-riscv64-3.7/fuseparts/_fusemodule.o -D_FILE_OFFSET_BITS=64 fuseparts/_fusemodule.c: In function ‘readlink_func’: fuseparts/_fusemodule.c:334:4: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 334 | s = PyString_AsString(v); | ^ fuseparts/_fusemodule.c: In function ‘read_func’: fuseparts/_fusemodule.c:563:22: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 563 | if(PyBytes_Size(v) > s) | ^ fuseparts/_fusemodule.c: In function ‘getxattr_func’: fuseparts/_fusemodule.c:781:24: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 781 | if (PyString_Size(v) > size) { | ^ fuseparts/_fusemodule.c: In function ‘listxattr_func’: fuseparts/_fusemodule.c:824:24: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] 824 | if (lx - list + ilen >= size) { | ^~ fuseparts/_fusemodule.c: In function ‘Fuse_main’: fuseparts/_fusemodule.c:1245:13: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 1245 | fargv[i] = PyString_AsString(pa); | ^ fuseparts/_fusemodule.c: In function ‘FuseInvalidate’: fuseparts/_fusemodule.c:1328:7: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 1328 | path = PyString_AsString(arg1); | ^ gcc -pthread -shared -g -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -fasynchronous-unwind-tables -fstack-clash-protection build/temp.linux-riscv64-3.7/fuseparts/_fusemodule.o -L/usr/lib64 -lfuse -lpython3.7m -o build/lib.linux-riscv64-3.7/fuseparts/_fuse.cpython-37m-riscv64-linux-gnu.so + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7aOYlt + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64 ++ dirname /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64 + cd python-fuse-1.0.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr creating /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/lib64/python3.7/site-packages/fuseparts copying build/lib.linux-riscv64-3.7/fuseparts/_fuse.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/lib64/python3.7/site-packages/fuseparts copying build/lib.linux-riscv64-3.7/fuseparts/subbedopts.py -> /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/lib64/python3.7/site-packages/fuseparts copying build/lib.linux-riscv64-3.7/fuseparts/setcompatwrap.py -> /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/lib64/python3.7/site-packages/fuseparts copying build/lib.linux-riscv64-3.7/fuseparts/__init__.py -> /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/lib64/python3.7/site-packages/fuseparts copying build/lib.linux-riscv64-3.7/fuse.py -> /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/lib64/python3.7/site-packages byte-compiling /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/lib64/python3.7/site-packages/fuseparts/subbedopts.py to subbedopts.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/lib64/python3.7/site-packages/fuseparts/setcompatwrap.py to setcompatwrap.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/lib64/python3.7/site-packages/fuseparts/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/lib64/python3.7/site-packages/fuse.py to fuse.cpython-37.pyc writing byte-compilation script '/tmp/tmpetmw4w6p.py' /usr/bin/python3 /tmp/tmpetmw4w6p.py removing /tmp/tmpetmw4w6p.py running install_egg_info running egg_info creating fuse_python.egg-info writing fuse_python.egg-info/PKG-INFO writing dependency_links to fuse_python.egg-info/dependency_links.txt writing top-level names to fuse_python.egg-info/top_level.txt writing manifest file 'fuse_python.egg-info/SOURCES.txt' reading manifest file 'fuse_python.egg-info/SOURCES.txt' writing manifest file 'fuse_python.egg-info/SOURCES.txt' Copying fuse_python.egg-info to /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/lib64/python3.7/site-packages/fuse_python-1.0.0-py3.7.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -i --build-id-seed 1.0.0-2.oe1 --unique-debug-suffix -1.0.0-2.oe1.riscv64 --unique-debug-src-base fuse-python-1.0.0-2.oe1.riscv64 -S debugsourcefiles.list /builddir/build/BUILD/python-fuse-1.0.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/lib64/python3.7/site-packages/fuseparts/_fuse.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/lib64/python3.7/site-packages/fuseparts/_fuse.cpython-37m-riscv64-linux-gnu.so 63 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/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 1 Bytecompiling .py files below /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-fuse-1.0.0-2.oe1.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pUq2yw + umask 022 + cd /builddir/build/BUILD + cd python-fuse-1.0.0 + DOCDIR=/builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/share/doc/python3-fuse + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/share/doc/python3-fuse + cp -pr COPYING /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/share/doc/python3-fuse + cp -pr AUTHORS /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/share/doc/python3-fuse + cp -pr FAQ /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/share/doc/python3-fuse + cp -pr example /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/share/doc/python3-fuse + cp -pr README.new_fusepy_api /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/share/doc/python3-fuse + cp -pr README.md /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/share/doc/python3-fuse + cp -pr README.historic /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/share/doc/python3-fuse + cp -pr README.package_maintainers /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64/usr/share/doc/python3-fuse + RPM_EC=0 ++ jobs -p + exit 0 Provides: fuse-python = 1.0.0-2.oe1 python-fuse = 1.0.0-2.oe1 python3-fuse = 1.0.0-2.oe1 python3-fuse(riscv-64) = 1.0.0-2.oe1 python3.7dist(fuse-python) = 1 python3dist(fuse-python) = 1 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) libfuse.so.2()(64bit) libfuse.so.2(FUSE_2.2)(64bit) libfuse.so.2(FUSE_2.6)(64bit) libfuse.so.2(FUSE_2.8)(64bit) libpthread.so.0()(64bit) libpython3.7m.so.1.0()(64bit) python(abi) = 3.7 rtld(GNU_HASH) Obsoletes: fuse-python < 1.0.0-2.oe1 python-fuse < 1.0.0-2.oe1 Processing files: fuse-python-debuginfo-1.0.0-2.oe1.riscv64 Provides: fuse-python-debuginfo = 1.0.0-2.oe1 fuse-python-debuginfo(riscv-64) = 1.0.0-2.oe1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: fuse-python-debugsource(riscv-64) = 1.0.0-2.oe1 Processing files: fuse-python-debugsource-1.0.0-2.oe1.riscv64 Provides: fuse-python-debugsource = 1.0.0-2.oe1 fuse-python-debugsource(riscv-64) = 1.0.0-2.oe1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64 Wrote: /builddir/build/RPMS/fuse-python-debugsource-1.0.0-2.oe1.riscv64.rpm Wrote: /builddir/build/RPMS/fuse-python-debuginfo-1.0.0-2.oe1.riscv64.rpm Wrote: /builddir/build/RPMS/python3-fuse-1.0.0-2.oe1.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.o3xBVv + umask 022 + cd /builddir/build/BUILD + cd python-fuse-1.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/fuse-python-1.0.0-2.oe1.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0