+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/python-ptrace.spec            --define "debug_package %{nil}"            --undefine _annotated_build            --define "_missing_doc_files_terminate_build %{nil}"            --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d"            --define "_emacs_sitelispdir /usr/share/emacs/site-lisp"            --nocheck   ' mockbuild
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ldccuC
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf python-ptrace-0.8.1
+ /usr/bin/gzip -dc /builddir/build/SOURCES/python-ptrace-0.8.1.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd python-ptrace-0.8.1
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ cp -a README README.cptrace
+ chmod 0644 examples/itrace.py examples/simple_dbg.py
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.bmiI2v
+ umask 022
+ cd /builddir/build/BUILD
+ cd python-ptrace-0.8.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 '
+ /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s'
running build
running build_py
creating build
creating build/lib
creating build/lib/ptrace
creating 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/freebsd_struct.py -> build/lib/ptrace/binding
copying ptrace/binding/cpu.py -> build/lib/ptrace/binding
copying ptrace/binding/__init__.py -> build/lib/ptrace/binding
copying ptrace/binding/linux_struct.py -> build/lib/ptrace/binding
creating 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/posix_arg.py -> build/lib/ptrace/syscall
copying ptrace/syscall/prototypes.py -> build/lib/ptrace/syscall
copying ptrace/syscall/socketcall.py -> build/lib/ptrace/syscall
copying ptrace/syscall/freebsd_syscall.py -> build/lib/ptrace/syscall
copying ptrace/syscall/linux_syscall64.py -> build/lib/ptrace/syscall
copying ptrace/syscall/names.py -> build/lib/ptrace/syscall
copying ptrace/syscall/syscall_argument.py -> build/lib/ptrace/syscall
copying ptrace/syscall/linux_syscall32.py -> build/lib/ptrace/syscall
copying ptrace/syscall/freebsd_constants.py -> build/lib/ptrace/syscall
copying ptrace/syscall/socketcall_constants.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/posix_constants.py -> build/lib/ptrace/syscall
copying ptrace/syscall/linux_struct.py -> build/lib/ptrace/syscall
copying ptrace/ctypes_libc.py -> build/lib/ptrace
copying ptrace/os_tools.py -> build/lib/ptrace
copying ptrace/func_call.py -> build/lib/ptrace
copying ptrace/profiler.py -> build/lib/ptrace
copying ptrace/linux_proc.py -> build/lib/ptrace
copying ptrace/terminal.py -> build/lib/ptrace
copying ptrace/logging_tools.py -> build/lib/ptrace
copying ptrace/disasm.py -> build/lib/ptrace
copying ptrace/tools.py -> build/lib/ptrace
copying ptrace/signames.py -> build/lib/ptrace
copying ptrace/ctypes_errno.py -> build/lib/ptrace
copying ptrace/pydistorm.py -> build/lib/ptrace
copying ptrace/six.py -> build/lib/ptrace
copying ptrace/func_arg.py -> build/lib/ptrace
copying ptrace/process_tools.py -> build/lib/ptrace
copying ptrace/mockup.py -> build/lib/ptrace
copying ptrace/cpu_info.py -> build/lib/ptrace
copying ptrace/error.py -> build/lib/ptrace
copying ptrace/__init__.py -> build/lib/ptrace
copying ptrace/ctypes_tools.py -> build/lib/ptrace
copying ptrace/version.py -> build/lib/ptrace
copying ptrace/ctypes_stdint.py -> build/lib/ptrace
creating build/lib/ptrace/debugger
copying ptrace/debugger/ptrace_signal.py -> build/lib/ptrace/debugger
copying ptrace/debugger/process_event.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/breakpoint.py -> build/lib/ptrace/debugger
copying ptrace/debugger/syscall_state.py -> build/lib/ptrace/debugger
copying ptrace/debugger/process_error.py -> build/lib/ptrace/debugger
copying ptrace/debugger/debugger.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/parse_expr.py -> build/lib/ptrace/debugger
copying ptrace/debugger/memory_mapping.py -> build/lib/ptrace/debugger
copying ptrace/debugger/process.py -> build/lib/ptrace/debugger
copying ptrace/debugger/signal_reason.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
+ sleep 1
+ /usr/bin/python2 setup_cptrace.py build
running build
running build_ext
building 'cptrace' extension
creating build/temp.linux-riscv64-2.7
creating build/temp.linux-riscv64-2.7/cptrace
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -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 -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
+ 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 '
+ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s'
running build
running build_py
running build_scripts
creating build/scripts-3.6
copying and adjusting strace.py -> build/scripts-3.6
copying and adjusting gdb.py -> build/scripts-3.6
changing mode of build/scripts-3.6/strace.py from 644 to 755
changing mode of build/scripts-3.6/gdb.py from 644 to 755
+ sleep 1
+ /usr/bin/python3 setup_cptrace.py build
running build
running build_ext
building 'cptrace' extension
creating build/temp.linux-riscv64-3.6
creating build/temp.linux-riscv64-3.6/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 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c cptrace/cptrace.c -o build/temp.linux-riscv64-3.6/cptrace/cptrace.o
creating build/lib.linux-riscv64-3.6
gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g build/temp.linux-riscv64-3.6/cptrace/cptrace.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/cptrace.cpython-36m-riscv64-linux-gnu.so
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.KocoZD
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64
+ cd python-ptrace-0.8.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 '
+ /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64
running install
running install_lib
creating /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr
creating /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib
creating /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7
creating /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages
creating /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace
copying build/lib/ptrace/ctypes_libc.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace
copying build/lib/ptrace/os_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace
copying build/lib/ptrace/func_call.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace
copying build/lib/ptrace/profiler.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace
copying build/lib/ptrace/linux_proc.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace
copying build/lib/ptrace/terminal.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace
copying build/lib/ptrace/logging_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace
copying build/lib/ptrace/disasm.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace
copying build/lib/ptrace/tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace
copying build/lib/ptrace/signames.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace
copying build/lib/ptrace/ctypes_errno.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace
copying build/lib/ptrace/pydistorm.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace
copying build/lib/ptrace/six.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace
copying build/lib/ptrace/func_arg.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace
copying build/lib/ptrace/process_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace
copying build/lib/ptrace/mockup.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace
copying build/lib/ptrace/cpu_info.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace
creating /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/linux_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/ptrace_syscall.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/posix_arg.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/prototypes.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/socketcall.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/freebsd_syscall.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/linux_syscall64.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/names.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/syscall_argument.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/linux_syscall32.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/freebsd_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/socketcall_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/socketcall_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/posix_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/linux_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall
copying build/lib/ptrace/error.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace
copying build/lib/ptrace/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace
copying build/lib/ptrace/ctypes_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace
creating /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/ptrace_signal.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/process_event.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/backtrace.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/child.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/breakpoint.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/syscall_state.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/process_error.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/debugger.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/application.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/parse_expr.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/memory_mapping.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/process.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/signal_reason.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger
creating /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/binding
copying build/lib/ptrace/binding/func.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/binding
copying build/lib/ptrace/binding/openbsd_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/binding
copying build/lib/ptrace/binding/freebsd_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/binding
copying build/lib/ptrace/binding/cpu.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/binding
copying build/lib/ptrace/binding/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/binding
copying build/lib/ptrace/binding/linux_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/binding
copying build/lib/ptrace/version.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace
copying build/lib/ptrace/ctypes_stdint.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/ctypes_libc.py to ctypes_libc.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/os_tools.py to os_tools.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/func_call.py to func_call.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/profiler.py to profiler.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/linux_proc.py to linux_proc.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/terminal.py to terminal.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/logging_tools.py to logging_tools.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/disasm.py to disasm.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/tools.py to tools.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/signames.py to signames.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/ctypes_errno.py to ctypes_errno.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/pydistorm.py to pydistorm.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/six.py to six.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/func_arg.py to func_arg.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/process_tools.py to process_tools.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/mockup.py to mockup.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/cpu_info.py to cpu_info.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/linux_constants.py to linux_constants.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/ptrace_syscall.py to ptrace_syscall.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/posix_arg.py to posix_arg.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/prototypes.py to prototypes.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/socketcall.py to socketcall.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/freebsd_syscall.py to freebsd_syscall.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/linux_syscall64.py to linux_syscall64.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/names.py to names.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/syscall_argument.py to syscall_argument.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/linux_syscall32.py to linux_syscall32.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/freebsd_constants.py to freebsd_constants.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/socketcall_constants.py to socketcall_constants.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/__init__.py to __init__.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/socketcall_struct.py to socketcall_struct.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/posix_constants.py to posix_constants.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/syscall/linux_struct.py to linux_struct.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/error.py to error.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/__init__.py to __init__.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/ctypes_tools.py to ctypes_tools.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/ptrace_signal.py to ptrace_signal.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/process_event.py to process_event.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/backtrace.py to backtrace.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/child.py to child.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/breakpoint.py to breakpoint.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/syscall_state.py to syscall_state.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/process_error.py to process_error.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/debugger.py to debugger.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/__init__.py to __init__.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/application.py to application.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/parse_expr.py to parse_expr.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/memory_mapping.py to memory_mapping.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/process.py to process.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/debugger/signal_reason.py to signal_reason.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/binding/func.py to func.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/binding/openbsd_struct.py to openbsd_struct.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/binding/freebsd_struct.py to freebsd_struct.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/binding/cpu.py to cpu.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/binding/__init__.py to __init__.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/binding/linux_struct.py to linux_struct.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/version.py to version.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/ptrace/ctypes_stdint.py to ctypes_stdint.pyc
writing byte-compilation script '/tmp/tmpO6bTSv.py'
/usr/bin/python2 -O /tmp/tmpO6bTSv.py
removing /tmp/tmpO6bTSv.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'
warning: no files found matching 'AUTHORS'
warning: no files found matching 'ChangeLog'
warning: no files found matching 'INSTALL'
warning: no files found matching 'TODO'
warning: no files found matching 'conv_python3.0.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.8.1-3.fc28.riscv64/usr/lib/python2.7/site-packages/python_ptrace-0.8.1-py2.7.egg-info
running install_scripts
creating /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/bin
copying build/scripts-2.7/strace.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/bin
copying build/scripts-2.7/gdb.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/bin
changing mode of /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/bin/strace.py to 755
changing mode of /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/bin/gdb.py to 755
+ /usr/bin/python2 setup_cptrace.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64
running install
running install_lib
creating /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib64
creating /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib64/python2.7
creating /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib64/python2.7/site-packages
copying build/lib.linux-riscv64-2.7/cptrace.so -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib64/python2.7/site-packages
running install_egg_info
Writing /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib64/python2.7/site-packages/cptrace-0.6.1-py2.7.egg-info
+ for f in gdb strace
+ rm -f /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/bin/gdb.pyo /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/bin/gdb.pyc
+ mv /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/bin/gdb.py /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/bin/gdb-python2.py
+ for f in gdb strace
+ rm -f /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/bin/strace.pyo /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/bin/strace.pyc
+ mv /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/bin/strace.py /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.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 '
+ /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64
running install
running install_lib
creating /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6
creating /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages
creating /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace
copying build/lib/ptrace/ctypes_libc.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace
copying build/lib/ptrace/os_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace
copying build/lib/ptrace/func_call.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace
copying build/lib/ptrace/profiler.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace
copying build/lib/ptrace/linux_proc.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace
copying build/lib/ptrace/terminal.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace
copying build/lib/ptrace/logging_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace
copying build/lib/ptrace/disasm.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace
copying build/lib/ptrace/tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace
copying build/lib/ptrace/signames.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace
copying build/lib/ptrace/ctypes_errno.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace
copying build/lib/ptrace/pydistorm.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace
copying build/lib/ptrace/six.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace
copying build/lib/ptrace/func_arg.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace
copying build/lib/ptrace/process_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace
copying build/lib/ptrace/mockup.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace
copying build/lib/ptrace/cpu_info.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace
creating /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/linux_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/ptrace_syscall.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/posix_arg.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/prototypes.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/socketcall.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/freebsd_syscall.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/linux_syscall64.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/names.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/syscall_argument.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/linux_syscall32.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/freebsd_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/socketcall_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/socketcall_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/posix_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall
copying build/lib/ptrace/syscall/linux_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall
copying build/lib/ptrace/error.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace
copying build/lib/ptrace/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace
copying build/lib/ptrace/ctypes_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace
creating /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/ptrace_signal.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/process_event.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/backtrace.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/child.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/breakpoint.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/syscall_state.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/process_error.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/debugger.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/application.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/parse_expr.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/memory_mapping.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/process.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger
copying build/lib/ptrace/debugger/signal_reason.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger
creating /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/binding
copying build/lib/ptrace/binding/func.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/binding
copying build/lib/ptrace/binding/openbsd_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/binding
copying build/lib/ptrace/binding/freebsd_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/binding
copying build/lib/ptrace/binding/cpu.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/binding
copying build/lib/ptrace/binding/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/binding
copying build/lib/ptrace/binding/linux_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/binding
copying build/lib/ptrace/version.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace
copying build/lib/ptrace/ctypes_stdint.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/ctypes_libc.py to ctypes_libc.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/os_tools.py to os_tools.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/func_call.py to func_call.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/profiler.py to profiler.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/linux_proc.py to linux_proc.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/terminal.py to terminal.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/logging_tools.py to logging_tools.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/disasm.py to disasm.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/tools.py to tools.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/signames.py to signames.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/ctypes_errno.py to ctypes_errno.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/pydistorm.py to pydistorm.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/six.py to six.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/func_arg.py to func_arg.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/process_tools.py to process_tools.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/mockup.py to mockup.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/cpu_info.py to cpu_info.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall/linux_constants.py to linux_constants.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall/ptrace_syscall.py to ptrace_syscall.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall/posix_arg.py to posix_arg.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall/prototypes.py to prototypes.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall/socketcall.py to socketcall.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall/freebsd_syscall.py to freebsd_syscall.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall/linux_syscall64.py to linux_syscall64.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall/names.py to names.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall/syscall_argument.py to syscall_argument.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall/linux_syscall32.py to linux_syscall32.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall/freebsd_constants.py to freebsd_constants.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall/socketcall_constants.py to socketcall_constants.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall/__init__.py to __init__.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall/socketcall_struct.py to socketcall_struct.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall/posix_constants.py to posix_constants.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/syscall/linux_struct.py to linux_struct.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/error.py to error.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/__init__.py to __init__.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/ctypes_tools.py to ctypes_tools.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger/ptrace_signal.py to ptrace_signal.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger/process_event.py to process_event.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger/backtrace.py to backtrace.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger/child.py to child.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger/breakpoint.py to breakpoint.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger/syscall_state.py to syscall_state.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger/process_error.py to process_error.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger/debugger.py to debugger.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger/__init__.py to __init__.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger/application.py to application.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger/parse_expr.py to parse_expr.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger/memory_mapping.py to memory_mapping.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger/process.py to process.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/debugger/signal_reason.py to signal_reason.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/binding/func.py to func.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/binding/openbsd_struct.py to openbsd_struct.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/binding/freebsd_struct.py to freebsd_struct.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/binding/cpu.py to cpu.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/binding/__init__.py to __init__.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/binding/linux_struct.py to linux_struct.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/version.py to version.cpython-36.pyc
byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/ptrace/ctypes_stdint.py to ctypes_stdint.cpython-36.pyc
writing byte-compilation script '/tmp/tmpzeif6k4l.py'
/usr/bin/python3 /tmp/tmpzeif6k4l.py
removing /tmp/tmpzeif6k4l.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 'TODO'
warning: no files found matching 'conv_python3.0.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.8.1-3.fc28.riscv64/usr/lib/python3.6/site-packages/python_ptrace-0.8.1-py3.6.egg-info
running install_scripts
copying build/scripts-3.6/strace.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/bin
copying build/scripts-3.6/gdb.py -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/bin
changing mode of /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/bin/strace.py to 755
changing mode of /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/bin/gdb.py to 755
+ /usr/bin/python3 setup_cptrace.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64
running install
running install_lib
creating /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib64/python3.6
creating /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib64/python3.6/site-packages
copying build/lib.linux-riscv64-3.6/cptrace.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib64/python3.6/site-packages
running install_egg_info
Writing /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib64/python3.6/site-packages/cptrace-0.6.1-py3.6.egg-info
+ rm -f /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/bin/gdb.pyo /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/bin/gdb.pyc /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/bin/strace.pyo /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/bin/strace.pyc
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip /usr/bin/strip
+ /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
Bytecompiling .py files below /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python3.6 using /usr/bin/python3.6
Bytecompiling .py files below /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib/python2.7 using /usr/bin/python2.7
Bytecompiling .py files below /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib64/python3.6 using /usr/bin/python3.6
Bytecompiling .py files below /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: python2-ptrace-0.8.1-3.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.bZnfTD
+ umask 022
+ cd /builddir/build/BUILD
+ cd python-ptrace-0.8.1
+ DOCDIR=/builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.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.8.1-3.fc28.riscv64/usr/share/doc/python2-ptrace
+ cp -pr README /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/share/doc/python2-ptrace
+ cp -pr doc/authors.rst doc/changelog.rst doc/conf.py doc/cptrace.rst doc/gdb.rst doc/index.rst doc/install.rst doc/process.rst doc/process_events.rst doc/ptrace_signal.rst doc/syscall.rst doc/todo.rst /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/share/doc/python2-ptrace
+ cp -pr examples /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/share/doc/python2-ptrace
+ exit 0
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.vYL1so
+ umask 022
+ cd /builddir/build/BUILD
+ cd python-ptrace-0.8.1
+ LICENSEDIR=/builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.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.8.1-3.fc28.riscv64/usr/share/licenses/python2-ptrace
+ cp -pr COPYING /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/share/licenses/python2-ptrace
+ exit 0
Provides: python-ptrace = 0.8.1-3.fc28 python-ptrace(riscv-64) = 0.8.1-3.fc28 python2-ptrace = 0.8.1-3.fc28 python2-ptrace(riscv-64) = 0.8.1-3.fc28 python2.7dist(cptrace) = 0.6.1 python2.7dist(python-ptrace) = 0.8.1 python2dist(cptrace) = 0.6.1 python2dist(python-ptrace) = 0.8.1
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: /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)
Obsoletes: python-ptrace < 0.8.1-3.fc28
Processing files: python3-ptrace-0.8.1-3.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.uYv9uZ
+ umask 022
+ cd /builddir/build/BUILD
+ cd python-ptrace-0.8.1
+ DOCDIR=/builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.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.8.1-3.fc28.riscv64/usr/share/doc/python3-ptrace
+ cp -pr README /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/share/doc/python3-ptrace
+ cp -pr doc/authors.rst doc/changelog.rst doc/conf.py doc/cptrace.rst doc/gdb.rst doc/index.rst doc/install.rst doc/process.rst doc/process_events.rst doc/ptrace_signal.rst doc/syscall.rst doc/todo.rst /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/share/doc/python3-ptrace
+ cp -pr examples /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/share/doc/python3-ptrace
+ exit 0
Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.oi97ub
+ umask 022
+ cd /builddir/build/BUILD
+ cd python-ptrace-0.8.1
+ LICENSEDIR=/builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.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.8.1-3.fc28.riscv64/usr/share/licenses/python3-ptrace
+ cp -pr COPYING /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64/usr/share/licenses/python3-ptrace
+ exit 0
Provides: python3-ptrace = 0.8.1-3.fc28 python3-ptrace(riscv-64) = 0.8.1-3.fc28 python3.6dist(cptrace) = 0.6.1 python3.6dist(python-ptrace) = 0.8.1 python3dist(cptrace) = 0.6.1 python3dist(python-ptrace) = 0.8.1
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: /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.6m.so.1.0()(64bit) python(abi) = 3.6 rtld(GNU_HASH)
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64
Wrote: /builddir/build/SRPMS/python-ptrace-0.8.1-3.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/python2-ptrace-0.8.1-3.fc28.riscv64.rpm
Wrote: /builddir/build/RPMS/riscv64/python3-ptrace-0.8.1-3.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.SluQbP
+ umask 022
+ cd /builddir/build/BUILD
+ cd python-ptrace-0.8.1
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/python-ptrace-0.8.1-3.fc28.riscv64
+ exit 0
+ touch /buildok
+ cleanup
+ set +e
+ sync
+ sleep 5
+ sync
+ poweroff
Terminated
++ cleanup
++ set +e
++ sync
++ sleep 5
Terminated
+++ cleanup
+++ set +e
+++ sync
+++ sleep 5
+++ sync
+++ poweroff