Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-ptrace.spec'], user='mockbuild'gid=135chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-8904/root'printOutput=Falseuid=1001logger=shell=Falsetimeout=0env={'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'SHELL': '/bin/bash'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-ptrace.spec'] with env {'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'SHELL': '/bin/bash'} and shell False sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory warning: Could not canonicalize hostname: copr-builder-334468112.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-ptrace-0.9-2.el7.centos.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-ptrace.spec'], user='mockbuild'gid=135chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-8904/root'printOutput=Falseuid=1001logger=shell=Falsetimeout=0private_network=Trueenv={'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'SHELL': '/bin/bash'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-ptrace.spec'] with env {'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'SHELL': '/bin/bash'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.MQp1Ha + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-ptrace-0.9 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-ptrace-0.9.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-ptrace-0.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (network-testing.patch): + echo 'Patch #0 (network-testing.patch):' + /usr/bin/patch -p1 --fuzz=0 + /usr/bin/cat /builddir/build/SOURCES/network-testing.patch patching file cptrace/cptrace.c patching file ptrace/binding/func.py patching file ptrace/ctypes_errno.py patching file ptrace/ctypes_libc.py patching file ptrace/ctypes_stdint.py patching file ptrace/debugger/child.py patching file ptrace/debugger/process.py patching file ptrace/syscall/ptrace_syscall.py patching file ptrace/syscall/socketcall_constants.py + 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.CTx3gS + umask 022 + cd /builddir/build/BUILD + cd python-ptrace-0.9 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /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/linux_struct.py -> build/lib/ptrace/binding copying ptrace/binding/__init__.py -> build/lib/ptrace/binding creating build/lib/ptrace/syscall copying ptrace/syscall/socketcall_constants.py -> build/lib/ptrace/syscall copying ptrace/syscall/ptrace_syscall.py -> build/lib/ptrace/syscall copying ptrace/syscall/socketcall_struct.py -> build/lib/ptrace/syscall copying ptrace/syscall/linux_constants.py -> build/lib/ptrace/syscall copying ptrace/syscall/freebsd_constants.py -> build/lib/ptrace/syscall copying ptrace/syscall/freebsd_syscall.py -> build/lib/ptrace/syscall copying ptrace/syscall/posix_arg.py -> build/lib/ptrace/syscall copying ptrace/syscall/names.py -> build/lib/ptrace/syscall copying ptrace/syscall/linux_syscall64.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/posix_constants.py -> build/lib/ptrace/syscall copying ptrace/syscall/syscall_argument.py -> build/lib/ptrace/syscall copying ptrace/syscall/linux_struct.py -> build/lib/ptrace/syscall copying ptrace/syscall/__init__.py -> build/lib/ptrace/syscall copying ptrace/syscall/linux_syscall32.py -> build/lib/ptrace/syscall copying ptrace/tools.py -> build/lib/ptrace copying ptrace/linux_proc.py -> build/lib/ptrace copying ptrace/version.py -> build/lib/ptrace copying ptrace/disasm.py -> build/lib/ptrace copying ptrace/process_tools.py -> build/lib/ptrace copying ptrace/os_tools.py -> build/lib/ptrace copying ptrace/func_call.py -> build/lib/ptrace copying ptrace/terminal.py -> build/lib/ptrace copying ptrace/six.py -> build/lib/ptrace copying ptrace/cpu_info.py -> build/lib/ptrace copying ptrace/profiler.py -> build/lib/ptrace copying ptrace/pydistorm.py -> build/lib/ptrace copying ptrace/func_arg.py -> build/lib/ptrace copying ptrace/signames.py -> build/lib/ptrace copying ptrace/mockup.py -> build/lib/ptrace copying ptrace/ctypes_tools.py -> build/lib/ptrace copying ptrace/error.py -> build/lib/ptrace copying ptrace/__init__.py -> build/lib/ptrace copying ptrace/logging_tools.py -> build/lib/ptrace creating build/lib/ptrace/debugger copying ptrace/debugger/process.py -> build/lib/ptrace/debugger copying ptrace/debugger/child.py -> build/lib/ptrace/debugger copying ptrace/debugger/backtrace.py -> build/lib/ptrace/debugger copying ptrace/debugger/process_event.py -> build/lib/ptrace/debugger copying ptrace/debugger/parse_expr.py -> build/lib/ptrace/debugger copying ptrace/debugger/breakpoint.py -> build/lib/ptrace/debugger copying ptrace/debugger/debugger.py -> build/lib/ptrace/debugger copying ptrace/debugger/process_error.py -> build/lib/ptrace/debugger copying ptrace/debugger/signal_reason.py -> build/lib/ptrace/debugger copying ptrace/debugger/syscall_state.py -> build/lib/ptrace/debugger copying ptrace/debugger/memory_mapping.py -> build/lib/ptrace/debugger copying ptrace/debugger/ptrace_signal.py -> build/lib/ptrace/debugger copying ptrace/debugger/__init__.py -> build/lib/ptrace/debugger copying ptrace/debugger/application.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 + /usr/bin/python2 setup_cptrace.py build running build running build_ext building 'cptrace' extension creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/cptrace gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c cptrace/cptrace.c -o build/temp.linux-x86_64-2.7/cptrace/cptrace.o creating build/lib.linux-x86_64-2.7 gcc -pthread -shared -Wl,-z,relro build/temp.linux-x86_64-2.7/cptrace/cptrace.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/cptrace.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.WCDgzA + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64 + cd python-ptrace-0.9 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr creating /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace creating /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/application.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/ptrace_signal.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/memory_mapping.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/syscall_state.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/signal_reason.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/process_error.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/debugger.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/breakpoint.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/parse_expr.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/process_event.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/backtrace.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/child.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/debugger/process.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger copying build/lib/ptrace/logging_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/error.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/ctypes_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/mockup.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/signames.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/func_arg.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/pydistorm.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/profiler.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/cpu_info.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/six.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/terminal.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/func_call.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/os_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/process_tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/disasm.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/version.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/linux_proc.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace copying build/lib/ptrace/tools.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace creating /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/linux_syscall32.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/linux_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/syscall_argument.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/posix_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/socketcall.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/prototypes.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/linux_syscall64.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/names.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/posix_arg.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/freebsd_syscall.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/freebsd_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/linux_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/socketcall_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/ptrace_syscall.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall copying build/lib/ptrace/syscall/socketcall_constants.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall creating /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/binding copying build/lib/ptrace/binding/__init__.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/binding copying build/lib/ptrace/binding/linux_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/binding copying build/lib/ptrace/binding/cpu.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/binding copying build/lib/ptrace/binding/freebsd_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/binding copying build/lib/ptrace/binding/openbsd_struct.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/binding copying build/lib/ptrace/binding/func.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/binding byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger/application.py to application.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger/ptrace_signal.py to ptrace_signal.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger/memory_mapping.py to memory_mapping.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger/syscall_state.py to syscall_state.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger/signal_reason.py to signal_reason.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger/process_error.py to process_error.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger/debugger.py to debugger.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger/breakpoint.py to breakpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger/parse_expr.py to parse_expr.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger/process_event.py to process_event.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger/backtrace.py to backtrace.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger/child.py to child.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/debugger/process.py to process.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/logging_tools.py to logging_tools.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/error.py to error.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/ctypes_tools.py to ctypes_tools.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/mockup.py to mockup.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/signames.py to signames.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/func_arg.py to func_arg.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/pydistorm.py to pydistorm.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/profiler.py to profiler.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/cpu_info.py to cpu_info.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/six.py to six.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/terminal.py to terminal.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/func_call.py to func_call.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/os_tools.py to os_tools.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/process_tools.py to process_tools.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/disasm.py to disasm.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/linux_proc.py to linux_proc.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/tools.py to tools.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall/linux_syscall32.py to linux_syscall32.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall/linux_struct.py to linux_struct.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall/syscall_argument.py to syscall_argument.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall/posix_constants.py to posix_constants.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall/socketcall.py to socketcall.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall/prototypes.py to prototypes.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall/linux_syscall64.py to linux_syscall64.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall/names.py to names.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall/posix_arg.py to posix_arg.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall/freebsd_syscall.py to freebsd_syscall.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall/freebsd_constants.py to freebsd_constants.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall/linux_constants.py to linux_constants.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall/socketcall_struct.py to socketcall_struct.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall/ptrace_syscall.py to ptrace_syscall.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/syscall/socketcall_constants.py to socketcall_constants.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/binding/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/binding/linux_struct.py to linux_struct.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/binding/cpu.py to cpu.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/binding/freebsd_struct.py to freebsd_struct.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/binding/openbsd_struct.py to openbsd_struct.pyc byte-compiling /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/ptrace/binding/func.py to func.pyc writing byte-compilation script '/tmp/tmpSoOkGN.py' /usr/bin/python2 -O /tmp/tmpSoOkGN.py removing /tmp/tmpSoOkGN.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.9-2.el7.centos.x86_64/usr/lib/python2.7/site-packages/python_ptrace-0.9-py2.7.egg-info running install_scripts creating /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/bin copying build/scripts-2.7/gdb.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/bin copying build/scripts-2.7/strace.py -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/bin changing mode of /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/bin/gdb.py to 755 changing mode of /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/bin/strace.py to 755 + /usr/bin/python2 setup_cptrace.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages copying build/lib.linux-x86_64-2.7/cptrace.so -> /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages running install_egg_info Writing /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/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.9-2.el7.centos.x86_64/usr/bin/gdb.pyo /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/bin/gdb.pyc + mv /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/bin/gdb.py /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/bin/gdb-python2.py + for f in gdb strace + rm -f /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/bin/strace.pyo /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/bin/strace.pyc + mv /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/bin/strace.py /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/bin/strace-python2.py + rm -f /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/bin/gdb.pyo /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/bin/gdb.pyc /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/bin/strace.pyo /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/bin/strace.pyc + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/python-ptrace-0.9 extracting debug info from /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib64/python2.7/site-packages/cptrace.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 6 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/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.9-2.el7.centos.x86_64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/debug/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Oh4x5l + umask 022 + cd /builddir/build/BUILD + cd python-ptrace-0.9 + /usr/bin/python2 runtests.py .....F.......... Processing files: python2-ptrace-0.9-2.el7.centos.x86_64 ====================================================================== FAIL: test_openat (test_strace.TestStrace) ---------------------------------------------------------------------- Traceback (most recent call last): File "tests/test_strace.py", line 97, in test_openat br"^openat\(AT_FDCWD, '\.', O_RDONLY\|O_NONBLOCK\|O_DIRECTORY(\|O_CLOEXEC)?[^,]+, O_RDONLY\)") File "tests/test_strace.py", line 36, in assert_syscall self.assertTrue(pattern.search(stdout), stdout) AssertionError: execve(/usr/bin/python2, ['/usr/bin/python2', '-c', 'import os; os.listdir(os.curdir)'], [/* 40 vars */]) = 10266 brk(0) = 19705856 (0x00000000012cb000) mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266525184 (0x00007fa07cdfa000) access('/etc/ld.so.preload', (4)) = -2 ENOENT (No such file or directory) open('/etc/ld.so.cache', O_RDONLY|O_CLOEXEC (02000000L), O_WRONLY (01L)) = 3 fstat(3, 0x00007ffd92ab9b70) = 0 mmap(0, 10801, (1), 2, 3, 0) = 140327266512896 (0x00007fa07cdf7000) close(3) = 0 open('/lib64/libpython2.7.so.1.0', O_RDONLY|O_CLOEXEC (02000000L), O_RDONLY|O_TRUNC|O_SYNC|O_DIRECT|O_LARGEFILE|O_DIRECTORY|O_NOFOLLOW|O_NOATIME|O_CLOEXEC|O_TMPFILE|140327261306888 (03772017467751010L)) = 3 read(3, 0x00007ffd92ab9d20, 832) = 832 (0x0000000000000340) fstat(3, 0x00007ffd92ab9bd0) = 0 mmap(0, 3954216, (5), 2050, 3, 0) = 140327260340224 (0x00007fa07c814000) mprotect(140327261880320, 2097152, 0) = 0 mmap(140327263977472, 258048, (3), 2066, 3, 1540096) = 140327263977472 (0x00007fa07cb8c000) mmap(140327264235520, 58920, (3), 50, 4294967295, 0) = 140327264235520 (0x00007fa07cbcb000) close(3) = 0 open('/lib64/libpthread.so.0', O_RDONLY|O_CLOEXEC (02000000L), O_RDONLY|O_TRUNC|O_SYNC|O_DIRECT|O_LARGEFILE|O_DIRECTORY|O_NOFOLLOW|O_NOATIME|O_CLOEXEC|O_TMPFILE|140327261306888 (03772017467751010L)) = 3 read(3, 0x00007ffd92ab9cf0, 832) = 832 (0x0000000000000340) fstat(3, 0x00007ffd92ab9ba0) = 0 mmap(0, 2208864, (5), 2050, 3, 0) = 140327258128384 (0x00007fa07c5f8000) mprotect(140327258218496, 2097152, 0) = 0 mmap(140327260315648, 8192, (3), 2066, 3, 90112) = 140327260315648 (0x00007fa07c80e000) mmap(140327260323840, 13408, (3), 50, 4294967295, 0) = 140327260323840 (0x00007fa07c810000) close(3) = 0 open('/lib64/libdl.so.2', O_RDONLY|O_CLOEXEC (02000000L), O_RDONLY|O_TRUNC|O_SYNC|O_DIRECT|O_LARGEFILE|O_DIRECTORY|O_NOFOLLOW|O_NOATIME|O_CLOEXEC|O_TMPFILE|140327261306888 (03772017467751010L)) = 3 read(3, 0x00007ffd92ab9cc0, 832) = 832 (0x0000000000000340) fstat(3, 0x00007ffd92ab9b70) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266508800 (0x00007fa07cdf6000) mmap(0, 2109744, (5), 2050, 3, 0) = 140327256014848 (0x00007fa07c3f4000) mprotect(140327256027136, 2093056, 0) = 0 mmap(140327258120192, 8192, (3), 2066, 3, 8192) = 140327258120192 (0x00007fa07c5f6000) close(3) = 0 open('/lib64/libutil.so.1', O_RDONLY|O_CLOEXEC (02000000L), O_RDONLY|O_TRUNC|O_SYNC|O_DIRECT|O_LARGEFILE|O_DIRECTORY|O_NOFOLLOW|O_NOATIME|O_CLOEXEC|O_TMPFILE|140327261306888 (03772017467751010L)) = 3 read(3, 0x00007ffd92ab9c90, 832) = 832 (0x0000000000000340) fstat(3, 0x00007ffd92ab9b40) = 0 mmap(0, 2105616, (5), 2050, 3, 0) = 140327253905408 (0x00007fa07c1f1000) mprotect(140327253913600, 2093056, 0) = 0 mmap(140327256006656, 8192, (3), 2066, 3, 4096) = 140327256006656 (0x00007fa07c3f2000) close(3) = 0 open('/lib64/libm.so.6', O_RDONLY|O_CLOEXEC (02000000L), O_RDONLY|O_TRUNC|O_SYNC|O_DIRECT|O_LARGEFILE|O_DIRECTORY|O_NOFOLLOW|O_NOATIME|O_CLOEXEC|O_TMPFILE|140327261306888 (03772017467751010L)) = 3 read(3, 0x00007ffd92ab9c60, 832) = 832 (0x0000000000000340) fstat(3, 0x00007ffd92ab9b10) = 0 mmap(0, 3150168, (5), 2050, 3, 0) = 140327250751488 (0x00007fa07beef000) mprotect(140327251804160, 2093056, 0) = 0 mmap(140327253897216, 8192, (3), 2066, 3, 1048576) = 140327253897216 (0x00007fa07c1ef000) close(3) = 0 open('/lib64/libc.so.6', O_RDONLY|O_CLOEXEC (02000000L), O_RDONLY|O_TRUNC|O_SYNC|O_DIRECT|O_LARGEFILE|O_DIRECTORY|O_NOFOLLOW|O_NOATIME|O_CLOEXEC|O_TMPFILE|140327261306888 (03772017467751010L)) = 3 read(3, 0x00007ffd92ab9c30, 832) = 832 (0x0000000000000340) fstat(3, 0x00007ffd92ab9ae0) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266504704 (0x00007fa07cdf5000) mmap(0, 3936832, (5), 2050, 3, 0) = 140327246811136 (0x00007fa07bb2d000) mprotect(140327248609280, 2097152, 0) = 0 mmap(140327250706432, 24576, (3), 2066, 3, 1798144) = 140327250706432 (0x00007fa07bee4000) mmap(140327250731008, 16960, (3), 50, 4294967295, 0) = 140327250731008 (0x00007fa07beea000) close(3) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266500608 (0x00007fa07cdf4000) mmap(0, 8192, (3), 34, 4294967295, 0) = 140327266492416 (0x00007fa07cdf2000) arch_prctl(0x0000000000001002, 0x00007fa07cdf2740, 0x00007fa07cdf3050, 0x0000000000000022, 0x00000000ffffffff, 0x0000000000000000) = 0 mprotect(140327250706432, 16384, 1) = 0 mprotect(140327253897216, 4096, 1) = 0 mprotect(140327256006656, 4096, 1) = 0 mprotect(140327258120192, 4096, 1) = 0 mprotect(140327260315648, 4096, 1) = 0 mprotect(140327263977472, 4096, 1) = 0 mprotect(6291456, 4096, 1) = 0 mprotect(140327266529280, 4096, 1) = 0 munmap(140327266512896, 10801) = 0 set_tid_address(0x00007fa07cdf2a10) = 10266 (0x000000000000281a) set_robust_list(0x00007fa07cdf2a20, 24) = 0 rt_sigaction(signal<32>, 0x00007ffd92aba270, NULL, 0x0000000000000008) = 0 rt_sigaction(signal<33>, 0x00007ffd92aba270, NULL, 0x0000000000000008) = 0 rt_sigprocmask(SIG_UNBLOCK, 0x00007ffd92aba3e8, NULL, 8) = 0 getrlimit(RLIMIT_STACK, 0x00007ffd92aba3d0) = 0 brk(0) = 19705856 (0x00000000012cb000) brk(19841024) = 19841024 (0x00000000012ec000) brk(0) = 19841024 (0x00000000012ec000) ioctl(0, 21505, 140727064175232) = -25 ENOTTY (Inappropriate ioctl for device) mmap(0, 266240, (3), 34, 4294967295, 0) = 140327266226176 (0x00007fa07cdb1000) brk(0) = 19841024 (0x00000000012ec000) brk(19976192) = 19976192 (0x000000000130d000) fstat(0, 0x00007ffd92aba1f0) = 0 fstat(0, 0x00007ffd92aba0f0) = 0 fstat(1, 0x00007ffd92aba0f0) = 0 fstat(2, 0x00007ffd92aba0f0) = 0 readlink('/usr/bin/python2', 0x00007ffd92ab9190, 4096) = 9 readlink('/usr/bin/python2.7', 0x00007ffd92ab9190, 4096) = -22 EINVAL (Invalid argument) stat('/usr/bin/Modules/Setup', 0x00007ffd92ab7020) = -2 ENOENT (No such file or directory) stat('/usr/bin/lib64/python2.7/os.py', 0x00007ffd92ab7010) = -2 ENOENT (No such file or directory) stat('/usr/bin/lib64/python2.7/os.pyc', 0x00007ffd92ab7010) = -2 ENOENT (No such file or directory) stat('/usr/lib64/python2.7/os.py', 0x00007ffd92ab7010) = 0 stat('/usr/bin/pybuilddir.txt', 0x00007ffd92ab7020) = -2 ENOENT (No such file or directory) stat('/usr/bin/lib64/python2.7/lib-dynload', 0x00007ffd92ab7020) = -2 ENOENT (No such file or directory) stat('/usr/lib64/python2.7/lib-dynload', 0x00007ffd92ab7020) = 0 mmap(0, 266240, (3), 34, 4294967295, 0) = 140327265959936 (0x00007fa07cd70000) rt_sigaction(SIGPIPE, 0x00007ffd92aba020, 0x00007ffd92aba0c0, 0x0000000000000008) = 0 rt_sigaction(SIGXFSZ, 0x00007ffd92aba020, 0x00007ffd92aba0c0, 0x0000000000000008) = 0 rt_sigaction(SIGHUP, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGINT, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGQUIT, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGILL, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGTRAP, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGABRT, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGBUS, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGFPE, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGKILL, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGUSR1, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGSEGV, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGUSR2, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGPIPE, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGALRM, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGTERM, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<16>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGCHLD, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGCONT, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGSTOP, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGTSTP, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGTTIN, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGTTOU, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGURG, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGXCPU, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGXFSZ, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGVTALRM, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGPROF, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGWINCH, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGPOLL, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGPWR, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGSYS, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGRTMIN, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<35>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<36>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<37>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<38>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<39>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<40>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<41>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<42>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<43>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<44>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<45>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<46>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<47>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<48>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<49>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<50>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<51>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<52>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<53>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<54>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<55>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<56>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<57>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<58>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<59>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<60>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<61>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<62>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(signal<63>, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGRTMAX, NULL, 0x00007ffd92aba140, 0x0000000000000008) = 0 rt_sigaction(SIGINT, 0x00007ffd92ab9ff0, 0x00007ffd92aba090, 0x0000000000000008) = 0 brk(0) = 19976192 (0x000000000130d000) brk(20111360) = 20111360 (0x000000000132e000) stat('/usr/lib64/python27.zip', 0x00007ffd92ab5b10) = -2 ENOENT (No such file or directory) stat('/usr/lib64', 0x00007ffd92ab5b10) = 0 stat('/usr/lib64/python27.zip', 0x00007ffd92ab8b60) = -2 ENOENT (No such file or directory) stat('/usr/lib64/python2.7/', 0x00007ffd92ab5b10) = 0 stat('/usr/lib64/python2.7/', 0x00007ffd92ab8b60) = 0 stat('/usr/lib64/python2.7/site', 0x00007ffd92ab8d20) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/site.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/sitemodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/site.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 3 fstat(3, 0x00007ffd92ab9e90) = 0 open('/usr/lib64/python2.7/site.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 4 fstat(4, 0x00007ffd92ab9ce0) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(4, 0x00007fa07cdf9000, 4096) = 4096 (0x0000000000001000) fstat(4, 0x00007ffd92ab9d80) = 0 read(4, 0x000000000130f1a8, 12288) = 12288 (0x0000000000003000) read(4, 0x00007fa07cdf9000, 4096) = 3184 (0x0000000000000c70) read(4, 0x00007fa07cdf9000, 4096) = 0 close(4) = 0 munmap(140327266521088, 4096) = 0 stat('/usr/lib64/python2.7/os', 0x00007ffd92ab87b0) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/os.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/osmodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/os.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 4 fstat(4, 0x00007ffd92ab9920) = 0 open('/usr/lib64/python2.7/os.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 5 fstat(5, 0x00007ffd92ab9770) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(5, 0x00007fa07cdf9000, 4096) = 4096 (0x0000000000001000) fstat(5, 0x00007ffd92ab9810) = 0 read(5, 0x0000000001316388, 20480) = 20480 (0x0000000000005000) read(5, 0x00007fa07cdf9000, 4096) = 981 (0x00000000000003d5) read(5, 0x00007fa07cdf9000, 4096) = 0 close(5) = 0 munmap(140327266521088, 4096) = 0 open('/proc/meminfo', O_RDONLY|O_CLOEXEC (02000000L), O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 5 fstat(5, 0x00007ffd92ab7120) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(5, 0x00007fa07cdf9000, 1024) = 1024 (0x0000000000000400) close(5) = 0 munmap(140327266521088, 4096) = 0 brk(0) = 20111360 (0x000000000132e000) brk(20250624) = 20250624 (0x0000000001350000) stat('/usr/lib64/python2.7/posixpath', 0x00007ffd92ab8240) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/posixpath.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/posixpathmodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/posixpath.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 5 fstat(5, 0x00007ffd92ab93b0) = 0 open('/usr/lib64/python2.7/posixpath.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 6 fstat(6, 0x00007ffd92ab9200) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(6, 0x00007fa07cdf9000, 4096) = 4096 (0x0000000000001000) fstat(6, 0x00007ffd92ab92a0) = 0 read(6, 0x0000000001334638, 4096) = 4096 (0x0000000000001000) read(6, 0x00007fa07cdf9000, 4096) = 3105 (0x0000000000000c21) read(6, 0x00007fa07cdf9000, 4096) = 0 close(6) = 0 munmap(140327266521088, 4096) = 0 stat('/usr/lib64/python2.7/stat', 0x00007ffd92ab7cd0) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/stat.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/statmodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/stat.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 6 fstat(6, 0x00007ffd92ab8e40) = 0 open('/usr/lib64/python2.7/stat.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 7 fstat(7, 0x00007ffd92ab8c90) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(7, 0x00007fa07cdf9000, 4096) = 2751 (0x0000000000000abf) fstat(7, 0x00007ffd92ab8d30) = 0 read(7, 0x00007fa07cdf9000, 4096) = 0 mmap(0, 200704, (3), 34, 4294967295, 0) = 140327265759232 (0x00007fa07cd3f000) close(7) = 0 munmap(140327266521088, 4096) = 0 close(6) = 0 stat('/usr/lib64/python2.7/genericpath', 0x00007ffd92ab7cd0) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/genericpath.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/genericpathmodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/genericpath.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 6 fstat(6, 0x00007ffd92ab8e40) = 0 open('/usr/lib64/python2.7/genericpath.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 7 fstat(7, 0x00007ffd92ab8c90) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(7, 0x00007fa07cdf9000, 4096) = 3263 (0x0000000000000cbf) fstat(7, 0x00007ffd92ab8d30) = 0 read(7, 0x00007fa07cdf9000, 4096) = 0 close(7) = 0 munmap(140327266521088, 4096) = 0 close(6) = 0 stat('/usr/lib64/python2.7/warnings', 0x00007ffd92ab7cd0) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/warnings.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/warningsmodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/warnings.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 6 fstat(6, 0x00007ffd92ab8e40) = 0 open('/usr/lib64/python2.7/warnings.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 7 fstat(7, 0x00007ffd92ab8c90) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(7, 0x00007fa07cdf9000, 4096) = 4096 (0x0000000000001000) fstat(7, 0x00007ffd92ab8d30) = 0 read(7, 0x00000000012ee318, 8192) = 8192 (0x0000000000002000) read(7, 0x00007fa07cdf9000, 4096) = 862 (0x000000000000035e) read(7, 0x00007fa07cdf9000, 4096) = 0 close(7) = 0 munmap(140327266521088, 4096) = 0 stat('/usr/lib64/python2.7/linecache', 0x00007ffd92ab7760) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/linecache.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/linecachemodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/linecache.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 7 fstat(7, 0x00007ffd92ab88d0) = 0 open('/usr/lib64/python2.7/linecache.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 8 fstat(8, 0x00007ffd92ab8720) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(8, 0x00007fa07cdf9000, 4096) = 3211 (0x0000000000000c8b) fstat(8, 0x00007ffd92ab87c0) = 0 read(8, 0x00007fa07cdf9000, 4096) = 0 close(8) = 0 munmap(140327266521088, 4096) = 0 close(7) = 0 stat('/usr/lib64/python2.7/types', 0x00007ffd92ab7760) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/types.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/typesmodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/types.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 7 fstat(7, 0x00007ffd92ab88d0) = 0 open('/usr/lib64/python2.7/types.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 8 fstat(8, 0x00007ffd92ab8720) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(8, 0x00007fa07cdf9000, 4096) = 2506 (0x00000000000009ca) fstat(8, 0x00007ffd92ab87c0) = 0 read(8, 0x00007fa07cdf9000, 4096) = 0 close(8) = 0 munmap(140327266521088, 4096) = 0 close(7) = 0 close(6) = 0 close(5) = 0 stat('/usr/lib64/python2.7/UserDict', 0x00007ffd92ab8240) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/UserDict.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/UserDictmodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/UserDict.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 5 fstat(5, 0x00007ffd92ab93b0) = 0 open('/usr/lib64/python2.7/UserDict.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 6 fstat(6, 0x00007ffd92ab9200) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(6, 0x00007fa07cdf9000, 4096) = 4096 (0x0000000000001000) fstat(6, 0x00007ffd92ab92a0) = 0 read(6, 0x0000000001334518, 4096) = 4096 (0x0000000000001000) read(6, 0x00007fa07cdf9000, 4096) = 628 (0x0000000000000274) read(6, 0x00007fa07cdf9000, 4096) = 0 close(6) = 0 munmap(140327266521088, 4096) = 0 stat('/usr/lib64/python2.7/_abcoll', 0x00007ffd92ab7cd0) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/_abcoll.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/_abcollmodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/_abcoll.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 6 fstat(6, 0x00007ffd92ab8e40) = 0 open('/usr/lib64/python2.7/_abcoll.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 7 fstat(7, 0x00007ffd92ab8c90) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(7, 0x00007fa07cdf9000, 4096) = 4096 (0x0000000000001000) fstat(7, 0x00007ffd92ab8d30) = 0 read(7, 0x000000000133a588, 20480) = 20480 (0x0000000000005000) read(7, 0x00007fa07cdf9000, 4096) = 406 (0x0000000000000196) read(7, 0x00007fa07cdf9000, 4096) = 0 mmap(0, 266240, (3), 34, 4294967295, 0) = 140327265492992 (0x00007fa07ccfe000) close(7) = 0 munmap(140327266521088, 4096) = 0 stat('/usr/lib64/python2.7/abc', 0x00007ffd92ab7760) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/abc.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/abcmodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/abc.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 7 fstat(7, 0x00007ffd92ab88d0) = 0 open('/usr/lib64/python2.7/abc.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 8 fstat(8, 0x00007ffd92ab8720) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(8, 0x00007fa07cdf9000, 4096) = 4096 (0x0000000000001000) fstat(8, 0x00007ffd92ab87c0) = 0 read(8, 0x00007fa07cdf9000, 4096) = 2047 (0x00000000000007ff) read(8, 0x00007fa07cdf9000, 4096) = 0 close(8) = 0 munmap(140327266521088, 4096) = 0 stat('/usr/lib64/python2.7/_weakrefset', 0x00007ffd92ab71f0) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/_weakrefset.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/_weakrefsetmodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/_weakrefset.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 8 fstat(8, 0x00007ffd92ab8360) = 0 open('/usr/lib64/python2.7/_weakrefset.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 9 fstat(9, 0x00007ffd92ab81b0) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(9, 0x00007fa07cdf9000, 4096) = 4096 (0x0000000000001000) fstat(9, 0x00007ffd92ab8250) = 0 read(9, 0x000000000133e5c8, 4096) = 4096 (0x0000000000001000) read(9, 0x00007fa07cdf9000, 4096) = 1285 (0x0000000000000505) read(9, 0x00007fa07cdf9000, 4096) = 0 close(9) = 0 munmap(140327266521088, 4096) = 0 close(8) = 0 close(7) = 0 close(6) = 0 close(5) = 0 stat('/usr/lib64/python2.7/copy_reg', 0x00007ffd92ab8240) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/copy_reg.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/copy_regmodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/copy_reg.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 5 fstat(5, 0x00007ffd92ab93b0) = 0 open('/usr/lib64/python2.7/copy_reg.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 6 fstat(6, 0x00007ffd92ab9200) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(6, 0x00007fa07cdf9000, 4096) = 4096 (0x0000000000001000) fstat(6, 0x00007ffd92ab92a0) = 0 read(6, 0x00007fa07cdf9000, 4096) = 1017 (0x00000000000003f9) read(6, 0x00007fa07cdf9000, 4096) = 0 close(6) = 0 munmap(140327266521088, 4096) = 0 close(5) = 0 close(4) = 0 stat('/usr/lib64/python2.7/traceback', 0x00007ffd92ab87b0) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/traceback.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/tracebackmodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/traceback.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 4 fstat(4, 0x00007ffd92ab9920) = 0 open('/usr/lib64/python2.7/traceback.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 5 fstat(5, 0x00007ffd92ab9770) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(5, 0x00007fa07cdf9000, 4096) = 4096 (0x0000000000001000) fstat(5, 0x00007ffd92ab9810) = 0 read(5, 0x000000000130ef68, 4096) = 4096 (0x0000000000001000) read(5, 0x00007fa07cdf9000, 4096) = 3431 (0x0000000000000d67) read(5, 0x00007fa07cdf9000, 4096) = 0 close(5) = 0 munmap(140327266521088, 4096) = 0 close(4) = 0 stat('/usr/lib64/python2.7', 0x00007ffd92ab5440) = 0 stat('/usr/lib64/python2.7', 0x00007ffd92ab8490) = 0 stat('/usr/lib64/python2.7/sysconfig', 0x00007ffd92ab8650) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/sysconfig.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/sysconfigmodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/sysconfig.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 4 fstat(4, 0x00007ffd92ab97c0) = 0 open('/usr/lib64/python2.7/sysconfig.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 5 fstat(5, 0x00007ffd92ab9610) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(5, 0x00007fa07cdf9000, 4096) = 4096 (0x0000000000001000) fstat(5, 0x00007ffd92ab96b0) = 0 brk(0) = 20250624 (0x0000000001350000) brk(20389888) = 20389888 (0x0000000001372000) read(5, 0x000000000134e0e8, 12288) = 12288 (0x0000000000003000) read(5, 0x00007fa07cdf9000, 4096) = 1261 (0x00000000000004ed) read(5, 0x00007fa07cdf9000, 4096) = 0 close(5) = 0 munmap(140327266521088, 4096) = 0 lstat('/usr', 0x00007ffd92ab8ee0) = 0 lstat('/usr/bin', 0x00007ffd92ab8ee0) = 0 lstat('/usr/bin/python2', 0x00007ffd92ab8ee0) = 0 readlink('/usr/bin/python2', 0x00007ffd92ab80d0, 4096) = 9 lstat('/usr/bin/python2.7', 0x00007ffd92ab8d80) = 0 stat('/usr/bin/Modules/Setup.dist', 0x00007ffd92ab91a0) = -2 ENOENT (No such file or directory) stat('/usr/bin/Modules/Setup.local', 0x00007ffd92ab91a0) = -2 ENOENT (No such file or directory) close(4) = 0 stat('/usr/bin/Modules/Setup.dist', 0x00007ffd92ab9710) = -2 ENOENT (No such file or directory) stat('/usr/bin/Modules/Setup.local', 0x00007ffd92ab9710) = -2 ENOENT (No such file or directory) geteuid() = 1001 (0x00000000000003e9) getuid() = 1001 (0x00000000000003e9) getegid() = 135 (0x0000000000000087) getgid() = 135 (0x0000000000000087) stat('/usr/lib64/python2.7/re', 0x00007ffd92ab7ed0) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/re.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/remodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/re.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 4 fstat(4, 0x00007ffd92ab9040) = 0 open('/usr/lib64/python2.7/re.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 5 fstat(5, 0x00007ffd92ab8e90) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(5, 0x00007fa07cdf9000, 4096) = 4096 (0x0000000000001000) fstat(5, 0x00007ffd92ab8f30) = 0 read(5, 0x00000000013529c8, 8192) = 8192 (0x0000000000002000) read(5, 0x00007fa07cdf9000, 4096) = 806 (0x0000000000000326) read(5, 0x00007fa07cdf9000, 4096) = 0 close(5) = 0 munmap(140327266521088, 4096) = 0 stat('/usr/lib64/python2.7/sre_compile', 0x00007ffd92ab7960) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/sre_compile.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/sre_compilemodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/sre_compile.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 5 fstat(5, 0x00007ffd92ab8ad0) = 0 open('/usr/lib64/python2.7/sre_compile.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 6 fstat(6, 0x00007ffd92ab8920) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(6, 0x00007fa07cdf9000, 4096) = 4096 (0x0000000000001000) fstat(6, 0x00007ffd92ab89c0) = 0 read(6, 0x0000000001358798, 4096) = 4096 (0x0000000000001000) read(6, 0x00007fa07cdf9000, 4096) = 2896 (0x0000000000000b50) read(6, 0x00007fa07cdf9000, 4096) = 0 close(6) = 0 munmap(140327266521088, 4096) = 0 stat('/usr/lib64/python2.7/sre_parse', 0x00007ffd92ab73f0) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/sre_parse.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/sre_parsemodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/sre_parse.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 6 fstat(6, 0x00007ffd92ab8560) = 0 open('/usr/lib64/python2.7/sre_parse.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 7 fstat(7, 0x00007ffd92ab83b0) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(7, 0x00007fa07cdf9000, 4096) = 4096 (0x0000000000001000) fstat(7, 0x00007ffd92ab8450) = 0 read(7, 0x000000000135e898, 12288) = 12288 (0x0000000000003000) read(7, 0x00007fa07cdf9000, 4096) = 3104 (0x0000000000000c20) read(7, 0x00007fa07cdf9000, 4096) = 0 close(7) = 0 munmap(140327266521088, 4096) = 0 stat('/usr/lib64/python2.7/sre_constants', 0x00007ffd92ab6e80) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/sre_constants.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/sre_constantsmodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/sre_constants.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 7 fstat(7, 0x00007ffd92ab7ff0) = 0 open('/usr/lib64/python2.7/sre_constants.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 8 fstat(8, 0x00007ffd92ab7e40) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(8, 0x00007fa07cdf9000, 4096) = 4096 (0x0000000000001000) fstat(8, 0x00007ffd92ab7ee0) = 0 read(8, 0x00007fa07cdf9000, 4096) = 2021 (0x00000000000007e5) read(8, 0x00007fa07cdf9000, 4096) = 0 close(8) = 0 munmap(140327266521088, 4096) = 0 close(7) = 0 mmap(0, 266240, (3), 34, 4294967295, 0) = 140327265226752 (0x00007fa07ccbd000) close(6) = 0 close(5) = 0 close(4) = 0 stat('/usr/lib64/python2.7/_sysconfigdata', 0x00007ffd92ab7d70) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/_sysconfigdata.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/_sysconfigdatamodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/_sysconfigdata.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 4 fstat(4, 0x00007ffd92ab8ee0) = 0 open('/usr/lib64/python2.7/_sysconfigdata.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 5 fstat(5, 0x00007ffd92ab8d30) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(5, 0x00007fa07cdf9000, 4096) = 4096 (0x0000000000001000) fstat(5, 0x00007ffd92ab8dd0) = 0 brk(0) = 20389888 (0x0000000001372000) brk(20529152) = 20529152 (0x0000000001394000) read(5, 0x000000000136f108, 16384) = 16384 (0x0000000000004000) read(5, 0x00007fa07cdf9000, 4096) = 557 (0x000000000000022d) read(5, 0x00007fa07cdf9000, 4096) = 0 brk(0) = 20529152 (0x0000000001394000) brk(0) = 20529152 (0x0000000001394000) brk(20508672) = 20508672 (0x000000000138f000) brk(0) = 20508672 (0x000000000138f000) close(5) = 0 munmap(140327266521088, 4096) = 0 close(4) = 0 brk(0) = 20508672 (0x000000000138f000) brk(20643840) = 20643840 (0x00000000013b0000) brk(0) = 20643840 (0x00000000013b0000) brk(0) = 20643840 (0x00000000013b0000) brk(20582400) = 20582400 (0x00000000013a1000) brk(0) = 20582400 (0x00000000013a1000) stat('/builddir/.local/lib/python2.7/site-packages', 0x00007ffd92ab9710) = -2 ENOENT (No such file or directory) stat('/usr/lib64/python2.7/site-packages', 0x00007ffd92ab9710) = 0 openat(-100, '/usr/lib64/python2.7/site-packages', O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC (02204000L), O_RDONLY) = 4 getdents(4, 0x0000000001380160, 32768) = 112 (0x0000000000000070) getdents(4, 0x0000000001380160, 32768) = 0 close(4) = 0 stat('/usr/lib/python2.7/site-packages', 0x00007ffd92ab9710) = 0 openat(-100, '/usr/lib/python2.7/site-packages', O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC (02204000L), O_RDONLY) = 4 getdents(4, 0x0000000001380160, 32768) = 512 (0x0000000000000200) getdents(4, 0x0000000001380160, 32768) = 0 close(4) = 0 stat('/usr/lib/site-python', 0x00007ffd92ab9710) = -2 ENOENT (No such file or directory) stat('/usr/lib64/python2.7/sitecustomize', 0x00007ffd92ab84f0) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/sitecustomize.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/sitecustomizemodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/sitecustomize.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/sitecustomize.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) stat('/usr/lib64/python2.7/plat-linux2', 0x00007ffd92ab52e0) = 0 stat('/usr/lib64/python2.7/plat-linux2', 0x00007ffd92ab8330) = 0 stat('/usr/lib64/python2.7/plat-linux2/sitecustomize', 0x00007ffd92ab84f0) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/plat-linux2/sitecustomize.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/plat-linux2/sitecustomizemodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/plat-linux2/sitecustomize.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/plat-linux2/sitecustomize.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) stat('/usr/lib64/python2.7/lib-tk', 0x00007ffd92ab52e0) = -2 ENOENT (No such file or directory) stat('/usr/lib64/python2.7', 0x00007ffd92ab52e0) = 0 stat('/usr/lib64/python2.7/lib-tk', 0x00007ffd92ab8330) = -2 ENOENT (No such file or directory) stat('/usr/lib64/python2.7/lib-old', 0x00007ffd92ab52e0) = -2 ENOENT (No such file or directory) stat('/usr/lib64/python2.7', 0x00007ffd92ab52e0) = 0 stat('/usr/lib64/python2.7/lib-old', 0x00007ffd92ab8330) = -2 ENOENT (No such file or directory) stat('/usr/lib64/python2.7/lib-dynload', 0x00007ffd92ab52e0) = 0 stat('/usr/lib64/python2.7/lib-dynload', 0x00007ffd92ab8330) = 0 stat('/usr/lib64/python2.7/lib-dynload/sitecustomize', 0x00007ffd92ab84f0) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/lib-dynload/sitecustomize.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/lib-dynload/sitecustomizemodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/lib-dynload/sitecustomize.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/lib-dynload/sitecustomize.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) stat('/usr/lib64/python2.7/site-packages', 0x00007ffd92ab52e0) = 0 stat('/usr/lib64/python2.7/site-packages', 0x00007ffd92ab8330) = 0 stat('/usr/lib64/python2.7/site-packages/sitecustomize', 0x00007ffd92ab84f0) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/site-packages/sitecustomize.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/site-packages/sitecustomizemodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/site-packages/sitecustomize.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/site-packages/sitecustomize.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) stat('/usr/lib/python2.7/site-packages', 0x00007ffd92ab52e0) = 0 stat('/usr/lib/python2.7/site-packages', 0x00007ffd92ab8330) = 0 stat('/usr/lib/python2.7/site-packages/sitecustomize', 0x00007ffd92ab84f0) = -2 ENOENT (No such file or directory) open('/usr/lib/python2.7/site-packages/sitecustomize.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib/python2.7/site-packages/sitecustomizemodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib/python2.7/site-packages/sitecustomize.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib/python2.7/site-packages/sitecustomize.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) stat('/usr/lib64/python2.7/usercustomize', 0x00007ffd92ab84f0) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/usercustomize.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/usercustomizemodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/usercustomize.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/usercustomize.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) stat('/usr/lib64/python2.7/plat-linux2/usercustomize', 0x00007ffd92ab84f0) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/plat-linux2/usercustomize.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/plat-linux2/usercustomizemodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/plat-linux2/usercustomize.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/plat-linux2/usercustomize.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) stat('/usr/lib64/python2.7/lib-dynload/usercustomize', 0x00007ffd92ab84f0) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/lib-dynload/usercustomize.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/lib-dynload/usercustomizemodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/lib-dynload/usercustomize.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/lib-dynload/usercustomize.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) stat('/usr/lib64/python2.7/site-packages/usercustomize', 0x00007ffd92ab84f0) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/site-packages/usercustomize.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/site-packages/usercustomizemodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/site-packages/usercustomize.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/site-packages/usercustomize.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) stat('/usr/lib/python2.7/site-packages/usercustomize', 0x00007ffd92ab84f0) = -2 ENOENT (No such file or directory) open('/usr/lib/python2.7/site-packages/usercustomize.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib/python2.7/site-packages/usercustomizemodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib/python2.7/site-packages/usercustomize.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib/python2.7/site-packages/usercustomize.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) close(3) = 0 stat('/usr/lib64/python2.7/encodings', 0x00007ffd92ab8e90) = 0 stat('/usr/lib64/python2.7/encodings/__init__.py', 0x00007ffd92ab8fb0) = 0 stat('/usr/lib64/python2.7/encodings/__init__', 0x00007ffd92ab8e40) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/encodings/__init__.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/encodings/__init__module.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/encodings/__init__.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 3 fstat(3, 0x00007ffd92ab9fb0) = 0 open('/usr/lib64/python2.7/encodings/__init__.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 4 fstat(4, 0x00007ffd92ab9e00) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(4, 0x00007fa07cdf9000, 4096) = 4096 (0x0000000000001000) fstat(4, 0x00007ffd92ab9ea0) = 0 read(4, 0x00007fa07cdf9000, 4096) = 282 (0x000000000000011a) read(4, 0x00007fa07cdf9000, 4096) = 0 close(4) = 0 munmap(140327266521088, 4096) = 0 stat('/usr/lib64/python2.7/encodings', 0x00007ffd92ab56c0) = 0 stat('/usr/lib64/python2.7/encodings', 0x00007ffd92ab8710) = 0 stat('/usr/lib64/python2.7/encodings/codecs', 0x00007ffd92ab88d0) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/encodings/codecs.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/encodings/codecsmodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/encodings/codecs.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/encodings/codecs.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) stat('/usr/lib64/python2.7/codecs', 0x00007ffd92ab88d0) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/codecs.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/codecsmodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/codecs.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 4 fstat(4, 0x00007ffd92ab9a40) = 0 open('/usr/lib64/python2.7/codecs.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 5 fstat(5, 0x00007ffd92ab9890) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(5, 0x00007fa07cdf9000, 4096) = 4096 (0x0000000000001000) fstat(5, 0x00007ffd92ab9930) = 0 read(5, 0x00000000013844c8, 28672) = 28672 (0x0000000000007000) read(5, 0x00007fa07cdf9000, 4096) = 3834 (0x0000000000000efa) read(5, 0x00007fa07cdf9000, 4096) = 0 close(5) = 0 munmap(140327266521088, 4096) = 0 close(4) = 0 stat('/usr/lib64/python2.7/encodings/encodings', 0x00007ffd92ab88d0) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/encodings/encodings.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/encodings/encodingsmodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/encodings/encodings.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/encodings/encodings.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) stat('/usr/lib64/python2.7/encodings/aliases', 0x00007ffd92ab88c0) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/encodings/aliases.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/encodings/aliasesmodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/encodings/aliases.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 4 fstat(4, 0x00007ffd92ab9a30) = 0 open('/usr/lib64/python2.7/encodings/aliases.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 5 fstat(5, 0x00007ffd92ab9880) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(5, 0x00007fa07cdf9000, 4096) = 4096 (0x0000000000001000) fstat(5, 0x00007ffd92ab9920) = 0 read(5, 0x0000000001393a48, 4096) = 4096 (0x0000000000001000) read(5, 0x00007fa07cdf9000, 4096) = 578 (0x0000000000000242) read(5, 0x00007fa07cdf9000, 4096) = 0 close(5) = 0 munmap(140327266521088, 4096) = 0 close(4) = 0 stat('/usr/lib64/python2.7/encodings/__builtin__', 0x00007ffd92ab88d0) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/encodings/__builtin__.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/encodings/__builtin__module.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/encodings/__builtin__.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/encodings/__builtin__.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) close(3) = 0 stat('/usr/lib64/python2.7/encodings/ascii', 0x00007ffd92ab8b80) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/encodings/ascii.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/encodings/asciimodule.so', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = -2 ENOENT (No such file or directory) open('/usr/lib64/python2.7/encodings/ascii.py', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 3 fstat(3, 0x00007ffd92ab9cf0) = 0 open('/usr/lib64/python2.7/encodings/ascii.pyc', O_RDONLY, O_RDWR|O_EXCL|O_NOCTTY|52 (0666L)) = 4 fstat(4, 0x00007ffd92ab9b40) = 0 mmap(0, 4096, (3), 34, 4294967295, 0) = 140327266521088 (0x00007fa07cdf9000) read(4, 0x00007fa07cdf9000, 4096) = 2281 (0x00000000000008e9) fstat(4, 0x00007ffd92ab9be0) = 0 read(4, 0x00007fa07cdf9000, 4096) = 0 close(4) = 0 munmap(140327266521088, 4096) = 0 close(3) = 0 ioctl(0, 21505, 140727064174800) = -25 ENOTTY (Inappropriate ioctl for device) ioctl(1, 21505, 140727064174800) = -25 ENOTTY (Inappropriate ioctl for device) ioctl(2, 21505, 140727064174800) = -25 ENOTTY (Inappropriate ioctl for device) brk(0) = 20582400 (0x00000000013a1000) brk(20717568) = 20717568 (0x00000000013c2000) openat(-100, '.', O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC (02204000L), O_RDONLY) = 3 getdents(3, 0x00000000013a2440, 32768) = 864 (0x0000000000000360) getdents(3, 0x00000000013a2440, 32768) = 0 close(3) = 0 rt_sigaction(SIGINT, 0x00007ffd92aba030, 0x00007ffd92aba0d0, 0x0000000000000008) = 0 brk(0) = 20717568 (0x00000000013c2000) brk(0) = 20717568 (0x00000000013c2000) brk(20656128) = 20656128 (0x00000000013b3000) brk(0) = 20656128 (0x00000000013b3000) exit_group(0) *** Process 10266 exited normally *** ---------------------------------------------------------------------- Ran 16 tests in 3.073s FAILED (failures=1) + : + exit 0 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.2pPRtj Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.eZzwTg + umask 022 + cd /builddir/build/BUILD + cd python-ptrace-0.9 + DOCDIR=/builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/share/doc/python2-ptrace-0.9 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/share/doc/python2-ptrace-0.9 + cp -pr README /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/share/doc/python2-ptrace-0.9 + 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_events.rst doc/ptrace_signal.rst doc/syscall.rst doc/todo.rst doc/usage.rst /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/share/doc/python2-ptrace-0.9 + cp -pr examples /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/share/doc/python2-ptrace-0.9 + exit 0 + umask 022 + cd /builddir/build/BUILD + cd python-ptrace-0.9 + LICENSEDIR=/builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/share/licenses/python2-ptrace-0.9 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/share/licenses/python2-ptrace-0.9 + cp -pr COPYING /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64/usr/share/licenses/python2-ptrace-0.9 + exit 0 Provides: python-ptrace = 0.9-2.el7.centos python-ptrace(x86-64) = 0.9-2.el7.centos python2-ptrace = 0.9-2.el7.centos python2-ptrace(x86-64) = 0.9-2.el7.centos 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 libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-ptrace(x86-64) < 0.9-2.el7.centos python-ptrace < 0.9-2.el7.centos Processing files: python-ptrace-debuginfo-0.9-2.el7.centos.x86_64 Provides: python-ptrace-debuginfo = 0.9-2.el7.centos python-ptrace-debuginfo(x86-64) = 0.9-2.el7.centos Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64 warning: Could not canonicalize hostname: copr-builder-334468112.novalocal Wrote: /builddir/build/RPMS/python2-ptrace-0.9-2.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/python-ptrace-debuginfo-0.9-2.el7.centos.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.MVwDCo + umask 022 + cd /builddir/build/BUILD + cd python-ptrace-0.9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-ptrace-0.9-2.el7.centos.x86_64 + exit 0 Child return code was: 0