Skip to content

Instantly share code, notes, and snippets.

@jeffwatts2018
Created December 27, 2018 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffwatts2018/9fbd211e7deb22014acf6b37436ebdf3 to your computer and use it in GitHub Desktop.
Save jeffwatts2018/9fbd211e7deb22014acf6b37436ebdf3 to your computer and use it in GitHub Desktop.
Strace on GPS test code for UART5
1435 execve("/usr/bin/python3", ["python3", "GPS.py"], [/* 26 vars */]) = 0
1435 brk(NULL) = 0x142b000
1435 uname({sysname="Linux", nodename="beaglebone", ...}) = 0
1435 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
1435 mmap2(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6f00000
1435 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/neon/vfp/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/neon/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/vfp/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/neon/vfp/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/neon/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/vfp/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/neon/vfp/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/neon/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/vfp/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/neon/vfp/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/neon/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/vfp/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=27512, ...}) = 0
1435 mmap2(NULL, 27512, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb6ef9000
1435 close(3) = 0
1435 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
1435 open("/lib/arm-linux-gnueabihf/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
1435 read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\345F\0\0004\0\0\0"..., 512) = 512
1435 lseek(3, 105412, SEEK_SET) = 105412
1435 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1560) = 1560
1435 lseek(3, 70056, SEEK_SET) = 70056
1435 read(3, "A2\0\0\0aeabi\0\1(\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 51) = 51
1435 fstat64(3, {st_mode=S_IFREG|0755, st_size=106972, ...}) = 0
1435 mmap2(NULL, 143952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6eb8000
1435 mprotect(0xb6ec9000, 61440, PROT_NONE) = 0
1435 mmap2(0xb6ed8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0xb6ed8000
1435 mmap2(0xb6eda000, 4688, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6eda000
1435 close(3) = 0
1435 open("~/.c9/local/lib/tls/v7l/neon/vfp/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/neon/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/vfp/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/neon/vfp/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/neon/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/vfp/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/neon/vfp/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/neon/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/vfp/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/neon/vfp/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/neon/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/vfp/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
1435 open("/lib/arm-linux-gnueabihf/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
1435 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0`\t\0\0004\0\0\0"..., 512) = 512
1435 lseek(3, 8684, SEEK_SET) = 8684
1435 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1120) = 1120
1435 lseek(3, 8328, SEEK_SET) = 8328
1435 read(3, "A2\0\0\0aeabi\0\1(\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 51) = 51
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=9804, ...}) = 0
1435 mmap2(NULL, 73912, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6ea5000
1435 mprotect(0xb6ea7000, 61440, PROT_NONE) = 0
1435 mmap2(0xb6eb6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0xb6eb6000
1435 close(3) = 0
1435 open("~/.c9/local/lib/tls/v7l/neon/vfp/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/neon/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/vfp/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/neon/vfp/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/neon/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/vfp/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/neon/vfp/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/neon/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/vfp/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/neon/vfp/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/neon/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/vfp/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
1435 open("/lib/arm-linux-gnueabihf/libutil.so.1", O_RDONLY|O_CLOEXEC) = 3
1435 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\24\n\0\0004\0\0\0"..., 512) = 512
1435 lseek(3, 8720, SEEK_SET) = 8720
1435 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1120) = 1120
1435 lseek(3, 8364, SEEK_SET) = 8364
1435 read(3, "A2\0\0\0aeabi\0\1(\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 51) = 51
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=9840, ...}) = 0
1435 mmap2(NULL, 73904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6e92000
1435 mprotect(0xb6e94000, 61440, PROT_NONE) = 0
1435 mmap2(0xb6ea3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0xb6ea3000
1435 close(3) = 0
1435 open("~/.c9/local/lib/tls/v7l/neon/vfp/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/neon/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/vfp/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/neon/vfp/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/neon/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/vfp/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/neon/vfp/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/neon/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/vfp/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/neon/vfp/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/neon/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/vfp/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
1435 open("/lib/arm-linux-gnueabihf/libexpat.so.1", O_RDONLY|O_CLOEXEC) = 3
1435 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\260!\0\0004\0\0\0"..., 512) = 512
1435 lseek(3, 94688, SEEK_SET) = 94688
1435 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1120) = 1120
1435 lseek(3, 94328, SEEK_SET) = 94328
1435 read(3, "A0\0\0\0aeabi\0\1&\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 49) = 49
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=95808, ...}) = 0
1435 mmap2(NULL, 159868, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6e6a000
1435 mprotect(0xb6e80000, 61440, PROT_NONE) = 0
1435 mmap2(0xb6e8f000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0xb6e8f000
1435 close(3) = 0
1435 open("~/.c9/local/lib/tls/v7l/neon/vfp/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/neon/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/vfp/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/neon/vfp/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/neon/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/vfp/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/neon/vfp/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/neon/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/vfp/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/neon/vfp/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/neon/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/vfp/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
1435 open("/lib/arm-linux-gnueabihf/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
1435 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\220\30\0\0004\0\0\0"..., 512) = 512
1435 lseek(3, 70288, SEEK_SET) = 70288
1435 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1120) = 1120
1435 lseek(3, 69924, SEEK_SET) = 69924
1435 read(3, "A0\0\0\0aeabi\0\1&\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 49) = 49
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=71408, ...}) = 0
1435 mmap2(NULL, 135464, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6e48000
1435 mprotect(0xb6e59000, 61440, PROT_NONE) = 0
1435 mmap2(0xb6e68000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0xb6e68000
1435 close(3) = 0
1435 open("~/.c9/local/lib/tls/v7l/neon/vfp/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/neon/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/vfp/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/neon/vfp/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/neon/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/vfp/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/neon/vfp/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/neon/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/vfp/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/neon/vfp/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/neon/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/vfp/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
1435 open("/lib/arm-linux-gnueabihf/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
1435 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0h=\0\0004\0\0\0"..., 512) = 512
1435 lseek(3, 422364, SEEK_SET) = 422364
1435 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1120) = 1120
1435 lseek(3, 422004, SEEK_SET) = 422004
1435 read(3, "A4\0\0\0aeabi\0\1*\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 53) = 53
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=423484, ...}) = 0
1435 mmap2(NULL, 487548, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6dd0000
1435 mprotect(0xb6e37000, 61440, PROT_NONE) = 0
1435 mmap2(0xb6e46000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x66000) = 0xb6e46000
1435 close(3) = 0
1435 open("~/.c9/local/lib/tls/v7l/neon/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/neon/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/neon/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/neon/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/neon/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/neon/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/neon/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/neon/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
1435 open("/lib/arm-linux-gnueabihf/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
1435 read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\331e\1\0004\0\0\0"..., 512) = 512
1435 lseek(3, 900076, SEEK_SET) = 900076
1435 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2920) = 2920
1435 lseek(3, 896524, SEEK_SET) = 896524
1435 read(3, "A4\0\0\0aeabi\0\1*\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\3\f"..., 53) = 53
1435 fstat64(3, {st_mode=S_IFREG|0755, st_size=902996, ...}) = 0
1435 mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6ef7000
1435 mmap2(NULL, 972112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6ce2000
1435 mprotect(0xb6dbb000, 61440, PROT_NONE) = 0
1435 mmap2(0xb6dca000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd8000) = 0xb6dca000
1435 mmap2(0xb6dcd000, 9552, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6dcd000
1435 close(3) = 0
1435 open("~/.c9/local/lib/tls/v7l/neon/vfp/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/neon/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/vfp/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/v7l/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/neon/vfp/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/neon/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/vfp/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/tls/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/neon/vfp/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/neon/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/vfp/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/v7l/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/neon/vfp/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/neon/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/vfp/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 open("~/.c9/local/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1435 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
1435 open("/lib/arm-linux-gnueabihf/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
1435 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\270\321\0\0004\0\0\0"..., 512) = 512
1435 lseek(3, 98924, SEEK_SET) = 98924
1435 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1120) = 1120
1435 lseek(3, 98560, SEEK_SET) = 98560
1435 read(3, "A0\0\0\0aeabi\0\1&\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 49) = 49
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=100044, ...}) = 0
1435 mmap2(NULL, 164152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6cb9000
1435 mprotect(0xb6cd1000, 61440, PROT_NONE) = 0
1435 mmap2(0xb6ce0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0xb6ce0000
1435 close(3) = 0
1435 set_tls(0xb6ef8210, 0xb6ef88e8, 0xb6f04050, 0xb6ef8210, 0xb6f04050) = 0
1435 mprotect(0xb6dca000, 8192, PROT_READ) = 0
1435 mprotect(0xb6ce0000, 4096, PROT_READ) = 0
1435 mprotect(0xb6e46000, 4096, PROT_READ) = 0
1435 mprotect(0xb6e68000, 4096, PROT_READ) = 0
1435 mprotect(0xb6e8f000, 8192, PROT_READ) = 0
1435 mprotect(0xb6ea3000, 4096, PROT_READ) = 0
1435 mprotect(0xb6eb6000, 4096, PROT_READ) = 0
1435 mprotect(0xb6ed8000, 4096, PROT_READ) = 0
1435 mprotect(0x6ce000, 4096, PROT_READ) = 0
1435 mprotect(0xb6f03000, 4096, PROT_READ) = 0
1435 munmap(0xb6ef9000, 27512) = 0
1435 set_tid_address(0xb6ef7db8) = 1435
1435 set_robust_list(0xb6ef7dc0, 12) = 0
1435 rt_sigaction(SIGRTMIN, {sa_handler=0xb6ebc245, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0xb6d06fe1}, NULL, 8) = 0
1435 rt_sigaction(SIGRT_1, {sa_handler=0xb6ebc2e5, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0xb6d06fe1}, NULL, 8) = 0
1435 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
1435 ugetrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
1435 brk(NULL) = 0x142b000
1435 brk(0x144c000) = 0x144c000
1435 open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=1679776, ...}) = 0
1435 mmap2(NULL, 1679776, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb6b1e000
1435 close(3) = 0
1435 open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=1679776, ...}) = 0
1435 mmap2(NULL, 4096, PROT_READ, MAP_PRIVATE, 3, 0x19a000) = 0xb6eff000
1435 close(3) = 0
1435 open("/usr/lib/arm-linux-gnueabihf/gconv/gconv-modules.cache", O_RDONLY) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=26262, ...}) = 0
1435 mmap2(NULL, 26262, PROT_READ, MAP_SHARED, 3, 0) = 0xb6b17000
1435 close(3) = 0
1435 futex(0xb6dccee8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
1435 getrandom("\246\372\6R\26\276\203F\3148\"\25\0268cU\370\267!\211\275\217\302.", 24, GRND_NONBLOCK) = 24
1435 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1435 mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6ad7000
1435 fstat64(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0
1435 stat64("/home/debian/bin/python3", 0xbe806290) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/local/sbin/python3", 0xbe806290) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/local/bin/python3", 0xbe806290) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/sbin/python3", 0xbe806290) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/bin/python3", {st_mode=S_IFREG|0755, st_size=3288092, ...}) = 0
1435 readlink("/usr/bin/python3", "python3.5", 4096) = 9
1435 readlink("/usr/bin/python3.5", 0xbe805244, 4096) = -1 EINVAL (Invalid argument)
1435 open("/usr/bin/pyvenv.cfg", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
1435 open("/usr/pyvenv.cfg", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/bin/Modules/Setup", 0xbe806290) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/bin/lib/python3.5/os.py", 0xbe8061e8) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/bin/lib/python3.5/os.pyc", 0xbe8061e8) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/lib/python3.5/os.py", {st_mode=S_IFREG|0644, st_size=36950, ...}) = 0
1435 stat64("/usr/bin/pybuilddir.txt", 0xbe806290) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/bin/lib/python3.5/lib-dynload", 0xbe806290) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 clock_gettime(CLOCK_REALTIME, {tv_sec=1545952078, tv_nsec=399068048}) = 0
1435 clock_gettime(CLOCK_MONOTONIC, {tv_sec=1020, tv_nsec=952951190}) = 0
1435 mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6a97000
1435 brk(0x146d000) = 0x146d000
1435 sysinfo({uptime=1021, loads=[11104, 11840, 12800], totalram=506925056, freeram=294735872, sharedram=5517312, bufferram=17514496, totalswap=0, freeswap=0, procs=189, totalhigh=0, freehigh=0, mem_unit=1}) = 0
1435 mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6a57000
1435 munmap(0xb6a57000, 262144) = 0
1435 mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6a57000
1435 munmap(0xb6a57000, 262144) = 0
1435 mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6a57000
1435 munmap(0xb6a57000, 262144) = 0
1435 mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6a57000
1435 munmap(0xb6a57000, 262144) = 0
1435 mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6a57000
1435 munmap(0xb6a57000, 262144) = 0
1435 mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6a57000
1435 sigaltstack({ss_sp=0x145e5b8, ss_flags=0, ss_size=8192}, NULL) = 0
1435 stat64("/usr/lib/python35.zip", 0xbe817970) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python35.zip", 0xbe8175e0) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 open("/usr/lib/python3.5", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 getdents64(3, /* 204 entries */, 32768) = 6784
1435 getdents64(3, /* 0 entries */, 32768) = 0
1435 close(3) = 0
1435 stat64("/usr/lib/python3.5/encodings/__init__.cpython-35m-arm-linux-gnueabihf.so", 0xbe817780) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/lib/python3.5/encodings/__init__.abi3.so", 0xbe817780) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/lib/python3.5/encodings/__init__.so", 0xbe817780) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/lib/python3.5/encodings/__init__.py", {st_mode=S_IFREG|0644, st_size=5067, ...}) = 0
1435 stat64("/usr/lib/python3.5/encodings/__init__.py", {st_mode=S_IFREG|0644, st_size=5067, ...}) = 0
1435 open("/usr/lib/python3.5/encodings/__pycache__/__init__.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fcntl64(3, F_GETFD) = 0x1 (flags FD_CLOEXEC)
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=3834, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=3834, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[\313\23\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 3835) = 3834
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/codecs.py", {st_mode=S_IFREG|0644, st_size=36231, ...}) = 0
1435 stat64("/usr/lib/python3.5/codecs.py", {st_mode=S_IFREG|0644, st_size=36231, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/codecs.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=35288, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=35288, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[\207\215\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0:\0\0\0@\0\0"..., 35289) = 35288
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 brk(0x1493000) = 0x1493000
1435 stat64("/usr/lib/python3.5/encodings", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/encodings", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/encodings", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 open("/usr/lib/python3.5/encodings", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 getdents64(3, /* 127 entries */, 32768) = 4304
1435 getdents64(3, /* 0 entries */, 32768) = 0
1435 close(3) = 0
1435 stat64("/usr/lib/python3.5/encodings/aliases.py", {st_mode=S_IFREG|0644, st_size=15542, ...}) = 0
1435 stat64("/usr/lib/python3.5/encodings/aliases.py", {st_mode=S_IFREG|0644, st_size=15542, ...}) = 0
1435 open("/usr/lib/python3.5/encodings/__pycache__/aliases.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=7550, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=7550, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[\266<\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\204\2\0\0@\0\0"..., 7551) = 7550
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/usr/lib/python3.5/encodings", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/encodings/utf_8.py", {st_mode=S_IFREG|0644, st_size=1005, ...}) = 0
1435 stat64("/usr/lib/python3.5/encodings/utf_8.py", {st_mode=S_IFREG|0644, st_size=1005, ...}) = 0
1435 open("/usr/lib/python3.5/encodings/__pycache__/utf_8.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=1694, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=1694, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[\355\3\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 1695) = 1694
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0xb6d06fd1}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGXFSZ, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0xb6d06fd1}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 getpid() = 1435
1435 rt_sigaction(SIGHUP, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGINT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGQUIT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGILL, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGTRAP, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGABRT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGBUS, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGFPE, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGKILL, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGUSR1, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGSEGV, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGUSR2, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGPIPE, NULL, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0xb6d06fd1}, 8) = 0
1435 rt_sigaction(SIGALRM, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGTERM, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGSTKFLT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGCHLD, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGCONT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGSTOP, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGTSTP, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGTTIN, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGTTOU, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGURG, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGXCPU, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGXFSZ, NULL, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0xb6d06fd1}, 8) = 0
1435 rt_sigaction(SIGVTALRM, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGPROF, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGWINCH, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGIO, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGPWR, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGSYS, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_2, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_3, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_4, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_5, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_6, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_7, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_8, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_9, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_10, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_11, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_12, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_13, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_14, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_15, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_16, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_17, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_18, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_19, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_20, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_21, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_22, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_23, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_24, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_25, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_26, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_27, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_28, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_29, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_30, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_31, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGRT_32, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 rt_sigaction(SIGINT, {sa_handler=0x5b2621, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0xb6d06fd1}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1435 stat64("/usr/lib/python3.5/encodings", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/encodings/latin_1.py", {st_mode=S_IFREG|0644, st_size=1264, ...}) = 0
1435 stat64("/usr/lib/python3.5/encodings/latin_1.py", {st_mode=S_IFREG|0644, st_size=1264, ...}) = 0
1435 open("/usr/lib/python3.5/encodings/__pycache__/latin_1.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=2006, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=2006, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[\360\4\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 2007) = 2006
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/io.py", {st_mode=S_IFREG|0644, st_size=3396, ...}) = 0
1435 stat64("/usr/lib/python3.5/io.py", {st_mode=S_IFREG|0644, st_size=3396, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/io.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=3443, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=3443, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[D\r\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\22\0\0\0@\0\0"..., 3444) = 3443
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/abc.py", {st_mode=S_IFREG|0644, st_size=8628, ...}) = 0
1435 stat64("/usr/lib/python3.5/abc.py", {st_mode=S_IFREG|0644, st_size=8628, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/abc.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=7850, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=7850, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[\264!\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 7851) = 7850
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/_weakrefset.py", {st_mode=S_IFREG|0644, st_size=5705, ...}) = 0
1435 stat64("/usr/lib/python3.5/_weakrefset.py", {st_mode=S_IFREG|0644, st_size=5705, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/_weakrefset.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=8406, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=8406, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[I\26\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 8407) = 8406
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 dup(0) = 3
1435 close(3) = 0
1435 fstat64(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0
1435 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1435 _llseek(0, 0, 0xbe8180f8, SEEK_CUR) = -1 ESPIPE (Illegal seek)
1435 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1435 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1435 _llseek(0, 0, 0xbe818148, SEEK_CUR) = -1 ESPIPE (Illegal seek)
1435 dup(1) = 3
1435 close(3) = 0
1435 fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0
1435 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1435 _llseek(1, 0, 0xbe8180d8, SEEK_CUR) = -1 ESPIPE (Illegal seek)
1435 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1435 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1435 _llseek(1, 0, 0xbe818148, SEEK_CUR) = -1 ESPIPE (Illegal seek)
1435 dup(2) = 3
1435 close(3) = 0
1435 fstat64(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0
1435 ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1435 _llseek(2, 0, 0xbe8180d8, SEEK_CUR) = -1 ESPIPE (Illegal seek)
1435 ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1435 ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1435 _llseek(2, 0, 0xbe818148, SEEK_CUR) = -1 ESPIPE (Illegal seek)
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/site.py", {st_mode=S_IFREG|0644, st_size=22258, ...}) = 0
1435 stat64("/usr/lib/python3.5/site.py", {st_mode=S_IFREG|0644, st_size=22258, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/site.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=18106, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=18106, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[\362V\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 18107) = 18106
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/os.py", {st_mode=S_IFREG|0644, st_size=36950, ...}) = 0
1435 stat64("/usr/lib/python3.5/os.py", {st_mode=S_IFREG|0644, st_size=36950, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/os.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=31252, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=31252, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[V\220\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0000\0\0\0@\0\0"..., 31253) = 31252
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/stat.py", {st_mode=S_IFREG|0644, st_size=5038, ...}) = 0
1435 stat64("/usr/lib/python3.5/stat.py", {st_mode=S_IFREG|0644, st_size=5038, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/stat.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=4147, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=4147, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[\256\23\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0@\0\0"..., 4148) = 4147
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/posixpath.py", {st_mode=S_IFREG|0644, st_size=14911, ...}) = 0
1435 stat64("/usr/lib/python3.5/posixpath.py", {st_mode=S_IFREG|0644, st_size=14911, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/posixpath.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=11139, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=11139, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[?:\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0&\0\0\0@\0\0"..., 11140) = 11139
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/genericpath.py", {st_mode=S_IFREG|0644, st_size=4364, ...}) = 0
1435 stat64("/usr/lib/python3.5/genericpath.py", {st_mode=S_IFREG|0644, st_size=4364, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/genericpath.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=3917, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=3917, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[\f\21\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 3918) = 3917
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6a17000
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/_collections_abc.py", {st_mode=S_IFREG|0644, st_size=24794, ...}) = 0
1435 stat64("/usr/lib/python3.5/_collections_abc.py", {st_mode=S_IFREG|0644, st_size=24794, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/_collections_abc.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=29801, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=29801, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[\332`\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\26\0\0\0@\0\0"..., 29802) = 29801
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/_sitebuiltins.py", {st_mode=S_IFREG|0644, st_size=3115, ...}) = 0
1435 stat64("/usr/lib/python3.5/_sitebuiltins.py", {st_mode=S_IFREG|0644, st_size=3115, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/_sitebuiltins.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=3654, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=3654, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[+\f\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 3655) = 3654
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/usr/bin/pyvenv.cfg", 0xbe817708) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/pyvenv.cfg", 0xbe817708) = -1 ENOENT (No such file or directory)
1435 geteuid32() = 1000
1435 getuid32() = 1000
1435 getegid32() = 1000
1435 getgid32() = 1000
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/sysconfig.py", {st_mode=S_IFREG|0644, st_size=24650, ...}) = 0
1435 stat64("/usr/lib/python3.5/sysconfig.py", {st_mode=S_IFREG|0644, st_size=24650, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/sysconfig.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=17020, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=17020, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[J`\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\31\0\0\0@\0\0"..., 17021) = 17020
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 brk(0x14c5000) = 0x14c5000
1435 lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 lstat64("/usr/bin", {st_mode=S_IFDIR|0755, st_size=36864, ...}) = 0
1435 lstat64("/usr/bin/python3", {st_mode=S_IFLNK|0777, st_size=9, ...}) = 0
1435 readlink("/usr/bin/python3", "python3.5", 4096) = 9
1435 lstat64("/usr/bin/python3.5", {st_mode=S_IFREG|0755, st_size=3288092, ...}) = 0
1435 stat64("/usr/bin/Modules/Setup.dist", 0xbe816c58) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/bin/Modules/Setup.local", 0xbe816c58) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/_sysconfigdata.py", {st_mode=S_IFREG|0644, st_size=126, ...}) = 0
1435 stat64("/usr/lib/python3.5/_sysconfigdata.py", {st_mode=S_IFREG|0644, st_size=126, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/_sysconfigdata.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=251, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=251, ...}) = 0
1435 read(3, "\27\r\r\n\f\233\220R~\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 252) = 251
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/plat-arm-linux-gnueabihf", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/plat-arm-linux-gnueabihf", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/plat-arm-linux-gnueabihf", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 open("/usr/lib/python3.5/plat-arm-linux-gnueabihf", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 getdents64(3, /* 8 entries */, 32768) = 248
1435 getdents64(3, /* 0 entries */, 32768) = 0
1435 close(3) = 0
1435 stat64("/usr/lib/python3.5/plat-arm-linux-gnueabihf/_sysconfigdata_m.py", {st_mode=S_IFREG|0644, st_size=22382, ...}) = 0
1435 stat64("/usr/lib/python3.5/plat-arm-linux-gnueabihf/_sysconfigdata_m.py", {st_mode=S_IFREG|0644, st_size=22382, ...}) = 0
1435 open("/usr/lib/python3.5/plat-arm-linux-gnueabihf/__pycache__/_sysconfigdata_m.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=21678, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=21678, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[nW\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\n\5\0\0@\0\0"..., 21679) = 21678
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 lstat64("/usr/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 lstat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 lstat64("/usr/lib/python3.5/config-3.5m-arm-linux-gnueabihf", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/home/debian/.local/lib/python3.5/site-packages", 0xbe817838) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/local/lib/python3.5/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
1435 open("/usr/local/lib/python3.5/dist-packages", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
1435 getdents64(3, /* 8 entries */, 32768) = 336
1435 getdents64(3, /* 0 entries */, 32768) = 0
1435 close(3) = 0
1435 open("/usr/local/lib/python3.5/dist-packages/easy-install.pth", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=107, ...}) = 0
1435 ioctl(3, TCGETS, 0xbe81758c) = -1 ENOTTY (Inappropriate ioctl for device)
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 ioctl(3, TCGETS, 0xbe81753c) = -1 ENOTTY (Inappropriate ioctl for device)
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/_bootlocale.py", {st_mode=S_IFREG|0644, st_size=1301, ...}) = 0
1435 stat64("/usr/lib/python3.5/_bootlocale.py", {st_mode=S_IFREG|0644, st_size=1301, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/_bootlocale.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 4
1435 fstat64(4, {st_mode=S_IFREG|0644, st_size=1029, ...}) = 0
1435 _llseek(4, 0, [0], SEEK_CUR) = 0
1435 fstat64(4, {st_mode=S_IFREG|0644, st_size=1029, ...}) = 0
1435 read(4, "\27\r\r\n\223\22\255[\25\5\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 1030) = 1029
1435 read(4, "", 1) = 0
1435 close(4) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 read(3, "./Adafruit_BBIO-1.0.10-py3.5-lin"..., 8192) = 107
1435 stat64("/usr/local/lib/python3.5/dist-packages/Adafruit_BBIO-1.0.10-py3.5-linux-armv7l.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/rcpy-0.5.0-py3.5-linux-armv7l.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/pyctrl-0.4.3-py3.5.egg", {st_mode=S_IFREG|0644, st_size=272244, ...}) = 0
1435 read(3, "", 8192) = 0
1435 close(3) = 0
1435 stat64("/usr/lib/python3/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 open("/usr/lib/python3/dist-packages", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 getdents64(3, /* 13 entries */, 32768) = 480
1435 getdents64(3, /* 0 entries */, 32768) = 0
1435 close(3) = 0
1435 stat64("/usr/lib/python3.5/dist-packages", 0xbe8177d8) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/sitecustomize.py", {st_mode=S_IFREG|0644, st_size=155, ...}) = 0
1435 stat64("/usr/lib/python3.5/sitecustomize.py", {st_mode=S_IFREG|0644, st_size=155, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/sitecustomize.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=217, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=217, ...}) = 0
1435 read(3, "\27\r\r\n\370\310\200X\233\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 218) = 217
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/plat-arm-linux-gnueabihf", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 open("/usr/lib/python3.5/lib-dynload", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 getdents64(3, /* 41 entries */, 32768) = 2664
1435 getdents64(3, /* 0 entries */, 32768) = 0
1435 close(3) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
1435 open("/usr/local/lib/python3.5/dist-packages", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
1435 getdents64(3, /* 8 entries */, 32768) = 336
1435 getdents64(3, /* 0 entries */, 32768) = 0
1435 close(3) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/Adafruit_BBIO-1.0.10-py3.5-linux-armv7l.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/Adafruit_BBIO-1.0.10-py3.5-linux-armv7l.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/Adafruit_BBIO-1.0.10-py3.5-linux-armv7l.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
1435 open("/usr/local/lib/python3.5/dist-packages/Adafruit_BBIO-1.0.10-py3.5-linux-armv7l.egg", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
1435 getdents64(3, /* 7 entries */, 32768) = 224
1435 getdents64(3, /* 0 entries */, 32768) = 0
1435 close(3) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/rcpy-0.5.0-py3.5-linux-armv7l.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/rcpy-0.5.0-py3.5-linux-armv7l.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/rcpy-0.5.0-py3.5-linux-armv7l.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
1435 open("/usr/local/lib/python3.5/dist-packages/rcpy-0.5.0-py3.5-linux-armv7l.egg", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
1435 getdents64(3, /* 5 entries */, 32768) = 128
1435 getdents64(3, /* 0 entries */, 32768) = 0
1435 close(3) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/pyctrl-0.4.3-py3.5.egg", {st_mode=S_IFREG|0644, st_size=272244, ...}) = 0
1435 open("/usr/local/lib/python3.5/dist-packages/pyctrl-0.4.3-py3.5.egg", O_RDONLY|O_LARGEFILE) = 3
1435 ioctl(3, FIOCLEX) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=272244, ...}) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=272244, ...}) = 0
1435 _llseek(3, 270336, [270336], SEEK_SET) = 0
1435 read(3, "cpython-35.pycPK\1\2\24\3\24\0\0\0\10\0\6\205GM\304\265"..., 1886) = 1886
1435 read(3, "PK\5\6\0\0\0\0{\0{\0$%\0\0:\2\4\0\0\0", 4096) = 22
1435 _llseek(3, 262144, [262144], SEEK_SET) = 0
1435 read(3, "\323\262\6CL\260\236\v0\243\256I\344\2278Q\\\316G\246\17N\\hU\ff\230\340\177\367\360"..., 4096) = 4096
1435 stat64("/usr/lib/python3.5/encodings", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/encodings/cp437.py", {st_mode=S_IFREG|0644, st_size=34564, ...}) = 0
1435 stat64("/usr/lib/python3.5/encodings/cp437.py", {st_mode=S_IFREG|0644, st_size=34564, ...}) = 0
1435 open("/usr/lib/python3.5/encodings/__pycache__/cp437.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 4
1435 fstat64(4, {st_mode=S_IFREG|0644, st_size=7369, ...}) = 0
1435 _llseek(4, 0, [0], SEEK_CUR) = 0
1435 fstat64(4, {st_mode=S_IFREG|0644, st_size=7369, ...}) = 0
1435 read(4, "\27\r\r\n\223\22\255[\4\207\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0@\0\0"..., 7370) = 7369
1435 read(4, "", 1) = 0
1435 close(4) = 0
1435 mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb69d7000
1435 munmap(0xb69d7000, 262144) = 0
1435 mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb69d7000
1435 munmap(0xb69d7000, 262144) = 0
1435 mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb69d7000
1435 read(3, "__/ode.cpython-35.pycPK\1\2\24\3\24\0\0\0\10"..., 4096) = 4096
1435 read(3, "cpython-35.pycPK\1\2\24\3\24\0\0\0\10\0\6\205GM\304\265"..., 4096) = 1908
1435 read(3, "", 4096) = 0
1435 close(3) = 0
1435 stat64("/usr/lib/python3/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 open("/usr/lib/python3/dist-packages", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 getdents64(3, /* 13 entries */, 32768) = 480
1435 getdents64(3, /* 0 entries */, 32768) = 0
1435 close(3) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/plat-arm-linux-gnueabihf", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/Adafruit_BBIO-1.0.10-py3.5-linux-armv7l.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/rcpy-0.5.0-py3.5-linux-armv7l.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 readlink("GPS.py", 0xbe8073ac, 4096) = -1 EINVAL (Invalid argument)
1435 getcwd("/var/lib/cloud9/JeffDEV", 4096) = 24
1435 lstat64("/var/lib/cloud9/JeffDEV/GPS.py", {st_mode=S_IFREG|0644, st_size=414, ...}) = 0
1435 stat64("GPS.py", {st_mode=S_IFREG|0644, st_size=414, ...}) = 0
1435 open("GPS.py", O_RDONLY|O_LARGEFILE) = 3
1435 ioctl(3, FIOCLEX) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=414, ...}) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=414, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_SET) = 0
1435 read(3, "#!/usr/bin/env python\n#GPS test\n"..., 392) = 392
1435 read(3, " count = count + 1", 4096) = 22
1435 close(3) = 0
1435 stat64("GPS.py", {st_mode=S_IFREG|0644, st_size=414, ...}) = 0
1435 open("GPS.py", O_RDONLY|O_LARGEFILE) = 3
1435 ioctl(3, FIOCLEX) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=414, ...}) = 0
1435 ioctl(3, TCGETS, 0xbe818354) = -1 ENOTTY (Inappropriate ioctl for device)
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=414, ...}) = 0
1435 read(3, "#!/usr/bin/env python\n#GPS test\n"..., 4096) = 414
1435 _llseek(3, 0, [0], SEEK_SET) = 0
1435 read(3, "#!/usr/bin/env python\n#GPS test\n"..., 4096) = 414
1435 read(3, "", 4096) = 0
1435 read(3, "", 4096) = 0
1435 read(3, "", 4096) = 0
1435 close(3) = 0
1435 stat64("/var/lib/cloud9/JeffDEV", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/var/lib/cloud9/JeffDEV", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/var/lib/cloud9/JeffDEV", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 open("/var/lib/cloud9/JeffDEV", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 getdents64(3, /* 4 entries */, 32768) = 112
1435 getdents64(3, /* 0 entries */, 32768) = 0
1435 close(3) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/plat-arm-linux-gnueabihf", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/Adafruit_BBIO-1.0.10-py3.5-linux-armv7l.egg", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/Adafruit_BBIO-1.0.10-py3.5-linux-armv7l.egg/Adafruit_BBIO/__init__.cpython-35m-arm-linux-gnueabihf.so", 0xbe8171c8) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/local/lib/python3.5/dist-packages/Adafruit_BBIO-1.0.10-py3.5-linux-armv7l.egg/Adafruit_BBIO/__init__.abi3.so", 0xbe8171c8) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/local/lib/python3.5/dist-packages/Adafruit_BBIO-1.0.10-py3.5-linux-armv7l.egg/Adafruit_BBIO/__init__.so", 0xbe8171c8) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/local/lib/python3.5/dist-packages/Adafruit_BBIO-1.0.10-py3.5-linux-armv7l.egg/Adafruit_BBIO/__init__.py", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/Adafruit_BBIO-1.0.10-py3.5-linux-armv7l.egg/Adafruit_BBIO/__init__.py", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
1435 open("/usr/local/lib/python3.5/dist-packages/Adafruit_BBIO-1.0.10-py3.5-linux-armv7l.egg/Adafruit_BBIO/__pycache__/__init__.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=191, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=191, ...}) = 0
1435 read(3, "\27\r\r\n\3276\272[\0\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0@\0\0"..., 192) = 191
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/Adafruit_BBIO-1.0.10-py3.5-linux-armv7l.egg/Adafruit_BBIO", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/Adafruit_BBIO-1.0.10-py3.5-linux-armv7l.egg/Adafruit_BBIO", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/Adafruit_BBIO-1.0.10-py3.5-linux-armv7l.egg/Adafruit_BBIO", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
1435 open("/usr/local/lib/python3.5/dist-packages/Adafruit_BBIO-1.0.10-py3.5-linux-armv7l.egg/Adafruit_BBIO", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
1435 getdents64(3, /* 16 entries */, 32768) = 656
1435 getdents64(3, /* 0 entries */, 32768) = 0
1435 close(3) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/Adafruit_BBIO-1.0.10-py3.5-linux-armv7l.egg/Adafruit_BBIO/UART.cpython-35m-arm-linux-gnueabihf.so", {st_mode=S_IFREG|0755, st_size=95744, ...}) = 0
1435 futex(0xb6eb70ac, FUTEX_WAKE_PRIVATE, 2147483647) = 0
1435 open("/usr/local/lib/python3.5/dist-packages/Adafruit_BBIO-1.0.10-py3.5-linux-armv7l.egg/Adafruit_BBIO/UART.cpython-35m-arm-linux-gnueabihf.so", O_RDONLY|O_CLOEXEC) = 3
1435 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\320%\0\0004\0\0\0"..., 512) = 512
1435 lseek(3, 94344, SEEK_SET) = 94344
1435 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1400) = 1400
1435 lseek(3, 25529, SEEK_SET) = 25529
1435 read(3, "A0\0\0\0aeabi\0\1&\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 49) = 49
1435 fstat64(3, {st_mode=S_IFREG|0755, st_size=95744, ...}) = 0
1435 mmap2(NULL, 91680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb69c0000
1435 mprotect(0xb69c5000, 61440, PROT_NONE) = 0
1435 mmap2(0xb69d4000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0xb69d4000
1435 close(3) = 0
1435 mprotect(0xb69d4000, 4096, PROT_READ) = 0
1435 stat64("/var/lib/cloud9/JeffDEV", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/plat-arm-linux-gnueabihf", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/serial/__init__.cpython-35m-arm-linux-gnueabihf.so", 0xbe817668) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/local/lib/python3.5/dist-packages/serial/__init__.abi3.so", 0xbe817668) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/local/lib/python3.5/dist-packages/serial/__init__.so", 0xbe817668) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/local/lib/python3.5/dist-packages/serial/__init__.py", {st_mode=S_IFREG|0644, st_size=3172, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/serial/__init__.py", {st_mode=S_IFREG|0644, st_size=3172, ...}) = 0
1435 open("/usr/local/lib/python3.5/dist-packages/serial/__pycache__/__init__.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=2215, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=2215, ...}) = 0
1435 read(3, "\27\r\r\n\tO%\\d\f\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 2216) = 2215
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/var/lib/cloud9/JeffDEV", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/importlib/__init__.cpython-35m-arm-linux-gnueabihf.so", 0xbe816e28) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/lib/python3.5/importlib/__init__.abi3.so", 0xbe816e28) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/lib/python3.5/importlib/__init__.so", 0xbe816e28) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/lib/python3.5/importlib/__init__.py", {st_mode=S_IFREG|0644, st_size=5868, ...}) = 0
1435 stat64("/usr/lib/python3.5/importlib/__init__.py", {st_mode=S_IFREG|0644, st_size=5868, ...}) = 0
1435 open("/usr/lib/python3.5/importlib/__pycache__/__init__.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=3885, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=3885, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[\354\26\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0#\0\0\0@\0\0"..., 3886) = 3885
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/var/lib/cloud9/JeffDEV", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/types.py", {st_mode=S_IFREG|0644, st_size=8799, ...}) = 0
1435 stat64("/usr/lib/python3.5/types.py", {st_mode=S_IFREG|0644, st_size=8799, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/types.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=8725, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=8725, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[_\"\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0@\0\0"..., 8726) = 8725
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/var/lib/cloud9/JeffDEV", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/functools.py", {st_mode=S_IFREG|0644, st_size=28944, ...}) = 0
1435 stat64("/usr/lib/python3.5/functools.py", {st_mode=S_IFREG|0644, st_size=28944, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/functools.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=23569, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=23569, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[\20q\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0+\0\0\0@\0\0"..., 23570) = 23569
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/var/lib/cloud9/JeffDEV", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/collections/__init__.cpython-35m-arm-linux-gnueabihf.so", 0xbe815568) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/lib/python3.5/collections/__init__.abi3.so", 0xbe815568) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/lib/python3.5/collections/__init__.so", 0xbe815568) = -1 ENOENT (No such file or directory)
1435 stat64("/usr/lib/python3.5/collections/__init__.py", {st_mode=S_IFREG|0644, st_size=45757, ...}) = 0
1435 stat64("/usr/lib/python3.5/collections/__init__.py", {st_mode=S_IFREG|0644, st_size=45757, ...}) = 0
1435 open("/usr/lib/python3.5/collections/__pycache__/__init__.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=48692, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=48692, ...}) = 0
1435 brk(0x14e6000) = 0x14e6000
1435 read(3, "\27\r\r\n\223\22\255[\275\262\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0$\0\0\0@\0\0"..., 48693) = 48692
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/var/lib/cloud9/JeffDEV", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/operator.py", {st_mode=S_IFREG|0644, st_size=10863, ...}) = 0
1435 stat64("/usr/lib/python3.5/operator.py", {st_mode=S_IFREG|0644, st_size=10863, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/operator.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=14774, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=14774, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[o*\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0006\0\0\0@\0\0"..., 14775) = 14774
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/var/lib/cloud9/JeffDEV", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/keyword.py", {st_mode=S_IFREG|0755, st_size=2209, ...}) = 0
1435 stat64("/usr/lib/python3.5/keyword.py", {st_mode=S_IFREG|0755, st_size=2209, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/keyword.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=1925, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=1925, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[\241\10\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0@\0\0"..., 1926) = 1925
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/var/lib/cloud9/JeffDEV", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/heapq.py", {st_mode=S_IFREG|0644, st_size=22929, ...}) = 0
1435 stat64("/usr/lib/python3.5/heapq.py", {st_mode=S_IFREG|0644, st_size=22929, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/heapq.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=15027, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=15027, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[\221Y\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0#\0\0\0@\0\0"..., 15028) = 15027
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/var/lib/cloud9/JeffDEV", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/reprlib.py", {st_mode=S_IFREG|0644, st_size=5336, ...}) = 0
1435 stat64("/usr/lib/python3.5/reprlib.py", {st_mode=S_IFREG|0644, st_size=5336, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/reprlib.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=5944, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=5944, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[\330\24\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 5945) = 5944
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6980000
1435 munmap(0xb6980000, 262144) = 0
1435 mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6980000
1435 munmap(0xb6980000, 262144) = 0
1435 mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6980000
1435 munmap(0xb6980000, 262144) = 0
1435 mmap2(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6980000
1435 stat64("/var/lib/cloud9/JeffDEV", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/weakref.py", {st_mode=S_IFREG|0644, st_size=20433, ...}) = 0
1435 stat64("/usr/lib/python3.5/weakref.py", {st_mode=S_IFREG|0644, st_size=20433, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/weakref.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=20631, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=20631, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[\321O\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0@\0\0"..., 20632) = 20631
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/usr/lib/python3.5/collections", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/collections", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/collections", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 open("/usr/lib/python3.5/collections", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 getdents64(3, /* 6 entries */, 32768) = 176
1435 getdents64(3, /* 0 entries */, 32768) = 0
1435 close(3) = 0
1435 stat64("/usr/lib/python3.5/collections/abc.py", {st_mode=S_IFREG|0644, st_size=68, ...}) = 0
1435 stat64("/usr/lib/python3.5/collections/abc.py", {st_mode=S_IFREG|0644, st_size=68, ...}) = 0
1435 open("/usr/lib/python3.5/collections/__pycache__/abc.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=189, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=189, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[D\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 190) = 189
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/var/lib/cloud9/JeffDEV", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/warnings.py", {st_mode=S_IFREG|0644, st_size=15850, ...}) = 0
1435 stat64("/usr/lib/python3.5/warnings.py", {st_mode=S_IFREG|0644, st_size=15850, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/warnings.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=13030, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=13030, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[\352=\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\16\0\0\0@\0\0"..., 13031) = 13030
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/serial", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/serial", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/serial", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
1435 open("/usr/local/lib/python3.5/dist-packages/serial", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
1435 getdents64(3, /* 26 entries */, 32768) = 888
1435 getdents64(3, /* 0 entries */, 32768) = 0
1435 close(3) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/serial/serialutil.py", {st_mode=S_IFREG|0644, st_size=21692, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/serial/serialutil.py", {st_mode=S_IFREG|0644, st_size=21692, ...}) = 0
1435 open("/usr/local/lib/python3.5/dist-packages/serial/__pycache__/serialutil.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=19677, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=19677, ...}) = 0
1435 read(3, "\27\r\r\n\tO%\\\274T\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\"\0\0\0@\0\0"..., 19678) = 19677
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 gettimeofday({tv_sec=1545952079, tv_usec=310556}, NULL) = 0
1435 open("/etc/localtime", O_RDONLY|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=127, ...}) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=127, ...}) = 0
1435 read(3, "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) = 127
1435 _llseek(3, -6, [121], SEEK_CUR) = 0
1435 read(3, "\nUTC0\n", 4096) = 6
1435 close(3) = 0
1435 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=127, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/serial", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/serial/serialposix.py", {st_mode=S_IFREG|0644, st_size=31654, ...}) = 0
1435 stat64("/usr/local/lib/python3.5/dist-packages/serial/serialposix.py", {st_mode=S_IFREG|0644, st_size=31654, ...}) = 0
1435 open("/usr/local/lib/python3.5/dist-packages/serial/__pycache__/serialposix.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=22226, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=22226, ...}) = 0
1435 read(3, "\27\r\r\n\tO%\\\246{\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 22227) = 22226
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/var/lib/cloud9/JeffDEV", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/struct.py", {st_mode=S_IFREG|0644, st_size=257, ...}) = 0
1435 stat64("/usr/lib/python3.5/struct.py", {st_mode=S_IFREG|0644, st_size=257, ...}) = 0
1435 open("/usr/lib/python3.5/__pycache__/struct.cpython-35.pyc", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=332, ...}) = 0
1435 _llseek(3, 0, [0], SEEK_CUR) = 0
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=332, ...}) = 0
1435 read(3, "\27\r\r\n\223\22\255[\1\1\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0@\0\0"..., 333) = 332
1435 read(3, "", 1) = 0
1435 close(3) = 0
1435 stat64("/var/lib/cloud9/JeffDEV", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/plat-arm-linux-gnueabihf", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1435 stat64("/usr/lib/python3.5/lib-dynload/termios.cpython-35m-arm-linux-gnueabihf.so", {st_mode=S_IFREG|0644, st_size=17968, ...}) = 0
1435 open("/usr/lib/python3.5/lib-dynload/termios.cpython-35m-arm-linux-gnueabihf.so", O_RDONLY|O_CLOEXEC) = 3
1435 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0X\23\0\0004\0\0\0"..., 512) = 512
1435 lseek(3, 16968, SEEK_SET) = 16968
1435 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1000) = 1000
1435 lseek(3, 16644, SEEK_SET) = 16644
1435 read(3, "A0\0\0\0aeabi\0\1&\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 49) = 49
1435 fstat64(3, {st_mode=S_IFREG|0644, st_size=17968, ...}) = 0
1435 mmap2(NULL, 82188, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb696b000
1435 mprotect(0xb696e000, 61440, PROT_NONE) = 0
1435 mmap2(0xb697d000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0xb697d000
1435 close(3) = 0
1435 mprotect(0xb697d000, 4096, PROT_READ) = 0
1435 pipe2([3, 4], O_CLOEXEC) = 0
1435 clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb6ef7db8) = 1436
1435 close(4) = 0
1435 fcntl64(3, F_SETFD, 0) = 0
1435 fstat64(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
1435 read(3, <unfinished ...>
1436 set_robust_list(0xb6ef7dc0, 12) = 0
1436 dup2(4, 1) = 1
1436 execve("/bin/sh", ["sh", "-c", "/bin/grep -c bone_capemgr.uboot_"...], [/* 26 vars */]) = 0
1436 brk(NULL) = 0x734000
1436 uname({sysname="Linux", nodename="beaglebone", ...}) = 0
1436 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
1436 mmap2(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6fcf000
1436 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
1436 open("~/.c9/local/lib/tls/v7l/neon/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1436 open("~/.c9/local/lib/tls/v7l/neon/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1436 open("~/.c9/local/lib/tls/v7l/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1436 open("~/.c9/local/lib/tls/v7l/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1436 open("~/.c9/local/lib/tls/neon/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1436 open("~/.c9/local/lib/tls/neon/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1436 open("~/.c9/local/lib/tls/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1436 open("~/.c9/local/lib/tls/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1436 open("~/.c9/local/lib/v7l/neon/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1436 open("~/.c9/local/lib/v7l/neon/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1436 open("~/.c9/local/lib/v7l/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1436 open("~/.c9/local/lib/v7l/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1436 open("~/.c9/local/lib/neon/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1436 open("~/.c9/local/lib/neon/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1436 open("~/.c9/local/lib/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1436 open("~/.c9/local/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1436 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
1436 fstat64(3, {st_mode=S_IFREG|0644, st_size=27512, ...}) = 0
1436 mmap2(NULL, 27512, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb6fc8000
1436 close(3) = 0
1436 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
1436 open("/lib/arm-linux-gnueabihf/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
1436 read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\331e\1\0004\0\0\0"..., 512) = 512
1436 lseek(3, 900076, SEEK_SET) = 900076
1436 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2920) = 2920
1436 lseek(3, 896524, SEEK_SET) = 896524
1436 read(3, "A4\0\0\0aeabi\0\1*\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\3\f"..., 53) = 53
1436 fstat64(3, {st_mode=S_IFREG|0755, st_size=902996, ...}) = 0
1436 mmap2(NULL, 972112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6ebd000
1436 mprotect(0xb6f96000, 61440, PROT_NONE) = 0
1436 mmap2(0xb6fa5000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd8000) = 0xb6fa5000
1436 mmap2(0xb6fa8000, 9552, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6fa8000
1436 close(3) = 0
1436 set_tls(0xb6fd18a0, 0xb6fd1f78, 0xb6fd3050, 0xb6fd18a0, 0xb6fd3050) = 0
1436 mprotect(0xb6fa5000, 8192, PROT_READ) = 0
1436 mprotect(0x4c3000, 4096, PROT_READ) = 0
1436 mprotect(0xb6fd2000, 4096, PROT_READ) = 0
1436 munmap(0xb6fc8000, 27512) = 0
1436 getpid() = 1436
1436 rt_sigaction(SIGCHLD, {sa_handler=0x4aee01, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0xb6ee1fd1}, NULL, 8) = 0
1436 geteuid32() = 1000
1436 brk(NULL) = 0x734000
1436 brk(0x755000) = 0x755000
1436 getppid() = 1435
1436 stat64("/var/lib/cloud9/JeffDEV", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1436 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
1436 rt_sigaction(SIGINT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1436 rt_sigaction(SIGINT, {sa_handler=0x4aee01, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0xb6ee1fd1}, NULL, 8) = 0
1436 rt_sigaction(SIGQUIT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1436 rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0xb6ee1fd1}, NULL, 8) = 0
1436 rt_sigaction(SIGTERM, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1436 rt_sigaction(SIGTERM, {sa_handler=SIG_DFL, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0xb6ee1fd1}, NULL, 8) = 0
1436 clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb6fd1448) = 1437
1436 wait4(-1, <unfinished ...>
1437 execve("/bin/grep", ["/bin/grep", "-c", "bone_capemgr.uboot_capemgr_enabl"..., "/proc/cmdline"], [/* 26 vars */]) = 0
1437 brk(NULL) = 0x2436000
1437 uname({sysname="Linux", nodename="beaglebone", ...}) = 0
1437 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
1437 mmap2(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6f53000
1437 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/v7l/neon/vfp/libpcre.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/v7l/neon/libpcre.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/v7l/vfp/libpcre.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/v7l/libpcre.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/neon/vfp/libpcre.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/neon/libpcre.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/vfp/libpcre.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/libpcre.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/v7l/neon/vfp/libpcre.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/v7l/neon/libpcre.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/v7l/vfp/libpcre.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/v7l/libpcre.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/neon/vfp/libpcre.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/neon/libpcre.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/vfp/libpcre.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/libpcre.so.3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
1437 fstat64(3, {st_mode=S_IFREG|0644, st_size=27512, ...}) = 0
1437 mmap2(NULL, 27512, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb6f4c000
1437 close(3) = 0
1437 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
1437 open("/lib/arm-linux-gnueabihf/libpcre.so.3", O_RDONLY|O_CLOEXEC) = 3
1437 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0@\20\0\0004\0\0\0"..., 512) = 512
1437 lseek(3, 319820, SEEK_SET) = 319820
1437 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1040) = 1040
1437 lseek(3, 319509, SEEK_SET) = 319509
1437 read(3, "A0\0\0\0aeabi\0\1&\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 49) = 49
1437 fstat64(3, {st_mode=S_IFREG|0644, st_size=320860, ...}) = 0
1437 mmap2(NULL, 385100, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6ed0000
1437 mprotect(0xb6f1e000, 61440, PROT_NONE) = 0
1437 mmap2(0xb6f2d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4d000) = 0xb6f2d000
1437 close(3) = 0
1437 open("~/.c9/local/lib/tls/v7l/neon/vfp/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/v7l/neon/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/v7l/vfp/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/v7l/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/neon/vfp/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/neon/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/vfp/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/v7l/neon/vfp/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/v7l/neon/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/v7l/vfp/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/v7l/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/neon/vfp/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/neon/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/vfp/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
1437 open("/lib/arm-linux-gnueabihf/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
1437 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0`\t\0\0004\0\0\0"..., 512) = 512
1437 lseek(3, 8684, SEEK_SET) = 8684
1437 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1120) = 1120
1437 lseek(3, 8328, SEEK_SET) = 8328
1437 read(3, "A2\0\0\0aeabi\0\1(\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 51) = 51
1437 fstat64(3, {st_mode=S_IFREG|0644, st_size=9804, ...}) = 0
1437 mmap2(NULL, 73912, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6ebd000
1437 mprotect(0xb6ebf000, 61440, PROT_NONE) = 0
1437 mmap2(0xb6ece000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0xb6ece000
1437 close(3) = 0
1437 open("~/.c9/local/lib/tls/v7l/neon/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/v7l/neon/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/v7l/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/v7l/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/neon/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/neon/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/v7l/neon/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/v7l/neon/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/v7l/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/v7l/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/neon/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/neon/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/vfp/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
1437 open("/lib/arm-linux-gnueabihf/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
1437 read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\331e\1\0004\0\0\0"..., 512) = 512
1437 lseek(3, 900076, SEEK_SET) = 900076
1437 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2920) = 2920
1437 lseek(3, 896524, SEEK_SET) = 896524
1437 read(3, "A4\0\0\0aeabi\0\1*\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\3\f"..., 53) = 53
1437 fstat64(3, {st_mode=S_IFREG|0755, st_size=902996, ...}) = 0
1437 mmap2(NULL, 972112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6dcf000
1437 mprotect(0xb6ea8000, 61440, PROT_NONE) = 0
1437 mmap2(0xb6eb7000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd8000) = 0xb6eb7000
1437 mmap2(0xb6eba000, 9552, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6eba000
1437 close(3) = 0
1437 open("~/.c9/local/lib/tls/v7l/neon/vfp/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/v7l/neon/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/v7l/vfp/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/v7l/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/neon/vfp/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/neon/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/vfp/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/v7l/neon/vfp/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/v7l/neon/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/v7l/vfp/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/v7l/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/neon/vfp/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/neon/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/vfp/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 open("~/.c9/local/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1437 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
1437 open("/lib/arm-linux-gnueabihf/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
1437 read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\345F\0\0004\0\0\0"..., 512) = 512
1437 lseek(3, 105412, SEEK_SET) = 105412
1437 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1560) = 1560
1437 lseek(3, 70056, SEEK_SET) = 70056
1437 read(3, "A2\0\0\0aeabi\0\1(\0\0\0\0057-A\0\6\n\7A\10\1\t\2\n\4\22"..., 51) = 51
1437 fstat64(3, {st_mode=S_IFREG|0755, st_size=106972, ...}) = 0
1437 mmap2(NULL, 143952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6dab000
1437 mprotect(0xb6dbc000, 61440, PROT_NONE) = 0
1437 mmap2(0xb6dcb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0xb6dcb000
1437 mmap2(0xb6dcd000, 4688, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6dcd000
1437 close(3) = 0
1437 mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6f4a000
1437 set_tls(0xb6f4a4c0, 0xb6f4ab98, 0xb6f57050, 0xb6f4a4c0, 0xb6f57050) = 0
1437 mprotect(0xb6eb7000, 8192, PROT_READ) = 0
1437 mprotect(0xb6dcb000, 4096, PROT_READ) = 0
1437 mprotect(0xb6ece000, 4096, PROT_READ) = 0
1437 mprotect(0xb6f2d000, 4096, PROT_READ) = 0
1437 mprotect(0x4d3000, 4096, PROT_READ) = 0
1437 mprotect(0xb6f56000, 4096, PROT_READ) = 0
1437 munmap(0xb6f4c000, 27512) = 0
1437 set_tid_address(0xb6f4a068) = 1437
1437 set_robust_list(0xb6f4a070, 12) = 0
1437 rt_sigaction(SIGRTMIN, {sa_handler=0xb6daf245, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0xb6df3fe1}, NULL, 8) = 0
1437 rt_sigaction(SIGRT_1, {sa_handler=0xb6daf2e5, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0xb6df3fe1}, NULL, 8) = 0
1437 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
1437 ugetrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
1437 brk(NULL) = 0x2436000
1437 brk(0x2457000) = 0x2457000
1437 open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1437 fstat64(3, {st_mode=S_IFREG|0644, st_size=1679776, ...}) = 0
1437 mmap2(NULL, 1679776, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb6c10000
1437 close(3) = 0
1437 open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 3
1437 fstat64(3, {st_mode=S_IFREG|0644, st_size=1679776, ...}) = 0
1437 mmap2(NULL, 4096, PROT_READ, MAP_PRIVATE, 3, 0x19a000) = 0xb6f52000
1437 close(3) = 0
1437 open("/usr/lib/arm-linux-gnueabihf/gconv/gconv-modules.cache", O_RDONLY) = 3
1437 fstat64(3, {st_mode=S_IFREG|0644, st_size=26262, ...}) = 0
1437 mmap2(NULL, 26262, PROT_READ, MAP_SHARED, 3, 0) = 0xb6c09000
1437 close(3) = 0
1437 futex(0xb6eb9ee8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
1437 fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
1437 openat(AT_FDCWD, "/proc/cmdline", O_RDONLY|O_NOCTTY|O_LARGEFILE) = 3
1437 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
1437 read(3, "console=ttyO0,115200n8 bone_cape"..., 32768) = 145
1437 read(3, "", 32768) = 0
1437 fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
1437 close(3) = 0
1437 write(1, "1\n", 2 <unfinished ...>
1435 <... read resumed> "1\n", 4096) = 2
1435 close(3) = 0
1435 wait4(1436, <unfinished ...>
1437 <... write resumed> ) = 2
1437 close(1) = 0
1437 close(2) = 0
1437 exit_group(0) = ?
1437 +++ exited with 0 +++
1436 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 1437
1436 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=1437, si_uid=1000, si_status=0, si_utime=0, si_stime=1} ---
1436 sigreturn({mask=[]}) = 1437
1436 exit_group(0) = ?
1436 +++ exited with 0 +++
1435 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 1436
1435 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=1436, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
1435 gettimeofday({tv_sec=1545952079, tv_usec=481442}, NULL) = 0
1435 socket(AF_UNIX, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 3
1435 connect(3, {sa_family=AF_UNIX, sun_path="/dev/log"}, 110) = 0
1435 send(3, "<15>Dec 27 23:07:59 python3: Ada"..., 76, MSG_NOSIGNAL) = 76
1435 open("/sys/devices/platform/ocp/ocp:P8_38_pinmux/state", O_WRONLY|O_CREAT|O_TRUNC, 0666) = -1 ENOENT (No such file or directory)
1435 write(2, "py_setup_uart(UART5): set_pin_mo"..., 57) = 57
1435 write(2, "Traceback (most recent call last"..., 35) = 35
1435 write(2, " File \"GPS.py\", line 7, in <mod"..., 37) = 37
1435 open("GPS.py", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = 4
1435 fstat64(4, {st_mode=S_IFREG|0644, st_size=414, ...}) = 0
1435 ioctl(4, TCGETS, 0xbe816fbc) = -1 ENOTTY (Inappropriate ioctl for device)
1435 _llseek(4, 0, [0], SEEK_CUR) = 0
1435 fcntl64(4, F_DUPFD_CLOEXEC, 0) = 5
1435 fcntl64(5, F_GETFL) = 0x20000 (flags O_RDONLY|O_LARGEFILE)
1435 fstat64(5, {st_mode=S_IFREG|0644, st_size=414, ...}) = 0
1435 read(5, "#!/usr/bin/env python\n#GPS test\n"..., 4096) = 414
1435 close(5) = 0
1435 _llseek(4, 0, [0], SEEK_SET) = 0
1435 _llseek(4, 0, [0], SEEK_CUR) = 0
1435 read(4, "#!/usr/bin/env python\n#GPS test\n"..., 8192) = 414
1435 close(4) = 0
1435 write(2, " UART5.setup(\"UART5\")\n", 25) = 25
1435 write(2, "ValueError: Set pin mode failed "..., 50) = 50
1435 rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0xb6d06fd1}, {sa_handler=0x5b2621, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0xb6d06fd1}, 8) = 0
1435 exit_group(1) = ?
1435 +++ exited with 1 +++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment