Skip to content

Instantly share code, notes, and snippets.

@bawNg
Created March 14, 2014 05:38
Show Gist options
  • Save bawNg/9542641 to your computer and use it in GitHub Desktop.
Save bawNg/9542641 to your computer and use it in GitHub Desktop.
strace of test case for em-http-request issue #266
This file has been truncated, but you can view the full file.
$ strace ruby ./em_test.rb
execve("/usr/local/bin/ruby", ["ruby", "./em_test.rb"], [/* 22 vars */]) = 0
brk(0) = 0xc21000
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) = 0x7fa855a75000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/tls/x86_64/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/tls/x86_64", 0x7fffedc2a150) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/tls/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/tls", 0x7fffedc2a150) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/x86_64/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/x86_64", 0x7fffedc2a150) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=73600, ...}) = 0
mmap(NULL, 73600, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fa855a63000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/libpthread.so.0", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360Y\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=131258, ...}) = 0
mmap(NULL, 2208640, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa85563e000
mprotect(0x7fa855655000, 2093056, PROT_NONE) = 0
mmap(0x7fa855854000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7fa855854000
mmap(0x7fa855856000, 13184, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa855856000
close(3) = 0
open("/usr/local/lib/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/librt.so.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220!\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=31744, ...}) = 0
mmap(NULL, 2128848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa855436000
mprotect(0x7fa85543d000, 2093056, PROT_NONE) = 0
mmap(0x7fa85563c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7fa85563c000
close(3) = 0
open("/usr/local/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/libdl.so.2", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14696, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa855a62000
mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa855232000
mprotect(0x7fa855234000, 2097152, PROT_NONE) = 0
mmap(0x7fa855434000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fa855434000
close(3) = 0
open("/usr/local/lib/libcrypt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/libcrypt.so.1", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\n\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=35104, ...}) = 0
mmap(NULL, 2318784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa854ffb000
mprotect(0x7fa855003000, 2093056, PROT_NONE) = 0
mmap(0x7fa855202000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7fa855202000
mmap(0x7fa855204000, 184768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa855204000
close(3) = 0
open("/usr/local/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/libm.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360>\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=530736, ...}) = 0
mmap(NULL, 2625768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa854d79000
mprotect(0x7fa854df9000, 2097152, PROT_NONE) = 0
mmap(0x7fa854ff9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x80000) = 0x7fa854ff9000
close(3) = 0
open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\355\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1437064, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa855a61000
mmap(NULL, 3545160, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fa854a17000
mprotect(0x7fa854b70000, 2093056, PROT_NONE) = 0
mmap(0x7fa854d6f000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x158000) = 0x7fa854d6f000
mmap(0x7fa854d74000, 18504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa854d74000
close(3) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa855a60000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa855a5f000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa855a5e000
arch_prctl(ARCH_SET_FS, 0x7fa855a5f700) = 0
mprotect(0x7fa854d6f000, 16384, PROT_READ) = 0
mprotect(0x7fa854ff9000, 4096, PROT_READ) = 0
mprotect(0x7fa855202000, 4096, PROT_READ) = 0
mprotect(0x7fa855434000, 4096, PROT_READ) = 0
mprotect(0x7fa85563c000, 4096, PROT_READ) = 0
mprotect(0x7fa855854000, 4096, PROT_READ) = 0
mprotect(0x7fa855a77000, 4096, PROT_READ) = 0
munmap(0x7fa855a63000, 73600) = 0
set_tid_address(0x7fa855a5f9d0) = 41664
set_robust_list(0x7fa855a5f9e0, 0x18) = 0
futex(0x7fffedc2aa3c, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7fffedc2aa3c, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7fa855a5f700) = -1 EAGAIN (Resource temporarily unavailable)
rt_sigaction(SIGRTMIN, {0x7fa855643870, [], SA_RESTORER|SA_SIGINFO, 0x7fa85564cff0}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x7fa855643900, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7fa85564cff0}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
brk(0) = 0xc21000
brk(0xc42000) = 0xc42000
open("/usr/lib/locale/locale-archive", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1527568, ...}) = 0
mmap(NULL, 1527568, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fa8558e9000
close(3) = 0
fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 18), ...}) = 0
fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 18), ...}) = 0
fstat(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 18), ...}) = 0
open("/proc/self/maps", O_RDONLY) = 3
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa855a74000
read(3, "00400000-0061a000 r-xp 00000000 "..., 1024) = 1024
read(3, "54ffb000 rw-p 00081000 08:01 556"..., 1024) = 1024
read(3, "8:01 556079 "..., 1024) = 1024
read(3, " 556078 /lib"..., 1024) = 431
close(3) = 0
munmap(0x7fa855a74000, 4096) = 0
sched_getaffinity(41664, 32, {ffff, 0, 0, 0}) = 32
open("/proc/self/maps", O_RDONLY) = 3
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa855a74000
read(3, "00400000-0061a000 r-xp 00000000 "..., 1024) = 1024
read(3, "54ffb000 rw-p 00081000 08:01 556"..., 1024) = 1024
read(3, "8:01 556079 "..., 1024) = 1024
read(3, " 556078 /lib"..., 1024) = 431
close(3) = 0
munmap(0x7fa855a74000, 4096) = 0
sched_getaffinity(41664, 32, {ffff, 0, 0, 0}) = 32
rt_sigaction(SIGVTALRM, {0x529cb0, [], SA_RESTORER|SA_SIGINFO, 0x7fa85564cff0}, {SIG_DFL, [], 0}, 8) = 0
mmap(NULL, 1052672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa854916000
brk(0xc63000) = 0xc63000
brk(0xc87000) = 0xc87000
brk(0xca8000) = 0xca8000
getrusage(RUSAGE_SELF, {ru_utime={0, 0}, ru_stime={0, 0}, ...}) = 0
open("/dev/urandom", O_RDONLY|O_NOCTTY|O_NONBLOCK) = 3
fstat(3, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
fstat(3, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
read(3, "\4\247\255\256\30r\233nb\314\364L\2049\311\253", 16) = 16
close(3) = 0
brk(0xcc9000) = 0xcc9000
brk(0xcea000) = 0xcea000
brk(0xd0b000) = 0xd0b000
ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
fstat(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 18), ...}) = 0
ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 18), ...}) = 0
ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
fstat(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 18), ...}) = 0
brk(0xd2c000) = 0xd2c000
rt_sigaction(SIGINT, {0x4b4f60, [], SA_RESTORER|SA_SIGINFO, 0x7fa85564cff0}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGHUP, {0x4b4f60, [], SA_RESTORER|SA_SIGINFO, 0x7fa85564cff0}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {0x4b4f60, [], SA_RESTORER|SA_SIGINFO, 0x7fa85564cff0}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {0x4b4f60, [], SA_RESTORER|SA_SIGINFO, 0x7fa85564cff0}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGALRM, {0x4b4f60, [], SA_RESTORER|SA_SIGINFO, 0x7fa85564cff0}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGUSR1, {0x4b4f60, [], SA_RESTORER|SA_SIGINFO, 0x7fa85564cff0}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGUSR2, {0x4b4f60, [], SA_RESTORER|SA_SIGINFO, 0x7fa85564cff0}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGBUS, {0x4b4ea0, [], SA_RESTORER|SA_STACK|SA_SIGINFO, 0x7fa85564cff0}, {SIG_DFL, [], 0}, 8) = 0
sigaltstack({ss_sp=0xc8c090, ss_flags=0, ss_size=16384}, {ss_sp=0, ss_flags=SS_DISABLE, ss_size=0}) = 0
rt_sigaction(SIGSEGV, {0x4b4eb0, [], SA_RESTORER|SA_STACK|SA_SIGINFO, 0x7fa85564cff0}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER|SA_SIGINFO, 0x7fa85564cff0}, {SIG_DFL, [], 0}, 8) = 0
rt_sigprocmask(SIG_BLOCK, ~[RTMIN RT_1], [], 8) = 0
rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER|SA_SIGINFO, 0x7fa85564cff0}, {SIG_DFL, [], 0}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
geteuid() = 1000
getegid() = 1000
brk(0xd4d000) = 0xd4d000
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pipe([3, 4]) = 0
fstat(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
fstat(4, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
fcntl(4, F_GETFL) = 0x1 (flags O_WRONLY)
fcntl(4, F_SETFL, O_WRONLY|O_NONBLOCK) = 0
fcntl(3, F_GETFD) = 0
fcntl(3, F_SETFD, FD_CLOEXEC) = 0
fcntl(4, F_GETFD) = 0
fcntl(4, F_SETFD, FD_CLOEXEC) = 0
mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7fa854912000
mprotect(0x7fa854912000, 4096, PROT_NONE) = 0
clone(child_stack=0x7fa854914ff0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7fa8549159d0, tls=0x7fa854915700, child_tidptr=0x7fa8549159d0) = 41665
rt_sigprocmask(SIG_SETMASK, ~[SEGV VTALRM RTMIN RT_1], NULL, 8) = 0
brk(0xd6e000) = 0xd6e000
open("/proc/self/maps", O_RDONLY) = 5
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
fstat(5, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa854911000
read(5, "00400000-0061a000 r-xp 00000000 "..., 1024) = 1024
read(5, " /lib/libm-2.11."..., 1024) = 1024
read(5, "l-2.11.3.so\n7fa855436000-7fa8554"..., 1024) = 1024
read(5, "ive\n7fa855a5e000-7fa855a63000 rw"..., 1024) = 578
close(5) = 0
munmap(0x7fa854911000, 4096) = 0
sched_getaffinity(41664, 32, {ffff, 0, 0, 0}) = 32
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/enc/encdb.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/enc/encdb.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/enc/encdb.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/enc/encdb.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/enc/encdb.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/enc/encdb.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/enc/encdb.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0755, st_size=12394, ...}) = 0
fstat(5, {st_mode=S_IFREG|0755, st_size=12394, ...}) = 0
close(5) = 0
futex(0x7fa8554350ec, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so", O_RDONLY) = 5
read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\6\0\0\0\0\0\0"..., 832) = 832
fstat(5, {st_mode=S_IFREG|0755, st_size=12394, ...}) = 0
mmap(NULL, 2104160, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7fa854710000
mprotect(0x7fa854712000, 2093056, PROT_NONE) = 0
mmap(0x7fa854911000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x1000) = 0x7fa854911000
close(5) = 0
brk(0xd8f000) = 0xd8f000
open("/usr/local/lib/ruby/site_ruby/1.9.1/enc/trans/transdb.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/enc/trans/transdb.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/enc/trans/transdb.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/enc/trans/transdb.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/enc/trans/transdb.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/enc/trans/transdb.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/enc/trans/transdb.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0755, st_size=14146, ...}) = 0
fstat(5, {st_mode=S_IFREG|0755, st_size=14146, ...}) = 0
close(5) = 0
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so", O_RDONLY) = 5
read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\5\0\0\0\0\0\0"..., 832) = 832
fstat(5, {st_mode=S_IFREG|0755, st_size=14146, ...}) = 0
mmap(NULL, 2105952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7fa85450d000
mprotect(0x7fa85450f000, 2097152, PROT_NONE) = 0
mmap(0x7fa85470f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x2000) = 0x7fa85470f000
close(5) = 0
brk(0xdb0000) = 0xdb0000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=31694, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=31694, ...}) = 0
close(5) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=31694, ...}) = 0
ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28dc0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(5, {st_mode=S_IFREG|0644, st_size=31694, ...}) = 0
read(5, "# -*- ruby -*-\n#--\n# Copyright 2"..., 8192) = 8192
read(5, "th the the data directory specif"..., 8192) = 8192
read(5, " require 'rubygems/psych_ad"..., 8192) = 8192
read(5, "s.each do |plugin|\n\n # Skip"..., 8192) = 7118
read(5, "", 8192) = 0
close(5) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems.rb", {st_mode=S_IFREG|0644, st_size=31694, ...}) = 0
brk(0xdd1000) = 0xdd1000
brk(0xdf5000) = 0xdf5000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rbconfig.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/rbconfig.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/rbconfig.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/rbconfig.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/rbconfig.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/rbconfig.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/rbconfig.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/rbconfig.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=8601, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=8601, ...}) = 0
close(5) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/rbconfig.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=8601, ...}) = 0
ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc287b0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(5, {st_mode=S_IFREG|0644, st_size=8601, ...}) = 0
read(5, "\n# This file was created by mkco"..., 8192) = 8192
read(5, "ONFIG.each_value do |val|\n Rb"..., 8192) = 409
read(5, "", 8192) = 0
close(5) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/1.9.1/x86_64-linux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/1.9.1/x86_64-linux/rbconfig.rb", {st_mode=S_IFREG|0644, st_size=8601, ...}) = 0
brk(0xe1d000) = 0xe1d000
brk(0xe3e000) = 0xe3e000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/compatibility.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=1705, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=1705, ...}) = 0
close(5) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/compatibility.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=1705, ...}) = 0
ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc287b0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(5, {st_mode=S_IFREG|0644, st_size=1705, ...}) = 0
read(5, "# :stopdoc:\n\n#--\n# This file con"..., 8192) = 1705
read(5, "", 8192) = 0
close(5) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/compatibility.rb", {st_mode=S_IFREG|0644, st_size=1705, ...}) = 0
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/defaults.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=3729, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=3729, ...}) = 0
close(5) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/defaults.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=3729, ...}) = 0
ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc287b0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(5, {st_mode=S_IFREG|0644, st_size=3729, ...}) = 0
read(5, "module Gem\n DEFAULT_HOST = \"htt"..., 8192) = 3729
read(5, "", 8192) = 0
close(5) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/defaults.rb", {st_mode=S_IFREG|0644, st_size=3729, ...}) = 0
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/deprecate.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=1742, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=1742, ...}) = 0
close(5) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/deprecate.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=1742, ...}) = 0
ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc287b0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(5, {st_mode=S_IFREG|0644, st_size=1742, ...}) = 0
read(5, "##\n# Provides a single method +d"..., 8192) = 1742
read(5, "", 8192) = 0
close(5) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/deprecate.rb", {st_mode=S_IFREG|0644, st_size=1742, ...}) = 0
brk(0xe5f000) = 0xe5f000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/errors.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2479, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=2479, ...}) = 0
close(5) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/errors.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2479, ...}) = 0
ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc287b0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(5, {st_mode=S_IFREG|0644, st_size=2479, ...}) = 0
read(5, "#--\n# This file contains all the"..., 8192) = 2479
read(5, "", 8192) = 0
close(5) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/errors.rb", {st_mode=S_IFREG|0644, st_size=2479, ...}) = 0
brk(0xe80000) = 0xe80000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=72490, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=72490, ...}) = 0
close(5) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=72490, ...}) = 0
ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc287b0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(5, {st_mode=S_IFREG|0644, st_size=72490, ...}) = 0
read(5, "# -*- coding: utf-8 -*-\n#--\n# Co"..., 8192) = 8192
read(5, "the system on which the\n # buil"..., 8192) = 8192
read(5, " # Usage:\n #\n # spec.rdoc_o"..., 8192) = 8192
read(5, "hat contain the file matching +p"..., 8192) = 8192
brk(0xea4000) = 0xea4000
read(5, " spec.instance_variable_set :@l"..., 8192) = 8192
read(5, " else\n TODAY\n "..., 8192) = 8192
read(5, "\n #\n # See #license= for detai"..., 8192) = 8192
read(5, "\n # YAML.\n if defined? @te"..., 8192) = 8192
read(5, "\"metadata key too large (#{k.siz"..., 8192) = 6954
read(5, "", 8192) = 0
close(5) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb", {st_mode=S_IFREG|0644, st_size=72490, ...}) = 0
brk(0xec5000) = 0xec5000
brk(0xee8000) = 0xee8000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/version.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=11036, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=11036, ...}) = 0
close(5) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/version.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=11036, ...}) = 0
ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc281a0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(5, {st_mode=S_IFREG|0644, st_size=11036, ...}) = 0
read(5, "##\n# The Version class processes"..., 8192) = 8192
read(5, " is not the same as version \"1\"."..., 8192) = 2844
read(5, "", 8192) = 0
close(5) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/version.rb", {st_mode=S_IFREG|0644, st_size=11036, ...}) = 0
brk(0xf09000) = 0xf09000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=6246, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=6246, ...}) = 0
close(5) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=6246, ...}) = 0
ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc281a0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(5, {st_mode=S_IFREG|0644, st_size=6246, ...}) = 0
read(5, "require \"rubygems/version\"\nrequi"..., 8192) = 6246
read(5, "", 8192) = 0
close(5) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/requirement.rb", {st_mode=S_IFREG|0644, st_size=6246, ...}) = 0
brk(0xf2a000) = 0xf2a000
brk(0xf4b000) = 0xf4b000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/platform.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=6191, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=6191, ...}) = 0
close(5) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/platform.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=6191, ...}) = 0
ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc281a0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(5, {st_mode=S_IFREG|0644, st_size=6191, ...}) = 0
read(5, "require \"rubygems/deprecate\"\n\n##"..., 8192) = 6191
brk(0xf6c000) = 0xf6c000
read(5, "", 8192) = 0
close(5) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/platform.rb", {st_mode=S_IFREG|0644, st_size=6191, ...}) = 0
brk(0xf8d000) = 0xf8d000
brk(0xfae000) = 0xfae000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/basic_specification.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=5790, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=5790, ...}) = 0
close(5) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/basic_specification.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=5790, ...}) = 0
ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc281a0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(5, {st_mode=S_IFREG|0644, st_size=5790, ...}) = 0
read(5, "##\n# BasicSpecification is an ab"..., 8192) = 5790
read(5, "", 8192) = 0
close(5) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/basic_specification.rb", {st_mode=S_IFREG|0644, st_size=5790, ...}) = 0
brk(0xfcf000) = 0xfcf000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/stub_specification.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=3173, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=3173, ...}) = 0
close(5) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/stub_specification.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=3173, ...}) = 0
ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc281a0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(5, {st_mode=S_IFREG|0644, st_size=3173, ...}) = 0
read(5, "##\n# Gem::StubSpecification read"..., 8192) = 3173
read(5, "", 8192) = 0
close(5) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/stub_specification.rb", {st_mode=S_IFREG|0644, st_size=3173, ...}) = 0
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/util/stringio.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=450, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=450, ...}) = 0
close(5) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/util/stringio.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=450, ...}) = 0
ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc281a0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(5, {st_mode=S_IFREG|0644, st_size=450, ...}) = 0
read(5, "class Gem::StringSink\n def init"..., 8192) = 450
read(5, "", 8192) = 0
close(5) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/util", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/util/stringio.rb", {st_mode=S_IFREG|0644, st_size=450, ...}) = 0
brk(0xff0000) = 0xff0000
time(NULL) = 1394774909
open("/etc/localtime", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa855a74000
read(5, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0\0"..., 4096) = 245
lseek(5, -147, SEEK_CUR) = 98
read(5, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0"..., 4096) = 147
close(5) = 0
munmap(0x7fa855a74000, 4096) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
brk(0x1011000) = 0x1011000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/exceptions.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=6010, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=6010, ...}) = 0
close(5) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/exceptions.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=6010, ...}) = 0
ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc287b0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(5, {st_mode=S_IFREG|0644, st_size=6010, ...}) = 0
read(5, "# TODO: the documentation in her"..., 8192) = 6010
read(5, "", 8192) = 0
close(5) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/exceptions.rb", {st_mode=S_IFREG|0644, st_size=6010, ...}) = 0
brk(0x1033000) = 0x1033000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/defaults/operating_system.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/rubygems/defaults/operating_system.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/rubygems/defaults/operating_system.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/rubygems/defaults/operating_system.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/rubygems/defaults/operating_system.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/rubygems/defaults/operating_system.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/rubygems/defaults/operating_system.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/defaults/operating_system.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/rubygems/defaults/operating_system.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/rubygems/defaults/operating_system.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/rubygems/defaults/operating_system.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/rubygems/defaults/operating_system.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/rubygems/defaults/operating_system.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/rubygems/defaults/operating_system.so", O_RDONLY) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/defaults/ruby.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/rubygems/defaults/ruby.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/rubygems/defaults/ruby.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/rubygems/defaults/ruby.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/rubygems/defaults/ruby.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/rubygems/defaults/ruby.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/rubygems/defaults/ruby.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/rubygems/defaults/ruby.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/defaults/ruby.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/rubygems/defaults/ruby.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/rubygems/defaults/ruby.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/rubygems/defaults/ruby.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/rubygems/defaults/ruby.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/rubygems/defaults/ruby.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/rubygems/defaults/ruby.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/rubygems/defaults/ruby.so", O_RDONLY) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/default", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_gem.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2237, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=2237, ...}) = 0
close(5) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_gem.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2237, ...}) = 0
ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc287b0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(5, {st_mode=S_IFREG|0644, st_size=2237, ...}) = 0
read(5, "##\n# RubyGems adds the #gem meth"..., 8192) = 2237
read(5, "", 8192) = 0
close(5) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/core_ext", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_gem.rb", {st_mode=S_IFREG|0644, st_size=2237, ...}) = 0
brk(0x1054000) = 0x1054000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=4213, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=4213, ...}) = 0
close(5) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=4213, ...}) = 0
ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc287b0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(5, {st_mode=S_IFREG|0644, st_size=4213, ...}) = 0
read(5, "#--\n# Copyright 2006 by Chad Fow"..., 8192) = 4213
read(5, "", 8192) = 0
close(5) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/core_ext", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/core_ext/kernel_require.rb", {st_mode=S_IFREG|0644, st_size=4213, ...}) = 0
brk(0x1075000) = 0x1075000
brk(0x1074000) = 0x1074000
open("/usr/local/lib/ruby/site_ruby/1.9.1/monitor.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/monitor.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/monitor.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/monitor.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/monitor.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/monitor.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/monitor.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=7102, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=7102, ...}) = 0
close(5) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/1.9.1/monitor.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=7102, ...}) = 0
ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc281a0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(5, {st_mode=S_IFREG|0644, st_size=7102, ...}) = 0
read(5, "# = monitor.rb\n#\n# Copyright (C)"..., 8192) = 7102
read(5, "", 8192) = 0
close(5) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/1.9.1/monitor.rb", {st_mode=S_IFREG|0644, st_size=7102, ...}) = 0
open("/usr/local/lib/ruby/site_ruby/1.9.1/thread.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/thread.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/thread.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/thread.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/thread.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/thread.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/thread.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=6747, ...}) = 0
fstat(5, {st_mode=S_IFREG|0644, st_size=6747, ...}) = 0
close(5) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/1.9.1/thread.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=6747, ...}) = 0
ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27b90) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(5, {st_mode=S_IFREG|0644, st_size=6747, ...}) = 0
read(5, "#\n# thread.rb - th"..., 8192) = 6747
brk(0x1097000) = 0x1097000
read(5, "", 8192) = 0
close(5) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/1.9.1/thread.rb", {st_mode=S_IFREG|0644, st_size=6747, ...}) = 0
open("./em_test.rb", O_RDONLY) = 5
fstat(5, {st_mode=S_IFREG|0644, st_size=2654, ...}) = 0
ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc294a0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(5, {st_mode=S_IFREG|0644, st_size=2654, ...}) = 0
read(5, "require 'em-http-request'\r\n\r\n@ti"..., 8192) = 2654
brk(0x10b9000) = 0x10b9000
getcwd("/home/bawng/git/em-http-test", 200) = 28
lstat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/home/bawng", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/home/bawng/git", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat("/home/bawng/git/em-http-test", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/home/bawng/git/em-http-test/em_test.rb", {st_mode=S_IFREG|0644, st_size=2654, ...}) = 0
open("/proc/self/maps", O_RDONLY) = 6
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
fstat(6, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fa855a74000
read(6, "00400000-0061a000 r-xp 00000000 "..., 1024) = 1024
read(6, " /usr/local/lib/ruby/1.9.1/x"..., 1024) = 1024
read(6, "b/libcrypt-2.11.3.so\n7fa85500300"..., 1024) = 1024
read(6, "563d000-7fa85563e000 rw-p 000070"..., 1024) = 1024
read(6, "a855a7a000 rw-p 00000000 00:00 0"..., 1024) = 279
close(6) = 0
munmap(0x7fa855a74000, 4096) = 0
sched_getaffinity(41664, 32, {ffff, 0, 0, 0}) = 32
open("/usr/local/lib/ruby/site_ruby/1.9.1/em-http-request.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/em-http-request.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/em-http-request.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/em-http-request.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/em-http-request.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/em-http-request.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/em-http-request.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/em-http-request.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/em-http-request.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/em-http-request.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/em-http-request.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/em-http-request.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/em-http-request.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/em-http-request.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/em-http-request.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/em-http-request.so", O_RDONLY) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/path_support.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1864, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=1864, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/path_support.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1864, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29ed0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=1864, ...}) = 0
read(6, "##\n#\n# Gem::PathSupport facilita"..., 8192) = 1864
brk(0x10dd000) = 0x10dd000
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/path_support.rb", {st_mode=S_IFREG|0644, st_size=1864, ...}) = 0
stat("/home/bawng", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/default", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/home/bawng/.gem/ruby/1.9.1/specifications", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/specifications", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6
fcntl(6, F_GETFD) = 0x1 (flags FD_CLOEXEC)
brk(0x10ff000) = 0x10ff000
getdents(6, /* 299 entries */, 32768) = 13960
getdents(6, /* 0 entries */, 32768) = 0
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-synchrony-1.0.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=942, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=942, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 942
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/em-synchrony-1.0.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=942, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-synchrony-1.0.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=942, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=942, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=942, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 942) = 942
read(6, "", 8192) = 0
close(6) = 0
brk(0x1123000) = 0x1123000
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=7958, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=7958, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=7958, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28e60) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=7958, ...}) = 0
read(6, "##\n# The Dependency class holds "..., 8192) = 7958
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/dependency.rb", {st_mode=S_IFREG|0644, st_size=7958, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/mongo-1.6.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1111, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1111, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1111
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/mongo-1.6.4.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1111, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/mongo-1.6.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1111, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1111, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1111, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1111) = 1111
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/eventmachine-tail-0.6.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1129, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1129, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1129
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/eventmachine-tail-0.6.4.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1129, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/eventmachine-tail-0.6.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1129, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1129, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1129, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1129) = 1129
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/cookiejar-0.3.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=806, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=806, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 806
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/cookiejar-0.3.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=806, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/cookiejar-0.3.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=806, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=806, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=806, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 806) = 806
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_json-1.6.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2334, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2334, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2334
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_json-1.6.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2334, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_json-1.6.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2334, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2334, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2334, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2334) = 2334
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/tzinfo-0.3.37.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1005, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1005, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1005
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/tzinfo-0.3.37.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1005, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/tzinfo-0.3.37.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1005, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1005, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1005, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1005) = 1005
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rdoc-3.9.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=154, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=154, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "Gem::Specification.new do |s|\n "..., 8192) = 154
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rdoc-3.9.5.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=154, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rdoc-3.9.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=154, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=154, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=154, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "Gem::Specification.new do |s|\n "..., 154) = 154
read(6, "", 8192) = 0
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/faraday-0.8.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1136
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/faraday-0.8.5.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/faraday-0.8.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1136) = 1136
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/chronic-0.9.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1246
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/chronic-0.9.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/chronic-0.9.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1246) = 1246
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/execjs-1.4.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1048, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1048, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1048
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/execjs-1.4.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1048, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/execjs-1.4.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1048, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1048, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1048, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1048) = 1048
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rspec-expectations-2.12.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1476, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1476, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1476
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rspec-expectations-2.12.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1476, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rspec-expectations-2.12.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1476, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1476, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1476, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1476) = 1476
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_json-1.5.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1684, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1684, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1684
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_json-1.5.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1684, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_json-1.5.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1684, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1684, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1684, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1684) = 1684
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/tilt-1.3.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4310, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4310, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 4310
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/tilt-1.3.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=4310, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/tilt-1.3.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4310, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4310, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4310, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 4310) = 4310
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bigdecimal-1.1.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=154, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=154, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "Gem::Specification.new do |s|\n "..., 8192) = 154
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/bigdecimal-1.1.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=154, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bigdecimal-1.1.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=154, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=154, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=154, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "Gem::Specification.new do |s|\n "..., 154) = 154
read(6, "", 8192) = 0
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/colorize-0.6.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=918, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=918, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 918
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/colorize-0.6.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=918, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/colorize-0.6.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=918, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=918, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=918, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 918) = 918
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/wirb-0.4.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2820, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2820, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2820
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/wirb-0.4.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2820, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/wirb-0.4.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2820, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2820, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2820, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2820) = 2820
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_json-1.7.7.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2362, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2362, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2362
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_json-1.7.7.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2362, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_json-1.7.7.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2362, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2362, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2362, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2362) = 2362
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/chronic-0.9.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1246
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/chronic-0.9.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/chronic-0.9.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1246) = 1246
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-protection-1.3.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1736, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1736, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1736
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-protection-1.3.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1736, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-protection-1.3.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1736, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1736, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1736, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1736) = 1736
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_xml-0.5.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2143, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2143, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2143
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_xml-0.5.4.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2143, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_xml-0.5.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2143, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2143, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2143, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2143) = 2143
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/open4-1.3.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=710, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=710, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 710
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/open4-1.3.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=710, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/open4-1.3.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=710, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=710, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=710, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 710) = 710
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/debugger-ruby_core_source-1.3.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1346, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=1346, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 1346
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ruby-debug-base19x-0.11.30.pre10.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1950, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1950, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1950
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/ruby-debug-base19x-0.11.30.pre10.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1950, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ruby-debug-base19x-0.11.30.pre10.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1950, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1950, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1950, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1950) = 1950
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/json-1.8.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1353, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1353, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1353
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/json-1.8.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1353, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/json-1.8.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1353, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1353, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1353, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1353) = 1353
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/builder-3.0.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1316, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1316, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1316
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/builder-3.0.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1316, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/builder-3.0.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1316, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1316, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1316, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1316) = 1316
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/httpauth-0.2.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=970, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=970, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 970
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/httpauth-0.2.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=970, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/httpauth-0.2.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=970, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=970, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=970, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 970) = 970
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rdoc-3.9.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=154, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=154, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "Gem::Specification.new do |s|\n "..., 8192) = 154
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rdoc-3.9.4.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=154, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rdoc-3.9.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=154, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=154, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=154, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "Gem::Specification.new do |s|\n "..., 154) = 154
read(6, "", 8192) = 0
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/net-ftp-list-3.2.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=742, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=742, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 742
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/net-ftp-list-3.2.5.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=742, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/net-ftp-list-3.2.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=742, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=742, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=742, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 742) = 742
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ripl-color_result-0.4.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1136
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/ripl-color_result-0.4.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ripl-color_result-0.4.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1136) = 1136
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rubydns-0.7.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1886, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=1886, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 1886
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/preforker-0.1.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1289, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=1289, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 1289
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activerecord-3.2.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1706, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1706, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1706
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/activerecord-3.2.8.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1706, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activerecord-3.2.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1706, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1706, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1706, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1706) = 1706
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rexec-1.5.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=906, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=906, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 906
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rexec-1.5.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=906, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rexec-1.5.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=906, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=906, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=906, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 906) = 906
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/thin-1.6.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1548, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=1548, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 1548
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bson-1.9.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2255, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2255, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2255
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/bson-1.9.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2255, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bson-1.9.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2255, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2255, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2255, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2255) = 2255
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/perftools.rb-2.0.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=827, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=827, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 827
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-websocket-0.3.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1951, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1951, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1951
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/em-websocket-0.3.8.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1951, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-websocket-0.3.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1951, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1951, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1951, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1951) = 1951
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/libxml-ruby-2.7.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1372, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1372, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1372
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/libxml-ruby-2.7.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1372, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/libxml-ruby-2.7.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1372, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1372, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1372, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1372) = 1372
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-1.4.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2116, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2116, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2116
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-1.4.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2116, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-1.4.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2116, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2116, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2116, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2116) = 2116
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/nokogiri-1.6.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5809, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5809, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 5809
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/nokogiri-1.6.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=5809, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/nokogiri-1.6.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5809, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5809, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5809, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 5809) = 5809
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rubydns-0.6.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1758, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1758, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1758
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rubydns-0.6.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1758, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rubydns-0.6.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1758, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1758, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1758, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1758) = 1758
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/mongo-1.8.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1037, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1037, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1037
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/mongo-1.8.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1037, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/mongo-1.8.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1037, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1037, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1037, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1037) = 1037
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/Platform-0.4.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=790, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=790, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 790
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/Platform-0.4.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=790, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/Platform-0.4.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=790, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=790, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=790, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 790) = 790
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rake-compiler-0.8.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1657
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rake-compiler-0.8.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rake-compiler-0.8.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1657) = 1657
brk(0x1145000) = 0x1145000
read(6, "", 8192) = 0
brk(0x1143000) = 0x1143000
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/haml-4.0.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2531, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2531, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 2531
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bson_ext-1.8.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1150, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1150, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1150
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/bson_ext-1.8.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1150, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bson_ext-1.8.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1150, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1150, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1150, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1150) = 1150
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/nokogiri-1.5.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5840, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5840, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 5840
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/nokogiri-1.5.6.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=5840, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/nokogiri-1.5.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5840, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5840, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5840, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 5840) = 5840
read(6, "", 8192) = 0
close(6) = 0
brk(0x1164000) = 0x1164000
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/json-1.7.7.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1353, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1353, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1353
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/json-1.7.7.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1353, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/json-1.7.7.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1353, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1353, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1353, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1353) = 1353
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rexec-1.6.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1646, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=1646, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 1646
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rbtrace-0.4.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1312, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1312, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1312
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rbtrace-0.4.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1312, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rbtrace-0.4.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1312, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1312, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1312, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1312) = 1312
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/guard-rspec-2.4.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1221, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1221, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1221
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/guard-rspec-2.4.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1221, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/guard-rspec-2.4.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1221, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1221, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1221, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1221) = 1221
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bson_ext-1.7.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1139, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1139, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1139
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/bson_ext-1.7.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1139, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bson_ext-1.7.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1139, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1139, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1139, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1139) = 1139
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/json-1.5.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=142, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=142, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "Gem::Specification.new do |s|\n "..., 8192) = 142
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/json-1.5.5.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=142, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/json-1.5.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=142, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=142, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=142, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "Gem::Specification.new do |s|\n "..., 142) = 142
read(6, "", 8192) = 0
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ruby_core_source-0.1.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1145, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1145, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1145
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/ruby_core_source-0.1.5.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1145, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ruby_core_source-0.1.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1145, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1145, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1145, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1145) = 1145
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ruby_parser-2.3.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3440, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3440, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 3440
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/ruby_parser-2.3.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=3440, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ruby_parser-2.3.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3440, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3440, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3440, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 3440) = 3440
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bson_ext-1.9.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2431, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2431, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2431
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/bson_ext-1.9.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2431, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bson_ext-1.9.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2431, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2431, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2431, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2431) = 2431
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activesupport-3.2.9.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1315, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1315, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1315
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/activesupport-3.2.9.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1315, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activesupport-3.2.9.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1315, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1315, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1315, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1315) = 1315
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multipart-post-1.2.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=910, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=910, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 910
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/multipart-post-1.2.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=910, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multipart-post-1.2.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=910, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=910, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=910, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 910) = 910
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-http-request-1.1.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2382, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2382, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2382
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/em-http-request-1.1.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2382, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-http-request-1.1.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2382, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2382, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2382, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2382) = 2382
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/slop-3.4.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1057, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1057, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1057
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/slop-3.4.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1057, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/slop-3.4.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1057, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1057, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1057, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1057) = 1057
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/mysql-2.9.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1880, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1880, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1880
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/mysql-2.9.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1880, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/mysql-2.9.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1880, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1880, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1880, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1880) = 1880
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/paint-0.8.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2768, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2768, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2768
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/paint-0.8.5.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2768, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/paint-0.8.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2768, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2768, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2768, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2768) = 2768
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/httpclient-2.3.4.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=750, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=750, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 750
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/httpclient-2.3.4.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=750, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/httpclient-2.3.4.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=750, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=750, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=750, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 750) = 750
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/jwt-0.1.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1211
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/jwt-0.1.8.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/jwt-0.1.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1211) = 1211
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rbtrace-0.3.18.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1313, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1313, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1313
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rbtrace-0.3.18.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1313, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rbtrace-0.3.18.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1313, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1313, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1313, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1313) = 1313
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bson_ext-1.6.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1103, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1103, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1103
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/bson_ext-1.6.4.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1103, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bson_ext-1.6.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1103, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1103, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1103, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1103) = 1103
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activesupport-3.2.11.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1316, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1316, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1316
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/activesupport-3.2.11.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1316, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activesupport-3.2.11.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1316, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1316, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1316, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1316) = 1316
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/actionpack-1.4.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1062, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1062, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1062
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/actionpack-1.4.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1062, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/actionpack-1.4.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1062, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1062, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1062, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1062) = 1062
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/yui-compressor-0.9.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=957, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=957, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 957
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/yui-compressor-0.9.6.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=957, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/yui-compressor-0.9.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=957, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=957, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=957, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 957) = 957
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bson-1.10.0.rc0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2281, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2281, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 2281
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/faye-websocket-0.7.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=2728, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=2728, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 2728
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/haml-3.1.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1585, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1585, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1585
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/haml-3.1.8.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1585, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/haml-3.1.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1585, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1585, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1585, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1585) = 1585
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-minitest-spec-1.1.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1472, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1472, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1472
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/em-minitest-spec-1.1.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1472, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-minitest-spec-1.1.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1472, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1472, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1472, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1472) = 1472
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-proxy-0.1.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1685, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1685, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1685
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/em-proxy-0.1.8.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1685, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-proxy-0.1.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1685, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1685, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1685, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1685) = 1685
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/mongo_mapper-0.12.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1185, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1185, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1185
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/mongo_mapper-0.12.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1185, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/mongo_mapper-0.12.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1185, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1185, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1185, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1185) = 1185
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/httpauth-0.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1248, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1248, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1248
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/httpauth-0.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1248, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/httpauth-0.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1248, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1248, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1248, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1248) = 1248
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ripl-0.7.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2068, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2068, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2068
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/ripl-0.7.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2068, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ripl-0.7.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2068, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2068, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2068, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2068) = 2068
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activemodel-3.2.11.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1291, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1291, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1291
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/activemodel-3.2.11.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1291, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activemodel-3.2.11.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1291, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1291, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1291, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1291) = 1291
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/chronic-0.7.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1246
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/chronic-0.7.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/chronic-0.7.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1246) = 1246
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-flash3-1.0.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1044, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1044, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 1044
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-ftp-client-0.0.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1620, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1620, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1620
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/em-ftp-client-0.0.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1620, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-ftp-client-0.0.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1620, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1620, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1620, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1620) = 1620
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/haml-3.1.7.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1585, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1585, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1585
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/haml-3.1.7.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1585, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/haml-3.1.7.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1585, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1585, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1585, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1585) = 1585
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/hike-1.2.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=715, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=715, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 715
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/hike-1.2.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=715, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/hike-1.2.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=715, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=715, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=715, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 715) = 715
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rainbow-1.1.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=672, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=672, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 672
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rainbow-1.1.4.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=672, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rainbow-1.1.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=672, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=672, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=672, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 672) = 672
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rake-10.1.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3792, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3792, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 3792
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rake-10.1.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=3792, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rake-10.1.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3792, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3792, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3792, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 3792) = 3792
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ffi-1.4.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1289, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1289, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1289
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/ffi-1.4.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1289, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ffi-1.4.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1289, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1289, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1289, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1289) = 1289
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ripl-readline-em-0.2.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1354, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1354, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1354
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/ripl-readline-em-0.2.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1354, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ripl-readline-em-0.2.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1354, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1354, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1354, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1354) = 1354
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/image_size-1.1.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=953, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=953, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 953
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/image_size-1.1.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=953, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/image_size-1.1.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=953, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=953, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=953, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 953) = 953
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/jwt-0.1.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1211
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/jwt-0.1.5.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/jwt-0.1.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1211) = 1211
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bundler-1.2.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1289, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1289, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1289
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/bundler-1.2.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1289, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bundler-1.2.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1289, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1289, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1289, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1289) = 1289
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activerecord-3.2.11.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1713, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1713, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1713
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/activerecord-3.2.11.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1713, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activerecord-3.2.11.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1713, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1713, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1713, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1713) = 1713
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/coderay-1.0.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1102, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1102, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1102
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/coderay-1.0.8.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1102, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/coderay-1.0.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1102, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1102, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1102, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1102) = 1102
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/plucky-0.5.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=855, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=855, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 855
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/plucky-0.5.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=855, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/plucky-0.5.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=855, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=855, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=855, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 855) = 855
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/method_source-0.8.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1020, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1020, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1020
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/method_source-0.8.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1020, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/method_source-0.8.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1020, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1020, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1020, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1020) = 1020
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/httparty-0.11.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1249, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1249, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1249
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/httparty-0.11.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1249, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/httparty-0.11.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1249, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1249, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1249, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1249) = 1249
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/async_sinatra-0.5.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4295, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4295, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 4295
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/async_sinatra-0.5.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=4295, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/async_sinatra-0.5.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4295, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4295, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4295, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 4295) = 4295
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/mongo-1.7.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1147, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1147, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1147
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/mongo-1.7.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1147, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/mongo-1.7.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1147, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1147, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1147, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1147) = 1147
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rdiscount-2.1.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=973, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=973, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 973
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rdiscount-2.1.6.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=973, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rdiscount-2.1.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=973, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=973, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=973, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 973) = 973
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/lumberjack-1.0.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1147, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1147, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1147
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/lumberjack-1.0.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1147, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/lumberjack-1.0.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1147, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1147, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1147, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1147) = 1147
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activemodel-3.2.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1287, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1287, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1287
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/activemodel-3.2.8.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1287, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activemodel-3.2.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1287, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1287, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1287, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1287) = 1287
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bson-1.6.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=922, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=922, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 922
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/bson-1.6.4.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=922, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bson-1.6.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=922, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=922, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=922, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 922) = 922
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/json-1.7.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1360, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1360, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1360
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/json-1.7.6.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1360, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/json-1.7.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1360, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1360, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1360, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1360) = 1360
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/colorize-0.5.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=912, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=912, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 912
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/colorize-0.5.8.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=912, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/colorize-0.5.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=912, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=912, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=912, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 912) = 912
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sinatra-websocket-0.2.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1257, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1257, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1257
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/sinatra-websocket-0.2.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1257, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sinatra-websocket-0.2.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1257, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1257, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1257, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1257) = 1257
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/wirb-1.0.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2816, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2816, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2816
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/wirb-1.0.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2816, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/wirb-1.0.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2816, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2816, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2816, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2816) = 2816
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ffi-1.3.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1289, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1289, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1289
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/ffi-1.3.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1289, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ffi-1.3.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1289, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1289, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1289, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1289) = 1289
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/eventmachine-1.0.0.rc.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2796, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2796, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2796
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/eventmachine-1.0.0.rc.4.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2796, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/eventmachine-1.0.0.rc.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2796, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2796, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2796, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2796) = 2796
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sequel-3.40.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5992, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5992, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 5992
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/sequel-3.40.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=5992, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sequel-3.40.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5992, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5992, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5992, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 5992) = 5992
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/tzinfo-0.3.35.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1005, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1005, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1005
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/tzinfo-0.3.35.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1005, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/tzinfo-0.3.35.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1005, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1005, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1005, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1005) = 1005
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-test-0.6.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1211
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-test-0.6.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-test-0.6.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1211) = 1211
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/closure-compiler-1.1.10.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=913, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=913, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 913
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/closure-compiler-1.1.10.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=913, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/closure-compiler-1.1.10.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=913, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=913, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=913, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 913) = 913
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/diff-lcs-1.1.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2443, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2443, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2443
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/diff-lcs-1.1.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2443, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/diff-lcs-1.1.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2443, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2443, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2443, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2443) = 2443
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bson-1.9.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2255, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2255, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2255
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/bson-1.9.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2255, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bson-1.9.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2255, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2255, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2255, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2255) = 2255
read(6, "", 8192) = 0
close(6) = 0
brk(0x115f000) = 0x115f000
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/erubis-2.7.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1420, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1420, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1420
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/erubis-2.7.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1420, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/erubis-2.7.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1420, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1420, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1420, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1420) = 1420
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/listen-0.7.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=988, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=988, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 988
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/listen-0.7.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=988, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/listen-0.7.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=988, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=988, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=988, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 988) = 988
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/archive-tar-minitar-0.5.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1379, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1379, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1379
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/archive-tar-minitar-0.5.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1379, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/archive-tar-minitar-0.5.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1379, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1379, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1379, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1379) = 1379
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/journey-1.0.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1807, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1807, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1807
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/journey-1.0.4.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1807, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/journey-1.0.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1807, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1807, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1807, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1807) = 1807
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rubygems-update-1.8.24.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3235, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3235, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 3235
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rubygems-update-1.8.24.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=3235, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rubygems-update-1.8.24.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3235, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3235, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3235, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 3235) = 3235
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/msgpack-0.5.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1920
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/msgpack-0.5.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/msgpack-0.5.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1920) = 1920
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/coffee-script-source-1.6.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1059, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1059, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1059
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/coffee-script-source-1.6.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1059, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/coffee-script-source-1.6.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1059, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1059, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1059, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1059) = 1059
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/mysql-2.9.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1880, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1880, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1880
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/mysql-2.9.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1880, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/mysql-2.9.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1880, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1880, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1880, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1880) = 1880
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/crack-0.3.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=815, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=815, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 815
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/crack-0.3.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=815, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/crack-0.3.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=815, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=815, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=815, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 815) = 815
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/msgpack-0.5.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1920
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/msgpack-0.5.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/msgpack-0.5.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1920) = 1920
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bitly-0.9.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2960, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2960, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2960
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/bitly-0.9.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2960, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bitly-0.9.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2960, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2960, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2960, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2960) = 2960
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/arel-3.0.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1825, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1825, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1825
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/arel-3.0.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1825, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/arel-3.0.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1825, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1825, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1825, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1825) = 1825
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/eventmachine-1.0.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2942, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2942, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2942
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/eventmachine-1.0.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2942, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/eventmachine-1.0.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2942, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2942, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2942, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2942) = 2942
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/i18n-0.6.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1476, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1476, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1476
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/i18n-0.6.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1476, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/i18n-0.6.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1476, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1476, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1476, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1476) = 1476
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/http_parser.rb-0.6.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2066, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2066, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 2066
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bond-0.4.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2396, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2396, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2396
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/bond-0.4.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2396, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bond-0.4.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2396, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2396, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2396, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2396) = 2396
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/http_parser.rb-0.5.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1583, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1583, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1583
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/http_parser.rb-0.5.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1583, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/http_parser.rb-0.5.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1583, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1583, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1583, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1583) = 1583
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/highline-1.6.21.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1158, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=1158, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 1158
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sys-proctable-0.9.2-universal-linux.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1423, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1423, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1423
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/sys-proctable-0.9.2-universal-linux.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1423, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sys-proctable-0.9.2-universal-linux.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1423, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1423, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1423, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1423) = 1423
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/minitest-4.6.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4524, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4524, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 4524
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/minitest-4.6.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=4524, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/minitest-4.6.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4524, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4524, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4524, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 4524) = 4524
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-1.5.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1472, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1472, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1472
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-1.5.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1472, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-1.5.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1472, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1472, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1472, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1472) = 1472
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/kgio-2.9.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1578, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1578, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 1578
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activesupport-3.0.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1012, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1012, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1012
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/activesupport-3.0.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1012, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activesupport-3.0.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1012, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1012, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1012, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1012) = 1012
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/mongo-1.9.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2318, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2318, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2318
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/mongo-1.9.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2318, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/mongo-1.9.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2318, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2318, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2318, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2318) = 2318
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/thin_async-0.1.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=947, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=947, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 947
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_xml-0.5.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1504, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1504, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1504
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_xml-0.5.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1504, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_xml-0.5.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1504, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1504, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1504, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1504) = 1504
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bond-0.4.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2381, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2381, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2381
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/bond-0.4.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2381, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bond-0.4.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2381, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2381, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2381, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2381) = 2381
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-websocket-0.4.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1945, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1945, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1945
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/em-websocket-0.4.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1945, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-websocket-0.4.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1945, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1945, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1945, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1945) = 1945
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/httparty-0.10.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1249, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1249, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1249
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/httparty-0.10.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1249, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/httparty-0.10.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1249, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1249, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1249, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1249) = 1249
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-cache-1.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1657
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-cache-1.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-cache-1.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1657) = 1657
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/paint-0.8.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2768, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2768, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2768
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/paint-0.8.6.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2768, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/paint-0.8.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2768, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2768, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2768, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2768) = 2768
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rubygems-update-2.2.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4503, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4503, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 4503
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rubygems-update-2.2.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=4503, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rubygems-update-2.2.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4503, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4503, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4503, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 4503) = 4503
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bson_ext-1.9.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=2575, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=2575, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 2575
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rdiscount-1.6.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=892, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=892, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 892
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rdiscount-1.6.8.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=892, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rdiscount-1.6.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=892, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=892, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=892, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 892) = 892
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/atomic-1.1.15.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=890, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=890, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 890
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activesupport-3.2.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1315, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1315, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1315
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/activesupport-3.2.8.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1315, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activesupport-3.2.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1315, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1315, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1315, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1315) = 1315
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/columnize-0.3.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1271, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1271, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1271
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/columnize-0.3.6.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1271, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/columnize-0.3.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1271, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1271, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1271, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1271) = 1271
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/mongo-1.9.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2421, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2421, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 2421
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/faraday-0.8.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1269, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1269, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1269
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/faraday-0.8.4.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1269, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/faraday-0.8.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1269, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1269, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1269, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1269) = 1269
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/crack-0.3.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=815, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=815, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 815
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/crack-0.3.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=815, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/crack-0.3.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=815, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=815, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=815, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 815) = 815
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/net-github-upload-0.0.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1591, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1591, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1591
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/net-github-upload-0.0.8.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1591, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/net-github-upload-0.0.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1591, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1591, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1591, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1591) = 1591
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/builder-3.0.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1306, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1306, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1306
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/builder-3.0.4.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1306, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/builder-3.0.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1306, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1306, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1306, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1306) = 1306
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rspec-mocks-2.12.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1320, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1320, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1320
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rspec-mocks-2.12.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1320, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rspec-mocks-2.12.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1320, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1320, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1320, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1320) = 1320
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-resolv-replace-1.1.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1231, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1231, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 1231
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rubydns-0.4.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1069, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1069, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1069
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rubydns-0.4.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1069, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rubydns-0.4.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1069, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1069, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1069, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1069) = 1069
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/tzinfo-1.1.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2579, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2579, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 2579
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-http-request-1.1.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2497, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2497, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 2497
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/haml-4.0.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2414, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2414, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2414
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/haml-4.0.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2414, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/haml-4.0.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2414, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2414, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2414, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2414) = 2414
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rufus-scheduler-2.0.19.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1354, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1354, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 1354
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bundler-1.2.0.rc.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1294, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1294, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1294
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/bundler-1.2.0.rc.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1294, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bundler-1.2.0.rc.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1294, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1294, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1294, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1294) = 1294
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/eventmachine-tail-0.6.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1129, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1129, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1129
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/eventmachine-tail-0.6.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1129, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/eventmachine-tail-0.6.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1129, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1129, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1129, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1129) = 1129
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-http-request-1.0.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2373, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2373, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2373
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/em-http-request-1.0.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2373, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-http-request-1.0.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2373, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2373, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2373, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2373) = 2373
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sinatra-1.3.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1899, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1899, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1899
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/sinatra-1.3.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1899, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sinatra-1.3.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1899, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1899, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1899, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1899) = 1899
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/faraday-0.8.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1136
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/faraday-0.8.6.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/faraday-0.8.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1136) = 1136
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/httparty-0.8.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1229, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1229, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1229
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/httparty-0.8.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1229, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/httparty-0.8.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1229, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1229, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1229, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1229) = 1229
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/thread_safe-0.2.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1281, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1281, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 1281
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/thor-0.14.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1938, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1938, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1938
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/thor-0.14.6.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1938, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/thor-0.14.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1938, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1938, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1938, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1938) = 1938
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/htmlentities-4.3.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=775, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=775, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 775
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/htmlentities-4.3.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=775, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/htmlentities-4.3.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=775, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=775, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=775, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 775) = 775
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/mini_portile-0.5.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1151, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1151, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1151
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/mini_portile-0.5.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1151, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/mini_portile-0.5.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1151, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1151, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1151, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1151) = 1151
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_json-1.3.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1661, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1661, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1661
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_json-1.3.6.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1661, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_json-1.3.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1661, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1661, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1661, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1661) = 1661
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ocra-1.3.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1492, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1492, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1492
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/ocra-1.3.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1492, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ocra-1.3.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1492, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1492, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1492, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1492) = 1492
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/mongo_mapper-0.11.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1203, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1203, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1203
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/mongo_mapper-0.11.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1203, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/mongo_mapper-0.11.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1203, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1203, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1203, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1203) = 1203
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rufus-scheduler-2.0.22.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1263, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1263, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1263
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rufus-scheduler-2.0.22.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1263, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rufus-scheduler-2.0.22.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1263, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1263, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1263, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1263) = 1263
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sourcify-0.4.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1493, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1493, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1493
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/sourcify-0.4.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1493, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sourcify-0.4.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1493, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1493, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1493, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1493) = 1493
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/active_support-3.0.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=776, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=776, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 776
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/active_support-3.0.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=776, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/active_support-3.0.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=776, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=776, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=776, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 776) = 776
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/pry-0.9.12.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2226, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2226, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2226
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/pry-0.9.12.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2226, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/pry-0.9.12.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2226, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2226, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2226, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2226) = 2226
read(6, "", 8192) = 0
close(6) = 0
brk(0x1181000) = 0x1181000
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/nokogiri-1.5.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5840, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5840, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 5840
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/nokogiri-1.5.5.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=5840, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/nokogiri-1.5.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5840, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5840, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5840, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 5840) = 5840
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/addressable-2.3.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1450, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1450, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1450
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/addressable-2.3.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1450, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/addressable-2.3.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1450, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1450, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1450, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1450) = 1450
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rake-compiler-0.8.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1657
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rake-compiler-0.8.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rake-compiler-0.8.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1657) = 1657
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/hoe-3.9.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=3231, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=3231, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 3231
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-1.5.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1495, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1495, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1495
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-1.5.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1495, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-1.5.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1495, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1495, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1495, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1495) = 1495
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bson-1.8.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=974, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=974, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 974
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/bson-1.8.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=974, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bson-1.8.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=974, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=974, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=974, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 974) = 974
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/json-1.5.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=142, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=142, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "Gem::Specification.new do |s|\n "..., 8192) = 142
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/json-1.5.4.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=142, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/json-1.5.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=142, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=142, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=142, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "Gem::Specification.new do |s|\n "..., 142) = 142
read(6, "", 8192) = 0
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/eventmachine-1.0.0.beta.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2949, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2949, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2949
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/eventmachine-1.0.0.beta.4.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2949, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/eventmachine-1.0.0.beta.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2949, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2949, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2949, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2949) = 2949
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rake-10.0.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3693, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3693, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 3693
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rake-10.0.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=3693, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rake-10.0.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3693, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3693, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3693, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 3693) = 3693
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/el_finder-1.0.21.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1387, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1387, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1387
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/el_finder-1.0.21.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1387, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/el_finder-1.0.21.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1387, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1387, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1387, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1387) = 1387
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ffi-1.9.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1543, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1543, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1543
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/ffi-1.9.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1543, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ffi-1.9.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1543, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1543, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1543, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1543) = 1543
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/linecache19-0.5.13.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1375, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1375, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1375
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/linecache19-0.5.13.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1375, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/linecache19-0.5.13.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1375, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1375, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1375, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1375) = 1375
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/msgpack-0.5.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1920
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/msgpack-0.5.5.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/msgpack-0.5.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1920) = 1920
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/closure-compiler-1.1.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=908, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=908, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 908
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/closure-compiler-1.1.8.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=908, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/closure-compiler-1.1.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=908, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=908, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=908, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 908) = 908
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/thin-1.3.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1390, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1390, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1390
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/thin-1.3.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1390, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/thin-1.3.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1390, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1390, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1390, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1390) = 1390
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sequel-4.0.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=6745, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=6745, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 6745
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/sequel-4.0.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=6745, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sequel-4.0.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=6745, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=6745, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=6745, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 6745) = 6745
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/thor-0.17.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1046, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1046, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1046
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/thor-0.17.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1046, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/thor-0.17.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1046, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1046, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1046, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1046) = 1046
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sinatra-1.4.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1944, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1944, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 1944
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bundler-1.3.0.pre.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1293, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1293, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1293
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/bundler-1.3.0.pre.8.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1293, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bundler-1.3.0.pre.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1293, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1293, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1293, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1293) = 1293
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/json-1.7.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1360, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1360, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1360
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/json-1.7.5.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1360, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/json-1.7.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1360, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1360, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1360, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1360) = 1360
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/tzinfo-0.3.33.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1005, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1005, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1005
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/tzinfo-0.3.33.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1005, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/tzinfo-0.3.33.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1005, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1005, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1005, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1005) = 1005
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/http_parser.rb-0.6.0.beta.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1901, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1901, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1901
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/http_parser.rb-0.6.0.beta.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1901, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/http_parser.rb-0.6.0.beta.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1901, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1901, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1901, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1901) = 1901
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/tilt-1.4.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4333, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4333, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 4333
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/tilt-1.4.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=4333, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/tilt-1.4.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4333, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4333, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4333, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 4333) = 4333
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/mysql-2.8.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1544, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1544, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1544
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/mysql-2.8.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1544, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/mysql-2.8.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1544, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1544, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1544, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1544) = 1544
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-google-analytics-0.11.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1724, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1724, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1724
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-google-analytics-0.11.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1724, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-google-analytics-0.11.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1724, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1724, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1724, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1724) = 1724
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/tins-0.5.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5313, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5313, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 5313
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/tins-0.5.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=5313, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/tins-0.5.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5313, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5313, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5313, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 5313) = 5313
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rake-compiler-0.8.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1657
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rake-compiler-0.8.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rake-compiler-0.8.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1657, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1657) = 1657
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ffi-1.1.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3685, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3685, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 3685
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/ffi-1.1.5.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=3685, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ffi-1.1.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3685, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3685, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3685, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 3685) = 3685
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/guard-1.6.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2126, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2126, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2126
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/guard-1.6.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2126, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/guard-1.6.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2126, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2126, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2126, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2126) = 2126
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/builder-3.2.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1224, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1224, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 1224
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sequel-3.44.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=6294, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=6294, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 6294
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/sequel-3.44.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=6294, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sequel-3.44.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=6294, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=6294, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=6294, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 6294) = 6294
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/websocket-driver-0.3.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1546, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=1546, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 1546
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sequel-3.38.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5864, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5864, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 5864
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/sequel-3.38.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=5864, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sequel-3.38.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5864, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5864, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=5864, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 5864) = 5864
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-http-request-1.0.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2373, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2373, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2373
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/em-http-request-1.0.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2373, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-http-request-1.0.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2373, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2373, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2373, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2373) = 2373
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/trollop-2.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1048, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1048, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1048
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/trollop-2.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1048, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/trollop-2.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1048, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1048, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1048, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1048) = 1048
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/eventmachine-le-1.1.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=9719, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=9719, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 8192
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-mongo-0.4.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1213, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=1213, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 1213
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/msgpack-0.4.7.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=802, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=802, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 802
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/msgpack-0.4.7.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=802, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/msgpack-0.4.7.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=802, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=802, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=802, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 802) = 802
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sexp_processor-3.2.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2810, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2810, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2810
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/sexp_processor-3.2.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2810, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sexp_processor-3.2.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2810, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2810, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2810, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2810) = 2810
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ruby-debug-base19-0.11.25.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1837, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1837, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1837
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/ruby-debug-base19-0.11.25.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1837, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ruby-debug-base19-0.11.25.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1837, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1837, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1837, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1837) = 1837
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sprockets-2.1.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2364, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2364, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2364
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/sprockets-2.1.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2364, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sprockets-2.1.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2364, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2364, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2364, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2364) = 2364
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/addressable-2.3.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1488, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1488, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1488
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/addressable-2.3.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1488, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/addressable-2.3.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1488, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1488, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1488, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1488) = 1488
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/el_finder-1.1.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1386, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1386, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1386
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/el_finder-1.1.8.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1386, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/el_finder-1.1.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1386, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1386, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1386, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1386) = 1386
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bitly-0.8.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2177, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2177, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2177
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/bitly-0.8.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2177, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bitly-0.8.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2177, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2177, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2177, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2177) = 2177
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/addressable-2.2.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1613, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1613, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1613
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/addressable-2.2.6.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1613, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/addressable-2.2.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1613, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1613, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1613, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1613) = 1613
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/net-ftp-list-3.2.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=742, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=742, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 742
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/net-ftp-list-3.2.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=742, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/net-ftp-list-3.2.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=742, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=742, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=742, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 742) = 742
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sinatra-websocket-0.1.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1257, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1257, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1257
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/sinatra-websocket-0.1.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1257, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sinatra-websocket-0.1.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1257, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1257, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1257, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1257) = 1257
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_xml-0.5.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2143, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2143, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2143
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_xml-0.5.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2143, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_xml-0.5.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2143, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2143, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2143, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2143) = 2143
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activesupport-4.0.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1956, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1956, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 1956
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bitly-0.8.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2177, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2177, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2177
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/bitly-0.8.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2177, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bitly-0.8.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2177, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2177, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2177, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2177) = 2177
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ruby2ruby-1.3.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3184, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3184, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 3184
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/ruby2ruby-1.3.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=3184, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ruby2ruby-1.3.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3184, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3184, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3184, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 3184) = 3184
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multipart-post-1.1.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=887, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=887, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 887
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/multipart-post-1.1.5.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=887, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multipart-post-1.1.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=887, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=887, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=887, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 887) = 887
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_xml-0.5.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1483, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1483, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1483
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_xml-0.5.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1483, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_xml-0.5.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1483, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1483, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1483, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1483) = 1483
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sinatra-flash-0.3.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1921, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1921, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1921
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/sinatra-flash-0.3.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1921, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sinatra-flash-0.3.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1921, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1921, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1921, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1921) = 1921
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/eventmachine-1.0.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2948, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2948, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2948
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/eventmachine-1.0.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2948, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/eventmachine-1.0.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2948, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2948, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2948, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2948) = 2948
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/POpen4-0.1.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1091, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1091, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1091
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/POpen4-0.1.4.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1091, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/POpen4-0.1.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1091, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1091, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1091, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1091) = 1091
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/coffee-script-source-1.4.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1036, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1036, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1036
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/coffee-script-source-1.4.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1036, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/coffee-script-source-1.4.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1036, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1036, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1036, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1036) = 1036
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/oauth2-0.8.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2454, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2454, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2454
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/oauth2-0.8.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2454, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/oauth2-0.8.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2454, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2454, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2454, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2454) = 2454
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/chronic-0.8.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1246
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/chronic-0.8.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/chronic-0.8.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1246, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1246) = 1246
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-test-0.6.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1211
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-test-0.6.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-test-0.6.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1211, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1211) = 1211
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ruby-debug-ide-0.4.17.beta16.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1220, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1220, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1220
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/ruby-debug-ide-0.4.17.beta16.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1220, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/ruby-debug-ide-0.4.17.beta16.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1220, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1220, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1220, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1220) = 1220
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rubydns-0.5.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1677, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1677, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1677
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rubydns-0.5.4.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1677, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rubydns-0.5.4.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1677, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1677, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1677, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1677) = 1677
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/oauth2-0.8.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2454, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2454, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2454
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/oauth2-0.8.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2454, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/oauth2-0.8.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2454, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2454, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2454, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2454) = 2454
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-protection-1.2.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1355, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1355, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1355
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-protection-1.2.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1355, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-protection-1.2.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1355, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1355, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1355, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1355) = 1355
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/i18n-0.6.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1499, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1499, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1499
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/i18n-0.6.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1499, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/i18n-0.6.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1499, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1499, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1499, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1499) = 1499
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bson-1.7.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=958, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=958, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 958
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/bson-1.7.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=958, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bson-1.7.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=958, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=958, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=958, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 958) = 958
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/plucky-0.5.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=855, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=855, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 855
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/plucky-0.5.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=855, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/plucky-0.5.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=855, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=855, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=855, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 855) = 855
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activerecord-3.2.9.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1706, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1706, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1706
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/activerecord-3.2.9.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1706, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activerecord-3.2.9.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1706, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1706, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1706, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1706) = 1706
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/faraday-0.8.7.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1136
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/faraday-0.8.7.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/faraday-0.8.7.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1136, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1136) = 1136
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/msgpack-0.5.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1920
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/msgpack-0.5.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/msgpack-0.5.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1920, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1920) = 1920
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/haml-4.0.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2414, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2414, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2414
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/haml-4.0.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2414, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/haml-4.0.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2414, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2414, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2414, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2414) = 2414
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sequel-3.43.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=6230, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=6230, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 6230
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/sequel-3.43.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=6230, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/sequel-3.43.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=6230, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=6230, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=6230, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 6230) = 6230
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/happening-0.2.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1591, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1591, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1591
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/happening-0.2.5.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1591, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/happening-0.2.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1591, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1591, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1591, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1591) = 1591
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/el_finder-1.1.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1386, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1386, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1386
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/el_finder-1.1.6.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1386, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/el_finder-1.1.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1386, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1386, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1386, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1386) = 1386
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/image_size-1.1.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=953, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=953, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 953
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/image_size-1.1.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=953, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/image_size-1.1.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=953, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=953, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=953, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 953) = 953
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
brk(0x11a2000) = 0x11a2000
open("/usr/local/lib/ruby/gems/1.9.1/specifications/terminal-table-1.4.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1804, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1804, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1804
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/terminal-table-1.4.5.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1804, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/terminal-table-1.4.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1804, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1804, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1804, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1804) = 1804
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-socksify-0.3.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1262, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1262, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1262
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/em-socksify-0.3.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1262, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-socksify-0.3.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1262, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1262, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1262, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1262) = 1262
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rspec-core-2.12.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2348, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2348, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2348
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rspec-core-2.12.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2348, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rspec-core-2.12.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2348, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2348, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2348, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2348) = 2348
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
brk(0x11c6000) = 0x11c6000
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rainbow-2.0.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1329, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=1329, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 1329
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activesupport-3.2.12.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1428, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=1428, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 1428
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rubygems-update-1.8.25.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3232, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3232, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 3232
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rubygems-update-1.8.25.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=3232, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rubygems-update-1.8.25.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3232, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3232, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3232, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 3232) = 3232
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/cookiejar-0.3.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1390, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1390, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 1390
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activemodel-3.2.12.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1291, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1291, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1291
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/activemodel-3.2.12.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1291, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activemodel-3.2.12.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1291, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1291, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1291, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1291) = 1291
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/io-console-0.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=152, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=152, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "Gem::Specification.new do |s|\n "..., 8192) = 152
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/io-console-0.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=152, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/io-console-0.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=152, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=152, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=152, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "Gem::Specification.new do |s|\n "..., 152) = 152
read(6, "", 8192) = 0
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rufus-scheduler-2.0.17.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1240, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1240, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1240
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rufus-scheduler-2.0.17.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1240, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rufus-scheduler-2.0.17.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1240, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1240, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1240, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1240) = 1240
read(6, "", 8192) = 0
close(6) = 0
brk(0x11e7000) = 0x11e7000
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/i18n-0.6.9.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1601, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1601, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 1601
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-websocket-0.3.7.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1951, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1951, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1951
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/em-websocket-0.3.7.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1951, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-websocket-0.3.7.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1951, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1951, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1951, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1951) = 1951
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/cri-2.1.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=952, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=952, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 952
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/cri-2.1.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=952, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/cri-2.1.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=952, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=952, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=952, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 952) = 952
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-socksify-0.2.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1137, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1137, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1137
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/em-socksify-0.2.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1137, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-socksify-0.2.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1137, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1137, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1137, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1137) = 1137
read(6, "", 8192) = 0
close(6) = 0
brk(0x1208000) = 0x1208000
brk(0x1205000) = 0x1205000
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rb-inotify-0.9.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1085, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1085, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1085
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rb-inotify-0.9.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1085, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rb-inotify-0.9.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1085, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1085, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1085, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1085) = 1085
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/addressable-2.3.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1488, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1488, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1488
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/addressable-2.3.5.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1488, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/addressable-2.3.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1488, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1488, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1488, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1488) = 1488
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rdiscount-2.0.7.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=908, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=908, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 908
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rdiscount-2.0.7.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=908, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rdiscount-2.0.7.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=908, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=908, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=908, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 908) = 908
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-1.5.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1472, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1472, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1472
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-1.5.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1472, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-1.5.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1472, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1472, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1472, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1472) = 1472
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/minitest-2.5.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=150, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=150, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
brk(0x1227000) = 0x1227000
read(6, "Gem::Specification.new do |s|\n "..., 8192) = 150
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/minitest-2.5.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=150, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/minitest-2.5.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=150, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=150, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=150, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "Gem::Specification.new do |s|\n "..., 150) = 150
read(6, "", 8192) = 0
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-protection-1.5.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2283, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2283, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 2283
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/i18n-0.6.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1499, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1499, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1499
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/i18n-0.6.5.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1499, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/i18n-0.6.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1499, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1499, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1499, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1499) = 1499
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/raindrops-0.13.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3431, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3431, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 3431
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activerecord-3.2.12.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1713, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1713, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1713
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/activerecord-3.2.12.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1713, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activerecord-3.2.12.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1713, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1713, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1713, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1713) = 1713
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rb-inotify-0.8.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1085, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1085, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
brk(0x1248000) = 0x1248000
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1085
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rb-inotify-0.8.8.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1085, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rb-inotify-0.8.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1085, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1085, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1085, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1085) = 1085
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-stream-0.0.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1562, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=1562, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 1562
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/fast_xor-1.1.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1354, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1354, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1354
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/fast_xor-1.1.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1354, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/fast_xor-1.1.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1354, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1354, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1354, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1354) = 1354
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/coffee-script-2.2.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1098, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1098, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1098
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/coffee-script-2.2.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1098, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/coffee-script-2.2.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1098, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1098, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1098, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1098) = 1098
read(6, "", 8192) = 0
close(6) = 0
brk(0x1269000) = 0x1269000
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/faster_xml_simple-0.5.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1161, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1161, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1161
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/faster_xml_simple-0.5.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1161, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/faster_xml_simple-0.5.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1161, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1161, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1161, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1161) = 1161
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activemodel-3.2.9.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1287, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1287, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1287
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/activemodel-3.2.9.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1287, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activemodel-3.2.9.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1287, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1287, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1287, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1287) = 1287
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/httparty-0.9.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1236, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1236, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1236
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/httparty-0.9.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1236, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/httparty-0.9.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1236, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1236, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1236, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1236) = 1236
read(6, "", 8192) = 0
close(6) = 0
brk(0x128a000) = 0x128a000
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/unicorn-4.8.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3231, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3231, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 3231
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_json-1.6.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2334, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2334, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2334
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_json-1.6.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2334, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_json-1.6.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2334, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2334, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2334, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2334) = 2334
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/daemons-1.1.9.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1326, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1326, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1326
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/daemons-1.1.9.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1326, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/daemons-1.1.9.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1326, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1326, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1326, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1326) = 1326
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-protection-1.5.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1822, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1822, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1822
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-protection-1.5.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1822, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-protection-1.5.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1822, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1822, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1822, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1822) = 1822
read(6, "", 8192) = 0
close(6) = 0
brk(0x12ab000) = 0x12ab000
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/file-tail-1.0.11.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1683, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1683, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1683
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/file-tail-1.0.11.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1683, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/file-tail-1.0.11.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1683, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1683, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1683, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1683) = 1683
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/thin-2.0.0.pre.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1570, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=1570, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 1570
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rspec-2.12.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1358, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1358, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1358
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rspec-2.12.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1358, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rspec-2.12.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1358, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1358, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1358, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1358) = 1358
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/guard-minitest-0.5.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1554, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1554, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1554
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/guard-minitest-0.5.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1554, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/guard-minitest-0.5.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1554, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1554, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1554, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1554) = 1554
brk(0x12cd000) = 0x12cd000
read(6, "", 8192) = 0
brk(0x12cb000) = 0x12cb000
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rake-0.9.2.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=150, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=150, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "Gem::Specification.new do |s|\n "..., 8192) = 150
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rake-0.9.2.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=150, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rake-0.9.2.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=150, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=150, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=150, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "Gem::Specification.new do |s|\n "..., 150) = 150
read(6, "", 8192) = 0
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_json-1.9.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2560, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2560, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 8192) = 2560
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/releasy-0.2.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2534, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2534, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2534
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/releasy-0.2.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2534, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/releasy-0.2.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2534, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2534, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2534, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2534) = 2534
read(6, "", 8192) = 0
close(6) = 0
brk(0x12ee000) = 0x12ee000
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/i18n-0.6.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1476, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1476, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 1476
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/i18n-0.6.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1476, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/i18n-0.6.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1476, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1476, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1476, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 1476) = 1476
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/actionpack-3.2.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2532, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2532, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 8192) = 2532
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/actionpack-3.2.8.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2532, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/actionpack-3.2.8.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2532, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2532, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b40) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2532, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n\nGem::"..., 2532) = 2532
read(6, "", 8192) = 0
close(6) = 0
brk(0x130f000) = 0x130f000
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
brk(0x1331000) = 0x1331000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/POpen4-0.1.4/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/POpen4-0.1.4/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/POpen4-0.1.4/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/Platform-0.4.0/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/Platform-0.4.0/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/Platform-0.4.0/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-1.4.0/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-1.4.0/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-1.4.0/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/active_support-3.0.0/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/active_support-3.0.0/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/active_support-3.0.0/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.12/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.12/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.12/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.11/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.11/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.11/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.9/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.9/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.9/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.8/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.8/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.8/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.9/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.9/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.9/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-4.0.3/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-4.0.3/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-4.0.3/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.9/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.9/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.9/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
brk(0x1352000) = 0x1352000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.3/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.3/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.3/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.2/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.2/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.2/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.2.6/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.2.6/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.2.6/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/archive-tar-minitar-0.5.2/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/archive-tar-minitar-0.5.2/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/archive-tar-minitar-0.5.2/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/async_sinatra-0.5.0/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/async_sinatra-0.5.0/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/async_sinatra-0.5.0/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/atomic-1.1.15.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=890, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/atomic-1.1.15.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=890, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=890, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b30) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=890, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 890) = 890
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/atomic-1.1.15/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/atomic-1.1.15/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/atomic-1.1.15/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/atomic-1.1.15/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/atomic-1.1.15/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/atomic-1.1.15/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/atomic-1.1.15/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bigdecimal-1.1.0/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bigdecimal-1.1.0/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bigdecimal-1.1.0/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bitly-0.9.0/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bitly-0.9.0/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bitly-0.9.0/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bitly-0.8.1/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bitly-0.8.1/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bitly-0.8.1/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bitly-0.8.0/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bitly-0.8.0/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bitly-0.8.0/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
brk(0x1375000) = 0x1375000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.3/../../extensions/x86_64-linux/1.9.1-static/bond-0.4.3/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.3/../../extensions/x86_64-linux/1.9.1-static/bond-0.4.3/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.3/../../extensions/x86_64-linux/1.9.1-static/bond-0.4.3/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.3/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.3/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.3/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.2/../../extensions/x86_64-linux/1.9.1-static/bond-0.4.2/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.2/../../extensions/x86_64-linux/1.9.1-static/bond-0.4.2/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.2/../../extensions/x86_64-linux/1.9.1-static/bond-0.4.2/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.2/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.2/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.2/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.10.0.rc0/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.10.0.rc0/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.10.0.rc0/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.9.2/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.9.2/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.9.2/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.9.1/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.9.1/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.9.1/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.8.2/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.8.2/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.8.2/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.7.0/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.7.0/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.7.0/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.6.4/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.6.4/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.6.4/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/bson_ext-1.9.2.gemspec", {st_mode=S_IFREG|0644, st_size=2575, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bson_ext-1.9.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=2575, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=2575, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29b30) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=2575, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 2575) = 2575
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/bson_ext-1.9.2/gem.build_complete", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/bson_ext-1.9.2/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/bson_ext-1.9.2/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/bson_ext-1.9.2/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.9.2/ext/bson_ext/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.9.2/ext/bson_ext/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.9.2/ext/bson_ext/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.9.1/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.9.1/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
brk(0x1396000) = 0x1396000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.9.1/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.9.1/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.9.1/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.9.1/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.9.1/ext/bson_ext/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.9.1/ext/bson_ext/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.9.1/ext/bson_ext/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.8.2/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.8.2/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.8.2/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.8.2/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.8.2/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.8.2/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.8.2/ext/bson_ext/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.8.2/ext/bson_ext/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.8.2/ext/bson_ext/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.7.0/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.7.0/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.7.0/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.7.0/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.7.0/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.7.0/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.7.0/ext/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.7.0/ext/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.7.0/ext/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.6.4/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.6.4/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.6.4/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.6.4/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.6.4/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.6.4/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.6.4/ext/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.6.4/ext/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.6.4/ext/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/builder-3.2.2/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/builder-3.2.2/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/builder-3.2.2/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/builder-3.0.4/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/builder-3.0.4/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/builder-3.0.4/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/builder-3.0.0/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/builder-3.0.0/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/builder-3.0.0/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.8/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.8/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.8/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.2.0.rc.2/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.2.0.rc.2/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.2.0.rc.2/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.9.1/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.9.1/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.9.1/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.9.0/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.9.0/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.9.0/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.8.0/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.8.0/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.8.0/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.7.0/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.7.0/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.7.0/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/closure-compiler-1.1.10/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/closure-compiler-1.1.10/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/closure-compiler-1.1.10/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/closure-compiler-1.1.8/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/closure-compiler-1.1.8/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/closure-compiler-1.1.8/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
brk(0x13b8000) = 0x13b8000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coderay-1.0.8/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coderay-1.0.8/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coderay-1.0.8/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coffee-script-2.2.0/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coffee-script-2.2.0/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coffee-script-2.2.0/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coffee-script-source-1.6.3/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coffee-script-source-1.6.3/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coffee-script-source-1.6.3/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coffee-script-source-1.4.0/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coffee-script-source-1.4.0/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coffee-script-source-1.4.0/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/colorize-0.6.0/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/colorize-0.6.0/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/colorize-0.6.0/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/colorize-0.5.8/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/colorize-0.5.8/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/colorize-0.5.8/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/columnize-0.3.6/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/columnize-0.3.6/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/columnize-0.3.6/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/crack-0.3.2/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/crack-0.3.2/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/crack-0.3.2/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/crack-0.3.1/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/crack-0.3.1/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/crack-0.3.1/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cri-2.1.0/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cri-2.1.0/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cri-2.1.0/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/daemons-1.1.9/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/daemons-1.1.9/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/daemons-1.1.9/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/debugger-ruby_core_source-1.3.2/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/debugger-ruby_core_source-1.3.2/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/debugger-ruby_core_source-1.3.2/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/diff-lcs-1.1.3/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/diff-lcs-1.1.3/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/diff-lcs-1.1.3/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/el_finder-1.1.8/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/el_finder-1.1.8/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/el_finder-1.1.8/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/el_finder-1.1.6/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/el_finder-1.1.6/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/el_finder-1.1.6/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/el_finder-1.0.21/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/el_finder-1.0.21/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/el_finder-1.0.21/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
brk(0x13d9000) = 0x13d9000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-ftp-client-0.0.2/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-ftp-client-0.0.2/lib/em-http-request.rb", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-ftp-client-0.0.2/lib/em-http-request.so", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-http-request", 0x7fffedc29010) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-http-request.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=18, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/em-http-request-1.1.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2497, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-http-request-1.1.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2497, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2497, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc2a260) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2497, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 2497) = 2497
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/cookiejar-0.3.1.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1390, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/cookiejar-0.3.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1390, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1390, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc299a0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1390, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 1390) = 1390
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/http_parser.rb-0.6.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2066, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/http_parser.rb-0.6.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2066, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2066, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc299a0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2066, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 2066) = 2066
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-http-request.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-http-request.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em-http-request.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em-http-request.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/em-http-request.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/em-http-request.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-http-request.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=18, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=18, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-http-request.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=18, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc29ed0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=18, ...}) = 0
brk(0x13fa000) = 0x13fa000
read(6, "require 'em-http'\n", 8192) = 18
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-http-request.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=18, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-http", 0x7fffedc28a00) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-http.rb", 0x7fffedc28a00) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-http.so", 0x7fffedc28a00) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-http", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-http.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=479, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-http.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-http.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em-http.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em-http.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/em-http.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/em-http.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-http.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=479, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=479, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-http.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=479, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc298c0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=479, ...}) = 0
read(6, "require 'eventmachine'\nrequire '"..., 8192) = 479
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-http.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=479, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/eventmachine", 0x7fffedc283f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/eventmachine.rb", 0x7fffedc283f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/eventmachine.so", 0x7fffedc283f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/eventmachine", 0x7fffedc283f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/eventmachine.rb", 0x7fffedc283f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/eventmachine.so", 0x7fffedc283f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/eventmachine", 0x7fffedc283f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/eventmachine.rb", 0x7fffedc283f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/eventmachine.so", 0x7fffedc283f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/eventmachine", 0x7fffedc283f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/eventmachine.rb", 0x7fffedc283f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/eventmachine.so", 0x7fffedc283f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/eventmachine", 0x7fffedc283f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/eventmachine.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=58601, ...}) = 0
brk(0x141b000) = 0x141b000
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/eventmachine.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/eventmachine.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/eventmachine.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/eventmachine.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=58601, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=58601, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/eventmachine.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=58601, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc292b0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=58601, ...}) = 0
read(6, "if defined?(EventMachine.library"..., 8192) = 8192
read(6, "= proc {\n block.call\n "..., 8192) = 8192
read(6, "ever instance variables you\n # "..., 8192) = 8192
read(6, " = klass_from_handler(Connection"..., 8192) = 8192
read(6, "odule] handler A class or a mod"..., 8192) = 8192
read(6, "\n # @private\n attr_reader "..., 8192) = 8192
read(6, "achine's process monitoring API."..., 8192) = 8192
read(6, " @conns[conn_binding] or raise C"..., 8192) = 1257
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/eventmachine.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=58601, ...}) = 0
brk(0x143c000) = 0x143c000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/rubyeventmachine", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/rubyeventmachine.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/rubyeventmachine.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/rubyeventmachine", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/rubyeventmachine.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/rubyeventmachine.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/rubyeventmachine", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/rubyeventmachine.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/rubyeventmachine.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/rubyeventmachine", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/rubyeventmachine.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/rubyeventmachine.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/rubyeventmachine", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/rubyeventmachine.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/rubyeventmachine.so", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1030740, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/rubyeventmachine.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/rubyeventmachine.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/rubyeventmachine.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/rubyeventmachine.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/rubyeventmachine.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/rubyeventmachine.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/rubyeventmachine.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/rubyeventmachine.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/rubyeventmachine.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/rubyeventmachine.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/rubyeventmachine.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/rubyeventmachine.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/rubyeventmachine.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/rubyeventmachine.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/rubyeventmachine.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/rubyeventmachine.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/rubyeventmachine.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/rubyeventmachine.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/rubyeventmachine.so", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1030740, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1030740, ...}) = 0
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/rubyeventmachine.so", O_RDONLY) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\365\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1030740, ...}) = 0
mmap(NULL, 2289568, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fa8542de000
mprotect(0x7fa85430b000, 2093056, PROT_NONE) = 0
mmap(0x7fa85450a000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x2c000) = 0x7fa85450a000
close(6) = 0
open("/usr/local/lib/libssl.so.0.9.8", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libssl.so.0.9.8", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=73600, ...}) = 0
mmap(NULL, 73600, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7fa855a63000
close(6) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/libssl.so.0.9.8", O_RDONLY) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300l\1\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0644, st_size=356608, ...}) = 0
mmap(NULL, 2451824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fa854087000
mprotect(0x7fa8540d8000, 2093056, PROT_NONE) = 0
mmap(0x7fa8542d7000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x50000) = 0x7fa8542d7000
close(6) = 0
open("/usr/local/lib/libcrypto.so.0.9.8", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libcrypto.so.0.9.8", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/libcrypto.so.0.9.8", O_RDONLY) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\253\7\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0644, st_size=1693344, ...}) = 0
mmap(NULL, 3803320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fa853ce6000
mprotect(0x7fa853e5b000, 2097152, PROT_NONE) = 0
mmap(0x7fa85405b000, 163840, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x175000) = 0x7fa85405b000
mmap(0x7fa854083000, 14520, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa854083000
close(6) = 0
open("/usr/local/lib/libstdc++.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libstdc++.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/libstdc++.so.6", O_RDONLY) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\243\5\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0644, st_size=1043976, ...}) = 0
mmap(NULL, 3223576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fa8539d2000
mprotect(0x7fa853ac8000, 2097152, PROT_NONE) = 0
mmap(0x7fa853cc8000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0xf6000) = 0x7fa853cc8000
mmap(0x7fa853cd1000, 81944, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fa853cd1000
close(6) = 0
open("/usr/local/lib/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/libgcc_s.so.1", O_RDONLY) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P-\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0644, st_size=90504, ...}) = 0
mmap(NULL, 2186232, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fa8537bc000
mprotect(0x7fa8537d2000, 2093056, PROT_NONE) = 0
mmap(0x7fa8539d1000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x15000) = 0x7fa8539d1000
close(6) = 0
open("/usr/local/lib/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libz.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/usr/lib/libz.so.1", O_RDONLY) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\"\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0644, st_size=93936, ...}) = 0
mmap(NULL, 2188976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fa8535a5000
mprotect(0x7fa8535bc000, 2093056, PROT_NONE) = 0
mmap(0x7fa8537bb000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x16000) = 0x7fa8537bb000
close(6) = 0
mprotect(0x7fa853cc8000, 28672, PROT_READ) = 0
futex(0x7fa853cd1b68, FUTEX_WAKE_PRIVATE, 2147483647) = 0
munmap(0x7fa855a63000, 73600) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/version", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/version.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/version.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/version", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/version.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/version.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/version", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/version.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/version.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/version", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/version.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/version.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/version", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/version.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=44, ...}) = 0
brk(0x145d000) = 0x145d000
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/version.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/version.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/version.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/version.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=44, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=44, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/version.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=44, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=44, ...}) = 0
read(6, "module EventMachine\n VERSION = "..., 8192) = 44
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/version.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=44, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/pool", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/pool.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/pool.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/pool", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/pool.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/pool.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/pool", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/pool.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/pool.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/pool", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/pool.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/pool.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/pool", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/pool.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=4231, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/pool.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/pool.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/pool.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/pool.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4231, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4231, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/pool.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4231, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4231, ...}) = 0
read(6, "module EventMachine\n # = EventM"..., 8192) = 4231
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/pool.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=4231, ...}) = 0
brk(0x147e000) = 0x147e000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/deferrable", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/deferrable.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/deferrable.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/deferrable", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/deferrable.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/deferrable.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/deferrable", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/deferrable.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/deferrable.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/deferrable", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/deferrable.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/deferrable.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/deferrable", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/deferrable.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=7992, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/deferrable.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/deferrable.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/deferrable.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/deferrable.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=7992, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=7992, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/deferrable.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=7992, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=7992, ...}) = 0
read(6, "#--\n#\n# Author:: Francis Cianfro"..., 8192) = 7992
read(6, "", 8192) = 0
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/deferrable.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=7992, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/future", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/future.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/future.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/future", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/future.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/future.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/future", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/future.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/future.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/future", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/future.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/future.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/future", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/future.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1873, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/future.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/future.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/future.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/future.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1873, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1873, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/future.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1873, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1873, ...}) = 0
read(6, "#--\n#\n# Author:: Francis Cianfro"..., 8192) = 1873
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/future.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1873, ...}) = 0
brk(0x149f000) = 0x149f000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/streamer", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/streamer.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/streamer.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/streamer", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/streamer.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/streamer.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/streamer", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/streamer.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/streamer.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/streamer", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/streamer.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/streamer.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/streamer", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/streamer.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=3674, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/streamer.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/streamer.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/streamer.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/streamer.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3674, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3674, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/streamer.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3674, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3674, ...}) = 0
read(6, "module EventMachine\n # Streams "..., 8192) = 3674
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/streamer.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=3674, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/spawnable", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/spawnable.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/spawnable.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/spawnable", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/spawnable.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/spawnable.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/spawnable", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/spawnable.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/spawnable.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/spawnable", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/spawnable.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/spawnable.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/spawnable", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/spawnable.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2173, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/spawnable.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/spawnable.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/spawnable.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/spawnable.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2173, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2173, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/spawnable.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2173, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2173, ...}) = 0
read(6, "#--\n#\n# Author:: Francis Cianfro"..., 8192) = 2173
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/spawnable.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2173, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/processes", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/processes.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/processes.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/processes", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/processes.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/processes.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/processes", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/processes.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/processes.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/processes", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/processes.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/processes.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/processes", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/processes.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=3745, ...}) = 0
brk(0x14c0000) = 0x14c0000
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/processes.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/processes.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/processes.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/processes.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3745, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3745, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/processes.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3745, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3745, ...}) = 0
read(6, "#--\n#\n# Author:: Francis Cianfro"..., 8192) = 3745
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/processes.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=3745, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/iterator", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/iterator.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/iterator.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/iterator", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/iterator.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/iterator.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/iterator", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/iterator.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/iterator.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/iterator", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/iterator.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/iterator.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/iterator", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/iterator.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=7436, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/iterator.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/iterator.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/iterator.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/iterator.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=7436, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=7436, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/iterator.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=7436, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=7436, ...}) = 0
read(6, "module EventMachine\n # A simple"..., 8192) = 7436
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/iterator.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=7436, ...}) = 0
brk(0x14e1000) = 0x14e1000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/buftok", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/buftok.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/buftok.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/buftok", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/buftok.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/buftok.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/buftok", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/buftok.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/buftok.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/buftok", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/buftok.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/buftok.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/buftok", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/buftok.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=4286, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/buftok.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/buftok.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/buftok.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/buftok.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4286, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4286, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/buftok.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4286, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4286, ...}) = 0
read(6, "# BufferedTokenizer takes a deli"..., 8192) = 4286
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/buftok.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=4286, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/timers", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/timers.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/timers.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/timers", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/timers.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/timers.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/timers", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/timers.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/timers.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/timers", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/timers.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/timers.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/timers", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/timers.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1323, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/timers.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/timers.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/timers.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/timers.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1323, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1323, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/timers.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1323, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1323, ...}) = 0
brk(0x1502000) = 0x1502000
read(6, "module EventMachine\n # Creates "..., 8192) = 1323
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/timers.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1323, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/protocols", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/protocols.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/protocols.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/protocols", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/protocols.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/protocols.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/protocols", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/protocols.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/protocols.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/protocols", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/protocols.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/protocols.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/protocols", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/protocols.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1538, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/protocols.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/protocols.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/protocols.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/protocols.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1538, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1538, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/protocols.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1538, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1538, ...}) = 0
read(6, "module EventMachine\n # This mod"..., 8192) = 1538
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/protocols.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1538, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/connection", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/connection.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/connection.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/connection", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/connection.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/connection.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/connection", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/connection.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/connection.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/connection", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/connection.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/connection.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/connection", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/connection.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=31470, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/connection.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/connection.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/connection.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/connection.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=31470, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=31470, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/connection.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=31470, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=31470, ...}) = 0
read(6, "module EventMachine\n class File"..., 8192) = 8192
read(6, "ed_connection\n # # .."..., 8192) = 8192
read(6, "il),\n # "..., 8192) = 8192
read(6, "structure. The method returns ni"..., 8192) = 6894
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/connection.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=31470, ...}) = 0
brk(0x1523000) = 0x1523000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/callback", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/callback.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/callback.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/callback", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/callback.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/callback.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/callback", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/callback.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/callback.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/callback", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/callback.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/callback.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/callback", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/callback.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2195, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/callback.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/callback.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/callback.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/callback.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2195, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2195, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/callback.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2195, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2195, ...}) = 0
read(6, "module EventMachine\n # Utility "..., 8192) = 2195
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/callback.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2195, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/queue", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/queue.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/queue.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/queue", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/queue.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/queue.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/queue", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/queue.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/queue.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/queue", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/queue.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/queue.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/queue", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/queue.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1890, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/queue.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/queue.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/queue.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/queue.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1890, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1890, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/queue.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1890, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1890, ...}) = 0
read(6, "module EventMachine\n # A cross "..., 8192) = 1890
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/queue.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1890, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/channel", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/channel.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/channel.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/channel", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/channel.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/channel.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/channel", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/channel.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/channel.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/channel", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/channel.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/channel.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/channel", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/channel.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1457, ...}) = 0
brk(0x1544000) = 0x1544000
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/channel.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/channel.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/channel.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/channel.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1457, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1457, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/channel.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1457, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1457, ...}) = 0
read(6, "module EventMachine\n # Provides"..., 8192) = 1457
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/channel.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1457, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/file_watch", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/file_watch.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/file_watch.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/file_watch", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/file_watch.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/file_watch.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/file_watch", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/file_watch.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/file_watch.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/file_watch", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/file_watch.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/file_watch.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/file_watch", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/file_watch.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2051, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/file_watch.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/file_watch.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/file_watch.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/file_watch.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2051, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2051, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/file_watch.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2051, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2051, ...}) = 0
read(6, "module EventMachine\n # Utility "..., 8192) = 2051
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/file_watch.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2051, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/process_watch", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/process_watch.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/process_watch.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/process_watch", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/process_watch.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/process_watch.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/process_watch", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/process_watch.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/process_watch.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/process_watch", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/process_watch.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/process_watch.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/process_watch", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/process_watch.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1273, ...}) = 0
brk(0x1565000) = 0x1565000
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/process_watch.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/process_watch.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/process_watch.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/process_watch.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1273, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1273, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/process_watch.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1273, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1273, ...}) = 0
read(6, "module EventMachine\n\n # This is"..., 8192) = 1273
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/process_watch.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1273, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/tick_loop", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/tick_loop.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/tick_loop.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/tick_loop", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/tick_loop.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/tick_loop.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/tick_loop", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/tick_loop.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/tick_loop.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/tick_loop", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/tick_loop.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/tick_loop.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/tick_loop", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/tick_loop.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2106, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/tick_loop.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/tick_loop.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/tick_loop.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/tick_loop.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2106, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2106, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/tick_loop.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2106, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2106, ...}) = 0
read(6, "module EventMachine\n # Creates "..., 8192) = 2106
read(6, "", 8192) = 0
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/tick_loop.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2106, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/resolver", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/resolver.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/resolver.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/resolver", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/resolver.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/resolver.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/resolver", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/resolver.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/resolver.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/resolver", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/resolver.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/resolver.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/resolver", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/resolver.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=4030, ...}) = 0
brk(0x1586000) = 0x1586000
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/resolver.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/resolver.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/resolver.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/resolver.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4030, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4030, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/resolver.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4030, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=4030, ...}) = 0
read(6, "module EventMachine\n module DNS"..., 8192) = 4030
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/resolver.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=4030, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/completion", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/completion.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/completion.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/completion", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/completion.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/completion.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/completion", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/completion.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/completion.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/completion", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/completion.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/completion.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/completion", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/completion.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=9824, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/completion.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/completion.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/completion.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/completion.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=9824, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=9824, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/completion.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=9824, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=9824, ...}) = 0
read(6, "# = EM::Completion\n#\n# A complet"..., 8192) = 8192
read(6, ", *args)\n cancel_timeout\n "..., 8192) = 1632
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/completion.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=9824, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/threaded_resource", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/threaded_resource.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/threaded_resource.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/threaded_resource", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/threaded_resource.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em/threaded_resource.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/threaded_resource", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/threaded_resource.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/threaded_resource.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/threaded_resource", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/threaded_resource.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/threaded_resource.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/threaded_resource", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/threaded_resource.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2876, ...}) = 0
brk(0x15a7000) = 0x15a7000
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em/threaded_resource.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em/threaded_resource.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/em/threaded_resource.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/threaded_resource.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2876, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2876, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/threaded_resource.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2876, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2876, ...}) = 0
read(6, "module EventMachine\n # = EventM"..., 8192) = 2876
read(6, "", 8192) = 0
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/em/threaded_resource.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2876, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/shellwords", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/shellwords.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/shellwords.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/shellwords", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/shellwords.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/shellwords.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/shellwords", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/shellwords.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/shellwords.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/shellwords", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/shellwords.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/shellwords.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/shellwords", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/shellwords.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/shellwords.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/shellwords", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/shellwords.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/shellwords.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/shellwords", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/shellwords.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/shellwords.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/shellwords", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/shellwords.rb", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/shellwords.so", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/shellwords", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/shellwords.rb", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/shellwords.so", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/shellwords.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/shellwords.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/shellwords.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/shellwords.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/shellwords.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/shellwords.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/shellwords.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/shellwords.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/shellwords.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/shellwords.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/shellwords.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/shellwords.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/shellwords.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/shellwords.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=3970, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=3970, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/1.9.1/shellwords.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=3970, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=3970, ...}) = 0
read(6, "#\n# shellwords.rb: Manipulates s"..., 8192) = 3970
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/1.9.1/shellwords.rb", {st_mode=S_IFREG|0644, st_size=3970, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/thread", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/thread.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/thread.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/thread", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/thread.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/thread.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/thread", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/thread.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/thread.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/thread", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/thread.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/thread.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/thread", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/thread.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/thread.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/thread", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/thread.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/thread.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/thread", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/thread.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/thread.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/thread", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/thread.rb", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/thread.so", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/thread", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/thread.rb", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/thread.so", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/resolv", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/resolv.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/resolv.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/resolv", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/resolv.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/resolv.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/resolv", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/resolv.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/resolv.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/resolv", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/resolv.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/resolv.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/resolv", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/resolv.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/resolv.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/resolv", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/resolv.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/resolv.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/resolv", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/resolv.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/resolv.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/resolv", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/resolv.rb", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/resolv.so", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/resolv", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/resolv.rb", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/resolv.so", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/resolv.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/resolv.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/resolv.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/resolv.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/resolv.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/resolv.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/resolv.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/resolv.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/resolv.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/resolv.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/resolv.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/resolv.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/resolv.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/resolv.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=61352, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=61352, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/1.9.1/resolv.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=61352, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=61352, ...}) = 0
read(6, "require 'socket'\nrequire 'fcntl'"..., 8192) = 8192
read(6, "address will\n # be a Resolv::"..., 8192) = 8192
read(6, " if !select_result\n "..., 8192) = 8192
read(6, "nfig_hash[:search]]\n "..., 8192) = 8192
read(6, " def ==(other)\n retu"..., 8192) = 8192
read(6, ":@ttl, ttl\n return name"..., 8192) = 8192
read(6, " strings = msg.get_string_list\n "..., 8192) = 8192
read(6, " ((?:[0-9A-Fa-f]{1,4}(?::[0-9"..., 8192) = 4008
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/1.9.1/resolv.rb", {st_mode=S_IFREG|0644, st_size=61352, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/socket", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/socket.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/socket.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/socket", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/socket.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/socket.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/socket", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/socket.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/socket.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/socket", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/socket.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/socket.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/socket", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/socket.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/socket.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/socket", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/socket.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/socket.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/socket", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/socket.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/socket.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/socket", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/socket.rb", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/socket.so", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/socket", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/socket.rb", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/socket.so", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/socket.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/socket.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/socket.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/socket.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/socket.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/socket.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/socket.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/socket.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/socket.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/socket.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/socket.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/socket.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/socket.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/socket.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=23777, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=23777, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/1.9.1/socket.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=23777, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28690) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=23777, ...}) = 0
read(6, "require 'socket.so'\n\nclass Addri"..., 8192) = 8192
read(6, "k|\n # sock.print \"GET / HTT"..., 8192) = 8192
read(6, "::\" && !ipv6_recvpktinfo\n "..., 8192) = 7393
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/1.9.1/socket.rb", {st_mode=S_IFREG|0644, st_size=23777, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/socket.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/socket.so.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/socket.so.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/socket.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/socket.so.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/socket.so.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/socket.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/socket.so.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/socket.so.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/socket.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/socket.so.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/socket.so.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/socket.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/socket.so.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/socket.so.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/socket.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/socket.so.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/socket.so.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/socket.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/socket.so.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/socket.so.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/socket.so", 0x7fffedc271d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/socket.so.rb", 0x7fffedc271d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/socket.so.so", 0x7fffedc271d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/socket.so", 0x7fffedc271d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/socket.so.rb", 0x7fffedc271d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/socket.so.so", 0x7fffedc271d0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/socket.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/socket.so", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0755, st_size=424998, ...}) = 0
fstat(6, {st_mode=S_IFREG|0755, st_size=424998, ...}) = 0
close(6) = 0
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/socket.so", O_RDONLY) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320c\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=424998, ...}) = 0
mmap(NULL, 2239760, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fa853382000
mprotect(0x7fa8533a4000, 2097152, PROT_NONE) = 0
mmap(0x7fa8535a4000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x22000) = 0x7fa8535a4000
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/fcntl", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/fcntl.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/fcntl.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/fcntl", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/fcntl.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/fcntl.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/fcntl", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/fcntl.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/fcntl.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/fcntl", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/fcntl.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/fcntl.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/fcntl", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/fcntl.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/fcntl.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/fcntl", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/fcntl.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/fcntl.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/fcntl", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/fcntl.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/fcntl.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/fcntl", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/fcntl.rb", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/fcntl.so", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/fcntl", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/fcntl.rb", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/fcntl.so", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/fcntl.so", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0755, st_size=10033, ...}) = 0
fstat(6, {st_mode=S_IFREG|0755, st_size=10033, ...}) = 0
close(6) = 0
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/fcntl.so", O_RDONLY) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\5\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=10033, ...}) = 0
mmap(NULL, 2100232, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fa853181000
mprotect(0x7fa853182000, 2093056, PROT_NONE) = 0
mmap(0x7fa853381000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0) = 0x7fa853381000
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/timeout", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/timeout.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/timeout.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/timeout", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/timeout.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/timeout.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/timeout", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/timeout.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/timeout.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/timeout", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/timeout.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/timeout.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/timeout", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/timeout.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/timeout.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/timeout", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/timeout.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/timeout.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/timeout", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/timeout.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/timeout.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/timeout", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/timeout.rb", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/timeout.so", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/timeout", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/timeout.rb", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/timeout.so", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/timeout.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/timeout.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/timeout.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/timeout.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/timeout.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/timeout.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/timeout.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/timeout.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/timeout.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/timeout.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/timeout.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/timeout.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/timeout.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/timeout.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=3335, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=3335, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/1.9.1/timeout.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=3335, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28690) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=3335, ...}) = 0
read(6, "# Timeout long-running blocks\n#\n"..., 8192) = 3335
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/1.9.1/timeout.rb", {st_mode=S_IFREG|0644, st_size=3335, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/thread", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/thread.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/thread.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/thread", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/thread.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/thread.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/thread", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/thread.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/thread.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/thread", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/thread.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/thread.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/thread", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/thread.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/thread.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/thread", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/thread.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/thread.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/thread", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/thread.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/thread.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/thread", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/thread.rb", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/thread.so", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/thread", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/thread.rb", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/thread.so", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/securerandom", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/securerandom.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/securerandom.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/securerandom", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/securerandom.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/securerandom.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/securerandom", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/securerandom.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/securerandom.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/securerandom", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/securerandom.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/securerandom.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/securerandom", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/securerandom.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/securerandom.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/securerandom", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/securerandom.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/securerandom.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/securerandom", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/securerandom.rb", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/securerandom.so", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/securerandom", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/securerandom.rb", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/securerandom.so", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/securerandom", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/securerandom.rb", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/securerandom.so", 0x7fffedc277e0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/securerandom.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/securerandom.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/securerandom.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/securerandom.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/securerandom.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/securerandom.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/securerandom.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/securerandom.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/securerandom.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/securerandom.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/securerandom.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/securerandom.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/securerandom.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/securerandom.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=8662, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=8662, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/1.9.1/securerandom.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=8662, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28690) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=8662, ...}) = 0
read(6, "# = Secure random number generat"..., 8192) = 8192
read(6, "\"kernel32\", \"GetLastError\", '', "..., 8192) = 470
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/1.9.1/securerandom.rb", {st_mode=S_IFREG|0644, st_size=8662, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl", 0x7fffedc271d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl.rb", 0x7fffedc271d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl.so", 0x7fffedc271d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl", 0x7fffedc271d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl.rb", 0x7fffedc271d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl.so", 0x7fffedc271d0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/openssl.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=547, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=547, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/openssl.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=547, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28080) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=547, ...}) = 0
read(6, "=begin\n= $RCSfile$ -- Loader for"..., 8192) = 547
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/openssl.rb", {st_mode=S_IFREG|0644, st_size=547, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl.so.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl.so.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl.so.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl.so.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl.so.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl.so.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl.so.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl.so.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl.so.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl.so.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl.so.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl.so.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl.so.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl.so.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl.so", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl.so.rb", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl.so.so", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl.so", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl.so.rb", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl.so.so", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/openssl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/openssl.so", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0755, st_size=1099280, ...}) = 0
fstat(6, {st_mode=S_IFREG|0755, st_size=1099280, ...}) = 0
close(6) = 0
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/openssl.so", O_RDONLY) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360d\1\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=1099280, ...}) = 0
mmap(NULL, 2420648, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fa852f32000
mprotect(0x7fa852f7e000, 2097152, PROT_NONE) = 0
mmap(0x7fa85317e000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x4c000) = 0x7fa85317e000
close(6) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/digest.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/digest.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/digest.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/digest.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/digest.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/digest.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/digest.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/digest.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/digest.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/digest.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/digest.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/digest.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/digest.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/digest.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=2298, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=2298, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/1.9.1/digest.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=2298, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27820) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=2298, ...}) = 0
read(6, "require 'digest.so'\n\nmodule Dige"..., 8192) = 2298
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/1.9.1/digest.rb", {st_mode=S_IFREG|0644, st_size=2298, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/digest.so", 0x7fffedc26350) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/digest.so.rb", 0x7fffedc26350) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/digest.so.so", 0x7fffedc26350) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/digest.so", 0x7fffedc26350) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/digest.so.rb", 0x7fffedc26350) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/digest.so.so", 0x7fffedc26350) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/digest.so", 0x7fffedc26350) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/digest.so.rb", 0x7fffedc26350) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/digest.so.so", 0x7fffedc26350) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/digest.so", 0x7fffedc26350) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/digest.so.rb", 0x7fffedc26350) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/digest.so.so", 0x7fffedc26350) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/digest.so", 0x7fffedc26350) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/digest.so.rb", 0x7fffedc26350) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/digest.so.so", 0x7fffedc26350) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/digest.so", 0x7fffedc26350) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/digest.so.rb", 0x7fffedc26350) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/digest.so.so", 0x7fffedc26350) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/digest.so", 0x7fffedc26350) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/digest.so.rb", 0x7fffedc26350) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/digest.so.so", 0x7fffedc26350) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/digest.so", 0x7fffedc26360) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/digest.so.rb", 0x7fffedc26360) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/digest.so.so", 0x7fffedc26360) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/digest.so", 0x7fffedc26360) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/digest.so.rb", 0x7fffedc26360) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/digest.so.so", 0x7fffedc26360) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/digest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/digest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/digest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/digest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/digest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/digest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/digest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/digest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/digest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/digest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/digest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/digest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/digest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/digest.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/digest.so", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0755, st_size=39954, ...}) = 0
fstat(6, {st_mode=S_IFREG|0755, st_size=39954, ...}) = 0
close(6) = 0
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/digest.so", O_RDONLY) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\22\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=39954, ...}) = 0
mmap(NULL, 2110512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fa852d2e000
mprotect(0x7fa852d31000, 2097152, PROT_NONE) = 0
mmap(0x7fa852f31000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x3000) = 0x7fa852f31000
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/bn", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/bn.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/bn.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/bn", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/bn.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/bn.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/bn", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/bn.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/bn.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/bn", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/bn.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/bn.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/bn", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/bn.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/bn.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/bn", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/bn.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/bn.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/bn", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/bn.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/bn.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl/bn", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl/bn.rb", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl/bn.so", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl/bn", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl/bn.rb", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl/bn.so", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/bn.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/bn.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/bn.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/bn.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/bn.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/bn.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/bn.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/openssl/bn.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=579, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=579, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/openssl/bn.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=579, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27a70) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=579, ...}) = 0
read(6, "#--\n#\n# $RCSfile$\n#\n# = Ruby-spa"..., 8192) = 579
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/openssl", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/openssl/bn.rb", {st_mode=S_IFREG|0644, st_size=579, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/cipher", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/cipher.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/cipher.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/cipher", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/cipher.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/cipher.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/cipher", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/cipher.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/cipher.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/cipher", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/cipher.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/cipher.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/cipher", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/cipher.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/cipher.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/cipher", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/cipher.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/cipher.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/cipher", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/cipher.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/cipher.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl/cipher", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl/cipher.rb", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl/cipher.so", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl/cipher", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl/cipher.rb", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl/cipher.so", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/cipher.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/cipher.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/cipher.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/cipher.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/cipher.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/cipher.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/cipher.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/openssl/cipher.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1623, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=1623, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/openssl/cipher.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1623, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27a70) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=1623, ...}) = 0
read(6, "#--\n#\n# $RCSfile$\n#\n# = Ruby-spa"..., 8192) = 1623
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/openssl", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/openssl/cipher.rb", {st_mode=S_IFREG|0644, st_size=1623, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/config", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/config.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/config.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/config", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/config.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/config.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/config", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/config.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/config.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/config", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/config.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/config.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/config", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/config.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/config.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/config", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/config.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/config.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/config", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/config.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/config.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl/config", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl/config.rb", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl/config.so", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl/config", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl/config.rb", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl/config.so", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/config.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/config.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/config.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/config.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/config.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/config.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/config.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/openssl/config.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=7417, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=7417, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/openssl/config.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=7417, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27a70) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=7417, ...}) = 0
read(6, "=begin\n= Ruby-space definitions "..., 8192) = 7417
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/openssl", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/openssl/config.rb", {st_mode=S_IFREG|0644, st_size=7417, ...}) = 0
brk(0x15c9000) = 0x15c9000
brk(0x15c7000) = 0x15c7000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/stringio", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/stringio.rb", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/stringio.so", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/stringio", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/stringio.rb", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/stringio.so", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/stringio", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/stringio.rb", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/stringio.so", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/stringio", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/stringio.rb", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/stringio.so", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/stringio", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/stringio.rb", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/stringio.so", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/stringio", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/stringio.rb", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/stringio.so", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/stringio", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/stringio.rb", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/stringio.so", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/stringio", 0x7fffedc265b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/stringio.rb", 0x7fffedc265b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/stringio.so", 0x7fffedc265b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/stringio", 0x7fffedc265b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/stringio.rb", 0x7fffedc265b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/stringio.so", 0x7fffedc265b0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/stringio.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/stringio.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/stringio.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/stringio.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/stringio.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/stringio.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/stringio.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/stringio.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/stringio.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/stringio.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/stringio.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/stringio.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/stringio.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/stringio.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/stringio.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/stringio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/stringio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/stringio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/stringio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/stringio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/stringio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/stringio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/stringio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/stringio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/stringio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/stringio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/stringio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/stringio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/stringio.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/stringio.so", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0755, st_size=81749, ...}) = 0
fstat(6, {st_mode=S_IFREG|0755, st_size=81749, ...}) = 0
close(6) = 0
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/stringio.so", O_RDONLY) = 6
read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\37\0\0\0\0\0\0"..., 832) = 832
fstat(6, {st_mode=S_IFREG|0755, st_size=81749, ...}) = 0
mmap(NULL, 2124296, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7fa852b27000
mprotect(0x7fa852b2e000, 2093056, PROT_NONE) = 0
mmap(0x7fa852d2d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x6000) = 0x7fa852d2d000
close(6) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/digest", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/digest.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/digest.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/digest", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/digest.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/digest.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/digest", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/digest.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/digest.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/digest", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/digest.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/digest.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/digest", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/digest.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/digest.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/digest", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/digest.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/digest.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/digest", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/digest.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/digest.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl/digest", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl/digest.rb", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl/digest.so", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl/digest", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl/digest.rb", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl/digest.so", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
brk(0x15e8000) = 0x15e8000
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/digest.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/digest.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/digest.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/digest.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/digest.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/digest.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/digest.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/openssl/digest.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1717, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=1717, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/openssl/digest.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1717, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27a70) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=1717, ...}) = 0
read(6, "#--\n#\n# $RCSfile$\n#\n# = Ruby-spa"..., 8192) = 1717
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/openssl", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/openssl/digest.rb", {st_mode=S_IFREG|0644, st_size=1717, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/ssl-internal", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/ssl-internal.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/ssl-internal.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/ssl-internal", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/ssl-internal.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/ssl-internal.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/ssl-internal", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/ssl-internal.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/ssl-internal.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/ssl-internal", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/ssl-internal.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/ssl-internal.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/ssl-internal", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/ssl-internal.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/ssl-internal.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/ssl-internal", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/ssl-internal.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/ssl-internal.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/ssl-internal", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/ssl-internal.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/ssl-internal.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl/ssl-internal", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl/ssl-internal.rb", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl/ssl-internal.so", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl/ssl-internal", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl/ssl-internal.rb", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl/ssl-internal.so", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/ssl-internal.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/ssl-internal.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/ssl-internal.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/ssl-internal.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/ssl-internal.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/ssl-internal.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/ssl-internal.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/openssl/ssl-internal.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=4774, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=4774, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/openssl/ssl-internal.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=4774, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27a70) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=4774, ...}) = 0
read(6, "=begin\n= $RCSfile$ -- Ruby-space"..., 8192) = 4774
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/openssl", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/openssl/ssl-internal.rb", {st_mode=S_IFREG|0644, st_size=4774, ...}) = 0
brk(0x1609000) = 0x1609000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/buffering", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/buffering.rb", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/buffering.so", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/buffering", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/buffering.rb", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/buffering.so", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/buffering", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/buffering.rb", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/buffering.so", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/buffering", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/buffering.rb", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/buffering.so", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/buffering", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/buffering.rb", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/buffering.so", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/buffering", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/buffering.rb", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/buffering.so", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/buffering", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/buffering.rb", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/buffering.so", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl/buffering", 0x7fffedc265b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl/buffering.rb", 0x7fffedc265b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl/buffering.so", 0x7fffedc265b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl/buffering", 0x7fffedc265b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl/buffering.rb", 0x7fffedc265b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl/buffering.so", 0x7fffedc265b0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/buffering.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/buffering.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/buffering.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/buffering.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/buffering.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/buffering.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/buffering.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/openssl/buffering.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=9410, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=9410, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/openssl/buffering.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=9410, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27460) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=9410, ...}) = 0
read(6, "=begin\n= $RCSfile$ -- Buffering "..., 8192) = 8192
read(6, "l.org/support/faq.html\n\n def wr"..., 8192) = 1218
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/openssl", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/openssl/buffering.rb", {st_mode=S_IFREG|0644, st_size=9410, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/fcntl", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/fcntl.rb", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/fcntl.so", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/fcntl", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/fcntl.rb", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/fcntl.so", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/fcntl", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/fcntl.rb", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/fcntl.so", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/fcntl", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/fcntl.rb", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/fcntl.so", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/fcntl", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/fcntl.rb", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/fcntl.so", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/fcntl", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/fcntl.rb", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/fcntl.so", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/fcntl", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/fcntl.rb", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/fcntl.so", 0x7fffedc265a0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/fcntl", 0x7fffedc265b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/fcntl.rb", 0x7fffedc265b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/fcntl.so", 0x7fffedc265b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/fcntl", 0x7fffedc265b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/fcntl.rb", 0x7fffedc265b0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/fcntl.so", 0x7fffedc265b0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/fcntl.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/fcntl.so", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0755, st_size=10033, ...}) = 0
fstat(6, {st_mode=S_IFREG|0755, st_size=10033, ...}) = 0
close(6) = 0
open("/usr/lib/ssl/cert.pem", O_RDONLY) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/x509-internal", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/x509-internal.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/x509-internal.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/x509-internal", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/x509-internal.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/x509-internal.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/x509-internal", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/x509-internal.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/x509-internal.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/x509-internal", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/x509-internal.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/x509-internal.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/x509-internal", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/x509-internal.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/x509-internal.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/x509-internal", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/x509-internal.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/x509-internal.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/x509-internal", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/x509-internal.rb", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/x509-internal.so", 0x7fffedc26bb0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl/x509-internal", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl/x509-internal.rb", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/openssl/x509-internal.so", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl/x509-internal", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl/x509-internal.rb", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/openssl/x509-internal.so", 0x7fffedc26bc0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
brk(0x162a000) = 0x162a000
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/openssl/x509-internal.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/openssl/x509-internal.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/openssl/x509-internal.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/openssl/x509-internal.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/openssl/x509-internal.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/openssl/x509-internal.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/openssl/x509-internal.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/openssl/x509-internal.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=4557, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=4557, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/site_ruby/1.9.1/openssl/x509-internal.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=4557, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27a70) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=4557, ...}) = 0
read(6, "=begin\n= $RCSfile$ -- Ruby-space"..., 8192) = 4557
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/openssl", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/site_ruby/1.9.1/openssl/x509-internal.rb", {st_mode=S_IFREG|0644, st_size=4557, ...}) = 0
brk(0x164b000) = 0x164b000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify", 0x7fffedc283f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify.rb", 0x7fffedc283f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify.so", 0x7fffedc283f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-socksify", 0x7fffedc283f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-socksify.rb", 0x7fffedc283f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-socksify.so", 0x7fffedc283f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=401, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=401, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=401, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=401, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc292b0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=401, ...}) = 0
read(6, "require 'eventmachine'\nrequire '"..., 8192) = 401
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=401, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/eventmachine", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/eventmachine.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/eventmachine.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/eventmachine", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/eventmachine.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/eventmachine.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/eventmachine", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/eventmachine.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/eventmachine.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/eventmachine", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/eventmachine.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/eventmachine.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/eventmachine", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/eventmachine.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=58601, ...}) = 0
brk(0x166c000) = 0x166c000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/base64", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/base64.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/base64.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/base64", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/base64.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/base64.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/base64", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/base64.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/base64.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/base64", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/base64.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/base64.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/base64", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/base64.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/base64.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/base64", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/base64.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/base64.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/base64", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/base64.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/base64.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/base64", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/base64.rb", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/base64.so", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/base64", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/base64.rb", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/base64.so", 0x7fffedc27df0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/base64.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/base64.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/base64.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/base64.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/base64.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/base64.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/base64.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/base64.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/base64.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/base64.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/base64.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/base64.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/base64.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/base64.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=2694, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=2694, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/1.9.1/base64.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=2694, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=2694, ...}) = 0
read(6, "#\n# = base64.rb: methods for bas"..., 8192) = 2694
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/1.9.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/1.9.1/base64.rb", {st_mode=S_IFREG|0644, st_size=2694, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify/socksify", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify/socksify.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify/socksify.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-socksify/socksify", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-socksify/socksify.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-socksify/socksify.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/socksify", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/socksify.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=958, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify/socksify.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/socksify.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=958, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=958, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/socksify.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=958, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=958, ...}) = 0
read(6, "module EventMachine\n\n module So"..., 8192) = 958
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/socksify.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=958, ...}) = 0
brk(0x168d000) = 0x168d000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify/errors", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify/errors.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify/errors.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-socksify/errors", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-socksify/errors.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-socksify/errors.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/errors", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/errors.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1248, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify/errors.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/errors.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1248, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1248, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/errors.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1248, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1248, ...}) = 0
read(6, "module EventMachine\n module Soc"..., 8192) = 1248
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/errors.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1248, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify/socks5", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify/socks5.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify/socks5.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-socksify/socks5", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-socksify/socks5.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-socksify/socks5.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/socks5", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/socks5.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=3604, ...}) = 0
brk(0x16ae000) = 0x16ae000
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify/socks5.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/socks5.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3604, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3604, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/socks5.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3604, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3604, ...}) = 0
read(6, "module EventMachine\n module Soc"..., 8192) = 3604
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/socks5.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=3604, ...}) = 0
brk(0x16d1000) = 0x16d1000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify/connectify", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify/connectify.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify/connectify.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-socksify/connectify", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-socksify/connectify.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-socksify/connectify.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/connectify", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/connectify.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=826, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify/connectify.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/connectify.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=826, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=826, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/connectify.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=826, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=826, ...}) = 0
read(6, "module EventMachine\n\n module Co"..., 8192) = 826
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/connectify.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=826, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify/connect", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify/connect.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify/connect.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-socksify/connect", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-socksify/connect.rb", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/em-socksify/connect.so", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/connect", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/connect.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=793, ...}) = 0
brk(0x16f2000) = 0x16f2000
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/em-socksify/connect.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/connect.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=793, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=793, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/connect.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=793, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=793, ...}) = 0
read(6, "module EventMachine\n module Con"..., 8192) = 793
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/em-socksify/connect.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=793, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable/uri", 0x7fffedc283f0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable/uri.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=76233, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable/uri.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=76233, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=76233, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable/uri.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=76233, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc292b0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=76233, ...}) = 0
read(6, "# encoding:utf-8\n#--\n# Copyright"..., 8192) = 8192
brk(0x1713000) = 0x1713000
read(6, " nil\n # Adjust windows-st"..., 8192) = 8192
read(6, "wise left alone.\n #\n # @re"..., 8192) = 8192
read(6, " end\n\n if sort\n # "..., 8192) = 8192
read(6, "rd)\n if new_password && !ne"..., 8192) = 8192
brk(0x1736000) = 0x1736000
read(6, "mes to this hash, as necessary, "..., 8192) = 8192
read(6, "rse(\"?one=two&one=three\").query_"..., 8192) = 8192
read(6, "= nil || uri.path.empty?\n "..., 8192) = 8192
read(6, "ormalize\n # This is a speci"..., 8192) = 8192
read(6, "&& ((parent != SELF_REF && paren"..., 8192) = 2505
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable/uri.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=76233, ...}) = 0
brk(0x1757000) = 0x1757000
brk(0x177b000) = 0x177b000
brk(0x179f000) = 0x179f000
brk(0x17c3000) = 0x17c3000
brk(0x17e7000) = 0x17e7000
brk(0x180b000) = 0x180b000
brk(0x182f000) = 0x182f000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable/version", 0x7fffedc27de0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable/version.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=891, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable/version.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=891, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=891, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable/version.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=891, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=891, ...}) = 0
read(6, "# encoding:utf-8\n#--\n# Copyright"..., 8192) = 891
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable/version.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=891, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable/idna", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable/idna.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=824, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable/idna.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=824, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=824, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable/idna.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=824, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28ca0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=824, ...}) = 0
read(6, "# encoding:utf-8\n#--\n# Copyright"..., 8192) = 824
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable/idna.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=824, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable/idna/native", 0x7fffedc277d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable/idna/native.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1089, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable/idna/native.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1089, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1089, ...}) = 0
close(6) = 0
getuid() = 1000
geteuid() = 1000
getgid() = 1000
getegid() = 1000
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable/idna/native.rb", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1089, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc28690) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1089, ...}) = 0
read(6, "# encoding:utf-8\n#--\n# Copyright"..., 8192) = 1089
read(6, "", 8192) = 0
close(6) = 0
lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=12288, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable/idna", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
lstat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/addressable/idna/native.rb", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1089, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/idn", 0x7fffedc271d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/idn.rb", 0x7fffedc271d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/idn.so", 0x7fffedc271d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/idn", 0x7fffedc271d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/idn.rb", 0x7fffedc271d0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/idn.so", 0x7fffedc271d0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/idn.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/idn.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/idn.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/idn.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/idn.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/idn.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/idn.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/idn.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/idn.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/idn.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/idn.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/idn.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/idn.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/idn.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/idn.rb", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.5/lib/idn.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.3.0/lib/idn.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.3/idn.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.3/lib/idn.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0/idn.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0/lib/idn.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.2/lib/idn.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/idn.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux/idn.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/site_ruby/idn.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/idn.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/idn.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/vendor_ruby/idn.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/idn.so", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/ruby/1.9.1/x86_64-linux/idn.so", O_RDONLY) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/gems/POpen4-0.1.4/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/POpen4-0.1.4/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/POpen4-0.1.4/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/Platform-0.4.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/Platform-0.4.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/Platform-0.4.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.8/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-1.4.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-1.4.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/actionpack-1.4.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/active_support-3.0.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/active_support-3.0.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/active_support-3.0.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.12/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.12/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.12/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.11/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.11/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.11/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.9/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.9/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.9/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.8/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.8/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activemodel-3.2.8/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.12/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.11/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.9/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.9/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.9/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-3.2.8/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-4.0.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-4.0.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-4.0.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.12/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.11/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.9/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.9/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.9/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.2.8/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-3.0.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.3.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.2.6/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.2.6/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/addressable-2.2.6/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/archive-tar-minitar-0.5.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/archive-tar-minitar-0.5.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/archive-tar-minitar-0.5.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/arel-3.0.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/async_sinatra-0.5.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/async_sinatra-0.5.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/async_sinatra-0.5.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/atomic-1.1.15/gem.build_complete", {st_mode=S_IFREG|S_ISVTX|0777, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/atomic-1.1.15/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/atomic-1.1.15/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/atomic-1.1.15/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/atomic-1.1.15/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/atomic-1.1.15/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/atomic-1.1.15/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bigdecimal-1.1.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bigdecimal-1.1.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bigdecimal-1.1.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bitly-0.9.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bitly-0.9.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bitly-0.9.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bitly-0.8.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bitly-0.8.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bitly-0.8.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bitly-0.8.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bitly-0.8.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bitly-0.8.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.3/../../extensions/x86_64-linux/1.9.1-static/bond-0.4.3/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.3/../../extensions/x86_64-linux/1.9.1-static/bond-0.4.3/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.3/../../extensions/x86_64-linux/1.9.1-static/bond-0.4.3/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.2/../../extensions/x86_64-linux/1.9.1-static/bond-0.4.2/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.2/../../extensions/x86_64-linux/1.9.1-static/bond-0.4.2/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.2/../../extensions/x86_64-linux/1.9.1-static/bond-0.4.2/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bond-0.4.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.10.0.rc0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.10.0.rc0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.10.0.rc0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.9.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.9.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.9.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.9.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.9.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.9.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.8.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.8.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.8.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.7.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.7.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.7.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.6.4/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.6.4/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson-1.6.4/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/bson_ext-1.9.2/gem.build_complete", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/bson_ext-1.9.2/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/bson_ext-1.9.2/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/bson_ext-1.9.2/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.9.2/ext/bson_ext/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.9.2/ext/bson_ext/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.9.2/ext/bson_ext/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.9.1/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.9.1/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.9.1/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.9.1/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.9.1/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.9.1/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.9.1/ext/bson_ext/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.9.1/ext/bson_ext/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.9.1/ext/bson_ext/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.8.2/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.8.2/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.8.2/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.8.2/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.8.2/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.8.2/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.8.2/ext/bson_ext/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.8.2/ext/bson_ext/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.8.2/ext/bson_ext/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.7.0/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.7.0/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.7.0/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.7.0/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.7.0/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.7.0/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.7.0/ext/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.7.0/ext/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.7.0/ext/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.6.4/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.6.4/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.6.4/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.6.4/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.6.4/../../extensions/x86_64-linux/1.9.1-static/bson_ext-1.6.4/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.6.4/ext/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.6.4/ext/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bson_ext-1.6.4/ext/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/builder-3.2.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/builder-3.2.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/builder-3.2.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/builder-3.0.4/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/builder-3.0.4/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/builder-3.0.4/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/builder-3.0.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/builder-3.0.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/builder-3.0.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.8/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.8/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.3.0.pre.8/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.2.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.2.0.rc.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.2.0.rc.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.2.0.rc.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.9.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.9.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.9.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.9.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.9.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.9.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.8.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.8.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.8.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.7.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.7.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/chronic-0.7.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/closure-compiler-1.1.10/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/closure-compiler-1.1.10/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/closure-compiler-1.1.10/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/closure-compiler-1.1.8/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/closure-compiler-1.1.8/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/closure-compiler-1.1.8/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coderay-1.0.8/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coderay-1.0.8/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coderay-1.0.8/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coffee-script-2.2.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coffee-script-2.2.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coffee-script-2.2.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coffee-script-source-1.6.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coffee-script-source-1.6.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coffee-script-source-1.6.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coffee-script-source-1.4.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coffee-script-source-1.4.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/coffee-script-source-1.4.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/colorize-0.6.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/colorize-0.6.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/colorize-0.6.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/colorize-0.5.8/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/colorize-0.5.8/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/colorize-0.5.8/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/columnize-0.3.6/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/columnize-0.3.6/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/columnize-0.3.6/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cookiejar-0.3.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/crack-0.3.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/crack-0.3.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/crack-0.3.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/crack-0.3.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/crack-0.3.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/crack-0.3.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cri-2.1.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cri-2.1.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/cri-2.1.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/daemons-1.1.9/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/daemons-1.1.9/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/daemons-1.1.9/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/debugger-ruby_core_source-1.3.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/debugger-ruby_core_source-1.3.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/debugger-ruby_core_source-1.3.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/diff-lcs-1.1.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/diff-lcs-1.1.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/diff-lcs-1.1.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/el_finder-1.1.8/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/el_finder-1.1.8/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/el_finder-1.1.8/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/el_finder-1.1.6/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/el_finder-1.1.6/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/el_finder-1.1.6/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/el_finder-1.0.21/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/el_finder-1.0.21/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/el_finder-1.0.21/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-ftp-client-0.0.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-ftp-client-0.0.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-ftp-client-0.0.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.1.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.0.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.0.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.0.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.0.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.0.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-http-request-1.0.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-minitest-spec-1.1.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-minitest-spec-1.1.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-minitest-spec-1.1.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-mongo-0.4.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-mongo-0.4.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-mongo-0.4.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-proxy-0.1.8/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-proxy-0.1.8/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-proxy-0.1.8/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-resolv-replace-1.1.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-resolv-replace-1.1.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-resolv-replace-1.1.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.2.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.2.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-socksify-0.2.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-synchrony-1.0.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-synchrony-1.0.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-synchrony-1.0.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-websocket-0.4.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-websocket-0.4.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-websocket-0.4.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-websocket-0.3.8/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-websocket-0.3.8/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-websocket-0.3.8/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-websocket-0.3.7/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-websocket-0.3.7/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/em-websocket-0.3.7/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/erubis-2.7.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/erubis-2.7.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/erubis-2.7.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.0/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.0/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.0/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.rc.4/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.0.rc.4/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.rc.4/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.0.rc.4/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.rc.4/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.0.rc.4/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.rc.4/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.rc.4/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.rc.4/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.beta.4/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.0.beta.4/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.beta.4/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.0.beta.4/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.beta.4/../../extensions/x86_64-linux/1.9.1-static/eventmachine-1.0.0.beta.4/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.beta.4/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.beta.4/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-1.0.0.beta.4/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/eventmachine-le-1.1.6.gemspec", {st_mode=S_IFREG|0644, st_size=9719, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/eventmachine-le-1.1.6.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=9719, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=9719, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27ce0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=9719, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 9719) = 9719
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-le-1.1.6/gem.build_complete", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-le-1.1.6/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-le-1.1.6/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/eventmachine-le-1.1.6/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-le-1.1.6/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-le-1.1.6/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-le-1.1.6/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-tail-0.6.4/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-tail-0.6.4/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-tail-0.6.4/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-tail-0.6.4/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-tail-0.6.4/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-tail-0.6.4/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-tail-0.6.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-tail-0.6.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-tail-0.6.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-tail-0.6.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-tail-0.6.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/eventmachine-tail-0.6.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/execjs-1.4.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/execjs-1.4.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/execjs-1.4.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/faraday-0.8.7/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/faraday-0.8.7/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/faraday-0.8.7/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/faraday-0.8.6/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/faraday-0.8.6/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/faraday-0.8.6/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/faraday-0.8.5/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/faraday-0.8.5/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/faraday-0.8.5/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/faraday-0.8.4/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/faraday-0.8.4/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/faraday-0.8.4/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/fast_xor-1.1.1/../../extensions/x86_64-linux/1.9.1-static/fast_xor-1.1.1/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/fast_xor-1.1.1/../../extensions/x86_64-linux/1.9.1-static/fast_xor-1.1.1/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/fast_xor-1.1.1/../../extensions/x86_64-linux/1.9.1-static/fast_xor-1.1.1/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/fast_xor-1.1.1/lib/fast_xor/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/fast_xor-1.1.1/lib/fast_xor/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/fast_xor-1.1.1/lib/fast_xor/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/faster_xml_simple-0.5.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/faster_xml_simple-0.5.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/faster_xml_simple-0.5.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/faye-websocket-0.7.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/faye-websocket-0.7.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/faye-websocket-0.7.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.9.0/../../extensions/x86_64-linux/1.9.1-static/ffi-1.9.0/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.9.0/../../extensions/x86_64-linux/1.9.1-static/ffi-1.9.0/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.9.0/../../extensions/x86_64-linux/1.9.1-static/ffi-1.9.0/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.9.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.9.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.9.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.9.0/ext/ffi_c/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.9.0/ext/ffi_c/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.9.0/ext/ffi_c/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/../../extensions/x86_64-linux/1.9.1-static/ffi-1.4.0/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/../../extensions/x86_64-linux/1.9.1-static/ffi-1.4.0/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/../../extensions/x86_64-linux/1.9.1-static/ffi-1.4.0/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/ext/ffi_c/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/ext/ffi_c/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.4.0/ext/ffi_c/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.3.1/../../extensions/x86_64-linux/1.9.1-static/ffi-1.3.1/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.3.1/../../extensions/x86_64-linux/1.9.1-static/ffi-1.3.1/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.3.1/../../extensions/x86_64-linux/1.9.1-static/ffi-1.3.1/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.3.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.3.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.3.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.3.1/ext/ffi_c/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.3.1/ext/ffi_c/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.3.1/ext/ffi_c/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.1.5/../../extensions/x86_64-linux/1.9.1-static/ffi-1.1.5/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.1.5/../../extensions/x86_64-linux/1.9.1-static/ffi-1.1.5/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.1.5/../../extensions/x86_64-linux/1.9.1-static/ffi-1.1.5/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.1.5/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.1.5/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.1.5/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.1.5/ext/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.1.5/ext/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ffi-1.1.5/ext/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/file-tail-1.0.11/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/file-tail-1.0.11/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/file-tail-1.0.11/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/guard-1.6.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/guard-1.6.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/guard-1.6.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/guard-minitest-0.5.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/guard-minitest-0.5.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/guard-minitest-0.5.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/guard-rspec-2.4.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/guard-rspec-2.4.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/guard-rspec-2.4.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/haml-4.0.5/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/haml-4.0.5/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/haml-4.0.5/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/haml-4.0.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/haml-4.0.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/haml-4.0.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/haml-4.0.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/haml-4.0.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/haml-4.0.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/haml-3.1.8/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/haml-3.1.8/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/haml-3.1.8/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/haml-3.1.7/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/haml-3.1.7/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/haml-3.1.7/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/happening-0.2.5/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/happening-0.2.5/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/happening-0.2.5/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/highline-1.6.21/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/highline-1.6.21/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/highline-1.6.21/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/hike-1.2.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/hike-1.2.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/hike-1.2.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/hoe-3.9.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/hoe-3.9.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/hoe-3.9.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/htmlentities-4.3.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/htmlentities-4.3.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/htmlentities-4.3.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0.beta.2/../../extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0.beta.2/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0.beta.2/../../extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0.beta.2/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0.beta.2/../../extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.6.0.beta.2/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0.beta.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0.beta.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.6.0.beta.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.5.3/../../extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.5.3/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.5.3/../../extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.5.3/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.5.3/../../extensions/x86_64-linux/1.9.1-static/http_parser.rb-0.5.3/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.5.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.5.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/http_parser.rb-0.5.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/httparty-0.11.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/httparty-0.11.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/httparty-0.11.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/httparty-0.10.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/httparty-0.10.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/httparty-0.10.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/httparty-0.9.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/httparty-0.9.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/httparty-0.9.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/httparty-0.8.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/httparty-0.8.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/httparty-0.8.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/httpauth-0.2.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/httpauth-0.2.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/httpauth-0.2.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/httpauth-0.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/httpauth-0.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/httpauth-0.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/httpclient-2.3.4.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/httpclient-2.3.4.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/httpclient-2.3.4.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/i18n-0.6.9/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/i18n-0.6.9/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/i18n-0.6.9/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/i18n-0.6.5/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/i18n-0.6.5/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/i18n-0.6.5/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/i18n-0.6.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/i18n-0.6.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/i18n-0.6.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/i18n-0.6.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/i18n-0.6.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/i18n-0.6.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/i18n-0.6.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/i18n-0.6.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/i18n-0.6.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/image_size-1.1.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/image_size-1.1.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/image_size-1.1.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/image_size-1.1.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/image_size-1.1.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/image_size-1.1.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/io-console-0.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/io-console-0.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/io-console-0.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/journey-1.0.4/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.8.0/../../extensions/x86_64-linux/1.9.1-static/json-1.8.0/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.8.0/../../extensions/x86_64-linux/1.9.1-static/json-1.8.0/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.8.0/../../extensions/x86_64-linux/1.9.1-static/json-1.8.0/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.8.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.8.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.8.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.7/../../extensions/x86_64-linux/1.9.1-static/json-1.7.7/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.7/../../extensions/x86_64-linux/1.9.1-static/json-1.7.7/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.7/../../extensions/x86_64-linux/1.9.1-static/json-1.7.7/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.7/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.7/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.7/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.6/../../extensions/x86_64-linux/1.9.1-static/json-1.7.6/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.6/../../extensions/x86_64-linux/1.9.1-static/json-1.7.6/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.6/../../extensions/x86_64-linux/1.9.1-static/json-1.7.6/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.6/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.6/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.6/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.5/../../extensions/x86_64-linux/1.9.1-static/json-1.7.5/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.5/../../extensions/x86_64-linux/1.9.1-static/json-1.7.5/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.5/../../extensions/x86_64-linux/1.9.1-static/json-1.7.5/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.5/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.5/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.7.5/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.5.5/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.5.5/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.5.5/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.5.4/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.5.4/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/json-1.5.4/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/jwt-0.1.8/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/jwt-0.1.8/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/jwt-0.1.8/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/jwt-0.1.5/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/jwt-0.1.5/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/jwt-0.1.5/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/kgio-2.9.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1578, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/kgio-2.9.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1578, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1578, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27ce0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1578, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 1578) = 1578
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/kgio-2.9.2/gem.build_complete", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/kgio-2.9.2/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/kgio-2.9.2/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/kgio-2.9.2/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/kgio-2.9.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/kgio-2.9.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/kgio-2.9.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/libxml-ruby-2.7.0/../../extensions/x86_64-linux/1.9.1-static/libxml-ruby-2.7.0/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/libxml-ruby-2.7.0/../../extensions/x86_64-linux/1.9.1-static/libxml-ruby-2.7.0/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/libxml-ruby-2.7.0/../../extensions/x86_64-linux/1.9.1-static/libxml-ruby-2.7.0/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/libxml-ruby-2.7.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/libxml-ruby-2.7.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/libxml-ruby-2.7.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/linecache19-0.5.13/../../extensions/x86_64-linux/1.9.1-static/linecache19-0.5.13/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/linecache19-0.5.13/../../extensions/x86_64-linux/1.9.1-static/linecache19-0.5.13/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/linecache19-0.5.13/../../extensions/x86_64-linux/1.9.1-static/linecache19-0.5.13/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/linecache19-0.5.13/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/linecache19-0.5.13/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/linecache19-0.5.13/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/listen-0.7.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/listen-0.7.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/listen-0.7.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/lumberjack-1.0.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/lumberjack-1.0.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/lumberjack-1.0.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/method_source-0.8.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/method_source-0.8.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/method_source-0.8.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mini_portile-0.5.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mini_portile-0.5.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mini_portile-0.5.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/minitest-4.6.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/minitest-4.6.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/minitest-4.6.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/minitest-2.5.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/minitest-2.5.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/minitest-2.5.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mongo-1.9.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mongo-1.9.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mongo-1.9.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mongo-1.9.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mongo-1.9.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mongo-1.9.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mongo-1.8.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mongo-1.8.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mongo-1.8.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mongo-1.7.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mongo-1.7.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mongo-1.7.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mongo-1.6.4/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mongo-1.6.4/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mongo-1.6.4/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mongo_mapper-0.12.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mongo_mapper-0.12.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mongo_mapper-0.12.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mongo_mapper-0.11.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mongo_mapper-0.11.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mongo_mapper-0.11.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.5/../../extensions/x86_64-linux/1.9.1-static/msgpack-0.5.5/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.5/../../extensions/x86_64-linux/1.9.1-static/msgpack-0.5.5/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.5/../../extensions/x86_64-linux/1.9.1-static/msgpack-0.5.5/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.5/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.5/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.5/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.3/../../extensions/x86_64-linux/1.9.1-static/msgpack-0.5.3/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.3/../../extensions/x86_64-linux/1.9.1-static/msgpack-0.5.3/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.3/../../extensions/x86_64-linux/1.9.1-static/msgpack-0.5.3/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.2/../../extensions/x86_64-linux/1.9.1-static/msgpack-0.5.2/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.2/../../extensions/x86_64-linux/1.9.1-static/msgpack-0.5.2/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.2/../../extensions/x86_64-linux/1.9.1-static/msgpack-0.5.2/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.1/../../extensions/x86_64-linux/1.9.1-static/msgpack-0.5.1/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.1/../../extensions/x86_64-linux/1.9.1-static/msgpack-0.5.1/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.1/../../extensions/x86_64-linux/1.9.1-static/msgpack-0.5.1/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.5.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.4.7/../../extensions/x86_64-linux/1.9.1-static/msgpack-0.4.7/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.4.7/../../extensions/x86_64-linux/1.9.1-static/msgpack-0.4.7/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.4.7/../../extensions/x86_64-linux/1.9.1-static/msgpack-0.4.7/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.4.7/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.4.7/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/msgpack-0.4.7/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_json-1.9.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_json-1.9.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_json-1.9.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_json-1.7.7/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_json-1.7.7/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_json-1.7.7/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_json-1.6.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_json-1.6.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_json-1.6.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_json-1.6.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_json-1.6.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_json-1.6.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_json-1.5.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_json-1.5.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_json-1.5.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_json-1.3.6/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_json-1.3.6/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_json-1.3.6/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_xml-0.5.4/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_xml-0.5.4/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_xml-0.5.4/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_xml-0.5.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_xml-0.5.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_xml-0.5.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_xml-0.5.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_xml-0.5.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_xml-0.5.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_xml-0.5.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_xml-0.5.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multi_xml-0.5.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multipart-post-1.2.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multipart-post-1.2.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multipart-post-1.2.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multipart-post-1.1.5/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multipart-post-1.1.5/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/multipart-post-1.1.5/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
brk(0x1850000) = 0x1850000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.9.1/../../extensions/x86_64-linux/1.9.1-static/mysql-2.9.1/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.9.1/../../extensions/x86_64-linux/1.9.1-static/mysql-2.9.1/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.9.1/../../extensions/x86_64-linux/1.9.1-static/mysql-2.9.1/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.9.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.9.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.9.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.9.0/../../extensions/x86_64-linux/1.9.1-static/mysql-2.9.0/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.9.0/../../extensions/x86_64-linux/1.9.1-static/mysql-2.9.0/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.9.0/../../extensions/x86_64-linux/1.9.1-static/mysql-2.9.0/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.9.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.9.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.9.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.8.1/../../extensions/x86_64-linux/1.9.1-static/mysql-2.8.1/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.8.1/../../extensions/x86_64-linux/1.9.1-static/mysql-2.8.1/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.8.1/../../extensions/x86_64-linux/1.9.1-static/mysql-2.8.1/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.8.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.8.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.8.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.8.1/ext/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.8.1/ext/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/mysql-2.8.1/ext/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/net-ftp-list-3.2.5/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/net-ftp-list-3.2.5/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/net-ftp-list-3.2.5/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/net-ftp-list-3.2.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/net-ftp-list-3.2.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/net-ftp-list-3.2.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/net-github-upload-0.0.8/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/net-github-upload-0.0.8/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/net-github-upload-0.0.8/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.0/../../extensions/x86_64-linux/1.9.1-static/nokogiri-1.6.0/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.0/../../extensions/x86_64-linux/1.9.1-static/nokogiri-1.6.0/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.0/../../extensions/x86_64-linux/1.9.1-static/nokogiri-1.6.0/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.6.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.5.6/../../extensions/x86_64-linux/1.9.1-static/nokogiri-1.5.6/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.5.6/../../extensions/x86_64-linux/1.9.1-static/nokogiri-1.5.6/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.5.6/../../extensions/x86_64-linux/1.9.1-static/nokogiri-1.5.6/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.5.6/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.5.6/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.5.6/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.5.5/../../extensions/x86_64-linux/1.9.1-static/nokogiri-1.5.5/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.5.5/../../extensions/x86_64-linux/1.9.1-static/nokogiri-1.5.5/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.5.5/../../extensions/x86_64-linux/1.9.1-static/nokogiri-1.5.5/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.5.5/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.5.5/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/nokogiri-1.5.5/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/oauth2-0.8.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/oauth2-0.8.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/oauth2-0.8.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/oauth2-0.8.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/oauth2-0.8.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/oauth2-0.8.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ocra-1.3.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ocra-1.3.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ocra-1.3.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/open4-1.3.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/open4-1.3.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/open4-1.3.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/paint-0.8.6/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/paint-0.8.6/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/paint-0.8.6/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/paint-0.8.5/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/paint-0.8.5/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/paint-0.8.5/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/perftools.rb-2.0.1.gemspec", {st_mode=S_IFREG|0644, st_size=827, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/perftools.rb-2.0.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=827, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=827, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27ce0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=827, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 827) = 827
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/perftools.rb-2.0.1/gem.build_complete", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/perftools.rb-2.0.1/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/perftools.rb-2.0.1/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/perftools.rb-2.0.1/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/perftools.rb-2.0.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/perftools.rb-2.0.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/perftools.rb-2.0.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/plucky-0.5.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/plucky-0.5.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/plucky-0.5.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/plucky-0.5.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/plucky-0.5.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/plucky-0.5.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/preforker-0.1.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/preforker-0.1.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/preforker-0.1.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/pry-0.9.12/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/pry-0.9.12/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/pry-0.9.12/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-1.5.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-1.5.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-1.5.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-1.5.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-1.5.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-1.5.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
brk(0x1871000) = 0x1871000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-1.4.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-cache-1.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-cache-1.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-cache-1.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-flash3-1.0.5/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-flash3-1.0.5/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-flash3-1.0.5/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-google-analytics-0.11.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-google-analytics-0.11.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-google-analytics-0.11.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-protection-1.5.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-protection-1.5.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-protection-1.5.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-protection-1.5.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-protection-1.5.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-protection-1.5.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-protection-1.3.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-protection-1.3.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-protection-1.3.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-protection-1.2.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-protection-1.2.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-protection-1.2.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-stream-0.0.5/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-stream-0.0.5/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-stream-0.0.5/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-test-0.6.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-test-0.6.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-test-0.6.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-test-0.6.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-test-0.6.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rack-test-0.6.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rainbow-2.0.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rainbow-2.0.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rainbow-2.0.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rainbow-1.1.4/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rainbow-1.1.4/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rainbow-1.1.4/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/raindrops-0.13.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=3431, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/raindrops-0.13.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3431, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3431, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27ce0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3431, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 3431) = 3431
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/raindrops-0.13.0/gem.build_complete", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/raindrops-0.13.0/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/raindrops-0.13.0/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/raindrops-0.13.0/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/raindrops-0.13.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/raindrops-0.13.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/raindrops-0.13.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rake-10.1.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rake-10.1.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rake-10.1.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rake-10.0.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rake-10.0.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rake-10.0.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
brk(0x1892000) = 0x1892000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rake-0.9.2.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rake-0.9.2.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rake-0.9.2.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rake-compiler-0.8.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rake-compiler-0.8.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rake-compiler-0.8.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rake-compiler-0.8.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rake-compiler-0.8.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rake-compiler-0.8.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rake-compiler-0.8.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rake-compiler-0.8.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rake-compiler-0.8.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rb-inotify-0.9.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rb-inotify-0.9.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rb-inotify-0.9.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rb-inotify-0.8.8/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rb-inotify-0.8.8/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rb-inotify-0.8.8/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rbtrace-0.4.1/../../extensions/x86_64-linux/1.9.1-static/rbtrace-0.4.1/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rbtrace-0.4.1/../../extensions/x86_64-linux/1.9.1-static/rbtrace-0.4.1/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rbtrace-0.4.1/../../extensions/x86_64-linux/1.9.1-static/rbtrace-0.4.1/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rbtrace-0.4.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rbtrace-0.4.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rbtrace-0.4.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rbtrace-0.3.18/../../extensions/x86_64-linux/1.9.1-static/rbtrace-0.3.18/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rbtrace-0.3.18/../../extensions/x86_64-linux/1.9.1-static/rbtrace-0.3.18/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rbtrace-0.3.18/../../extensions/x86_64-linux/1.9.1-static/rbtrace-0.3.18/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rbtrace-0.3.18/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rbtrace-0.3.18/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rbtrace-0.3.18/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdiscount-2.1.6/../../extensions/x86_64-linux/1.9.1-static/rdiscount-2.1.6/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdiscount-2.1.6/../../extensions/x86_64-linux/1.9.1-static/rdiscount-2.1.6/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdiscount-2.1.6/../../extensions/x86_64-linux/1.9.1-static/rdiscount-2.1.6/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdiscount-2.1.6/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdiscount-2.1.6/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdiscount-2.1.6/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdiscount-2.0.7/../../extensions/x86_64-linux/1.9.1-static/rdiscount-2.0.7/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdiscount-2.0.7/../../extensions/x86_64-linux/1.9.1-static/rdiscount-2.0.7/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdiscount-2.0.7/../../extensions/x86_64-linux/1.9.1-static/rdiscount-2.0.7/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdiscount-2.0.7/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdiscount-2.0.7/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdiscount-2.0.7/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdiscount-1.6.8/../../extensions/x86_64-linux/1.9.1-static/rdiscount-1.6.8/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdiscount-1.6.8/../../extensions/x86_64-linux/1.9.1-static/rdiscount-1.6.8/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdiscount-1.6.8/../../extensions/x86_64-linux/1.9.1-static/rdiscount-1.6.8/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdiscount-1.6.8/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdiscount-1.6.8/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdiscount-1.6.8/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdoc-3.9.5/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdoc-3.9.5/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdoc-3.9.5/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdoc-3.9.4/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdoc-3.9.4/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rdoc-3.9.4/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/releasy-0.2.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/releasy-0.2.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/releasy-0.2.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rexec-1.6.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rexec-1.6.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rexec-1.6.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rexec-1.5.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rexec-1.5.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rexec-1.5.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ripl-0.7.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ripl-0.7.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ripl-0.7.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ripl-color_result-0.4.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ripl-color_result-0.4.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ripl-color_result-0.4.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ripl-readline-em-0.2.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ripl-readline-em-0.2.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ripl-readline-em-0.2.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rspec-2.12.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rspec-2.12.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rspec-2.12.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rspec-core-2.12.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rspec-core-2.12.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rspec-core-2.12.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rspec-expectations-2.12.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rspec-expectations-2.12.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rspec-expectations-2.12.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rspec-mocks-2.12.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rspec-mocks-2.12.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rspec-mocks-2.12.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
brk(0x18b3000) = 0x18b3000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby-debug-base19-0.11.25/../../extensions/x86_64-linux/1.9.1-static/ruby-debug-base19-0.11.25/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby-debug-base19-0.11.25/../../extensions/x86_64-linux/1.9.1-static/ruby-debug-base19-0.11.25/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby-debug-base19-0.11.25/../../extensions/x86_64-linux/1.9.1-static/ruby-debug-base19-0.11.25/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby-debug-base19-0.11.25/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby-debug-base19-0.11.25/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby-debug-base19-0.11.25/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby-debug-base19x-0.11.30.pre10/../../extensions/x86_64-linux/1.9.1-static/ruby-debug-base19x-0.11.30.pre10/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby-debug-base19x-0.11.30.pre10/../../extensions/x86_64-linux/1.9.1-static/ruby-debug-base19x-0.11.30.pre10/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby-debug-base19x-0.11.30.pre10/../../extensions/x86_64-linux/1.9.1-static/ruby-debug-base19x-0.11.30.pre10/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby-debug-base19x-0.11.30.pre10/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby-debug-base19x-0.11.30.pre10/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby-debug-base19x-0.11.30.pre10/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby-debug-ide-0.4.17.beta16/../../extensions/x86_64-linux/1.9.1-static/ruby-debug-ide-0.4.17.beta16/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby-debug-ide-0.4.17.beta16/../../extensions/x86_64-linux/1.9.1-static/ruby-debug-ide-0.4.17.beta16/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby-debug-ide-0.4.17.beta16/../../extensions/x86_64-linux/1.9.1-static/ruby-debug-ide-0.4.17.beta16/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby-debug-ide-0.4.17.beta16/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby-debug-ide-0.4.17.beta16/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby-debug-ide-0.4.17.beta16/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby2ruby-1.3.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby2ruby-1.3.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby2ruby-1.3.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby_core_source-0.1.5/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby_core_source-0.1.5/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby_core_source-0.1.5/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby_parser-2.3.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby_parser-2.3.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/ruby_parser-2.3.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rubydns-0.7.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rubydns-0.7.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rubydns-0.7.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rubydns-0.6.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rubydns-0.6.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rubydns-0.6.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rubydns-0.5.4/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rubydns-0.5.4/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rubydns-0.5.4/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rubydns-0.4.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rubydns-0.4.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rubydns-0.4.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rubygems-update-2.2.2/hide_lib_for_update/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rubygems-update-2.2.2/hide_lib_for_update/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rubygems-update-2.2.2/hide_lib_for_update/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rubygems-update-1.8.25/hide_lib_for_update/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rubygems-update-1.8.25/hide_lib_for_update/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rubygems-update-1.8.25/hide_lib_for_update/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rubygems-update-1.8.24/hide_lib_for_update/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rubygems-update-1.8.24/hide_lib_for_update/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rubygems-update-1.8.24/hide_lib_for_update/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rufus-scheduler-2.0.22/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rufus-scheduler-2.0.22/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rufus-scheduler-2.0.22/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rufus-scheduler-2.0.19/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rufus-scheduler-2.0.19/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rufus-scheduler-2.0.19/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rufus-scheduler-2.0.17/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rufus-scheduler-2.0.17/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/rufus-scheduler-2.0.17/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sequel-4.0.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sequel-4.0.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sequel-4.0.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sequel-3.44.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sequel-3.44.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sequel-3.44.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sequel-3.43.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sequel-3.43.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sequel-3.43.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sequel-3.40.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sequel-3.40.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sequel-3.40.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sequel-3.38.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sequel-3.38.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sequel-3.38.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sexp_processor-3.2.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sexp_processor-3.2.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sexp_processor-3.2.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sinatra-1.4.4/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sinatra-1.4.4/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sinatra-1.4.4/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
brk(0x18d4000) = 0x18d4000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sinatra-1.3.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sinatra-1.3.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sinatra-1.3.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sinatra-flash-0.3.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sinatra-flash-0.3.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sinatra-flash-0.3.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sinatra-websocket-0.2.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sinatra-websocket-0.2.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sinatra-websocket-0.2.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sinatra-websocket-0.1.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sinatra-websocket-0.1.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sinatra-websocket-0.1.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/slop-3.4.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/slop-3.4.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/slop-3.4.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sourcify-0.4.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sourcify-0.4.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sourcify-0.4.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sprockets-2.1.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sprockets-2.1.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sprockets-2.1.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sys-proctable-0.9.2-universal-linux/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sys-proctable-0.9.2-universal-linux/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sys-proctable-0.9.2-universal-linux/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sys-proctable-0.9.2-universal-linux/lib/linux/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sys-proctable-0.9.2-universal-linux/lib/linux/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/sys-proctable-0.9.2-universal-linux/lib/linux/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/terminal-table-1.4.5/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/terminal-table-1.4.5/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/terminal-table-1.4.5/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thin-2.0.0.pre/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thin-2.0.0.pre/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thin-2.0.0.pre/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/thin-1.6.2.gemspec", {st_mode=S_IFREG|0644, st_size=1548, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/thin-1.6.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1548, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=1548, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27ce0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=1548, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 1548) = 1548
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/thin-1.6.2/gem.build_complete", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/thin-1.6.2/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/thin-1.6.2/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/thin-1.6.2/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thin-1.6.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thin-1.6.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thin-1.6.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thin-1.3.1/../../extensions/x86_64-linux/1.9.1-static/thin-1.3.1/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thin-1.3.1/../../extensions/x86_64-linux/1.9.1-static/thin-1.3.1/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thin-1.3.1/../../extensions/x86_64-linux/1.9.1-static/thin-1.3.1/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thin-1.3.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thin-1.3.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thin-1.3.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thin_async-0.1.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thin_async-0.1.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thin_async-0.1.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thor-0.17.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thor-0.17.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thor-0.17.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thor-0.14.6/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thread_safe-0.2.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thread_safe-0.2.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/thread_safe-0.2.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/tilt-1.4.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/tilt-1.4.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/tilt-1.4.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
brk(0x18f5000) = 0x18f5000
stat("/usr/local/lib/ruby/gems/1.9.1/gems/tilt-1.3.3/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/tilt-1.3.3/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/tilt-1.3.3/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/tins-0.5.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/tins-0.5.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/tins-0.5.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/trollop-2.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/trollop-2.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/trollop-2.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/tzinfo-1.1.0/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/tzinfo-1.1.0/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/tzinfo-1.1.0/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/tzinfo-0.3.37/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/tzinfo-0.3.37/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/tzinfo-0.3.37/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/tzinfo-0.3.35/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/tzinfo-0.3.35/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/tzinfo-0.3.35/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/tzinfo-0.3.33/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/tzinfo-0.3.33/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/tzinfo-0.3.33/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/unicorn-4.8.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=3231, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/unicorn-4.8.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3231, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3231, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27ce0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=3231, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 3231) = 3231
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/unicorn-4.8.2/gem.build_complete", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/unicorn-4.8.2/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/unicorn-4.8.2/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/unicorn-4.8.2/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/unicorn-4.8.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/unicorn-4.8.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/unicorn-4.8.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/websocket-driver-0.3.2.gemspec", {st_mode=S_IFREG|0644, st_size=1546, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/websocket-driver-0.3.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1546, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=1546, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27ce0) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=1546, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 1546) = 1546
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/websocket-driver-0.3.2/gem.build_complete", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
brk(0x1916000) = 0x1916000
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/websocket-driver-0.3.2/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/websocket-driver-0.3.2/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/extensions/x86_64-linux/1.9.1-static/websocket-driver-0.3.2/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/websocket-driver-0.3.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/websocket-driver-0.3.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/websocket-driver-0.3.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/wirb-1.0.1/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/wirb-1.0.1/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/wirb-1.0.1/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/wirb-0.4.2/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/wirb-0.4.2/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/wirb-0.4.2/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/yui-compressor-0.9.6/lib/idn", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/yui-compressor-0.9.6/lib/idn.rb", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/gems/yui-compressor-0.9.6/lib/idn.so", 0x7fffedc271c0) = -1 ENOENT (No such file or directory)
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/activesupport-4.0.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1956, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activesupport-4.0.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1956, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1956, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27940) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1956, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 1956) = 1956
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/activesupport-3.2.12.gemspec", {st_mode=S_IFREG|0644, st_size=1428, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/activesupport-3.2.12.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1428, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=1428, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27940) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=1428, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 1428) = 1428
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/bson-1.10.0.rc0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2281, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/bson-1.10.0.rc0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2281, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2281, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27940) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2281, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 2281) = 2281
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/builder-3.2.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1224, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/builder-3.2.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1224, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1224, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27940) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1224, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 1224) = 1224
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/debugger-ruby_core_source-1.3.2.gemspec", {st_mode=S_IFREG|0644, st_size=1346, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/debugger-ruby_core_source-1.3.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1346, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=1346, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27940) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=1346, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 1346) = 1346
brk(0x1939000) = 0x1939000
read(6, "", 8192) = 0
brk(0x1937000) = 0x1937000
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/em-mongo-0.4.3.gemspec", {st_mode=S_IFREG|0644, st_size=1213, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-mongo-0.4.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1213, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=1213, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27940) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=1213, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 1213) = 1213
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/em-resolv-replace-1.1.3.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1231, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/em-resolv-replace-1.1.3.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1231, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1231, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27940) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1231, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 1231) = 1231
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/faye-websocket-0.7.2.gemspec", {st_mode=S_IFREG|0644, st_size=2728, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/faye-websocket-0.7.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=2728, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=2728, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27940) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=2728, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 2728) = 2728
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/haml-4.0.5.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2531, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/haml-4.0.5.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2531, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2531, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27940) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2531, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 2531) = 2531
read(6, "", 8192) = 0
close(6) = 0
brk(0x195b000) = 0x195b000
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/highline-1.6.21.gemspec", {st_mode=S_IFREG|0644, st_size=1158, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/highline-1.6.21.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1158, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=1158, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27940) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=1158, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 1158) = 1158
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/hoe-3.9.0.gemspec", {st_mode=S_IFREG|0644, st_size=3231, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/hoe-3.9.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=3231, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=3231, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27940) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=3231, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 3231) = 3231
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/i18n-0.6.9.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1601, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/i18n-0.6.9.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1601, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1601, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27940) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=1601, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 1601) = 1601
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/mongo-1.9.2.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2421, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/mongo-1.9.2.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2421, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2421, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27940) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2421, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 2421) = 2421
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_json-1.9.0.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=2560, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/multi_json-1.9.0.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2560, ...}) = 0
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2560, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27940) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|S_ISVTX|0777, st_size=2560, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 2560) = 2560
read(6, "", 8192) = 0
close(6) = 0
brk(0x197c000) = 0x197c000
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/preforker-0.1.1.gemspec", {st_mode=S_IFREG|0644, st_size=1289, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/preforker-0.1.1.gemspec", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1289, ...}) = 0
fstat(6, {st_mode=S_IFREG|0644, st_size=1289, ...}) = 0
ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffedc27940) = -1 ENOTTY (Inappropriate ioctl for device)
fstat(6, {st_mode=S_IFREG|0644, st_size=1289, ...}) = 0
lseek(6, 0, SEEK_CUR) = 0
read(6, "# -*- encoding: utf-8 -*-\n# stub"..., 1289) = 1289
read(6, "", 8192) = 0
close(6) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=245, ...}) = 0
stat("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-flash3-1.0.5.gemspec", {st_mode=S_IFREG|S_ISVTX|0777, st_size=1044, ...}) = 0
open("/usr/local/lib/ruby/gems/1.9.1/specifications/rack-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment