Closed penguin02007 closed 5 years ago
I'm not familiar with nclu so I don't know exactly what it is doing. If it is running in a chroot jail this could be explained. To get more details you can run nslcd in debug mode. That should show exactly which name lookup requests is sees coming by. It could be that nclu does something that causes the connection to /var/run/nslcd/socket to fail. You should be able to run strace on the "net sho" command to get more debugging information.
execve("/usr/bin/net", ["net", "sho"], [/* 17 vars */]) = 0
brk(0) = 0x19cf000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb93000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=38526, ...}) = 0
mmap(NULL, 38526, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7efceeb89000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320n\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=137384, ...}) = 0
mmap(NULL, 2213008, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7efcee758000
mprotect(0x7efcee770000, 2093056, PROT_NONE) = 0
mmap(0x7efcee96f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7efcee96f000
mmap(0x7efcee971000, 13456, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7efcee971000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\16\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14664, ...}) = 0
mmap(NULL, 2109712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7efcee554000
mprotect(0x7efcee557000, 2093056, PROT_NONE) = 0
mmap(0x7efcee756000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7efcee756000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libutil.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\17\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=10680, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb88000
mmap(NULL, 2105624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7efcee351000
mprotect(0x7efcee353000, 2093056, PROT_NONE) = 0
mmap(0x7efcee552000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7efcee552000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \"\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=109144, ...}) = 0
mmap(NULL, 2204200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7efcee136000
mprotect(0x7efcee150000, 2093056, PROT_NONE) = 0
mmap(0x7efcee34f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19000) = 0x7efcee34f000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200U\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1051056, ...}) = 0
mmap(NULL, 3146072, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7efcede35000
mprotect(0x7efcedf35000, 2093056, PROT_NONE) = 0
mmap(0x7efcee134000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xff000) = 0x7efcee134000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\34\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1738176, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb87000
mmap(NULL, 3844640, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7efceda8a000
mprotect(0x7efcedc2b000, 2097152, PROT_NONE) = 0
mmap(0x7efcede2b000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a1000) = 0x7efcede2b000
mmap(0x7efcede31000, 14880, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7efcede31000
close(3) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb86000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb85000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb84000
arch_prctl(ARCH_SET_FS, 0x7efceeb85700) = 0
mprotect(0x7efcede2b000, 16384, PROT_READ) = 0
mprotect(0x7efcee134000, 4096, PROT_READ) = 0
mprotect(0x7efcee34f000, 4096, PROT_READ) = 0
mprotect(0x7efcee552000, 4096, PROT_READ) = 0
mprotect(0x7efcee756000, 4096, PROT_READ) = 0
mprotect(0x7efcee96f000, 4096, PROT_READ) = 0
mprotect(0x91d000, 4096, PROT_READ) = 0
mprotect(0x7efceeb95000, 4096, PROT_READ) = 0
munmap(0x7efceeb89000, 38526) = 0
set_tid_address(0x7efceeb859d0) = 5198
set_robust_list(0x7efceeb859e0, 24) = 0
rt_sigaction(SIGRTMIN, {0x7efcee75e9b0, [], SA_RESTORER|SA_SIGINFO, 0x7efcee767890}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x7efcee75ea40, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7efcee767890}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
brk(0) = 0x19cf000
brk(0x19f0000) = 0x19f0000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb44000
brk(0x1a18000) = 0x1a18000
fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
fstat(2, {st_mode=S_IFREG|0644, st_size=6254, ...}) = 0
readlink("/usr/bin/python", "python2.7", 4096) = 9
readlink("/usr/bin/python2.7", 0x7ffc5ea1f660, 4096) = -1 EINVAL (Invalid argument)
stat("/usr/bin/Modules/Setup", 0x7ffc5ea1e590) = -1 ENOENT (No such file or directory)
stat("/usr/bin/lib/python2.7/os.py", 0x7ffc5ea1e580) = -1 ENOENT (No such file or directory)
stat("/usr/bin/lib/python2.7/os.pyc", 0x7ffc5ea1e580) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/os.py", {st_mode=S_IFREG|0644, st_size=25914, ...}) = 0
stat("/usr/bin/pybuilddir.txt", 0x7ffc5ea1e590) = -1 ENOENT (No such file or directory)
stat("/usr/bin/lib/python2.7/lib-dynload", 0x7ffc5ea1e590) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/lib-dynload", {st_mode=S_IFDIR|0755, st_size=2142, ...}) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb04000
munmap(0x7efceeb04000, 262144) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb04000
munmap(0x7efceeb04000, 262144) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb04000
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7efcee767890}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGXFSZ, {SIG_IGN, [], SA_RESTORER, 0x7efcee767890}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGHUP, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGILL, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTRAP, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGABRT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGBUS, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGFPE, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGKILL, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGUSR1, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSEGV, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGUSR2, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGPIPE, NULL, {SIG_IGN, [], SA_RESTORER, 0x7efcee767890}, 8) = 0
rt_sigaction(SIGALRM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSTKFLT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGCONT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSTOP, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTSTP, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTTIN, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTTOU, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGURG, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGXCPU, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGXFSZ, NULL, {SIG_IGN, [], SA_RESTORER, 0x7efcee767890}, 8) = 0
rt_sigaction(SIGVTALRM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGPROF, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGWINCH, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGIO, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGPWR, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGSYS, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_2, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_3, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_4, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_5, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_6, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_7, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_8, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_9, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_10, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_11, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_12, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_13, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_14, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_15, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_16, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_17, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_18, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_19, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_20, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_21, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_22, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_23, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_24, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_25, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_26, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_27, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_28, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_29, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_30, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_31, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGRT_32, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x5536a0, [], SA_RESTORER, 0x7efcee767890}, {SIG_DFL, [], 0}, 8) = 0
stat("/usr/lib/python2.7/", {st_mode=S_IFDIR|0755, st_size=11118, ...}) = 0
stat("/usr/lib/python2.7/", {st_mode=S_IFDIR|0755, st_size=11118, ...}) = 0
stat("/usr/lib/python2.7/site", 0x7ffc5ea1f370) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/sitemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/site.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=20369, ...}) = 0
open("/usr/lib/python2.7/site.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=19710, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(4, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sp\1\0\0d\0"..., 4096) = 4096
fstat(4, {st_mode=S_IFREG|0644, st_size=19710, ...}) = 0
read(4, "\0(\0\0\0\0s\32\0\0\0/usr/lib/python2.7/si"..., 12288) = 12288
read(4, "\0\0\0\0\4\17\1\30\1\20\1\17\1\3\1\21\1\r\1\f\1\20\1c\0\0\0\0\1\0\0\0"..., 4096) = 3326
read(4, "", 4096) = 0
close(4) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/os", 0x7ffc5ea1ee50) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/os.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/os.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=25914, ...}) = 0
open("/usr/lib/python2.7/os.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=25596, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(5, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\372\6\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=25596, ...}) = 0
read(5, " N(\t\0\0\0R\t\0\0\0t\5\0\0\0splitt\6\0\0\0exis"..., 20480) = 20480
read(5, "\0\0\0s\3\0\0\0os2s\2\0\0\0nt(X\0\0\0t\7\0\0\0__do"..., 4096) = 1020
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7efceeb92000, 4096) = 0
brk(0x1a3b000) = 0x1a3b000
open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(5, "MemTotal: 8073536 kB\nMemF"..., 1024) = 1024
close(5) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/posixpath", 0x7ffc5ea1e930) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/posixpath.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/posixpath.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/posixpathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/posixpath.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=14088, ...}) = 0
open("/usr/lib/python2.7/posixpath.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=11567, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(6, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0&\0\0\0@\0\0\0s\37\2\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=11567, ...}) = 0
read(6, "_mode(\2\0\0\0R3\0\0\0t\2\0\0\0st(\0\0\0\0(\0\0\0\0"..., 4096) = 4096
read(6, "\\{[^}]*\\})i\0\0\0\0i\1\0\0\0t\1\0\0\0{t\1\0\0\0}"..., 4096) = 3375
read(6, "", 4096) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeac4000
close(6) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/stat", 0x7ffc5ea1e410) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/stat.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/stat.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/statmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/stat.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1842, ...}) = 0
open("/usr/lib/python2.7/stat.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=2731, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(7, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s{\1\0\0d\0"..., 4096) = 2731
fstat(7, {st_mode=S_IFREG|0644, st_size=2731, ...}) = 0
read(7, "", 4096) = 0
mmap(NULL, 200704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceea93000
close(7) = 0
munmap(0x7efceeb92000, 4096) = 0
close(6) = 0
stat("/usr/lib/python2.7/genericpath", 0x7ffc5ea1e410) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/genericpath.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/genericpath.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/genericpathmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/genericpath.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=3014, ...}) = 0
open("/usr/lib/python2.7/genericpath.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=3243, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(7, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\221\0\0\0d\0"..., 4096) = 3243
fstat(7, {st_mode=S_IFREG|0644, st_size=3243, ...}) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7efceeb92000, 4096) = 0
close(6) = 0
stat("/usr/lib/python2.7/warnings", 0x7ffc5ea1e410) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/warnings.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/warnings.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=14088, ...}) = 0
open("/usr/lib/python2.7/warnings.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=13122, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(7, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0sY\2\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=13122, ...}) = 0
read(7, "\0\0\0s\5\0\0\0errors\6\0\0\0ignores\6\0\0\0alw"..., 8192) = 8192
read(7, "hon2.7/warnings.pyt\10\0\0\0__exit__d"..., 4096) = 834
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/linecache", 0x7ffc5ea1def0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/linecache.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/linecache.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/linecachemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/linecache.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=3964, ...}) = 0
open("/usr/lib/python2.7/linecache.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=3199, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(8, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sp\0\0\0d\0"..., 4096) = 3199
fstat(8, {st_mode=S_IFREG|0644, st_size=3199, ...}) = 0
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7efceeb92000, 4096) = 0
close(7) = 0
stat("/usr/lib/python2.7/types", 0x7ffc5ea1def0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/types.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/types.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=2040, ...}) = 0
open("/usr/lib/python2.7/types.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=2494, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(8, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s/\2\0\0d\0"..., 4096) = 2494
fstat(8, {st_mode=S_IFREG|0644, st_size=2494, ...}) = 0
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7efceeb92000, 4096) = 0
close(7) = 0
close(6) = 0
close(5) = 0
stat("/usr/lib/python2.7/UserDict", 0x7ffc5ea1e930) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/UserDict.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/UserDict.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/UserDictmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/UserDict.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=5811, ...}) = 0
open("/usr/lib/python2.7/UserDict.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=8730, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(6, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sb\0\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=8730, ...}) = 0
read(6, "\0\1c\2\0\0\0\2\0\0\0\2\0\0\0C\0\0\0s\r\0\0\0|\1\0|\0\0j\0"..., 4096) = 4096
read(6, "/UserDict.pyR\r\0\0\0\255\0\0\0s\n\0\0\0\0\1\f\1\4\1"..., 4096) = 538
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/_abcoll", 0x7ffc5ea1e410) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_abcoll.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_abcoll.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_abcollmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_abcoll.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=18415, ...}) = 0
open("/usr/lib/python2.7/_abcoll.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=25356, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(7, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0sI\2\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=25356, ...}) = 0
read(7, "(\0\0\0\0s\35\0\0\0/usr/lib/python2.7/_ab"..., 20480) = 20480
read(7, ".\n N(\1\0\0\0R~\0\0\0(\2\0\0\0R\34\0\0\0R"..., 4096) = 780
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/abc", 0x7ffc5ea1def0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/abc.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/abc.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/abcmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/abc.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=7145, ...}) = 0
open("/usr/lib/python2.7/abc.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=6121, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(8, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s}\0\0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=6121, ...}) = 0
read(8, "egisteri\0\0\0s\20\0\0\0\0\2\30\1\17\1\17\1\4\3\17\2\17\1\20\1"..., 4096) = 2025
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/_weakrefset", 0x7ffc5ea1d9d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_weakrefset.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_weakrefset.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_weakrefsetmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_weakrefset.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=5911, ...}) = 0
open("/usr/lib/python2.7/_weakrefset.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=9582, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(9, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sI\0\0\0d\0"..., 4096) = 4096
fstat(9, {st_mode=S_IFREG|0644, st_size=9582, ...}) = 0
read(9, "efset.pyR\27\0\0\0q\0\0\0s\6\0\0\0\0\1\t\1\r\1c\2\0\0"..., 4096) = 4096
read(9, "\26\0\210\0\0j\1\0\203\0\0\1n\0\0\210\0\0|\1\0k\10\0r2\0\210\0\0j\2"..., 4096) = 1390
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7efceeb92000, 4096) = 0
close(8) = 0
close(7) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceea53000
close(6) = 0
close(5) = 0
stat("/usr/lib/python2.7/copy_reg", 0x7ffc5ea1e930) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/copy_reg.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/copy_reg.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/copy_regmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/copy_reg.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=6800, ...}) = 0
open("/usr/lib/python2.7/copy_reg.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=5091, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(6, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\326\0\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=5091, ...}) = 0
read(6, "\0\0\0t\3\0\0\0intt\n\0\0\0ValueErrort\23\0\0\0_"..., 4096) = 995
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7efceeb92000, 4096) = 0
close(5) = 0
close(4) = 0
stat("/usr/lib/python2.7/traceback", 0x7ffc5ea1ee50) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/traceback.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/traceback.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=11285, ...}) = 0
open("/usr/lib/python2.7/traceback.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=11639, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(5, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0sB\1\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=11639, ...}) = 0
read(5, "!\0\0\0i\0\0\0\0i\1\0\0\0N(\20\0\0\0R\24\0\0\0R\"\0\0\0R\25"..., 4096) = 4096
read(5, "\0\203\0\0\\\3\0}\2\0}\3\0}\4\0t\4\0|\2\0|\3\0|\4\0|\0\0|"..., 4096) = 3447
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7efceeb92000, 4096) = 0
close(4) = 0
geteuid() = 1223
getuid() = 1223
getegid() = 1223
getgid() = 1223
stat("/usr/lib/python2.7", {st_mode=S_IFDIR|0755, st_size=11118, ...}) = 0
stat("/usr/lib/python2.7", {st_mode=S_IFDIR|0755, st_size=11118, ...}) = 0
stat("/usr/lib/python2.7/sysconfig", 0x7ffc5ea1e950) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/sysconfig.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/sysconfig.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/sysconfigmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/sysconfig.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=25204, ...}) = 0
open("/usr/lib/python2.7/sysconfig.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=18673, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(5, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s\217\5\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=18673, ...}) = 0
read(5, "\3\0|\2\0k\6\0r7\0q\31\0n\0\0|\4\0|\0\0|\3\0<q\31\0Wd"..., 12288) = 12288
read(5, "\0\0005t\7\0\0\0solariss\5\0\0\0%d.%si\3\0\0\0i\2"..., 4096) = 2289
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7efceeb92000, 4096) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=84, ...}) = 0
lstat("/usr/bin", {st_mode=S_IFDIR|0755, st_size=12362, ...}) = 0
lstat("/usr/bin/python", {st_mode=S_IFLNK|0777, st_size=9, ...}) = 0
readlink("/usr/bin/python", "python2.7", 4096) = 9
lstat("/usr/bin/python2.7", {st_mode=S_IFREG|0755, st_size=3781768, ...}) = 0
stat("/usr/bin/Modules/Setup.dist", 0x7ffc5ea1f350) = -1 ENOENT (No such file or directory)
stat("/usr/bin/Modules/Setup.local", 0x7ffc5ea1f350) = -1 ENOENT (No such file or directory)
close(4) = 0
stat("/usr/lib/python2.7/re", 0x7ffc5ea1e600) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/re.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/re.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=13423, ...}) = 0
open("/usr/lib/python2.7/re.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=13370, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(5, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\27\0\0\0@\0\0\0sQ\2\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=13370, ...}) = 0
read(5, "ports the following functions:\n "..., 8192) = 8192
read(5, "\0|\10\0\203\1\0\1n\0\0|\7\0}\5\0q-\0|\2\0|\1\0|\5\0\37f\2"..., 4096) = 1082
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/sre_compile", 0x7ffc5ea1e0e0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/sre_compile.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/sre_compile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/sre_compilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/sre_compile.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=19817, ...}) = 0
open("/usr/lib/python2.7/sre_compile.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=12529, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(6, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\317\1\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=12529, ...}) = 0
brk(0x1a5d000) = 0x1a5d000
read(6, "_compilet\7\0\0\0SUCCESSt\7\0\0\0_simple"..., 8192) = 8192
read(6, "intRd\0\0\0Rf\0\0\0R'\0\0\0R\226\0\0\0t\7\0\0\0unic"..., 4096) = 241
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/sre_parse", 0x7ffc5ea1dbc0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/sre_parse.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/sre_parse.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/sre_parsemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/sre_parse.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=27927, ...}) = 0
open("/usr/lib/python2.7/sre_parse.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=19503, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(7, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\312\2\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=19503, ...}) = 0
read(7, "\0\0|\1\0<d\0\0S(\1\0\0\0N(\1\0\0\0R\"\0\0\0(\3\0\0\0R"..., 12288) = 12288
read(7, "\f\1\t\1\t\2\22\2\f\1\f\1\f\1\6\1\f\2\n\1\r\2\33\3\23\2c\2\0\0\0\24"..., 4096) = 3119
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/sre_constants", 0x7ffc5ea1d6a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/sre_constants.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/sre_constants.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/sre_constantsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/sre_constants.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=7197, ...}) = 0
open("/usr/lib/python2.7/sre_constants.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=6185, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(8, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0 \0\0\0@\0\0\0s*\5\0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=6185, ...}) = 0
read(8, "FIX %d\ns\34\0\0\0#define SRE_INFO_LIT"..., 4096) = 2089
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7efceeb92000, 4096) = 0
close(7) = 0
close(6) = 0
close(5) = 0
close(4) = 0
stat("/usr/lib/python2.7/_sysconfigdata", 0x7ffc5ea1e4c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_sysconfigdata.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_sysconfigdata.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_sysconfigdatamodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_sysconfigdata.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=126, ...}) = 0
open("/usr/lib/python2.7/_sysconfigdata.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=279, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(5, "\3\363\r\n\374\251sWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s6\0\0\0d\0"..., 4096) = 279
fstat(5, {st_mode=S_IFREG|0644, st_size=279, ...}) = 0
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/_sysconfigdata_nd", 0x7ffc5ea1dfa0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_sysconfigdata_nd.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_sysconfigdata_nd.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_sysconfigdata_ndmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_sysconfigdata_nd.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_sysconfigdata_nd.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/plat-x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=248, ...}) = 0
stat("/usr/lib/python2.7/plat-x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=248, ...}) = 0
stat("/usr/lib/python2.7/plat-x86_64-linux-gnu/_sysconfigdata_nd", 0x7ffc5ea1dfa0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_sysconfigdata_nd.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_sysconfigdata_nd.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_sysconfigdata_ndmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_sysconfigdata_nd.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=17020, ...}) = 0
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_sysconfigdata_nd.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=19881, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(6, "\3\363\r\n\350\267sWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\271\16\0\0i\31"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=19881, ...}) = 0
read(6, "ont\t\0\0\0AST_C_DIRs\24\0\0\0Include/Pyt"..., 12288) = 12288
read(6, "Tt\n\0\0\0PY_LDFLAGSt\17\0\0\0PY_UNICODE_"..., 4096) = 3497
read(6, "", 4096) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceea13000
close(6) = 0
munmap(0x7efceeb92000, 4096) = 0
close(5) = 0
close(4) = 0
brk(0x1a89000) = 0x1a89000
stat("/home/ka.chan/.local/lib/python2.7/site-packages", 0x7ffc5ea1fc30) = -1 ENOENT (No such file or directory)
stat("/home/ka.chan/.local/local/lib/python2.7/dist-packages", 0x7ffc5ea1fc30) = -1 ENOENT (No such file or directory)
stat("/home/ka.chan/.local/lib/python2.7/dist-packages", 0x7ffc5ea1fc30) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.7/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=0, ...}) = 0
openat(AT_FDCWD, "/usr/local/lib/python2.7/dist-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4
getdents(4, /* 2 entries */, 32768) = 48
getdents(4, /* 0 entries */, 32768) = 0
close(4) = 0
stat("/usr/lib/python2.7/dist-packages", {st_mode=S_IFDIR|0755, st_size=3388, ...}) = 0
openat(AT_FDCWD, "/usr/lib/python2.7/dist-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4
getdents(4, /* 117 entries */, 32768) = 4432
getdents(4, /* 0 entries */, 32768) = 0
close(4) = 0
open("/usr/lib/python2.7/dist-packages/oslo.config-1.3.0-nspkg.pth", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=301, ...}) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=301, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(4, "import sys,types,os; p = os.path"..., 8192) = 301
read(4, "", 4096) = 0
stat("/usr/lib/python2.7/dist-packages/oslo/__init__.py", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
read(4, "", 8192) = 0
close(4) = 0
munmap(0x7efceeb92000, 4096) = 0
open("/usr/lib/python2.7/dist-packages/python-support.pth", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=29, ...}) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=29, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(4, "/usr/lib/pymodules/python2.7\n", 8192) = 29
read(4, "", 4096) = 0
stat("/usr/lib/pymodules/python2.7", {st_mode=S_IFDIR|0755, st_size=208, ...}) = 0
read(4, "", 8192) = 0
close(4) = 0
munmap(0x7efceeb92000, 4096) = 0
open("/usr/lib/python2.7/dist-packages/setuptools.pth", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=26, ...}) = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=26, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(4, "setuptools-1.3.2.egg-info\n", 8192) = 26
read(4, "", 4096) = 0
stat("/usr/lib/python2.7/dist-packages/setuptools-1.3.2.egg-info", 0x7ffc5ea1f810) = -1 ENOENT (No such file or directory)
read(4, "", 8192) = 0
close(4) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/sitecustomize", 0x7ffc5ea1ebd0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/sitecustomize.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/sitecustomize.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=155, ...}) = 0
open("/usr/lib/python2.7/sitecustomize.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=232, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(5, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s2\0\0\0y\20"..., 4096) = 232
fstat(5, {st_mode=S_IFREG|0644, st_size=232, ...}) = 0
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/apport_python_hook", 0x7ffc5ea1e6b0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/apport_python_hook.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/plat-x86_64-linux-gnu/apport_python_hook", 0x7ffc5ea1e6b0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/apport_python_hook.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/lib-tk", {st_mode=S_IFDIR|0755, st_size=884, ...}) = 0
stat("/usr/lib/python2.7/lib-tk", {st_mode=S_IFDIR|0755, st_size=884, ...}) = 0
stat("/usr/lib/python2.7/lib-tk/apport_python_hook", 0x7ffc5ea1e6b0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/apport_python_hook.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/lib-old", 0x7ffc5ea1d490) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7", {st_mode=S_IFDIR|0755, st_size=11118, ...}) = 0
stat("/usr/lib/python2.7/lib-old", 0x7ffc5ea1e430) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/lib-dynload", {st_mode=S_IFDIR|0755, st_size=2142, ...}) = 0
stat("/usr/lib/python2.7/lib-dynload", {st_mode=S_IFDIR|0755, st_size=2142, ...}) = 0
stat("/usr/lib/python2.7/lib-dynload/apport_python_hook", 0x7ffc5ea1e6b0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/apport_python_hook.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.7/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=0, ...}) = 0
stat("/usr/local/lib/python2.7/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=0, ...}) = 0
stat("/usr/local/lib/python2.7/dist-packages/apport_python_hook", 0x7ffc5ea1e6b0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/apport_python_hook.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/dist-packages", {st_mode=S_IFDIR|0755, st_size=3388, ...}) = 0
stat("/usr/lib/python2.7/dist-packages", {st_mode=S_IFDIR|0755, st_size=3388, ...}) = 0
stat("/usr/lib/python2.7/dist-packages/apport_python_hook", 0x7ffc5ea1e6b0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/apport_python_hook.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.7", {st_mode=S_IFDIR|0755, st_size=208, ...}) = 0
stat("/usr/lib/pymodules/python2.7", {st_mode=S_IFDIR|0755, st_size=208, ...}) = 0
stat("/usr/lib/pymodules/python2.7/apport_python_hook", 0x7ffc5ea1e6b0) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.7/apport_python_hook.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.7/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.7/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.7/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.7/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(4) = 0
stat("/usr/lib/python2.7/usercustomize", 0x7ffc5ea1ebd0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/usercustomize.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/plat-x86_64-linux-gnu/usercustomize", 0x7ffc5ea1ebd0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/usercustomize.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/lib-tk/usercustomize", 0x7ffc5ea1ebd0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/usercustomize.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/lib-dynload/usercustomize", 0x7ffc5ea1ebd0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/usercustomize.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.7/dist-packages/usercustomize", 0x7ffc5ea1ebd0) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/usercustomize.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/dist-packages/usercustomize", 0x7ffc5ea1ebd0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/usercustomize.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.7/usercustomize", 0x7ffc5ea1ebd0) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.7/usercustomize.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.7/usercustomize.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.7/usercustomizemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.7/usercustomize.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.7/usercustomize.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(3) = 0
open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1607712, ...}) = 0
mmap(NULL, 1607712, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7efced901000
close(3) = 0
stat("/usr/lib/python2.7/encodings", {st_mode=S_IFDIR|0755, st_size=5606, ...}) = 0
stat("/usr/lib/python2.7/encodings/__init__.py", {st_mode=S_IFREG|0644, st_size=5698, ...}) = 0
stat("/usr/lib/python2.7/encodings/__init__", 0x7ffc5ea1f480) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/__init__.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/__init__.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=5698, ...}) = 0
open("/usr/lib/python2.7/encodings/__init__.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=4370, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(4, "\3\363\r\n\343\267sWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\216\0\0\0d\0"..., 4096) = 4096
fstat(4, {st_mode=S_IFREG|0644, st_size=4370, ...}) = 0
read(4, "\1$\1$\0016\0016\1\3\1\3\1\26\1\"\0015\1\22\3\n\4\3\1\20\1\r\1\4\2\r"..., 4096) = 274
read(4, "", 4096) = 0
close(4) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/encodings", {st_mode=S_IFDIR|0755, st_size=5606, ...}) = 0
stat("/usr/lib/python2.7/encodings", {st_mode=S_IFDIR|0755, st_size=5606, ...}) = 0
stat("/usr/lib/python2.7/encodings/codecs", 0x7ffc5ea1ef60) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/codecs.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/codecs", 0x7ffc5ea1eef0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/codecs.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/codecs.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=35172, ...}) = 0
open("/usr/lib/python2.7/codecs.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=36397, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(5, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\30\0\0\0@\0\0\0s7\3\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=36397, ...}) = 0
read(5, "d\1\0S(\2\0\0\0s\372\2\0\0 Decodes the objec"..., 28672) = 28672
read(5, "ncoding and return\n its I"..., 4096) = 3629
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7efceeb92000, 4096) = 0
close(4) = 0
stat("/usr/lib/python2.7/encodings/encodings", 0x7ffc5ea1ef60) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/encodings.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/encodings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/encodingsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/encodings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/encodings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/encodings/aliases", 0x7ffc5ea1ef10) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/aliases.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/aliases.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/aliasesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/aliases.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=14848, ...}) = 0
open("/usr/lib/python2.7/encodings/aliases.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=8768, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(5, "\3\363\r\n\343\267sWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0su\10\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=8768, ...}) = 0
read(5, "ibm860t\6\0\0\0ibm860t\5\0\0\0cp861t\3\0\0\0"..., 4096) = 4096
read(5, "\7\3\7\1\7\1\7\1\7\1\7\1\7\1\7\1\7\3\7\1\7\1\7\3\7\1\7\3\7\1\7\3"..., 4096) = 576
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7efceeb92000, 4096) = 0
close(4) = 0
stat("/usr/lib/python2.7/encodings/__builtin__", 0x7ffc5ea1ef60) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/__builtin__.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/__builtin__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/__builtin__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/__builtin__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/__builtin__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(3) = 0
stat("/usr/lib/python2.7/encodings/utf_8", 0x7ffc5ea1f2a0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/utf_8.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/utf_8.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/utf_8module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/utf_8.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1005, ...}) = 0
open("/usr/lib/python2.7/encodings/utf_8.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=1950, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(4, "\3\363\r\n\343\267sWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\230\0\0\0d\0"..., 4096) = 1950
fstat(4, {st_mode=S_IFREG|0644, st_size=1950, ...}) = 0
read(4, "", 4096) = 0
close(4) = 0
munmap(0x7efceeb92000, 4096) = 0
close(3) = 0
ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7ffc5ea205a0) = -1 ENOTTY (Inappropriate ioctl for device)
readlink("/usr/bin/net", 0x7ffc5ea1d770, 4096) = -1 EINVAL (Invalid argument)
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=84, ...}) = 0
lstat("/usr/bin", {st_mode=S_IFDIR|0755, st_size=12362, ...}) = 0
lstat("/usr/bin/net", {st_mode=S_IFREG|0755, st_size=6759, ...}) = 0
stat("/usr/bin/net", {st_mode=S_IFREG|0755, st_size=6759, ...}) = 0
open("/usr/bin/net", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=6759, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
fstat(3, {st_mode=S_IFREG|0755, st_size=6759, ...}) = 0
lseek(3, 4096, SEEK_SET) = 4096
read(3, " argv = sys.argv[1:-2]\n\n "..., 2641) = 2641
read(3, " display_reply(reply)\n", 4096) = 22
close(3) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/bin/net", {st_mode=S_IFREG|0755, st_size=6759, ...}) = 0
open("/usr/bin/net", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=6759, ...}) = 0
ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 0x7ffc5ea206f0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0755, st_size=6759, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
lseek(3, 0, SEEK_CUR) = 0
read(3, "#!/usr/bin/python\n\"\"\"\nCopyright "..., 4096) = 4096
lseek(3, 4096, SEEK_SET) = 4096
brk(0x1aac000) = 0x1aac000
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efcee9d3000
read(3, " argv = sys.argv[1:-2]\n\n "..., 4096) = 2663
read(3, "", 4096) = 0
brk(0x1aa4000) = 0x1aa4000
close(3) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/bin", {st_mode=S_IFDIR|0755, st_size=12362, ...}) = 0
stat("/usr/bin", {st_mode=S_IFDIR|0755, st_size=12362, ...}) = 0
stat("/usr/bin/json", 0x7ffc5ea1f250) = -1 ENOENT (No such file or directory)
open("/usr/bin/json.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/json.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/jsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/json.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/json.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/json", {st_mode=S_IFDIR|0755, st_size=292, ...}) = 0
stat("/usr/lib/python2.7/json/__init__.py", {st_mode=S_IFREG|0644, st_size=14750, ...}) = 0
stat("/usr/lib/python2.7/json/__init__", 0x7ffc5ea1f200) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/__init__.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/__init__.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=14750, ...}) = 0
open("/usr/lib/python2.7/json/__init__.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=13945, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(4, "\3\363\r\n\343\267sWc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s,\1\0\0d\0"..., 4096) = 4096
fstat(4, {st_mode=S_IFREG|0644, st_size=13945, ...}) = 0
read(4, "ode``, ``int``, ``long``, ``floa"..., 8192) = 8192
read(4, " the ``dict``.\n This feature "..., 4096) = 1657
read(4, "", 4096) = 0
close(4) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/json", {st_mode=S_IFDIR|0755, st_size=292, ...}) = 0
stat("/usr/lib/python2.7/json", {st_mode=S_IFDIR|0755, st_size=292, ...}) = 0
stat("/usr/lib/python2.7/json/decoder", 0x7ffc5ea1ece0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/decoder.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/decoder.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/decodermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/decoder.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=13751, ...}) = 0
open("/usr/lib/python2.7/json/decoder.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=12070, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(5, "\3\363\r\n\343\267sWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\254\1\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=12070, ...}) = 0
read(5, "|\10\0|\t\0|\t\0d\1\0\27!}\f\0|\f\0d\2\0k\3\0r\370\0|\f\0"..., 4096) = 4096
read(5, "if specified, will be called wit"..., 4096) = 3878
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/json/re", 0x7ffc5ea1e7c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/re.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/json/sys", 0x7ffc5ea1e7c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/sys.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/json/struct", 0x7ffc5ea1e7c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/struct.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/struct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/struct.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/struct.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/struct", 0x7ffc5ea1e750) = -1 ENOENT (No such file or directory)
open("/usr/bin/struct.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/struct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/struct.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/struct.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/struct", 0x7ffc5ea1e750) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/struct.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/struct.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/struct.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
open("/usr/lib/python2.7/struct.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=237, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(6, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0s.\0\0\0d\0"..., 4096) = 237
fstat(6, {st_mode=S_IFREG|0644, st_size=237, ...}) = 0
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7efceeb92000, 4096) = 0
close(5) = 0
stat("/usr/lib/python2.7/json/json", 0x7ffc5ea1e7c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/json.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/json.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/jsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/json.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/json.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/json/scanner", 0x7ffc5ea1e770) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/scanner.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/scanner.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/scannermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/scanner.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2297, ...}) = 0
open("/usr/lib/python2.7/json/scanner.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=2223, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(6, "\3\363\r\n\343\267sWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\205\0\0\0d\0"..., 4096) = 2223
fstat(6, {st_mode=S_IFREG|0644, st_size=2223, ...}) = 0
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/json/_json", 0x7ffc5ea1e250) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/_json.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/_json.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/_jsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/_json.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/_json.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/_json", 0x7ffc5ea1e1e0) = -1 ENOENT (No such file or directory)
open("/usr/bin/_json.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_json.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_jsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_json.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_json.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/_json", 0x7ffc5ea1e1e0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_json.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_json.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_jsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_json.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_json.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/plat-x86_64-linux-gnu/_json", 0x7ffc5ea1e1e0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_json.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_json.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_jsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_json.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_json.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/lib-tk/_json", 0x7ffc5ea1e1e0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/_json.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/_json.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/_jsonmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/_json.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/_json.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/lib-dynload/_json", 0x7ffc5ea1e1e0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/_json.x86_64-linux-gnu.so", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=54248, ...}) = 0
futex(0x7efcee7570c8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/usr/lib/python2.7/lib-dynload/_json.x86_64-linux-gnu.so", O_RDONLY|O_CLOEXEC) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\37\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=54248, ...}) = 0
mmap(NULL, 2149568, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7efced6f4000
mprotect(0x7efced700000, 2093056, PROT_NONE) = 0
mmap(0x7efced8ff000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0xb000) = 0x7efced8ff000
close(7) = 0
mprotect(0x7efced8ff000, 4096, PROT_READ) = 0
close(6) = 0
close(5) = 0
stat("/usr/lib/python2.7/encodings/hex_codec", 0x7ffc5ea1e3d0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/hex_codec.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/hex_codec.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/hex_codecmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/hex_codec.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2309, ...}) = 0
open("/usr/lib/python2.7/encodings/hex_codec.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=3754, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(6, "\3\363\r\n\343\267sWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\306\0\0\0d\0"..., 4096) = 3754
fstat(6, {st_mode=S_IFREG|0644, st_size=3754, ...}) = 0
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/encodings/binascii", 0x7ffc5ea1deb0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/binascii.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/binascii.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/binasciimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/binascii.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/encodings/binascii.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(5) = 0
close(4) = 0
stat("/usr/lib/python2.7/json/encoder", 0x7ffc5ea1ece0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/encoder.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/encoder.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/encodermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/json/encoder.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=16389, ...}) = 0
open("/usr/lib/python2.7/json/encoder.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=13676, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(5, "\3\363\r\n\343\267sWc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s|\1\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=13676, ...}) = 0
read(5, "ill be checked for circular refe"..., 8192) = 8192
read(5, "\1\0V\1nQ\1|\0\0t\1\0k\10\0rE\0d\2\0V\1n=\1|\0\0t\2"..., 4096) = 1388
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7efceeb92000, 4096) = 0
close(4) = 0
close(3) = 0
stat("/usr/bin/network_docopt", 0x7ffc5ea1f250) = -1 ENOENT (No such file or directory)
open("/usr/bin/network_docopt.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/network_docopt.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/network_docoptmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/network_docopt.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/network_docopt.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/network_docopt", 0x7ffc5ea1f250) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/network_docopt.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/network_docopt.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/network_docoptmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/network_docopt.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/network_docopt.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/plat-x86_64-linux-gnu/network_docopt", 0x7ffc5ea1f250) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/network_docopt.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/network_docopt.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/network_docoptmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/network_docopt.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/network_docopt.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/lib-tk/network_docopt", 0x7ffc5ea1f250) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/network_docopt.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/network_docopt.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/network_docoptmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/network_docopt.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/network_docopt.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/lib-dynload/network_docopt", 0x7ffc5ea1f250) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/network_docopt.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/network_docopt.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/network_docoptmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/network_docopt.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/network_docopt.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.7/dist-packages/network_docopt", 0x7ffc5ea1f250) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/network_docopt.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/network_docopt.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/network_docoptmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/network_docopt.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/network_docopt.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/dist-packages/network_docopt", {st_mode=S_IFDIR|0755, st_size=242, ...}) = 0
stat("/usr/lib/python2.7/dist-packages/network_docopt/__init__.py", {st_mode=S_IFREG|0644, st_size=25500, ...}) = 0
stat("/usr/lib/python2.7/dist-packages/network_docopt/__init__", 0x7ffc5ea1f200) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/__init__.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/__init__.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=25500, ...}) = 0
open("/usr/lib/python2.7/dist-packages/network_docopt/__init__.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=18124, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(4, "\3\363\r\n\253\224\221[c\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\325\1\0\0d\0"..., 4096) = 4096
fstat(4, {st_mode=S_IFREG|0644, st_size=18124, ...}) = 0
read(4, "st of interface names, return a "..., 12288) = 12288
read(4, "g\0\0|\7\0D]\22\0}\10\0|\10\0j\7\0\203\0\0^\2\0q\226\0}\t\0|"..., 4096) = 1740
read(4, "", 4096) = 0
close(4) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/dist-packages/network_docopt", {st_mode=S_IFDIR|0755, st_size=242, ...}) = 0
stat("/usr/lib/python2.7/dist-packages/network_docopt", {st_mode=S_IFDIR|0755, st_size=242, ...}) = 0
stat("/usr/lib/python2.7/dist-packages/network_docopt/logging", 0x7ffc5ea1ece0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/logging.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/logging.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/loggingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/logging.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/logging.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/logging", 0x7ffc5ea1ec70) = -1 ENOENT (No such file or directory)
open("/usr/bin/logging.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/logging.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/loggingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/logging.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/logging.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/logging", {st_mode=S_IFDIR|0755, st_size=178, ...}) = 0
stat("/usr/lib/python2.7/logging/__init__.py", {st_mode=S_IFREG|0644, st_size=60973, ...}) = 0
stat("/usr/lib/python2.7/logging/__init__", 0x7ffc5ea1ec20) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/__init__.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/__init__.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=60973, ...}) = 0
open("/usr/lib/python2.7/logging/__init__.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=57302, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(5, "\3\363\r\n\343\267sWc\0\0\0\0\0\0\0\0%\0\0\0@\0\0\0so\5\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=57302, ...}) = 0
brk(0x1ad0000) = 0x1ad0000
read(5, "TypeError(\2\0\0\0R1\0\0\0t\2\0\0\0rv(\0\0\0\0("..., 49152) = 49152
read(5, "\360\0\0\0(\0\0\0\0(\0\0\0\0s&\0\0\0/usr/lib/pyth"..., 4096) = 4054
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/logging", {st_mode=S_IFDIR|0755, st_size=178, ...}) = 0
stat("/usr/lib/python2.7/logging", {st_mode=S_IFDIR|0755, st_size=178, ...}) = 0
stat("/usr/lib/python2.7/logging/sys", 0x7ffc5ea1e700) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/sys.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/logging/os", 0x7ffc5ea1e700) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/os.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/logging/time", 0x7ffc5ea1e700) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/time.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/localtime", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=118, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=118, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(5, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\0"..., 4096) = 118
lseek(5, -62, SEEK_CUR) = 56
read(5, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\0"..., 4096) = 62
close(5) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=118, ...}) = 0
stat("/usr/lib/python2.7/logging/cStringIO", 0x7ffc5ea1e700) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/cStringIO.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/cStringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/cStringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/cStringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/cStringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/logging/traceback", 0x7ffc5ea1e700) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/traceback.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/traceback.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/traceback.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/logging/warnings", 0x7ffc5ea1e700) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/warnings.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/warnings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/warnings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/logging/weakref", 0x7ffc5ea1e700) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/weakref.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/weakref.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/weakrefmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/weakref.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/weakref.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/weakref", 0x7ffc5ea1e690) = -1 ENOENT (No such file or directory)
open("/usr/bin/weakref.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/weakref.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/weakrefmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/weakref.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/weakref.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/weakref", 0x7ffc5ea1e690) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/weakref.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/weakref.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/weakrefmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/weakref.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=12961, ...}) = 0
open("/usr/lib/python2.7/weakref.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=15254, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(6, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s\356\0\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=15254, ...}) = 0
read(6, "\1\0j\3\0|\2\0|\4\0f\2\0\203\1\0\1q\26\0q\26\0W|\1\0S(\1\0"..., 8192) = 8192
read(6, "s the weak references to the key"..., 4096) = 2966
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7efceeb92000, 4096) = 0
close(5) = 0
stat("/usr/lib/python2.7/logging/collections", 0x7ffc5ea1e700) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/collections.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/collections.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/collections.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/collections", 0x7ffc5ea1e690) = -1 ENOENT (No such file or directory)
open("/usr/bin/collections.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/collections.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/collections.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/collections", 0x7ffc5ea1e690) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/collections.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/collections.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=26142, ...}) = 0
open("/usr/lib/python2.7/collections.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=24703, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(6, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\202\2\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=24703, ...}) = 0
read(6, ".itervalues -> an iterator over "..., 20480) = 20480
read(6, "/usr/lib/python2.7/collections.p"..., 4096) = 127
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/bin/keyword", 0x7ffc5ea1e170) = -1 ENOENT (No such file or directory)
open("/usr/bin/keyword.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/keyword.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/keywordmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/keyword.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/keyword.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/keyword", 0x7ffc5ea1e170) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/keyword.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/keyword.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/keywordmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/keyword.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0755, st_size=1995, ...}) = 0
open("/usr/lib/python2.7/keyword.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=2101, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(7, "\3\363\r\n\355\267sWc\0\0\0\0\0\0\0\0\37\0\0\0@\0\0\0s\247\0\0\0d\0"..., 4096) = 2101
fstat(7, {st_mode=S_IFREG|0644, st_size=2101, ...}) = 0
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7efceeb92000, 4096) = 0
close(6) = 0
stat("/usr/bin/heapq", 0x7ffc5ea1e170) = -1 ENOENT (No such file or directory)
open("/usr/bin/heapq.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/heapq.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/heapqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/heapq.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/heapq.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/heapq", 0x7ffc5ea1e170) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/heapq.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/heapq.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/heapqmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/heapq.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=18296, ...}) = 0
open("/usr/lib/python2.7/heapq.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=14528, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(7, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s\321\1\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=14528, ...}) = 0
read(7, "ementing schedulers (this is wha"..., 8192) = 8192
read(7, "\0\0\0_lent\1\0\0\0ht\10\0\0\0h_appendt\5\0\0\0i"..., 4096) = 2240
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7efceeb92000, 4096) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efced6b4000
close(6) = 0
close(5) = 0
stat("/usr/lib/python2.7/logging/codecs", 0x7ffc5ea1e700) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/codecs.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/codecs.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/codecs.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/codecs.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/logging/thread", 0x7ffc5ea1e700) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/thread.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/thread.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/threadmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/thread.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/thread.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/logging/threading", 0x7ffc5ea1e700) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/threading.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/threading.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/threading.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/threading", 0x7ffc5ea1e690) = -1 ENOENT (No such file or directory)
open("/usr/bin/threading.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/threading.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/threading.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/threading", 0x7ffc5ea1e690) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/threading.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/threading.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/threading.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=47330, ...}) = 0
open("/usr/lib/python2.7/threading.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=42515, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(6, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s=\3\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=42515, ...}) = 0
read(6, "t\10\0\0\0__repr__\212\0\0\0s\16\0\0\0\0\1\t\1\3\1\21\1\r\1"..., 36864) = 36864
read(6, "\0S\0\0\0s)\0\0\0t\0\0j\1\0|\0\0d\1\0d\2\0\203\1\1\1|\1\0"..., 4096) = 1555
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7efceeb92000, 4096) = 0
close(5) = 0
stat("/usr/lib/python2.7/logging/atexit", 0x7ffc5ea1e700) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/atexit.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/atexit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/atexitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/atexit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/logging/atexit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/atexit", 0x7ffc5ea1e690) = -1 ENOENT (No such file or directory)
open("/usr/bin/atexit.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/atexit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/atexitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/atexit.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/atexit.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/atexit", 0x7ffc5ea1e690) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/atexit.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/atexit.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/atexitmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/atexit.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=1705, ...}) = 0
open("/usr/lib/python2.7/atexit.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=2191, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(6, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\300\0\0\0d\0"..., 4096) = 2191
fstat(6, {st_mode=S_IFREG|0644, st_size=2191, ...}) = 0
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7efceeb92000, 4096) = 0
close(5) = 0
close(4) = 0
stat("/usr/lib/python2.7/dist-packages/network_docopt/re", 0x7ffc5ea1ece0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/re.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/dist-packages/network_docopt/sys", 0x7ffc5ea1ece0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/sys.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/dist-packages/network_docopt/subprocess", 0x7ffc5ea1ece0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/subprocess.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/subprocess.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/subprocessmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/subprocess.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/subprocess.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/subprocess", 0x7ffc5ea1ec70) = -1 ENOENT (No such file or directory)
open("/usr/bin/subprocess.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/subprocess.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/subprocessmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/subprocess.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/subprocess.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/subprocess", 0x7ffc5ea1ec70) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/subprocess.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/subprocess.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/subprocessmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/subprocess.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=59485, ...}) = 0
open("/usr/lib/python2.7/subprocess.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=41823, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(5, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s`\2\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=41823, ...}) = 0
brk(0x1afb000) = 0x1afb000
read(5, "convention, '\\r', the Macintosh "..., 36864) = 36864
read(5, "\0sl\0\0\0d\1\0GHt\0\0d\2\0d\3\0t\1\0d\4\0t\2\0\203\1\2"..., 4096) = 863
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/bin/pickle", 0x7ffc5ea1e750) = -1 ENOENT (No such file or directory)
open("/usr/bin/pickle.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/pickle.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/picklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/pickle.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/pickle.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/pickle", 0x7ffc5ea1e750) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/pickle.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/pickle.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/picklemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/pickle.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=45163, ...}) = 0
open("/usr/lib/python2.7/pickle.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=38261, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(6, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\355\3\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=38261, ...}) = 0
read(6, " for writing a pickle data strea"..., 32768) = 32768
read(6, "\1\0\0\0\2\0\0\0C\0\0\0s\20\0\0\0t\0\0|\0\0\203\1\0j\1\0\203\0\0"..., 4096) = 1397
read(6, "", 4096) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efced674000
close(6) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/bin/org", 0x7ffc5ea1e230) = -1 ENOENT (No such file or directory)
open("/usr/bin/org.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/org", 0x7ffc5ea1e230) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/org.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/plat-x86_64-linux-gnu/org", 0x7ffc5ea1e230) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/org.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/lib-tk/org", 0x7ffc5ea1e230) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/org.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/lib-dynload/org", 0x7ffc5ea1e230) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/org.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.7/dist-packages/org", 0x7ffc5ea1e230) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/org.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/dist-packages/org", 0x7ffc5ea1e230) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/org.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/pymodules/python2.7/org", 0x7ffc5ea1e230) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.7/org.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.7/org.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.7/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.7/org.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/pymodules/python2.7/org.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(5) = 0
getrlimit(RLIMIT_NOFILE, {rlim_cur=10000, rlim_max=64*1024}) = 0
close(4) = 0
stat("/usr/lib/python2.7/dist-packages/network_docopt/network_docopt", 0x7ffc5ea1ece0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/network_docopt.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/network_docopt.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/network_docoptmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/network_docopt.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/network_docopt.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/dist-packages/network_docopt/match", 0x7ffc5ea1ece0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/match.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/match.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/matchmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/match.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=55905, ...}) = 0
open("/usr/lib/python2.7/dist-packages/network_docopt/match.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=51272, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(5, "\3\363\r\n\253\224\221[c\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s-\5\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=51272, ...}) = 0
read(5, "e a <nes-characters> variable bu"..., 45056) = 45056
read(5, "\0R\303\0\0\0R\304\0\0\0R\310\0\0\0R\277\0\0\0R\300\0\0\0R\312\0\0\0R"..., 4096) = 2120
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/dist-packages/network_docopt/ipaddr", 0x7ffc5ea1e7c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/ipaddr.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/ipaddr.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/ipaddrmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/ipaddr.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/ipaddr.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/ipaddr", 0x7ffc5ea1e750) = -1 ENOENT (No such file or directory)
open("/usr/bin/ipaddr.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/ipaddr.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/ipaddrmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/ipaddr.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/ipaddr.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/ipaddr", 0x7ffc5ea1e750) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/ipaddr.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/ipaddr.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/ipaddrmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/ipaddr.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/ipaddr.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/plat-x86_64-linux-gnu/ipaddr", 0x7ffc5ea1e750) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/ipaddr.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/ipaddr.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/ipaddrmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/ipaddr.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/ipaddr.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/lib-tk/ipaddr", 0x7ffc5ea1e750) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/ipaddr.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/ipaddr.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/ipaddrmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/ipaddr.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/ipaddr.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/lib-dynload/ipaddr", 0x7ffc5ea1e750) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/ipaddr.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/ipaddr.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/ipaddrmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/ipaddr.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/ipaddr.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/python2.7/dist-packages/ipaddr", 0x7ffc5ea1e750) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/ipaddr.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/ipaddr.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/ipaddrmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/ipaddr.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/python2.7/dist-packages/ipaddr.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/dist-packages/ipaddr", 0x7ffc5ea1e750) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/ipaddr.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/ipaddr.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/ipaddrmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/ipaddr.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=59578, ...}) = 0
open("/usr/lib/python2.7/dist-packages/ipaddr.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=57566, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(6, "\3\363\r\n\30\24\354Rc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\355\1\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=57566, ...}) = 0
read(6, "tation of this address.\n\n Arg"..., 53248) = 53248
read(6, "ErrorRQ\0\0\0t\6\0\0\0objectRR\0\0\0R%\0\0\0R"..., 4096) = 222
read(6, "", 4096) = 0
brk(0x1b1c000) = 0x1b1c000
close(6) = 0
munmap(0x7efceeb92000, 4096) = 0
close(5) = 0
stat("/usr/lib/python2.7/dist-packages/network_docopt/pprint", 0x7ffc5ea1e7c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/pprint.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/pprint.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/pprintmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/pprint.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/pprint.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/pprint", 0x7ffc5ea1e750) = -1 ENOENT (No such file or directory)
open("/usr/bin/pprint.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/pprint.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/pprintmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/pprint.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/pprint.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/pprint", 0x7ffc5ea1e750) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/pprint.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/pprint.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/pprintmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/pprint.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=11777, ...}) = 0
open("/usr/lib/python2.7/pprint.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=10156, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(6, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\37\1\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=10156, ...}) = 0
read(6, "\0\0\0s\32\0\0\0|\0\0j\0\0|\1\0i\0\0d\1\0d\1\0\203\4\0d\2\0"..., 4096) = 4096
read(6, "\0}\33\0t\24\0|\33\0|\1\0|\2\0|\3\0\203\4\0\\\3\0}\34\0}\35\0}"..., 4096) = 1964
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7efceeb92000, 4096) = 0
close(5) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efced634000
close(4) = 0
stat("/usr/lib/python2.7/dist-packages/network_docopt/tab", 0x7ffc5ea1ece0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/tab.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/tab.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/tabmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/tab.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=35350, ...}) = 0
open("/usr/lib/python2.7/dist-packages/network_docopt/tab.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=23381, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(5, "\3\363\r\n\253\224\221[c\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s>\2\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=23381, ...}) = 0
read(5, " '%s' is %s, it must be a dicts\37"..., 16384) = 16384
read(5, "ython2.7/dist-packages/network_d"..., 4096) = 2901
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/dist-packages/network_docopt/os", 0x7ffc5ea1e7c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/os.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/dist-packages/network_docopt/unittest", 0x7ffc5ea1e7c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/unittest.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/unittest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/unittestmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/unittest.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/unittest.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/unittest", 0x7ffc5ea1e750) = -1 ENOENT (No such file or directory)
open("/usr/bin/unittest.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/unittest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/unittestmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/unittest.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/unittest.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/unittest", {st_mode=S_IFDIR|0755, st_size=544, ...}) = 0
stat("/usr/lib/python2.7/unittest/__init__.py", {st_mode=S_IFREG|0644, st_size=2718, ...}) = 0
stat("/usr/lib/python2.7/unittest/__init__", 0x7ffc5ea1e700) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/__init__.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/__init__.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2718, ...}) = 0
open("/usr/lib/python2.7/unittest/__init__.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=2962, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(6, "\3\363\r\n\343\267sWc\0\0\0\0\0\0\0\0\22\0\0\0@\0\0\0s8\1\0\0d\0"..., 4096) = 2962
fstat(6, {st_mode=S_IFREG|0644, st_size=2962, ...}) = 0
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/unittest", {st_mode=S_IFDIR|0755, st_size=544, ...}) = 0
stat("/usr/lib/python2.7/unittest", {st_mode=S_IFDIR|0755, st_size=544, ...}) = 0
stat("/usr/lib/python2.7/unittest/result", 0x7ffc5ea1e1e0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/result.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/result.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/resultmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/result.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=6307, ...}) = 0
open("/usr/lib/python2.7/unittest/result.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=7876, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(7, "\3\363\r\n\343\267sWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\217\0\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=7876, ...}) = 0
read(7, "r' is a tuple of values as\n "..., 4096) = 3780
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/unittest/os", 0x7ffc5ea1dcc0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/os.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/os.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/os.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/unittest/sys", 0x7ffc5ea1dcc0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/sys.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/unittest/traceback", 0x7ffc5ea1dcc0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/traceback.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/traceback.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/traceback.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/traceback.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/unittest/StringIO", 0x7ffc5ea1dcc0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/StringIO.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/StringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/StringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/StringIO", 0x7ffc5ea1dc50) = -1 ENOENT (No such file or directory)
open("/usr/bin/StringIO.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/StringIO.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/StringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/StringIO", 0x7ffc5ea1dc50) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/StringIO.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/StringIO.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=10662, ...}) = 0
open("/usr/lib/python2.7/StringIO.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=11442, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(8, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s|\0\0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=11442, ...}) = 0
read(8, "ument is optional and defaults t"..., 4096) = 4096
read(8, "t\1\0\0\0\0R\5\0\0\0(\v\0\0\0R\4\0\0\0R\3\0\0\0R\6\0\0\0R"..., 4096) = 3250
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7efceeb92000, 4096) = 0
close(7) = 0
stat("/usr/lib/python2.7/unittest/util", 0x7ffc5ea1dc70) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/util.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/util.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/utilmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/util.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=4606, ...}) = 0
open("/usr/lib/python2.7/unittest/util.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=4502, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(8, "\3\363\r\n\343\267sWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\200\0\0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=4502, ...}) = 0
read(8, "R7\0\0\0t\5\0\0\0itemsR4\0\0\0R(\0\0\0R\21\0\0\0(\t"..., 4096) = 406
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/unittest/collections", 0x7ffc5ea1d750) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/collections.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/collections.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/collections.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/collections.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(7) = 0
stat("/usr/lib/python2.7/unittest/functools", 0x7ffc5ea1dcc0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/functools.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/functools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/functools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/functools", 0x7ffc5ea1dc50) = -1 ENOENT (No such file or directory)
open("/usr/bin/functools.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/functools.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/functools.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/functools", 0x7ffc5ea1dc50) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/functools.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/functools.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/functoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/functools.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=4478, ...}) = 0
open("/usr/lib/python2.7/functools.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=6037, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(8, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\\\0\0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=6037, ...}) = 0
read(8, "ion into a key= functiont\1\0\0\0Kc\0"..., 4096) = 1941
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7efceeb92000, 4096) = 0
close(7) = 0
close(6) = 0
stat("/usr/lib/python2.7/unittest/case", 0x7ffc5ea1e1e0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/case.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/case.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/casemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/case.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=42686, ...}) = 0
open("/usr/lib/python2.7/unittest/case.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=40156, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(7, "\3\363\r\n\343\267sWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s_\1\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=40156, ...}) = 0
read(7, "t raiseds\30\0\0\0\"%s\" does not match"..., 32768) = 32768
read(7, "\0\0R\343\0\0\0R\344\0\0\0R@\0\0\0R\361\0\0\0R\377\0\0\0RD\0\0\0"..., 4096) = 3292
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/unittest/difflib", 0x7ffc5ea1dcc0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/difflib.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/difflib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/difflibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/difflib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/difflib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/difflib", 0x7ffc5ea1dc50) = -1 ENOENT (No such file or directory)
open("/usr/bin/difflib.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/difflib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/difflibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/difflib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/difflib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/difflib", 0x7ffc5ea1dc50) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/difflib.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/difflib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/difflibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/difflib.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=82320, ...}) = 0
open("/usr/lib/python2.7/difflib.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=61841, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(8, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\v\0\0\0@\0\0\0s\245\1\0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=61841, ...}) = 0
read(8, "nd b[0] match for 8 elements\n "..., 57344) = 57344
read(8, "\0s\4\0\0\0\0\1\30\1t\10\0\0\0__main__(#\0\0\0Rp\0\0"..., 4096) = 401
read(8, "", 4096) = 0
brk(0x1b3d000) = 0x1b3d000
mmap(NULL, 790528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efced573000
munmap(0x7efceea93000, 200704) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efced533000
close(8) = 0
munmap(0x7efceeb92000, 4096) = 0
close(7) = 0
stat("/usr/lib/python2.7/unittest/pprint", 0x7ffc5ea1dcc0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/pprint.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/pprint.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/pprintmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/pprint.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/pprint.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/unittest/re", 0x7ffc5ea1dcc0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/re.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/re.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/remodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/re.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/re.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/unittest/types", 0x7ffc5ea1dcc0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/types.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/types.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/types.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/types.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/unittest/warnings", 0x7ffc5ea1dcc0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/warnings.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/warnings.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/warnings.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/warnings.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(6) = 0
stat("/usr/lib/python2.7/unittest/suite", 0x7ffc5ea1e1e0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/suite.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/suite.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/suitemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/suite.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=9809, ...}) = 0
open("/usr/lib/python2.7/unittest/suite.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=10468, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(7, "\3\363\r\n\343\267sWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\246\0\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=10468, ...}) = 0
read(7, "rH\0Pn\0\0t\5\0|\4\0\203\1\0r\300\0|\0\0j\6\0|\4\0|\1\0\203"..., 4096) = 4096
read(7, "\0\6\10\6\2\f\36\t\7\t \t\10\t\33\t\10\t\31RT\0\0\0c\0\0\0\0\0\0\0"..., 4096) = 2276
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7efceeb92000, 4096) = 0
close(6) = 0
stat("/usr/lib/python2.7/unittest/loader", 0x7ffc5ea1e1e0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/loader.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/loader.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/loadermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/loader.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=13465, ...}) = 0
open("/usr/lib/python2.7/unittest/loader.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=11307, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(7, "\3\363\r\n\343\267sWc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\23\1\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=11307, ...}) = 0
read(7, "\0partst\n\0\0\0parts_copyR0\0\0\0t\4\0\0\0p"..., 4096) = 4096
read(7, "oader.pyt\23\0\0\0_get_name_from_path"..., 4096) = 3115
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/unittest/fnmatch", 0x7ffc5ea1dcc0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/fnmatch.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/fnmatch.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/fnmatchmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/fnmatch.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/fnmatch.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/bin/fnmatch", 0x7ffc5ea1dc50) = -1 ENOENT (No such file or directory)
open("/usr/bin/fnmatch.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/fnmatch.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/fnmatchmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/fnmatch.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/fnmatch.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/fnmatch", 0x7ffc5ea1dc50) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/fnmatch.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/fnmatch.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/fnmatchmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/fnmatch.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=3239, ...}) = 0
open("/usr/lib/python2.7/fnmatch.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=3522, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(8, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sa\0\0\0d\0"..., 4096) = 3522
fstat(8, {st_mode=S_IFREG|0644, st_size=3522, ...}) = 0
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7efceeb92000, 4096) = 0
close(7) = 0
close(6) = 0
stat("/usr/lib/python2.7/unittest/main", 0x7ffc5ea1e1e0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/main.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/main.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/mainmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/main.py", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=9083, ...}) = 0
open("/usr/lib/python2.7/unittest/main.pyc", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=7993, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(7, "\3\363\r\n\343\267sWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\224\0\0\0d\0"..., 4096) = 4096
fstat(7, {st_mode=S_IFREG|0644, st_size=7993, ...}) = 0
read(7, "ietR\20\0\0\0t\5\0\0\0catchR\23\0\0\0t\7\0\0\0hHvq"..., 4096) = 3897
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/unittest/runner", 0x7ffc5ea1dc70) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/runner.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/runner.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/runnermodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/runner.py", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=6533, ...}) = 0
open("/usr/lib/python2.7/unittest/runner.pyc", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=7607, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(8, "\3\363\r\n\343\267sWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\215\0\0\0d\0"..., 4096) = 4096
fstat(8, {st_mode=S_IFREG|0644, st_size=7607, ...}) = 0
read(8, "\0\0s%\0\0\0/usr/lib/python2.7/unitte"..., 4096) = 3511
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/unittest/time", 0x7ffc5ea1d750) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/time.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/time.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/time.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/time.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/unittest/signals", 0x7ffc5ea1d750) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/signals.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/signals.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/signalsmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/signals.py", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=2403, ...}) = 0
open("/usr/lib/python2.7/unittest/signals.pyc", O_RDONLY) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=2746, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(9, "\3\363\r\n\343\267sWc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\201\0\0\0d\0"..., 4096) = 2746
fstat(9, {st_mode=S_IFREG|0644, st_size=2746, ...}) = 0
read(9, "", 4096) = 0
close(9) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/lib/python2.7/unittest/signal", 0x7ffc5ea1d230) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/signal.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/signal.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/signalmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/signal.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/signal.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/unittest/weakref", 0x7ffc5ea1d230) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/weakref.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/weakref.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/weakrefmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/weakref.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/unittest/weakref.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(8) = 0
close(7) = 0
close(6) = 0
close(5) = 0
stat("/usr/lib/python2.7/dist-packages/network_docopt/node", 0x7ffc5ea1e7c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/node.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/node.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/nodemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/node.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=45816, ...}) = 0
open("/usr/lib/python2.7/dist-packages/network_docopt/node.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=40650, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(6, "\3\363\r\n\253\224\221[c\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s0\2\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=40650, ...}) = 0
read(6, "\0|\6\0f\2\0\26\203\1\0\202\1\0n\6\0|\2\0}\10\0|\10\0S(\n\0\0\0"..., 32768) = 32768
read(6, "d zelda sword\n R\315\0\0\0i\0\0\0\0"..., 4096) = 3786
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7efceeb92000, 4096) = 0
close(5) = 0
stat("/usr/lib/python2.7/dist-packages/network_docopt/datetime", 0x7ffc5ea1e7c0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/datetime.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/datetime.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/datetimemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/datetime.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/dist-packages/network_docopt/datetime.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
close(4) = 0
close(3) = 0
stat("/usr/bin/socket", 0x7ffc5ea1f250) = -1 ENOENT (No such file or directory)
open("/usr/bin/socket.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/socket.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/socket.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/socket", 0x7ffc5ea1f250) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/socket.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/socket.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=20512, ...}) = 0
open("/usr/lib/python2.7/socket.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=16046, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(4, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\312\3\0\0d\0"..., 4096) = 4096
fstat(4, {st_mode=S_IFREG|0644, st_size=16046, ...}) = 0
read(4, "e name is too long.iO'\0\0s\21\0\0\0The"..., 8192) = 8192
read(4, "\1\0k\5\0r;\2|\10\0d\4\0007}\10\0|\2\0j\7\0|\5\0|\10\0 \203"..., 4096) = 3758
read(4, "", 4096) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efced4f3000
close(4) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/bin/_ssl", 0x7ffc5ea1ed30) = -1 ENOENT (No such file or directory)
open("/usr/bin/_ssl.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_ssl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_ssl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/_ssl", 0x7ffc5ea1ed30) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_ssl.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_ssl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_ssl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/plat-x86_64-linux-gnu/_ssl", 0x7ffc5ea1ed30) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_ssl.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_ssl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_ssl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/lib-tk/_ssl", 0x7ffc5ea1ed30) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/_ssl.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/_ssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/_sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/_ssl.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/_ssl.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/lib-dynload/_ssl", 0x7ffc5ea1ed30) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=97872, ...}) = 0
open("/usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so", O_RDONLY|O_CLOEXEC) = 5
read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0Pw\0\0\0\0\0\0"..., 832) = 832
fstat(5, {st_mode=S_IFREG|0644, st_size=97872, ...}) = 0
mmap(NULL, 2193232, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7efced2db000
mprotect(0x7efced2ef000, 2093056, PROT_NONE) = 0
mmap(0x7efced4ee000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x13000) = 0x7efced4ee000
close(5) = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=38526, ...}) = 0
mmap(NULL, 38526, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7efceeb89000
close(5) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = 5
read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260=\1\0\0\0\0\0"..., 832) = 832
fstat(5, {st_mode=S_IFREG|0644, st_size=395176, ...}) = 0
mmap(NULL, 2490544, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7efced07a000
mprotect(0x7efced0d1000, 2097152, PROT_NONE) = 0
mmap(0x7efced2d1000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x57000) = 0x7efced2d1000
mmap(0x7efced2da000, 176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7efced2da000
close(5) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0", O_RDONLY|O_CLOEXEC) = 5
read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200#\7\0\0\0\0\0"..., 832) = 832
fstat(5, {st_mode=S_IFREG|0644, st_size=2070912, ...}) = 0
mmap(NULL, 4180920, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7efcecc7d000
mprotect(0x7efcece4a000, 2097152, PROT_NONE) = 0
mmap(0x7efced04a000, 184320, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x1cd000) = 0x7efced04a000
mmap(0x7efced077000, 11192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7efced077000
close(5) = 0
mprotect(0x7efced04a000, 118784, PROT_READ) = 0
mprotect(0x7efced2d1000, 12288, PROT_READ) = 0
mprotect(0x7efced4ee000, 4096, PROT_READ) = 0
munmap(0x7efceeb89000, 38526) = 0
brk(0x1b61000) = 0x1b61000
close(4) = 0
close(3) = 0
stat("/usr/bin/tempfile", 0x7ffc5ea1f250) = -1 ENOENT (No such file or directory)
open("/usr/bin/tempfile.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/tempfile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/tempfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/tempfile.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/tempfile.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/tempfile", 0x7ffc5ea1f250) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/tempfile.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/tempfile.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/tempfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/tempfile.py", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=18721, ...}) = 0
open("/usr/lib/python2.7/tempfile.pyc", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=19861, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(4, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s\f\3\0\0d\0"..., 4096) = 4096
fstat(4, {st_mode=S_IFREG|0644, st_size=19861, ...}) = 0
read(4, "hooset\5\0\0\0dummyt\7\0\0\0letters(\0\0\0\0"..., 12288) = 12288
read(4, "\0\0s\n\0\0\0|\0\0j\0\0j\1\0S(\1\0\0\0N(\2\0\0\0R\226\0\0"..., 4096) = 3477
read(4, "", 4096) = 0
close(4) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/bin/io", 0x7ffc5ea1ed30) = -1 ENOENT (No such file or directory)
open("/usr/bin/io.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/io.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/iomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/io.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/io.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/io", 0x7ffc5ea1ed30) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/io.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/io.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/iomodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/io.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=3321, ...}) = 0
open("/usr/lib/python2.7/io.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=3578, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(5, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\22\0\0\0@\0\0\0s\245\1\0\0d\0"..., 4096) = 3578
fstat(5, {st_mode=S_IFREG|0644, st_size=3578, ...}) = 0
read(5, "", 4096) = 0
close(5) = 0
munmap(0x7efceeb92000, 4096) = 0
brk(0x1b82000) = 0x1b82000
close(4) = 0
stat("/usr/bin/random", 0x7ffc5ea1ed30) = -1 ENOENT (No such file or directory)
open("/usr/bin/random.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/random.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/random.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/random.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/random", 0x7ffc5ea1ed30) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/random.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/random.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/randommodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/random.py", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=32323, ...}) = 0
open("/usr/lib/python2.7/random.pyc", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=25480, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(5, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\31\0\0\0@ \0\0s\243\2\0\0d\0"..., 4096) = 4096
fstat(5, {st_mode=S_IFREG|0644, st_size=25480, ...}) = 0
read(5, "source if available.\n\n If"..., 20480) = 20480
read(5, "\0\0\0\0\0\0@g\0\0\0\0\0\0\360?(\2\0\0\0g\0\0\0\0\0\0004@g\0"..., 4096) = 904
read(5, "", 4096) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efcecc3d000
close(5) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/bin/__future__", 0x7ffc5ea1e810) = -1 ENOENT (No such file or directory)
open("/usr/bin/__future__.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/__future__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/__future__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/__future__.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/__future__.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/__future__", 0x7ffc5ea1e810) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/__future__.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/__future__.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/__future__module.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/__future__.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=4380, ...}) = 0
open("/usr/lib/python2.7/__future__.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=4216, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(6, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s\355\0\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=4216, ...}) = 0
read(6, "/python2.7/__future__.pyt\10\0\0\0<mo"..., 4096) = 120
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7efceeb92000, 4096) = 0
close(5) = 0
stat("/usr/bin/hashlib", 0x7ffc5ea1e810) = -1 ENOENT (No such file or directory)
open("/usr/bin/hashlib.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/hashlib", 0x7ffc5ea1e810) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/hashlib.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/hashlib.py", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=7846, ...}) = 0
open("/usr/lib/python2.7/hashlib.pyc", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=7011, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
read(6, "\3\363\r\n\342\267sWc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\244\1\0\0d\0"..., 4096) = 4096
fstat(6, {st_mode=S_IFREG|0644, st_size=7011, ...}) = 0
read(6, "\1\0S(\2\0\0\0s|\0\0\0new(name, string=''"..., 4096) = 2915
read(6, "", 4096) = 0
close(6) = 0
munmap(0x7efceeb92000, 4096) = 0
stat("/usr/bin/_hashlib", 0x7ffc5ea1e2f0) = -1 ENOENT (No such file or directory)
open("/usr/bin/_hashlib.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/bin/_hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/_hashlib", 0x7ffc5ea1e2f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_hashlib.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/_hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/plat-x86_64-linux-gnu/_hashlib", 0x7ffc5ea1e2f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_hashlib.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/plat-x86_64-linux-gnu/_hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/lib-tk/_hashlib", 0x7ffc5ea1e2f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/_hashlib.x86_64-linux-gnu.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/_hashlib.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/_hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/_hashlib.py", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-tk/_hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/lib/python2.7/lib-dynload/_hashlib", 0x7ffc5ea1e2f0) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.7/lib-dynload/_hashlib.x86_64-linux-gnu.so", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=29464, ...}) = 0
open("/usr/lib/python2.7/lib-dynload/_hashlib.x86_64-linux-gnu.so", O_RDONLY|O_CLOEXEC) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\35\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=29464, ...}) = 0
mmap(NULL, 2125120, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7efceca36000
mprotect(0x7efceca3c000, 2093056, PROT_NONE) = 0
mmap(0x7efcecc3b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x5000) = 0x7efcecc3b000
close(7) = 0
mprotect(0x7efcecc3b000, 4096, PROT_READ) = 0
close(6) = 0
close(5) = 0
open("/dev/urandom", O_RDONLY) = 5
fstat(5, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
read(5, "CM\343fOD \2245\200\210\5\275T\221\351\nv\305\10\266i\36\264\235'H\217\361-\330\337"..., 2500) = 2500
close(4) = 0
close(3) = 0
socket(PF_LOCAL, SOCK_STREAM, 0) = 3
connect(3, {sa_family=AF_LOCAL, sun_path="/run/nclu/uds"}, 15) = 0
sendto(3, "[\"/usr/bin/net\", \"sho\"]", 23, 0, NULL, 0) = 23
fcntl(3, F_GETFL) = 0x2 (flags O_RDWR)
fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
select(4, [3], [], [], {720, 0}) = 1 (in [3], left {719, 999225})
recvfrom(3, "ERROR: 'getpwuid(): uid not foun"..., 4096, 0, NULL, NULL) = 80
select(4, [3], [], [], {720, 0}) = 1 (in [3], left {719, 999997})
recvfrom(3, "", 4096, 0, NULL, NULL) = 0
close(3) = 0
write(2, "ERROR: 'getpwuid(): uid not foun"..., 80ERROR: 'getpwuid(): uid not found: 1223'
See /var/log/netd.log for more details.) = 80
fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7efceeb92000
write(1, "\n", 1) = 1
rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7efcee767890}, {0x5536a0, [], SA_RESTORER, 0x7efcee767890}, 8) = 0
close(5) = 0
exit_group(1) = ?
+++ exited with 1 +++
Sorry for the large output. Looks like this is an issue with nclu?
2019-02-22T20:48:41.972602+00:00 mgmtspsw2 netd: ERROR: 'getpwuid(): uid not found: 1223'#012Traceback (most recent call last):#012 File "/usr/lib/python2.7/dist-packages/nclu/NetDaemon.py", line 405, in main#012 self.user = "Unknown" if (self.uid is None) else pwd.getpwuid(self.uid)[0]#012KeyError: 'getpwuid(): uid not found: 1223'
It seems the net
executable only connects to /run/nclu/uds
and the actual error message is generated by the process on the other end (probably netd). You could try strace-ing that process.
@arthurdejong Found the issue with nclu. Thanks for help on this.
I am running 0.9.4 and I got a traceback about uid not found. getent can sees the uid and username.
This seems to be related only to the Python module.