Created
September 5, 2014 13:23
-
-
Save arunk-s/2ff3fb0cda38a7190b44 to your computer and use it in GitHub Desktop.
strace go run netlink.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
execve("/usr/bin/go", ["go", "run", "netlink.go"], [/* 39 vars */]) = 0 | |
brk(0) = 0x227c000 | |
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7feea8392000 | |
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=124620, ...}) = 0 | |
mmap(NULL, 124620, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7feea8373000 | |
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\0po\0\0\0\0\0\0"..., 832) = 832 | |
fstat(3, {st_mode=S_IFREG|0755, st_size=141574, ...}) = 0 | |
mmap(NULL, 2217264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7feea7f54000 | |
mprotect(0x7feea7f6d000, 2093056, PROT_NONE) = 0 | |
mmap(0x7feea816c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7feea816c000 | |
mmap(0x7feea816e000, 13616, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7feea816e000 | |
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\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\37\2\0\0\0\0\0"..., 832) = 832 | |
fstat(3, {st_mode=S_IFREG|0755, st_size=1845024, ...}) = 0 | |
mmap(NULL, 3953344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7feea7b8e000 | |
mprotect(0x7feea7d49000, 2097152, PROT_NONE) = 0 | |
mmap(0x7feea7f49000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1bb000) = 0x7feea7f49000 | |
mmap(0x7feea7f4f000, 17088, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7feea7f4f000 | |
close(3) = 0 | |
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7feea8372000 | |
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7feea8370000 | |
arch_prctl(ARCH_SET_FS, 0x7feea8370740) = 0 | |
mprotect(0x7feea7f49000, 16384, PROT_READ) = 0 | |
mprotect(0x7feea816c000, 4096, PROT_READ) = 0 | |
mprotect(0x7feea8394000, 4096, PROT_READ) = 0 | |
munmap(0x7feea8373000, 124620) = 0 | |
set_tid_address(0x7feea8370a10) = 12460 | |
set_robust_list(0x7feea8370a20, 24) = 0 | |
futex(0x7fff8fcf1770, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7feea8370740) = -1 EAGAIN (Resource temporarily unavailable) | |
rt_sigaction(SIGRTMIN, {0x7feea7f5a9f0, [], SA_RESTORER|SA_SIGINFO, 0x7feea7f64340}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_1, {0x7feea7f5aa80, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7feea7f64340}, 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 | |
sched_getaffinity(0, 128, {f, 0, 0, 0}) = 32 | |
mmap(NULL, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7feea8330000 | |
mmap(0xc000000000, 65536, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xc000000000 | |
munmap(0xc000000000, 65536) = 0 | |
mmap(0xc210000000, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xc210000000 | |
mmap(0xc20fff0000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xc20fff0000 | |
mmap(0xc000000000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xc000000000 | |
mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7feea8382000 | |
mmap(NULL, 1439992, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7feea81d0000 | |
mmap(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7feea81b0000 | |
sigaltstack({ss_sp=0xc210002000, ss_flags=0, ss_size=32768}, NULL) = 0 | |
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
rt_sigaction(SIGHUP, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
rt_sigaction(SIGHUP, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0 | |
rt_sigaction(SIGINT, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGQUIT, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGILL, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGTRAP, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGABRT, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGBUS, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGFPE, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGUSR1, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGSEGV, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGUSR2, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGPIPE, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGALRM, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGTERM, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGSTKFLT, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGCHLD, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGURG, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGXCPU, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGXFSZ, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGVTALRM, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGPROF, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGWINCH, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGIO, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGPWR, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGSYS, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRTMIN, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_2, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_3, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_4, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_5, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_6, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_7, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_8, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_9, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_10, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_11, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_12, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_13, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_14, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_15, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_16, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_17, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_18, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_19, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_20, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_21, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_22, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_23, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_24, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_25, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_26, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_27, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_28, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_29, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_30, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_31, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
rt_sigaction(SIGRT_32, {0x4776d0, ~[], SA_RESTORER|SA_STACK|SA_RESTART|SA_SIGINFO, 0x477740}, NULL, 8) = 0 | |
brk(0) = 0x227c000 | |
brk(0x229d000) = 0x229d000 | |
rt_sigprocmask(SIG_SETMASK, ~[RTMIN RT_1], [], 8) = 0 | |
mmap(NULL, 8392704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7feea738d000 | |
mprotect(0x7feea738d000, 4096, PROT_NONE) = 0 | |
clone(child_stack=0x7feea7b8cfb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7feea7b8d9d0, tls=0x7feea7b8d700, child_tidptr=0x7feea7b8d9d0) = 12461 | |
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
mmap(NULL, 4080, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7feea8381000 | |
mmap(NULL, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7feea728d000 | |
futex(0xb82958, FUTEX_WAKE, 1) = 1 | |
rt_sigprocmask(SIG_SETMASK, ~[RTMIN RT_1], [], 8) = 0 | |
mmap(NULL, 8392704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7feea6a8c000 | |
mprotect(0x7feea6a8c000, 4096, PROT_NONE) = 0 | |
clone(child_stack=0x7feea728bfb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7feea728c9d0, tls=0x7feea728c700, child_tidptr=0x7feea728c9d0) = 12462 | |
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 | |
futex(0xb89488, FUTEX_WAIT, 0, NULL) = -1 EAGAIN (Resource temporarily unavailable) | |
futex(0xb82958, FUTEX_WAKE, 1) = 1 | |
futex(0xc2100290e8, FUTEX_WAKE, 1) = 1 | |
open("/proc/sys/net/core/somaxconn", O_RDONLY|O_CLOEXEC) = 3 | |
futex(0xb89488, FUTEX_WAIT, 0, NULL) = 0 | |
read(3, "128\n", 4096) = 4 | |
read(3, "", 4092) = 0 | |
close(3) = 0 | |
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 3 | |
close(3) = 0 | |
socket(PF_INET6, SOCK_STREAM, IPPROTO_TCP) = 3 | |
setsockopt(3, SOL_IPV6, IPV6_V6ONLY, [0], 4) = 0 | |
bind(3, {sa_family=AF_INET6, sin6_port=htons(0), inet_pton(AF_INET6, "::1", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, 28) = 0 | |
socket(PF_INET6, SOCK_STREAM, IPPROTO_TCP) = 4 | |
setsockopt(4, SOL_IPV6, IPV6_V6ONLY, [0], 4) = 0 | |
bind(4, {sa_family=AF_INET6, sin6_port=htons(0), inet_pton(AF_INET6, "::ffff:127.0.0.1", &sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, 28) = 0 | |
close(4) = 0 | |
close(3) = 0 | |
futex(0xb82958, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
stat("/usr/local/bin/gccgo", 0xc21005f090) = -1 ENOENT (No such file or directory) | |
stat("/usr/local/sbin/gccgo", 0xc21005f120) = -1 ENOENT (No such file or directory) | |
stat("/usr/sbin/gccgo", 0xc21005f1b0) = -1 ENOENT (No such file or directory) | |
stat("/usr/bin/gccgo", 0xc21005f240) = -1 ENOENT (No such file or directory) | |
stat("/sbin/gccgo", 0xc21005f2d0) = -1 ENOENT (No such file or directory) | |
stat("/bin/gccgo", 0xc21005f360) = -1 ENOENT (No such file or directory) | |
stat("/home/arun/go/bin/gccgo", 0xc21005f3f0) = -1 ENOENT (No such file or directory) | |
getcwd("/home/arun/go/src/github.com/arunk-s/tesds", 4096) = 43 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xb89488, FUTEX_WAIT, 0, NULL) = 0 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xb89488, FUTEX_WAIT, 0, NULL) = 0 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xb89488, FUTEX_WAIT, 0, NULL) = 0 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xb89488, FUTEX_WAIT, 0, NULL) = -1 EAGAIN (Resource temporarily unavailable) | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
futex(0xc21002b8e8, FUTEX_WAKE, 1) = 1 | |
stat("/usr/lib/go", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
getpid() = 12460 | |
mkdir("/tmp/root/go-build587256483", 0700) = 0 | |
stat("netlink.go", {st_mode=S_IFREG|0666, st_size=4913, ...}) = 0 | |
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=32768, ...}) = 0 | |
lstat("/usr/lib/go", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/usr/lib/go/src", {st_mode=S_IFLNK|0777, st_size=18, ...}) = 0 | |
readlink("/usr/lib/go/src", "../../share/go/src", 128) = 18 | |
lstat("/usr/lib/go/..", {st_mode=S_IFDIR|0755, st_size=32768, ...}) = 0 | |
lstat("/usr/lib/go/../..", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/usr/lib/go/../../share", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 | |
lstat("/usr/lib/go/../../share/go", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/usr/lib/go/../../share/go/src", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/usr/lib/go/../../share/go/src/pkg", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/home/arun", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/home/arun/go", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 | |
lstat("/home/arun/go/src", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 | |
lstat("/home/arun/go/src/github.com", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 | |
lstat("/home/arun/go/src/github.com/arunk-s", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 | |
lstat("/home/arun/go/src/github.com/arunk-s/tesds", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0 | |
stat("/usr/lib/go/src/pkg/github.com/arunk-s/tesds", 0xc21005ff30) = -1 ENOENT (No such file or directory) | |
open("/home/arun/go/src/github.com/arunk-s/tesds/netlink.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "package main\n\nimport (\n\t//\t\"enco"..., 4096) = 4096 | |
close(3) = 0 | |
stat("/usr/lib/go/src/pkg/fmt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
open("/usr/lib/go/src/pkg/fmt", O_RDONLY|O_CLOEXEC) = 3 | |
getdents64(3, /* 10 entries */, 4096) = 320 | |
getdents64(3, /* 0 entries */, 4096) = 0 | |
lstat("/usr/lib/go/src/pkg/fmt/scan.go", {st_mode=S_IFREG|0644, st_size=30613, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/fmt/doc.go", {st_mode=S_IFREG|0644, st_size=9966, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/fmt/fmt_test.go", {st_mode=S_IFREG|0644, st_size=27642, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/fmt/format.go", {st_mode=S_IFREG|0644, st_size=10918, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/fmt/scan_test.go", {st_mode=S_IFREG|0644, st_size=26764, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/fmt/print.go", {st_mode=S_IFREG|0644, st_size=30639, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/fmt/stringer_test.go", {st_mode=S_IFREG|0644, st_size=2156, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/fmt/export_test.go", {st_mode=S_IFREG|0644, st_size=196, ...}) = 0 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/fmt/doc.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
read(3, "t interface\n\tcan be used for fin"..., 4096) = 4096 | |
read(3, "ctal) and 0x\n\t(hexadecimal) are "..., 4096) = 1774 | |
read(3, "", 4096) = 0 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/fmt/export_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 196 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/fmt/fmt_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/fmt/format.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/fmt/print.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/fmt/scan.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/fmt/scan_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/fmt/stringer_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 2156 | |
close(3) = 0 | |
stat("/usr/lib/go/src/pkg/errors", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
open("/usr/lib/go/src/pkg/errors", O_RDONLY|O_CLOEXEC) = 3 | |
getdents64(3, /* 5 entries */, 4096) = 160 | |
getdents64(3, /* 0 entries */, 4096) = 0 | |
lstat("/usr/lib/go/src/pkg/errors/example_test.go", {st_mode=S_IFREG|0644, st_size=692, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/errors/errors_test.go", {st_mode=S_IFREG|0644, st_size=1271, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/errors/errors.go", {st_mode=S_IFREG|0644, st_size=499, ...}) = 0 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/errors/errors.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 499 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/errors/errors_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 1271 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/errors/example_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 692 | |
close(3) = 0 | |
stat("/usr/lib/go/src/pkg/runtime", {st_mode=S_IFDIR|0755, st_size=24576, ...}) = 0 | |
open("/usr/lib/go/src/pkg/runtime", O_RDONLY|O_CLOEXEC) = 3 | |
getdents64(3, /* 105 entries */, 4096) = 4072 | |
getdents64(3, /* 101 entries */, 4096) = 4080 | |
getdents64(3, /* 102 entries */, 4096) = 4072 | |
getdents64(3, /* 104 entries */, 4096) = 4096 | |
getdents64(3, /* 0 entries */, 4096) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_windows.h", {st_mode=S_IFREG|0644, st_size=1203, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsema_freebsd_386.c", {st_mode=S_IFREG|0644, st_size=6683, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/mcentral.c", {st_mode=S_IFREG|0644, st_size=5103, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_windows_386.h", {st_mode=S_IFREG|0644, st_size=2272, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmprof_windows_386.c", {st_mode=S_IFREG|0644, st_size=13228, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/mcache.c", {st_mode=S_IFREG|0644, st_size=1813, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_netbsd_amd64.c", {st_mode=S_IFREG|0644, st_size=581, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsema_linux_amd64.c", {st_mode=S_IFREG|0644, st_size=6683, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsys_darwin_386.s", {st_mode=S_IFREG|0644, st_size=35, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signal_unix.h", {st_mode=S_IFREG|0644, st_size=463, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsema_freebsd_arm.c", {st_mode=S_IFREG|0644, st_size=6683, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zstring_darwin_386.c", {st_mode=S_IFREG|0644, st_size=8761, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/chan.c", {st_mode=S_IFREG|0644, st_size=28228, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/mem.go", {st_mode=S_IFREG|0644, st_size=2353, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signals_plan9.h", {st_mode=S_IFREG|0644, st_size=624, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_openbsd_386.h", {st_mode=S_IFREG|0644, st_size=2591, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signal_openbsd_386.h", {st_mode=S_IFREG|0644, st_size=996, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/softfloat64.go", {st_mode=S_IFREG|0644, st_size=9705, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/znoasm_arm_freebsd_arm.c", {st_mode=S_IFREG|0644, st_size=1248, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/znetpoll_darwin_amd64.c", {st_mode=S_IFREG|0644, st_size=10132, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/hash_test.go", {st_mode=S_IFREG|0644, st_size=11811, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/netpoll_windows.c", {st_mode=S_IFREG|0644, st_size=4178, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signal_386.c", {st_mode=S_IFREG|0644, st_size=3608, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signals_openbsd.h", {st_mode=S_IFREG|0644, st_size=1747, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime1_windows_386.c", {st_mode=S_IFREG|0644, st_size=388, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/rt0_netbsd_arm.s", {st_mode=S_IFREG|0644, st_size=383, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/env_posix.c", {st_mode=S_IFREG|0644, st_size=1210, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/syscall_windows.goc", {st_mode=S_IFREG|0644, st_size=3243, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/race_amd64.s", {st_mode=S_IFREG|0644, st_size=473, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/arch_amd64.h", {st_mode=S_IFREG|0644, st_size=262, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime_defs_linux_amd64.go", {st_mode=S_IFREG|0644, st_size=10174, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/mem_openbsd.c", {st_mode=S_IFREG|0644, st_size=1927, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signal_darwin_386.h", {st_mode=S_IFREG|0644, st_size=968, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_windows.c", {st_mode=S_IFREG|0644, st_size=13557, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/error.go", {st_mode=S_IFREG|0644, st_size=2966, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime1_windows_amd64.c", {st_mode=S_IFREG|0644, st_size=390, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/slice.c", {st_mode=S_IFREG|0644, st_size=4609, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmalloc_freebsd_arm.c", {st_mode=S_IFREG|0644, st_size=23503, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/sigqueue.goc", {st_mode=S_IFREG|0644, st_size=4458, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/sys_freebsd_arm.s", {st_mode=S_IFREG|0644, st_size=8219, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/Makefile", {st_mode=S_IFREG|0644, st_size=181, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/lock_sema.c", {st_mode=S_IFREG|0644, st_size=6184, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/syscall_windows_test.go", {st_mode=S_IFREG|0644, st_size=6001, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmprof_windows_amd64.c", {st_mode=S_IFREG|0644, st_size=13246, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/mheap.c", {st_mode=S_IFREG|0644, st_size=15138, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signal_freebsd_arm.h", {st_mode=S_IFREG|0644, st_size=1382, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/alg.c", {st_mode=S_IFREG|0644, st_size=11343, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsys_windows_386.s", {st_mode=S_IFREG|0644, st_size=64476, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_darwin.c", {st_mode=S_IFREG|0644, st_size=11545, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/mapspeed_test.go", {st_mode=S_IFREG|0644, st_size=5583, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/cpuprof.c", {st_mode=S_IFREG|0644, st_size=11841, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/znetpoll_linux_386.c", {st_mode=S_IFREG|0644, st_size=10129, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/ztime_freebsd_386.c", {st_mode=S_IFREG|0644, st_size=7103, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/time.goc", {st_mode=S_IFREG|0644, st_size=6328, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zasm_freebsd_386.h", {st_mode=S_IFREG|0644, st_size=7157, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime1_linux_arm.c", {st_mode=S_IFREG|0644, st_size=386, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/mem_windows.c", {st_mode=S_IFREG|0644, st_size=2172, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsema_netbsd_amd64.c", {st_mode=S_IFREG|0644, st_size=6684, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/complex_test.go", {st_mode=S_IFREG|0644, st_size=1077, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/sys_linux_amd64.s", {st_mode=S_IFREG|0644, st_size=7643, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_windows_amd64.c", {st_mode=S_IFREG|0644, st_size=3058, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/rt0_openbsd_386.s", {st_mode=S_IFREG|0644, st_size=364, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/rt0_netbsd_amd64.s", {st_mode=S_IFREG|0644, st_size=369, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zasm_darwin_386.h", {st_mode=S_IFREG|0644, st_size=7157, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime1_netbsd_amd64.c", {st_mode=S_IFREG|0644, st_size=389, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmalloc_windows_amd64.c", {st_mode=S_IFREG|0644, st_size=23505, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zasm_linux_386.h", {st_mode=S_IFREG|0644, st_size=8427, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/netpoll.goc", {st_mode=S_IFREG|0644, st_size=9265, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zgoos_linux.go", {st_mode=S_IFREG|0644, st_size=76, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsema_darwin_amd64.c", {st_mode=S_IFREG|0644, st_size=6684, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signal_netbsd_arm.h", {st_mode=S_IFREG|0644, st_size=1528, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/ztime_linux_386.c", {st_mode=S_IFREG|0644, st_size=7101, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/append_test.go", {st_mode=S_IFREG|0644, st_size=4139, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/panic.c", {st_mode=S_IFREG|0644, st_size=12650, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/znetpoll_linux_amd64.c", {st_mode=S_IFREG|0644, st_size=10131, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/sema.goc", {st_mode=S_IFREG|0644, st_size=6504, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/znetpoll_windows_amd64.c", {st_mode=S_IFREG|0644, st_size=10133, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signal_netbsd_386.h", {st_mode=S_IFREG|0644, st_size=1136, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/rt0_netbsd_386.s", {st_mode=S_IFREG|0644, st_size=363, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsys_netbsd_386.s", {st_mode=S_IFREG|0644, st_size=35, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_linux.c", {st_mode=S_IFREG|0644, st_size=8624, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/runtime1.goc", {st_mode=S_IFREG|0644, st_size=322, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zgoos_darwin.go", {st_mode=S_IFREG|0644, st_size=77, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/mem_darwin.c", {st_mode=S_IFREG|0644, st_size=1354, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/string_test.go", {st_mode=S_IFREG|0644, st_size=1563, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signal_freebsd_amd64.h", {st_mode=S_IFREG|0644, st_size=1415, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_netbsd_arm.c", {st_mode=S_IFREG|0644, st_size=965, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/rt0_plan9_amd64.s", {st_mode=S_IFREG|0644, st_size=377, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/ztime_windows_amd64.c", {st_mode=S_IFREG|0644, st_size=7105, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_dragonfly.c", {st_mode=S_IFREG|0644, st_size=6623, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/iface.c", {st_mode=S_IFREG|0644, st_size=13332, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zasm_windows_amd64.h", {st_mode=S_IFREG|0644, st_size=7285, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmprof_linux_386.c", {st_mode=S_IFREG|0644, st_size=13226, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/arch_386.h", {st_mode=S_IFREG|0644, st_size=262, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/rt0_darwin_386.s", {st_mode=S_IFREG|0644, st_size=363, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/rt0_windows_amd64.s", {st_mode=S_IFREG|0644, st_size=469, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/znetpoll_linux_arm.c", {st_mode=S_IFREG|0644, st_size=10129, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/netpoll_stub.c", {st_mode=S_IFREG|0644, st_size=438, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zstring_freebsd_arm.c", {st_mode=S_IFREG|0644, st_size=8762, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_openbsd_amd64.h", {st_mode=S_IFREG|0644, st_size=2789, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/znoasm_arm_linux_arm.c", {st_mode=S_IFREG|0644, st_size=1246, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zasm_linux_amd64.h", {st_mode=S_IFREG|0644, st_size=7237, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_windows.go", {st_mode=S_IFREG|0644, st_size=1768, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_linux.go", {st_mode=S_IFREG|0644, st_size=2915, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signals_freebsd.h", {st_mode=S_IFREG|0644, st_size=1737, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zasm_freebsd_arm.h", {st_mode=S_IFREG|0644, st_size=7115, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmalloc_linux_arm.c", {st_mode=S_IFREG|0644, st_size=23501, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/parfor_test.go", {st_mode=S_IFREG|0644, st_size=3134, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signal_darwin_amd64.h", {st_mode=S_IFREG|0644, st_size=1356, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/rt0_plan9_386.s", {st_mode=S_IFREG|0644, st_size=754, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signal_freebsd_386.h", {st_mode=S_IFREG|0644, st_size=1003, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zstring_darwin_amd64.c", {st_mode=S_IFREG|0644, st_size=8763, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zstring_linux_386.c", {st_mode=S_IFREG|0644, st_size=8760, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/stack.c", {st_mode=S_IFREG|0644, st_size=10885, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime1_freebsd_386.c", {st_mode=S_IFREG|0644, st_size=388, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/netpoll_kqueue.c", {st_mode=S_IFREG|0644, st_size=2297, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zgoos_windows.go", {st_mode=S_IFREG|0644, st_size=78, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/asm_amd64.s", {st_mode=S_IFREG|0644, st_size=31070, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/sys_linux_arm.s", {st_mode=S_IFREG|0644, st_size=8832, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/ztime_freebsd_amd64.c", {st_mode=S_IFREG|0644, st_size=7105, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsigqueue_linux_arm.c", {st_mode=S_IFREG|0644, st_size=3351, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_linux.h", {st_mode=S_IFREG|0644, st_size=1067, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime_defs_windows_386.go", {st_mode=S_IFREG|0644, st_size=10214, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsema_linux_386.c", {st_mode=S_IFREG|0644, st_size=6681, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zasm_freebsd_amd64.h", {st_mode=S_IFREG|0644, st_size=7200, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsys_linux_386.s", {st_mode=S_IFREG|0644, st_size=35, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signals_windows.h", {st_mode=S_IFREG|0644, st_size=159, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/funcdata.h", {st_mode=S_IFREG|0644, st_size=897, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zstring_linux_arm.c", {st_mode=S_IFREG|0644, st_size=8760, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_netbsd_amd64.h", {st_mode=S_IFREG|0644, st_size=3107, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime1_linux_386.c", {st_mode=S_IFREG|0644, st_size=386, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmprof_linux_arm.c", {st_mode=S_IFREG|0644, st_size=13226, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/crash_test.go", {st_mode=S_IFREG|0644, st_size=5259, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/softfloat64_test.go", {st_mode=S_IFREG|0644, st_size=4141, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime_defs_linux_arm.go", {st_mode=S_IFREG|0644, st_size=10174, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/arch_arm.h", {st_mode=S_IFREG|0644, st_size=262, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/memmove_amd64.s", {st_mode=S_IFREG|0644, st_size=4670, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/sys_x86.c", {st_mode=S_IFREG|0644, st_size=1751, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/softfloat_arm.c", {st_mode=S_IFREG|0644, st_size=14777, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_freebsd_arm.h", {st_mode=S_IFREG|0644, st_size=2931, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_windows_amd64.h", {st_mode=S_IFREG|0644, st_size=2472, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_freebsd_386.h", {st_mode=S_IFREG|0644, st_size=3360, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zstring_freebsd_386.c", {st_mode=S_IFREG|0644, st_size=8762, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signal_netbsd_amd64.h", {st_mode=S_IFREG|0644, st_size=1630, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/vdso_linux_amd64.c", {st_mode=S_IFREG|0644, st_size=9380, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/crash_cgo_test.go", {st_mode=S_IFREG|0644, st_size=1875, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/symtab_test.go", {st_mode=S_IFREG|0644, st_size=1021, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/sys_arm.c", {st_mode=S_IFREG|0644, st_size=1137, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_darwin.go", {st_mode=S_IFREG|0644, st_size=4811, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/cgocall.c", {st_mode=S_IFREG|0644, st_size=10133, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/complex.c", {st_mode=S_IFREG|0644, st_size=1663, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_netbsd.go", {st_mode=S_IFREG|0644, st_size=2728, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/sys_darwin_386.s", {st_mode=S_IFREG|0644, st_size=12200, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/traceback_x86.c", {st_mode=S_IFREG|0644, st_size=7144, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/mem_dragonfly.c", {st_mode=S_IFREG|0644, st_size=2235, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmalloc_windows_386.c", {st_mode=S_IFREG|0644, st_size=23503, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime1_freebsd_arm.c", {st_mode=S_IFREG|0644, st_size=388, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_netbsd_386.go", {st_mode=S_IFREG|0644, st_size=854, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmprof_netbsd_386.c", {st_mode=S_IFREG|0644, st_size=13227, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_netbsd.c", {st_mode=S_IFREG|0644, st_size=8019, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_freebsd.h", {st_mode=S_IFREG|0644, st_size=791, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_dragonfly.go", {st_mode=S_IFREG|0644, st_size=2681, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/vlop_386.s", {st_mode=S_IFREG|0644, st_size=1972, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signal_linux_amd64.h", {st_mode=S_IFREG|0644, st_size=1399, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_linux_arm.h", {st_mode=S_IFREG|0644, st_size=2835, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_darwin_amd64.h", {st_mode=S_IFREG|0644, st_size=6919, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsigqueue_windows_386.c", {st_mode=S_IFREG|0644, st_size=3353, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signals_darwin.h", {st_mode=S_IFREG|0644, st_size=1704, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/rt0_linux_amd64.s", {st_mode=S_IFREG|0644, st_size=368, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/asm_arm.s", {st_mode=S_IFREG|0644, st_size=18607, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zgoarch_amd64.go", {st_mode=S_IFREG|0644, st_size=78, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/mgc0.h", {st_mode=S_IFREG|0644, st_size=1706, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/memmove_linux_amd64_test.go", {st_mode=S_IFREG|0644, st_size=1637, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/callback_windows.c", {st_mode=S_IFREG|0644, st_size=2093, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_netbsd_arm.h", {st_mode=S_IFREG|0644, st_size=2900, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signal_arm.c", {st_mode=S_IFREG|0644, st_size=3929, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsema_linux_arm.c", {st_mode=S_IFREG|0644, st_size=6681, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs2_linux.go", {st_mode=S_IFREG|0644, st_size=3502, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime1_freebsd_amd64.c", {st_mode=S_IFREG|0644, st_size=390, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/rt0_openbsd_amd64.s", {st_mode=S_IFREG|0644, st_size=370, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/cgo", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zstring_netbsd_386.c", {st_mode=S_IFREG|0644, st_size=8761, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/proc_test.go", {st_mode=S_IFREG|0644, st_size=8359, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime_defs_freebsd_amd64.go", {st_mode=S_IFREG|0644, st_size=10174, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmprof_darwin_386.c", {st_mode=S_IFREG|0644, st_size=13227, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime1_netbsd_386.c", {st_mode=S_IFREG|0644, st_size=387, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsigqueue_freebsd_386.c", {st_mode=S_IFREG|0644, st_size=3353, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/vlrt_arm.c", {st_mode=S_IFREG|0644, st_size=11705, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/export_test.c", {st_mode=S_IFREG|0644, st_size=273, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/rt0_freebsd_amd64.s", {st_mode=S_IFREG|0644, st_size=370, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/export_futex_test.go", {st_mode=S_IFREG|0644, st_size=367, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime_defs_darwin_amd64.go", {st_mode=S_IFREG|0644, st_size=10174, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_arm_linux.go", {st_mode=S_IFREG|0644, st_size=2749, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmprof_freebsd_386.c", {st_mode=S_IFREG|0644, st_size=13228, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsigqueue_freebsd_amd64.c", {st_mode=S_IFREG|0644, st_size=3355, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsys_netbsd_amd64.s", {st_mode=S_IFREG|0644, st_size=35, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsigqueue_darwin_386.c", {st_mode=S_IFREG|0644, st_size=3352, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/rt0_dragonfly_amd64.s", {st_mode=S_IFREG|0644, st_size=372, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zstring_netbsd_amd64.c", {st_mode=S_IFREG|0644, st_size=8763, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/netpoll_epoll.c", {st_mode=S_IFREG|0644, st_size=2154, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_darwin.h", {st_mode=S_IFREG|0644, st_size=1382, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_dragonfly_386.h", {st_mode=S_IFREG|0644, st_size=3104, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/sys_linux_386.s", {st_mode=S_IFREG|0644, st_size=10047, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmprof_linux_amd64.c", {st_mode=S_IFREG|0644, st_size=13244, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/rt0_darwin_amd64.s", {st_mode=S_IFREG|0644, st_size=369, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/ztime_darwin_386.c", {st_mode=S_IFREG|0644, st_size=7102, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs1_linux.go", {st_mode=S_IFREG|0644, st_size=775, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zasm_netbsd_386.h", {st_mode=S_IFREG|0644, st_size=7157, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/pprof", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/sys_darwin_amd64.s", {st_mode=S_IFREG|0644, st_size=11153, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signal_dragonfly_386.h", {st_mode=S_IFREG|0644, st_size=1003, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/closure_test.go", {st_mode=S_IFREG|0644, st_size=936, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signal_dragonfly_amd64.h", {st_mode=S_IFREG|0644, st_size=1415, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/mprof.goc", {st_mode=S_IFREG|0644, st_size=11900, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/map_test.go", {st_mode=S_IFREG|0644, st_size=8502, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zgoarch_386.go", {st_mode=S_IFREG|0644, st_size=76, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsigqueue_netbsd_amd64.c", {st_mode=S_IFREG|0644, st_size=3354, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/env_plan9.c", {st_mode=S_IFREG|0644, st_size=730, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zstring_linux_amd64.c", {st_mode=S_IFREG|0644, st_size=8762, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_darwin_386.h", {st_mode=S_IFREG|0644, st_size=6859, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/mfixalloc.c", {st_mode=S_IFREG|0644, st_size=1349, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/sys_windows_386.s", {st_mode=S_IFREG|0644, st_size=7384, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/mgc0.c", {st_mode=S_IFREG|0644, st_size=65315, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signal_amd64.c", {st_mode=S_IFREG|0644, st_size=4111, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmalloc_netbsd_amd64.c", {st_mode=S_IFREG|0644, st_size=23504, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_freebsd_amd64.h", {st_mode=S_IFREG|0644, st_size=3543, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/memmove_test.go", {st_mode=S_IFREG|0644, st_size=3506, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_dragonfly_amd64.h", {st_mode=S_IFREG|0644, st_size=3289, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/type.h", {st_mode=S_IFREG|0644, st_size=1720, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_linux_386.h", {st_mode=S_IFREG|0644, st_size=3444, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmalloc_netbsd_386.c", {st_mode=S_IFREG|0644, st_size=23502, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zstring_windows_amd64.c", {st_mode=S_IFREG|0644, st_size=8764, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/malloc_test.go", {st_mode=S_IFREG|0644, st_size=2798, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/sys_openbsd_amd64.s", {st_mode=S_IFREG|0644, st_size=6938, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/race.c", {st_mode=S_IFREG|0644, st_size=9485, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/asm_386.s", {st_mode=S_IFREG|0644, st_size=31936, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_plan9.h", {st_mode=S_IFREG|0644, st_size=2128, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/sys_freebsd_amd64.s", {st_mode=S_IFREG|0644, st_size=7330, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/sys_plan9_amd64.s", {st_mode=S_IFREG|0644, st_size=4020, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/time_plan9_386.c", {st_mode=S_IFREG|0644, st_size=1058, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_plan9_386.c", {st_mode=S_IFREG|0644, st_size=2752, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_freebsd_arm.c", {st_mode=S_IFREG|0644, st_size=644, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_openbsd.c", {st_mode=S_IFREG|0644, st_size=7026, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsigqueue_linux_386.c", {st_mode=S_IFREG|0644, st_size=3351, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/hashmap_fast.c", {st_mode=S_IFREG|0644, st_size=6226, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/atomic_arm.c", {st_mode=S_IFREG|0644, st_size=2539, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/rt0_dragonfly_386.s", {st_mode=S_IFREG|0644, st_size=366, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zstring_windows_386.c", {st_mode=S_IFREG|0644, st_size=8762, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsigqueue_linux_amd64.c", {st_mode=S_IFREG|0644, st_size=3353, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/string.goc", {st_mode=S_IFREG|0644, st_size=6070, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsigqueue_freebsd_arm.c", {st_mode=S_IFREG|0644, st_size=3353, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/sys_plan9_386.s", {st_mode=S_IFREG|0644, st_size=3421, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signal_unix.c", {st_mode=S_IFREG|0644, st_size=2587, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsyscall_windows_windows_386.c", {st_mode=S_IFREG|0644, st_size=3828, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime_defs_darwin_386.go", {st_mode=S_IFREG|0644, st_size=10174, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/cgocall.h", {st_mode=S_IFREG|0644, st_size=358, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_windows_386.c", {st_mode=S_IFREG|0644, st_size=2752, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/rt0_linux_arm.s", {st_mode=S_IFREG|0644, st_size=2552, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/mgc0.go", {st_mode=S_IFREG|0644, st_size=379, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_freebsd.go", {st_mode=S_IFREG|0644, st_size=2852, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/vlop_arm.s", {st_mode=S_IFREG|0644, st_size=8777, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsyscall_windows_windows_amd64.c", {st_mode=S_IFREG|0644, st_size=3830, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signals_netbsd.h", {st_mode=S_IFREG|0644, st_size=1747, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/znetpoll_windows_386.c", {st_mode=S_IFREG|0644, st_size=10131, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/znetpoll_netbsd_386.c", {st_mode=S_IFREG|0644, st_size=10130, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime_defs_windows_amd64.go", {st_mode=S_IFREG|0644, st_size=10214, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/sys_freebsd_386.s", {st_mode=S_IFREG|0644, st_size=7002, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/parfor.c", {st_mode=S_IFREG|0644, st_size=5479, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/print.c", {st_mode=S_IFREG|0644, st_size=5960, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zstring_freebsd_amd64.c", {st_mode=S_IFREG|0644, st_size=8764, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/stack_test.go", {st_mode=S_IFREG|0644, st_size=133964, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/chan_test.go", {st_mode=S_IFREG|0644, st_size=6850, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/gc_test.go", {st_mode=S_IFREG|0644, st_size=2694, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmprof_freebsd_arm.c", {st_mode=S_IFREG|0644, st_size=13228, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmalloc_freebsd_amd64.c", {st_mode=S_IFREG|0644, st_size=23505, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsema_windows_amd64.c", {st_mode=S_IFREG|0644, st_size=6685, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/rune.c", {st_mode=S_IFREG|0644, st_size=5469, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_netbsd_386.h", {st_mode=S_IFREG|0644, st_size=2882, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/race.go", {st_mode=S_IFREG|0644, st_size=818, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signal_openbsd_amd64.h", {st_mode=S_IFREG|0644, st_size=1410, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_linux_amd64.h", {st_mode=S_IFREG|0644, st_size=4130, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmprof_darwin_amd64.c", {st_mode=S_IFREG|0644, st_size=13245, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/rt0_linux_386.s", {st_mode=S_IFREG|0644, st_size=528, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/runtime_test.go", {st_mode=S_IFREG|0644, st_size=2695, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/ztime_freebsd_arm.c", {st_mode=S_IFREG|0644, st_size=7103, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/rt0_freebsd_arm.s", {st_mode=S_IFREG|0644, st_size=377, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsema_windows_386.c", {st_mode=S_IFREG|0644, st_size=6683, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zaexperiment.h", {st_mode=S_IFREG|0644, st_size=59, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/atomic_386.c", {st_mode=S_IFREG|0644, st_size=754, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/debug.go", {st_mode=S_IFREG|0644, st_size=7038, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsigqueue_darwin_amd64.c", {st_mode=S_IFREG|0644, st_size=3354, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmalloc_linux_amd64.c", {st_mode=S_IFREG|0644, st_size=23503, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/compiler.go", {st_mode=S_IFREG|0644, st_size=441, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmalloc_darwin_amd64.c", {st_mode=S_IFREG|0644, st_size=23504, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/stack.h", {st_mode=S_IFREG|0644, st_size=4020, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmprof_netbsd_amd64.c", {st_mode=S_IFREG|0644, st_size=13245, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/malloc.goc", {st_mode=S_IFREG|0644, st_size=22390, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsys_freebsd_arm.s", {st_mode=S_IFREG|0644, st_size=35, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signal_linux_arm.h", {st_mode=S_IFREG|0644, st_size=1397, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_plan9_386.h", {st_mode=S_IFREG|0644, st_size=595, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/znetpoll_netbsd_amd64.c", {st_mode=S_IFREG|0644, st_size=10132, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/race", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_freebsd.c", {st_mode=S_IFREG|0644, st_size=6990, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/runtime.c", {st_mode=S_IFREG|0644, st_size=9260, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/futex_test.go", {st_mode=S_IFREG|0644, st_size=779, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/ztime_linux_arm.c", {st_mode=S_IFREG|0644, st_size=7101, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/runtime_linux_test.go", {st_mode=S_IFREG|0644, st_size=695, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/noasm_arm.goc", {st_mode=S_IFREG|0644, st_size=1225, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/znetpoll_freebsd_arm.c", {st_mode=S_IFREG|0644, st_size=10131, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/proc.p", {st_mode=S_IFREG|0644, st_size=9784, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/mallocrep.go", {st_mode=S_IFREG|0644, st_size=1606, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/ztime_netbsd_386.c", {st_mode=S_IFREG|0644, st_size=7102, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime1_linux_amd64.c", {st_mode=S_IFREG|0644, st_size=388, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/sys_dragonfly_amd64.s", {st_mode=S_IFREG|0644, st_size=6459, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/sys_openbsd_386.s", {st_mode=S_IFREG|0644, st_size=7332, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/mem_linux.c", {st_mode=S_IFREG|0644, st_size=3452, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmalloc_darwin_386.c", {st_mode=S_IFREG|0644, st_size=23502, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/race.h", {st_mode=S_IFREG|0644, st_size=1234, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsys_freebsd_386.s", {st_mode=S_IFREG|0644, st_size=35, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zgoos_freebsd.go", {st_mode=S_IFREG|0644, st_size=78, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/ztime_linux_amd64.c", {st_mode=S_IFREG|0644, st_size=7103, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/mallocrep1.go", {st_mode=S_IFREG|0644, st_size=2810, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zgoos_netbsd.go", {st_mode=S_IFREG|0644, st_size=77, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/proc.c", {st_mode=S_IFREG|0644, st_size=76319, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/sys_netbsd_386.s", {st_mode=S_IFREG|0644, st_size=7443, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zasm_windows_386.h", {st_mode=S_IFREG|0644, st_size=7242, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_plan9_amd64.c", {st_mode=S_IFREG|0644, st_size=3075, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/mem_freebsd.c", {st_mode=S_IFREG|0644, st_size=1928, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsys_freebsd_amd64.s", {st_mode=S_IFREG|0644, st_size=35, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmalloc_freebsd_386.c", {st_mode=S_IFREG|0644, st_size=23503, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zasm_linux_arm.h", {st_mode=S_IFREG|0644, st_size=7115, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/type.go", {st_mode=S_IFREG|0644, st_size=1056, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/malloc1.go", {st_mode=S_IFREG|0644, st_size=478, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/mfinal_test.go", {st_mode=S_IFREG|0644, st_size=3325, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsigqueue_windows_amd64.c", {st_mode=S_IFREG|0644, st_size=3355, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/sys_netbsd_arm.s", {st_mode=S_IFREG|0644, st_size=8028, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/export_test.go", {st_mode=S_IFREG|0644, st_size=2065, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/vlrt_386.c", {st_mode=S_IFREG|0644, st_size=11952, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/traceback_arm.c", {st_mode=S_IFREG|0644, st_size=7077, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/sys_netbsd_amd64.s", {st_mode=S_IFREG|0644, st_size=7281, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_netbsd_amd64.go", {st_mode=S_IFREG|0644, st_size=1035, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_openbsd.h", {st_mode=S_IFREG|0644, st_size=660, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/rt0_windows_386.s", {st_mode=S_IFREG|0644, st_size=466, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/hashmap.c", {st_mode=S_IFREG|0644, st_size=36922, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_netbsd.h", {st_mode=S_IFREG|0644, st_size=790, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/sys_windows_amd64.s", {st_mode=S_IFREG|0644, st_size=7864, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/memclr_arm.s", {st_mode=S_IFREG|0644, st_size=2627, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/typekind.h", {st_mode=S_IFREG|0644, st_size=749, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_plan9.c", {st_mode=S_IFREG|0644, st_size=5819, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsys_darwin_amd64.s", {st_mode=S_IFREG|0644, st_size=35, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/rt0_freebsd_386.s", {st_mode=S_IFREG|0644, st_size=364, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/atomic_amd64.c", {st_mode=S_IFREG|0644, st_size=502, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/znetpoll_freebsd_amd64.c", {st_mode=S_IFREG|0644, st_size=10133, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/memmove_arm.s", {st_mode=S_IFREG|0644, st_size=6306, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zgoarch_arm.go", {st_mode=S_IFREG|0644, st_size=76, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/iface_test.go", {st_mode=S_IFREG|0644, st_size=1939, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsema_netbsd_386.c", {st_mode=S_IFREG|0644, st_size=6682, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/lfstack.c", {st_mode=S_IFREG|0644, st_size=1481, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_linux_arm.c", {st_mode=S_IFREG|0644, st_size=2418, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signals_dragonfly.h", {st_mode=S_IFREG|0644, st_size=1737, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsys_windows_amd64.s", {st_mode=S_IFREG|0644, st_size=64476, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_dragonfly.h", {st_mode=S_IFREG|0644, st_size=788, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/memmove_386.s", {st_mode=S_IFREG|0644, st_size=3978, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime1_darwin_amd64.c", {st_mode=S_IFREG|0644, st_size=389, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/sys_dragonfly_386.s", {st_mode=S_IFREG|0644, st_size=7227, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_plan9_amd64.h", {st_mode=S_IFREG|0644, st_size=523, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsys_linux_arm.s", {st_mode=S_IFREG|0644, st_size=35, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_netbsd_arm.go", {st_mode=S_IFREG|0644, st_size=763, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signals_linux.h", {st_mode=S_IFREG|0644, st_size=2574, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsigqueue_netbsd_386.c", {st_mode=S_IFREG|0644, st_size=3352, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/mem_netbsd.c", {st_mode=S_IFREG|0644, st_size=1927, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/signal_linux_386.h", {st_mode=S_IFREG|0644, st_size=979, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/mem_plan9.c", {st_mode=S_IFREG|0644, st_size=1454, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/znetpoll_freebsd_386.c", {st_mode=S_IFREG|0644, st_size=10131, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/norace_test.go", {st_mode=S_IFREG|0644, st_size=1262, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zasm_darwin_amd64.h", {st_mode=S_IFREG|0644, st_size=7200, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zasm_netbsd_amd64.h", {st_mode=S_IFREG|0644, st_size=7200, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/malloc.h", {st_mode=S_IFREG|0644, st_size=17291, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/mallocrand.go", {st_mode=S_IFREG|0644, st_size=2001, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/mfinal.c", {st_mode=S_IFREG|0644, st_size=4600, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/extern.go", {st_mode=S_IFREG|0644, st_size=8471, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/lfstack_test.go", {st_mode=S_IFREG|0644, st_size=2713, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/msize.c", {st_mode=S_IFREG|0644, st_size=5687, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmprof_freebsd_amd64.c", {st_mode=S_IFREG|0644, st_size=13246, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime_defs_netbsd_386.go", {st_mode=S_IFREG|0644, st_size=10174, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/symtab.c", {st_mode=S_IFREG|0644, st_size=7736, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/defs_openbsd.go", {st_mode=S_IFREG|0644, st_size=2554, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/ztime_netbsd_amd64.c", {st_mode=S_IFREG|0644, st_size=7104, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsema_darwin_386.c", {st_mode=S_IFREG|0644, st_size=6682, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_linux_386.c", {st_mode=S_IFREG|0644, st_size=861, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/znetpoll_darwin_386.c", {st_mode=S_IFREG|0644, st_size=10130, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime_defs_freebsd_arm.go", {st_mode=S_IFREG|0644, st_size=10174, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/float.c", {st_mode=S_IFREG|0644, st_size=342, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/ztime_darwin_amd64.c", {st_mode=S_IFREG|0644, st_size=7104, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsys_linux_amd64.s", {st_mode=S_IFREG|0644, st_size=35, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/debug", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zversion.go", {st_mode=S_IFREG|0644, st_size=117, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/runtime-gdb.py", {st_mode=S_IFREG|0644, st_size=11143, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime1_darwin_386.c", {st_mode=S_IFREG|0644, st_size=387, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zmalloc_linux_386.c", {st_mode=S_IFREG|0644, st_size=23501, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime_defs_freebsd_386.go", {st_mode=S_IFREG|0644, st_size=10174, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/race0.c", {st_mode=S_IFREG|0644, st_size=1551, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/os_netbsd_386.c", {st_mode=S_IFREG|0644, st_size=529, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/lock_futex.c", {st_mode=S_IFREG|0644, st_size=4700, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime_defs_linux_386.go", {st_mode=S_IFREG|0644, st_size=10174, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/runtime.h", {st_mode=S_IFREG|0644, st_size=29642, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/ztime_windows_386.c", {st_mode=S_IFREG|0644, st_size=7103, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/vlop_arm_test.go", {st_mode=S_IFREG|0644, st_size=2504, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zruntime_defs_netbsd_amd64.go", {st_mode=S_IFREG|0644, st_size=10174, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/runtime/zsema_freebsd_amd64.c", {st_mode=S_IFREG|0644, st_size=6685, ...}) = 0 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/alg.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/append_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/arch_amd64.h", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 262 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/asm_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/atomic_amd64.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 502 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/cgocall.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/cgocall.h", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 358 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/chan.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/chan_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
mmap(0xc210100000, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xc210100000 | |
mmap(0xc20ffe0000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xc20ffe0000 | |
open("/usr/lib/go/src/pkg/runtime/closure_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 936 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/compiler.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 441 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/complex.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 1663 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/complex_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 1077 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/cpuprof.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/crash_cgo_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 1875 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/crash_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/debug.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/defs1_linux.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 775 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/defs2_linux.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 3502 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/defs_arm_linux.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 2749 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/defs_linux.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 2915 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/defs_linux_amd64.h", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Created by cgo -cdefs - DO NO"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/env_posix.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 1210 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/error.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 2966 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/export_futex_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 367 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/export_test.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 273 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/export_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 2065 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/extern.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/float.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 342 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/funcdata.h", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 897 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/futex_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 779 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/gc_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 2694 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/hash_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/hashmap.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/hashmap_fast.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/iface.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/iface_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 1939 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/lfstack.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 1481 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/lfstack_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 2713 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/lock_futex.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/lock_sema.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/malloc.h", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/malloc1.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 478 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/malloc_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 2798 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/mallocrand.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 2001 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/mallocrep.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 1606 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/mallocrep1.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 2810 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/map_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/mapspeed_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/mcache.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 1813 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/mcentral.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/mem.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 2353 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/mem_linux.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 3452 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/memmove_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Derived from Inferno's libker"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/memmove_linux_amd64_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 1637 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/memmove_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 3506 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/mfinal.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/mfinal_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 3325 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/mfixalloc.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 1349 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/mgc0.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/mgc0.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 379 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/mgc0.h", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 1706 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/mheap.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/msize.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/netpoll_epoll.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 2154 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/netpoll_kqueue.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 2297 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/netpoll_stub.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 438 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/norace_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 1262 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/os_linux.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/os_linux.h", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 1067 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/panic.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/parfor.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/parfor_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 3134 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/print.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/proc.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/proc_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/race.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/race.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 818 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/race.h", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 1234 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/race0.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 1551 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/race_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 473 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/rt0_linux_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 368 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/rune.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "/*\n * The authors of this softwa"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/runtime.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/runtime.h", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/runtime_linux_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 695 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/runtime_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 2695 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/signal_amd64.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/signal_linux_amd64.h", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 1399 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/signal_unix.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 2587 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/signal_unix.h", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 463 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/signals_linux.h", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 2574 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/slice.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/softfloat64.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/softfloat64_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/stack.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/stack.h", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 4020 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/stack_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/string_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 1563 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/symtab.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/symtab_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 1021 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/sys_linux_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/sys_x86.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 1751 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/traceback_x86.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/type.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 1056 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/type.h", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 1720 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/typekind.h", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 749 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/vdso_linux_amd64.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/zaexperiment.h", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// auto generated by go tool dis"..., 4096) = 59 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/zasm_linux_amd64.h", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// auto generated by go tool dis"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/zgoarch_amd64.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// auto generated by go tool dis"..., 4096) = 78 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/zgoos_linux.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// auto generated by go tool dis"..., 4096) = 76 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/zmalloc_linux_amd64.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// auto generated by go tool dis"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/zmprof_linux_amd64.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// auto generated by go tool dis"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/znetpoll_linux_amd64.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// auto generated by go tool dis"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/zruntime1_linux_amd64.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// auto generated by go tool dis"..., 4096) = 388 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/zruntime_defs_linux_amd64.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// auto generated by go tool dis"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/zsema_linux_amd64.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// auto generated by go tool dis"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/zsigqueue_linux_amd64.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// auto generated by go tool dis"..., 4096) = 3353 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/zstring_linux_amd64.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// auto generated by go tool dis"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/zsys_linux_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// auto generated by go tool dis"..., 4096) = 35 | |
read(3, "", 4096) = 0 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/ztime_linux_amd64.c", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// auto generated by go tool dis"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/runtime/zversion.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// auto generated by go tool dis"..., 4096) = 117 | |
close(3) = 0 | |
stat("/usr/lib/go/src/pkg/unsafe", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
open("/usr/lib/go/src/pkg/unsafe", O_RDONLY|O_CLOEXEC) = 3 | |
getdents64(3, /* 3 entries */, 4096) = 80 | |
getdents64(3, /* 0 entries */, 4096) = 0 | |
lstat("/usr/lib/go/src/pkg/unsafe/unsafe.go", {st_mode=S_IFREG|0644, st_size=1886, ...}) = 0 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/unsafe/unsafe.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 1886 | |
close(3) = 0 | |
stat("/usr/lib/go/src/pkg/io", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
open("/usr/lib/go/src/pkg/io", O_RDONLY|O_CLOEXEC) = 3 | |
getdents64(3, /* 9 entries */, 4096) = 280 | |
getdents64(3, /* 0 entries */, 4096) = 0 | |
lstat("/usr/lib/go/src/pkg/io/pipe_test.go", {st_mode=S_IFREG|0644, st_size=5930, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/io/ioutil", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/io/pipe.go", {st_mode=S_IFREG|0644, st_size=4570, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/io/multi_test.go", {st_mode=S_IFREG|0644, st_size=1945, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/io/io.go", {st_mode=S_IFREG|0644, st_size=15414, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/io/multi.go", {st_mode=S_IFREG|0644, st_size=1291, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/io/io_test.go", {st_mode=S_IFREG|0644, st_size=9033, ...}) = 0 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/io/io.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/io/io_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/io/multi.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 1291 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/io/multi_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 1945 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/io/pipe.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/io/pipe_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
stat("/usr/lib/go/src/pkg/sync", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
open("/usr/lib/go/src/pkg/sync", O_RDONLY|O_CLOEXEC) = 3 | |
getdents64(3, /* 19 entries */, 4096) = 640 | |
getdents64(3, /* 0 entries */, 4096) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/atomic", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/example_test.go", {st_mode=S_IFREG|0644, st_size=1165, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/rwmutex_test.go", {st_mode=S_IFREG|0644, st_size=4915, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/mutex_test.go", {st_mode=S_IFREG|0644, st_size=2941, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/runtime_sema_test.go", {st_mode=S_IFREG|0644, st_size=1948, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/rwmutex.go", {st_mode=S_IFREG|0644, st_size=3603, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/cond_test.go", {st_mode=S_IFREG|0644, st_size=3947, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/runtime.go", {st_mode=S_IFREG|0644, st_size=1219, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/mutex.go", {st_mode=S_IFREG|0644, st_size=2698, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/race0.go", {st_mode=S_IFREG|0644, st_size=502, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/race.go", {st_mode=S_IFREG|0644, st_size=691, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/cond.go", {st_mode=S_IFREG|0644, st_size=2777, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/once_test.go", {st_mode=S_IFREG|0644, st_size=1485, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/export_test.go", {st_mode=S_IFREG|0644, st_size=286, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/waitgroup.go", {st_mode=S_IFREG|0644, st_size=3772, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/once.go", {st_mode=S_IFREG|0644, st_size=1228, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/waitgroup_test.go", {st_mode=S_IFREG|0644, st_size=3175, ...}) = 0 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/sync/cond.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 2777 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/sync/cond_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 3947 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/sync/example_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 1165 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/sync/export_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 286 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/sync/mutex.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 2698 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/sync/mutex_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 2941 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/sync/once.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 1228 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/sync/once_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 1485 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/sync/race.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 691 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/sync/race0.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 502 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/sync/runtime.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 1219 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/sync/runtime_sema_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 1948 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/sync/rwmutex.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 3603 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/sync/rwmutex_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/sync/waitgroup.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 3772 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/sync/waitgroup_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 3175 | |
close(3) = 0 | |
stat("/usr/lib/go/src/pkg/sync/atomic", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
open("/usr/lib/go/src/pkg/sync/atomic", O_RDONLY|O_CLOEXEC) = 3 | |
getdents64(3, /* 14 entries */, 4096) = 496 | |
getdents64(3, /* 0 entries */, 4096) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/atomic/asm_netbsd_arm.s", {st_mode=S_IFREG|0644, st_size=2243, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/atomic/asm_freebsd_arm.s", {st_mode=S_IFREG|0644, st_size=2244, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/atomic/asm_amd64.s", {st_mode=S_IFREG|0644, st_size=2774, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/atomic/atomic_linux_arm_test.go", {st_mode=S_IFREG|0644, st_size=305, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/atomic/asm_linux_arm.s", {st_mode=S_IFREG|0644, st_size=5516, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/atomic/asm_arm.s", {st_mode=S_IFREG|0644, st_size=4306, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/atomic/doc.go", {st_mode=S_IFREG|0644, st_size=5672, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/atomic/asm_386.s", {st_mode=S_IFREG|0644, st_size=4400, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/atomic/export_linux_arm_test.go", {st_mode=S_IFREG|0644, st_size=258, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/atomic/race.go", {st_mode=S_IFREG|0644, st_size=7040, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/atomic/atomic_test.go", {st_mode=S_IFREG|0644, st_size=36882, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/sync/atomic/64bit_arm.go", {st_mode=S_IFREG|0644, st_size=768, ...}) = 0 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/sync/atomic/asm_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 2774 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/sync/atomic/atomic_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/sync/atomic/doc.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/sync/atomic/race.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
stat("/usr/lib/go/src/pkg/math", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
open("/usr/lib/go/src/pkg/math", O_RDONLY|O_CLOEXEC) = 3 | |
getdents64(3, /* 115 entries */, 4096) = 3752 | |
getdents64(3, /* 0 entries */, 4096) = 0 | |
lstat("/usr/lib/go/src/pkg/math/all_test.go", {st_mode=S_IFREG|0644, st_size=63984, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/sqrt_amd64.s", {st_mode=S_IFREG|0644, st_size=302, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/log10_arm.s", {st_mode=S_IFREG|0644, st_size=282, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/bits.go", {st_mode=S_IFREG|0644, st_size=1835, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/hypot_amd64.s", {st_mode=S_IFREG|0644, st_size=1086, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/unsafe.go", {st_mode=S_IFREG|0644, st_size=859, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/expm1_arm.s", {st_mode=S_IFREG|0644, st_size=240, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/floor.go", {st_mode=S_IFREG|0644, st_size=1084, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/acosh.go", {st_mode=S_IFREG|0644, st_size=1735, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/log_arm.s", {st_mode=S_IFREG|0644, st_size=236, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/frexp_386.s", {st_mode=S_IFREG|0644, st_size=703, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/sin.go", {st_mode=S_IFREG|0644, st_size=6425, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/atan_386.s", {st_mode=S_IFREG|0644, st_size=390, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/exp.go", {st_mode=S_IFREG|0644, st_size=5375, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/remainder_arm.s", {st_mode=S_IFREG|0644, st_size=248, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/log10_386.s", {st_mode=S_IFREG|0644, st_size=610, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/big", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/dim.go", {st_mode=S_IFREG|0644, st_size=1371, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/frexp_amd64.s", {st_mode=S_IFREG|0644, st_size=242, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/atan_arm.s", {st_mode=S_IFREG|0644, st_size=238, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/log.go", {st_mode=S_IFREG|0644, st_size=3891, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/asin.go", {st_mode=S_IFREG|0644, st_size=983, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/abs.go", {st_mode=S_IFREG|0644, st_size=440, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/mod_386.s", {st_mode=S_IFREG|0644, st_size=544, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/rand", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/sin_arm.s", {st_mode=S_IFREG|0644, st_size=276, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/log1p_amd64.s", {st_mode=S_IFREG|0644, st_size=242, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/atan2_amd64.s", {st_mode=S_IFREG|0644, st_size=242, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/atan2.go", {st_mode=S_IFREG|0644, st_size=1485, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/pow.go", {st_mode=S_IFREG|0644, st_size=2656, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/log10.go", {st_mode=S_IFREG|0644, st_size=575, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/exp2_386.s", {st_mode=S_IFREG|0644, st_size=1156, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/tanh.go", {st_mode=S_IFREG|0644, st_size=2625, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/gamma.go", {st_mode=S_IFREG|0644, st_size=4957, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/floor_arm.s", {st_mode=S_IFREG|0644, st_size=326, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/exp2_arm.s", {st_mode=S_IFREG|0644, st_size=238, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/expm1.go", {st_mode=S_IFREG|0644, st_size=8073, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/sqrt.go", {st_mode=S_IFREG|0644, st_size=4758, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/dim_amd64.s", {st_mode=S_IFREG|0644, st_size=2799, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/log1p_arm.s", {st_mode=S_IFREG|0644, st_size=240, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/pow10.go", {st_mode=S_IFREG|0644, st_size=828, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/atan_amd64.s", {st_mode=S_IFREG|0644, st_size=240, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/log_386.s", {st_mode=S_IFREG|0644, st_size=408, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/remainder_386.s", {st_mode=S_IFREG|0644, st_size=556, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/asin_amd64.s", {st_mode=S_IFREG|0644, st_size=284, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/mod_arm.s", {st_mode=S_IFREG|0644, st_size=236, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/modf_arm.s", {st_mode=S_IFREG|0644, st_size=238, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/log1p_386.s", {st_mode=S_IFREG|0644, st_size=874, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/ldexp_amd64.s", {st_mode=S_IFREG|0644, st_size=242, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/cmplx", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/dim_arm.s", {st_mode=S_IFREG|0644, st_size=316, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/erf.go", {st_mode=S_IFREG|0644, st_size=11598, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/nextafter.go", {st_mode=S_IFREG|0644, st_size=682, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/tan_386.s", {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/abs_amd64.s", {st_mode=S_IFREG|0644, st_size=373, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/mod.go", {st_mode=S_IFREG|0644, st_size=874, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/logb.go", {st_mode=S_IFREG|0644, st_size=1014, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/sincos.go", {st_mode=S_IFREG|0644, st_size=1862, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/sinh.go", {st_mode=S_IFREG|0644, st_size=1535, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/log1p.go", {st_mode=S_IFREG|0644, st_size=6470, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/asin_arm.s", {st_mode=S_IFREG|0644, st_size=280, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/hypot_386.s", {st_mode=S_IFREG|0644, st_size=1862, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/sqrt_386.s", {st_mode=S_IFREG|0644, st_size=311, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/hypot_arm.s", {st_mode=S_IFREG|0644, st_size=240, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/tan.go", {st_mode=S_IFREG|0644, st_size=3750, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/lgamma.go", {st_mode=S_IFREG|0644, st_size=11263, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/frexp.go", {st_mode=S_IFREG|0644, st_size=860, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/atan.go", {st_mode=S_IFREG|0644, st_size=3043, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/abs_arm.s", {st_mode=S_IFREG|0644, st_size=340, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/modf_386.s", {st_mode=S_IFREG|0644, st_size=775, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/sin_amd64.s", {st_mode=S_IFREG|0644, st_size=280, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/floor_386.s", {st_mode=S_IFREG|0644, st_size=1499, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/exp_amd64.s", {st_mode=S_IFREG|0644, st_size=2920, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/expm1_amd64.s", {st_mode=S_IFREG|0644, st_size=242, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/ldexp_arm.s", {st_mode=S_IFREG|0644, st_size=240, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/modf.go", {st_mode=S_IFREG|0644, st_size=776, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/sincos_386.s", {st_mode=S_IFREG|0644, st_size=994, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/log10_amd64.s", {st_mode=S_IFREG|0644, st_size=286, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/ldexp_386.s", {st_mode=S_IFREG|0644, st_size=455, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/log_amd64.s", {st_mode=S_IFREG|0644, st_size=3714, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/sincos_arm.s", {st_mode=S_IFREG|0644, st_size=242, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/modf_amd64.s", {st_mode=S_IFREG|0644, st_size=240, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/export_test.go", {st_mode=S_IFREG|0644, st_size=289, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/abs_386.s", {st_mode=S_IFREG|0644, st_size=344, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/frexp_arm.s", {st_mode=S_IFREG|0644, st_size=240, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/mod_amd64.s", {st_mode=S_IFREG|0644, st_size=238, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/exp2_amd64.s", {st_mode=S_IFREG|0644, st_size=240, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/ldexp.go", {st_mode=S_IFREG|0644, st_size=990, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/remainder_amd64.s", {st_mode=S_IFREG|0644, st_size=250, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/expm1_386.s", {st_mode=S_IFREG|0644, st_size=1900, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/floor_amd64.s", {st_mode=S_IFREG|0644, st_size=2037, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/exp_arm.s", {st_mode=S_IFREG|0644, st_size=236, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/copysign.go", {st_mode=S_IFREG|0644, st_size=378, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/sincos_amd64.s", {st_mode=S_IFREG|0644, st_size=4065, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/hypot.go", {st_mode=S_IFREG|0644, st_size=798, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/cbrt.go", {st_mode=S_IFREG|0644, st_size=1641, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/tan_amd64.s", {st_mode=S_IFREG|0644, st_size=238, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/asinh.go", {st_mode=S_IFREG|0644, st_size=1869, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/tan_arm.s", {st_mode=S_IFREG|0644, st_size=236, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/signbit.go", {st_mode=S_IFREG|0644, st_size=302, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/atanh.go", {st_mode=S_IFREG|0644, st_size=1943, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/asin_386.s", {st_mode=S_IFREG|0644, st_size=1129, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/atan2_386.s", {st_mode=S_IFREG|0644, st_size=410, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/atan2_arm.s", {st_mode=S_IFREG|0644, st_size=240, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/sqrt_arm.s", {st_mode=S_IFREG|0644, st_size=315, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/sin_386.s", {st_mode=S_IFREG|0644, st_size=1535, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/dim_386.s", {st_mode=S_IFREG|0644, st_size=322, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/const.go", {st_mode=S_IFREG|0644, st_size=2031, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/j1.go", {st_mode=S_IFREG|0644, st_size=13599, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/jn.go", {st_mode=S_IFREG|0644, st_size=7415, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/exp_386.s", {st_mode=S_IFREG|0644, st_size=1360, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/j0.go", {st_mode=S_IFREG|0644, st_size=13919, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/math/remainder.go", {st_mode=S_IFREG|0644, st_size=1959, ...}) = 0 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/abs.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 440 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/abs_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 373 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/acosh.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 1735 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/all_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/asin.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 983 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/asin_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 284 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/asinh.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 1869 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/atan.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 3043 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/atan2.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 1485 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/atan2_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 242 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/atan_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 240 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/atanh.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 1943 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/bits.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 1835 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/cbrt.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 1641 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/const.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 2031 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/copysign.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 378 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/dim.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 1371 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/dim_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 2799 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/erf.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 4096 | |
read(3, "oximate\n// g(s)=f(1"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/exp.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/exp2_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 240 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/exp_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 2920 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/expm1.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 4096 | |
read(3, "0+2.0*(r-E);\n// (v) if "..., 4096) = 3977 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/expm1_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 242 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/export_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 289 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/floor.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009-2010 The Go Au"..., 4096) = 1084 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/floor_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 2037 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/frexp.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 860 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/frexp_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 242 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/gamma.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/hypot.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 798 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/hypot_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 1086 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/j0.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/j1.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/jn.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/ldexp.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 990 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/ldexp_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 242 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/lgamma.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/log.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 3891 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/log10.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 575 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/log10_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 286 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/log1p.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/log1p_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 242 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/log_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 3714 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/logb.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 1014 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/mod.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009-2010 The Go Au"..., 4096) = 874 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/mod_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 238 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/modf.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 776 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/modf_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 240 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/nextafter.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 682 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/pow.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 2656 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/pow10.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 828 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/remainder.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 1959 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/remainder_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 250 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/signbit.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 302 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/sin.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/sin_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 280 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/sincos.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 1862 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/sincos_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 4065 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/sinh.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 1535 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/sqrt.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/sqrt_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 302 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/tan.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 3750 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/tan_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 238 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/tanh.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 2625 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/math/unsafe.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 859 | |
close(3) = 0 | |
stat("/usr/lib/go/src/pkg/os", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
open("/usr/lib/go/src/pkg/os", O_RDONLY|O_CLOEXEC) = 3 | |
getdents64(3, /* 57 entries */, 4096) = 2040 | |
getdents64(3, /* 0 entries */, 4096) = 0 | |
lstat("/usr/lib/go/src/pkg/os/user", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/error_unix.go", {st_mode=S_IFREG|0644, st_size=901, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/error.go", {st_mode=S_IFREG|0644, st_size=1937, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/stat_linux.go", {st_mode=S_IFREG|0644, st_size=1400, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/pipe_bsd.go", {st_mode=S_IFREG|0644, st_size=783, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/file_windows.go", {st_mode=S_IFREG|0644, st_size=12555, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/getwd.go", {st_mode=S_IFREG|0644, st_size=2532, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/proc.go", {st_mode=S_IFREG|0644, st_size=1182, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/env.go", {st_mode=S_IFREG|0644, st_size=2927, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/stat_openbsd.go", {st_mode=S_IFREG|0644, st_size=1400, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/str.go", {st_mode=S_IFREG|0644, st_size=496, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/path_unix.go", {st_mode=S_IFREG|0644, st_size=494, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/exec_plan9.go", {st_mode=S_IFREG|0644, st_size=3118, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/error_windows_test.go", {st_mode=S_IFREG|0644, st_size=972, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/sys_linux.go", {st_mode=S_IFREG|0644, st_size=517, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/stat_netbsd.go", {st_mode=S_IFREG|0644, st_size=1410, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/os_test.go", {st_mode=S_IFREG|0644, st_size=27556, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/sys_windows.go", {st_mode=S_IFREG|0644, st_size=349, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/error_windows.go", {st_mode=S_IFREG|0644, st_size=940, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/path_test.go", {st_mode=S_IFREG|0644, st_size=5445, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/file_posix.go", {st_mode=S_IFREG|0644, st_size=4760, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/exec_unix.go", {st_mode=S_IFREG|0644, st_size=1458, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/file_plan9.go", {st_mode=S_IFREG|0644, st_size=11752, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/stat_windows.go", {st_mode=S_IFREG|0644, st_size=3966, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/doc.go", {st_mode=S_IFREG|0644, st_size=4549, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/sys_bsd.go", {st_mode=S_IFREG|0644, st_size=507, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/sys_plan9.go", {st_mode=S_IFREG|0644, st_size=473, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/os_unix_test.go", {st_mode=S_IFREG|0644, st_size=3025, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/error_plan9.go", {st_mode=S_IFREG|0644, st_size=1035, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/exec_windows.go", {st_mode=S_IFREG|0644, st_size=3299, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/exec", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/types.go", {st_mode=S_IFREG|0644, st_size=4044, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/env_test.go", {st_mode=S_IFREG|0644, st_size=1415, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/stat_freebsd.go", {st_mode=S_IFREG|0644, st_size=1410, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/exec.go", {st_mode=S_IFREG|0644, st_size=2162, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/file.go", {st_mode=S_IFREG|0644, st_size=7294, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/path_windows.go", {st_mode=S_IFREG|0644, st_size=488, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/stat_dragonfly.go", {st_mode=S_IFREG|0644, st_size=1400, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/file_unix.go", {st_mode=S_IFREG|0644, st_size=8282, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/types_windows.go", {st_mode=S_IFREG|0644, st_size=2315, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/error_test.go", {st_mode=S_IFREG|0644, st_size=3159, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/path_plan9.go", {st_mode=S_IFREG|0644, st_size=443, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/export_test.go", {st_mode=S_IFREG|0644, st_size=235, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/env_unix_test.go", {st_mode=S_IFREG|0644, st_size=644, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/stat_darwin.go", {st_mode=S_IFREG|0644, st_size=1427, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/dir_unix.go", {st_mode=S_IFREG|0644, st_size=1172, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/types_notwin.go", {st_mode=S_IFREG|0644, st_size=641, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/signal", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/stat_plan9.go", {st_mode=S_IFREG|0644, st_size=2677, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/path.go", {st_mode=S_IFREG|0644, st_size=2646, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/dir_windows.go", {st_mode=S_IFREG|0644, st_size=376, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/pipe_linux.go", {st_mode=S_IFREG|0644, st_size=990, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/exec_posix.go", {st_mode=S_IFREG|0644, st_size=2918, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/getwd_darwin.go", {st_mode=S_IFREG|0644, st_size=317, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/os/dir_plan9.go", {st_mode=S_IFREG|0644, st_size=1564, ...}) = 0 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/dir_unix.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 1172 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/doc.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/env.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 2927 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/env_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 1415 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/env_unix_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 644 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/error.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 1937 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/error_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 3159 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/error_unix.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 901 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/exec.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 2162 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/exec_posix.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 2918 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/exec_unix.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 1458 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/export_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 235 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/file.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/file_posix.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/file_unix.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/getwd.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 2532 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/os_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/os_unix_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 3025 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/path.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 2646 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/path_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/path_unix.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 494 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/pipe_bsd.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 783 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/pipe_linux.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 990 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/proc.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 1182 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/stat_linux.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 1400 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/str.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 496 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/sys_bsd.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 507 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/sys_linux.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 517 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/types.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4044 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/os/types_notwin.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 641 | |
close(3) = 0 | |
stat("/usr/lib/go/src/pkg/syscall", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 | |
open("/usr/lib/go/src/pkg/syscall", O_RDONLY|O_CLOEXEC) = 3 | |
getdents64(3, /* 95 entries */, 4096) = 4072 | |
getdents64(3, /* 87 entries */, 4096) = 3728 | |
getdents64(3, /* 0 entries */, 4096) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/mksysnum_darwin.pl", {st_mode=S_IFREG|0755, st_size=580, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/ztypes_openbsd_amd64.go", {st_mode=S_IFREG|0644, st_size=6788, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zerrors_windows.go", {st_mode=S_IFREG|0644, st_size=10208, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsyscall_windows_amd64.go", {st_mode=S_IFREG|0644, st_size=55993, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/types_linux.go", {st_mode=S_IFREG|0644, st_size=11408, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zerrors_openbsd_amd64.go", {st_mode=S_IFREG|0644, st_size=62056, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/asm_darwin_amd64.s", {st_mode=S_IFREG|0644, st_size=2092, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsysctl_openbsd.go", {st_mode=S_IFREG|0644, st_size=12976, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsyscall_freebsd_386.go", {st_mode=S_IFREG|0644, st_size=30015, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsysnum_netbsd_arm.go", {st_mode=S_IFREG|0644, st_size=26138, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_windows_test.go", {st_mode=S_IFREG|0644, st_size=1673, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zerrors_dragonfly_386.go", {st_mode=S_IFREG|0644, st_size=60676, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/route_dragonfly.go", {st_mode=S_IFREG|0644, st_size=2280, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_no_getwd.go", {st_mode=S_IFREG|0644, st_size=304, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/asm_netbsd_amd64.s", {st_mode=S_IFREG|0644, st_size=2729, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsysnum_netbsd_amd64.go", {st_mode=S_IFREG|0644, st_size=26138, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/route_netbsd.go", {st_mode=S_IFREG|0644, st_size=1287, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/asm_netbsd_arm.s", {st_mode=S_IFREG|0644, st_size=2730, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsysnum_dragonfly_386.go", {st_mode=S_IFREG|0644, st_size=23056, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/route_darwin.go", {st_mode=S_IFREG|0644, st_size=1880, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/exec_linux.go", {st_mode=S_IFREG|0644, st_size=7000, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/mksyscall.pl", {st_mode=S_IFREG|0755, st_size=7756, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsysnum_freebsd_amd64.go", {st_mode=S_IFREG|0644, st_size=25687, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/asm_plan9_386.s", {st_mode=S_IFREG|0644, st_size=2869, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/mkall.sh", {st_mode=S_IFREG|0755, st_size=8032, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/security_windows.go", {st_mode=S_IFREG|0644, st_size=10899, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_plan9_amd64.go", {st_mode=S_IFREG|0644, st_size=391, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/ztypes_netbsd_amd64.go", {st_mode=S_IFREG|0644, st_size=6058, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/mksysnum_openbsd.pl", {st_mode=S_IFREG|0755, st_size=873, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_dragonfly_386.go", {st_mode=S_IFREG|0644, st_size=1491, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/env_unix.go", {st_mode=S_IFREG|0644, st_size=2135, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsysnum_linux_amd64.go", {st_mode=S_IFREG|0644, st_size=10325, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_openbsd_amd64.go", {st_mode=S_IFREG|0644, st_size=1006, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/mksysctl_openbsd.pl", {st_mode=S_IFREG|0755, st_size=5162, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zerrors_dragonfly_amd64.go", {st_mode=S_IFREG|0644, st_size=60676, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_linux_386.go", {st_mode=S_IFREG|0644, st_size=9877, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/ztypes_dragonfly_386.go", {st_mode=S_IFREG|0644, st_size=6506, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/asm_freebsd_arm.s", {st_mode=S_IFREG|0644, st_size=2743, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_unix.go", {st_mode=S_IFREG|0644, st_size=7132, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_linux.go", {st_mode=S_IFREG|0644, st_size=26215, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/str.go", {st_mode=S_IFREG|0644, st_size=484, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_netbsd_386.go", {st_mode=S_IFREG|0644, st_size=1021, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/mksysnum_dragonfly.pl", {st_mode=S_IFREG|0755, st_size=874, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/ztypes_freebsd_386.go", {st_mode=S_IFREG|0644, st_size=6904, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsyscall_darwin_386.go", {st_mode=S_IFREG|0644, st_size=30778, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/types_freebsd.go", {st_mode=S_IFREG|0644, st_size=5269, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsysnum_openbsd_386.go", {st_mode=S_IFREG|0644, st_size=14110, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/exec_plan9.go", {st_mode=S_IFREG|0644, st_size=15747, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/ztypes_plan9_amd64.go", {st_mode=S_IFREG|0644, st_size=1298, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsysnum_windows_386.go", {st_mode=S_IFREG|0644, st_size=40, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/consistency_unix_test.go", {st_mode=S_IFREG|0644, st_size=763, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zerrors_plan9_386.go", {st_mode=S_IFREG|0644, st_size=1430, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/types_netbsd.go", {st_mode=S_IFREG|0644, st_size=4671, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/sockcmsg_linux.go", {st_mode=S_IFREG|0644, st_size=1075, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/asm_freebsd_386.s", {st_mode=S_IFREG|0644, st_size=2601, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsyscall_linux_386.go", {st_mode=S_IFREG|0644, st_size=39628, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_freebsd_amd64.go", {st_mode=S_IFREG|0644, st_size=1442, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/ztypes_darwin_amd64.go", {st_mode=S_IFREG|0644, st_size=7029, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/sockcmsg_unix.go", {st_mode=S_IFREG|0644, st_size=2914, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/asm_linux_arm.s", {st_mode=S_IFREG|0644, st_size=3451, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall.go", {st_mode=S_IFREG|0644, st_size=2835, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsyscall_plan9_386.go", {st_mode=S_IFREG|0644, st_size=6269, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/ztypes_windows_amd64.go", {st_mode=S_IFREG|0644, st_size=478, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/env_windows.go", {st_mode=S_IFREG|0644, st_size=1735, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsysnum_linux_386.go", {st_mode=S_IFREG|0644, st_size=11515, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_freebsd_arm.go", {st_mode=S_IFREG|0644, st_size=1463, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_windows_386.go", {st_mode=S_IFREG|0644, st_size=177, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsyscall_openbsd_386.go", {st_mode=S_IFREG|0644, st_size=29566, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsyscall_plan9_amd64.go", {st_mode=S_IFREG|0644, st_size=6305, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_darwin_amd64.go", {st_mode=S_IFREG|0644, st_size=1751, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/creds_test.go", {st_mode=S_IFREG|0644, st_size=2925, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/types_darwin.go", {st_mode=S_IFREG|0644, st_size=5053, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/ztypes_linux_arm.go", {st_mode=S_IFREG|0644, st_size=11420, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_openbsd.go", {st_mode=S_IFREG|0644, st_size=7509, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/exec_unix.go", {st_mode=S_IFREG|0644, st_size=7172, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_netbsd.go", {st_mode=S_IFREG|0644, st_size=11608, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsyscall_dragonfly_amd64.go", {st_mode=S_IFREG|0644, st_size=29958, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/bpf_bsd.go", {st_mode=S_IFREG|0644, st_size=3850, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_plan9.go", {st_mode=S_IFREG|0644, st_size=7096, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/lsf_linux.go", {st_mode=S_IFREG|0644, st_size=1807, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zerrors_linux_amd64.go", {st_mode=S_IFREG|0644, st_size=59726, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zerrors_freebsd_386.go", {st_mode=S_IFREG|0644, st_size=67846, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/ztypes_windows_386.go", {st_mode=S_IFREG|0644, st_size=478, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsysnum_openbsd_amd64.go", {st_mode=S_IFREG|0644, st_size=14110, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_dragonfly.go", {st_mode=S_IFREG|0644, st_size=10181, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsyscall_openbsd_amd64.go", {st_mode=S_IFREG|0644, st_size=29414, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsyscall_freebsd_arm.go", {st_mode=S_IFREG|0644, st_size=30117, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/asm_linux_amd64.s", {st_mode=S_IFREG|0644, st_size=2581, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zerrors_darwin_amd64.go", {st_mode=S_IFREG|0644, st_size=56579, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/mksysnum_plan9.sh", {st_mode=S_IFREG|0755, st_size=616, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_windows_amd64.go", {st_mode=S_IFREG|0644, st_size=177, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsyscall_linux_amd64.go", {st_mode=S_IFREG|0644, st_size=44634, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsyscall_dragonfly_386.go", {st_mode=S_IFREG|0644, st_size=30110, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/dll_windows.go", {st_mode=S_IFREG|0644, st_size=8331, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/mksysnum_linux.pl", {st_mode=S_IFREG|0755, st_size=636, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/ztypes_netbsd_386.go", {st_mode=S_IFREG|0644, st_size=5874, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/exec_windows.go", {st_mode=S_IFREG|0644, st_size=7462, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsysnum_darwin_386.go", {st_mode=S_IFREG|0644, st_size=14875, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/asm_openbsd_amd64.s", {st_mode=S_IFREG|0644, st_size=2730, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/race0.go", {st_mode=S_IFREG|0644, st_size=443, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/asm_windows_386.s", {st_mode=S_IFREG|0644, st_size=249, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_linux_arm.go", {st_mode=S_IFREG|0644, st_size=6215, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsysnum_freebsd_386.go", {st_mode=S_IFREG|0644, st_size=25687, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_darwin.go", {st_mode=S_IFREG|0644, st_size=12527, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/ztypes_linux_amd64.go", {st_mode=S_IFREG|0644, st_size=11905, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_freebsd_386.go", {st_mode=S_IFREG|0644, st_size=1491, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_dragonfly_amd64.go", {st_mode=S_IFREG|0644, st_size=1442, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/mkerrors.sh", {st_mode=S_IFREG|0755, st_size=9186, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/passfd_test.go", {st_mode=S_IFREG|0644, st_size=5247, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zerrors_windows_amd64.go", {st_mode=S_IFREG|0644, st_size=177, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/types_openbsd.go", {st_mode=S_IFREG|0644, st_size=4941, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zerrors_openbsd_386.go", {st_mode=S_IFREG|0644, st_size=61803, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_netbsd_arm.go", {st_mode=S_IFREG|0644, st_size=1021, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zerrors_netbsd_arm.go", {st_mode=S_IFREG|0644, st_size=66479, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/asm_freebsd_amd64.s", {st_mode=S_IFREG|0644, st_size=2973, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/asm_openbsd_386.s", {st_mode=S_IFREG|0644, st_size=2601, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/asm_darwin_386.s", {st_mode=S_IFREG|0644, st_size=2600, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsyscall_netbsd_arm.go", {st_mode=S_IFREG|0644, st_size=28356, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/types_dragonfly.go", {st_mode=S_IFREG|0644, st_size=4997, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zerrors_netbsd_amd64.go", {st_mode=S_IFREG|0644, st_size=66518, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_netbsd_amd64.go", {st_mode=S_IFREG|0644, st_size=1021, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/race.go", {st_mode=S_IFREG|0644, st_size=580, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_darwin_386.go", {st_mode=S_IFREG|0644, st_size=1807, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_plan9_386.go", {st_mode=S_IFREG|0644, st_size=655, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/mksysnum_freebsd.pl", {st_mode=S_IFREG|0755, st_size=870, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zerrors_plan9_amd64.go", {st_mode=S_IFREG|0644, st_size=1430, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/ztypes_windows.go", {st_mode=S_IFREG|0644, st_size=24801, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/netlink_linux.go", {st_mode=S_IFREG|0644, st_size=4756, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/exec_bsd.go", {st_mode=S_IFREG|0644, st_size=6205, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsyscall_darwin_amd64.go", {st_mode=S_IFREG|0644, st_size=30627, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsyscall_netbsd_386.go", {st_mode=S_IFREG|0644, st_size=28254, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zerrors_freebsd_amd64.go", {st_mode=S_IFREG|0644, st_size=67846, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/ztypes_plan9_386.go", {st_mode=S_IFREG|0644, st_size=1298, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/ztypes_darwin_386.go", {st_mode=S_IFREG|0644, st_size=6813, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsysnum_dragonfly_amd64.go", {st_mode=S_IFREG|0644, st_size=23056, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsyscall_linux_arm.go", {st_mode=S_IFREG|0644, st_size=43764, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsysnum_netbsd_386.go", {st_mode=S_IFREG|0644, st_size=26138, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zerrors_windows_386.go", {st_mode=S_IFREG|0644, st_size=177, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsysnum_windows_amd64.go", {st_mode=S_IFREG|0644, st_size=40, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/ztypes_freebsd_amd64.go", {st_mode=S_IFREG|0644, st_size=6987, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsyscall_netbsd_amd64.go", {st_mode=S_IFREG|0644, st_size=28102, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsyscall_windows_386.go", {st_mode=S_IFREG|0644, st_size=55996, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_openbsd_386.go", {st_mode=S_IFREG|0644, st_size=1020, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/ztypes_linux_386.go", {st_mode=S_IFREG|0644, st_size=11586, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/asm_linux_386.s", {st_mode=S_IFREG|0644, st_size=4458, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/types_plan9.c", {st_mode=S_IFREG|0644, st_size=3335, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/ztypes_freebsd_arm.go", {st_mode=S_IFREG|0644, st_size=7012, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zerrors_netbsd_386.go", {st_mode=S_IFREG|0644, st_size=66938, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/route_freebsd.go", {st_mode=S_IFREG|0644, st_size=2278, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zerrors_linux_arm.go", {st_mode=S_IFREG|0644, st_size=60225, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/asm_dragonfly_amd64.s", {st_mode=S_IFREG|0644, st_size=2777, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/env_plan9.go", {st_mode=S_IFREG|0644, st_size=2457, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsysnum_plan9_386.go", {st_mode=S_IFREG|0644, st_size=971, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/mksysnum_netbsd.pl", {st_mode=S_IFREG|0755, st_size=1037, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/route_openbsd.go", {st_mode=S_IFREG|0644, st_size=1288, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsyscall_freebsd_amd64.go", {st_mode=S_IFREG|0644, st_size=29864, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsysnum_darwin_amd64.go", {st_mode=S_IFREG|0644, st_size=14875, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/ztypes_dragonfly_amd64.go", {st_mode=S_IFREG|0644, st_size=6635, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsysnum_freebsd_arm.go", {st_mode=S_IFREG|0644, st_size=26048, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_bsd.go", {st_mode=S_IFREG|0644, st_size=14223, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zerrors_darwin_386.go", {st_mode=S_IFREG|0644, st_size=56579, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_windows.go", {st_mode=S_IFREG|0644, st_size=33884, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_test.go", {st_mode=S_IFREG|0644, st_size=755, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/asm_netbsd_386.s", {st_mode=S_IFREG|0644, st_size=2600, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/mksyscall_windows.pl", {st_mode=S_IFREG|0755, st_size=8735, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zerrors_freebsd_arm.go", {st_mode=S_IFREG|0644, st_size=68136, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/asm_dragonfly_386.s", {st_mode=S_IFREG|0644, st_size=2601, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/asm_windows_amd64.s", {st_mode=S_IFREG|0644, st_size=251, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zerrors_linux_386.go", {st_mode=S_IFREG|0644, st_size=59688, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/asm_plan9_amd64.s", {st_mode=S_IFREG|0644, st_size=3052, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_linux_amd64.go", {st_mode=S_IFREG|0644, st_size=4188, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/rlimit_linux_test.go", {st_mode=S_IFREG|0644, st_size=1066, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/syscall_freebsd.go", {st_mode=S_IFREG|0644, st_size=10265, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/route_bsd.go", {st_mode=S_IFREG|0644, st_size=5523, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsysnum_linux_arm.go", {st_mode=S_IFREG|0644, st_size=11806, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/zsysnum_plan9_amd64.go", {st_mode=S_IFREG|0644, st_size=992, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/mkerrors_windows.sh", {st_mode=S_IFREG|0755, st_size=3929, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/ztypes_openbsd_386.go", {st_mode=S_IFREG|0644, st_size=6601, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/ztypes_netbsd_arm.go", {st_mode=S_IFREG|0644, st_size=5874, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/syscall/dir_plan9.go", {st_mode=S_IFREG|0644, st_size=5608, ...}) = 0 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/asm_linux_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 2581 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/bpf_bsd.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 3850 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/consistency_unix_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 763 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/creds_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 2925 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/env_unix.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 2135 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/exec_bsd.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/exec_linux.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/exec_unix.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/lsf_linux.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 1807 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/netlink_linux.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/passfd_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/race.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 580 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/race0.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 443 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/rlimit_linux_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 1066 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/route_bsd.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/sockcmsg_linux.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 1075 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/sockcmsg_unix.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 2914 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/str.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 484 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/syscall.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 2835 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/syscall_bsd.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/syscall_linux.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/syscall_linux_amd64.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/syscall_no_getwd.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 304 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/syscall_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 755 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/syscall_unix.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/types_linux.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/zerrors_linux_amd64.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// mkerrors.sh -m64\n// MACHINE G"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/zsyscall_linux_amd64.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// mksyscall.pl syscall_linux.go"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/zsysnum_linux_amd64.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// mksysnum_linux.pl /usr/includ"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/syscall/ztypes_linux_amd64.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Created by cgo -godefs - DO N"..., 4096) = 4096 | |
close(3) = 0 | |
stat("/usr/lib/go/src/pkg/time", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
open("/usr/lib/go/src/pkg/time", O_RDONLY|O_CLOEXEC) = 3 | |
getdents64(3, /* 25 entries */, 4096) = 904 | |
getdents64(3, /* 0 entries */, 4096) = 0 | |
lstat("/usr/lib/go/src/pkg/time/time_test.go", {st_mode=S_IFREG|0644, st_size=47787, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/time/zoneinfo.go", {st_mode=S_IFREG|0644, st_size=6104, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/time/Makefile", {st_mode=S_IFREG|0644, st_size=272, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/time/genzabbrs.go", {st_mode=S_IFREG|0644, st_size=2830, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/time/sleep.go", {st_mode=S_IFREG|0644, st_size=3211, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/time/example_test.go", {st_mode=S_IFREG|0644, st_size=3898, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/time/sleep_test.go", {st_mode=S_IFREG|0644, st_size=8408, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/time/zoneinfo_abbrs_windows.go", {st_mode=S_IFREG|0644, st_size=7647, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/time/sys_windows.go", {st_mode=S_IFREG|0644, st_size=1424, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/time/zoneinfo_unix.go", {st_mode=S_IFREG|0644, st_size=2018, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/time/time.go", {st_mode=S_IFREG|0644, st_size=34106, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/time/tick.go", {st_mode=S_IFREG|0644, st_size=1572, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/time/zoneinfo_windows_test.go", {st_mode=S_IFREG|0644, st_size=821, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/time/sys_plan9.go", {st_mode=S_IFREG|0644, st_size=1451, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/time/zoneinfo_read.go", {st_mode=S_IFREG|0644, st_size=7840, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/time/format.go", {st_mode=S_IFREG|0644, st_size=35135, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/time/zoneinfo_plan9.go", {st_mode=S_IFREG|0644, st_size=3226, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/time/export_windows_test.go", {st_mode=S_IFREG|0644, st_size=263, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/time/tick_test.go", {st_mode=S_IFREG|0644, st_size=1247, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/time/internal_test.go", {st_mode=S_IFREG|0644, st_size=2133, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/time/export_test.go", {st_mode=S_IFREG|0644, st_size=466, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/time/sys_unix.go", {st_mode=S_IFREG|0644, st_size=1497, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/time/zoneinfo_windows.go", {st_mode=S_IFREG|0644, st_size=7877, ...}) = 0 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/time/example_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 3898 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/time/export_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 466 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/time/format.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2010 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/time/genzabbrs.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2013 The Go Authors"..., 4096) = 2830 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/time/internal_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 2133 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/time/sleep.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 3211 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/time/sleep_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/time/sys_unix.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 1497 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/time/tick.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 1572 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/time/tick_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 1247 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/time/time.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/time/time_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/time/zoneinfo.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/time/zoneinfo_read.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/time/zoneinfo_unix.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 2018 | |
close(3) = 0 | |
stat("/usr/lib/go/src/pkg/reflect", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
open("/usr/lib/go/src/pkg/reflect", O_RDONLY|O_CLOEXEC) = 3 | |
getdents64(3, /* 14 entries */, 4096) = 456 | |
getdents64(3, /* 0 entries */, 4096) = 0 | |
lstat("/usr/lib/go/src/pkg/reflect/all_test.go", {st_mode=S_IFREG|0644, st_size=87313, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/reflect/example_test.go", {st_mode=S_IFREG|0644, st_size=1785, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/reflect/asm_amd64.s", {st_mode=S_IFREG|0644, st_size=919, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/reflect/value.go", {st_mode=S_IFREG|0644, st_size=73092, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/reflect/asm_arm.s", {st_mode=S_IFREG|0644, st_size=912, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/reflect/makefunc.go", {st_mode=S_IFREG|0644, st_size=4296, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/reflect/asm_386.s", {st_mode=S_IFREG|0644, st_size=917, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/reflect/set_test.go", {st_mode=S_IFREG|0644, st_size=5550, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/reflect/type.go", {st_mode=S_IFREG|0644, st_size=49174, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/reflect/export_test.go", {st_mode=S_IFREG|0644, st_size=426, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/reflect/tostring_test.go", {st_mode=S_IFREG|0644, st_size=2191, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/reflect/deepequal.go", {st_mode=S_IFREG|0644, st_size=3615, ...}) = 0 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/reflect/all_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/reflect/asm_amd64.s", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 919 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/reflect/deepequal.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 3615 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/reflect/example_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 1785 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/reflect/export_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 426 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/reflect/makefunc.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/reflect/set_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/reflect/tostring_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 2191 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/reflect/type.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/reflect/value.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
stat("/usr/lib/go/src/pkg/strconv", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
open("/usr/lib/go/src/pkg/strconv", O_RDONLY|O_CLOEXEC) = 3 | |
getdents64(3, /* 23 entries */, 4096) = 760 | |
getdents64(3, /* 0 entries */, 4096) = 0 | |
lstat("/usr/lib/go/src/pkg/strconv/ftoa_test.go", {st_mode=S_IFREG|0644, st_size=7338, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/strconv/decimal.go", {st_mode=S_IFREG|0644, st_size=8064, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/strconv/ftoa.go", {st_mode=S_IFREG|0644, st_size=11360, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/strconv/atob.go", {st_mode=S_IFREG|0644, st_size=983, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/strconv/atoi_test.go", {st_mode=S_IFREG|0644, st_size=7982, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/strconv/atof_test.go", {st_mode=S_IFREG|0644, st_size=12268, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/strconv/atoi.go", {st_mode=S_IFREG|0644, st_size=4354, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/strconv/isprint.go", {st_mode=S_IFREG|0644, st_size=8339, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/strconv/fp_test.go", {st_mode=S_IFREG|0644, st_size=2984, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/strconv/strconv_test.go", {st_mode=S_IFREG|0644, st_size=1768, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/strconv/extfloat.go", {st_mode=S_IFREG|0644, st_size=20253, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/strconv/itoa_test.go", {st_mode=S_IFREG|0644, st_size=3924, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/strconv/testdata", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/strconv/atof.go", {st_mode=S_IFREG|0644, st_size=11495, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/strconv/quote.go", {st_mode=S_IFREG|0644, st_size=11305, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/strconv/internal_test.go", {st_mode=S_IFREG|0644, st_size=385, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/strconv/makeisprint.go", {st_mode=S_IFREG|0644, st_size=3785, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/strconv/atob_test.go", {st_mode=S_IFREG|0644, st_size=1234, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/strconv/itoa.go", {st_mode=S_IFREG|0644, st_size=3290, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/strconv/decimal_test.go", {st_mode=S_IFREG|0644, st_size=3087, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/strconv/quote_test.go", {st_mode=S_IFREG|0644, st_size=5917, ...}) = 0 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/strconv/atob.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 983 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/strconv/atob_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 1234 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/strconv/atof.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/strconv/atof_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/strconv/atoi.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/strconv/atoi_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/strconv/decimal.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/strconv/decimal_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 3087 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/strconv/extfloat.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2011 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/strconv/fp_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 2984 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/strconv/ftoa.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/strconv/ftoa_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/strconv/internal_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 385 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/strconv/isprint.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// DO NOT EDIT. GENERATED BY\n//"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/strconv/itoa.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 3290 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/strconv/itoa_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 3924 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/strconv/makeisprint.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 3785 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/strconv/quote.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/strconv/quote_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/strconv/strconv_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2012 The Go Authors"..., 4096) = 1768 | |
close(3) = 0 | |
stat("/usr/lib/go/src/pkg/unicode/utf8", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
open("/usr/lib/go/src/pkg/unicode/utf8", O_RDONLY|O_CLOEXEC) = 3 | |
getdents64(3, /* 5 entries */, 4096) = 152 | |
getdents64(3, /* 0 entries */, 4096) = 0 | |
lstat("/usr/lib/go/src/pkg/unicode/utf8/example_test.go", {st_mode=S_IFREG|0644, st_size=2900, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/unicode/utf8/utf8_test.go", {st_mode=S_IFREG|0644, st_size=10928, ...}) = 0 | |
lstat("/usr/lib/go/src/pkg/unicode/utf8/utf8.go", {st_mode=S_IFREG|0644, st_size=10503, ...}) = 0 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/unicode/utf8/example_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "package utf8_test\n\nimport (\n\t\"fm"..., 4096) = 2900 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/unicode/utf8/utf8.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
open("/usr/lib/go/src/pkg/unicode/utf8/utf8_test.go", O_RDONLY|O_CLOEXEC) = 3 | |
read(3, "// Copyright 2009 The Go Authors"..., 4096) = 4096 | |
close(3) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/runtime.a", {st_mode=S_IFREG|0644, st_size=1306364, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/errors.a", {st_mode=S_IFREG|0644, st_size=7386, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/runtime.a", {st_mode=S_IFREG|0644, st_size=1306364, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/sync/atomic.a", {st_mode=S_IFREG|0644, st_size=10426, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/runtime.a", {st_mode=S_IFREG|0644, st_size=1306364, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/sync.a", {st_mode=S_IFREG|0644, st_size=76768, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/runtime.a", {st_mode=S_IFREG|0644, st_size=1306364, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/sync/atomic.a", {st_mode=S_IFREG|0644, st_size=10426, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/io.a", {st_mode=S_IFREG|0644, st_size=199162, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/errors.a", {st_mode=S_IFREG|0644, st_size=7386, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/runtime.a", {st_mode=S_IFREG|0644, st_size=1306364, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/sync.a", {st_mode=S_IFREG|0644, st_size=76768, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/sync/atomic.a", {st_mode=S_IFREG|0644, st_size=10426, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/math.a", {st_mode=S_IFREG|0644, st_size=220714, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/runtime.a", {st_mode=S_IFREG|0644, st_size=1306364, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/syscall.a", {st_mode=S_IFREG|0644, st_size=1010998, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/runtime.a", {st_mode=S_IFREG|0644, st_size=1306364, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/sync.a", {st_mode=S_IFREG|0644, st_size=76768, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/sync/atomic.a", {st_mode=S_IFREG|0644, st_size=10426, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/time.a", {st_mode=S_IFREG|0644, st_size=651014, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/errors.a", {st_mode=S_IFREG|0644, st_size=7386, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/runtime.a", {st_mode=S_IFREG|0644, st_size=1306364, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/sync.a", {st_mode=S_IFREG|0644, st_size=76768, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/sync/atomic.a", {st_mode=S_IFREG|0644, st_size=10426, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/syscall.a", {st_mode=S_IFREG|0644, st_size=1010998, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/os.a", {st_mode=S_IFREG|0644, st_size=431770, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/errors.a", {st_mode=S_IFREG|0644, st_size=7386, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/io.a", {st_mode=S_IFREG|0644, st_size=199162, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/runtime.a", {st_mode=S_IFREG|0644, st_size=1306364, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/sync.a", {st_mode=S_IFREG|0644, st_size=76768, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/sync/atomic.a", {st_mode=S_IFREG|0644, st_size=10426, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/syscall.a", {st_mode=S_IFREG|0644, st_size=1010998, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/time.a", {st_mode=S_IFREG|0644, st_size=651014, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/unicode/utf8.a", {st_mode=S_IFREG|0644, st_size=26802, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/runtime.a", {st_mode=S_IFREG|0644, st_size=1306364, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/strconv.a", {st_mode=S_IFREG|0644, st_size=376406, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/errors.a", {st_mode=S_IFREG|0644, st_size=7386, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/math.a", {st_mode=S_IFREG|0644, st_size=220714, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/runtime.a", {st_mode=S_IFREG|0644, st_size=1306364, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/unicode/utf8.a", {st_mode=S_IFREG|0644, st_size=26802, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/reflect.a", {st_mode=S_IFREG|0644, st_size=1453578, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/errors.a", {st_mode=S_IFREG|0644, st_size=7386, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/math.a", {st_mode=S_IFREG|0644, st_size=220714, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/runtime.a", {st_mode=S_IFREG|0644, st_size=1306364, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/strconv.a", {st_mode=S_IFREG|0644, st_size=376406, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/sync.a", {st_mode=S_IFREG|0644, st_size=76768, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/sync/atomic.a", {st_mode=S_IFREG|0644, st_size=10426, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/unicode/utf8.a", {st_mode=S_IFREG|0644, st_size=26802, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/fmt.a", {st_mode=S_IFREG|0644, st_size=701730, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/errors.a", {st_mode=S_IFREG|0644, st_size=7386, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/io.a", {st_mode=S_IFREG|0644, st_size=199162, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/math.a", {st_mode=S_IFREG|0644, st_size=220714, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/os.a", {st_mode=S_IFREG|0644, st_size=431770, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/reflect.a", {st_mode=S_IFREG|0644, st_size=1453578, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/runtime.a", {st_mode=S_IFREG|0644, st_size=1306364, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/strconv.a", {st_mode=S_IFREG|0644, st_size=376406, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/sync.a", {st_mode=S_IFREG|0644, st_size=76768, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/sync/atomic.a", {st_mode=S_IFREG|0644, st_size=10426, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/syscall.a", {st_mode=S_IFREG|0644, st_size=1010998, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/time.a", {st_mode=S_IFREG|0644, st_size=651014, ...}) = 0 | |
stat("/usr/lib/go/pkg/linux_amd64/unicode/utf8.a", {st_mode=S_IFREG|0644, st_size=26802, ...}) = 0 | |
stat("/tmp/root/go-build587256483/command-line-arguments/_obj/", 0xc21005ff30) = -1 ENOENT (No such file or directory) | |
stat("/tmp/root/go-build587256483/command-line-arguments", 0xc210101000) = -1 ENOENT (No such file or directory) | |
stat("/tmp/root/go-build587256483", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 | |
mkdir("/tmp/root/go-build587256483/command-line-arguments", 0777) = 0 | |
mkdir("/tmp/root/go-build587256483/command-line-arguments/_obj/", 0777) = 0 | |
stat("/tmp/root/go-build587256483/command-line-arguments/_obj/exe/", 0xc210101120) = -1 ENOENT (No such file or directory) | |
stat("/tmp/root/go-build587256483/command-line-arguments/_obj", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
mkdir("/tmp/root/go-build587256483/command-line-arguments/_obj/exe/", 0777) = 0 | |
stat("/usr/lib/go/pkg/tool/linux_amd64/6g", {st_mode=S_IFREG|0755, st_size=2007001, ...}) = 0 | |
stat("/usr/lib/go/pkg/tool/linux_amd64/6g", {st_mode=S_IFREG|0755, st_size=2007001, ...}) = 0 | |
open("/dev/null", O_RDONLY|O_CLOEXEC) = 3 | |
pipe2([4, 5], O_CLOEXEC) = 0 | |
stat("/home/arun/go/src/github.com/arunk-s/tesds", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0 | |
pipe2([6, 7], O_CLOEXEC) = 0 | |
clone(child_stack=0, flags=SIGCHLD) = 12465 | |
close(7) = 0 | |
read(6, "", 8) = 0 | |
close(6) = 0 | |
close(3) = 0 | |
close(5) = 0 | |
wait4(12465, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, {ru_utime={0, 12677}, ru_stime={0, 3085}, ...}) = 12465 | |
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=12465, si_status=0, si_utime=1, si_stime=0} --- | |
rt_sigreturn() = 12465 | |
read(4, "", 512) = 0 | |
close(4) = 0 | |
stat("/usr/lib/go/pkg/tool/linux_amd64/pack", {st_mode=S_IFREG|0755, st_size=375572, ...}) = 0 | |
stat("/usr/lib/go/pkg/tool/linux_amd64/pack", {st_mode=S_IFREG|0755, st_size=375572, ...}) = 0 | |
open("/dev/null", O_RDONLY|O_CLOEXEC) = 3 | |
pipe2([4, 5], O_CLOEXEC) = 0 | |
stat("/home/arun/go/src/github.com/arunk-s/tesds", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0 | |
pipe2([6, 7], O_CLOEXEC) = 0 | |
clone(child_stack=0, flags=SIGCHLD) = 12466 | |
close(7) = 0 | |
read(6, "", 8) = 0 | |
close(6) = 0 | |
close(3) = 0 | |
close(5) = 0 | |
wait4(12466, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, {ru_utime={0, 897}, ru_stime={0, 578}, ...}) = 12466 | |
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=12466, si_status=0, si_utime=0, si_stime=0} --- | |
rt_sigreturn() = 12466 | |
read(4, "", 512) = 0 | |
close(4) = 0 | |
stat("/usr/lib/go/pkg/tool/linux_amd64/6l", {st_mode=S_IFREG|0755, st_size=1099270, ...}) = 0 | |
stat("/usr/lib/go/pkg/tool/linux_amd64/6l", {st_mode=S_IFREG|0755, st_size=1099270, ...}) = 0 | |
open("/dev/null", O_RDONLY|O_CLOEXEC) = 3 | |
pipe2([4, 5], O_CLOEXEC) = 0 | |
stat(".", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0 | |
pipe2([6, 7], O_CLOEXEC) = 0 | |
clone(child_stack=0, flags=SIGCHLD) = 12467 | |
close(7) = 0 | |
read(6, "", 8) = 0 | |
close(6) = 0 | |
close(3) = 0 | |
close(5) = 0 | |
wait4(12467, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, {ru_utime={0, 168571}, ru_stime={0, 12664}, ...}) = 12467 | |
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=12467, si_status=0, si_utime=16, si_stime=1} --- | |
rt_sigreturn() = 12467 | |
futex(0xb82958, FUTEX_WAKE, 1) = 1 | |
close(4) = 0 | |
stat("/tmp/root/go-build587256483/command-line-arguments/_obj/exe/netlink", {st_mode=S_IFREG|0755, st_size=2310432, ...}) = 0 | |
pipe2([3, 4], O_CLOEXEC) = 0 | |
clone(child_stack=0, flags=SIGCHLD) = 12469 | |
close(4) = 0 | |
futex(0xb82958, FUTEX_WAKE, 1) = 1 | |
read(3, "", 8) = 0 | |
close(3) = 0 | |
wait4(12469, Sent(Raw) [16 0 0 0 232 3 5 0 1 0 0 0 0 0 0 0] | |
36 | |
'$' | |
Received (Raw)[36 0 0 0 2 0 0 0 1 0 0 0 181 48 0 0 0 0 0 0 16 0 0 0 232 3 5 0 1 0 0 0 0 0 0 0] | |
Received (Raw)240000000200000001000000b53000000000000010000000e80305000100000000000000 | |
0000000010000000e80305000100000000000000 | |
0 | |
NLMSG_ERROR | |
Got error on last | |
[{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, {ru_utime={0, 550}, ru_stime={0, 893}, ...}) = 12469 | |
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=12469, si_status=0, si_utime=0, si_stime=0} --- | |
rt_sigreturn() = 12469 | |
futex(0xb82958, FUTEX_WAKE, 1) = 1 | |
unlink("/tmp/root/go-build587256483") = -1 EISDIR (Is a directory) | |
rmdir("/tmp/root/go-build587256483") = -1 ENOTEMPTY (Directory not empty) | |
lstat("/tmp/root/go-build587256483", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 | |
open("/tmp/root/go-build587256483", O_RDONLY|O_CLOEXEC) = 3 | |
getdents64(3, /* 4 entries */, 4096) = 144 | |
getdents64(3, /* 0 entries */, 4096) = 0 | |
unlink("/tmp/root/go-build587256483/command-line-arguments.a") = 0 | |
unlink("/tmp/root/go-build587256483/command-line-arguments") = -1 EISDIR (Is a directory) | |
rmdir("/tmp/root/go-build587256483/command-line-arguments") = -1 ENOTEMPTY (Directory not empty) | |
lstat("/tmp/root/go-build587256483/command-line-arguments", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
open("/tmp/root/go-build587256483/command-line-arguments", O_RDONLY|O_CLOEXEC) = 4 | |
getdents64(4, /* 3 entries */, 4096) = 72 | |
getdents64(4, /* 0 entries */, 4096) = 0 | |
unlink("/tmp/root/go-build587256483/command-line-arguments/_obj") = -1 EISDIR (Is a directory) | |
rmdir("/tmp/root/go-build587256483/command-line-arguments/_obj") = -1 ENOTEMPTY (Directory not empty) | |
lstat("/tmp/root/go-build587256483/command-line-arguments/_obj", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
open("/tmp/root/go-build587256483/command-line-arguments/_obj", O_RDONLY|O_CLOEXEC) = 5 | |
getdents64(5, /* 4 entries */, 4096) = 104 | |
getdents64(5, /* 0 entries */, 4096) = 0 | |
unlink("/tmp/root/go-build587256483/command-line-arguments/_obj/_go_.6") = 0 | |
unlink("/tmp/root/go-build587256483/command-line-arguments/_obj/exe") = -1 EISDIR (Is a directory) | |
rmdir("/tmp/root/go-build587256483/command-line-arguments/_obj/exe") = -1 ENOTEMPTY (Directory not empty) | |
lstat("/tmp/root/go-build587256483/command-line-arguments/_obj/exe", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 | |
open("/tmp/root/go-build587256483/command-line-arguments/_obj/exe", O_RDONLY|O_CLOEXEC) = 6 | |
getdents64(6, /* 3 entries */, 4096) = 80 | |
getdents64(6, /* 0 entries */, 4096) = 0 | |
unlink("/tmp/root/go-build587256483/command-line-arguments/_obj/exe/netlink") = 0 | |
futex(0xb82958, FUTEX_WAKE, 1) = 1 | |
getdents64(6, /* 0 entries */, 4096) = 0 | |
close(6) = 0 | |
unlink("/tmp/root/go-build587256483/command-line-arguments/_obj/exe") = -1 EISDIR (Is a directory) | |
rmdir("/tmp/root/go-build587256483/command-line-arguments/_obj/exe") = 0 | |
getdents64(5, /* 0 entries */, 4096) = 0 | |
close(5) = 0 | |
unlink("/tmp/root/go-build587256483/command-line-arguments/_obj") = -1 EISDIR (Is a directory) | |
rmdir("/tmp/root/go-build587256483/command-line-arguments/_obj") = 0 | |
getdents64(4, /* 0 entries */, 4096) = 0 | |
close(4) = 0 | |
unlink("/tmp/root/go-build587256483/command-line-arguments") = -1 EISDIR (Is a directory) | |
rmdir("/tmp/root/go-build587256483/command-line-arguments") = 0 | |
getdents64(3, /* 0 entries */, 4096) = 0 | |
close(3) = 0 | |
unlink("/tmp/root/go-build587256483") = -1 EISDIR (Is a directory) | |
rmdir("/tmp/root/go-build587256483") = 0 | |
exit_group(0) = ? | |
+++ exited with 0 +++ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment