Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/python-ptrace.spec'], chrootPath='/var/lib/mock/f33-build-559409-65740/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=987gid=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=1616025600 Wrote: /builddir/build/SRPMS/python-ptrace-0.9.8-1.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-ptrace.spec'], chrootPath='/var/lib/mock/f33-build-559409-65740/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=987gid=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=1616025600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.J6P9og + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-ptrace-0.9.8 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-ptrace-0.9.8.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-ptrace-0.9.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + chmod 0644 examples/itrace.py examples/simple_dbg.py + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.FNpy6g + umask 022 + cd /builddir/build/BUILD + cd python-ptrace-0.9.8 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -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' /builddir/build/BUILD/python-ptrace-0.9.8/setup.py:31: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses from imp import load_source running build running build_py creating build creating build/lib creating build/lib/ptrace copying ptrace/logging_tools.py -> build/lib/ptrace copying ptrace/error.py -> build/lib/ptrace copying ptrace/func_arg.py -> build/lib/ptrace copying ptrace/ctypes_tools.py -> build/lib/ptrace copying ptrace/process_tools.py -> build/lib/ptrace copying ptrace/terminal.py -> build/lib/ptrace copying ptrace/os_tools.py -> build/lib/ptrace copying ptrace/mockup.py -> build/lib/ptrace copying ptrace/signames.py -> build/lib/ptrace copying ptrace/cpu_info.py -> build/lib/ptrace copying ptrace/disasm.py -> build/lib/ptrace copying ptrace/tools.py -> build/lib/ptrace copying ptrace/pydistorm.py -> build/lib/ptrace copying ptrace/__init__.py -> build/lib/ptrace copying ptrace/linux_proc.py -> build/lib/ptrace copying ptrace/ctypes_libc.py -> build/lib/ptrace copying ptrace/version.py -> build/lib/ptrace copying ptrace/profiler.py -> build/lib/ptrace copying ptrace/func_call.py -> build/lib/ptrace creating build/lib/ptrace/binding copying ptrace/binding/linux_struct.py -> build/lib/ptrace/binding copying ptrace/binding/__init__.py -> build/lib/ptrace/binding copying ptrace/binding/openbsd_struct.py -> build/lib/ptrace/binding copying ptrace/binding/freebsd_struct.py -> build/lib/ptrace/binding copying ptrace/binding/cpu.py -> build/lib/ptrace/binding copying ptrace/binding/func.py -> build/lib/ptrace/binding creating build/lib/ptrace/syscall copying ptrace/syscall/names.py -> build/lib/ptrace/syscall copying ptrace/syscall/socketcall_constants.py -> build/lib/ptrace/syscall copying ptrace/syscall/syscall_argument.py -> build/lib/ptrace/syscall copying ptrace/syscall/prototypes.py -> build/lib/ptrace/syscall copying ptrace/syscall/socketcall_struct.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/linux_constants.py -> build/lib/ptrace/syscall copying ptrace/syscall/linux_struct.py -> build/lib/ptrace/syscall copying ptrace/syscall/posix_constants.py -> build/lib/ptrace/syscall copying ptrace/syscall/freebsd_constants.py -> build/lib/ptrace/syscall copying ptrace/syscall/__init__.py -> build/lib/ptrace/syscall copying ptrace/syscall/freebsd_syscall.py -> build/lib/ptrace/syscall copying ptrace/syscall/ptrace_syscall.py -> build/lib/ptrace/syscall creating build/lib/ptrace/syscall/linux copying ptrace/syscall/linux/x86_64.py -> build/lib/ptrace/syscall/linux copying ptrace/syscall/linux/powerpc64.py -> build/lib/ptrace/syscall/linux copying ptrace/syscall/linux/powerpc32.py -> build/lib/ptrace/syscall/linux copying ptrace/syscall/linux/__init__.py -> build/lib/ptrace/syscall/linux copying ptrace/syscall/linux/i386.py -> build/lib/ptrace/syscall/linux copying ptrace/syscall/linux/aarch64.py -> build/lib/ptrace/syscall/linux creating build/lib/ptrace/debugger copying ptrace/debugger/debugger.py -> build/lib/ptrace/debugger copying ptrace/debugger/process.py -> build/lib/ptrace/debugger copying ptrace/debugger/process_error.py -> build/lib/ptrace/debugger copying ptrace/debugger/ptrace_signal.py -> build/lib/ptrace/debugger copying ptrace/debugger/application.py -> build/lib/ptrace/debugger copying ptrace/debugger/parse_expr.py -> build/lib/ptrace/debugger copying ptrace/debugger/process_event.py -> build/lib/ptrace/debugger copying ptrace/debugger/signal_reason.py -> build/lib/ptrace/debugger copying ptrace/debugger/breakpoint.py -> build/lib/ptrace/debugger copying ptrace/debugger/__init__.py -> build/lib/ptrace/debugger copying ptrace/debugger/backtrace.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/syscall_state.py -> build/lib/ptrace/debugger running build_scripts creating build/scripts-3.9 copying and adjusting strace.py -> build/scripts-3.9 copying and adjusting gdb.py -> build/scripts-3.9 changing mode of build/scripts-3.9/strace.py from 644 to 755 changing mode of build/scripts-3.9/gdb.py from 644 to 755 + /usr/bin/python3 setup_cptrace.py build /builddir/build/BUILD/python-ptrace-0.9.8/setup_cptrace.py:20: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses from imp import load_source running build running build_ext building 'cptrace' extension creating build/temp.linux-riscv64-3.9 creating build/temp.linux-riscv64-3.9/cptrace gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.9 -c cptrace/cptrace.c -o build/temp.linux-riscv64-3.9/cptrace/cptrace.o creating build/lib.linux-riscv64-3.9 gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g build/temp.linux-riscv64-3.9/cptrace/cptrace.o -L/usr/lib64 -o build/lib.linux-riscv64-3.9/cptrace.cpython-39-riscv64-linux-gnu.so + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.NBgcDd + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64 + cd python-ptrace-0.9.8 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -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.8-1.fc33.riscv64 /builddir/build/BUILD/python-ptrace-0.9.8/setup.py:31: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses from imp import load_source running install running install_lib creating /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr creating /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib creating /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace copying build/lib/ptrace/logging_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace copying build/lib/ptrace/error.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace creating /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/debugger.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/process.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/process_error.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/ptrace_signal.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/application.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/parse_expr.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/process_event.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/signal_reason.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/breakpoint.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/backtrace.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/child.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/memory_mapping.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/syscall_state.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger copying build/lib/ptrace/func_arg.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace copying build/lib/ptrace/ctypes_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace copying build/lib/ptrace/process_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace copying build/lib/ptrace/terminal.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace creating /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/binding copying build/lib/ptrace/binding/linux_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/binding copying build/lib/ptrace/binding/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/binding copying build/lib/ptrace/binding/openbsd_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/binding copying build/lib/ptrace/binding/freebsd_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/binding copying build/lib/ptrace/binding/cpu.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/binding copying build/lib/ptrace/binding/func.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/binding copying build/lib/ptrace/os_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace copying build/lib/ptrace/mockup.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace copying build/lib/ptrace/signames.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace copying build/lib/ptrace/cpu_info.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace copying build/lib/ptrace/disasm.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace copying build/lib/ptrace/tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace copying build/lib/ptrace/pydistorm.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace copying build/lib/ptrace/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace creating /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/names.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall creating /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/linux copying build/lib/ptrace/syscall/linux/x86_64.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/linux copying build/lib/ptrace/syscall/linux/powerpc64.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/linux copying build/lib/ptrace/syscall/linux/powerpc32.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/linux copying build/lib/ptrace/syscall/linux/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/linux copying build/lib/ptrace/syscall/linux/i386.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/linux copying build/lib/ptrace/syscall/linux/aarch64.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/linux copying build/lib/ptrace/syscall/socketcall_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/syscall_argument.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/prototypes.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/socketcall_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/posix_arg.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/socketcall.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/linux_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/linux_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/posix_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/freebsd_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/freebsd_syscall.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/ptrace_syscall.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall copying build/lib/ptrace/linux_proc.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace copying build/lib/ptrace/ctypes_libc.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace copying build/lib/ptrace/version.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace copying build/lib/ptrace/profiler.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace copying build/lib/ptrace/func_call.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/logging_tools.py to logging_tools.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/error.py to error.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger/debugger.py to debugger.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger/process.py to process.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger/process_error.py to process_error.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger/ptrace_signal.py to ptrace_signal.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger/application.py to application.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger/parse_expr.py to parse_expr.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger/process_event.py to process_event.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger/signal_reason.py to signal_reason.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger/breakpoint.py to breakpoint.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger/backtrace.py to backtrace.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger/child.py to child.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger/memory_mapping.py to memory_mapping.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/debugger/syscall_state.py to syscall_state.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/func_arg.py to func_arg.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/ctypes_tools.py to ctypes_tools.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/process_tools.py to process_tools.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/terminal.py to terminal.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/binding/linux_struct.py to linux_struct.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/binding/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/binding/openbsd_struct.py to openbsd_struct.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/binding/freebsd_struct.py to freebsd_struct.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/binding/cpu.py to cpu.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/binding/func.py to func.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/os_tools.py to os_tools.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/mockup.py to mockup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/signames.py to signames.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/cpu_info.py to cpu_info.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/disasm.py to disasm.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/tools.py to tools.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/pydistorm.py to pydistorm.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/names.py to names.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/linux/x86_64.py to x86_64.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/linux/powerpc64.py to powerpc64.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/linux/powerpc32.py to powerpc32.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/linux/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/linux/i386.py to i386.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/linux/aarch64.py to aarch64.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/socketcall_constants.py to socketcall_constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/syscall_argument.py to syscall_argument.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/prototypes.py to prototypes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/socketcall_struct.py to socketcall_struct.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/posix_arg.py to posix_arg.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/socketcall.py to socketcall.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/linux_constants.py to linux_constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/linux_struct.py to linux_struct.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/posix_constants.py to posix_constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/freebsd_constants.py to freebsd_constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/freebsd_syscall.py to freebsd_syscall.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/syscall/ptrace_syscall.py to ptrace_syscall.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/linux_proc.py to linux_proc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/ctypes_libc.py to ctypes_libc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/version.py to version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/profiler.py to profiler.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/ptrace/func_call.py to func_call.cpython-39.pyc writing byte-compilation script '/tmp/tmp_7lg_a8k.py' /usr/bin/python3 /tmp/tmp_7lg_a8k.py removing /tmp/tmp_7lg_a8k.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' warning: no files found matching 'AUTHORS' warning: no files found matching 'ChangeLog' warning: no files found matching 'INSTALL' warning: no files found matching 'README.cptrace' warning: no files found matching 'TODO' warning: no files found matching 'pyflakes.sh' warning: no files found matching 'python3.0.patch' writing manifest file 'python_ptrace.egg-info/SOURCES.txt' Copying python_ptrace.egg-info to /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9/site-packages/python_ptrace-0.9.8-py3.9.egg-info running install_scripts creating /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/bin copying build/scripts-3.9/gdb.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/bin copying build/scripts-3.9/strace.py -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/bin changing mode of /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/bin/gdb.py to 755 changing mode of /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/bin/strace.py to 755 + rm -rfv /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/bin/__pycache__ + /usr/bin/python3 setup_cptrace.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64 /builddir/build/BUILD/python-ptrace-0.9.8/setup_cptrace.py:20: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses from imp import load_source running install running install_lib creating /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib64/python3.9 creating /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib64/python3.9/site-packages copying build/lib.linux-riscv64-3.9/cptrace.cpython-39-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib64/python3.9/site-packages running install_egg_info Writing /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib64/python3.9/site-packages/cptrace-0.6.1-py3.9.egg-info + rm -f /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/bin/gdb.pyo /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/bin/gdb.pyc /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/bin/strace.pyo /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/bin/strace.pyc + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.9.8-1.fc33 --unique-debug-suffix -0.9.8-1.fc33.riscv64 --unique-debug-src-base python-ptrace-0.9.8-1.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/python-ptrace-0.9.8 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib64/python3.9/site-packages/cptrace.cpython-39-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib64/python3.9/site-packages/cptrace.cpython-39-riscv64-linux-gnu.so original debug info size: 48kB, size after compression: 52kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 6 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/debug/usr/lib64/python3.9 using python3.9 Bytecompiling .py files below /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib/python3.9 using python3.9 Bytecompiling .py files below /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/lib64/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.6pfbMf + umask 022 + cd /builddir/build/BUILD + cd python-ptrace-0.9.8 + /usr/bin/python3 runtests.py FFFFFFFFFFFFFFFFF ====================================================================== FAIL: test_basic (test_strace.TestStrace) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_strace.py", line 46, in test_basic self.assertTrue(pattern.search(stdout), stdout) AssertionError: None is not true : b'' ====================================================================== FAIL: test_chdir (test_strace.TestStrace) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_strace.py", line 74, in test_chdir self.assert_syscall("import os; os.chdir('directory')", File "tests/test_strace.py", line 40, in assert_syscall self.assertTrue(pattern.search(stdout), stdout) AssertionError: None is not true : b'' ====================================================================== FAIL: test_exitcode (test_strace.TestStrace) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_strace.py", line 51, in test_exitcode self.assertEqual(exitcode, ec) AssertionError: 1 != 0 ====================================================================== FAIL: test_exitsignal (test_strace.TestStrace) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_strace.py", line 56, in test_exitsignal self.assertEqual(exitcode, (127 + 1) + signum) AssertionError: 1 != 131 ====================================================================== FAIL: test_getcwd (test_strace.TestStrace) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_strace.py", line 63, in test_getcwd self.assertTrue(match, stdout) AssertionError: None is not true : b'' ====================================================================== FAIL: test_link (test_strace.TestStrace) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_strace.py", line 88, in test_link self.assert_syscall("import os; os.link('oldpath', 'newpath')", File "tests/test_strace.py", line 40, in assert_syscall self.assertTrue(pattern.search(stdout), stdout) AssertionError: None is not true : b'' ====================================================================== FAIL: test_open (test_strace.TestStrace) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_strace.py", line 70, in test_open self.assert_syscall( File "tests/test_strace.py", line 40, in assert_syscall self.assertTrue(pattern.search(stdout), stdout) AssertionError: None is not true : b'' ====================================================================== FAIL: test_rename (test_strace.TestStrace) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_strace.py", line 81, in test_rename self.assert_syscall("import os; os.rename('oldpath', 'newpath')", File "tests/test_strace.py", line 40, in assert_syscall self.assertTrue(pattern.search(stdout), stdout) AssertionError: None is not true : b'' ====================================================================== FAIL: test_socket (test_strace.TestStrace) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_strace.py", line 105, in test_socket self.assert_syscall( File "tests/test_strace.py", line 40, in assert_syscall self.assertTrue(pattern.search(stdout), stdout) AssertionError: None is not true : b'' ====================================================================== FAIL: test_symlink (test_strace.TestStrace) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_strace.py", line 96, in test_symlink self.assert_syscall("import os; os.symlink('target', 'linkpath')", File "tests/test_strace.py", line 40, in assert_syscall self.assertTrue(pattern.search(stdout), stdout) AssertionError: None is not true : b'' ====================================================================== FAIL: test_backtrace (test_gdb.TestGdb) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_gdb.py", line 65, in test_backtrace self.run_command('backtrace') File "tests/test_gdb.py", line 24, in run_command self.assertEqual(exitcode, 0) AssertionError: 1 != 0 ====================================================================== FAIL: test_dbginfo (test_gdb.TestGdb) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_gdb.py", line 72, in test_dbginfo stdout = self.run_command('dbginfo') File "tests/test_gdb.py", line 24, in run_command self.assertEqual(exitcode, 0) AssertionError: 1 != 0 ====================================================================== FAIL: test_maps (test_gdb.TestGdb) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_gdb.py", line 68, in test_maps stdout = self.run_command('maps') File "tests/test_gdb.py", line 24, in run_command self.assertEqual(exitcode, 0) AssertionError: 1 != 0 ====================================================================== FAIL: test_print (test_gdb.TestGdb) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_gdb.py", line 52, in test_print stdout = self.run_command('print 1+2') File "tests/test_gdb.py", line 24, in run_command self.assertEqual(exitcode, 0) AssertionError: 1 != 0 ====================================================================== FAIL: test_proc (test_gdb.TestGdb) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_gdb.py", line 40, in test_proc stdout = self.run_command('proc') File "tests/test_gdb.py", line 24, in run_command self.assertEqual(exitcode, 0) AssertionError: 1 != 0 ====================================================================== FAIL: test_regs (test_gdb.TestGdb) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_gdb.py", line 61, in test_regs self.run_command('regs') File "tests/test_gdb.py", line 24, in run_command self.assertEqual(exitcode, 0) AssertionError: 1 != 0 ====================================================================== FAIL: test_where (test_gdb.TestGdb) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_gdb.py", line 56, in test_where stdout = self.run_command('where') File "tests/test_gdb.py", line 24, in run_command self.assertEqual(exitcode, 0) AssertionError: 1 != 0 ---------------------------------------------------------------------- Ran 17 tests in 61.662s FAILED (failures=17) + : + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-ptrace-0.9.8-1.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5Q8Apg + umask 022 + cd /builddir/build/BUILD + cd python-ptrace-0.9.8 + DOCDIR=/builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.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.8-1.fc33.riscv64/usr/share/doc/python3-ptrace + cp -pr README.rst /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.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.8-1.fc33.riscv64/usr/share/doc/python3-ptrace + cp -pr examples /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/share/doc/python3-ptrace + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.xF0bId + umask 022 + cd /builddir/build/BUILD + cd python-ptrace-0.9.8 + LICENSEDIR=/builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.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.8-1.fc33.riscv64/usr/share/licenses/python3-ptrace + cp -pr COPYING /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64/usr/share/licenses/python3-ptrace + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-ptrace = 0.9.8-1.fc33 python3-ptrace = 0.9.8-1.fc33 python3-ptrace(riscv-64) = 0.9.8-1.fc33 python3.9-ptrace = 0.9.8-1.fc33 python3.9dist(cptrace) = 0.6.1 python3.9dist(python-ptrace) = 0.9.8 python3dist(cptrace) = 0.6.1 python3dist(python-ptrace) = 0.9.8 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) python(abi) = 3.9 rtld(GNU_HASH) Obsoletes: python-ptrace < 0.9.8-1.fc33 Processing files: python-ptrace-debugsource-0.9.8-1.fc33.riscv64 Provides: python-ptrace-debugsource = 0.9.8-1.fc33 python-ptrace-debugsource(riscv-64) = 0.9.8-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-ptrace-debuginfo-0.9.8-1.fc33.riscv64 Provides: debuginfo(build-id) = b8214587df120b5a7c1ca7cee9ba34134fb0bef6 python-ptrace-debuginfo = 0.9.8-1.fc33 python3-ptrace-debuginfo = 0.9.8-1.fc33 python3-ptrace-debuginfo(riscv-64) = 0.9.8-1.fc33 python3.9-ptrace-debuginfo = 0.9.8-1.fc33 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.8-1.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64 Wrote: /builddir/build/RPMS/python-ptrace-debugsource-0.9.8-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python3-ptrace-debuginfo-0.9.8-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/python3-ptrace-0.9.8-1.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.yYJpgf + umask 022 + cd /builddir/build/BUILD + cd python-ptrace-0.9.8 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-ptrace-0.9.8-1.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0