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-ptrace.spec'], chrootPath='/var/lib/mock/f31-build-73376-30922/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-ptrace.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=1564099200 Wrote: /builddir/build/SRPMS/python-ptrace-0.9.3-8.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-ptrace.spec'], chrootPath='/var/lib/mock/f31-build-73376-30922/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-ptrace.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=1564099200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wj3v25 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-ptrace-0.9.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-ptrace-0.9.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-ptrace-0.9.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + chmod 0644 examples/itrace.py examples/simple_dbg.py + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.fBjh74 + umask 022 + cd /builddir/build/BUILD + cd python-ptrace-0.9.3 + sleep 1 + CFLAGS='-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' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' + sleep 1 + /usr/bin/python2 setup_cptrace.py build running build running build_py creating build creating build/lib creating build/lib/ptrace creating build/lib/ptrace/binding copying ptrace/binding/__init__.py -> build/lib/ptrace/binding copying ptrace/binding/freebsd_struct.py -> build/lib/ptrace/binding copying ptrace/binding/func.py -> build/lib/ptrace/binding copying ptrace/binding/openbsd_struct.py -> build/lib/ptrace/binding copying ptrace/binding/linux_struct.py -> build/lib/ptrace/binding copying ptrace/binding/cpu.py -> build/lib/ptrace/binding creating build/lib/ptrace/syscall copying ptrace/syscall/syscall_argument.py -> build/lib/ptrace/syscall copying ptrace/syscall/__init__.py -> build/lib/ptrace/syscall copying ptrace/syscall/socketcall_struct.py -> build/lib/ptrace/syscall copying ptrace/syscall/socketcall_constants.py -> build/lib/ptrace/syscall copying ptrace/syscall/prototypes.py -> build/lib/ptrace/syscall copying ptrace/syscall/freebsd_constants.py -> build/lib/ptrace/syscall copying ptrace/syscall/posix_arg.py -> build/lib/ptrace/syscall copying ptrace/syscall/socketcall.py -> build/lib/ptrace/syscall copying ptrace/syscall/names.py -> build/lib/ptrace/syscall copying ptrace/syscall/linux_constants.py -> build/lib/ptrace/syscall copying ptrace/syscall/ptrace_syscall.py -> build/lib/ptrace/syscall copying ptrace/syscall/freebsd_syscall.py -> build/lib/ptrace/syscall copying ptrace/syscall/linux_syscall32.py -> build/lib/ptrace/syscall copying ptrace/syscall/linux_struct.py -> build/lib/ptrace/syscall copying ptrace/syscall/linux_syscall64.py -> build/lib/ptrace/syscall copying ptrace/syscall/posix_constants.py -> build/lib/ptrace/syscall copying ptrace/mockup.py -> build/lib/ptrace copying ptrace/ctypes_libc.py -> build/lib/ptrace copying ptrace/error.py -> build/lib/ptrace copying ptrace/func_call.py -> build/lib/ptrace copying ptrace/ctypes_tools.py -> build/lib/ptrace copying ptrace/cpu_info.py -> build/lib/ptrace copying ptrace/disasm.py -> build/lib/ptrace copying ptrace/__init__.py -> build/lib/ptrace copying ptrace/terminal.py -> build/lib/ptrace copying ptrace/tools.py -> build/lib/ptrace copying ptrace/six.py -> build/lib/ptrace copying ptrace/linux_proc.py -> build/lib/ptrace copying ptrace/signames.py -> build/lib/ptrace copying ptrace/os_tools.py -> build/lib/ptrace copying ptrace/logging_tools.py -> build/lib/ptrace copying ptrace/profiler.py -> build/lib/ptrace copying ptrace/pydistorm.py -> build/lib/ptrace copying ptrace/process_tools.py -> build/lib/ptrace copying ptrace/version.py -> build/lib/ptrace copying ptrace/func_arg.py -> build/lib/ptrace creating build/lib/ptrace/debugger copying ptrace/debugger/syscall_state.py -> build/lib/ptrace/debugger copying ptrace/debugger/breakpoint.py -> build/lib/ptrace/debugger copying ptrace/debugger/backtrace.py -> build/lib/ptrace/debugger copying ptrace/debugger/signal_reason.py -> build/lib/ptrace/debugger copying ptrace/debugger/__init__.py -> build/lib/ptrace/debugger copying ptrace/debugger/application.py -> build/lib/ptrace/debugger copying ptrace/debugger/process.py -> build/lib/ptrace/debugger copying ptrace/debugger/child.py -> build/lib/ptrace/debugger copying ptrace/debugger/memory_mapping.py -> build/lib/ptrace/debugger copying ptrace/debugger/process_event.py -> build/lib/ptrace/debugger copying ptrace/debugger/ptrace_signal.py -> build/lib/ptrace/debugger copying ptrace/debugger/debugger.py -> build/lib/ptrace/debugger copying ptrace/debugger/parse_expr.py -> build/lib/ptrace/debugger copying ptrace/debugger/process_error.py -> build/lib/ptrace/debugger running build_scripts creating build/scripts-2.7 copying and adjusting strace.py -> build/scripts-2.7 copying and adjusting gdb.py -> build/scripts-2.7 changing mode of build/scripts-2.7/strace.py from 644 to 755 changing mode of build/scripts-2.7/gdb.py from 644 to 755 running build running build_ext building 'cptrace' extension creating build/temp.linux-riscv64-2.7 creating build/temp.linux-riscv64-2.7/cptrace BUILDSTDERR: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_AS+ CFLAGS='-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' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' BUILDSTDERR: setup.py:32: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses BUILDSTDERR: from imp import load_source + /usr/bin/python3 setup_cptrace.py build BUILDSTDERR: setup_cptrace.py:20: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses BUILDSTDERR: from imp import load_source + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 SERTIONS -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/python2.7 -c cptrace/cptrace.c -o build/temp.linux-riscv64-2.7/cptrace/cptrace.o creating build/lib.linux-riscv64-2.7 gcc -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/cptrace/cptrace.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/cptrace.so running build running build_py running build_scripts creating build/scripts-3.7 copying and adjusting strace.py -> build/scripts-3.7 copying and adjusting gdb.py -> build/scripts-3.7 changing mode of build/scripts-3.7/strace.py from 644 to 755 changing mode of build/scripts-3.7/gdb.py from 644 to 755 running build running build_ext building 'cptrace' extension creating build/temp.linux-riscv64-3.7 creating build/temp.linux-riscv64-3.7/cptrace gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.7m -c cptrace/cptrace.c -o build/temp.linux-riscv64-3.7/cptrace/cptrace.o creating build/lib.linux-riscv64-3.7 gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-riscv64-3.7/cptrace/cptrace.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/cptrace.cpython-37m-riscv64-linux-gnu.so Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.bolrd7 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64 + cd python-ptrace-0.9.3 + CFLAGS='-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' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr creating /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib creating /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/mockup.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/ctypes_libc.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/error.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/func_call.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/ctypes_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/cpu_info.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/disasm.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace creating /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/syscall_state.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/breakpoint.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/backtrace.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/signal_reason.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/application.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/process.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/child.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/memory_mapping.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/process_event.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/ptrace_signal.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/debugger.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/parse_expr.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/process_error.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger creating /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/syscall_argument.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/socketcall_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/socketcall_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/prototypes.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/freebsd_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/posix_arg.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/socketcall.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/names.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/linux_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/ptrace_syscall.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/freebsd_syscall.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/linux_syscall32.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/linux_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/linux_syscall64.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/posix_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/terminal.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/six.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/linux_proc.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace creating /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/binding copying build/lib/ptrace/binding/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/binding copying build/lib/ptrace/binding/freebsd_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/binding copying build/lib/ptrace/binding/func.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/binding copying build/lib/ptrace/binding/openbsd_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/binding copying build/lib/ptrace/binding/linux_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/binding copying build/lib/ptrace/binding/cpu.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/binding copying build/lib/ptrace/signames.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/os_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/logging_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/profiler.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/pydistorm.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/process_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/version.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/func_arg.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/mockup.py to mockup.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/ctypes_libc.py to ctypes_libc.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/error.py to error.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/func_call.py to func_call.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/ctypes_tools.py to ctypes_tools.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/cpu_info.py to cpu_info.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/disasm.py to disasm.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/syscall_state.py to syscall_state.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/breakpoint.py to breakpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/backtrace.py to backtrace.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/signal_reason.py to signal_reason.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/application.py to application.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/process.py to process.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/child.py to child.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/memory_mapping.py to memory_mapping.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/process_event.py to process_event.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/ptrace_signal.py to ptrace_signal.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/debugger.py to debugger.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/parse_expr.py to parse_expr.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/process_error.py to process_error.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/syscall_argument.py to syscall_argument.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/socketcall_struct.py to socketcall_struct.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/socketcall_constants.py to socketcall_constants.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/prototypes.py to prototypes.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/freebsd_constants.py to freebsd_constants.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/posix_arg.py to posix_arg.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/socketcall.py to socketcall.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/names.py to names.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/linux_constants.py to linux_constants.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/ptrace_syscall.py to ptrace_syscall.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/freebsd_syscall.py to freebsd_syscall.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/linux_syscall32.py to linux_syscall32.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/linux_struct.py to linux_struct.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/linux_syscall64.py to linux_syscall64.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/posix_constants.py to posix_constants.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/terminal.py to terminal.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/tools.py to tools.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/six.py to six.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/linux_proc.py to linux_proc.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/binding/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/binding/freebsd_struct.py to freebsd_struct.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/binding/func.py to func.pyc BUILDSTDERR: byte-compiling /builddwarning: no files found matching 'AUTHORS' BUILDSTDERR: warning: no files found matching 'ChangeLog' BUILDSTDERR: warning: no files found matching 'INSTALL' BUILDSTDERR: warning: no files found matching 'README.cptrace' BUILDSTDERR: warning: no files found matching 'TODO' BUILDSTDERR: warning: no files found matching 'python3.0.patch' + /usr/bin/python2 setup_cptrace.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64 + for f in gdb strace + rm -f /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/bin/gdb.pyo /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/bin/gdb.pyc + mv /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/bin/gdb.py /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/bin/gdb-python2.py + for f in gdb strace + rm -f /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/bin/strace.pyo /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/bin/strace.pyc + mv /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/bin/strace.py /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/bin/strace-python2.py + CFLAGS='-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' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64 ir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/binding/openbsd_struct.py to openbsd_struct.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/binding/linux_struct.py to linux_struct.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/binding/cpu.py to cpu.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/signames.py to signames.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/os_tools.py to os_tools.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/logging_tools.py to logging_tools.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/profiler.py to profiler.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/pydistorm.py to pydistorm.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/process_tools.py to process_tools.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/ptrace/func_arg.py to func_arg.pyc writing byte-compilation script '/tmp/tmpyFKciW.py' /usr/bin/python2 -O /tmp/tmpyFKciW.py removing /tmp/tmpyFKciW.py running install_egg_info running egg_info writing python_ptrace.egg-info/PKG-INFO writing top-level names to python_ptrace.egg-info/top_level.txt writing dependency_links to python_ptrace.egg-info/dependency_links.txt reading manifest file 'python_ptrace.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'python_ptrace.egg-info/SOURCES.txt' Copying python_ptrace.egg-info to /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7/site-packages/python_ptrace-0.9.3-py2.7.egg-info running install_scripts creating /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/bin copying build/scripts-2.7/gdb.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/bin copying build/scripts-2.7/strace.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/bin changing mode of /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/bin/gdb.py to 755 changing mode of /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/bin/strace.py to 755 running install running install_lib creating /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib64/python2.7/site-packages copying build/lib.linux-riscv64-2.7/cptrace.so -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib64/python2.7/site-packages running install_egg_info Writing /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib64/python2.7/site-packages/cptrace-0.6.1-py2.7.egg-info running install running install_lib creating /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7 creating /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages creating /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace copying build/lib/ptrace/mockup.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace copying build/lib/ptrace/ctypes_libc.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace copying build/lib/ptrace/error.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace copying build/lib/ptrace/func_call.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace copying build/lib/ptrace/ctypes_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace copying build/lib/ptrace/cpu_info.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace copying build/lib/ptrace/disasm.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace copying build/lib/ptrace/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace creating /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/syscall_state.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/breakpoint.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/backtrace.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/signal_reason.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/application.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/process.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/child.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/memory_mapping.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/process_event.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/ptrace_signal.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/debugger.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/parse_expr.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/process_error.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger creating /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/syscall_argument.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/socketcall_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/socketcall_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/prototypes.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/freebsd_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/posix_arg.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/socketcall.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/names.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/linux_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/ptrace_syscall.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/freebsd_syscall.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/linux_syscall32.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/linux_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/linux_syscall64.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/posix_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall copying build/lib/ptrace/terminal.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace copying build/lib/ptrace/tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace copying build/lib/ptrace/six.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace copying build/lib/ptrace/linux_proc.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace creating /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/binding copying build/lib/ptrace/binding/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/binding copying build/lib/ptrace/binding/freebsd_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/binding copying build/lib/ptrace/binding/func.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/binding copying build/lib/ptrace/binding/openbsd_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/binding copying build/lib/ptrace/binding/linux_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/binding copying build/lib/ptrace/binding/cpu.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/binding copying build/lib/ptrace/signames.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace copying build/lib/ptrace/os_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace copying build/lib/ptrace/logging_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace copying build/lib/ptrace/profiler.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace copying build/lib/ptrace/pydistorm.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace copying build/lib/ptrace/process_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace copying build/lib/ptrace/version.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace copying build/lib/ptrace/func_arg.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/mockup.py to mockup.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/ctypes_libc.py to ctypes_libc.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/error.py to error.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/func_call.py to func_call.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/ctypes_tools.py to ctypes_tools.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/cpu_info.py to cpu_info.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/disasm.py to disasm.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger/syscall_state.py to syscall_state.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger/breakpoint.py to breakpoint.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger/backtrace.py to backtrace.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger/signal_reason.py to signal_reason.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger/application.py to application.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger/process.py to process.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger/child.py to child.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger/memory_mapping.py to memory_mapping.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger/process_event.py to process_event.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger/ptrace_signal.py to ptrace_signal.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger/debugger.py to debugger.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger/parse_expr.py to parse_expr.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/debugger/process_error.py to process_error.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall/syscall_argument.py to syscall_argument.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall/socketcall_struct.py to socketcall_struct.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall/socketcall_constants.py to socketcall_constants.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall/prototypes.py to prototypes.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall/freebsd_constants.py to freebsd_constants.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall/posix_arg.py to posix_arg.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall/socketcall.py to socketcall.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall/names.py to names.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall/linux_constants.py to linux_constants.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall/ptrace_syscall.py to ptrace_syscall.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall/freebsd_syscall.py to freebsd_syscall.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall/linux_syscall32.py to linux_syscall32.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall/linux_struct.py to linux_struct.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall/linux_syscall64.py to linux_syscall64.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/syscall/posix_constants.py to posix_constants.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/terminal.py to terminal.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/tools.py to tools.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/six.py to six.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/linux_proc.py to linux_proc.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/binding/__init__.py to __init__.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/binding/freebsd_struct.py to freebsd_struct.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/binding/func.py to func.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/binding/openbsd_struct.py to openbsd_struct.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/binding/linux_struct.py to linux_struct.cpython-37.pyc BUILDSTDERR: byte-compiling /builddir/build/BUILDROOT/setup.py:32: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses BUILDSTDERR: from imp import load_source BUILDSTDERR: warning: no files found matching 'AUTHORS' BUILDSTDERR: warning: no files found matching 'ChangeLog' BUILDSTDERR: warning: no files found matching 'INSTALL' BUILDSTDERR: warning: no files found matching 'README.cptrace' BUILDSTDERR: warning: no files found matching 'TODO' BUILDSTDERR: warning: no files found matching 'python3.0.patch' + /usr/bin/python3 setup_cptrace.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64 BUILDSTDERR: setup_cptrace.py:20: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses BUILDSTDERR: from imp import load_source + rm -f /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/bin/gdb.pyo /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/bin/gdb.pyc /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/bin/strace.pyo /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/bin/strace.pyc + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.9.3-8.fc31 --unique-debug-suffix -0.9.3-8.fc31.riscv64 --unique-debug-src-base python-ptrace-0.9.3-8.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/python-ptrace-0.9.3 BUILDSTDERR: 6 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 python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/binding/cpu.py to cpu.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/signames.py to signames.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/os_tools.py to os_tools.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/logging_tools.py to logging_tools.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/profiler.py to profiler.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/pydistorm.py to pydistorm.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/process_tools.py to process_tools.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/version.py to version.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/ptrace/func_arg.py to func_arg.cpython-37.pyc writing byte-compilation script '/tmp/tmprocnf_gt.py' /usr/bin/python3 /tmp/tmprocnf_gt.py removing /tmp/tmprocnf_gt.py running install_egg_info running egg_info writing python_ptrace.egg-info/PKG-INFO writing dependency_links to python_ptrace.egg-info/dependency_links.txt writing top-level names to python_ptrace.egg-info/top_level.txt reading manifest file 'python_ptrace.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'python_ptrace.egg-info/SOURCES.txt' Copying python_ptrace.egg-info to /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7/site-packages/python_ptrace-0.9.3-py3.7.egg-info running install_scripts copying build/scripts-3.7/gdb.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/bin copying build/scripts-3.7/strace.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/bin changing mode of /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/bin/gdb.py to 755 changing mode of /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/bin/strace.py to 755 running install running install_lib creating /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib64/python3.7/site-packages copying build/lib.linux-riscv64-3.7/cptrace.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib64/python3.7/site-packages running install_egg_info Writing /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib64/python3.7/site-packages/cptrace-0.6.1-py3.7.egg-info explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib64/python2.7/site-packages/cptrace.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib64/python3.7/site-packages/cptrace.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib64/python3.7/site-packages/cptrace.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib64/python2.7/site-packages/cptrace.so original debug info size: 104kB, size after compression: 100kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. Bytecompiling .py files below /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 BUILDSTDERR: Bytecompiling .py files below /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/b+ /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs in/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.EmLT74 Processing files: python2-ptrace-0.9.3-8.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.DXXWA5 + umask 022 + cd /builddir/build/BUILD + cd python-ptrace-0.9.3 + DOCDIR=/builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/share/doc/python2-ptrace + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/share/doc/python2-ptrace + cp -pr README.rst /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/share/doc/python2-ptrace + cp -pr doc/Makefile doc/authors.rst doc/changelog.rst doc/conf.py doc/cptrace.rst doc/gdb.rst doc/index.rst doc/install.rst doc/make.bat doc/process_events.rst doc/ptrace_signal.rst doc/syscall.rst doc/todo.rst doc/usage.rst /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/share/doc/python2-ptrace + cp -pr examples /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/share/doc/python2-ptrace + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.OY6Jz5 + umask 022 + cd /builddir/build/BUILD + cd python-ptrace-0.9.3 + LICENSEDIR=/builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/share/licenses/python2-ptrace + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/share/licenses/python2-ptrace + cp -pr COPYING /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/share/licenses/python2-ptrace + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python2-ptrace = 0.9.3-8.fc31 python2-ptrace(riscv-64) = 0.9.3-8.fc31 python2.7dist(cptrace) = 0.6.1 python2.7dist(python-ptrace) = 0.9.3 python2dist(cptrace) = 0.6.1 python2dist(python-ptrace) = 0.9.3 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: /usr/bin/python2 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) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Processing files: python3-ptrace-0.9.3-8.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.v8j9G6 + umask 022 + cd /builddir/build/BUILD + cd python-ptrace-0.9.3 + DOCDIR=/builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/share/doc/python3-ptrace + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/share/doc/python3-ptrace + cp -pr README.rst /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/share/doc/python3-ptrace + cp -pr doc/Makefile doc/authors.rst doc/changelog.rst doc/conf.py doc/cptrace.rst doc/gdb.rst doc/index.rst doc/install.rst doc/make.bat doc/process_events.rst doc/ptrace_signal.rst doc/syscall.rst doc/todo.rst doc/usage.rst /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/share/doc/python3-ptrace + cp -pr examples /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/share/doc/python3-ptrace + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ZpxWO4 + umask 022 + cd /builddir/build/BUILD + cd python-ptrace-0.9.3 + LICENSEDIR=/builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/share/licenses/python3-ptrace + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/share/licenses/python3-ptrace + cp -pr COPYING /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64/usr/share/licenses/python3-ptrace + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python-ptrace = 0.9.3-8.fc31 python3-ptrace = 0.9.3-8.fc31 python3-ptrace(riscv-64) = 0.9.3-8.fc31 python3.7dist(cptrace) = 0.6.1 python3.7dist(python-ptrace) = 0.9.3 python3dist(cptrace) = 0.6.1 python3dist(python-ptrace) = 0.9.3 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: /usr/bin/python3 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) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libpython3.7m.so.1.0()(64bit) python(abi) = 3.7 rtld(GNU_HASH) Obsoletes: python-ptrace < 0.9.3-8.fc31 Processing files: python-ptrace-debugsource-0.9.3-8.fc31.riscv64 Provides: python-ptrace-debugsource = 0.9.3-8.fc31 python-ptrace-debugsource(riscv-64) = 0.9.3-8.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-ptrace-debuginfo-0.9.3-8.fc31.riscv64 Provides: python-ptrace-debuginfo = 0.9.3-8.fc31 python-ptrace-debuginfo(riscv-64) = 0.9.3-8.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-ptrace-debugsource(riscv-64) = 0.9.3-8.fc31 Processing files: python2-ptrace-debuginfo-0.9.3-8.fc31.riscv64 Provides: debuginfo(build-id) = c08af6b9b034ba2c2dfd9a90e0fb06105694f6d2 python2-ptrace-debuginfo = 0.9.3-8.fc31 python2-ptrace-debuginfo(riscv-64) = 0.9.3-8.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-ptrace-debugsource(riscv-64) = 0.9.3-8.fc31 Processing files: python3-ptrace-debuginfo-0.9.3-8.fc31.riscv64 Provides: debuginfo(build-id) = 55a02b16d648054241309505d6d7a84e7348c710 python3-ptrace-debuginfo = 0.9.3-8.fc31 python3-ptrace-debuginfo(riscv-64) = 0.9.3-8.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-ptrace-debugsource(riscv-64) = 0.9.3-8.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64 Wrote: /builddir/build/RPMS/python-ptrace-debugsource-0.9.3-8.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python-ptrace-debuginfo-0.9.3-8.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python2-ptrace-debuginfo-0.9.3-8.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-ptrace-debuginfo-0.9.3-8.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-ptrace-0.9.3-8.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python2-ptrace-0.9.3-8.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.0pb425 + umask 022 + cd /builddir/build/BUILD + cd python-ptrace-0.9.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-ptrace-0.9.3-8.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0