Bug#863101: Uscan uses all available memory of the system when run against guitarix

Víctor Cuadrado Juan me at viccuad.me
Sun May 21 21:33:01 UTC 2017


I'm attaching an strace for uscan, where it gets stuck at

  read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192

ad infinitum.


-- 
Víctor Cuadrado Juan           me at viccuad.me

PGP key ID: 4096R: 0xA2591E231E251F36
Key fingerprint: E3C5 114C 0C5B 4C49 BA03  0991 A259 1E23 1E25 1F36
My signed E-Mails are trustworthy.
-------------- next part --------------
execve("/usr/bin/uscan", ["uscan"], [/* 72 vars */]) = 0
brk(NULL)                               = 0x55609b8fa000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f76da30d000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=209380, ...}) = 0
mmap(NULL, 209380, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f76da2d9000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\r\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14640, ...}) = 0
mmap(NULL, 2109680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f76d9ee9000
mprotect(0x7f76d9eec000, 2093056, PROT_NONE) = 0
mmap(0x7f76da0eb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f76da0eb000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200V\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=1063328, ...}) = 0
mmap(NULL, 3158248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f76d9be5000
mprotect(0x7f76d9ce8000, 2093056, PROT_NONE) = 0
mmap(0x7f76d9ee7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x102000) = 0x7f76d9ee7000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0Pa\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=135440, ...}) = 0
mmap(NULL, 2212936, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f76d99c8000
mprotect(0x7f76d99e0000, 2093056, PROT_NONE) = 0
mmap(0x7f76d9bdf000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f76d9bdf000
mmap(0x7f76d9be1000, 13384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f76d9be1000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\3\2\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1685264, ...}) = 0
mmap(NULL, 3791264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f76d962a000
mprotect(0x7f76d97bf000, 2093056, PROT_NONE) = 0
mmap(0x7f76d99be000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x194000) = 0x7f76d99be000
mmap(0x7f76d99c4000, 14752, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f76d99c4000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\v\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=39256, ...}) = 0
mmap(NULL, 2322912, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f76d93f2000
mprotect(0x7f76d93fa000, 2097152, PROT_NONE) = 0
mmap(0x7f76d95fa000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f76d95fa000
mmap(0x7f76d95fc000, 184800, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f76d95fc000
close(3)                                = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f76da2d7000
arch_prctl(ARCH_SET_FS, 0x7f76da2d82c0) = 0
mprotect(0x7f76d99be000, 16384, PROT_READ) = 0
mprotect(0x7f76d95fa000, 4096, PROT_READ) = 0
mprotect(0x7f76d9bdf000, 4096, PROT_READ) = 0
mprotect(0x7f76d9ee7000, 4096, PROT_READ) = 0
mprotect(0x7f76da0eb000, 4096, PROT_READ) = 0
mprotect(0x55609a064000, 20480, PROT_READ) = 0
mprotect(0x7f76da310000, 4096, PROT_READ) = 0
munmap(0x7f76da2d9000, 209380)          = 0
set_tid_address(0x7f76da2d8590)         = 20784
set_robust_list(0x7f76da2d85a0, 24)     = 0
rt_sigaction(SIGRTMIN, {sa_handler=0x7f76d99cdbd0, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7f76d99d90c0}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {sa_handler=0x7f76d99cdc60, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f76d99d90c0}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
rt_sigaction(SIGFPE, {sa_handler=SIG_IGN, sa_mask=[FPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f76d965d030}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
brk(NULL)                               = 0x55609b8fa000
brk(0x55609b91b000)                     = 0x55609b91b000
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=4818592, ...}) = 0
mmap(NULL, 4818592, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f76d8f59000
close(3)                                = 0
open("/dev/urandom", O_RDONLY)          = 3
read(3, "\3\317\250\366", 4)            = 4
close(3)                                = 0
readlink("/proc/self/exe", "/usr/bin/perl", 4095) = 13
stat("/usr/lib/x86_64-linux-gnu/perl-base/5.24.1/x86_64-linux-gnu-thread-multi", 0x7ffcd1ae8e60) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl-base/5.24.1", 0x7ffcd1ae8e60) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/site_perl/5.24.1/x86_64-linux-gnu-thread-multi", 0x7ffcd1ae8e60) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/site_perl/5.24.1", 0x7ffcd1ae8e60) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/site_perl/x86_64-linux-gnu-thread-multi", 0x7ffcd1ae8e60) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl-base/x86_64-linux-gnu-thread-multi", 0x7ffcd1ae8e60) = -1 ENOENT (No such file or directory)
ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
lseek(0, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
ioctl(1, TCGETS, 0x7ffcd1ae8c30)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(1, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
ioctl(2, TCGETS, 0x7ffcd1ae8c40)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(2, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
open("/usr/bin/uscan", O_RDONLY)        = 3
ioctl(3, TCGETS, 0x7ffcd1ae8d40)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(3, 0, SEEK_CUR)                   = 0
fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
fstat(3, {st_mode=S_IFREG|0755, st_size=156948, ...}) = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
rt_sigaction(SIGCHLD, NULL, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
brk(0x55609b93c000)                     = 0x55609b93c000
stat("/etc/perl/sitecustomize.pl", {st_mode=S_IFREG|0644, st_size=599, ...}) = 0
stat("/etc/perl/sitecustomize.pl", {st_mode=S_IFREG|0644, st_size=599, ...}) = 0
open("/etc/perl/sitecustomize.pl", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae86b0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "# This script is only provided a"..., 8192) = 599
read(4, "", 8192)                       = 0
close(4)                                = 0
read(3, "#!/usr/bin/perl\n# -*- tab-width:"..., 8192) = 8192
read(3, "apturing).\n\n  (?i)\\.(?:tar\\.xz|t"..., 8192) = 8192
read(3, "d (i.e. no B<(?{})> or B<(??{})>"..., 8192) = 8192
read(3, "+dfsg1.orig.tar.gz> (repackaged)"..., 8192) = 8192
read(3, "html>\nuses B<< <a bogus=\" >> I<<"..., 8192) = 8192
read(3, "item B<--debug>, B<-vv>\n\nReport "..., 8192) = 8192
read(3, "AN_EXCLUSION>\n\nIf this is set to"..., 8192) = 8192
stat("/etc/perl/strict.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/etc/perl/strict.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/strict.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/strict.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/strict.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/strict.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/strict.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/strict.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/strict.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/strict.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/strict.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/strict.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/strict.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/strict.pm", {st_mode=S_IFREG|0644, st_size=1606, ...}) = 0
open("/usr/share/perl/5.24/strict.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae8660)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "package strict;\n\n$strict::VERSIO"..., 8192) = 1606
brk(0x55609b95d000)                     = 0x55609b95d000
lseek(4, 1605, SEEK_SET)                = 1605
lseek(4, 0, SEEK_CUR)                   = 1605
close(4)                                = 0
stat("/etc/perl/warnings.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/etc/perl/warnings.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/warnings.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/warnings.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/warnings.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/warnings.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/warnings.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/warnings.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/warnings.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/warnings.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/warnings.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/warnings.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/warnings.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/warnings.pm", {st_mode=S_IFREG|0644, st_size=21639, ...}) = 0
open("/usr/share/perl/5.24/warnings.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae8660)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "# -*- buffer-read-only: t -*-\n# "..., 8192) = 8192
read(4, "   'substr'\t\t\t\t=> \"\\x00\\x00\\x00\\"..., 8192) = 8192
read(4, "BIT\t\t\t\t=  132 ;\nour $BYTES\t\t\t\t= "..., 8192) = 5255
brk(0x55609b97e000)                     = 0x55609b97e000
lseek(4, 21559, SEEK_SET)               = 21559
lseek(4, 0, SEEK_CUR)                   = 21559
close(4)                                = 0
stat("/etc/perl/Cwd.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Cwd.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Cwd.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Cwd.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Cwd.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Cwd.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Cwd.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Cwd.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Cwd.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Cwd.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Cwd.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Cwd.pm", {st_mode=S_IFREG|0644, st_size=18542, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/Cwd.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae8660)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "package Cwd;\nuse strict;\nuse Exp"..., 8192) = 8192
stat("/etc/perl/Exporter.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Exporter.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Exporter.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Exporter.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Exporter.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Exporter.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Exporter.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Exporter.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Exporter.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Exporter.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Exporter.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Exporter.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Exporter.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Exporter.pm", {st_mode=S_IFREG|0644, st_size=2367, ...}) = 0
open("/usr/share/perl/5.24/Exporter.pm", O_RDONLY) = 5
ioctl(5, TCGETS, 0x7ffcd1ae8010)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "package Exporter;\n\nrequire 5.006"..., 8192) = 2367
brk(0x55609b9a2000)                     = 0x55609b9a2000
lseek(5, 2366, SEEK_SET)                = 2366
lseek(5, 0, SEEK_CUR)                   = 2366
close(5)                                = 0
stat("/etc/perl/vars.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/etc/perl/vars.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/vars.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/vars.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/vars.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/vars.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/vars.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/vars.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/vars.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/vars.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/vars.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/vars.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/vars.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/vars.pm", {st_mode=S_IFREG|0644, st_size=1149, ...}) = 0
open("/usr/share/perl/5.24/vars.pm", O_RDONLY) = 5
ioctl(5, TCGETS, 0x7ffcd1ae8010)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "package vars;\n\nuse 5.006;\n\nour $"..., 8192) = 1149
stat("/etc/perl/warnings/register.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/warnings/register.pm", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/warnings/register.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/warnings/register.pm", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/warnings/register.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/warnings/register.pm", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/warnings/register.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/warnings/register.pm", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/warnings/register.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/warnings/register.pm", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/warnings/register.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/warnings/register.pm", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/warnings/register.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/warnings/register.pm", {st_mode=S_IFREG|0644, st_size=488, ...}) = 0
open("/usr/share/perl/5.24/warnings/register.pm", O_RDONLY) = 6
ioctl(6, TCGETS, 0x7ffcd1ae79c0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(6, 0, SEEK_CUR)                   = 0
read(6, "package warnings::register;\n\nour"..., 8192) = 488
lseek(6, 487, SEEK_SET)                 = 487
lseek(6, 0, SEEK_CUR)                   = 487
close(6)                                = 0
lseek(5, 1148, SEEK_SET)                = 1148
lseek(5, 0, SEEK_CUR)                   = 1148
close(5)                                = 0
brk(0x55609b9c3000)                     = 0x55609b9c3000
read(4, ", $cino);\n\tCORE::chdir('..') || "..., 8192) = 8192
brk(0x55609b9e4000)                     = 0x55609b9e4000
read(4, "ned $link_target;\n\n        retur"..., 8192) = 2158
brk(0x55609ba05000)                     = 0x55609ba05000
lseek(4, 18541, SEEK_SET)               = 18541
lseek(4, 0, SEEK_CUR)                   = 18541
close(4)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
stat("/etc/perl/XSLoader.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/etc/perl/XSLoader.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/XSLoader.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/XSLoader.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/XSLoader.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/XSLoader.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/XSLoader.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/XSLoader.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/XSLoader.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/XSLoader.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/XSLoader.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/XSLoader.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/XSLoader.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/XSLoader.pm", {st_mode=S_IFREG|0644, st_size=3899, ...}) = 0
open("/usr/share/perl/5.24/XSLoader.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae8660)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "# Generated from XSLoader.pm.PL "..., 8192) = 3899
lseek(4, 3898, SEEK_SET)                = 3898
lseek(4, 0, SEEK_CUR)                   = 3898
close(4)                                = 0
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/Cwd/Cwd.bs", 0x55609b8fa298) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/Cwd/Cwd.so", {st_mode=S_IFREG|0644, st_size=18704, ...}) = 0
futex(0x7f76da0ec0a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/Cwd/Cwd.so", O_RDONLY|O_CLOEXEC) = 4
read(4, "\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
fstat(4, {st_mode=S_IFREG|0644, st_size=18704, ...}) = 0
mmap(NULL, 2113880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f76d8d54000
mprotect(0x7f76d8d57000, 2097152, PROT_NONE) = 0
mmap(0x7f76d8f57000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x3000) = 0x7f76d8f57000
close(4)                                = 0
mprotect(0x7f76d8f57000, 4096, PROT_READ) = 0
stat("/bin/pwd", {st_mode=S_IFREG|0755, st_size=35656, ...}) = 0
geteuid()                               = 1000
geteuid()                               = 1000
getegid()                               = 1001
getgroups(0, NULL)                      = 20
getgroups(20, [5, 8, 20, 24, 25, 27, 29, 30, 44, 46, 100, 108, 110, 113, 118, 127, 132, 134, 140, 1001]) = 20
stat("/etc/perl/Dpkg/Changelog/Parse.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/Changelog/Parse.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Changelog/Parse.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Changelog/Parse.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Changelog/Parse.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Changelog/Parse.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Changelog/Parse.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Changelog/Parse.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Changelog/Parse.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Changelog/Parse.pm", {st_mode=S_IFREG|0644, st_size=6236, ...}) = 0
open("/usr/share/perl5/Dpkg/Changelog/Parse.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae8660)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "# Copyright \302\251 2005, 2007 Frank "..., 8192) = 6236
stat("/etc/perl/Dpkg.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg.pm", {st_mode=S_IFREG|0644, st_size=2759, ...}) = 0
open("/usr/share/perl5/Dpkg.pm", O_RDONLY) = 5
ioctl(5, TCGETS, 0x7ffcd1ae8010)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "# This program is free software;"..., 8192) = 2759
read(5, "", 8192)                       = 0
close(5)                                = 0
stat("/etc/perl/Dpkg/Util.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/Util.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Util.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Util.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Util.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Util.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Util.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Util.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Util.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Util.pm", {st_mode=S_IFREG|0644, st_size=1441, ...}) = 0
open("/usr/share/perl5/Dpkg/Util.pm", O_RDONLY) = 5
ioctl(5, TCGETS, 0x7ffcd1ae8010)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "# Copyright \302\251 2013, 2015 Guille"..., 8192) = 1441
read(5, "", 8192)                       = 0
close(5)                                = 0
stat("/etc/perl/Dpkg/Gettext.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/Gettext.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Gettext.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Gettext.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Gettext.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Gettext.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Gettext.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Gettext.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Gettext.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Gettext.pm", {st_mode=S_IFREG|0644, st_size=5143, ...}) = 0
open("/usr/share/perl5/Dpkg/Gettext.pm", O_RDONLY) = 5
ioctl(5, TCGETS, 0x7ffcd1ae8010)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "# Copied from /usr/share/perl5/D"..., 8192) = 5143
stat("/etc/perl/constant.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/constant.pm", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/constant.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/constant.pm", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/constant.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/constant.pm", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/constant.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/constant.pm", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/constant.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/constant.pm", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/constant.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/constant.pm", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/constant.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/constant.pm", {st_mode=S_IFREG|0644, st_size=5737, ...}) = 0
open("/usr/share/perl/5.24/constant.pm", O_RDONLY) = 6
ioctl(6, TCGETS, 0x7ffcd1ae79c0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(6, 0, SEEK_CUR)                   = 0
read(6, "package constant;\nuse 5.008;\nuse"..., 8192) = 5737
brk(0x55609ba26000)                     = 0x55609ba26000
lseek(6, 5736, SEEK_SET)                = 5736
lseek(6, 0, SEEK_CUR)                   = 5736
close(6)                                = 0
stat("/etc/perl/Locale/gettext.pmc", 0x7ffcd1ae7610) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Locale/gettext.pm", 0x7ffcd1ae7610) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Locale/gettext.pmc", 0x7ffcd1ae7610) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Locale/gettext.pm", 0x7ffcd1ae7610) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Locale/gettext.pmc", 0x7ffcd1ae7610) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Locale/gettext.pm", 0x7ffcd1ae7610) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Locale/gettext.pmc", 0x7ffcd1ae7610) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Locale/gettext.pm", {st_mode=S_IFREG|0644, st_size=6854, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl5/5.24/Locale/gettext.pm", O_RDONLY) = 6
ioctl(6, TCGETS, 0x7ffcd1ae73e0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(6, 0, SEEK_CUR)                   = 0
read(6, "package Locale::gettext;\n\n=head1"..., 8192) = 6854
stat("/etc/perl/Carp.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Carp.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Carp.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Carp.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Carp.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Carp.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Carp.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Carp.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Carp.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Carp.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Carp.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Carp.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Carp.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Carp.pm", {st_mode=S_IFREG|0644, st_size=20138, ...}) = 0
open("/usr/share/perl/5.24/Carp.pm", O_RDONLY) = 7
ioctl(7, TCGETS, 0x7ffcd1ae6d90)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(7, 0, SEEK_CUR)                   = 0
read(7, "package Carp;\n\n{ use 5.006; }\nus"..., 8192) = 8192
brk(0x55609ba48000)                     = 0x55609ba48000
read(7, "} @args;\n\n            if ($overf"..., 8192) = 8192
brk(0x55609ba69000)                     = 0x55609ba69000
brk(0x55609ba8a000)                     = 0x55609ba8a000
read(7, "thread $tid\" if $tid;\n    }\n\n   "..., 8192) = 3754
lseek(7, 20137, SEEK_SET)               = 20137
lseek(7, 0, SEEK_CUR)                   = 20137
close(7)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
stat("/etc/perl/POSIX.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/POSIX.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/POSIX.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/POSIX.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/POSIX.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/POSIX.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/POSIX.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/POSIX.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/POSIX.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/POSIX.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/POSIX.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/POSIX.pm", {st_mode=S_IFREG|0644, st_size=19879, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/POSIX.pm", O_RDONLY) = 7
ioctl(7, TCGETS, 0x7ffcd1ae6d90)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(7, 0, SEEK_CUR)                   = 0
read(7, "package POSIX;\nuse strict;\nuse w"..., 8192) = 8192
stat("/etc/perl/Fcntl.pmc", 0x7ffcd1ae6970) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Fcntl.pm", 0x7ffcd1ae6970) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Fcntl.pmc", 0x7ffcd1ae6970) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Fcntl.pm", 0x7ffcd1ae6970) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Fcntl.pmc", 0x7ffcd1ae6970) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Fcntl.pm", 0x7ffcd1ae6970) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Fcntl.pmc", 0x7ffcd1ae6970) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Fcntl.pm", 0x7ffcd1ae6970) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Fcntl.pmc", 0x7ffcd1ae6970) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Fcntl.pm", 0x7ffcd1ae6970) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Fcntl.pmc", 0x7ffcd1ae6970) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Fcntl.pm", {st_mode=S_IFREG|0644, st_size=2156, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/Fcntl.pm", O_RDONLY) = 8
ioctl(8, TCGETS, 0x7ffcd1ae6740)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(8, 0, SEEK_CUR)                   = 0
read(8, "package Fcntl;\n\nuse strict;\nour("..., 8192) = 2156
brk(0x55609baad000)                     = 0x55609baad000
read(8, "", 8192)                       = 0
close(8)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/Fcntl/Fcntl.bs", 0x55609b8fa298) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/Fcntl/Fcntl.so", {st_mode=S_IFREG|0644, st_size=18688, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/Fcntl/Fcntl.so", O_RDONLY|O_CLOEXEC) = 8
read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\33\0\0\0\0\0\0"..., 832) = 832
fstat(8, {st_mode=S_IFREG|0644, st_size=18688, ...}) = 0
mmap(NULL, 2113784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0x7f76d8b4f000
mprotect(0x7f76d8b52000, 2097152, PROT_NONE) = 0
mmap(0x7f76d8d52000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x3000) = 0x7f76d8d52000
close(8)                                = 0
mprotect(0x7f76d8d52000, 4096, PROT_READ) = 0
read(7, "sgraph islower\n\t\tisprint ispunct"..., 8192) = 8192
brk(0x55609bace000)                     = 0x55609bace000
read(7, "I_MESGQ\n  )],\n);\n\n# exports poli"..., 8192) = 3495
brk(0x55609baf0000)                     = 0x55609baf0000
brk(0x55609baef000)                     = 0x55609baef000
read(7, "", 8192)                       = 0
close(7)                                = 0
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/POSIX/POSIX.bs", 0x55609b8fa298) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/POSIX/POSIX.so", {st_mode=S_IFREG|0644, st_size=106128, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/POSIX/POSIX.so", O_RDONLY|O_CLOEXEC) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`l\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=106128, ...}) = 0
mmap(NULL, 2201224, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f76d8935000
mprotect(0x7f76d894b000, 2097152, PROT_NONE) = 0
mmap(0x7f76d8b4b000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x16000) = 0x7f76d8b4b000
close(7)                                = 0
mprotect(0x7f76d8b4b000, 12288, PROT_READ) = 0
brk(0x55609bb10000)                     = 0x55609bb10000
stat("/etc/perl/Tie/Hash.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Tie/Hash.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Tie/Hash.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Tie/Hash.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Tie/Hash.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Tie/Hash.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Tie/Hash.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Tie/Hash.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Tie/Hash.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Tie/Hash.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Tie/Hash.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Tie/Hash.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Tie/Hash.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Tie/Hash.pm", {st_mode=S_IFREG|0644, st_size=2037, ...}) = 0
open("/usr/share/perl/5.24/Tie/Hash.pm", O_RDONLY) = 7
ioctl(7, TCGETS, 0x7ffcd1ae6d90)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(7, 0, SEEK_CUR)                   = 0
read(7, "package Tie::Hash;\n\nour $VERSION"..., 8192) = 2037
brk(0x55609bb31000)                     = 0x55609bb31000
read(7, "", 8192)                       = 0
close(7)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
brk(0x55609bb52000)                     = 0x55609bb52000
stat("/etc/perl/Exporter/Heavy.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Exporter/Heavy.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Exporter/Heavy.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Exporter/Heavy.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Exporter/Heavy.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Exporter/Heavy.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Exporter/Heavy.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Exporter/Heavy.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Exporter/Heavy.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Exporter/Heavy.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Exporter/Heavy.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Exporter/Heavy.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Exporter/Heavy.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Exporter/Heavy.pm", {st_mode=S_IFREG|0644, st_size=6406, ...}) = 0
open("/usr/share/perl/5.24/Exporter/Heavy.pm", O_RDONLY) = 7
ioctl(7, TCGETS, 0x7ffcd1ae6d90)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(7, 0, SEEK_CUR)                   = 0
read(7, "package Exporter::Heavy;\n\nuse st"..., 8192) = 6406
brk(0x55609bb73000)                     = 0x55609bb73000
read(7, "", 8192)                       = 0
close(7)                                = 0
stat("/etc/perl/Encode.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Encode.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Encode.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Encode.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Encode.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Encode.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Encode.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Encode.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Encode.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Encode.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Encode.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Encode.pm", {st_mode=S_IFREG|0644, st_size=34245, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/Encode.pm", O_RDONLY) = 7
ioctl(7, TCGETS, 0x7ffcd1ae6de0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(7, 0, SEEK_CUR)                   = 0
read(7, "#\n# $Id: Encode.pm,v 2.80 2016/0"..., 8192) = 8192
stat("/etc/perl/Encode/Alias.pmc", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Encode/Alias.pm", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Encode/Alias.pmc", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Encode/Alias.pm", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Encode/Alias.pmc", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Encode/Alias.pm", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Encode/Alias.pmc", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Encode/Alias.pm", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Encode/Alias.pmc", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Encode/Alias.pm", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Encode/Alias.pmc", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Encode/Alias.pm", {st_mode=S_IFREG|0644, st_size=12342, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/Encode/Alias.pm", O_RDONLY) = 8
ioctl(8, TCGETS, 0x7ffcd1ae6790)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(8, 0, SEEK_CUR)                   = 0
read(8, "package Encode::Alias;\nuse stric"..., 8192) = 8192
brk(0x55609bb94000)                     = 0x55609bb94000
brk(0x55609bbb5000)                     = 0x55609bbb5000
read(8, "   => '\"big5-eten\"' );\n        d"..., 8192) = 4150
lseek(8, 8852, SEEK_SET)                = 8852
lseek(8, 0, SEEK_CUR)                   = 8852
close(8)                                = 0
brk(0x55609bbd6000)                     = 0x55609bbd6000
read(7, "e::Internal::ISA, 'Encode::Encod"..., 8192) = 8192
stat("/etc/perl/bytes.pmc", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/bytes.pm", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/bytes.pmc", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/bytes.pm", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/bytes.pmc", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/bytes.pm", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/bytes.pmc", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/bytes.pm", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/bytes.pmc", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/bytes.pm", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/bytes.pmc", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/bytes.pm", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/bytes.pmc", 0x7ffcd1ae69c0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/bytes.pm", {st_mode=S_IFREG|0644, st_size=447, ...}) = 0
open("/usr/share/perl/5.24/bytes.pm", O_RDONLY) = 8
ioctl(8, TCGETS, 0x7ffcd1ae6790)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(8, 0, SEEK_CUR)                   = 0
read(8, "package bytes;\n\nour $VERSION = '"..., 8192) = 447
lseek(8, 446, SEEK_SET)                 = 446
lseek(8, 0, SEEK_CUR)                   = 446
close(8)                                = 0
lseek(7, 10469, SEEK_SET)               = 10469
lseek(7, 0, SEEK_CUR)                   = 10469
close(7)                                = 0
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/Encode/Encode.bs", 0x55609b8fa298) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/Encode/Encode.so", {st_mode=S_IFREG|0644, st_size=39424, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/Encode/Encode.so", O_RDONLY|O_CLOEXEC) = 7
read(7, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0'\0\0\0\0\0\0"..., 832) = 832
fstat(7, {st_mode=S_IFREG|0644, st_size=39424, ...}) = 0
mmap(NULL, 2134520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0x7f76d872b000
mprotect(0x7f76d8734000, 2093056, PROT_NONE) = 0
mmap(0x7f76d8933000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x8000) = 0x7f76d8933000
close(7)                                = 0
mprotect(0x7f76d8933000, 4096, PROT_READ) = 0
stat("/etc/perl/Encode/Config.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Encode/Config.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Encode/Config.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Encode/Config.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Encode/Config.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Encode/Config.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Encode/Config.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Encode/Config.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Encode/Config.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Encode/Config.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Encode/Config.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Encode/Config.pm", {st_mode=S_IFREG|0644, st_size=6065, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/Encode/Config.pm", O_RDONLY) = 7
ioctl(7, TCGETS, 0x7ffcd1ae6de0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(7, 0, SEEK_CUR)                   = 0
brk(0x55609bbf8000)                     = 0x55609bbf8000
read(7, "#\n# Demand-load module list\n#\npa"..., 8192) = 6065
lseek(7, 6001, SEEK_SET)                = 6001
lseek(7, 0, SEEK_CUR)                   = 6001
close(7)                                = 0
stat("/etc/perl/Encode/ConfigLocal.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Encode/ConfigLocal.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Encode/ConfigLocal.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Encode/ConfigLocal.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Encode/ConfigLocal.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Encode/ConfigLocal.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Encode/ConfigLocal.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Encode/ConfigLocal.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Encode/ConfigLocal.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Encode/ConfigLocal.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Encode/ConfigLocal.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Encode/ConfigLocal.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Encode/ConfigLocal.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Encode/ConfigLocal.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/site_perl/Encode/ConfigLocal.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/site_perl/Encode/ConfigLocal.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl-base/Encode/ConfigLocal.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl-base/Encode/ConfigLocal.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Encode/Encoding.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Encode/Encoding.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Encode/Encoding.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Encode/Encoding.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Encode/Encoding.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Encode/Encoding.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Encode/Encoding.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Encode/Encoding.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Encode/Encoding.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Encode/Encoding.pm", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Encode/Encoding.pmc", 0x7ffcd1ae7010) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Encode/Encoding.pm", {st_mode=S_IFREG|0644, st_size=9097, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/Encode/Encoding.pm", O_RDONLY) = 7
ioctl(7, TCGETS, 0x7ffcd1ae6de0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(7, 0, SEEK_CUR)                   = 0
read(7, "package Encode::Encoding;\n\n# Bas"..., 8192) = 8192
lseek(7, 1496, SEEK_SET)                = 1496
lseek(7, 0, SEEK_CUR)                   = 1496
close(7)                                = 0
brk(0x55609bc19000)                     = 0x55609bc19000
brk(0x55609bc18000)                     = 0x55609bc18000
read(6, "", 8192)                       = 0
close(6)                                = 0
stat("/etc/perl/DynaLoader.pmc", 0x7ffcd1ae7610) = -1 ENOENT (No such file or directory)
stat("/etc/perl/DynaLoader.pm", 0x7ffcd1ae7610) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/DynaLoader.pmc", 0x7ffcd1ae7610) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/DynaLoader.pm", 0x7ffcd1ae7610) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/DynaLoader.pmc", 0x7ffcd1ae7610) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/DynaLoader.pm", 0x7ffcd1ae7610) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/DynaLoader.pmc", 0x7ffcd1ae7610) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/DynaLoader.pm", 0x7ffcd1ae7610) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/DynaLoader.pmc", 0x7ffcd1ae7610) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/DynaLoader.pm", 0x7ffcd1ae7610) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/DynaLoader.pmc", 0x7ffcd1ae7610) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/DynaLoader.pm", {st_mode=S_IFREG|0644, st_size=10453, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/DynaLoader.pm", O_RDONLY) = 6
ioctl(6, TCGETS, 0x7ffcd1ae73e0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(6, 0, SEEK_CUR)                   = 0
read(6, "# Generated from DynaLoader_pm.P"..., 8192) = 8192
stat("/etc/perl/Config.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Config.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Config.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Config.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Config.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Config.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Config.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Config.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Config.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Config.pm", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Config.pmc", 0x7ffcd1ae6fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Config.pm", {st_mode=S_IFREG|0644, st_size=3330, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/Config.pm", O_RDONLY) = 7
ioctl(7, TCGETS, 0x7ffcd1ae6d90)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(7, 0, SEEK_CUR)                   = 0
read(7, "# This file was created by confi"..., 8192) = 3330
read(7, "", 8192)                       = 0
close(7)                                = 0
brk(0x55609bc39000)                     = 0x55609bc39000
read(6, "/;\n            push(@names,\"lib$"..., 8192) = 2261
lseek(6, 10452, SEEK_SET)               = 10452
lseek(6, 0, SEEK_CUR)                   = 10452
close(6)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
stat("/etc/perl/auto/Locale/gettext", 0x55609b8fa298) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/auto/Locale/gettext", 0x55609b8fa298) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/auto/Locale/gettext", 0x55609b8fa298) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/auto/Locale/gettext", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/auto/Locale/gettext/gettext.so", {st_mode=S_IFREG|0644, st_size=14176, ...}) = 0
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/auto/Locale/gettext/gettext.bs", 0x55609b8fa298) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/perl5/5.24/auto/Locale/gettext/gettext.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\n\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0644, st_size=14176, ...}) = 0
mmap(NULL, 2109456, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f76d8527000
mprotect(0x7f76d852a000, 2093056, PROT_NONE) = 0
mmap(0x7f76d8729000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x2000) = 0x7f76d8729000
close(6)                                = 0
mprotect(0x7f76d8729000, 4096, PROT_READ) = 0
read(5, "", 8192)                       = 0
close(5)                                = 0
stat("/etc/perl/Dpkg/ErrorHandling.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/ErrorHandling.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/ErrorHandling.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/ErrorHandling.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/ErrorHandling.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/ErrorHandling.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/ErrorHandling.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/ErrorHandling.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/ErrorHandling.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/ErrorHandling.pm", {st_mode=S_IFREG|0644, st_size=5095, ...}) = 0
open("/usr/share/perl5/Dpkg/ErrorHandling.pm", O_RDONLY) = 5
ioctl(5, TCGETS, 0x7ffcd1ae8010)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "# This program is free software;"..., 8192) = 5095
stat("/etc/perl/Term/ANSIColor.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Term/ANSIColor.pm", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Term/ANSIColor.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Term/ANSIColor.pm", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Term/ANSIColor.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Term/ANSIColor.pm", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Term/ANSIColor.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Term/ANSIColor.pm", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Term/ANSIColor.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Term/ANSIColor.pm", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Term/ANSIColor.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Term/ANSIColor.pm", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Term/ANSIColor.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Term/ANSIColor.pm", {st_mode=S_IFREG|0644, st_size=47503, ...}) = 0
open("/usr/share/perl/5.24/Term/ANSIColor.pm", O_RDONLY) = 6
ioctl(6, TCGETS, 0x7ffcd1ae79c0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(6, 0, SEEK_CUR)                   = 0
read(6, "# Term::ANSIColor -- Color scree"..., 8192) = 8192
brk(0x55609bc5a000)                     = 0x55609bc5a000
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
read(6, "e case where it has no arguments"..., 8192) = 8192
brk(0x55609bc7c000)                     = 0x55609bc7c000
read(6, "# @rest  - The text to color or "..., 8192) = 8192
brk(0x55609bc9e000)                     = 0x55609bc9e000
brk(0x55609bc9b000)                     = 0x55609bc9b000
lseek(6, 19809, SEEK_SET)               = 19809
lseek(6, 0, SEEK_CUR)                   = 19809
close(6)                                = 0
brk(0x55609bcbc000)                     = 0x55609bcbc000
read(5, "", 8192)                       = 0
close(5)                                = 0
ioctl(1, TCGETS, 0x7ffcd1ae8350)        = -1 ENOTTY (Inappropriate ioctl for device)
ioctl(2, TCGETS, 0x7ffcd1ae8350)        = -1 ENOTTY (Inappropriate ioctl for device)
open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2995, ...}) = 0
read(5, "# Locale name alias data base.\n#"..., 4096) = 2995
read(5, "", 4096)                       = 0
close(5)                                = 0
open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/dpkg-dev.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en_US.utf8/LC_MESSAGES/dpkg-dev.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en_US/LC_MESSAGES/dpkg-dev.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en.UTF-8/LC_MESSAGES/dpkg-dev.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en.utf8/LC_MESSAGES/dpkg-dev.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en/LC_MESSAGES/dpkg-dev.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/Control/Changelog.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/Control/Changelog.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Control/Changelog.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Control/Changelog.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Control/Changelog.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Control/Changelog.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Control/Changelog.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Control/Changelog.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Control/Changelog.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Control/Changelog.pm", {st_mode=S_IFREG|0644, st_size=1428, ...}) = 0
open("/usr/share/perl5/Dpkg/Control/Changelog.pm", O_RDONLY) = 5
ioctl(5, TCGETS, 0x7ffcd1ae8010)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "# Copyright \302\251 2009 Rapha\303\253l Her"..., 8192) = 1428
stat("/etc/perl/Dpkg/Control.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/Control.pm", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Control.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Control.pm", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Control.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Control.pm", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Control.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Control.pm", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Control.pmc", 0x7ffcd1ae7bf0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Control.pm", {st_mode=S_IFREG|0644, st_size=7360, ...}) = 0
open("/usr/share/perl5/Dpkg/Control.pm", O_RDONLY) = 6
ioctl(6, TCGETS, 0x7ffcd1ae79c0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(6, 0, SEEK_CUR)                   = 0
brk(0x55609bcdd000)                     = 0x55609bcdd000
read(6, "# Copyright \302\251 2007-2009 Rapha\303\253"..., 8192) = 7360
stat("/etc/perl/Dpkg/Control/Types.pmc", 0x7ffcd1ae75a0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/Control/Types.pm", 0x7ffcd1ae75a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Control/Types.pmc", 0x7ffcd1ae75a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Control/Types.pm", 0x7ffcd1ae75a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Control/Types.pmc", 0x7ffcd1ae75a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Control/Types.pm", 0x7ffcd1ae75a0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Control/Types.pmc", 0x7ffcd1ae75a0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Control/Types.pm", 0x7ffcd1ae75a0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Control/Types.pmc", 0x7ffcd1ae75a0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Control/Types.pm", {st_mode=S_IFREG|0644, st_size=2686, ...}) = 0
open("/usr/share/perl5/Dpkg/Control/Types.pm", O_RDONLY) = 7
ioctl(7, TCGETS, 0x7ffcd1ae7370)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(7, 0, SEEK_CUR)                   = 0
read(7, "# This program is free software;"..., 8192) = 2686
read(7, "", 8192)                       = 0
close(7)                                = 0
stat("/etc/perl/Dpkg/Control/Hash.pmc", 0x7ffcd1ae75a0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/Control/Hash.pm", 0x7ffcd1ae75a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Control/Hash.pmc", 0x7ffcd1ae75a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Control/Hash.pm", 0x7ffcd1ae75a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Control/Hash.pmc", 0x7ffcd1ae75a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Control/Hash.pm", 0x7ffcd1ae75a0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Control/Hash.pmc", 0x7ffcd1ae75a0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Control/Hash.pm", 0x7ffcd1ae75a0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Control/Hash.pmc", 0x7ffcd1ae75a0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Control/Hash.pm", {st_mode=S_IFREG|0644, st_size=1229, ...}) = 0
open("/usr/share/perl5/Dpkg/Control/Hash.pm", O_RDONLY) = 7
ioctl(7, TCGETS, 0x7ffcd1ae7370)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(7, 0, SEEK_CUR)                   = 0
read(7, "# Copyright \302\251 2007-2009 Rapha\303\253"..., 8192) = 1229
stat("/etc/perl/Dpkg/Control/Fields.pmc", 0x7ffcd1ae6f50) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/Control/Fields.pm", 0x7ffcd1ae6f50) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Control/Fields.pmc", 0x7ffcd1ae6f50) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Control/Fields.pm", 0x7ffcd1ae6f50) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Control/Fields.pmc", 0x7ffcd1ae6f50) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Control/Fields.pm", 0x7ffcd1ae6f50) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Control/Fields.pmc", 0x7ffcd1ae6f50) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Control/Fields.pm", 0x7ffcd1ae6f50) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Control/Fields.pmc", 0x7ffcd1ae6f50) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Control/Fields.pm", {st_mode=S_IFREG|0644, st_size=1918, ...}) = 0
open("/usr/share/perl5/Dpkg/Control/Fields.pm", O_RDONLY) = 8
ioctl(8, TCGETS, 0x7ffcd1ae6d20)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(8, 0, SEEK_CUR)                   = 0
read(8, "# Copyright \302\251 2007-2009 Rapha\303\253"..., 8192) = 1918
stat("/etc/perl/Dpkg/Control/FieldsCore.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/Control/FieldsCore.pm", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Control/FieldsCore.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Control/FieldsCore.pm", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Control/FieldsCore.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Control/FieldsCore.pm", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Control/FieldsCore.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Control/FieldsCore.pm", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Control/FieldsCore.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Control/FieldsCore.pm", {st_mode=S_IFREG|0644, st_size=22732, ...}) = 0
open("/usr/share/perl5/Dpkg/Control/FieldsCore.pm", O_RDONLY) = 9
ioctl(9, TCGETS, 0x7ffcd1ae66d0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(9, 0, SEEK_CUR)                   = 0
read(9, "# Copyright \302\251 2007-2009 Rapha\303\253"..., 8192) = 8192
stat("/etc/perl/Dpkg/Checksums.pmc", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/Checksums.pm", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Checksums.pmc", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Checksums.pm", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Checksums.pmc", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Checksums.pm", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Checksums.pmc", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Checksums.pm", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Checksums.pmc", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Checksums.pm", {st_mode=S_IFREG|0644, st_size=11273, ...}) = 0
open("/usr/share/perl5/Dpkg/Checksums.pm", O_RDONLY) = 10
ioctl(10, TCGETS, 0x7ffcd1ae6080)       = -1 ENOTTY (Inappropriate ioctl for device)
lseek(10, 0, SEEK_CUR)                  = 0
read(10, "# Copyright \302\251 2008 Frank Lichte"..., 8192) = 8192
brk(0x55609bcfe000)                     = 0x55609bcfe000
stat("/etc/perl/Digest.pmc", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Digest.pm", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Digest.pmc", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Digest.pm", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Digest.pmc", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Digest.pm", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Digest.pmc", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Digest.pm", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Digest.pmc", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Digest.pm", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Digest.pmc", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Digest.pm", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Digest.pmc", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Digest.pm", {st_mode=S_IFREG|0644, st_size=10701, ...}) = 0
open("/usr/share/perl/5.24/Digest.pm", O_RDONLY) = 11
ioctl(11, TCGETS, 0x7ffcd1ae5a30)       = -1 ENOTTY (Inappropriate ioctl for device)
lseek(11, 0, SEEK_CUR)                  = 0
read(11, "package Digest;\n\nuse strict;\nuse"..., 8192) = 8192
lseek(11, 1694, SEEK_SET)               = 1694
lseek(11, 0, SEEK_CUR)                  = 1694
close(11)                               = 0
brk(0x55609bd1f000)                     = 0x55609bd1f000
read(10, "ksums of the given file.\n\n=cut\n\n"..., 8192) = 3081
read(10, "", 8192)                      = 0
close(10)                               = 0
read(9, "      allowed => ALL_PKG,\n      "..., 8192) = 8192
brk(0x55609bd41000)                     = 0x55609bd41000
read(9, " A or B.\n\nUndef is returned for "..., 8192) = 6348
brk(0x55609bd62000)                     = 0x55609bd62000
read(9, "", 8192)                       = 0
close(9)                                = 0
stat("/etc/perl/Dpkg/Vendor.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/Vendor.pm", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Vendor.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Vendor.pm", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Vendor.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Vendor.pm", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Vendor.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Vendor.pm", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Vendor.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Vendor.pm", {st_mode=S_IFREG|0644, st_size=5532, ...}) = 0
open("/usr/share/perl5/Dpkg/Vendor.pm", O_RDONLY) = 9
ioctl(9, TCGETS, 0x7ffcd1ae66d0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(9, 0, SEEK_CUR)                   = 0
read(9, "# Copyright \302\251 2008-2009 Rapha\303\253"..., 8192) = 5532
stat("/etc/perl/feature.pmc", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/feature.pm", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/feature.pmc", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/feature.pm", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/feature.pmc", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/feature.pm", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/feature.pmc", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/feature.pm", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/feature.pmc", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/feature.pm", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/feature.pmc", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/feature.pm", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/feature.pmc", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/feature.pm", {st_mode=S_IFREG|0644, st_size=4313, ...}) = 0
open("/usr/share/perl/5.24/feature.pm", O_RDONLY) = 10
ioctl(10, TCGETS, 0x7ffcd1ae6080)       = -1 ENOTTY (Inappropriate ioctl for device)
lseek(10, 0, SEEK_CUR)                  = 0
read(10, "# -*- buffer-read-only: t -*-\n# "..., 8192) = 4313
read(10, "", 8192)                      = 0
close(10)                               = 0
stat("/etc/perl/Dpkg/Build/Env.pmc", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/Build/Env.pm", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Build/Env.pmc", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Build/Env.pm", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Build/Env.pmc", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Build/Env.pm", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Build/Env.pmc", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Build/Env.pm", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Build/Env.pmc", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Build/Env.pm", {st_mode=S_IFREG|0644, st_size=2262, ...}) = 0
open("/usr/share/perl5/Dpkg/Build/Env.pm", O_RDONLY) = 10
ioctl(10, TCGETS, 0x7ffcd1ae6080)       = -1 ENOTTY (Inappropriate ioctl for device)
lseek(10, 0, SEEK_CUR)                  = 0
read(10, "# Copyright \302\251 2012 Guillem Jove"..., 8192) = 2262
read(10, "", 8192)                      = 0
close(10)                               = 0
stat("/etc/perl/Dpkg/Control/HashCore.pmc", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/Control/HashCore.pm", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Control/HashCore.pmc", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Control/HashCore.pm", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Control/HashCore.pmc", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Control/HashCore.pm", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Control/HashCore.pmc", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Control/HashCore.pm", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Control/HashCore.pmc", 0x7ffcd1ae62b0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Control/HashCore.pm", {st_mode=S_IFREG|0644, st_size=14211, ...}) = 0
open("/usr/share/perl5/Dpkg/Control/HashCore.pm", O_RDONLY) = 10
ioctl(10, TCGETS, 0x7ffcd1ae6080)       = -1 ENOTTY (Inappropriate ioctl for device)
lseek(10, 0, SEEK_CUR)                  = 0
read(10, "# Copyright \302\251 2007-2009 Rapha\303\253"..., 8192) = 8192
brk(0x55609bd83000)                     = 0x55609bd83000
stat("/etc/perl/parent.pmc", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/etc/perl/parent.pm", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/parent.pmc", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/parent.pm", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/parent.pmc", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/parent.pm", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/parent.pmc", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/parent.pm", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/parent.pmc", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/parent.pm", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/parent.pmc", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/parent.pm", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/parent.pmc", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/parent.pm", {st_mode=S_IFREG|0644, st_size=479, ...}) = 0
open("/usr/share/perl/5.24/parent.pm", O_RDONLY) = 11
ioctl(11, TCGETS, 0x7ffcd1ae5a30)       = -1 ENOTTY (Inappropriate ioctl for device)
lseek(11, 0, SEEK_CUR)                  = 0
read(11, "package parent;\nuse strict;\nuse "..., 8192) = 479
lseek(11, 478, SEEK_SET)                = 478
lseek(11, 0, SEEK_CUR)                  = 478
close(11)                               = 0
stat("/etc/perl/Dpkg/Interface/Storable.pmc", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/Interface/Storable.pm", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Interface/Storable.pmc", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Interface/Storable.pm", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Interface/Storable.pmc", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Interface/Storable.pm", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Interface/Storable.pmc", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Interface/Storable.pm", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Interface/Storable.pmc", 0x7ffcd1ae5c60) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Interface/Storable.pm", {st_mode=S_IFREG|0644, st_size=3775, ...}) = 0
open("/usr/share/perl5/Dpkg/Interface/Storable.pm", O_RDONLY) = 11
ioctl(11, TCGETS, 0x7ffcd1ae5a30)       = -1 ENOTTY (Inappropriate ioctl for device)
lseek(11, 0, SEEK_CUR)                  = 0
read(11, "# Copyright \302\251 2010 Rapha\303\253l Her"..., 8192) = 3775
stat("/etc/perl/Dpkg/Compression/FileHandle.pmc", 0x7ffcd1ae5610) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/Compression/FileHandle.pm", 0x7ffcd1ae5610) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Compression/FileHandle.pmc", 0x7ffcd1ae5610) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Compression/FileHandle.pm", 0x7ffcd1ae5610) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Compression/FileHandle.pmc", 0x7ffcd1ae5610) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Compression/FileHandle.pm", 0x7ffcd1ae5610) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Compression/FileHandle.pmc", 0x7ffcd1ae5610) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Compression/FileHandle.pm", 0x7ffcd1ae5610) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Compression/FileHandle.pmc", 0x7ffcd1ae5610) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Compression/FileHandle.pm", {st_mode=S_IFREG|0644, st_size=12970, ...}) = 0
open("/usr/share/perl5/Dpkg/Compression/FileHandle.pm", O_RDONLY) = 12
ioctl(12, TCGETS, 0x7ffcd1ae53e0)       = -1 ENOTTY (Inappropriate ioctl for device)
lseek(12, 0, SEEK_CUR)                  = 0
read(12, "# Copyright \302\251 2008-2010 Rapha\303\253"..., 8192) = 8192
stat("/etc/perl/Dpkg/Compression.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/Compression.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Compression.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Compression.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Compression.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Compression.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Compression.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Compression.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Compression.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Compression.pm", {st_mode=S_IFREG|0644, st_size=7139, ...}) = 0
open("/usr/share/perl5/Dpkg/Compression.pm", O_RDONLY) = 13
ioctl(13, TCGETS, 0x7ffcd1ae4d90)       = -1 ENOTTY (Inappropriate ioctl for device)
lseek(13, 0, SEEK_CUR)                  = 0
read(13, "# Copyright \302\251 2010 Rapha\303\253l Her"..., 8192) = 7139
brk(0x55609bda4000)                     = 0x55609bda4000
read(13, "", 8192)                      = 0
close(13)                               = 0
stat("/etc/perl/Config_heavy.pl", 0x7ffcd1ae4bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Config_heavy.pl", 0x7ffcd1ae4bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Config_heavy.pl", 0x7ffcd1ae4bb0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Config_heavy.pl", 0x7ffcd1ae4bb0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Config_heavy.pl", 0x7ffcd1ae4bb0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Config_heavy.pl", {st_mode=S_IFREG|0644, st_size=50569, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/Config_heavy.pl", O_RDONLY) = 13
ioctl(13, TCGETS, 0x7ffcd1ae4980)       = -1 ENOTTY (Inappropriate ioctl for device)
lseek(13, 0, SEEK_CUR)                  = 0
read(13, "# This file was created by confi"..., 8192) = 8192
brk(0x55609bdc5000)                     = 0x55609bdc5000
brk(0x55609bdc3000)                     = 0x55609bdc3000
read(13, "x=/usr/local -Dsitelib=/usr/loca"..., 8192) = 8192
read(13, "4='define'\nd_SCNfldbl='define'\nd"..., 8192) = 8192
read(13, "'define'\nd_sigaction='define'\nd_"..., 8192) = 8192
read(13, "def'\ni_sysioctl='define'\ni_syslo"..., 8192) = 8192
read(13, "rl='perl'\nperl_patchlevel=''\nper"..., 8192) = 8192
read(13, "n) : undef;\n}\n\nsub EXISTS {\n    "..., 8192) = 1417
brk(0x55609bde4000)                     = 0x55609bde4000
read(13, "", 8192)                      = 0
close(13)                               = 0
brk(0x55609be11000)                     = 0x55609be11000
brk(0x55609be06000)                     = 0x55609be06000
stat("/etc/perl/Config_git.pl", 0x7ffcd1ae49c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Config_git.pl", 0x7ffcd1ae49c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Config_git.pl", 0x7ffcd1ae49c0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Config_git.pl", 0x7ffcd1ae49c0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Config_git.pl", 0x7ffcd1ae49c0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Config_git.pl", {st_mode=S_IFREG|0644, st_size=409, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/Config_git.pl", O_RDONLY) = 13
ioctl(13, TCGETS, 0x7ffcd1ae4790)       = -1 ENOTTY (Inappropriate ioctl for device)
lseek(13, 0, SEEK_CUR)                  = 0
read(13, "################################"..., 8192) = 409
read(13, "", 8192)                      = 0
close(13)                               = 0
stat("/etc/perl/Dpkg/Compression/Process.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/Compression/Process.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Compression/Process.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Compression/Process.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Compression/Process.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Compression/Process.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Compression/Process.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Compression/Process.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Compression/Process.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Compression/Process.pm", {st_mode=S_IFREG|0644, st_size=5919, ...}) = 0
open("/usr/share/perl5/Dpkg/Compression/Process.pm", O_RDONLY) = 13
ioctl(13, TCGETS, 0x7ffcd1ae4d90)       = -1 ENOTTY (Inappropriate ioctl for device)
lseek(13, 0, SEEK_CUR)                  = 0
read(13, "# Copyright \302\251 2008-2010 Rapha\303\253"..., 8192) = 5919
stat("/etc/perl/Dpkg/IPC.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/IPC.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/IPC.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/IPC.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/IPC.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/IPC.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/IPC.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/IPC.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/IPC.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/IPC.pm", {st_mode=S_IFREG|0644, st_size=11902, ...}) = 0
open("/usr/share/perl5/Dpkg/IPC.pm", O_RDONLY) = 14
ioctl(14, TCGETS, 0x7ffcd1ae4740)       = -1 ENOTTY (Inappropriate ioctl for device)
lseek(14, 0, SEEK_CUR)                  = 0
read(14, "# Copyright \302\251 2008-2009 Rapha\303\253"..., 8192) = 8192
read(14, "ts{from_handle})\n\t\tor syserr(g_("..., 8192) = 3710
brk(0x55609be27000)                     = 0x55609be27000
lseek(14, 11562, SEEK_SET)              = 11562
lseek(14, 0, SEEK_CUR)                  = 11562
close(14)                               = 0
read(13, "", 8192)                      = 0
close(13)                               = 0
stat("/etc/perl/IO/File.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/IO/File.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/IO/File.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/IO/File.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/IO/File.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/IO/File.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/IO/File.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/IO/File.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/IO/File.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/IO/File.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/IO/File.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/IO/File.pm", {st_mode=S_IFREG|0644, st_size=1666, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/IO/File.pm", O_RDONLY) = 13
ioctl(13, TCGETS, 0x7ffcd1ae4d90)       = -1 ENOTTY (Inappropriate ioctl for device)
lseek(13, 0, SEEK_CUR)                  = 0
read(13, "#\n\npackage IO::File;\n\nuse 5.006_"..., 8192) = 1666
stat("/etc/perl/Symbol.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Symbol.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Symbol.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Symbol.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Symbol.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Symbol.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Symbol.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Symbol.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Symbol.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Symbol.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Symbol.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Symbol.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Symbol.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Symbol.pm", {st_mode=S_IFREG|0644, st_size=2099, ...}) = 0
open("/usr/share/perl/5.24/Symbol.pm", O_RDONLY) = 14
ioctl(14, TCGETS, 0x7ffcd1ae4740)       = -1 ENOTTY (Inappropriate ioctl for device)
lseek(14, 0, SEEK_CUR)                  = 0
read(14, "package Symbol;\n\nBEGIN { require"..., 8192) = 2099
brk(0x55609be48000)                     = 0x55609be48000
read(14, "", 8192)                      = 0
close(14)                               = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
stat("/etc/perl/SelectSaver.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/etc/perl/SelectSaver.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/SelectSaver.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/SelectSaver.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/SelectSaver.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/SelectSaver.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/SelectSaver.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/SelectSaver.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/SelectSaver.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/SelectSaver.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/SelectSaver.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/SelectSaver.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/SelectSaver.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/SelectSaver.pm", {st_mode=S_IFREG|0644, st_size=344, ...}) = 0
open("/usr/share/perl/5.24/SelectSaver.pm", O_RDONLY) = 14
ioctl(14, TCGETS, 0x7ffcd1ae4740)       = -1 ENOTTY (Inappropriate ioctl for device)
lseek(14, 0, SEEK_CUR)                  = 0
read(14, "package SelectSaver;\n\nour $VERSI"..., 8192) = 344
read(14, "", 8192)                      = 0
close(14)                               = 0
stat("/etc/perl/IO/Seekable.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/etc/perl/IO/Seekable.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/IO/Seekable.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/IO/Seekable.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/IO/Seekable.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/IO/Seekable.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/IO/Seekable.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/IO/Seekable.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/IO/Seekable.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/IO/Seekable.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/IO/Seekable.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/IO/Seekable.pm", {st_mode=S_IFREG|0644, st_size=686, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/IO/Seekable.pm", O_RDONLY) = 14
ioctl(14, TCGETS, 0x7ffcd1ae4740)       = -1 ENOTTY (Inappropriate ioctl for device)
lseek(14, 0, SEEK_CUR)                  = 0
read(14, "#\n\npackage IO::Seekable;\n\nuse 5."..., 8192) = 686
stat("/etc/perl/IO/Handle.pmc", 0x7ffcd1ae4320) = -1 ENOENT (No such file or directory)
stat("/etc/perl/IO/Handle.pm", 0x7ffcd1ae4320) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/IO/Handle.pmc", 0x7ffcd1ae4320) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/IO/Handle.pm", 0x7ffcd1ae4320) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/IO/Handle.pmc", 0x7ffcd1ae4320) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/IO/Handle.pm", 0x7ffcd1ae4320) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/IO/Handle.pmc", 0x7ffcd1ae4320) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/IO/Handle.pm", 0x7ffcd1ae4320) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/IO/Handle.pmc", 0x7ffcd1ae4320) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/IO/Handle.pm", 0x7ffcd1ae4320) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/IO/Handle.pmc", 0x7ffcd1ae4320) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/IO/Handle.pm", {st_mode=S_IFREG|0644, st_size=8235, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/IO/Handle.pm", O_RDONLY) = 15
ioctl(15, TCGETS, 0x7ffcd1ae40f0)       = -1 ENOTTY (Inappropriate ioctl for device)
lseek(15, 0, SEEK_CUR)                  = 0
read(15, "package IO::Handle;\n\nuse 5.006_0"..., 8192) = 8192
stat("/etc/perl/IO.pmc", 0x7ffcd1ae3cd0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/IO.pm", 0x7ffcd1ae3cd0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/IO.pmc", 0x7ffcd1ae3cd0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/IO.pm", 0x7ffcd1ae3cd0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/IO.pmc", 0x7ffcd1ae3cd0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/IO.pm", 0x7ffcd1ae3cd0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/IO.pmc", 0x7ffcd1ae3cd0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/IO.pm", 0x7ffcd1ae3cd0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/IO.pmc", 0x7ffcd1ae3cd0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/IO.pm", 0x7ffcd1ae3cd0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/IO.pmc", 0x7ffcd1ae3cd0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/IO.pm", {st_mode=S_IFREG|0644, st_size=472, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/IO.pm", O_RDONLY) = 16
ioctl(16, TCGETS, 0x7ffcd1ae3aa0)       = -1 ENOTTY (Inappropriate ioctl for device)
lseek(16, 0, SEEK_CUR)                  = 0
read(16, "#\n\npackage IO;\n\nuse XSLoader ();"..., 8192) = 472
brk(0x55609be6d000)                     = 0x55609be6d000
lseek(16, 471, SEEK_SET)                = 471
lseek(16, 0, SEEK_CUR)                  = 471
close(16)                               = 0
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/IO/IO.bs", 0x55609b8fa298) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/IO/IO.so", {st_mode=S_IFREG|0644, st_size=18768, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/IO/IO.so", O_RDONLY|O_CLOEXEC) = 16
read(16, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\24\0\0\0\0\0\0"..., 832) = 832
fstat(16, {st_mode=S_IFREG|0644, st_size=18768, ...}) = 0
mmap(NULL, 2113952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 16, 0) = 0x7f76d8322000
mprotect(0x7f76d8326000, 2093056, PROT_NONE) = 0
mmap(0x7f76d8525000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 16, 0x3000) = 0x7f76d8525000
close(16)                               = 0
mprotect(0x7f76d8525000, 4096, PROT_READ) = 0
brk(0x55609be8e000)                     = 0x55609be8e000
brk(0x55609beaf000)                     = 0x55609beaf000
read(15, "_;\n    }\n    else {\n\tprint @_;\n "..., 8192) = 43
read(15, "", 8192)                      = 0
close(15)                               = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
read(14, "", 8192)                      = 0
close(14)                               = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
read(13, "", 8192)                      = 0
close(13)                               = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
stat("/etc/perl/Tie/Handle.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Tie/Handle.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Tie/Handle.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Tie/Handle.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Tie/Handle.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Tie/Handle.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Tie/Handle.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Tie/Handle.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Tie/Handle.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Tie/Handle.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Tie/Handle.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Tie/Handle.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Tie/Handle.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Tie/Handle.pm", {st_mode=S_IFREG|0644, st_size=4202, ...}) = 0
open("/usr/share/perl/5.24/Tie/Handle.pm", O_RDONLY) = 13
ioctl(13, TCGETS, 0x7ffcd1ae4d90)       = -1 ENOTTY (Inappropriate ioctl for device)
lseek(13, 0, SEEK_CUR)                  = 0
read(13, "package Tie::Handle;\n\nuse 5.006_"..., 8192) = 4202
stat("/etc/perl/Tie/StdHandle.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Tie/StdHandle.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Tie/StdHandle.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Tie/StdHandle.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Tie/StdHandle.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Tie/StdHandle.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Tie/StdHandle.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Tie/StdHandle.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Tie/StdHandle.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Tie/StdHandle.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Tie/StdHandle.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Tie/StdHandle.pm", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Tie/StdHandle.pmc", 0x7ffcd1ae4970) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Tie/StdHandle.pm", {st_mode=S_IFREG|0644, st_size=1398, ...}) = 0
open("/usr/share/perl/5.24/Tie/StdHandle.pm", O_RDONLY) = 14
ioctl(14, TCGETS, 0x7ffcd1ae4740)       = -1 ENOTTY (Inappropriate ioctl for device)
lseek(14, 0, SEEK_CUR)                  = 0
read(14, "package Tie::StdHandle; \n\nuse st"..., 8192) = 1398
read(14, "", 8192)                      = 0
close(14)                               = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
read(13, "", 8192)                      = 0
close(13)                               = 0
brk(0x55609bed1000)                     = 0x55609bed1000
read(12, "vel)\n\nIndicate the desired compr"..., 8192) = 4778
brk(0x55609bef3000)                     = 0x55609bef3000
read(12, "", 8192)                      = 0
close(12)                               = 0
stat("/etc/perl/overload.pmc", 0x7ffcd1ae5610) = -1 ENOENT (No such file or directory)
stat("/etc/perl/overload.pm", 0x7ffcd1ae5610) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/overload.pmc", 0x7ffcd1ae5610) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/overload.pm", 0x7ffcd1ae5610) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/overload.pmc", 0x7ffcd1ae5610) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/overload.pm", 0x7ffcd1ae5610) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/overload.pmc", 0x7ffcd1ae5610) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/overload.pm", 0x7ffcd1ae5610) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/overload.pmc", 0x7ffcd1ae5610) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/overload.pm", 0x7ffcd1ae5610) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/overload.pmc", 0x7ffcd1ae5610) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/overload.pm", 0x7ffcd1ae5610) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/overload.pmc", 0x7ffcd1ae5610) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/overload.pm", {st_mode=S_IFREG|0644, st_size=4466, ...}) = 0
open("/usr/share/perl/5.24/overload.pm", O_RDONLY) = 12
ioctl(12, TCGETS, 0x7ffcd1ae53e0)       = -1 ENOTTY (Inappropriate ioctl for device)
lseek(12, 0, SEEK_CUR)                  = 0
read(12, "package overload;\n\nour $VERSION "..., 8192) = 4466
stat("/etc/perl/overloading.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/overloading.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/overloading.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/overloading.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/overloading.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/overloading.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/overloading.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/overloading.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/overloading.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/overloading.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/overloading.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/overloading.pm", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/overloading.pmc", 0x7ffcd1ae4fc0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/overloading.pm", {st_mode=S_IFREG|0644, st_size=964, ...}) = 0
open("/usr/share/perl/5.24/overloading.pm", O_RDONLY) = 13
ioctl(13, TCGETS, 0x7ffcd1ae4d90)       = -1 ENOTTY (Inappropriate ioctl for device)
lseek(13, 0, SEEK_CUR)                  = 0
read(13, "package overloading;\nuse warning"..., 8192) = 964
lseek(13, 963, SEEK_SET)                = 963
lseek(13, 0, SEEK_CUR)                  = 963
close(13)                               = 0
brk(0x55609bf14000)                     = 0x55609bf14000
lseek(12, 4465, SEEK_SET)               = 4465
lseek(12, 0, SEEK_CUR)                  = 4465
close(12)                               = 0
read(11, "", 8192)                      = 0
close(11)                               = 0
read(10, "e) = @_;\n    foreach my $key (ke"..., 8192) = 6019
brk(0x55609bf35000)                     = 0x55609bf35000
brk(0x55609bf56000)                     = 0x55609bf56000
read(10, "", 8192)                      = 0
close(10)                               = 0
read(9, "", 8192)                       = 0
close(9)                                = 0
read(8, "", 8192)                       = 0
close(8)                                = 0
stat("/etc/dpkg/origins/default", {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
stat("/etc/dpkg/origins/default", {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
stat("/etc/dpkg/origins/Default", 0x55609b8fa298) = -1 ENOENT (No such file or directory)
stat("/etc/dpkg/origins/Default", 0x55609b8fa298) = -1 ENOENT (No such file or directory)
open("/etc/dpkg/origins/default", O_RDONLY) = 8
ioctl(8, TCGETS, 0x7ffcd1ae6ae0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(8, 0, SEEK_CUR)                   = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0
fcntl(8, F_SETFD, FD_CLOEXEC)           = 0
read(8, "Vendor: Debian\nVendor-URL: http:"..., 8192) = 82
read(8, "", 8192)                       = 0
close(8)                                = 0
stat("/etc/perl/Dpkg/Vendor/Debian.pmc", 0x7ffcd1ae6f50) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/Vendor/Debian.pm", 0x7ffcd1ae6f50) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Vendor/Debian.pmc", 0x7ffcd1ae6f50) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Vendor/Debian.pm", 0x7ffcd1ae6f50) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Vendor/Debian.pmc", 0x7ffcd1ae6f50) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Vendor/Debian.pm", 0x7ffcd1ae6f50) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Vendor/Debian.pmc", 0x7ffcd1ae6f50) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Vendor/Debian.pm", 0x7ffcd1ae6f50) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Vendor/Debian.pmc", 0x7ffcd1ae6f50) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Vendor/Debian.pm", {st_mode=S_IFREG|0644, st_size=13034, ...}) = 0
open("/usr/share/perl5/Dpkg/Vendor/Debian.pm", O_RDONLY) = 8
ioctl(8, TCGETS, 0x7ffcd1ae6d20)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(8, 0, SEEK_CUR)                   = 0
read(8, "# Copyright \302\251 2009-2011 Rapha\303\253"..., 8192) = 8192
stat("/etc/perl/Dpkg/BuildOptions.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/BuildOptions.pm", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/BuildOptions.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/BuildOptions.pm", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/BuildOptions.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/BuildOptions.pm", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/BuildOptions.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/BuildOptions.pm", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/BuildOptions.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/BuildOptions.pm", {st_mode=S_IFREG|0644, st_size=6339, ...}) = 0
open("/usr/share/perl5/Dpkg/BuildOptions.pm", O_RDONLY) = 9
ioctl(9, TCGETS, 0x7ffcd1ae66d0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(9, 0, SEEK_CUR)                   = 0
read(9, "# Copyright \302\251 2007 Frank Lichte"..., 8192) = 6339
brk(0x55609bf77000)                     = 0x55609bf77000
read(9, "", 8192)                       = 0
close(9)                                = 0
stat("/etc/perl/Dpkg/Arch.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/Arch.pm", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Arch.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Arch.pm", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Arch.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Arch.pm", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Arch.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Arch.pm", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Arch.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Arch.pm", {st_mode=S_IFREG|0644, st_size=14200, ...}) = 0
open("/usr/share/perl5/Dpkg/Arch.pm", O_RDONLY) = 9
ioctl(9, TCGETS, 0x7ffcd1ae66d0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(9, 0, SEEK_CUR)                   = 0
read(9, "# Copyright \302\251 2006-2015 Guillem"..., 8192) = 8192
brk(0x55609bf98000)                     = 0x55609bf98000
read(9, "stable_re{$_os}$/) {\n\t    $os = "..., 8192) = 6008
brk(0x55609bfb9000)                     = 0x55609bfb9000
lseek(9, 13867, SEEK_SET)               = 13867
lseek(9, 0, SEEK_CUR)                   = 13867
close(9)                                = 0
stat("/etc/perl/Dpkg/Vendor/Default.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/Vendor/Default.pm", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Vendor/Default.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Vendor/Default.pm", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Vendor/Default.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Vendor/Default.pm", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Vendor/Default.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Vendor/Default.pm", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Vendor/Default.pmc", 0x7ffcd1ae6900) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Vendor/Default.pm", {st_mode=S_IFREG|0644, st_size=6103, ...}) = 0
open("/usr/share/perl5/Dpkg/Vendor/Default.pm", O_RDONLY) = 9
ioctl(9, TCGETS, 0x7ffcd1ae66d0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(9, 0, SEEK_CUR)                   = 0
read(9, "# Copyright \302\251 2009 Rapha\303\253l Her"..., 8192) = 6103
read(9, "", 8192)                       = 0
close(9)                                = 0
brk(0x55609bfda000)                     = 0x55609bfda000
read(8, " '');\n    }\n\n    # Default featu"..., 8192) = 4842
brk(0x55609bffb000)                     = 0x55609bffb000
read(8, "", 8192)                       = 0
close(8)                                = 0
read(7, "", 8192)                       = 0
close(7)                                = 0
read(6, "", 8192)                       = 0
close(6)                                = 0
read(5, "", 8192)                       = 0
close(5)                                = 0
read(4, "", 8192)                       = 0
close(4)                                = 0
stat("/etc/perl/File/Basename.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/etc/perl/File/Basename.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/File/Basename.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/File/Basename.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/File/Basename.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/File/Basename.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/File/Basename.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/File/Basename.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/File/Basename.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/File/Basename.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/File/Basename.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/File/Basename.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/File/Basename.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/File/Basename.pm", {st_mode=S_IFREG|0644, st_size=5429, ...}) = 0
open("/usr/share/perl/5.24/File/Basename.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae8660)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "package File::Basename;\n\n# File:"..., 8192) = 5429
brk(0x55609c01d000)                     = 0x55609c01d000
read(4, "", 8192)                       = 0
close(4)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
stat("/etc/perl/File/Copy.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/etc/perl/File/Copy.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/File/Copy.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/File/Copy.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/File/Copy.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/File/Copy.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/File/Copy.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/File/Copy.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/File/Copy.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/File/Copy.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/File/Copy.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/File/Copy.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/File/Copy.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/File/Copy.pm", {st_mode=S_IFREG|0644, st_size=16012, ...}) = 0
open("/usr/share/perl/5.24/File/Copy.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae8660)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "# File/Copy.pm. Written in 1994 "..., 8192) = 8192
stat("/etc/perl/File/Spec.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/etc/perl/File/Spec.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/File/Spec.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/File/Spec.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/File/Spec.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/File/Spec.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/File/Spec.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/File/Spec.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/File/Spec.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/File/Spec.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/File/Spec.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/File/Spec.pm", {st_mode=S_IFREG|0644, st_size=622, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/File/Spec.pm", O_RDONLY) = 5
ioctl(5, TCGETS, 0x7ffcd1ae8010)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "package File::Spec;\n\nuse strict;"..., 8192) = 622
lseek(5, 621, SEEK_SET)                 = 621
lseek(5, 0, SEEK_CUR)                   = 621
close(5)                                = 0
stat("/etc/perl/File/Spec/Unix.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/etc/perl/File/Spec/Unix.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/File/Spec/Unix.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/File/Spec/Unix.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/File/Spec/Unix.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/File/Spec/Unix.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/File/Spec/Unix.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/File/Spec/Unix.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/File/Spec/Unix.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/File/Spec/Unix.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/File/Spec/Unix.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/File/Spec/Unix.pm", {st_mode=S_IFREG|0644, st_size=10014, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/File/Spec/Unix.pm", O_RDONLY) = 5
ioctl(5, TCGETS, 0x7ffcd1ae8010)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "package File::Spec::Unix;\n\nuse s"..., 8192) = 8192
brk(0x55609c03e000)                     = 0x55609c03e000
brk(0x55609c05f000)                     = 0x55609c05f000
read(5, "path\n    if ( ! $self->file_name"..., 8192) = 1822
read(5, "", 8192)                       = 0
close(5)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
brk(0x55609c083000)                     = 0x55609c083000
read(4, "   utime($atime, $mtime, $to);\n "..., 8192) = 7820
lseek(4, 9001, SEEK_SET)                = 9001
lseek(4, 0, SEEK_CUR)                   = 9001
close(4)                                = 0
stat("/etc/perl/Scalar/Util.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Scalar/Util.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Scalar/Util.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Scalar/Util.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Scalar/Util.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Scalar/Util.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Scalar/Util.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Scalar/Util.pm", {st_mode=S_IFREG|0644, st_size=9938, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl5/5.24/Scalar/Util.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae8660)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "# Copyright (c) 1997-2007 Graham"..., 8192) = 8192
lseek(4, 1420, SEEK_SET)                = 1420
lseek(4, 0, SEEK_CUR)                   = 1420
close(4)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
stat("/etc/perl/List/Util.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/etc/perl/List/Util.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/List/Util.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/List/Util.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/List/Util.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/List/Util.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/List/Util.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/List/Util.pm", {st_mode=S_IFREG|0644, st_size=20107, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl5/5.24/List/Util.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae8660)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "# Copyright (c) 1997-2009 Graham"..., 8192) = 8192
brk(0x55609c0a4000)                     = 0x55609c0a4000
read(4, "# whatever\n\n=head2 sum0\n\n    my "..., 8192) = 8192
read(4, "'uninitialized';>). In addition,"..., 8192) = 3723
read(4, "", 8192)                       = 0
close(4)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/auto/List/Util/Util.bs", 0x55609b8fa298) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/auto/List/Util/Util.so", {st_mode=S_IFREG|0644, st_size=51040, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl5/5.24/auto/List/Util/Util.so", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\35\0\0\0\0\0\0"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0644, st_size=51040, ...}) = 0
mmap(NULL, 2146432, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f76d8115000
mprotect(0x7f76d8120000, 2097152, PROT_NONE) = 0
mmap(0x7f76d8320000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xb000) = 0x7f76d8320000
close(4)                                = 0
mprotect(0x7f76d8320000, 4096, PROT_READ) = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
stat("/etc/perl/File/Spec/Functions.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/etc/perl/File/Spec/Functions.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/File/Spec/Functions.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/File/Spec/Functions.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/File/Spec/Functions.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/File/Spec/Functions.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/File/Spec/Functions.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/File/Spec/Functions.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/File/Spec/Functions.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/File/Spec/Functions.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/File/Spec/Functions.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/File/Spec/Functions.pm", {st_mode=S_IFREG|0644, st_size=2392, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/File/Spec/Functions.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae8660)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "package File::Spec::Functions;\n\n"..., 8192) = 2392
lseek(4, 1145, SEEK_SET)                = 1145
lseek(4, 0, SEEK_CUR)                   = 1145
close(4)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
stat("/etc/perl/File/Temp.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/etc/perl/File/Temp.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/File/Temp.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/File/Temp.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/File/Temp.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/File/Temp.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/File/Temp.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/File/Temp.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/File/Temp.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/File/Temp.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/File/Temp.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/File/Temp.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/File/Temp.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/File/Temp.pm", {st_mode=S_IFREG|0644, st_size=46927, ...}) = 0
open("/usr/share/perl/5.24/File/Temp.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae8660)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "package File::Temp;\n# ABSTRACT: "..., 8192) = 8192
stat("/etc/perl/File/Path.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/etc/perl/File/Path.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/File/Path.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/File/Path.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/File/Path.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/File/Path.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/File/Path.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/File/Path.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/File/Path.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/File/Path.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/File/Path.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/File/Path.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/File/Path.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/File/Path.pm", {st_mode=S_IFREG|0644, st_size=17946, ...}) = 0
open("/usr/share/perl/5.24/File/Path.pm", O_RDONLY) = 5
ioctl(5, TCGETS, 0x7ffcd1ae8010)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "package File::Path;\n\nuse 5.005_0"..., 8192) = 8192
brk(0x55609c0c8000)                     = 0x55609c0c8000
read(5, " _slash_lc($p) : $p;\n        my "..., 8192) = 8192
brk(0x55609c0eb000)                     = 0x55609c0eb000
read(5, "                $arg->{safe}\n   "..., 8192) = 1562
lseek(5, 17945, SEEK_SET)               = 17945
lseek(5, 0, SEEK_CUR)                   = 17945
close(5)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
stat("/etc/perl/Errno.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Errno.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Errno.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Errno.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Errno.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Errno.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Errno.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Errno.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Errno.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Errno.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Errno.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Errno.pm", {st_mode=S_IFREG|0644, st_size=4884, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/Errno.pm", O_RDONLY) = 5
ioctl(5, TCGETS, 0x7ffcd1ae8010)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "# -*- buffer-read-only: t -*-\n#\n"..., 8192) = 4884
lseek(5, 4869, SEEK_SET)                = 4869
lseek(5, 0, SEEK_CUR)                   = 4869
close(5)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
brk(0x55609c115000)                     = 0x55609c115000
read(4, "nd of the substring with a\n  # r"..., 8192) = 8192
read(4, " This routine based on version w"..., 8192) = 8192
brk(0x55609c136000)                     = 0x55609c136000
brk(0x55609c135000)                     = 0x55609c135000
read(4, "efined $cwd;\n            my $abs"..., 8192) = 8192
brk(0x55609c156000)                     = 0x55609c156000
read(4, " $template = File::Spec->catfile"..., 8192) = 8192
brk(0x55609c177000)                     = 0x55609c177000
read(4, "s scalar(@_) == 2;\n\n  my ($dir, "..., 8192) = 5967
brk(0x55609c198000)                     = 0x55609c198000
lseek(4, 46926, SEEK_SET)               = 46926
lseek(4, 0, SEEK_CUR)                   = 46926
close(4)                                = 0
stat("/etc/perl/Carp/Heavy.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Carp/Heavy.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Carp/Heavy.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Carp/Heavy.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Carp/Heavy.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Carp/Heavy.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Carp/Heavy.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Carp/Heavy.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Carp/Heavy.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Carp/Heavy.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Carp/Heavy.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Carp/Heavy.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Carp/Heavy.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Carp/Heavy.pm", {st_mode=S_IFREG|0644, st_size=773, ...}) = 0
open("/usr/share/perl/5.24/Carp/Heavy.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae8660)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "package Carp::Heavy;\n\nuse Carp ("..., 8192) = 773
read(4, "", 8192)                       = 0
close(4)                                = 0
stat("/etc/perl/filetest.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/etc/perl/filetest.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/filetest.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/filetest.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/filetest.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/filetest.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/filetest.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/filetest.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/filetest.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/filetest.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/filetest.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/filetest.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/filetest.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/filetest.pm", {st_mode=S_IFREG|0644, st_size=4003, ...}) = 0
open("/usr/share/perl/5.24/filetest.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae8660)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "package filetest;\n\nour $VERSION "..., 8192) = 4003
read(4, "", 8192)                       = 0
close(4)                                = 0
stat("/etc/perl/Getopt/Long.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Getopt/Long.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Getopt/Long.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Getopt/Long.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Getopt/Long.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Getopt/Long.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Getopt/Long.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Getopt/Long.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Getopt/Long.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Getopt/Long.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Getopt/Long.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Getopt/Long.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Getopt/Long.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Getopt/Long.pm", {st_mode=S_IFREG|0644, st_size=42783, ...}) = 0
open("/usr/share/perl/5.24/Getopt/Long.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae8660)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "#! perl\n\n# Getopt::Long.pm -- Un"..., 8192) = 8192
read(4, "= 0;\n\tprint STDERR\n\t  (\"Getopt::"..., 8192) = 8192
brk(0x55609c1b9000)                     = 0x55609c1b9000
read(4, "}) eq 'ARRAY' ) {\n\t\t\tprint STDER"..., 8192) = 8192
brk(0x55609c1dd000)                     = 0x55609c1dd000
brk(0x55609c1fe000)                     = 0x55609c1fe000
read(4, "    foreach ( @names ) {\n\n\t$_ = "..., 8192) = 8192
brk(0x55609c222000)                     = 0x55609c222000
read(4, "$ctl, $arg, $key)\n\t  if defined "..., 8192) = 8192
brk(0x55609c243000)                     = 0x55609c243000
read(4, "-help.\n#\n# The arguments are the"..., 8192) = 1823
read(4, "", 8192)                       = 0
close(4)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
stat("/etc/perl/Devscripts/Versort.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Devscripts/Versort.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Devscripts/Versort.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Devscripts/Versort.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Devscripts/Versort.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Devscripts/Versort.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Devscripts/Versort.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Devscripts/Versort.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Devscripts/Versort.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Devscripts/Versort.pm", {st_mode=S_IFREG|0644, st_size=2075, ...}) = 0
open("/usr/share/perl5/Devscripts/Versort.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae8660)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "# Copyright (C) 1998,2002 Julian"..., 8192) = 2075
stat("/etc/perl/Dpkg/Version.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Dpkg/Version.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Version.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Dpkg/Version.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Version.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Dpkg/Version.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Version.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Dpkg/Version.pm", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Version.pmc", 0x7ffcd1ae8240) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Dpkg/Version.pm", {st_mode=S_IFREG|0644, st_size=12234, ...}) = 0
open("/usr/share/perl5/Dpkg/Version.pm", O_RDONLY) = 5
ioctl(5, TCGETS, 0x7ffcd1ae8010)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "# Copyright \302\251 Colin Watson <cjw"..., 8192) = 8192
brk(0x55609c264000)                     = 0x55609c264000
read(5, "    } elsif ($x =~ /^\\d$/) {\n   "..., 8192) = 4042
brk(0x55609c285000)                     = 0x55609c285000
read(5, "", 8192)                       = 0
close(5)                                = 0
read(4, "", 8192)                       = 0
close(4)                                = 0
stat("/etc/perl/Text/ParseWords.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Text/ParseWords.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Text/ParseWords.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Text/ParseWords.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Text/ParseWords.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Text/ParseWords.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Text/ParseWords.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Text/ParseWords.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Text/ParseWords.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Text/ParseWords.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Text/ParseWords.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Text/ParseWords.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Text/ParseWords.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Text/ParseWords.pm", {st_mode=S_IFREG|0644, st_size=4480, ...}) = 0
open("/usr/share/perl/5.24/Text/ParseWords.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae8660)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "package Text::ParseWords;\n\nuse s"..., 8192) = 4480
brk(0x55609c2a6000)                     = 0x55609c2a6000
brk(0x55609c2a5000)                     = 0x55609c2a5000
lseek(4, 4479, SEEK_SET)                = 4479
lseek(4, 0, SEEK_CUR)                   = 4479
close(4)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
stat("/etc/perl/Digest/MD5.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Digest/MD5.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Digest/MD5.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Digest/MD5.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Digest/MD5.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Digest/MD5.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Digest/MD5.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Digest/MD5.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Digest/MD5.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Digest/MD5.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Digest/MD5.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Digest/MD5.pm", {st_mode=S_IFREG|0644, st_size=10941, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/Digest/MD5.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae8660)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "package Digest::MD5;\n\nuse strict"..., 8192) = 8192
lseek(4, 736, SEEK_SET)                 = 736
lseek(4, 0, SEEK_CUR)                   = 736
close(4)                                = 0
stat("/etc/perl/Digest/base.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Digest/base.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Digest/base.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Digest/base.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Digest/base.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Digest/base.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Digest/base.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Digest/base.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Digest/base.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Digest/base.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Digest/base.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Digest/base.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Digest/base.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Digest/base.pm", {st_mode=S_IFREG|0644, st_size=1804, ...}) = 0
open("/usr/share/perl/5.24/Digest/base.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae8660)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "package Digest::base;\n\nuse stric"..., 8192) = 1804
lseek(4, 1125, SEEK_SET)                = 1125
lseek(4, 0, SEEK_CUR)                   = 1125
close(4)                                = 0
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/Digest/MD5/MD5.bs", 0x55609b8fa298) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/Digest/MD5/MD5.so", {st_mode=S_IFREG|0644, st_size=18704, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/Digest/MD5/MD5.so", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\16\0\0\0\0\0\0"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0644, st_size=18704, ...}) = 0
mmap(NULL, 2113808, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f76d7f10000
mprotect(0x7f76d7f14000, 2093056, PROT_NONE) = 0
mmap(0x7f76d8113000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x3000) = 0x7f76d8113000
close(4)                                = 0
mprotect(0x7f76d8113000, 4096, PROT_READ) = 0
stat("/etc/perl/LWP/UserAgent.pmc", 0x7ffcd1ae88e0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/LWP/UserAgent.pm", 0x7ffcd1ae88e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/LWP/UserAgent.pmc", 0x7ffcd1ae88e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/LWP/UserAgent.pm", 0x7ffcd1ae88e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/LWP/UserAgent.pmc", 0x7ffcd1ae88e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/LWP/UserAgent.pm", 0x7ffcd1ae88e0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/LWP/UserAgent.pmc", 0x7ffcd1ae88e0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/LWP/UserAgent.pm", 0x7ffcd1ae88e0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/LWP/UserAgent.pmc", 0x7ffcd1ae88e0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/LWP/UserAgent.pm", {st_mode=S_IFREG|0644, st_size=59823, ...}) = 0
open("/usr/share/perl5/LWP/UserAgent.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae86b0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "package LWP::UserAgent;\n\nuse str"..., 8192) = 8192
stat("/etc/perl/HTTP/Request.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/etc/perl/HTTP/Request.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/HTTP/Request.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/HTTP/Request.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/HTTP/Request.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/HTTP/Request.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/HTTP/Request.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/HTTP/Request.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/HTTP/Request.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/HTTP/Request.pm", {st_mode=S_IFREG|0644, st_size=5553, ...}) = 0
open("/usr/share/perl5/HTTP/Request.pm", O_RDONLY) = 5
ioctl(5, TCGETS, 0x7ffcd1ae8060)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "package HTTP::Request;\n\nuse stri"..., 8192) = 5553
stat("/etc/perl/base.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/etc/perl/base.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/base.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/base.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/base.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/base.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/base.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/base.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/base.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/base.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/base.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/base.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/base.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/base.pm", {st_mode=S_IFREG|0644, st_size=5341, ...}) = 0
open("/usr/share/perl/5.24/base.pm", O_RDONLY) = 6
ioctl(6, TCGETS, 0x7ffcd1ae7a10)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(6, 0, SEEK_CUR)                   = 0
read(6, "use 5.008;\npackage base;\n\nuse st"..., 8192) = 5341
brk(0x55609c2c6000)                     = 0x55609c2c6000
lseek(6, 5340, SEEK_SET)                = 5340
lseek(6, 0, SEEK_CUR)                   = 5340
close(6)                                = 0
stat("/etc/perl/HTTP/Message.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/etc/perl/HTTP/Message.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/HTTP/Message.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/HTTP/Message.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/HTTP/Message.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/HTTP/Message.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/HTTP/Message.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/HTTP/Message.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/HTTP/Message.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/HTTP/Message.pm", {st_mode=S_IFREG|0644, st_size=30307, ...}) = 0
open("/usr/share/perl5/HTTP/Message.pm", O_RDONLY) = 6
ioctl(6, TCGETS, 0x7ffcd1ae7a10)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(6, 0, SEEK_CUR)                   = 0
read(6, "package HTTP::Message;\n\nuse stri"..., 8192) = 8192
brk(0x55609c2e9000)                     = 0x55609c2e9000
brk(0x55609c2e6000)                     = 0x55609c2e6000
brk(0x55609c308000)                     = 0x55609c308000
read(6, "ncompress content\";\n\t\t}\n\t\telsif "..., 8192) = 8192
brk(0x55609c329000)                     = 0x55609c329000
brk(0x55609c328000)                     = 0x55609c328000
brk(0x55609c349000)                     = 0x55609c349000
read(6, "self->{_content};\n\tdelete $self-"..., 8192) = 8192
lseek(6, 19636, SEEK_SET)               = 19636
lseek(6, 0, SEEK_CUR)                   = 19636
close(6)                                = 0
stat("/etc/perl/HTTP/Headers.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/etc/perl/HTTP/Headers.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/HTTP/Headers.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/HTTP/Headers.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/HTTP/Headers.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/HTTP/Headers.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/HTTP/Headers.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/HTTP/Headers.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/HTTP/Headers.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/HTTP/Headers.pm", {st_mode=S_IFREG|0644, st_size=24868, ...}) = 0
open("/usr/share/perl5/HTTP/Headers.pm", O_RDONLY) = 6
ioctl(6, TCGETS, 0x7ffcd1ae7a10)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(6, 0, SEEK_CUR)                   = 0
read(6, "package HTTP::Headers;\n\nuse stri"..., 8192) = 8192
brk(0x55609c36a000)                     = 0x55609c36a000
brk(0x55609c38b000)                     = 0x55609c38b000
read(6, "{'content-type'};\n    $self->{'c"..., 8192) = 8192
brk(0x55609c3ac000)                     = 0x55609c3ac000
lseek(6, 11599, SEEK_SET)               = 11599
lseek(6, 0, SEEK_CUR)                   = 11599
close(6)                                = 0
stat("/etc/perl/Storable.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Storable.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Storable.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Storable.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Storable.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Storable.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Storable.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Storable.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Storable.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Storable.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Storable.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Storable.pm", {st_mode=S_IFREG|0644, st_size=43238, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/Storable.pm", O_RDONLY) = 6
ioctl(6, TCGETS, 0x7ffcd1ae7a10)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(6, 0, SEEK_CUR)                   = 0
read(6, "#\n#  Copyright (c) 1995-2001, Ra"..., 8192) = 8192
stat("/etc/perl/Log/Agent.pmc", 0x7ffcd1ae7640) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Log/Agent.pm", 0x7ffcd1ae7640) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Log/Agent.pmc", 0x7ffcd1ae7640) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Log/Agent.pm", 0x7ffcd1ae7640) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Log/Agent.pmc", 0x7ffcd1ae7640) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Log/Agent.pm", 0x7ffcd1ae7640) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Log/Agent.pmc", 0x7ffcd1ae7640) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Log/Agent.pm", 0x7ffcd1ae7640) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Log/Agent.pmc", 0x7ffcd1ae7640) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Log/Agent.pm", 0x7ffcd1ae7640) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Log/Agent.pmc", 0x7ffcd1ae7640) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Log/Agent.pm", 0x7ffcd1ae7640) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Log/Agent.pmc", 0x7ffcd1ae7640) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Log/Agent.pm", 0x7ffcd1ae7640) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/site_perl/Log/Agent.pmc", 0x7ffcd1ae7640) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/site_perl/Log/Agent.pm", 0x7ffcd1ae7640) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl-base/Log/Agent.pmc", 0x7ffcd1ae7640) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl-base/Log/Agent.pm", 0x7ffcd1ae7640) = -1 ENOENT (No such file or directory)
brk(0x55609c3cd000)                     = 0x55609c3cd000
read(6, "rchy from disk, returning a refe"..., 8192) = 8192
brk(0x55609c3ef000)                     = 0x55609c3ef000
lseek(6, 9942, SEEK_SET)                = 9942
lseek(6, 0, SEEK_CUR)                   = 9942
close(6)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/Storable/Storable.bs", 0x55609b8fa298) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/Storable/Storable.so", {st_mode=S_IFREG|0644, st_size=93072, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/Storable/Storable.so", O_RDONLY|O_CLOEXEC) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`+\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0644, st_size=93072, ...}) = 0
mmap(NULL, 2188168, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f76d7cf9000
mprotect(0x7f76d7d0e000, 2097152, PROT_NONE) = 0
mmap(0x7f76d7f0e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x15000) = 0x7f76d7f0e000
close(6)                                = 0
mprotect(0x7f76d7f0e000, 4096, PROT_READ) = 0
stat("/etc/perl/URI.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/etc/perl/URI.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/URI.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/URI.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/URI.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/URI.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/URI.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/URI.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/URI.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/URI.pm", {st_mode=S_IFREG|0644, st_size=34779, ...}) = 0
open("/usr/share/perl5/URI.pm", O_RDONLY) = 6
ioctl(6, TCGETS, 0x7ffcd1ae7a10)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(6, 0, SEEK_CUR)                   = 0
read(6, "package URI;\n\nuse strict;\nuse wa"..., 8192) = 8192
stat("/etc/perl/URI/Escape.pmc", 0x7ffcd1ae75f0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/URI/Escape.pm", 0x7ffcd1ae75f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/URI/Escape.pmc", 0x7ffcd1ae75f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/URI/Escape.pm", 0x7ffcd1ae75f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/URI/Escape.pmc", 0x7ffcd1ae75f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/URI/Escape.pm", 0x7ffcd1ae75f0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/URI/Escape.pmc", 0x7ffcd1ae75f0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/URI/Escape.pm", 0x7ffcd1ae75f0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/URI/Escape.pmc", 0x7ffcd1ae75f0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/URI/Escape.pm", {st_mode=S_IFREG|0644, st_size=7022, ...}) = 0
open("/usr/share/perl5/URI/Escape.pm", O_RDONLY) = 7
ioctl(7, TCGETS, 0x7ffcd1ae73c0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(7, 0, SEEK_CUR)                   = 0
read(7, "package URI::Escape;\n\nuse strict"..., 8192) = 7022
read(7, "", 8192)                       = 0
close(7)                                = 0
brk(0x55609c410000)                     = 0x55609c410000
brk(0x55609c431000)                     = 0x55609c431000
lseek(6, 7637, SEEK_SET)                = 7637
lseek(6, 0, SEEK_CUR)                   = 7637
close(6)                                = 0
lseek(5, 2533, SEEK_SET)                = 2533
lseek(5, 0, SEEK_CUR)                   = 2533
close(5)                                = 0
stat("/etc/perl/HTTP/Response.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/etc/perl/HTTP/Response.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/HTTP/Response.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/HTTP/Response.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/HTTP/Response.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/HTTP/Response.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/HTTP/Response.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/HTTP/Response.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/HTTP/Response.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/HTTP/Response.pm", {st_mode=S_IFREG|0644, st_size=16459, ...}) = 0
open("/usr/share/perl5/HTTP/Response.pm", O_RDONLY) = 5
ioctl(5, TCGETS, 0x7ffcd1ae8060)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "package HTTP::Response;\n\nuse str"..., 8192) = 8192
stat("/etc/perl/HTTP/Status.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/etc/perl/HTTP/Status.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/HTTP/Status.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/HTTP/Status.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/HTTP/Status.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/HTTP/Status.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/HTTP/Status.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/HTTP/Status.pm", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/HTTP/Status.pmc", 0x7ffcd1ae7c40) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/HTTP/Status.pm", {st_mode=S_IFREG|0644, st_size=9085, ...}) = 0
open("/usr/share/perl5/HTTP/Status.pm", O_RDONLY) = 6
ioctl(6, TCGETS, 0x7ffcd1ae7a10)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(6, 0, SEEK_CUR)                   = 0
read(6, "package HTTP::Status;\n\nuse stric"..., 8192) = 8192
brk(0x55609c453000)                     = 0x55609c453000
lseek(6, 3880, SEEK_SET)                = 3880
lseek(6, 0, SEEK_CUR)                   = 3880
close(6)                                = 0
brk(0x55609c475000)                     = 0x55609c475000
brk(0x55609c473000)                     = 0x55609c473000
brk(0x55609c494000)                     = 0x55609c494000
lseek(5, 7573, SEEK_SET)                = 7573
lseek(5, 0, SEEK_CUR)                   = 7573
close(5)                                = 0
stat("/etc/perl/HTTP/Date.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/etc/perl/HTTP/Date.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/HTTP/Date.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/HTTP/Date.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/HTTP/Date.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/HTTP/Date.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/HTTP/Date.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/HTTP/Date.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/HTTP/Date.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/HTTP/Date.pm", {st_mode=S_IFREG|0644, st_size=10751, ...}) = 0
open("/usr/share/perl5/HTTP/Date.pm", O_RDONLY) = 5
ioctl(5, TCGETS, 0x7ffcd1ae8060)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "package HTTP::Date;\n\n$VERSION = "..., 8192) = 8192
brk(0x55609c4b5000)                     = 0x55609c4b5000
lseek(5, 6237, SEEK_SET)                = 6237
lseek(5, 0, SEEK_CUR)                   = 6237
close(5)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
stat("/etc/perl/Time/Local.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Time/Local.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Time/Local.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Time/Local.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Time/Local.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Time/Local.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Time/Local.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Time/Local.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Time/Local.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Time/Local.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Time/Local.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Time/Local.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Time/Local.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/Time/Local.pm", {st_mode=S_IFREG|0644, st_size=12092, ...}) = 0
open("/usr/share/perl/5.24/Time/Local.pm", O_RDONLY) = 5
ioctl(5, TCGETS, 0x7ffcd1ae8060)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "package Time::Local;\n\nrequire Ex"..., 8192) = 8192
brk(0x55609c4d6000)                     = 0x55609c4d6000
lseek(5, 5199, SEEK_SET)                = 5199
lseek(5, 0, SEEK_CUR)                   = 5199
close(5)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
open("/etc/localtime", O_RDONLY|O_CLOEXEC) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2335, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=2335, ...}) = 0
read(5, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\t\0\0\0\t\0\0\0\0"..., 4096) = 2335
lseek(5, -1476, SEEK_CUR)               = 859
read(5, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\t\0\0\0\t\0\0\0\0"..., 4096) = 1476
close(5)                                = 0
stat("/etc/perl/LWP.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/etc/perl/LWP.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/LWP.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/LWP.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/LWP.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/LWP.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/LWP.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/LWP.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/LWP.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/LWP.pm", {st_mode=S_IFREG|0644, st_size=21658, ...}) = 0
open("/usr/share/perl5/LWP.pm", O_RDONLY) = 5
ioctl(5, TCGETS, 0x7ffcd1ae8060)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "package LWP;\n\n$VERSION = \"6.15\";"..., 8192) = 8192
lseek(5, 152, SEEK_SET)                 = 152
lseek(5, 0, SEEK_CUR)                   = 152
close(5)                                = 0
stat("/etc/perl/LWP/Protocol.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/etc/perl/LWP/Protocol.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/LWP/Protocol.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/LWP/Protocol.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/LWP/Protocol.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/LWP/Protocol.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/LWP/Protocol.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/LWP/Protocol.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/LWP/Protocol.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/LWP/Protocol.pm", {st_mode=S_IFREG|0644, st_size=7915, ...}) = 0
open("/usr/share/perl5/LWP/Protocol.pm", O_RDONLY) = 5
ioctl(5, TCGETS, 0x7ffcd1ae8060)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "package LWP::Protocol;\n\nrequire "..., 8192) = 7915
lseek(5, 4626, SEEK_SET)                = 4626
lseek(5, 0, SEEK_CUR)                   = 4626
close(5)                                = 0
stat("/etc/perl/LWP/MemberMixin.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/etc/perl/LWP/MemberMixin.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/LWP/MemberMixin.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/LWP/MemberMixin.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/LWP/MemberMixin.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/LWP/MemberMixin.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/LWP/MemberMixin.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/LWP/MemberMixin.pm", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/LWP/MemberMixin.pmc", 0x7ffcd1ae8290) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/LWP/MemberMixin.pm", {st_mode=S_IFREG|0644, st_size=846, ...}) = 0
open("/usr/share/perl5/LWP/MemberMixin.pm", O_RDONLY) = 5
ioctl(5, TCGETS, 0x7ffcd1ae8060)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "package LWP::MemberMixin;\n\nsub _"..., 8192) = 846
lseek(5, 179, SEEK_SET)                 = 179
lseek(5, 0, SEEK_CUR)                   = 179
close(5)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
brk(0x55609c4fa000)                     = 0x55609c4fa000
read(4, "self->{def_headers}) {\n\tfor my $"..., 8192) = 8192
brk(0x55609c51c000)                     = 0x55609c51c000
brk(0x55609c51a000)                     = 0x55609c51a000
read(4, "     print STDERR \"\\n\";\n    }\n  "..., 8192) = 8192
brk(0x55609c53b000)                     = 0x55609c53b000
brk(0x55609c55c000)                     = 0x55609c55c000
read(4, "my $h ($self->handlers($phase, $"..., 8192) = 8192
brk(0x55609c57d000)                     = 0x55609c57d000
lseek(4, 30590, SEEK_SET)               = 30590
lseek(4, 0, SEEK_CUR)                   = 30590
close(4)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
read(3, "ssion ($);\nsub get_suffix ($);\ns"..., 8192) = 8192
brk(0x55609c59e000)                     = 0x55609c59e000
read(3, "    # Set defaults\n    foreach m"..., 8192) = 8192
brk(0x55609c5bf000)                     = 0x55609c5bf000
read(3, "    undef @uscan_redirections;\n "..., 8192) = 8192
read(3, "OD.\n\nsub process_watchline ($$$$"..., 8192) = 8192
brk(0x55609c5e0000)                     = 0x55609c5e0000
brk(0x55609c601000)                     = 0x55609c601000
read(3, "d @components) {\n\t    uscan_warn"..., 8192) = 8192
brk(0x55609c625000)                     = 0x55609c625000
read(3, ") {\n\t\t$msg .= \"     $$ref[1] ($$"..., 8192) = 8192
brk(0x55609c647000)                     = 0x55609c647000
brk(0x55609c66a000)                     = 0x55609c66a000
read(3, "ard FTP listing.\\n\";\n\t    # they"..., 8192) = 8192
brk(0x55609c68b000)                     = 0x55609c68b000
read(3, "tend to found a newer upstream v"..., 8192) = 8192
brk(0x55609c6ae000)                     = 0x55609c6ae000
read(3, "} else {\n\t\t    uscan_warn(\"Pleas"..., 8192) = 8192
brk(0x55609c6d0000)                     = 0x55609c6d0000
read(3, "--unzipopt\", $options{'unzipopt'"..., 8192) = 8192
brk(0x55609c6f2000)                     = 0x55609c6f2000
brk(0x55609c713000)                     = 0x55609c713000
brk(0x55609c711000)                     = 0x55609c711000
read(3, "site\n\tif (exists $$optref{'pasv'"..., 8192) = 8192
brk(0x55609c734000)                     = 0x55609c734000
read(3, "ion = $_[0];\n    my $canonical_s"..., 8192) = 8192
brk(0x55609c755000)                     = 0x55609c755000
brk(0x55609c776000)                     = 0x55609c776000
stat("/etc/perl/re.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/etc/perl/re.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/re.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/re.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/re.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/re.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/re.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/re.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/re.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/re.pm", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/re.pmc", 0x7ffcd1ae8890) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/re.pm", {st_mode=S_IFREG|0644, st_size=8639, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/re.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae8660)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "package re;\n\n# pragma for contro"..., 8192) = 8192
brk(0x55609c797000)                     = 0x55609c797000
read(4, "abled(\"deprecated\")) {\n         "..., 8192) = 447
lseek(4, 8638, SEEK_SET)                = 8638
lseek(4, 0, SEEK_CUR)                   = 8638
close(4)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/re/re.bs", 0x55609b8fa298) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/re/re.so", {st_mode=S_IFREG|0644, st_size=495120, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/re/re.so", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240P\0\0\0\0\0\0"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0644, st_size=495120, ...}) = 0
mmap(NULL, 2590224, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f76d7a80000
mprotect(0x7f76d7af7000, 2097152, PROT_NONE) = 0
mmap(0x7f76d7cf7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x77000) = 0x7f76d7cf7000
close(4)                                = 0
mprotect(0x7f76d7cf7000, 4096, PROT_READ) = 0
read(3, "= ($pos == $oldpos);\n\t\t\t# For ex"..., 8192) = 1300
read(3, "", 8192)                       = 0
close(3)                                = 0
pipe([3, 4])                            = 0
pipe([5, 6])                            = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f76da2d8590) = 20785
close(6)                                = 0
close(4)                                = 0
read(5, "", 4)                          = 0
close(5)                                = 0
ioctl(3, TCGETS, 0x7ffcd1ae8d40)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(3, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=20785, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
fstat(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
read(3, "/home/vic/debian/guitarix/debian"..., 8192) = 37
read(3, "", 8192)                       = 0
fstat(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
close(3)                                = 0
wait4(20785, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 20785
stat("/etc/perl/LWP/Protocol/https.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/etc/perl/LWP/Protocol/https.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/LWP/Protocol/https.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/LWP/Protocol/https.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/LWP/Protocol/https.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/LWP/Protocol/https.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/LWP/Protocol/https.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/LWP/Protocol/https.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/LWP/Protocol/https.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/LWP/Protocol/https.pm", {st_mode=S_IFREG|0644, st_size=6170, ...}) = 0
open("/usr/share/perl5/LWP/Protocol/https.pm", O_RDONLY) = 3
ioctl(3, TCGETS, 0x7ffcd1ae8d40)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(3, 0, SEEK_CUR)                   = 0
read(3, "package LWP::Protocol::https;\n\nu"..., 8192) = 6170
lseek(3, 4736, SEEK_SET)                = 4736
lseek(3, 0, SEEK_CUR)                   = 4736
close(3)                                = 0
stat("/etc/perl/LWP/Protocol/http.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/etc/perl/LWP/Protocol/http.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/LWP/Protocol/http.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/LWP/Protocol/http.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/LWP/Protocol/http.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/LWP/Protocol/http.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/LWP/Protocol/http.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/LWP/Protocol/http.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/LWP/Protocol/http.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/LWP/Protocol/http.pm", {st_mode=S_IFREG|0644, st_size=14805, ...}) = 0
open("/usr/share/perl5/LWP/Protocol/http.pm", O_RDONLY) = 3
ioctl(3, TCGETS, 0x7ffcd1ae8d40)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(3, 0, SEEK_CUR)                   = 0
read(3, "package LWP::Protocol::http;\n\nus"..., 8192) = 8192
brk(0x55609c7b8000)                     = 0x55609c7b8000
read(3, "rite failed: $!\";\n            }\n"..., 8192) = 6613
brk(0x55609c7dc000)                     = 0x55609c7dc000
read(3, "", 8192)                       = 0
close(3)                                = 0
stat("/etc/perl/Net/HTTP.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Net/HTTP.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Net/HTTP.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Net/HTTP.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Net/HTTP.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Net/HTTP.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Net/HTTP.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Net/HTTP.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Net/HTTP.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Net/HTTP.pm", {st_mode=S_IFREG|0644, st_size=10149, ...}) = 0
open("/usr/share/perl5/Net/HTTP.pm", O_RDONLY) = 3
ioctl(3, TCGETS, 0x7ffcd1ae8d40)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(3, 0, SEEK_CUR)                   = 0
read(3, "package Net::HTTP;\n$Net::HTTP::V"..., 8192) = 8192
read(3, "_response_headers() call.\n\nThe r"..., 8192) = 1957
lseek(3, 10100, SEEK_SET)               = 10100
lseek(3, 0, SEEK_CUR)                   = 10100
close(3)                                = 0
stat("/etc/perl/IO/Socket/IP.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/etc/perl/IO/Socket/IP.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/IO/Socket/IP.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/IO/Socket/IP.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/IO/Socket/IP.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/IO/Socket/IP.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/IO/Socket/IP.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/IO/Socket/IP.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/IO/Socket/IP.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/IO/Socket/IP.pm", {st_mode=S_IFREG|0644, st_size=40214, ...}) = 0
open("/usr/share/perl5/IO/Socket/IP.pm", O_RDONLY) = 3
ioctl(3, TCGETS, 0x7ffcd1ae8d40)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(3, 0, SEEK_CUR)                   = 0
read(3, "#  You may distribute under the "..., 8192) = 8192
stat("/etc/perl/IO/Socket.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/etc/perl/IO/Socket.pm", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/IO/Socket.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/IO/Socket.pm", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/IO/Socket.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/IO/Socket.pm", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/IO/Socket.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/IO/Socket.pm", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/IO/Socket.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/IO/Socket.pm", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/IO/Socket.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/IO/Socket.pm", {st_mode=S_IFREG|0644, st_size=9455, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/IO/Socket.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae86f0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "# IO::Socket.pm\n#\n# Copyright (c"..., 8192) = 8192
stat("/etc/perl/Socket.pmc", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Socket.pm", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Socket.pmc", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Socket.pm", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Socket.pmc", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Socket.pm", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Socket.pmc", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Socket.pm", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Socket.pmc", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Socket.pm", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Socket.pmc", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/Socket.pm", {st_mode=S_IFREG|0644, st_size=13554, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/Socket.pm", O_RDONLY) = 5
ioctl(5, TCGETS, 0x7ffcd1ae80a0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "package Socket;\n\nuse strict;\n{ u"..., 8192) = 8192
brk(0x55609c7fd000)                     = 0x55609c7fd000
read(5, "IMAL/;\n\nsub fake_makeerr\n{\n    m"..., 8192) = 5362
brk(0x55609c81f000)                     = 0x55609c81f000
read(5, "", 8192)                       = 0
close(5)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/Socket/Socket.bs", 0x55609b8fa298) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/Socket/Socket.so", {st_mode=S_IFREG|0644, st_size=43464, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/auto/Socket/Socket.so", O_RDONLY|O_CLOEXEC) = 5
read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P-\0\0\0\0\0\0"..., 832) = 832
fstat(5, {st_mode=S_IFREG|0644, st_size=43464, ...}) = 0
mmap(NULL, 2138560, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f76d7875000
mprotect(0x7f76d787d000, 2097152, PROT_NONE) = 0
mmap(0x7f76d7a7d000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x8000) = 0x7f76d7a7d000
close(5)                                = 0
mprotect(0x7f76d7a7d000, 8192, PROT_READ) = 0
brk(0x55609c840000)                     = 0x55609c840000
read(4, "(SOL_SOCKET, at _)\n\t    : $sock->se"..., 8192) = 1263
brk(0x55609c861000)                     = 0x55609c861000
lseek(4, 9454, SEEK_SET)                = 9454
lseek(4, 0, SEEK_CUR)                   = 9454
close(4)                                = 0
stat("/etc/perl/IO/Socket/INET.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/etc/perl/IO/Socket/INET.pm", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/IO/Socket/INET.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/IO/Socket/INET.pm", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/IO/Socket/INET.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/IO/Socket/INET.pm", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/IO/Socket/INET.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/IO/Socket/INET.pm", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/IO/Socket/INET.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/IO/Socket/INET.pm", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/IO/Socket/INET.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/IO/Socket/INET.pm", {st_mode=S_IFREG|0644, st_size=7474, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/IO/Socket/INET.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae86f0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "# IO::Socket::INET.pm\n#\n# Copyri"..., 8192) = 7474
brk(0x55609c882000)                     = 0x55609c882000
brk(0x55609c8a3000)                     = 0x55609c8a3000
lseek(4, 7473, SEEK_SET)                = 7473
lseek(4, 0, SEEK_CUR)                   = 7473
close(4)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
stat("/etc/perl/IO/Socket/UNIX.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/etc/perl/IO/Socket/UNIX.pm", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/IO/Socket/UNIX.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/IO/Socket/UNIX.pm", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/IO/Socket/UNIX.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/IO/Socket/UNIX.pm", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/IO/Socket/UNIX.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/IO/Socket/UNIX.pm", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/IO/Socket/UNIX.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/IO/Socket/UNIX.pm", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/IO/Socket/UNIX.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/IO/Socket/UNIX.pm", {st_mode=S_IFREG|0644, st_size=1375, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl/5.24/IO/Socket/UNIX.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae86f0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "# IO::Socket::UNIX.pm\n#\n# Copyri"..., 8192) = 1375
lseek(4, 1374, SEEK_SET)                = 1374
lseek(4, 0, SEEK_CUR)                   = 1374
close(4)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
open("/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=540, ...}) = 0
read(4, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 540
read(4, "", 4096)                       = 0
close(4)                                = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=209380, ...}) = 0
mmap(NULL, 209380, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f76da2d9000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu/tls/x86_64", 0x7ffcd1ae7fd0) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/tls/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu/tls", 0x7ffcd1ae7fd0) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu/x86_64", 0x7ffcd1ae7fd0) = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/tls/x86_64", 0x7ffcd1ae7fd0) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/tls/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/tls", 0x7ffcd1ae7fd0) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/x86_64", 0x7ffcd1ae7fd0) = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=143360, ...}) = 0
open("/lib/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/tls/x86_64", 0x7ffcd1ae7fd0) = -1 ENOENT (No such file or directory)
open("/lib/tls/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/tls", 0x7ffcd1ae7fd0)        = -1 ENOENT (No such file or directory)
open("/lib/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib/x86_64", 0x7ffcd1ae7fd0)     = -1 ENOENT (No such file or directory)
open("/lib/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/lib/tls/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/tls/x86_64", 0x7ffcd1ae7fd0) = -1 ENOENT (No such file or directory)
open("/usr/lib/tls/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/tls", 0x7ffcd1ae7fd0)    = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64", 0x7ffcd1ae7fd0) = -1 ENOENT (No such file or directory)
open("/usr/lib/libnss_db.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=36864, ...}) = 0
munmap(0x7f76da2d9000, 209380)          = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=209380, ...}) = 0
mmap(NULL, 209380, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f76da2d9000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320!\0\0\0\0\0\0"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0644, st_size=47632, ...}) = 0
mmap(NULL, 2168600, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f76d7663000
mprotect(0x7f76d766d000, 2097152, PROT_NONE) = 0
mmap(0x7f76d786d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0xa000) = 0x7f76d786d000
mmap(0x7f76d786f000, 22296, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f76d786f000
close(4)                                = 0
mprotect(0x7f76d786d000, 4096, PROT_READ) = 0
munmap(0x7f76da2d9000, 209380)          = 0
open("/etc/protocols", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=2932, ...}) = 0
read(4, "# Internet (IP) protocols\n#\n# Up"..., 4096) = 2932
close(4)                                = 0
read(3, "ree listed\nabove. The value is a"..., 8192) = 8192
brk(0x55609c8c4000)                     = 0x55609c8c4000
read(3, "erService'\";\n\n      local $1; # "..., 8192) = 8192
brk(0x55609c8e5000)                     = 0x55609c8e5000
read(3, "ogress};\n      ${*$self}{io_sock"..., 8192) = 8192
brk(0x55609c906000)                     = 0x55609c906000
read(3, "\nMSWin32), or whether a permanen"..., 8192) = 7446
read(3, "", 8192)                       = 0
close(3)                                = 0
stat("/etc/perl/Net/HTTP/Methods.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Net/HTTP/Methods.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Net/HTTP/Methods.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Net/HTTP/Methods.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Net/HTTP/Methods.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Net/HTTP/Methods.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Net/HTTP/Methods.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Net/HTTP/Methods.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Net/HTTP/Methods.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Net/HTTP/Methods.pm", {st_mode=S_IFREG|0644, st_size=17554, ...}) = 0
open("/usr/share/perl5/Net/HTTP/Methods.pm", O_RDONLY) = 3
ioctl(3, TCGETS, 0x7ffcd1ae8d40)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(3, 0, SEEK_CUR)                   = 0
read(3, "package Net::HTTP::Methods;\n$Net"..., 8192) = 8192
brk(0x55609c927000)                     = 0x55609c927000
brk(0x55609c948000)                     = 0x55609c948000
read(3, "    }\n                }\n\n       "..., 8192) = 8192
brk(0x55609c969000)                     = 0x55609c969000
read(3, "$n ? $bytes - $n : $bytes;\n\tretu"..., 8192) = 1170
lseek(3, 17190, SEEK_SET)               = 17190
lseek(3, 0, SEEK_CUR)                   = 17190
close(3)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
stat("/etc/perl/Net/HTTPS.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Net/HTTPS.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Net/HTTPS.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Net/HTTPS.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Net/HTTPS.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Net/HTTPS.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Net/HTTPS.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Net/HTTPS.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Net/HTTPS.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/Net/HTTPS.pm", {st_mode=S_IFREG|0644, st_size=3551, ...}) = 0
open("/usr/share/perl5/Net/HTTPS.pm", O_RDONLY) = 3
ioctl(3, TCGETS, 0x7ffcd1ae8d40)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(3, 0, SEEK_CUR)                   = 0
read(3, "package Net::HTTPS;\n$Net::HTTPS:"..., 8192) = 3551
lseek(3, 3490, SEEK_SET)                = 3490
lseek(3, 0, SEEK_CUR)                   = 3490
close(3)                                = 0
stat("/etc/perl/IO/Socket/SSL.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/etc/perl/IO/Socket/SSL.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/IO/Socket/SSL.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/IO/Socket/SSL.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/IO/Socket/SSL.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/IO/Socket/SSL.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/IO/Socket/SSL.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/IO/Socket/SSL.pm", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/IO/Socket/SSL.pmc", 0x7ffcd1ae8f70) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/IO/Socket/SSL.pm", {st_mode=S_IFREG|0644, st_size=99975, ...}) = 0
open("/usr/share/perl5/IO/Socket/SSL.pm", O_RDONLY) = 3
ioctl(3, TCGETS, 0x7ffcd1ae8d40)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(3, 0, SEEK_CUR)                   = 0
brk(0x55609c98b000)                     = 0x55609c98b000
read(3, "#vim: set sts=4 sw=4 ts=8 ai:\n#\n"..., 8192) = 8192
stat("/etc/perl/Net/SSLeay.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/etc/perl/Net/SSLeay.pm", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Net/SSLeay.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/Net/SSLeay.pm", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Net/SSLeay.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/Net/SSLeay.pm", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Net/SSLeay.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/Net/SSLeay.pm", {st_mode=S_IFREG|0644, st_size=52995, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl5/5.24/Net/SSLeay.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae86f0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "# Net::SSLeay.pm - Perl module f"..., 8192) = 8192
stat("/etc/perl/AutoLoader.pmc", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/AutoLoader.pm", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/AutoLoader.pmc", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/AutoLoader.pm", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/AutoLoader.pmc", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/AutoLoader.pm", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/AutoLoader.pmc", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/AutoLoader.pm", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/AutoLoader.pmc", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/AutoLoader.pm", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/AutoLoader.pmc", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/AutoLoader.pm", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/AutoLoader.pmc", 0x7ffcd1ae82d0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/AutoLoader.pm", {st_mode=S_IFREG|0644, st_size=5487, ...}) = 0
open("/usr/share/perl/5.24/AutoLoader.pm", O_RDONLY) = 5
ioctl(5, TCGETS, 0x7ffcd1ae80a0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "package AutoLoader;\n\nuse strict;"..., 8192) = 5487
brk(0x55609c9ad000)                     = 0x55609c9ad000
lseek(5, 5486, SEEK_SET)                = 5486
lseek(5, 0, SEEK_CUR)                   = 5486
close(5)                                = 0
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/auto/Net/SSLeay/autosplit.ix", {st_mode=S_IFREG|0644, st_size=1581, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl5/5.24/auto/Net/SSLeay/autosplit.ix", O_RDONLY) = 5
ioctl(5, TCGETS, 0x7ffcd1ae80a0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "# Index created by AutoSplit for"..., 8192) = 1581
read(5, "", 8192)                       = 0
close(5)                                = 0
read(4, "  R_PUBLIC_KEY_IS_NOT_RSA\n F_SSL"..., 8192) = 8192
read(4, " CTX_v23_new\n    CTX_v2_new\n    "..., 8192) = 8192
brk(0x55609c9ce000)                     = 0x55609c9ce000
lseek(4, 21222, SEEK_SET)               = 21222
lseek(4, 0, SEEK_CUR)                   = 21222
close(4)                                = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/auto/Net/SSLeay/SSLeay.bs", 0x55609b8fa298) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/auto/Net/SSLeay/SSLeay.so", {st_mode=S_IFREG|0644, st_size=485216, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl5/5.24/auto/Net/SSLeay/SSLeay.so", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\276\0\0\0\0\0\0"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0644, st_size=485216, ...}) = 0
mmap(NULL, 2580616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f76d73ec000
mprotect(0x7f76d7461000, 2093056, PROT_NONE) = 0
mmap(0x7f76d7660000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x74000) = 0x7f76d7660000
close(4)                                = 0
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=209380, ...}) = 0
mmap(NULL, 209380, PROT_READ, MAP_PRIVATE, 4, 0) = 0x7f76da2d9000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libssl.so.1.1", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\211\1\0\0\0\0\0"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0644, st_size=442920, ...}) = 0
mmap(NULL, 2538392, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f76d7180000
mprotect(0x7f76d71e2000, 2097152, PROT_NONE) = 0
mmap(0x7f76d73e2000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x62000) = 0x7f76d73e2000
close(4)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1", O_RDONLY|O_CLOEXEC) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\340\7\0\0\0\0\0"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0644, st_size=2686448, ...}) = 0
mmap(NULL, 4795712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f76d6ced000
mprotect(0x7f76d6f51000, 2097152, PROT_NONE) = 0
mmap(0x7f76d7151000, 180224, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x264000) = 0x7f76d7151000
mmap(0x7f76d717d000, 11584, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f76d717d000
close(4)                                = 0
mprotect(0x7f76d7151000, 122880, PROT_READ) = 0
mprotect(0x7f76d73e2000, 16384, PROT_READ) = 0
mprotect(0x7f76d7660000, 8192, PROT_READ) = 0
munmap(0x7f76da2d9000, 209380)          = 0
brk(0x55609c9ef000)                     = 0x55609c9ef000
brk(0x55609ca10000)                     = 0x55609ca10000
stat("/etc/perl/IO/Socket/SSL/PublicSuffix.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/etc/perl/IO/Socket/SSL/PublicSuffix.pm", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/IO/Socket/SSL/PublicSuffix.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/IO/Socket/SSL/PublicSuffix.pm", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/IO/Socket/SSL/PublicSuffix.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/IO/Socket/SSL/PublicSuffix.pm", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/IO/Socket/SSL/PublicSuffix.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/IO/Socket/SSL/PublicSuffix.pm", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/IO/Socket/SSL/PublicSuffix.pmc", 0x7ffcd1ae8920) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/IO/Socket/SSL/PublicSuffix.pm", {st_mode=S_IFREG|0644, st_size=190368, ...}) = 0
open("/usr/share/perl5/IO/Socket/SSL/PublicSuffix.pm", O_RDONLY) = 4
ioctl(4, TCGETS, 0x7ffcd1ae86f0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(4, 0, SEEK_CUR)                   = 0
read(4, "\nuse strict;\nuse warnings;\npacka"..., 8192) = 8192
stat("/etc/perl/URI/_idna.pmc", 0x7ffcd1ae8320) = -1 ENOENT (No such file or directory)
stat("/etc/perl/URI/_idna.pm", 0x7ffcd1ae8320) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/URI/_idna.pmc", 0x7ffcd1ae8320) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/URI/_idna.pm", 0x7ffcd1ae8320) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/URI/_idna.pmc", 0x7ffcd1ae8320) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/URI/_idna.pm", 0x7ffcd1ae8320) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/URI/_idna.pmc", 0x7ffcd1ae8320) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/URI/_idna.pm", 0x7ffcd1ae8320) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/URI/_idna.pmc", 0x7ffcd1ae8320) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/URI/_idna.pm", {st_mode=S_IFREG|0644, st_size=2103, ...}) = 0
open("/usr/share/perl5/URI/_idna.pm", O_RDONLY) = 5
ioctl(5, TCGETS, 0x7ffcd1ae80f0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "package URI::_idna;\n\n# This modu"..., 8192) = 2103
stat("/etc/perl/URI/_punycode.pmc", 0x7ffcd1ae7cd0) = -1 ENOENT (No such file or directory)
stat("/etc/perl/URI/_punycode.pm", 0x7ffcd1ae7cd0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/URI/_punycode.pmc", 0x7ffcd1ae7cd0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/URI/_punycode.pm", 0x7ffcd1ae7cd0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/URI/_punycode.pmc", 0x7ffcd1ae7cd0) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/URI/_punycode.pm", 0x7ffcd1ae7cd0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/URI/_punycode.pmc", 0x7ffcd1ae7cd0) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/URI/_punycode.pm", 0x7ffcd1ae7cd0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/URI/_punycode.pmc", 0x7ffcd1ae7cd0) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/URI/_punycode.pm", {st_mode=S_IFREG|0644, st_size=4648, ...}) = 0
open("/usr/share/perl5/URI/_punycode.pm", O_RDONLY) = 6
ioctl(6, TCGETS, 0x7ffcd1ae7aa0)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(6, 0, SEEK_CUR)                   = 0
read(6, "package URI::_punycode;\n\nuse str"..., 8192) = 4648
brk(0x55609ca31000)                     = 0x55609ca31000
stat("/etc/perl/integer.pmc", 0x7ffcd1ae7680) = -1 ENOENT (No such file or directory)
stat("/etc/perl/integer.pm", 0x7ffcd1ae7680) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/integer.pmc", 0x7ffcd1ae7680) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64-linux-gnu/perl/5.24.1/integer.pm", 0x7ffcd1ae7680) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/integer.pmc", 0x7ffcd1ae7680) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/perl/5.24.1/integer.pm", 0x7ffcd1ae7680) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/integer.pmc", 0x7ffcd1ae7680) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/integer.pm", 0x7ffcd1ae7680) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/integer.pmc", 0x7ffcd1ae7680) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl5/integer.pm", 0x7ffcd1ae7680) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/integer.pmc", 0x7ffcd1ae7680) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/perl/5.24/integer.pm", 0x7ffcd1ae7680) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/integer.pmc", 0x7ffcd1ae7680) = -1 ENOENT (No such file or directory)
stat("/usr/share/perl/5.24/integer.pm", {st_mode=S_IFREG|0644, st_size=172, ...}) = 0
open("/usr/share/perl/5.24/integer.pm", O_RDONLY) = 7
ioctl(7, TCGETS, 0x7ffcd1ae7450)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(7, 0, SEEK_CUR)                   = 0
read(7, "package integer;\n\nour $VERSION ="..., 8192) = 172
read(7, "", 8192)                       = 0
close(7)                                = 0
lseek(6, 3485, SEEK_SET)                = 3485
lseek(6, 0, SEEK_CUR)                   = 3485
close(6)                                = 0
brk(0x55609ca52000)                     = 0x55609ca52000
read(5, "", 8192)                       = 0
close(5)                                = 0
read(4, " my $resp = LWP::UserAgent->new-"..., 8192) = 8192
read(4, "cm plus bug 981927\ncm\nco.cm\ncom."..., 8192) = 8192
brk(0x55609ca73000)                     = 0x55609ca73000
read(4, "<marius at isgate.is> 2008-12-06\nis"..., 8192) = 8192
read(4, "\nowani.aomori.jp\nrokunohe.aomori"..., 8192) = 8192
read(4, "aido.jp\ntakikawa.hokkaido.jp\ntak"..., 8192) = 8192
read(4, "o.nagano.jp\nnozawaonsen.nagano.j"..., 8192) = 8192
read(4, "nasushiobara.tochigi.jp\nnikko.to"..., 8192) = 8192
read(4, "du.mn\norg.mn\n\n// mo : http://www"..., 8192) = 8192
read(4, "ment.museum\nsettlers.museum\nshel"..., 8192) = 8192
read(4, "sund.no\nkrodsherad.no\nxn--krdshe"..., 8192) = 8192
read(4, "l\nmragowo.pl\nnaklo.pl\nnowaruda.p"..., 8192) = 8192
read(4, ".tt\ninfo.tt\npro.tt\nint.tt\ncoop.t"..., 8192) = 8192
read(4, "n--mgbayh7gpa (\"al-Ordon\", Arabi"..., 8192) = 8192
read(4, "efoot\n\n// bargains : 2013-11-14 "..., 8192) = 8192
read(4, "LLC\ncredit\n\n// creditcard : 2014"..., 8192) = 8192
read(4, "Gallup, Inc.\ngallup\n\n// game : 2"..., 8192) = 8192
read(4, ": 2015-01-08 Komatsu Ltd.\nkomats"..., 8192) = 8192
mmap(NULL, 172032, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f76da2e3000
brk(0x55609ca70000)                     = 0x55609ca70000
read(4, "y Inc.\nnew\n\n// newholland : 2015"..., 8192) = 8192
read(4, "2015-03-19 Snow Park, LLC\nrun\n\n/"..., 8192) = 8192
read(4, "1 Pioneer North, LLC\ntools\n\n// t"..., 8192) = 8192
read(4, "--fct429k : 2015-04-09 Amazon EU"..., 8192) = 8192
mremap(0x7f76da2e3000, 172032, 212992, MREMAP_MAYMOVE) = 0x7f76da2a3000
read(4, "s at cdn77.com> 2015-07-13\nc.cdn77."..., 8192) = 8192
read(4, " Jeff Wheelhouse <support at nearly"..., 8192) = 1952
brk(0x55609ca6a000)                     = 0x55609ca6a000
mremap(0x7f76da2a3000, 212992, 184320, MREMAP_MAYMOVE) = 0x7f76da2a3000
mmap(NULL, 184320, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f76da2e0000
munmap(0x7f76da2a3000, 184320)          = 0
read(4, "", 8192)                       = 0
close(4)                                = 0
read(3, "all_digests();\n\tNet::SSLeay::ran"..., 8192) = 8192
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
read(3, "NSSL_DIR. Unfortunately it is no"..., 8192) = 8192
brk(0x55609ca8b000)                     = 0x55609ca8b000
brk(0x55609caad000)                     = 0x55609caad000
read(3, "->{PeerAddr} || $arg_hash->{Peer"..., 8192) = 8192
brk(0x55609cace000)                     = 0x55609cace000
read(3, "\n\t$SSL_OBJECT{$ssl} = [$socket,1"..., 8192) = 8192
brk(0x55609caf0000)                     = 0x55609caf0000
read(3, "et::SSLeay::peek($ssl,1);\n\tif ( "..., 8192) = 8192
brk(0x55609cb12000)                     = 0x55609cb12000
read(3, "} else {\n    *peer_certificates "..., 8192) = 8192
brk(0x55609cb33000)                     = 0x55609cb33000
brk(0x55609cb55000)                     = 0x55609cb55000
read(3, "my ($self,$algo,$cert,$key_only)"..., 8192) = 8192
brk(0x55609cb76000)                     = 0x55609cb76000
brk(0x55609cb99000)                     = 0x55609cb99000
read(3, "eaken($handle);\n    bless \\$hand"..., 8192) = 8192
brk(0x55609cbba000)                     = 0x55609cbba000
read(3, "least one\n\t# buffer was written "..., 8192) = 8192
brk(0x55609cbdd000)                     = 0x55609cbdd000
read(3, "eds Net::SSLeay>=1.56 and OpenSS"..., 8192) = 8192
brk(0x55609cc01000)                     = 0x55609cc01000
read(3, "lsext_status_cb($ctx,undef);\n\t  "..., 8192) = 8192
brk(0x55609cc25000)                     = 0x55609cc25000
brk(0x55609cc46000)                     = 0x55609cc46000
read(3, "=2 && DEBUG(\"$uri just answered "..., 8192) = 1671
close(3)                                = 0
futex(0x7f76d717e258, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f76d717e23c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f76d717e234, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f76d73ebaa0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
sysinfo({uptime=10321, loads=[20576, 34336, 92224], totalram=12472004608, freeram=9970032640, sharedram=287334400, bufferram=102301696, totalswap=14478733312, freeswap=13477834752, procs=764, totalhigh=0, freehigh=0, mem_unit=1}) = 0
futex(0x7f76d717c6bc, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f76d73ebb7c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f76d717e090, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
futex(0x7f76d717e24c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
brk(0x55609cc6a000)                     = 0x55609cc6a000
futex(0x7f76d73ebb70, FUTEX_WAKE_PRIVATE, 2147483647) = 0
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/auto/Net/SSLeay/randomize.al", {st_mode=S_IFREG|0644, st_size=1027, ...}) = 0
geteuid()                               = 1000
geteuid()                               = 1000
getegid()                               = 1001
getgroups(0, NULL)                      = 20
getgroups(20, [5, 8, 20, 24, 25, 27, 29, 30, 44, 46, 100, 108, 110, 113, 118, 127, 132, 134, 140, 1001]) = 20
stat("/usr/lib/x86_64-linux-gnu/perl5/5.24/auto/Net/SSLeay/randomize.al", {st_mode=S_IFREG|0644, st_size=1027, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/perl5/5.24/auto/Net/SSLeay/randomize.al", O_RDONLY) = 3
ioctl(3, TCGETS, 0x7ffcd1ae8d40)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(3, 0, SEEK_CUR)                   = 0
read(3, "# NOTE: Derived from blib/lib/Ne"..., 8192) = 1027
read(3, "", 8192)                       = 0
close(3)                                = 0
open("/dev/urandom", O_RDONLY)          = 3
read(3, "\325\312u\314", 4)             = 4
close(3)                                = 0
getpid()                                = 20784
futex(0x7f76d717e374, FUTEX_WAKE_PRIVATE, 2147483647) = 0
stat("/dev/urandom", {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
geteuid()                               = 1000
geteuid()                               = 1000
getegid()                               = 1001
getgroups(0, NULL)                      = 20
getgroups(20, [5, 8, 20, 24, 25, 27, 29, 30, 44, 46, 100, 108, 110, 113, 118, 127, 132, 134, 140, 1001]) = 20
stat("/dev/urandom", {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
geteuid()                               = 1000
geteuid()                               = 1000
getegid()                               = 1001
getgroups(0, NULL)                      = 20
getgroups(20, [5, 8, 20, 24, 25, 27, 29, 30, 44, 46, 100, 108, 110, 113, 118, 127, 132, 134, 140, 1001]) = 20
open("/dev/urandom", O_RDONLY)          = 3
fstat(3, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
read(3, "\2129\271\242**\340R,\331\217\371\361\243\24\315-\335\35\233[\212G]\353\320D\t\357O\270="..., 64) = 64
close(3)                                = 0
futex(0x7f76d717e104, FUTEX_WAKE_PRIVATE, 2147483647) = 0
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
getuid()                                = 1000
geteuid()                               = 1000
getgid()                                = 1001
getegid()                               = 1001
pipe([3, 4])                            = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f76da2d8590) = 20787
close(4)                                = 0
rt_sigaction(SIGINT, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f76d99d90c0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
rt_sigaction(SIGQUIT, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f76d99d90c0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
wait4(20787, [{WIFEXITED(s) && WEXITSTATUS(s) == 127}], 0, NULL) = 20787
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=20787, si_uid=1000, si_status=127, si_utime=0, si_stime=0} ---
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f76d99d90c0}, NULL, 8) = 0
rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f76d99d90c0}, NULL, 8) = 0
read(3, "", 4)                          = 0
close(3)                                = 0
pipe([3, 4])                            = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f76da2d8590) = 20788
close(4)                                = 0
rt_sigaction(SIGINT, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f76d99d90c0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f76d99d90c0}, 8) = 0
rt_sigaction(SIGQUIT, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f76d99d90c0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f76d99d90c0}, 8) = 0
wait4(20788, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 20788
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=20788, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f76d99d90c0}, NULL, 8) = 0
rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f76d99d90c0}, NULL, 8) = 0
read(3, "", 4)                          = 0
close(3)                                = 0
pipe([3, 4])                            = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f76da2d8590) = 20789
close(4)                                = 0
rt_sigaction(SIGINT, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f76d99d90c0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f76d99d90c0}, 8) = 0
rt_sigaction(SIGQUIT, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f76d99d90c0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f76d99d90c0}, 8) = 0
wait4(20789, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 20789
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=20789, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f76d99d90c0}, NULL, 8) = 0
rt_sigaction(SIGQUIT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f76d99d90c0}, NULL, 8) = 0
read(3, "", 4)                          = 0
close(3)                                = 0
pipe([3, 4])                            = 0
pipe([5, 6])                            = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f76da2d8590) = 20790
close(6)                                = 0
close(4)                                = 0
read(5, "", 4)                          = 0
close(5)                                = 0
ioctl(3, TCGETS, 0x7ffcd1ae8d40)        = -1 ENOTTY (Inappropriate ioctl for device)
lseek(3, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
fstat(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
brk(0x55609cc9e000)                     = 0x55609cc9e000
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
mmap(NULL, 339968, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f76da284000
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
mremap(0x7f76da284000, 339968, 421888, MREMAP_MAYMOVE) = 0x7f76da21d000
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
mremap(0x7f76da21d000, 421888, 524288, MREMAP_MAYMOVE) = 0x7f76da21d000
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
mremap(0x7f76da21d000, 524288, 647168, MREMAP_MAYMOVE) = 0x7f76da21d000
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
mremap(0x7f76da21d000, 647168, 802816, MREMAP_MAYMOVE) = 0x7f76da159000
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
read(3, "y\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\ny\n"..., 8192) = 8192
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 508 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/devscripts-devel/attachments/20170521/b492aae2/attachment-0001.sig>


More information about the devscripts-devel mailing list