Bug#881039: [python3-gi] Segfault in Gio.VolumeMonitor.get_connected_drives
Andreas Heinlein
aheinlein at gmx.com
Tue Nov 7 10:35:07 UTC 2017
Package: python3-gi
Version: 3.22.0-2
Severity: normal
--- Please enter the report below this line. ---
Please excuse me if this is the wrong package, I don't know exactly
where to put it:
I have a small python program that uses a Gio.VolumeMonitor using
GObject Introspection. I noticed that it now crashes with a segfault
when calling get_connected_drives on the VolumeMonitor. Also, any
function attached to the VolumeMonitor's signals never gets called, i.e.
"VolumeMonitor.connect("drive-connected", self.drive_connected) used to
work, but now the function never gets called when a drive is connected.
It does not seem to be a problem in Gio itself. Although I am really not
good at C, I came up with a small C program that calls
get_connected_drives on a VolumeMonitor and prints out the connected
drives, and this works. So I suspect the problem is somewhere in Pygobject.
I have attached a sample python program as well as strace and gdb
backtrace of the segfault. Also attached is the working C program.
Thanks!
--- System information. ---
Architecture:
Kernel: Linux 4.9.0-4-amd64
Debian Release: 9.2
900 stable-updates ftp.de.debian.org
900 stable ftp.de.debian.org
100 stretch-backports ftp.de.debian.org
--- Package information. ---
Depends (Version) | Installed
=======================================-+-==============
python3 (<< 3.6) | 3.5.3-1
python3 (>= 3.5~) | 3.5.3-1
python3:any (>= 3.3.2-2~) |
libc6 (>= 2.14) | 2.24-11+deb9u1
libffi6 (>= 3.0.4) | 3.2.1-6
libgirepository-1.0-1 (>= 1.44.0) | 1.50.0-1+b1
libglib2.0-0 (>= 2.41.1) | 2.50.3-2
gir1.2-glib-2.0 (>= 1.39.0) | 1.50.0-1+b1
Package's Recommends field is empty.
Package's Suggests field is empty.
-------------- next part --------------
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from python3...Reading symbols from /usr/lib/debug/.build-id/db/fc2e1a3c58b6d241b3f9af7b2fb3a24b81b90e.debug...done.
done.
(gdb) run /tmp/test.py
Starting program: /usr/bin/python3 /tmp/test.py
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) py-bt
Traceback (most recent call first):
File "/tmp/test.py", line 4, in <module>
print(vm.get_connected_drives())
(gdb) bt
#0 0x0000000000000000 in ()
#1 0x00007ffff5cbe038 in ffi_call_unix64 () at /usr/lib/x86_64-linux-gnu/libffi.so.6
#2 0x00007ffff5cbda9a in ffi_call () at /usr/lib/x86_64-linux-gnu/libffi.so.6
#3 0x00007ffff68aa9cc in () at /usr/lib/python3/dist-packages/gi/_gi.cpython-35m-x86_64-linux-gnu.so
#4 0x00007ffff68ac478 in () at /usr/lib/python3/dist-packages/gi/_gi.cpython-35m-x86_64-linux-gnu.so
#5 0x00007ffff68a0209 in () at /usr/lib/python3/dist-packages/gi/_gi.cpython-35m-x86_64-linux-gnu.so
#6 0x000055555575d647 in PyObject_Call (func=<gi.FunctionInfo at remote 0x7ffff45e6538>, arg=<optimized out>, kw=<optimized out>) at ../Objects/abstract.c:2166
#7 0x00005555556d4ee1 in do_call (nk=<optimized out>, na=0, pp_stack=0x7fffffffe3e0, func=<optimized out>) at ../Python/ceval.c:4951
#8 0x00005555556d4ee1 in call_function (oparg=<optimized out>, pp_stack=0x7fffffffe3e0) at ../Python/ceval.c:4747
#9 0x00005555556d4ee1 in PyEval_EvalFrameEx (f=Frame 0x7ffff6c86828, for file /tmp/test.py, line 4, in <module> (), throwflag=0) at ../Python/ceval.c:3251
#10 0x00005555556d9286 in _PyEval_EvalCodeWithName (_co=<code at remote 0x7ffff6bef930>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kws=0x0, kwcount=0, defs=0x0, defcount=0, kwdefs=0x0, closure=0x0, name=0x0, qualname=0x0) at ../Python/ceval.c:4033
#11 0x00005555556d9f9f in PyEval_EvalCodeEx () at ../Python/ceval.c:4054
#12 0x00005555556d9f9f in PyEval_EvalCode (co=<optimized out>, globals=<optimized out>, locals=<optimized out>) at ../Python/ceval.c:777
#13 0x00005555557a78f2 in run_mod (mod=<optimized out>, filename=<optimized out>, globals={'__package__': None, '__name__': '__main__', '__doc__': None, '__file__': '/tmp/test.py', '__spec__': None, '__builtins__': <module at remote 0x7ffff6cc15e8>, 'vm': <VolumeMonitor at remote 0x7ffff45e02d0>, 'Gio': <GioProxyModule(__name__='gi.repository.Gio', __doc__=None, __file__='<gi.repository.Gio>', __package__='gi.repository.Gio', FileEnumerator=<GObjectMeta(__gsignals__={}, next=<function at remote 0x7ffff45d57b8>, __module__='gi.overrides.Gio', __next__=<function at remote 0x7ffff45d57b8>, __iter__=<function at remote 0x7ffff45d5730>, __doc__=None) at remote 0x555555df7c68>, __loader__=<DynamicImporter(path='gi.repository') at remote 0x7ffff6b63a58>, __spec__=<ModuleSpec(origin=None, loader_state=None, loader=<...>, submodule_search_locations=None, _set_fileattr=False, name='gi.repository.Gio', _cached=None) at remote 0x7ffff478c940>, _introspection_module=<IntrospectionModule(VolumeMonitor=<GObjectMeta(do_drive_changed=<gi.VFuncInfo at remote 0x7ffff476d1b8>, parent_instance=<property at remote 0x7f...(truncated), locals={'__package__': None, '__name__': '__main__', '__doc__': None, '__file__': '/tmp/test.py', '__spec__': None, '__builtins__': <module at remote 0x7ffff6cc15e8>, 'vm': <VolumeMonitor at remote 0x7ffff45e02d0>, 'Gio': <GioProxyModule(__name__='gi.repository.Gio', __doc__=None, __file__='<gi.repository.Gio>', __package__='gi.repository.Gio', FileEnumerator=<GObjectMeta(__gsignals__={}, next=<function at remote 0x7ffff45d57b8>, __module__='gi.overrides.Gio', __next__=<function at remote 0x7ffff45d57b8>, __iter__=<function at remote 0x7ffff45d5730>, __doc__=None) at remote 0x555555df7c68>, __loader__=<DynamicImporter(path='gi.repository') at remote 0x7ffff6b63a58>, __spec__=<ModuleSpec(origin=None, loader_state=None, loader=<...>, submodule_search_locations=None, _set_fileattr=False, name='gi.repository.Gio', _cached=None) at remote 0x7ffff478c940>, _introspection_module=<IntrospectionModule(VolumeMonitor=<GObjectMeta(do_drive_changed=<gi.VFuncInfo at remote 0x7ffff476d1b8>, parent_instance=<property at remote 0x7f...(truncated), flags=<optimized out>, arena=<optimized out>) at ../Python/pythonrun.c:976
#14 0x00005555557a9e1d in PyRun_FileExFlags (fp=0x555555c6d150, filename_str=0x7ffff6c09fe0 "/tmp/test.py", start=257, globals={'__package__': None, '__name__': '__main__', '__doc__': None, '__file__': '/tmp/test.py', '__spec__': None, '__builtins__': <module at remote 0x7ffff6cc15e8>, 'vm': <VolumeMonitor at remote 0x7ffff45e02d0>, 'Gio': <GioProxyModule(__name__='gi.repository.Gio', __doc__=None, __file__='<gi.repository.Gio>', __package__='gi.repository.Gio', FileEnumerator=<GObjectMeta(__gsignals__={}, next=<function at remote 0x7ffff45d57b8>, __module__='gi.overrides.Gio', __next__=<function at remote 0x7ffff45d57b8>, __iter__=<function at remote 0x7ffff45d5730>, __doc__=None) at remote 0x555555df7c68>, __loader__=<DynamicImporter(path='gi.repository') at remote 0x7ffff6b63a58>, __spec__=<ModuleSpec(origin=None, loader_state=None, loader=<...>, submodule_search_locations=None, _set_fileattr=False, name='gi.repository.Gio', _cached=None) at remote 0x7ffff478c940>, _introspection_module=<IntrospectionModule(VolumeMonitor=<GObjectMeta(do_drive_changed=<gi.VFuncInfo at remote 0x7ffff476d1b8>, parent_instance=<property at remote 0x7f...(truncated), locals={'__package__': None, '__name__': '__main__', '__doc__': None, '__file__': '/tmp/test.py', '__spec__': None, '__builtins__': <module at remote 0x7ffff6cc15e8>, 'vm': <VolumeMonitor at remote 0x7ffff45e02d0>, 'Gio': <GioProxyModule(__name__='gi.repository.Gio', __doc__=None, __file__='<gi.repository.Gio>', __package__='gi.repository.Gio', FileEnumerator=<GObjectMeta(__gsignals__={}, next=<function at remote 0x7ffff45d57b8>, __module__='gi.overrides.Gio', __next__=<function at remote 0x7ffff45d57b8>, __iter__=<function at remote 0x7ffff45d5730>, __doc__=None) at remote 0x555555df7c68>, __loader__=<DynamicImporter(path='gi.repository') at remote 0x7ffff6b63a58>, __spec__=<ModuleSpec(origin=None, loader_state=None, loader=<...>, submodule_search_locations=None, _set_fileattr=False, name='gi.repository.Gio', _cached=None) at remote 0x7ffff478c940>, _introspection_module=<IntrospectionModule(VolumeMonitor=<GObjectMeta(do_drive_changed=<gi.VFuncInfo at remote 0x7ffff476d1b8>, parent_instance=<property at remote 0x7f...(truncated), closeit=1, flags=0x7fffffffe650) at ../Python/pythonrun.c:929
#15 0x00005555557aa5be in PyRun_SimpleFileExFlags (fp=0x555555c6d150, filename=<optimized out>, closeit=1, flags=0x7fffffffe650) at ../Python/pythonrun.c:396
#16 0x00005555557d84d7 in run_file (p_cf=0x7fffffffe650, filename=0x555555c0d280 L"/tmp/test.py", fp=0x555555c6d150) at ../Modules/main.c:318
#17 0x00005555557d84d7 in Py_Main (argc=2, argv=0x555555c0c010) at ../Modules/main.c:768
#18 0x0000555555668c01 in main (argc=2, argv=<optimized out>) at ../Programs/python.c:65
#19 0x00007ffff6cee2b1 in __libc_start_main (main=0x555555668b20 <main>, argc=2, argv=0x7fffffffe868, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe858)
at ../csu/libc-start.c:291
#20 0x00005555557721ba in _start ()
-------------- next part --------------
2041 execve("./test.py", ["./test.py"], [/* 43 vars */]) = 0
2041 brk(NULL) = 0x55dd70200000
2041 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2041 mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3285033000
2041 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
2041 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=131241, ...}) = 0
2041 mmap(NULL, 131241, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f328500b000
2041 close(3) = 0
2041 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2041 open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
2041 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0Pa\0\0\0\0\0\0"..., 832) = 832
2041 fstat(3, {st_mode=S_IFREG|0755, st_size=135440, ...}) = 0
2041 mmap(NULL, 2212936, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f3284bf3000
2041 mprotect(0x7f3284c0b000, 2093056, PROT_NONE) = 0
2041 mmap(0x7f3284e0a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f3284e0a000
2041 mmap(0x7f3284e0c000, 13384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3284e0c000
2041 close(3) = 0
2041 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2041 open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
2041 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\r\0\0\0\0\0\0"..., 832) = 832
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=14640, ...}) = 0
2041 mmap(NULL, 2109680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f32849eb000
2041 mprotect(0x7f32849ee000, 2093056, PROT_NONE) = 0
2041 mmap(0x7f3284bed000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f3284bed000
2041 close(3) = 0
2041 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2041 open("/lib/x86_64-linux-gnu/libutil.so.1", O_RDONLY|O_CLOEXEC) = 3
2041 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\16\0\0\0\0\0\0"..., 832) = 832
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=10688, ...}) = 0
2041 mmap(NULL, 2105608, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f32847e3000
2041 mprotect(0x7f32847e5000, 2093056, PROT_NONE) = 0
2041 mmap(0x7f32849e4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f32849e4000
2041 close(3) = 0
2041 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2041 open("/lib/x86_64-linux-gnu/libexpat.so.1", O_RDONLY|O_CLOEXEC) = 3
2041 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20;\0\0\0\0\0\0"..., 832) = 832
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=170128, ...}) = 0
2041 mmap(NULL, 2265192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f32845b3000
2041 mprotect(0x7f32845da000, 2097152, PROT_NONE) = 0
2041 mmap(0x7f32847da000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27000) = 0x7f32847da000
2041 close(3) = 0
2041 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2041 open("/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
2041 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300!\0\0\0\0\0\0"..., 832) = 832
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=105088, ...}) = 0
2041 mmap(NULL, 2200072, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f3284393000
2041 mprotect(0x7f32843ac000, 2093056, PROT_NONE) = 0
2041 mmap(0x7f32845ab000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7f32845ab000
2041 close(3) = 0
2041 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2041 open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
2041 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200V\0\0\0\0\0\0"..., 832) = 832
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=1063328, ...}) = 0
2041 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3285039000
2041 mmap(NULL, 3158248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f328408b000
2041 mprotect(0x7f328418e000, 2093056, PROT_NONE) = 0
2041 mmap(0x7f328438d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x102000) = 0x7f328438d000
2041 close(3) = 0
2041 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2041 open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
2041 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\3\2\0\0\0\0\0"..., 832) = 832
2041 fstat(3, {st_mode=S_IFREG|0755, st_size=1689360, ...}) = 0
2041 mmap(NULL, 3795360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f3283ceb000
2041 mprotect(0x7f3283e80000, 2097152, PROT_NONE) = 0
2041 mmap(0x7f3284080000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x195000) = 0x7f3284080000
2041 mmap(0x7f3284086000, 14752, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3284086000
2041 close(3) = 0
2041 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3285031000
2041 arch_prctl(ARCH_SET_FS, 0x7f3285031700) = 0
2041 mprotect(0x7f3284080000, 16384, PROT_READ) = 0
2041 mprotect(0x7f328438d000, 4096, PROT_READ) = 0
2041 mprotect(0x7f32845ab000, 4096, PROT_READ) = 0
2041 mprotect(0x7f32847da000, 8192, PROT_READ) = 0
2041 mprotect(0x7f32849e4000, 4096, PROT_READ) = 0
2041 mprotect(0x7f3284bed000, 4096, PROT_READ) = 0
2041 mprotect(0x7f3284e0a000, 4096, PROT_READ) = 0
2041 mprotect(0x55dd6e4bc000, 8192, PROT_READ) = 0
2041 mprotect(0x7f3285036000, 4096, PROT_READ) = 0
2041 munmap(0x7f328500b000, 131241) = 0
2041 set_tid_address(0x7f32850319d0) = 2041
2041 set_robust_list(0x7f32850319e0, 24) = 0
2041 rt_sigaction(SIGRTMIN, {sa_handler=0x7f3284bf8bd0, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7f3284c040c0}, NULL, 8) = 0
2041 rt_sigaction(SIGRT_1, {sa_handler=0x7f3284bf8c60, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f3284c040c0}, NULL, 8) = 0
2041 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
2041 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
2041 brk(NULL) = 0x55dd70200000
2041 brk(0x55dd70221000) = 0x55dd70221000
2041 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=1679552, ...}) = 0
2041 mmap(NULL, 1679552, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f3284e93000
2041 close(3) = 0
2041 open("/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=26258, ...}) = 0
2041 mmap(NULL, 26258, PROT_READ, MAP_SHARED, 3, 0) = 0x7f3284e8b000
2041 close(3) = 0
2041 futex(0x7f32840858a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 getrandom("\26\352l\352\26[\263\361\312\24~\252\210\3035D\36B\215\211h\307rm", 24, GRND_NONBLOCK) = 24
2041 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
2041 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3284e4b000
2041 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3283cab000
2041 brk(0x55dd70242000) = 0x55dd70242000
2041 fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
2041 readlink("/usr/bin/python3", "python3.5", 4096) = 9
2041 readlink("/usr/bin/python3.5", 0x7fffb5ccc740, 4096) = -1 EINVAL (Invalid argument)
2041 open("/usr/bin/pyvenv.cfg", O_RDONLY) = -1 ENOENT (No such file or directory)
2041 open("/usr/pyvenv.cfg", O_RDONLY) = -1 ENOENT (No such file or directory)
2041 stat("/usr/bin/Modules/Setup", 0x7fffb5cd7810) = -1 ENOENT (No such file or directory)
2041 stat("/usr/bin/lib/python3.5/os.py", 0x7fffb5ccd6e0) = -1 ENOENT (No such file or directory)
2041 stat("/usr/bin/lib/python3.5/os.pyc", 0x7fffb5ccd6e0) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3.5/os.py", {st_mode=S_IFREG|0644, st_size=36950, ...}) = 0
2041 stat("/usr/bin/pybuilddir.txt", 0x7fffb5cd7810) = -1 ENOENT (No such file or directory)
2041 stat("/usr/bin/lib/python3.5/lib-dynload", 0x7fffb5cd7810) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3283c6b000
2041 munmap(0x7f3283c6b000, 262144) = 0
2041 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3283c6b000
2041 brk(0x55dd70263000) = 0x55dd70263000
2041 sysinfo({uptime=224, loads=[82688, 64608, 28512], totalram=7598833664, freeram=5330616320, sharedram=11485184, bufferram=55865344, totalswap=2113925120, freeswap=2113925120, procs=646, totalhigh=0, freehigh=0, mem_unit=1}) = 0
2041 brk(0x55dd70289000) = 0x55dd70289000
2041 sigaltstack({ss_sp=0x55dd70268200, ss_flags=0, ss_size=8192}, NULL) = 0
2041 stat("/usr/lib/python35.zip", 0x7fffb5cde700) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
2041 stat("/usr/lib/python35.zip", 0x7fffb5cde190) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 open("/usr/lib/python3.5", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 getdents(3, /* 204 entries */, 32768) = 6776
2041 getdents(3, /* 0 entries */, 32768) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3.5/encodings/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffb5cde3f0) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3.5/encodings/__init__.abi3.so", 0x7fffb5cde3f0) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3.5/encodings/__init__.so", 0x7fffb5cde3f0) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3.5/encodings/__init__.py", {st_mode=S_IFREG|0644, st_size=5067, ...}) = 0
2041 stat("/usr/lib/python3.5/encodings/__init__.py", {st_mode=S_IFREG|0644, st_size=5067, ...}) = 0
2041 open("/usr/lib/python3.5/encodings/__pycache__/__init__.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC)
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=3834, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=3834, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\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
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/codecs.py", {st_mode=S_IFREG|0644, st_size=36231, ...}) = 0
2041 stat("/usr/lib/python3.5/codecs.py", {st_mode=S_IFREG|0644, st_size=36231, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/codecs.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=35288, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=35288, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\207\215\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0:\0\0\0@\0\0"..., 35289) = 35288
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3283c2b000
2041 stat("/usr/lib/python3.5/encodings", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3.5/encodings", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3.5/encodings", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 open("/usr/lib/python3.5/encodings", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 brk(0x55dd702aa000) = 0x55dd702aa000
2041 getdents(3, /* 127 entries */, 32768) = 4304
2041 getdents(3, /* 0 entries */, 32768) = 0
2041 brk(0x55dd702a2000) = 0x55dd702a2000
2041 close(3) = 0
2041 stat("/usr/lib/python3.5/encodings/aliases.py", {st_mode=S_IFREG|0644, st_size=15542, ...}) = 0
2041 stat("/usr/lib/python3.5/encodings/aliases.py", {st_mode=S_IFREG|0644, st_size=15542, ...}) = 0
2041 open("/usr/lib/python3.5/encodings/__pycache__/aliases.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=7550, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=7550, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\266<\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\204\2\0\0@\0\0"..., 7551) = 7550
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3.5/encodings", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3.5/encodings/utf_8.py", {st_mode=S_IFREG|0644, st_size=1005, ...}) = 0
2041 stat("/usr/lib/python3.5/encodings/utf_8.py", {st_mode=S_IFREG|0644, st_size=1005, ...}) = 0
2041 open("/usr/lib/python3.5/encodings/__pycache__/utf_8.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=1694, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=1694, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\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
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f3284c040c0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGXFSZ, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f3284c040c0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 getpid() = 2041
2041 rt_sigaction(SIGHUP, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGINT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGQUIT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGILL, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGTRAP, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGABRT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGBUS, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGFPE, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGKILL, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGUSR1, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGSEGV, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGUSR2, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGPIPE, NULL, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f3284c040c0}, 8) = 0
2041 rt_sigaction(SIGALRM, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGTERM, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGSTKFLT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGCHLD, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGCONT, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGSTOP, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGTSTP, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGTTIN, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGTTOU, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGURG, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGXCPU, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGXFSZ, NULL, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f3284c040c0}, 8) = 0
2041 rt_sigaction(SIGVTALRM, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGPROF, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGWINCH, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGIO, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGPWR, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGSYS, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_2, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_3, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_4, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_5, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_6, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_7, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_8, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_9, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_10, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_11, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_12, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_13, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_14, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_15, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_16, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_17, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_18, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_19, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_20, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_21, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_22, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_23, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_24, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_25, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_26, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_27, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_28, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_29, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_30, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_31, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGRT_32, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 rt_sigaction(SIGINT, {sa_handler=0x55dd6e151b10, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f3284c040c0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
2041 stat("/usr/lib/python3.5/encodings", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3.5/encodings/latin_1.py", {st_mode=S_IFREG|0644, st_size=1264, ...}) = 0
2041 stat("/usr/lib/python3.5/encodings/latin_1.py", {st_mode=S_IFREG|0644, st_size=1264, ...}) = 0
2041 open("/usr/lib/python3.5/encodings/__pycache__/latin_1.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=2006, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=2006, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\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
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/io.py", {st_mode=S_IFREG|0644, st_size=3396, ...}) = 0
2041 stat("/usr/lib/python3.5/io.py", {st_mode=S_IFREG|0644, st_size=3396, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/io.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=3443, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=3443, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200XD\r\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\22\0\0\0@\0\0"..., 3444) = 3443
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/abc.py", {st_mode=S_IFREG|0644, st_size=8628, ...}) = 0
2041 stat("/usr/lib/python3.5/abc.py", {st_mode=S_IFREG|0644, st_size=8628, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/abc.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=7850, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=7850, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\264!\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 7851) = 7850
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/_weakrefset.py", {st_mode=S_IFREG|0644, st_size=5705, ...}) = 0
2041 stat("/usr/lib/python3.5/_weakrefset.py", {st_mode=S_IFREG|0644, st_size=5705, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/_weakrefset.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=8406, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=8406, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200XI\26\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 8407) = 8406
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 dup(0) = 3
2041 close(3) = 0
2041 fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
2041 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
2041 lseek(0, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
2041 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
2041 ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
2041 lseek(0, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
2041 dup(1) = 3
2041 close(3) = 0
2041 fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
2041 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
2041 lseek(1, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
2041 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
2041 ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
2041 lseek(1, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
2041 dup(2) = 3
2041 close(3) = 0
2041 fstat(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
2041 ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
2041 lseek(2, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
2041 ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
2041 ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
2041 lseek(2, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek)
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/site.py", {st_mode=S_IFREG|0644, st_size=22258, ...}) = 0
2041 stat("/usr/lib/python3.5/site.py", {st_mode=S_IFREG|0644, st_size=22258, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/site.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=18106, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=18106, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\362V\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 18107) = 18106
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/os.py", {st_mode=S_IFREG|0644, st_size=36950, ...}) = 0
2041 stat("/usr/lib/python3.5/os.py", {st_mode=S_IFREG|0644, st_size=36950, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/os.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=31252, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=31252, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200XV\220\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0000\0\0\0@\0\0"..., 31253) = 31252
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 brk(0x55dd702c4000) = 0x55dd702c4000
2041 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3283beb000
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/stat.py", {st_mode=S_IFREG|0644, st_size=5038, ...}) = 0
2041 stat("/usr/lib/python3.5/stat.py", {st_mode=S_IFREG|0644, st_size=5038, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/stat.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=4147, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=4147, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\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
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/posixpath.py", {st_mode=S_IFREG|0644, st_size=14911, ...}) = 0
2041 stat("/usr/lib/python3.5/posixpath.py", {st_mode=S_IFREG|0644, st_size=14911, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/posixpath.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=11139, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=11139, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X?:\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0&\0\0\0@\0\0"..., 11140) = 11139
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/genericpath.py", {st_mode=S_IFREG|0644, st_size=4364, ...}) = 0
2041 stat("/usr/lib/python3.5/genericpath.py", {st_mode=S_IFREG|0644, st_size=4364, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/genericpath.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=3917, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=3917, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\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
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/_collections_abc.py", {st_mode=S_IFREG|0644, st_size=24794, ...}) = 0
2041 stat("/usr/lib/python3.5/_collections_abc.py", {st_mode=S_IFREG|0644, st_size=24794, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/_collections_abc.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=29801, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=29801, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\332`\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\26\0\0\0@\0\0"..., 29802) = 29801
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3283bab000
2041 munmap(0x7f3283bab000, 262144) = 0
2041 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3283bab000
2041 munmap(0x7f3283bab000, 262144) = 0
2041 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3283bab000
2041 munmap(0x7f3283bab000, 262144) = 0
2041 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3283bab000
2041 munmap(0x7f3283bab000, 262144) = 0
2041 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3283bab000
2041 munmap(0x7f3283bab000, 262144) = 0
2041 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3283bab000
2041 munmap(0x7f3283bab000, 262144) = 0
2041 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3283bab000
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/_sitebuiltins.py", {st_mode=S_IFREG|0644, st_size=3115, ...}) = 0
2041 stat("/usr/lib/python3.5/_sitebuiltins.py", {st_mode=S_IFREG|0644, st_size=3115, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/_sitebuiltins.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=3654, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=3654, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X+\f\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 3655) = 3654
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/bin/pyvenv.cfg", 0x7fffb5cde3f0) = -1 ENOENT (No such file or directory)
2041 stat("/usr/pyvenv.cfg", 0x7fffb5cde3f0) = -1 ENOENT (No such file or directory)
2041 geteuid() = 1050
2041 getuid() = 1050
2041 getegid() = 100
2041 getgid() = 100
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/sysconfig.py", {st_mode=S_IFREG|0644, st_size=24650, ...}) = 0
2041 stat("/usr/lib/python3.5/sysconfig.py", {st_mode=S_IFREG|0644, st_size=24650, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/sysconfig.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=17020, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=17020, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200XJ`\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\31\0\0\0@\0\0"..., 17021) = 17020
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 mmap(NULL, 200704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3283b7a000
2041 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 lstat("/usr/bin", {st_mode=S_IFDIR|0755, st_size=69632, ...}) = 0
2041 lstat("/usr/bin/python3", {st_mode=S_IFLNK|0777, st_size=9, ...}) = 0
2041 readlink("/usr/bin/python3", "python3.5", 4096) = 9
2041 lstat("/usr/bin/python3.5", {st_mode=S_IFREG|0755, st_size=4747120, ...}) = 0
2041 stat("/usr/bin/Modules/Setup.dist", 0x7fffb5cdd2a0) = -1 ENOENT (No such file or directory)
2041 stat("/usr/bin/Modules/Setup.local", 0x7fffb5cdd2a0) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/_sysconfigdata.py", {st_mode=S_IFREG|0644, st_size=126, ...}) = 0
2041 stat("/usr/lib/python3.5/_sysconfigdata.py", {st_mode=S_IFREG|0644, st_size=126, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/_sysconfigdata.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=251, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=251, ...}) = 0
2041 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
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/plat-x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3.5/plat-x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3.5/plat-x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 open("/usr/lib/python3.5/plat-x86_64-linux-gnu", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 getdents(3, /* 8 entries */, 32768) = 248
2041 getdents(3, /* 0 entries */, 32768) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3.5/plat-x86_64-linux-gnu/_sysconfigdata_m.py", {st_mode=S_IFREG|0644, st_size=22301, ...}) = 0
2041 stat("/usr/lib/python3.5/plat-x86_64-linux-gnu/_sysconfigdata_m.py", {st_mode=S_IFREG|0644, st_size=22301, ...}) = 0
2041 open("/usr/lib/python3.5/plat-x86_64-linux-gnu/__pycache__/_sysconfigdata_m.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=21622, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=21622, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\35W\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\n\5\0\0@\0\0"..., 21623) = 21622
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 brk(0x55dd702e5000) = 0x55dd702e5000
2041 brk(0x55dd702dc000) = 0x55dd702dc000
2041 lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
2041 lstat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 lstat("/usr/lib/python3.5/config-3.5m-x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/home/ah/.local/lib/python3.5/site-packages", 0x7fffb5cde600) = -1 ENOENT (No such file or directory)
2041 stat("/usr/local/lib/python3.5/dist-packages", 0x7fffb5cde520) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 open("/usr/lib/python3/dist-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 getdents(3, /* 98 entries */, 32768) = 3984
2041 getdents(3, /* 0 entries */, 32768) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3.5/dist-packages", 0x7fffb5cde520) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/sitecustomize.py", {st_mode=S_IFREG|0644, st_size=155, ...}) = 0
2041 stat("/usr/lib/python3.5/sitecustomize.py", {st_mode=S_IFREG|0644, st_size=155, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/sitecustomize.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=217, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=217, ...}) = 0
2041 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
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/plat-x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 open("/usr/lib/python3.5/lib-dynload", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 getdents(3, /* 41 entries */, 32768) = 2544
2041 getdents(3, /* 0 entries */, 32768) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 open("/usr/lib/python3/dist-packages", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 getdents(3, /* 98 entries */, 32768) = 3984
2041 getdents(3, /* 0 entries */, 32768) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/plat-x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 readlink("./test.py", 0x7fffb5cce900, 4096) = -1 EINVAL (Invalid argument)
2041 getcwd("/tmp", 4096) = 5
2041 lstat("/tmp/test.py", {st_mode=S_IFREG|0755, st_size=107, ...}) = 0
2041 stat("./test.py", {st_mode=S_IFREG|0755, st_size=107, ...}) = 0
2041 open("./test.py", O_RDONLY) = 3
2041 ioctl(3, FIOCLEX) = 0
2041 fstat(3, {st_mode=S_IFREG|0755, st_size=107, ...}) = 0
2041 fstat(3, {st_mode=S_IFREG|0755, st_size=107, ...}) = 0
2041 lseek(3, 0, SEEK_SET) = 0
2041 read(3, "#!/usr/bin/python3\nfrom gi.repos"..., 85) = 85
2041 read(3, "t_connected_drives())\n", 4096) = 22
2041 close(3) = 0
2041 stat("./test.py", {st_mode=S_IFREG|0755, st_size=107, ...}) = 0
2041 open("./test.py", O_RDONLY) = 3
2041 ioctl(3, FIOCLEX) = 0
2041 fstat(3, {st_mode=S_IFREG|0755, st_size=107, ...}) = 0
2041 ioctl(3, TCGETS, 0x7fffb5cdf8c0) = -1 ENOTTY (Inappropriate ioctl for device)
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0755, st_size=107, ...}) = 0
2041 read(3, "#!/usr/bin/python3\nfrom gi.repos"..., 4096) = 107
2041 lseek(3, 0, SEEK_SET) = 0
2041 read(3, "#!/usr/bin/python3\nfrom gi.repos"..., 4096) = 107
2041 read(3, "", 4096) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 open("/tmp", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 getdents(3, /* 20 entries */, 32768) = 880
2041 getdents(3, /* 0 entries */, 32768) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/plat-x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffb5cddb10) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3/dist-packages/gi/__init__.abi3.so", 0x7fffb5cddb10) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3/dist-packages/gi/__init__.so", 0x7fffb5cddb10) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3/dist-packages/gi/__init__.py", {st_mode=S_IFREG|0644, st_size=5507, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/__init__.py", {st_mode=S_IFREG|0644, st_size=5507, ...}) = 0
2041 open("/usr/lib/python3/dist-packages/gi/__pycache__/__init__.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=4473, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=4473, ...}) = 0
2041 read(3, "\27\r\r\n~\374NX\203\25\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 4474) = 4473
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/__future__.py", {st_mode=S_IFREG|0644, st_size=4841, ...}) = 0
2041 stat("/usr/lib/python3.5/__future__.py", {st_mode=S_IFREG|0644, st_size=4841, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/__future__.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=4299, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=4299, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\351\22\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\t\0\0\0@\0\0"..., 4300) = 4299
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/pkgutil.py", {st_mode=S_IFREG|0644, st_size=21160, ...}) = 0
2041 stat("/usr/lib/python3.5/pkgutil.py", {st_mode=S_IFREG|0644, st_size=21160, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/pkgutil.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=17411, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=17411, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\250R\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0@\0\0"..., 17412) = 17411
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/functools.py", {st_mode=S_IFREG|0644, st_size=28944, ...}) = 0
2041 stat("/usr/lib/python3.5/functools.py", {st_mode=S_IFREG|0644, st_size=28944, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/functools.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=23569, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=23569, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\20q\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0+\0\0\0@\0\0"..., 23570) = 23569
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 brk(0x55dd70302000) = 0x55dd70302000
2041 brk(0x55dd702fc000) = 0x55dd702fc000
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/collections/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffb5cdb1d0) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3.5/collections/__init__.abi3.so", 0x7fffb5cdb1d0) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3.5/collections/__init__.so", 0x7fffb5cdb1d0) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3.5/collections/__init__.py", {st_mode=S_IFREG|0644, st_size=45757, ...}) = 0
2041 stat("/usr/lib/python3.5/collections/__init__.py", {st_mode=S_IFREG|0644, st_size=45757, ...}) = 0
2041 open("/usr/lib/python3.5/collections/__pycache__/__init__.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=48692, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=48692, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\275\262\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0$\0\0\0@\0\0"..., 48693) = 48692
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3283b3a000
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/operator.py", {st_mode=S_IFREG|0644, st_size=10863, ...}) = 0
2041 stat("/usr/lib/python3.5/operator.py", {st_mode=S_IFREG|0644, st_size=10863, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/operator.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=14774, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=14774, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200Xo*\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0006\0\0\0@\0\0"..., 14775) = 14774
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/keyword.py", {st_mode=S_IFREG|0755, st_size=2209, ...}) = 0
2041 stat("/usr/lib/python3.5/keyword.py", {st_mode=S_IFREG|0755, st_size=2209, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/keyword.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=1925, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=1925, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\241\10\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0!\0\0\0@\0\0"..., 1926) = 1925
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/heapq.py", {st_mode=S_IFREG|0644, st_size=22929, ...}) = 0
2041 stat("/usr/lib/python3.5/heapq.py", {st_mode=S_IFREG|0644, st_size=22929, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/heapq.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=15027, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=15027, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\221Y\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0#\0\0\0@\0\0"..., 15028) = 15027
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/reprlib.py", {st_mode=S_IFREG|0644, st_size=5336, ...}) = 0
2041 stat("/usr/lib/python3.5/reprlib.py", {st_mode=S_IFREG|0644, st_size=5336, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/reprlib.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=5944, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=5944, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\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
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/types.py", {st_mode=S_IFREG|0644, st_size=8799, ...}) = 0
2041 stat("/usr/lib/python3.5/types.py", {st_mode=S_IFREG|0644, st_size=8799, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/types.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=8725, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=8725, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X_\"\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0@\0\0"..., 8726) = 8725
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3.5/collections", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3.5/collections", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3.5/collections", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 open("/usr/lib/python3.5/collections", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 getdents(3, /* 6 entries */, 32768) = 176
2041 getdents(3, /* 0 entries */, 32768) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3.5/collections/abc.py", {st_mode=S_IFREG|0644, st_size=68, ...}) = 0
2041 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3283afa000
2041 stat("/usr/lib/python3.5/collections/abc.py", {st_mode=S_IFREG|0644, st_size=68, ...}) = 0
2041 open("/usr/lib/python3.5/collections/__pycache__/abc.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=189, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=189, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200XD\0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 190) = 189
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/weakref.py", {st_mode=S_IFREG|0644, st_size=20433, ...}) = 0
2041 stat("/usr/lib/python3.5/weakref.py", {st_mode=S_IFREG|0644, st_size=20433, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/weakref.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=20631, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=20631, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\321O\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0@\0\0"..., 20632) = 20631
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 brk(0x55dd7031e000) = 0x55dd7031e000
2041 brk(0x55dd70313000) = 0x55dd70313000
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/importlib/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffb5cdbf90) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3.5/importlib/__init__.abi3.so", 0x7fffb5cdbf90) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3.5/importlib/__init__.so", 0x7fffb5cdbf90) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3.5/importlib/__init__.py", {st_mode=S_IFREG|0644, st_size=5868, ...}) = 0
2041 stat("/usr/lib/python3.5/importlib/__init__.py", {st_mode=S_IFREG|0644, st_size=5868, ...}) = 0
2041 open("/usr/lib/python3.5/importlib/__pycache__/__init__.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=3885, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=3885, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\354\26\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0#\0\0\0@\0\0"..., 3886) = 3885
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/warnings.py", {st_mode=S_IFREG|0644, st_size=15850, ...}) = 0
2041 stat("/usr/lib/python3.5/warnings.py", {st_mode=S_IFREG|0644, st_size=15850, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/warnings.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=13030, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=13030, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\352=\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\16\0\0\0@\0\0"..., 13031) = 13030
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3.5/importlib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3.5/importlib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3.5/importlib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 open("/usr/lib/python3.5/importlib", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 getdents(3, /* 9 entries */, 32768) = 296
2041 getdents(3, /* 0 entries */, 32768) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3.5/importlib/util.py", {st_mode=S_IFREG|0644, st_size=10809, ...}) = 0
2041 stat("/usr/lib/python3.5/importlib/util.py", {st_mode=S_IFREG|0644, st_size=10809, ...}) = 0
2041 open("/usr/lib/python3.5/importlib/__pycache__/util.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=9625, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=9625, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X9*\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 9626) = 9625
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3.5/importlib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3.5/importlib/abc.py", {st_mode=S_IFREG|0644, st_size=10782, ...}) = 0
2041 stat("/usr/lib/python3.5/importlib/abc.py", {st_mode=S_IFREG|0644, st_size=10782, ...}) = 0
2041 open("/usr/lib/python3.5/importlib/__pycache__/abc.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=11739, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=11739, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\36*\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\"\0\0\0@\0\0"..., 11740) = 11739
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3.5/importlib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3.5/importlib/machinery.py", {st_mode=S_IFREG|0644, st_size=844, ...}) = 0
2041 stat("/usr/lib/python3.5/importlib/machinery.py", {st_mode=S_IFREG|0644, st_size=844, ...}) = 0
2041 open("/usr/lib/python3.5/importlib/__pycache__/machinery.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=1008, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=1008, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200XL\3\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 1009) = 1008
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/contextlib.py", {st_mode=S_IFREG|0644, st_size=12398, ...}) = 0
2041 stat("/usr/lib/python3.5/contextlib.py", {st_mode=S_IFREG|0644, st_size=12398, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/contextlib.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=10920, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=10920, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200Xn0\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0@\0\0"..., 10921) = 10920
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/tmp/gi.pkg", 0x7fffb5cddd40) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python35.zip/gi.pkg", 0x7fffb5cddd40) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/gi.pkg", 0x7fffb5cddd40) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3.5/plat-x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3.5/plat-x86_64-linux-gnu/gi.pkg", 0x7fffb5cddd40) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3.5/lib-dynload/gi.pkg", 0x7fffb5cddd40) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffb5cdd8d0) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3/dist-packages/gi/__init__.abi3.so", 0x7fffb5cdd8d0) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3/dist-packages/gi/__init__.so", 0x7fffb5cdd8d0) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3/dist-packages/gi/__init__.py", {st_mode=S_IFREG|0644, st_size=5507, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi.pkg", 0x7fffb5cddd40) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3/dist-packages/gi", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 open("/usr/lib/python3/dist-packages/gi", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 getdents(3, /* 19 entries */, 32768) = 680
2041 getdents(3, /* 0 entries */, 32768) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/_gi.cpython-35m-x86_64-linux-gnu.so", {st_mode=S_IFREG|0644, st_size=320264, ...}) = 0
2041 futex(0x7f3284bee0a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 open("/usr/lib/python3/dist-packages/gi/_gi.cpython-35m-x86_64-linux-gnu.so", O_RDONLY|O_CLOEXEC) = 3
2041 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\367\0\0\0\0\0\0"..., 832) = 832
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=320264, ...}) = 0
2041 mmap(NULL, 2416984, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f32838ab000
2041 mprotect(0x7f32838f0000, 2097152, PROT_NONE) = 0
2041 mmap(0x7f3283af0000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x45000) = 0x7f3283af0000
2041 mmap(0x7f3283af9000, 344, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3283af9000
2041 close(3) = 0
2041 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=131241, ...}) = 0
2041 mmap(NULL, 131241, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f3283883000
2041 close(3) = 0
2041 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2041 open("/usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
2041 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\6\0\0\0\0\0\0"..., 832) = 832
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=6160, ...}) = 0
2041 mmap(NULL, 2101304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f328367b000
2041 mprotect(0x7f328367c000, 2093056, PROT_NONE) = 0
2041 mmap(0x7f328387b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0x7f328387b000
2041 close(3) = 0
2041 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2041 open("/usr/lib/x86_64-linux-gnu/libgirepository-1.0.so.1", O_RDONLY|O_CLOEXEC) = 3
2041 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320t\0\0\0\0\0\0"..., 832) = 832
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=212528, ...}) = 0
2041 mmap(NULL, 2307680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f3283443000
2041 mprotect(0x7f3283476000, 2093056, PROT_NONE) = 0
2041 mmap(0x7f3283675000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x32000) = 0x7f3283675000
2041 close(3) = 0
2041 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2041 open("/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
2041 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\256\0\0\0\0\0\0"..., 832) = 832
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=339000, ...}) = 0
2041 mmap(NULL, 2436840, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f32831eb000
2041 mprotect(0x7f328323d000, 2093056, PROT_NONE) = 0
2041 mmap(0x7f328343c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x51000) = 0x7f328343c000
2041 close(3) = 0
2041 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2041 open("/lib/x86_64-linux-gnu/libglib-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
2041 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\254\1\0\0\0\0\0"..., 832) = 832
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=1127520, ...}) = 0
2041 mmap(NULL, 3225320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f3282ed3000
2041 mprotect(0x7f3282fe5000, 2093056, PROT_NONE) = 0
2041 mmap(0x7f32831e4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x111000) = 0x7f32831e4000
2041 mmap(0x7f32831e6000, 1768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f32831e6000
2041 close(3) = 0
2041 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2041 open("/usr/lib/x86_64-linux-gnu/libffi.so.6", O_RDONLY|O_CLOEXEC) = 3
2041 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\31\0\0\0\0\0\0"..., 832) = 832
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=35296, ...}) = 0
2041 mmap(NULL, 2131560, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f3282cc3000
2041 mprotect(0x7f3282cca000, 2097152, PROT_NONE) = 0
2041 mmap(0x7f3282eca000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f3282eca000
2041 close(3) = 0
2041 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2041 open("/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
2041 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\21\0\0\0\0\0\0"..., 832) = 832
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=14656, ...}) = 0
2041 mmap(NULL, 2109848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f3282abb000
2041 mprotect(0x7f3282abe000, 2093056, PROT_NONE) = 0
2041 mmap(0x7f3282cbd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f3282cbd000
2041 close(3) = 0
2041 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2041 open("/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
2041 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260p\3\0\0\0\0\0"..., 832) = 832
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=1656904, ...}) = 0
2041 mmap(NULL, 3759336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f3282723000
2041 mprotect(0x7f32828b0000, 2097152, PROT_NONE) = 0
2041 mmap(0x7f3282ab0000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18d000) = 0x7f3282ab0000
2041 mmap(0x7f3282ab8000, 3304, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3282ab8000
2041 close(3) = 0
2041 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2041 open("/lib/x86_64-linux-gnu/libpcre.so.3", O_RDONLY|O_CLOEXEC) = 3
2041 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\25\0\0\0\0\0\0"..., 832) = 832
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=468920, ...}) = 0
2041 mmap(NULL, 2564360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f32824ab000
2041 mprotect(0x7f328251d000, 2093056, PROT_NONE) = 0
2041 mmap(0x7f328271c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x71000) = 0x7f328271c000
2041 close(3) = 0
2041 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2041 open("/lib/x86_64-linux-gnu/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 3
2041 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000k\0\0\0\0\0\0"..., 832) = 832
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=155400, ...}) = 0
2041 mmap(NULL, 2259664, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f3282283000
2041 mprotect(0x7f32822a8000, 2093056, PROT_NONE) = 0
2041 mmap(0x7f32824a7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24000) = 0x7f32824a7000
2041 mmap(0x7f32824a9000, 6864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f32824a9000
2041 close(3) = 0
2041 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2041 open("/lib/x86_64-linux-gnu/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 3
2041 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p9\0\0\0\0\0\0"..., 832) = 832
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=84848, ...}) = 0
2041 mmap(NULL, 2189896, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f328206b000
2041 mprotect(0x7f328207f000, 2093056, PROT_NONE) = 0
2041 mmap(0x7f328227e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13000) = 0x7f328227e000
2041 mmap(0x7f3282280000, 6728, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3282280000
2041 close(3) = 0
2041 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2041 open("/lib/x86_64-linux-gnu/libmount.so.1", O_RDONLY|O_CLOEXEC) = 3
2041 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\271\0\0\0\0\0\0"..., 832) = 832
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=313096, ...}) = 0
2041 mmap(NULL, 2413024, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f3281e1b000
2041 mprotect(0x7f3281e65000, 2097152, PROT_NONE) = 0
2041 mmap(0x7f3282065000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4a000) = 0x7f3282065000
2041 mmap(0x7f3282067000, 4576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3282067000
2041 close(3) = 0
2041 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2041 open("/lib/x86_64-linux-gnu/libblkid.so.1", O_RDONLY|O_CLOEXEC) = 3
2041 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\217\0\0\0\0\0\0"..., 832) = 832
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=283464, ...}) = 0
2041 mmap(NULL, 2383392, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f3281bd3000
2041 mprotect(0x7f3281c14000, 2093056, PROT_NONE) = 0
2041 mmap(0x7f3281e13000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x40000) = 0x7f3281e13000
2041 mmap(0x7f3281e18000, 3616, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3281e18000
2041 close(3) = 0
2041 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2041 open("/lib/x86_64-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
2041 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340 \0\0\0\0\0\0"..., 832) = 832
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=31744, ...}) = 0
2041 mmap(NULL, 2128832, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f32819cb000
2041 mprotect(0x7f32819d2000, 2093056, PROT_NONE) = 0
2041 mmap(0x7f3281bd1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f3281bd1000
2041 close(3) = 0
2041 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
2041 open("/lib/x86_64-linux-gnu/libuuid.so.1", O_RDONLY|O_CLOEXEC) = 3
2041 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\25\0\0\0\0\0\0"..., 832) = 832
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=19008, ...}) = 0
2041 mmap(NULL, 2113936, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f32817c3000
2041 mprotect(0x7f32817c7000, 2093056, PROT_NONE) = 0
2041 mmap(0x7f32819c6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f32819c6000
2041 close(3) = 0
2041 mprotect(0x7f32819c6000, 4096, PROT_READ) = 0
2041 mprotect(0x7f3281bd1000, 4096, PROT_READ) = 0
2041 mprotect(0x7f3281e13000, 16384, PROT_READ) = 0
2041 mprotect(0x7f328271c000, 4096, PROT_READ) = 0
2041 mprotect(0x7f32824a7000, 4096, PROT_READ) = 0
2041 mprotect(0x7f3282065000, 4096, PROT_READ) = 0
2041 mprotect(0x7f328227e000, 4096, PROT_READ) = 0
2041 mprotect(0x7f32831e4000, 4096, PROT_READ) = 0
2041 mprotect(0x7f3282eca000, 4096, PROT_READ) = 0
2041 mprotect(0x7f328343c000, 4096, PROT_READ) = 0
2041 mprotect(0x7f3282cbd000, 4096, PROT_READ) = 0
2041 mprotect(0x7f3282ab0000, 20480, PROT_READ) = 0
2041 mprotect(0x7f3283675000, 4096, PROT_READ) = 0
2041 mprotect(0x7f328387b000, 4096, PROT_READ) = 0
2041 mprotect(0x7f3283af0000, 8192, PROT_READ) = 0
2041 statfs("/sys/fs/selinux", 0x7fffb5cdc360) = -1 ENOENT (No such file or directory)
2041 statfs("/selinux", 0x7fffb5cdc360) = -1 ENOENT (No such file or directory)
2041 open("/proc/filesystems", O_RDONLY) = 3
2041 fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
2041 read(3, "nodev\tsysfs\nnodev\trootfs\nnodev\tr"..., 1024) = 383
2041 read(3, "", 1024) = 0
2041 close(3) = 0
2041 access("/etc/selinux/config", F_OK) = -1 ENOENT (No such file or directory)
2041 brk(0x55dd70334000) = 0x55dd70334000
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 munmap(0x7f3283883000, 131241) = 0
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 stat("/usr/lib/python3/dist-packages/gi", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/_error.py", {st_mode=S_IFREG|0644, st_size=2080, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/_error.py", {st_mode=S_IFREG|0644, st_size=2080, ...}) = 0
2041 open("/usr/lib/python3/dist-packages/gi/__pycache__/_error.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=1517, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=1517, ...}) = 0
2041 read(3, "\27\r\r\n~\374NX \10\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 1518) = 1517
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3281783000
2041 stat("/usr/lib/python3/dist-packages/gi", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/repository/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffb5cde330) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3/dist-packages/gi/repository/__init__.abi3.so", 0x7fffb5cde330) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3/dist-packages/gi/repository/__init__.so", 0x7fffb5cde330) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3/dist-packages/gi/repository/__init__.py", {st_mode=S_IFREG|0644, st_size=1042, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/repository/__init__.py", {st_mode=S_IFREG|0644, st_size=1042, ...}) = 0
2041 open("/usr/lib/python3/dist-packages/gi/repository/__pycache__/__init__.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=337, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=337, ...}) = 0
2041 read(3, "\27\r\r\n~\374NX\22\4\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 338) = 337
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3/dist-packages/gi", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/importer.py", {st_mode=S_IFREG|0644, st_size=5288, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/importer.py", {st_mode=S_IFREG|0644, st_size=5288, ...}) = 0
2041 open("/usr/lib/python3/dist-packages/gi/__pycache__/importer.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=3610, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=3610, ...}) = 0
2041 read(3, "\27\r\r\n~\374NX\250\24\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 3611) = 3610
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3/dist-packages/gi", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/module.py", {st_mode=S_IFREG|0644, st_size=10037, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/module.py", {st_mode=S_IFREG|0644, st_size=10037, ...}) = 0
2041 open("/usr/lib/python3/dist-packages/gi/__pycache__/module.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=6130, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=6130, ...}) = 0
2041 read(3, "\27\r\r\n~\374NX5'\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 6131) = 6130
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3/dist-packages/gi", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/types.py", {st_mode=S_IFREG|0644, st_size=13801, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/types.py", {st_mode=S_IFREG|0644, st_size=13801, ...}) = 0
2041 open("/usr/lib/python3/dist-packages/gi/__pycache__/types.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=8761, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=8761, ...}) = 0
2041 read(3, "\27\r\r\n~\374NX\3515\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 8762) = 8761
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3/dist-packages/gi", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/_constants.py", {st_mode=S_IFREG|0644, st_size=2078, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/_constants.py", {st_mode=S_IFREG|0644, st_size=2078, ...}) = 0
2041 open("/usr/lib/python3/dist-packages/gi/__pycache__/_constants.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=1139, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=1139, ...}) = 0
2041 read(3, "\27\r\r\n~\374NX\36\10\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0@\0\0"..., 1140) = 1139
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3/dist-packages/gi", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/docstring.py", {st_mode=S_IFREG|0644, st_size=6688, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/docstring.py", {st_mode=S_IFREG|0644, st_size=6688, ...}) = 0
2041 open("/usr/lib/python3/dist-packages/gi/__pycache__/docstring.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=4199, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=4199, ...}) = 0
2041 read(3, "\27\r\r\n~\374NX \32\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0,\0\0\0@\0\0"..., 4200) = 4199
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3/dist-packages/gi", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/_propertyhelper.py", {st_mode=S_IFREG|0644, st_size=15175, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/_propertyhelper.py", {st_mode=S_IFREG|0644, st_size=15175, ...}) = 0
2041 open("/usr/lib/python3/dist-packages/gi/__pycache__/_propertyhelper.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=11436, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=11436, ...}) = 0
2041 read(3, "\27\r\r\n~\374NXG;\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 11437) = 11436
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 brk(0x55dd70356000) = 0x55dd70356000
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/traceback.py", {st_mode=S_IFREG|0644, st_size=22175, ...}) = 0
2041 stat("/usr/lib/python3.5/traceback.py", {st_mode=S_IFREG|0644, st_size=22175, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/traceback.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=20116, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=20116, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\237V\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\23\0\0\0@\0\0"..., 20117) = 20116
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/linecache.py", {st_mode=S_IFREG|0644, st_size=5312, ...}) = 0
2041 stat("/usr/lib/python3.5/linecache.py", {st_mode=S_IFREG|0644, st_size=5312, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/linecache.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=4062, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=4062, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\300\24\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0@\0\0"..., 4063) = 4062
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/tokenize.py", {st_mode=S_IFREG|0644, st_size=27790, ...}) = 0
2041 stat("/usr/lib/python3.5/tokenize.py", {st_mode=S_IFREG|0644, st_size=27790, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/tokenize.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=20446, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=20446, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\216l\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0X\0\0\0@\0\0"..., 20447) = 20446
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/re.py", {st_mode=S_IFREG|0644, st_size=15501, ...}) = 0
2041 stat("/usr/lib/python3.5/re.py", {st_mode=S_IFREG|0644, st_size=15501, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/re.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=14437, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=14437, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\215<\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0#\0\0\0@\0\0"..., 14438) = 14437
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/sre_compile.py", {st_mode=S_IFREG|0644, st_size=18410, ...}) = 0
2041 stat("/usr/lib/python3.5/sre_compile.py", {st_mode=S_IFREG|0644, st_size=18410, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/sre_compile.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=10905, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=10905, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\352G\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0@\0\0"..., 10906) = 10905
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/sre_parse.py", {st_mode=S_IFREG|0644, st_size=34964, ...}) = 0
2041 stat("/usr/lib/python3.5/sre_parse.py", {st_mode=S_IFREG|0644, st_size=34964, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/sre_parse.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=22320, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=22320, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\224\210\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\25\0\0\0@\0\0"..., 22321) = 22320
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/sre_constants.py", {st_mode=S_IFREG|0644, st_size=6448, ...}) = 0
2041 stat("/usr/lib/python3.5/sre_constants.py", {st_mode=S_IFREG|0644, st_size=6448, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/sre_constants.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=5926, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=5926, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X0\31\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0@\0\0"..., 5927) = 5926
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3281743000
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/copyreg.py", {st_mode=S_IFREG|0644, st_size=6833, ...}) = 0
2041 stat("/usr/lib/python3.5/copyreg.py", {st_mode=S_IFREG|0644, st_size=6833, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/copyreg.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=4537, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=4537, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\261\32\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0@\0\0"..., 4538) = 4537
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/token.py", {st_mode=S_IFREG|0644, st_size=3075, ...}) = 0
2041 stat("/usr/lib/python3.5/token.py", {st_mode=S_IFREG|0644, st_size=3075, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/token.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=3658, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=3658, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\3\f\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 3659) = 3658
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 brk(0x55dd70378000) = 0x55dd70378000
2041 stat("/usr/lib/python3/dist-packages/gi", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/_signalhelper.py", {st_mode=S_IFREG|0644, st_size=9860, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/_signalhelper.py", {st_mode=S_IFREG|0644, st_size=9860, ...}) = 0
2041 open("/usr/lib/python3/dist-packages/gi/__pycache__/_signalhelper.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=8627, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=8627, ...}) = 0
2041 read(3, "\27\r\r\n~\374NX\204&\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 8628) = 8627
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 stat("/usr/lib/python3/dist-packages/gi", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/overrides/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffb5cdc7b0) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3/dist-packages/gi/overrides/__init__.abi3.so", 0x7fffb5cdc7b0) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3/dist-packages/gi/overrides/__init__.so", 0x7fffb5cdc7b0) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3/dist-packages/gi/overrides/__init__.py", {st_mode=S_IFREG|0644, st_size=12820, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/overrides/__init__.py", {st_mode=S_IFREG|0644, st_size=12820, ...}) = 0
2041 open("/usr/lib/python3/dist-packages/gi/overrides/__pycache__/__init__.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=11437, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=11437, ...}) = 0
2041 read(3, "\27\r\r\n~\374NX\0242\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0@\0\0"..., 11438) = 11437
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3/dist-packages/gi", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/overrides/__init__.cpython-35m-x86_64-linux-gnu.so", 0x7fffb5cdc570) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3/dist-packages/gi/overrides/__init__.abi3.so", 0x7fffb5cdc570) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3/dist-packages/gi/overrides/__init__.so", 0x7fffb5cdc570) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3/dist-packages/gi/overrides/__init__.py", {st_mode=S_IFREG|0644, st_size=12820, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/gi.overrides.pkg", 0x7fffb5cdc9e0) = -1 ENOENT (No such file or directory)
2041 stat("/usr/lib/python3/dist-packages/gi/repository", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/repository", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/repository", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 open("/usr/lib/python3/dist-packages/gi/repository", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 getdents(3, /* 4 entries */, 32768) = 112
2041 getdents(3, /* 0 entries */, 32768) = 0
2041 close(3) = 0
2041 open("/usr/lib/x86_64-linux-gnu/girepository-1.0", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 getdents(3, /* 84 entries */, 32768) = 3576
2041 open("/usr/lib/x86_64-linux-gnu/girepository-1.0/Gio-2.0.typelib", O_RDONLY) = 4
2041 fstat(4, {st_mode=S_IFREG|0644, st_size=337532, ...}) = 0
2041 mmap(NULL, 337532, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f32816eb000
2041 close(4) = 0
2041 getdents(3, /* 0 entries */, 32768) = 0
2041 close(3) = 0
2041 open("/usr/lib/girepository-1.0", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 getdents(3, /* 25 entries */, 32768) = 1032
2041 getdents(3, /* 0 entries */, 32768) = 0
2041 close(3) = 0
2041 munmap(0x7f32816eb000, 337532) = 0
2041 open("/usr/lib/x86_64-linux-gnu/girepository-1.0", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 getdents(3, /* 84 entries */, 32768) = 3576
2041 open("/usr/lib/x86_64-linux-gnu/girepository-1.0/Gio-2.0.typelib", O_RDONLY) = 4
2041 fstat(4, {st_mode=S_IFREG|0644, st_size=337532, ...}) = 0
2041 mmap(NULL, 337532, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f32816eb000
2041 close(4) = 0
2041 getdents(3, /* 0 entries */, 32768) = 0
2041 close(3) = 0
2041 open("/usr/lib/girepository-1.0", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 getdents(3, /* 25 entries */, 32768) = 1032
2041 getdents(3, /* 0 entries */, 32768) = 0
2041 close(3) = 0
2041 open("/usr/lib/x86_64-linux-gnu/girepository-1.0/GObject-2.0.typelib", O_RDONLY) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=59028, ...}) = 0
2041 mmap(NULL, 59028, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f328389b000
2041 close(3) = 0
2041 open("/usr/lib/x86_64-linux-gnu/girepository-1.0/GLib-2.0.typelib", O_RDONLY) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=184712, ...}) = 0
2041 mmap(NULL, 184712, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f32816bb000
2041 close(3) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/repository", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/repository", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/overrides", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/overrides", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/overrides", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 open("/usr/lib/python3/dist-packages/gi/overrides", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 getdents(3, /* 14 entries */, 32768) = 448
2041 getdents(3, /* 0 entries */, 32768) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/overrides/GLib.py", {st_mode=S_IFREG|0644, st_size=33513, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/overrides", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/overrides/GLib.py", {st_mode=S_IFREG|0644, st_size=33513, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/overrides/GLib.py", {st_mode=S_IFREG|0644, st_size=33513, ...}) = 0
2041 open("/usr/lib/python3/dist-packages/gi/overrides/__pycache__/GLib.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=27431, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=27431, ...}) = 0
2041 read(3, "\27\r\r\n~\374NX\351\202\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\22\0\0\0@\0\0"..., 27432) = 27431
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 mmap(NULL, 397312, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f328165a000
2041 munmap(0x7f3283b7a000, 200704) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/signal.py", {st_mode=S_IFREG|0644, st_size=2123, ...}) = 0
2041 stat("/usr/lib/python3.5/signal.py", {st_mode=S_IFREG|0644, st_size=2123, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/signal.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=2732, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=2732, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200XK\10\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 2733) = 2732
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/enum.py", {st_mode=S_IFREG|0644, st_size=22226, ...}) = 0
2041 stat("/usr/lib/python3.5/enum.py", {st_mode=S_IFREG|0644, st_size=22226, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/enum.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=16552, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=16552, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\322V\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\5\0\0\0@\0\0"..., 16553) = 16552
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f328161a000
2041 munmap(0x7f328161a000, 262144) = 0
2041 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f328161a000
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/socket.py", {st_mode=S_IFREG|0644, st_size=27135, ...}) = 0
2041 stat("/usr/lib/python3.5/socket.py", {st_mode=S_IFREG|0644, st_size=27135, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/socket.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=23058, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=23058, ...}) = 0
2041 brk(0x55dd7039b000) = 0x55dd7039b000
2041 read(3, "\27\r\r\n\370\310\200X\377i\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\16\0\0\0@\0\0"..., 23059) = 23058
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/selectors.py", {st_mode=S_IFREG|0644, st_size=19438, ...}) = 0
2041 stat("/usr/lib/python3.5/selectors.py", {st_mode=S_IFREG|0644, st_size=19438, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/selectors.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=18947, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=18947, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\356K\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0@\0\0"..., 18948) = 18947
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/usr/lib/python3/dist-packages/gi", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/_option.py", {st_mode=S_IFREG|0644, st_size=13249, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/_option.py", {st_mode=S_IFREG|0644, st_size=13249, ...}) = 0
2041 open("/usr/lib/python3/dist-packages/gi/__pycache__/_option.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=11696, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=11696, ...}) = 0
2041 read(3, "\27\r\r\n~\374NX\3013\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\t\0\0\0@\0\0"..., 11697) = 11696
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/optparse.py", {st_mode=S_IFREG|0644, st_size=60344, ...}) = 0
2041 stat("/usr/lib/python3.5/optparse.py", {st_mode=S_IFREG|0644, st_size=60344, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/optparse.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=51243, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=51243, ...}) = 0
2041 brk(0x55dd703c7000) = 0x55dd703c7000
2041 read(3, "\27\r\r\n\370\310\200X\270\353\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\22\0\0\0@\0\0"..., 51244) = 51243
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f32815da000
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/textwrap.py", {st_mode=S_IFREG|0644, st_size=19558, ...}) = 0
2041 stat("/usr/lib/python3.5/textwrap.py", {st_mode=S_IFREG|0644, st_size=19558, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/textwrap.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=14332, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=14332, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200XfL\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0@\0\0"..., 14333) = 14332
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/gettext.py", {st_mode=S_IFREG|0644, st_size=21599, ...}) = 0
2041 stat("/usr/lib/python3.5/gettext.py", {st_mode=S_IFREG|0644, st_size=21599, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/gettext.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=15534, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=15534, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X_T\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0@\0\0"..., 15535) = 15534
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/locale.py", {st_mode=S_IFREG|0644, st_size=74717, ...}) = 0
2041 stat("/usr/lib/python3.5/locale.py", {st_mode=S_IFREG|0644, st_size=74717, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/locale.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=36502, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=36502, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\335#\1\0\343\0\0\0\0\0\0\0\0\0\0\0\0^\4\0\0@\0\0"..., 36503) = 36502
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/copy.py", {st_mode=S_IFREG|0644, st_size=8946, ...}) = 0
2041 stat("/usr/lib/python3.5/copy.py", {st_mode=S_IFREG|0644, st_size=8946, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/copy.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=8092, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=8092, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\362\"\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\33\0\0\0@\0\0"..., 8093) = 8092
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/plat-x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
2041 stat("/usr/lib/python3.5/struct.py", {st_mode=S_IFREG|0644, st_size=257, ...}) = 0
2041 stat("/usr/lib/python3.5/struct.py", {st_mode=S_IFREG|0644, st_size=257, ...}) = 0
2041 open("/usr/lib/python3.5/__pycache__/struct.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=332, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=332, ...}) = 0
2041 read(3, "\27\r\r\n\370\310\200X\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
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f328159a000
2041 stat("/usr/share/locale/de_DE.UTF-8/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale-langpack/de_DE.UTF-8/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale/de_DE/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale-langpack/de_DE/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale/de.UTF-8/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale-langpack/de.UTF-8/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale/de/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale-langpack/de/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale/de_DE.UTF-8/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale-langpack/de_DE.UTF-8/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale/de_DE/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale-langpack/de_DE/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale/de.UTF-8/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale-langpack/de.UTF-8/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale/de/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale-langpack/de/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale/de_DE.UTF-8/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale-langpack/de_DE.UTF-8/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale/de_DE/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale-langpack/de_DE/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale/de.UTF-8/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale-langpack/de.UTF-8/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale/de/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale-langpack/de/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale/de_DE.UTF-8/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale-langpack/de_DE.UTF-8/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale/de_DE/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale-langpack/de_DE/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale/de.UTF-8/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale-langpack/de.UTF-8/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale/de/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("/usr/share/locale-langpack/de/LC_MESSAGES/messages.mo", 0x7fffb5cd9750) = -1 ENOENT (No such file or directory)
2041 stat("libglib-2.0.so.0", 0x7fffb5cdab30) = -1 ENOENT (No such file or directory)
2041 stat("libglib-2.0.so.0.so", 0x7fffb5cdab30) = -1 ENOENT (No such file or directory)
2041 stat("libglib-2.0.so.0.la", 0x7fffb5cdab30) = -1 ENOENT (No such file or directory)
2041 stat("libgobject-2.0.so.0", 0x7fffb5cdab30) = -1 ENOENT (No such file or directory)
2041 stat("libgobject-2.0.so.0.so", 0x7fffb5cdab30) = -1 ENOENT (No such file or directory)
2041 stat("libgobject-2.0.so.0.la", 0x7fffb5cdab30) = -1 ENOENT (No such file or directory)
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 brk(0x55dd703e8000) = 0x55dd703e8000
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/overrides", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/overrides/GObject.py", {st_mode=S_IFREG|0644, st_size=26255, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/overrides", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/overrides/GObject.py", {st_mode=S_IFREG|0644, st_size=26255, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/overrides/GObject.py", {st_mode=S_IFREG|0644, st_size=26255, ...}) = 0
2041 open("/usr/lib/python3/dist-packages/gi/overrides/__pycache__/GObject.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=20033, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=20033, ...}) = 0
2041 read(3, "\27\r\r\n~\374NX\217f\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0*\0\0\0@\0\0"..., 20034) = 20033
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 brk(0x55dd7040f000) = 0x55dd7040f000
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/overrides", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/overrides/Gio.py", {st_mode=S_IFREG|0644, st_size=8147, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/overrides", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/overrides/Gio.py", {st_mode=S_IFREG|0644, st_size=8147, ...}) = 0
2041 stat("/usr/lib/python3/dist-packages/gi/overrides/Gio.py", {st_mode=S_IFREG|0644, st_size=8147, ...}) = 0
2041 open("/usr/lib/python3/dist-packages/gi/overrides/__pycache__/Gio.cpython-35.pyc", O_RDONLY|O_CLOEXEC) = 3
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=7116, ...}) = 0
2041 lseek(3, 0, SEEK_CUR) = 0
2041 fstat(3, {st_mode=S_IFREG|0644, st_size=7116, ...}) = 0
2041 read(3, "\27\r\r\n~\374NX\323\37\0\0\343\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0@\0\0"..., 7117) = 7116
2041 read(3, "", 1) = 0
2041 close(3) = 0
2041 stat("libgio-2.0.so.0", 0x7fffb5cdd020) = -1 ENOENT (No such file or directory)
2041 stat("libgio-2.0.so.0.so", 0x7fffb5cdd020) = -1 ENOENT (No such file or directory)
2041 stat("libgio-2.0.so.0.la", 0x7fffb5cdd020) = -1 ENOENT (No such file or directory)
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 futex(0x7f32831e64a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
2041 --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=NULL} ---
2041 +++ killed by SIGSEGV +++
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.c
Type: text/x-csrc
Size: 399 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20171107/1d84c412/attachment-0001.c>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.py
Type: text/x-python
Size: 107 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20171107/1d84c412/attachment-0001.py>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20171107/1d84c412/attachment-0001.sig>
More information about the pkg-gnome-maintainers
mailing list