Skip to content

Instantly share code, notes, and snippets.

@am11
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save am11/ee8e8e1fa2bf39516c15 to your computer and use it in GitHub Desktop.
Save am11/ee8e8e1fa2bf39516c15 to your computer and use it in GitHub Desktop.
strace for node-sass
05:21:03.907437 execve("/usr/bin/node", ["node", "node_modules/.bin/mocha", "test"], [/* 33 vars */]) = 0
05:21:03.907735 brk(0) = 0x1061000
05:21:03.907832 access("/etc/ld.so.nohwcap", F_OK) = 0
05:21:03.907912 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff105daa000
05:21:03.908006 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
05:21:03.908515 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
05:21:03.908664 fstat(3, {st_mode=S_IFREG|0644, st_size=54653, ...}) = 0
05:21:03.908790 mmap(NULL, 54653, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ff105d9c000
05:21:03.908901 close(3) = 0
05:21:03.909022 access("/etc/ld.so.nohwcap", F_OK) = 0
05:21:03.909122 open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
05:21:03.909261 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
05:21:03.909403 fstat(3, {st_mode=S_IFREG|0644, st_size=14768, ...}) = 0
05:21:03.909516 mmap(NULL, 2109704, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff105986000
05:21:03.909669 mprotect(0x7ff105988000, 2097152, PROT_NONE) = 0
05:21:03.909829 mmap(0x7ff105b88000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ff105b88000
05:21:03.909974 close(3) = 0
05:21:03.910072 access("/etc/ld.so.nohwcap", F_OK) = 0
05:21:03.910179 open("/lib/x86_64-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
05:21:03.910265 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340!\0\0\0\0\0\0"..., 832) = 832
05:21:03.910363 fstat(3, {st_mode=S_IFREG|0644, st_size=31752, ...}) = 0
05:21:03.910458 mmap(NULL, 2128984, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff10577e000
05:21:03.910540 mprotect(0x7ff105785000, 2093056, PROT_NONE) = 0
05:21:03.910698 mmap(0x7ff105984000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7ff105984000
05:21:03.910838 close(3) = 0
05:21:03.910954 access("/etc/ld.so.nohwcap", F_OK) = 0
05:21:03.911039 open("/usr/lib/x86_64-linux-gnu/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 3
05:21:03.911156 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\272\5\0\0\0\0\0"..., 832) = 832
05:21:03.911283 fstat(3, {st_mode=S_IFREG|0644, st_size=979024, ...}) = 0
05:21:03.911379 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff105d9b000
05:21:03.911456 mmap(NULL, 3159040, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff10547a000
05:21:03.911553 mprotect(0x7ff105560000, 2093056, PROT_NONE) = 0
05:21:03.911751 mmap(0x7ff10575f000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe5000) = 0x7ff10575f000
05:21:03.911964 mmap(0x7ff105769000, 82944, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff105769000
05:21:03.912223 close(3) = 0
05:21:03.912406 access("/etc/ld.so.nohwcap", F_OK) = 0
05:21:03.912560 open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
05:21:03.912798 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0pU\0\0\0\0\0\0"..., 832) = 832
05:21:03.913090 fstat(3, {st_mode=S_IFREG|0644, st_size=1030512, ...}) = 0
05:21:03.913172 mmap(NULL, 3125544, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff10517e000
05:21:03.913262 mprotect(0x7ff105279000, 2093056, PROT_NONE) = 0
05:21:03.914003 mmap(0x7ff105478000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xfa000) = 0x7ff105478000
05:21:03.914129 close(3) = 0
05:21:03.914221 access("/etc/ld.so.nohwcap", F_OK) = 0
05:21:03.914320 open("/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
05:21:03.914446 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320*\0\0\0\0\0\0"..., 832) = 832
05:21:03.914549 fstat(3, {st_mode=S_IFREG|0644, st_size=88376, ...}) = 0
05:21:03.914763 mmap(NULL, 2184192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff104f68000
05:21:03.914896 mprotect(0x7ff104f7d000, 2093056, PROT_NONE) = 0
05:21:03.915011 mmap(0x7ff10517c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7ff10517c000
05:21:03.915164 close(3) = 0
05:21:03.915274 access("/etc/ld.so.nohwcap", F_OK) = 0
05:21:03.915376 open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
05:21:03.915480 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200l\0\0\0\0\0\0"..., 832) = 832
05:21:03.915572 fstat(3, {st_mode=S_IFREG|0755, st_size=135366, ...}) = 0
05:21:03.915694 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff105d9a000
05:21:03.915874 mmap(NULL, 2212904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff104d4b000
05:21:03.916014 mprotect(0x7ff104d63000, 2093056, PROT_NONE) = 0
05:21:03.916134 mmap(0x7ff104f62000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7ff104f62000
05:21:03.916238 mmap(0x7ff104f64000, 13352, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff104f64000
05:21:03.916346 close(3) = 0
05:21:03.916445 access("/etc/ld.so.nohwcap", F_OK) = 0
05:21:03.916550 open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
05:21:03.916807 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\30\2\0\0\0\0\0"..., 832) = 832
05:21:03.916948 fstat(3, {st_mode=S_IFREG|0755, st_size=1811128, ...}) = 0
05:21:03.917098 mmap(NULL, 3925176, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff10498c000
05:21:03.917240 mprotect(0x7ff104b41000, 2093056, PROT_NONE) = 0
05:21:03.917388 mmap(0x7ff104d40000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b4000) = 0x7ff104d40000
05:21:03.917552 mmap(0x7ff104d46000, 17592, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff104d46000
05:21:03.917731 close(3) = 0
05:21:03.918016 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff105d99000
05:21:03.918117 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff105d97000
05:21:03.918197 arch_prctl(ARCH_SET_FS, 0x7ff105d97740) = 0
05:21:03.918473 mprotect(0x7ff104d40000, 16384, PROT_READ) = 0
05:21:03.919129 mprotect(0x7ff104f62000, 4096, PROT_READ) = 0
05:21:03.919327 mprotect(0x7ff10517c000, 4096, PROT_READ) = 0
05:21:03.919429 mprotect(0x7ff105478000, 4096, PROT_READ) = 0
05:21:03.919913 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff105d96000
05:21:03.920122 mprotect(0x7ff10575f000, 32768, PROT_READ) = 0
05:21:03.920233 mprotect(0x7ff105984000, 4096, PROT_READ) = 0
05:21:03.920328 mprotect(0x7ff105b88000, 4096, PROT_READ) = 0
05:21:03.920459 mprotect(0xe52000, 4096, PROT_READ) = 0
05:21:03.920568 mprotect(0x7ff105dac000, 4096, PROT_READ) = 0
05:21:03.920816 munmap(0x7ff105d9c000, 54653) = 0
05:21:03.921007 set_tid_address(0x7ff105d97a10) = 20335
05:21:03.921132 set_robust_list(0x7ff105d97a20, 0x18) = 0
05:21:03.921230 futex(0x7fffcbcdfa5c, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7ff105d97740) = -1 EAGAIN (Resource temporarily unavailable)
05:21:03.921354 rt_sigaction(SIGRTMIN, {0x7ff104d51750, [], SA_RESTORER|SA_SIGINFO, 0x7ff104d5acb0}, NULL, 8) = 0
05:21:03.921496 rt_sigaction(SIGRT_1, {0x7ff104d517e0, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7ff104d5acb0}, NULL, 8) = 0
05:21:03.921603 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
05:21:03.921752 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
05:21:03.922032 brk(0) = 0x1061000
05:21:03.922148 brk(0x1082000) = 0x1082000
05:21:03.922307 getrlimit(RLIMIT_DATA, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0
05:21:03.922497 pipe2([3, 4], O_CLOEXEC) = 0
05:21:03.922682 write(4, "*", 1) = 1
05:21:03.922770 futex(0xe727a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
05:21:03.922867 clock_gettime(CLOCK_MONOTONIC, {180611, 429703500}) = 0
05:21:03.922992 epoll_create1(O_CLOEXEC) = 5
05:21:03.923122 pipe2([6, 7], O_NONBLOCK|O_CLOEXEC) = 0
05:21:03.923221 eventfd2(0, O_NONBLOCK|O_CLOEXEC) = 8
05:21:03.923336 ioctl(0, FIOCLEX) = 0
05:21:03.923453 ioctl(1, FIOCLEX) = 0
05:21:03.923534 ioctl(2, FIOCLEX) = 0
05:21:03.923629 ioctl(3, FIOCLEX) = 0
05:21:03.923696 ioctl(4, FIOCLEX) = 0
05:21:03.923783 ioctl(5, FIOCLEX) = 0
05:21:03.923870 ioctl(6, FIOCLEX) = 0
05:21:03.923950 ioctl(7, FIOCLEX) = 0
05:21:03.924032 ioctl(8, FIOCLEX) = 0
05:21:03.924107 ioctl(9, FIOCLEX) = -1 EBADF (Bad file descriptor)
05:21:03.924201 ioctl(10, FIOCLEX) = -1 EBADF (Bad file descriptor)
05:21:03.924305 ioctl(11, FIOCLEX) = -1 EBADF (Bad file descriptor)
05:21:03.924386 ioctl(12, FIOCLEX) = -1 EBADF (Bad file descriptor)
05:21:03.924495 ioctl(13, FIOCLEX) = -1 EBADF (Bad file descriptor)
05:21:03.924609 ioctl(14, FIOCLEX) = -1 EBADF (Bad file descriptor)
05:21:03.924733 ioctl(15, FIOCLEX) = -1 EBADF (Bad file descriptor)
05:21:03.924837 ioctl(16, FIOCLEX) = -1 EBADF (Bad file descriptor)
05:21:03.924933 rt_sigaction(SIGPIPE, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7ff104d5acb0}, NULL, 8) = 0
05:21:03.925044 rt_sigaction(SIGINT, {0x94d830, ~[RTMIN RT_1], SA_RESTORER, 0x7ff104d5acb0}, NULL, 8) = 0
05:21:03.925135 rt_sigaction(SIGTERM, {0x94d830, ~[RTMIN RT_1], SA_RESTORER, 0x7ff104d5acb0}, NULL, 8) = 0
05:21:03.925234 rt_sigprocmask(SIG_SETMASK, ~[RTMIN RT_1], [], 8) = 0
05:21:03.925327 read(3, "*", 1) = 1
05:21:03.925475 rt_sigaction(SIGUSR1, {0x9a9e40, ~[RTMIN RT_1], SA_RESTORER, 0x7ff104d5acb0}, NULL, 8) = 0
05:21:03.925577 write(4, "*", 1) = 1
05:21:03.925681 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
05:21:03.925762 clock_getres(0x5 /* CLOCK_??? */, {0, 4000000}) = 0
05:21:03.925869 clock_gettime(CLOCK_REALTIME, {1420032063, 925911200}) = 0
05:21:03.925991 mmap(0x27ec3a67b000, 4096, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x27ec3a67b000
05:21:03.926122 mmap(0x27ec3a67b000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x27ec3a67b000
05:21:03.926313 munmap(0x27ec3a67b000, 4096) = 0
05:21:03.926479 mmap(0x2093fff0c000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2093fff0c000
05:21:03.926711 mprotect(0x2093fff0c000, 4096, PROT_READ|PROT_EXEC) = 0
05:21:03.926840 mmap(0x28f1d83a4000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x28f1d83a4000
05:21:03.926934 mprotect(0x28f1d83a4000, 4096, PROT_READ|PROT_EXEC) = 0
05:21:03.927030 mmap(0x33330aee000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x33330aee000
05:21:03.927142 mprotect(0x33330aee000, 4096, PROT_READ|PROT_EXEC) = 0
05:21:03.927241 mmap(0x1961acb83000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x1961acb83000
05:21:03.927336 mprotect(0x1961acb83000, 4096, PROT_READ|PROT_EXEC) = 0
05:21:03.927433 mmap(0x1358bdc4b000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x1358bdc4b000
05:21:03.927523 mprotect(0x1358bdc4b000, 4096, PROT_READ|PROT_EXEC) = 0
05:21:03.927752 brk(0x10a9000) = 0x10a9000
05:21:03.928039 gettid() = 20335
05:21:03.928148 mmap(0x3c6c8ada1000, 67108864, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x3c6c8ada1000
05:21:03.928242 munmap(0x3c6c8ada1000, 19263488) = 0
05:21:03.928329 munmap(0x3c6c8e000000, 14290944) = 0
05:21:03.928433 mmap(0x3c6c8cf00000, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x3c6c8cf00000
05:21:03.928586 mmap(0x8ff6d30e000, 536870912, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x8ff6d30e000
05:21:03.928720 mmap(0x184bec5d7000, 1200128, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x184bec5d7000
05:21:03.928822 munmap(0x184bec5d7000, 167936) = 0
05:21:03.928924 munmap(0x184bec625000, 880640) = 0
05:21:03.929011 mmap(0x184bec600000, 147712, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x184bec600000
05:21:03.929111 mmap(0x1e5b7a4ec000, 1265664, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x1e5b7a4ec000
05:21:03.929222 munmap(0x1e5b7a4ec000, 81920) = 0
05:21:03.929323 munmap(0x1e5b7a535000, 966656) = 0
05:21:03.929393 mmap(0x1e5b7a500000, 213248, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x1e5b7a500000
05:21:03.929523 mmap(0x1e32b63c8000, 1593344, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x1e32b63c8000
05:21:03.929648 munmap(0x1e32b63c8000, 229376) = 0
05:21:03.929930 munmap(0x1e32b6485000, 819200) = 0
05:21:03.930196 mmap(0x1e32b6400000, 540928, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x1e32b6400000
05:21:03.930906 mmap(0x8ff6d400000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x8ff6d400000
05:21:03.931031 mprotect(0x8ff6d405000, 4096, PROT_NONE) = 0
05:21:03.931111 mmap(0x8ff6d406000, 1019904, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x8ff6d406000
05:21:03.931245 mprotect(0x8ff6d4ff000, 4096, PROT_NONE) = 0
05:21:03.932682 mmap(0x35561bb30000, 393216, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x35561bb30000
05:21:03.932841 mmap(0x29419deac000, 2097152, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x29419deac000
05:21:03.932973 mmap(0x29419deac000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x29419deac000
05:21:03.933098 mmap(0x35561bb40000, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x35561bb40000
05:21:03.933538 mmap(NULL, 69632, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7ff105d85000
05:21:03.933722 mprotect(0x7ff105d85000, 4096, PROT_NONE) = 0
05:21:03.933836 clone(Process 20336 attached
child_stack=0x7ff105d94fb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7ff105d959d0, tls=0x7ff105d95700, child_tidptr=0x7ff105d959d0) = 20336
[pid 20335] 05:21:03.934071 clock_gettime(CLOCK_REALTIME, {1420032063, 934116300}) = 0
[pid 20335] 05:21:03.934310 mmap(0x2dbc1f39000, 1200128, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x2dbc1f39000
[pid 20335] 05:21:03.934488 munmap(0x2dbc1f39000, 815104) = 0
[pid 20335] 05:21:03.934669 munmap(0x2dbc2025000, 233472) = 0
[pid 20335] 05:21:03.934763 mmap(0x2dbc2000000, 147712, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2dbc2000000
[pid 20335] 05:21:03.935094 brk(0x10ca000) = 0x10ca000
[pid 20335] 05:21:03.935760 mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff105d64000
[pid 20335] 05:21:03.936476 munmap(0x7ff105d64000, 135168) = 0
[pid 20335] 05:21:03.937953 brk(0x1108000) = 0x1108000
[pid 20335] 05:21:03.938507 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...>
[pid 20336] 05:21:03.938626 set_robust_list(0x7ff105d959e0, 0x18) = 0
[pid 20336] 05:21:03.938795 prctl(PR_SET_NAME, 0x1091de0, 0, 0, 0) = 0
[pid 20336] 05:21:03.938950 open("/sys/devices/system/cpu/online", O_RDONLY|O_CLOEXEC) = 9
[pid 20336] 05:21:03.939101 read(9, "0\n", 8192) = 2
[pid 20336] 05:21:03.939223 close(9) = 0
[pid 20336] 05:21:03.939347 mmap(NULL, 134217728, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x7ff0fc98c000
[pid 20336] 05:21:03.939476 munmap(0x7ff0fc98c000, 57098240) = 0
[pid 20336] 05:21:03.939653 munmap(0x7ff104000000, 10010624) = 0
[pid 20336] 05:21:03.939783 mprotect(0x7ff100000000, 135168, PROT_READ|PROT_WRITE) = 0
[pid 20336] 05:21:03.939900 futex(0x7ff1000008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20335] 05:21:03.939981 <... mmap resumed> ) = 0x7ff105d44000
[pid 20335] 05:21:03.940951 mmap(NULL, 532480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff105cc2000
[pid 20335] 05:21:03.941398 open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 9
[pid 20335] 05:21:03.941563 fstat(9, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
[pid 20335] 05:21:03.941722 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff105da9000
[pid 20335] 05:21:03.941845 read(9, "MemTotal: 493708 kB\nMemF"..., 1024) = 1024
[pid 20335] 05:21:03.942032 close(9) = 0
[pid 20335] 05:21:03.942157 munmap(0x7ff105da9000, 4096) = 0
[pid 20335] 05:21:03.942459 munmap(0x7ff105cc2000, 532480) = 0
[pid 20335] 05:21:03.942705 munmap(0x7ff105d44000, 266240) = 0
[pid 20335] 05:21:03.942894 futex(0x7ff1000008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20336] 05:21:03.943034 <... futex resumed> ) = 0
[pid 20336] 05:21:03.943800 nanosleep({0, 900000}, <unfinished ...>
[pid 20335] 05:21:03.943884 <... futex resumed> ) = 1
[pid 20335] 05:21:03.945708 brk(0x112c000) = 0x112c000
[pid 20335] 05:21:03.946206 brk(0x116c000) = 0x116c000
[pid 20335] 05:21:03.947354 brk(0x11ee000) = 0x11ee000
[pid 20335] 05:21:03.948139 brk(0x10e8000) = 0x10e8000
[pid 20335] 05:21:03.948854 brk(0x1119000) = 0x1119000
[pid 20335] 05:21:03.949259 brk(0x115b000) = 0x115b000
[pid 20336] 05:21:03.950621 <... nanosleep resumed> NULL) = 0
[pid 20336] 05:21:03.951316 futex(0x7ff1000008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20335] 05:21:03.951833 futex(0x7ff1000008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20336] 05:21:03.952061 <... futex resumed> ) = 0
[pid 20336] 05:21:03.952233 nanosleep({0, 900000}, <unfinished ...>
[pid 20335] 05:21:03.952302 <... futex resumed> ) = 1
[pid 20335] 05:21:03.957725 readlink("/proc/self/exe", "/usr/bin/nodejs", 8191) = 15
[pid 20336] 05:21:03.958649 <... nanosleep resumed> NULL) = 0
[pid 20336] 05:21:03.958754 futex(0x7ff1000008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20335] 05:21:03.959452 futex(0x7ff1000008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20336] 05:21:03.959539 <... futex resumed> ) = 0
[pid 20336] 05:21:03.959625 nanosleep({0, 900000}, <unfinished ...>
[pid 20335] 05:21:03.959694 <... futex resumed> ) = 1
[pid 20335] 05:21:03.964180 brk(0x11d6000) = 0x11d6000
[pid 20336] 05:21:03.966770 <... nanosleep resumed> NULL) = 0
[pid 20336] 05:21:03.966981 futex(0x7ff1000008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20335] 05:21:03.967092 futex(0x7ff1000008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20336] 05:21:03.967164 <... futex resumed> ) = 0
[pid 20336] 05:21:03.967234 nanosleep({0, 900000}, <unfinished ...>
[pid 20335] 05:21:03.967314 <... futex resumed> ) = 1
[pid 20335] 05:21:03.969505 getcwd("/temp/node-sass", 4096) = 16
[pid 20335] 05:21:03.971573 getcwd("/temp/node-sass", 4096) = 16
[pid 20336] 05:21:03.974681 <... nanosleep resumed> NULL) = 0
[pid 20336] 05:21:03.974878 futex(0x7ff1000008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20335] 05:21:03.975121 futex(0x7ff1000008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20336] 05:21:03.975237 <... futex resumed> ) = 0
[pid 20336] 05:21:03.975325 nanosleep({0, 900000}, <unfinished ...>
[pid 20335] 05:21:03.975369 <... futex resumed> ) = 1
[pid 20335] 05:21:03.976459 brk(0x1217000) = 0x1217000
[pid 20335] 05:21:03.978712 brk(0x1298000) = 0x1298000
[pid 20336] 05:21:03.982653 <... nanosleep resumed> NULL) = 0
[pid 20336] 05:21:03.982880 futex(0x7ff1000008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20335] 05:21:03.983227 futex(0x7ff1000008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20336] 05:21:03.983335 <... futex resumed> ) = 0
[pid 20336] 05:21:03.983429 nanosleep({0, 900000}, <unfinished ...>
[pid 20335] 05:21:03.983478 <... futex resumed> ) = 1
[pid 20335] 05:21:03.985900 stat("/temp/node-sass/node_modules/.bin/mocha", {st_mode=S_IFREG|0775, st_size=1572, ...}) = 0
[pid 20335] 05:21:03.986203 clock_gettime(CLOCK_REALTIME, {1420032063, 986264500}) = 0
[pid 20335] 05:21:03.986429 clock_gettime(CLOCK_REALTIME, {1420032063, 986638900}) = 0
[pid 20335] 05:21:03.987004 clock_gettime(CLOCK_REALTIME, {1420032063, 987075800}) = 0
[pid 20335] 05:21:03.988077 lstat("/temp", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
[pid 20335] 05:21:03.988257 clock_gettime(CLOCK_REALTIME, {1420032063, 988327500}) = 0
[pid 20335] 05:21:03.988394 clock_gettime(CLOCK_REALTIME, {1420032063, 988443900}) = 0
[pid 20335] 05:21:03.988495 clock_gettime(CLOCK_REALTIME, {1420032063, 988531100}) = 0
[pid 20335] 05:21:03.988878 lstat("/temp/node-sass", {st_mode=S_IFDIR|S_ISUID|S_ISGID|0777, st_size=4096, ...}) = 0
[pid 20335] 05:21:03.989052 clock_gettime(CLOCK_REALTIME, {1420032063, 989095700}) = 0
[pid 20335] 05:21:03.989163 clock_gettime(CLOCK_REALTIME, {1420032063, 989192300}) = 0
[pid 20335] 05:21:03.989242 clock_gettime(CLOCK_REALTIME, {1420032063, 989269700}) = 0
[pid 20335] 05:21:03.989350 lstat("/temp/node-sass/node_modules", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20335] 05:21:03.989458 clock_gettime(CLOCK_REALTIME, {1420032063, 989486200}) = 0
[pid 20335] 05:21:03.989534 clock_gettime(CLOCK_REALTIME, {1420032063, 989561900}) = 0
[pid 20335] 05:21:03.989818 clock_gettime(CLOCK_REALTIME, {1420032063, 989943200}) = 0
[pid 20335] 05:21:03.990153 lstat("/temp/node-sass/node_modules/.bin", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20336] 05:21:03.996780 <... nanosleep resumed> NULL) = 0
[pid 20336] 05:21:03.996842 nanosleep({0, 900000}, <unfinished ...>
[pid 20335] 05:21:03.996915 clock_gettime(CLOCK_REALTIME, {1420032063, 996936100}) = 0
[pid 20335] 05:21:03.996971 clock_gettime(CLOCK_REALTIME, {1420032063, 996984000}) = 0
[pid 20335] 05:21:03.997007 clock_gettime(CLOCK_REALTIME, {1420032063, 997019300}) = 0
[pid 20335] 05:21:03.997084 lstat("/temp/node-sass/node_modules/.bin/mocha", {st_mode=S_IFLNK|0777, st_size=18, ...}) = 0
[pid 20335] 05:21:03.997144 clock_gettime(CLOCK_REALTIME, {1420032063, 997157000}) = 0
[pid 20335] 05:21:03.997179 clock_gettime(CLOCK_REALTIME, {1420032063, 997190700}) = 0
[pid 20335] 05:21:03.997225 clock_gettime(CLOCK_REALTIME, {1420032063, 997244800}) = 0
[pid 20335] 05:21:03.997453 stat("/temp/node-sass/node_modules/.bin/mocha", {st_mode=S_IFREG|0775, st_size=1572, ...}) = 0
[pid 20335] 05:21:03.997520 clock_gettime(CLOCK_REALTIME, {1420032063, 997531700}) = 0
[pid 20335] 05:21:03.997552 clock_gettime(CLOCK_REALTIME, {1420032063, 997563500}) = 0
[pid 20335] 05:21:03.997583 clock_gettime(CLOCK_REALTIME, {1420032063, 997594400}) = 0
[pid 20335] 05:21:03.997678 readlink("/temp/node-sass/node_modules/.bin/mocha", "../mocha/bin/mocha"..., 4096) = 18
[pid 20335] 05:21:03.997819 lstat("/temp/node-sass/node_modules/mocha", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20335] 05:21:03.997876 clock_gettime(CLOCK_REALTIME, {1420032063, 997889500}) = 0
[pid 20335] 05:21:03.997910 clock_gettime(CLOCK_REALTIME, {1420032063, 997921300}) = 0
[pid 20335] 05:21:03.997941 clock_gettime(CLOCK_REALTIME, {1420032063, 997951500}) = 0
[pid 20335] 05:21:03.997985 lstat("/temp/node-sass/node_modules/mocha/bin", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20335] 05:21:03.998033 clock_gettime(CLOCK_REALTIME, {1420032063, 998045300}) = 0
[pid 20335] 05:21:03.998066 clock_gettime(CLOCK_REALTIME, {1420032063, 998076800}) = 0
[pid 20335] 05:21:03.998096 clock_gettime(CLOCK_REALTIME, {1420032063, 998106800}) = 0
[pid 20335] 05:21:03.998134 lstat("/temp/node-sass/node_modules/mocha/bin/mocha", {st_mode=S_IFREG|0775, st_size=1572, ...}) = 0
[pid 20335] 05:21:03.998180 clock_gettime(CLOCK_REALTIME, {1420032063, 998191800}) = 0
[pid 20335] 05:21:03.998212 clock_gettime(CLOCK_REALTIME, {1420032063, 998222400}) = 0
[pid 20335] 05:21:03.998241 clock_gettime(CLOCK_REALTIME, {1420032063, 998252000}) = 0
[pid 20335] 05:21:03.999790 open("/temp/node-sass/node_modules/mocha/bin/mocha", O_RDONLY) = 9
[pid 20335] 05:21:03.999992 fstat(9, {st_mode=S_IFREG|0775, st_size=1572, ...}) = 0
[pid 20335] 05:21:04.000087 clock_gettime(CLOCK_REALTIME, {1420032064, 102100}) = 0
[pid 20335] 05:21:04.000125 clock_gettime(CLOCK_REALTIME, {1420032064, 137000}) = 0
[pid 20335] 05:21:04.000157 clock_gettime(CLOCK_REALTIME, {1420032064, 167700}) = 0
[pid 20335] 05:21:04.002261 read(9, "#!/usr/bin/env node\n\n/**\n * This"..., 1572) = 1572
[pid 20336] 05:21:04.003413 <... nanosleep resumed> NULL) = 0
[pid 20336] 05:21:04.003589 futex(0x7ff1000008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20335] 05:21:04.003713 futex(0x7ff1000008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20336] 05:21:04.003875 <... futex resumed> ) = 0
[pid 20336] 05:21:04.004057 nanosleep({0, 900000}, <unfinished ...>
[pid 20335] 05:21:04.004112 <... futex resumed> ) = 1
[pid 20335] 05:21:04.004744 close(9) = 0
[pid 20336] 05:21:04.010849 <... nanosleep resumed> NULL) = 0
[pid 20336] 05:21:04.014141 futex(0x7ff1000008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20335] 05:21:04.014221 clock_gettime(CLOCK_MONOTONIC, {180611, 521105500}) = 0
[pid 20335] 05:21:04.014405 open("/etc/resolv.conf", O_RDONLY) = 9
[pid 20335] 05:21:04.014511 fstat(9, {st_mode=S_IFREG|0644, st_size=191, ...}) = 0
[pid 20335] 05:21:04.014617 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff105da9000
[pid 20335] 05:21:04.014698 read(9, "# Dynamic resolv.conf(5) file fo"..., 4096) = 191
[pid 20335] 05:21:04.014800 read(9, "", 4096) = 0
[pid 20335] 05:21:04.014877 close(9) = 0
[pid 20335] 05:21:04.014965 munmap(0x7ff105da9000, 4096) = 0
[pid 20335] 05:21:04.015054 open("/etc/nsswitch.conf", O_RDONLY) = 9
[pid 20335] 05:21:04.015135 fstat(9, {st_mode=S_IFREG|0644, st_size=475, ...}) = 0
[pid 20335] 05:21:04.015211 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff105da9000
[pid 20335] 05:21:04.015282 read(9, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 475
[pid 20335] 05:21:04.015367 read(9, "", 4096) = 0
[pid 20335] 05:21:04.015434 close(9) = 0
[pid 20335] 05:21:04.015501 munmap(0x7ff105da9000, 4096) = 0
[pid 20335] 05:21:04.015579 open("/dev/urandom", O_RDONLY) = 9
[pid 20335] 05:21:04.015662 fstat(9, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
[pid 20335] 05:21:04.015746 ioctl(9, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fffcbcde778) = -1 EINVAL (Invalid argument)
[pid 20335] 05:21:04.015842 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff105da9000
[pid 20335] 05:21:04.015911 read(9, "\1\2624_\307}\264\2019zOL\240Vx\266H\2\252\232\344\374^\317\25\351a\210e\3228\310"..., 4096) = 4096
[pid 20335] 05:21:04.016468 close(9) = 0
[pid 20335] 05:21:04.016554 munmap(0x7ff105da9000, 4096) = 0
[pid 20335] 05:21:04.016870 futex(0x7ff1000008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20336] 05:21:04.016976 <... futex resumed> ) = 0
[pid 20336] 05:21:04.017039 nanosleep({0, 900000}, <unfinished ...>
[pid 20335] 05:21:04.017152 <... futex resumed> ) = 1
[pid 20335] 05:21:04.018754 mmap(0x3ec8a2056000, 2097152, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x3ec8a2056000
[pid 20335] 05:21:04.019185 munmap(0x3ec8a2056000, 696320) = 0
[pid 20335] 05:21:04.019415 munmap(0x3ec8a2200000, 352256) = 0
[pid 20335] 05:21:04.019612 mmap(0x3ec8a2100000, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x3ec8a2100000
[pid 20336] 05:21:04.023359 <... nanosleep resumed> NULL) = 0
[pid 20336] 05:21:04.023900 nanosleep({0, 900000}, <unfinished ...>
[pid 20335] 05:21:04.025323 clock_gettime(CLOCK_REALTIME, {1420032064, 25588200}) = 0
[pid 20335] 05:21:04.025900 clock_gettime(CLOCK_REALTIME, {1420032064, 25989600}) = 0
[pid 20335] 05:21:04.026368 mmap(0x23c91893a000, 2097152, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x23c91893a000
[pid 20335] 05:21:04.026661 munmap(0x23c91893a000, 811008) = 0
[pid 20335] 05:21:04.026896 munmap(0x23c918b00000, 237568) = 0
[pid 20335] 05:21:04.027070 mmap(0x23c918a00000, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x23c918a00000
[pid 20335] 05:21:04.028178 pipe2([9, 10], O_CLOEXEC) = 0
[pid 20335] 05:21:04.028827 rt_sigprocmask(SIG_SETMASK, ~[RTMIN RT_1], [], 8) = 0
[pid 20335] 05:21:04.029020 read(3, "*", 1) = 1
[pid 20335] 05:21:04.029328 rt_sigaction(SIGCHLD, {0x9a9e40, ~[RTMIN RT_1], SA_RESTORER, 0x7ff104d5acb0}, NULL, 8) = 0
[pid 20335] 05:21:04.029435 write(4, "*", 1) = 1
[pid 20336] 05:21:04.035565 <... nanosleep resumed> NULL) = 0
[pid 20336] 05:21:04.035690 futex(0x7ff1000008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20335] 05:21:04.035738 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
[pid 20335] 05:21:04.035806 clone(Process 20337 attached
child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7ff105d97a10) = 20337
[pid 20335] 05:21:04.036164 close(10) = 0
[pid 20335] 05:21:04.036225 read(9, <unfinished ...>
[pid 20337] 05:21:04.036272 set_robust_list(0x7ff105d97a20, 0x18) = 0
[pid 20337] 05:21:04.036327 ioctl(0, FIONCLEX) = 0
[pid 20337] 05:21:04.036359 ioctl(0, FIONBIO, [0]) = 0
[pid 20337] 05:21:04.036390 ioctl(1, FIONCLEX) = 0
[pid 20337] 05:21:04.036414 ioctl(1, FIONBIO, [0]) = 0
[pid 20337] 05:21:04.036440 ioctl(2, FIONCLEX) = 0
[pid 20337] 05:21:04.036464 ioctl(2, FIONBIO, [0]) = 0
[pid 20337] 05:21:04.036541 execve("/usr/local/rvm/gems/ruby-2.1.3/bin/node", ["node", "/temp/node-sass/node_modules/moc"..., "test"], [/* 33 vars */]) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.036630 execve("/usr/local/rvm/gems/ruby-2.1.3@global/bin/node", ["node", "/temp/node-sass/node_modules/moc"..., "test"], [/* 33 vars */]) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.036684 execve("/usr/local/rvm/rubies/ruby-2.1.3/bin/node", ["node", "/temp/node-sass/node_modules/moc"..., "test"], [/* 33 vars */]) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.036729 execve("/usr/local/sbin/node", ["node", "/temp/node-sass/node_modules/moc"..., "test"], [/* 33 vars */]) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.036772 execve("/usr/local/bin/node", ["node", "/temp/node-sass/node_modules/moc"..., "test"], [/* 33 vars */]) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.036824 execve("/usr/sbin/node", ["node", "/temp/node-sass/node_modules/moc"..., "test"], [/* 33 vars */]) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.036876 execve("/usr/bin/node", ["node", "/temp/node-sass/node_modules/moc"..., "test"], [/* 33 vars */] <unfinished ...>
[pid 20335] 05:21:04.037683 <... read resumed> "", 4) = 0
[pid 20335] 05:21:04.037726 close(9) = 0
[pid 20335] 05:21:04.037811 futex(0x7ff1000008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20336] 05:21:04.037835 <... futex resumed> ) = 0
[pid 20335] 05:21:04.037840 <... futex resumed> ) = 1
[pid 20336] 05:21:04.037867 nanosleep({0, 900000}, <unfinished ...>
[pid 20335] 05:21:04.038561 rt_sigprocmask(SIG_SETMASK, ~[RTMIN RT_1], [], 8) = 0
[pid 20335] 05:21:04.038880 read(3, "*", 1) = 1
[pid 20335] 05:21:04.038920 rt_sigaction(SIGINT, {0x9a9e40, ~[RTMIN RT_1], SA_RESTORER, 0x7ff104d5acb0}, NULL, 8) = 0
[pid 20335] 05:21:04.038955 write(4, "*", 1) = 1
[pid 20335] 05:21:04.038982 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
[pid 20335] 05:21:04.039177 clock_gettime(CLOCK_MONOTONIC, {180611, 546034100}) = 0
[pid 20335] 05:21:04.039340 epoll_ctl(5, EPOLL_CTL_ADD, 6, {EPOLLIN, {u32=6, u64=6}}) = 0
[pid 20335] 05:21:04.039429 epoll_ctl(5, EPOLL_CTL_ADD, 8, {EPOLLIN, {u32=8, u64=8}}) = 0
[pid 20335] 05:21:04.039501 epoll_wait(5, <unfinished ...>
[pid 20337] 05:21:04.039541 <... execve resumed> ) = 0
[pid 20337] 05:21:04.039688 brk(0) = 0x20b6000
[pid 20337] 05:21:04.040104 access("/etc/ld.so.nohwcap", F_OK) = 0
[pid 20337] 05:21:04.040712 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ce4299000
[pid 20337] 05:21:04.040826 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.040964 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
[pid 20337] 05:21:04.041386 fstat(3, {st_mode=S_IFREG|0644, st_size=54653, ...}) = 0
[pid 20337] 05:21:04.041667 mmap(NULL, 54653, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f6ce428b000
[pid 20337] 05:21:04.041935 close(3) = 0
[pid 20337] 05:21:04.041974 access("/etc/ld.so.nohwcap", F_OK) = 0
[pid 20337] 05:21:04.042144 open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
[pid 20337] 05:21:04.042302 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
[pid 20337] 05:21:04.042503 fstat(3, {st_mode=S_IFREG|0644, st_size=14768, ...}) = 0
[pid 20336] 05:21:04.042772 <... nanosleep resumed> NULL) = 0
[pid 20336] 05:21:04.042878 futex(0x7ff1000008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.042966 mmap(NULL, 2109704, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6ce3e75000
[pid 20337] 05:21:04.043134 mprotect(0x7f6ce3e77000, 2097152, PROT_NONE) = 0
[pid 20337] 05:21:04.043291 mmap(0x7f6ce4077000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f6ce4077000
[pid 20337] 05:21:04.043472 close(3) = 0
[pid 20337] 05:21:04.043603 access("/etc/ld.so.nohwcap", F_OK) = 0
[pid 20337] 05:21:04.043799 open("/lib/x86_64-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
[pid 20337] 05:21:04.043971 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340!\0\0\0\0\0\0"..., 832) = 832
[pid 20337] 05:21:04.044113 fstat(3, {st_mode=S_IFREG|0644, st_size=31752, ...}) = 0
[pid 20337] 05:21:04.044280 mmap(NULL, 2128984, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6ce3c6d000
[pid 20337] 05:21:04.044452 mprotect(0x7f6ce3c74000, 2093056, PROT_NONE) = 0
[pid 20337] 05:21:04.044633 mmap(0x7f6ce3e73000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f6ce3e73000
[pid 20337] 05:21:04.044833 close(3) = 0
[pid 20337] 05:21:04.044992 access("/etc/ld.so.nohwcap", F_OK) = 0
[pid 20337] 05:21:04.045146 open("/usr/lib/x86_64-linux-gnu/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 3
[pid 20337] 05:21:04.045323 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\272\5\0\0\0\0\0"..., 832) = 832
[pid 20337] 05:21:04.045483 fstat(3, {st_mode=S_IFREG|0644, st_size=979024, ...}) = 0
[pid 20337] 05:21:04.045597 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ce428a000
[pid 20337] 05:21:04.045722 mmap(NULL, 3159040, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6ce3969000
[pid 20337] 05:21:04.045858 mprotect(0x7f6ce3a4f000, 2093056, PROT_NONE) = 0
[pid 20337] 05:21:04.045984 mmap(0x7f6ce3c4e000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe5000) = 0x7f6ce3c4e000
[pid 20337] 05:21:04.046148 mmap(0x7f6ce3c58000, 82944, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6ce3c58000
[pid 20337] 05:21:04.046286 close(3) = 0
[pid 20337] 05:21:04.046411 access("/etc/ld.so.nohwcap", F_OK) = 0
[pid 20337] 05:21:04.046488 open("/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
[pid 20337] 05:21:04.046655 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0pU\0\0\0\0\0\0"..., 832) = 832
[pid 20337] 05:21:04.046762 fstat(3, {st_mode=S_IFREG|0644, st_size=1030512, ...}) = 0
[pid 20337] 05:21:04.046916 mmap(NULL, 3125544, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6ce366d000
[pid 20337] 05:21:04.047013 mprotect(0x7f6ce3768000, 2093056, PROT_NONE) = 0
[pid 20337] 05:21:04.047155 mmap(0x7f6ce3967000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xfa000) = 0x7f6ce3967000
[pid 20337] 05:21:04.047312 close(3) = 0
[pid 20337] 05:21:04.047430 access("/etc/ld.so.nohwcap", F_OK) = 0
[pid 20337] 05:21:04.047513 open("/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
[pid 20337] 05:21:04.047634 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320*\0\0\0\0\0\0"..., 832) = 832
[pid 20337] 05:21:04.047735 fstat(3, {st_mode=S_IFREG|0644, st_size=88376, ...}) = 0
[pid 20337] 05:21:04.047829 mmap(NULL, 2184192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6ce3457000
[pid 20337] 05:21:04.047916 mprotect(0x7f6ce346c000, 2093056, PROT_NONE) = 0
[pid 20337] 05:21:04.047988 mmap(0x7f6ce366b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7f6ce366b000
[pid 20337] 05:21:04.048108 close(3) = 0
[pid 20337] 05:21:04.048216 access("/etc/ld.so.nohwcap", F_OK) = 0
[pid 20337] 05:21:04.048327 open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
[pid 20337] 05:21:04.048416 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200l\0\0\0\0\0\0"..., 832) = 832
[pid 20337] 05:21:04.048501 fstat(3, {st_mode=S_IFREG|0755, st_size=135366, ...}) = 0
[pid 20337] 05:21:04.048809 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ce4289000
[pid 20337] 05:21:04.048902 mmap(NULL, 2212904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6ce323a000
[pid 20337] 05:21:04.048979 mprotect(0x7f6ce3252000, 2093056, PROT_NONE) = 0
[pid 20337] 05:21:04.049056 mmap(0x7f6ce3451000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f6ce3451000
[pid 20337] 05:21:04.049169 mmap(0x7f6ce3453000, 13352, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6ce3453000
[pid 20337] 05:21:04.049274 close(3) = 0
[pid 20337] 05:21:04.049380 access("/etc/ld.so.nohwcap", F_OK) = 0
[pid 20337] 05:21:04.049470 open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
[pid 20337] 05:21:04.049569 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\30\2\0\0\0\0\0"..., 832) = 832
[pid 20337] 05:21:04.049852 fstat(3, {st_mode=S_IFREG|0755, st_size=1811128, ...}) = 0
[pid 20337] 05:21:04.049946 mmap(NULL, 3925176, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f6ce2e7b000
[pid 20337] 05:21:04.050047 mprotect(0x7f6ce3030000, 2093056, PROT_NONE) = 0
[pid 20337] 05:21:04.050156 mmap(0x7f6ce322f000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b4000) = 0x7f6ce322f000
[pid 20337] 05:21:04.050277 mmap(0x7f6ce3235000, 17592, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6ce3235000
[pid 20337] 05:21:04.050379 close(3) = 0
[pid 20337] 05:21:04.050499 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ce4288000
[pid 20337] 05:21:04.050818 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ce4286000
[pid 20337] 05:21:04.051456 arch_prctl(ARCH_SET_FS, 0x7f6ce4286740) = 0
[pid 20337] 05:21:04.052165 mprotect(0x7f6ce322f000, 16384, PROT_READ) = 0
[pid 20337] 05:21:04.052400 mprotect(0x7f6ce3451000, 4096, PROT_READ) = 0
[pid 20337] 05:21:04.052591 mprotect(0x7f6ce366b000, 4096, PROT_READ) = 0
[pid 20337] 05:21:04.052807 mprotect(0x7f6ce3967000, 4096, PROT_READ) = 0
[pid 20337] 05:21:04.053578 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ce4285000
[pid 20337] 05:21:04.053907 mprotect(0x7f6ce3c4e000, 32768, PROT_READ) = 0
[pid 20337] 05:21:04.054248 mprotect(0x7f6ce3e73000, 4096, PROT_READ) = 0
[pid 20337] 05:21:04.054416 mprotect(0x7f6ce4077000, 4096, PROT_READ) = 0
[pid 20337] 05:21:04.055091 mprotect(0xe52000, 4096, PROT_READ) = 0
[pid 20337] 05:21:04.055381 mprotect(0x7f6ce429b000, 4096, PROT_READ) = 0
[pid 20337] 05:21:04.055522 munmap(0x7f6ce428b000, 54653) = 0
[pid 20337] 05:21:04.055704 set_tid_address(0x7f6ce4286a10) = 20337
[pid 20337] 05:21:04.055858 set_robust_list(0x7f6ce4286a20, 0x18) = 0
[pid 20337] 05:21:04.055984 futex(0x7fff384d6d4c, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7f6ce4286740) = -1 EAGAIN (Resource temporarily unavailable)
[pid 20337] 05:21:04.056191 rt_sigaction(SIGRTMIN, {0x7f6ce3240750, [], SA_RESTORER|SA_SIGINFO, 0x7f6ce3249cb0}, NULL, 8) = 0
[pid 20337] 05:21:04.056356 rt_sigaction(SIGRT_1, {0x7f6ce32407e0, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f6ce3249cb0}, NULL, 8) = 0
[pid 20337] 05:21:04.056484 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
[pid 20337] 05:21:04.056677 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
[pid 20337] 05:21:04.057018 brk(0) = 0x20b6000
[pid 20337] 05:21:04.057158 brk(0x20d7000) = 0x20d7000
[pid 20337] 05:21:04.057317 getrlimit(RLIMIT_DATA, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0
[pid 20337] 05:21:04.057525 pipe2([3, 4], O_CLOEXEC) = 0
[pid 20337] 05:21:04.057687 write(4, "*", 1) = 1
[pid 20337] 05:21:04.057796 futex(0xe727a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 20337] 05:21:04.057924 clock_gettime(CLOCK_MONOTONIC, {180611, 564768900}) = 0
[pid 20337] 05:21:04.058067 epoll_create1(O_CLOEXEC) = 5
[pid 20337] 05:21:04.058179 pipe2([6, 7], O_NONBLOCK|O_CLOEXEC) = 0
[pid 20337] 05:21:04.058311 eventfd2(0, O_NONBLOCK|O_CLOEXEC) = 8
[pid 20337] 05:21:04.058444 ioctl(0, FIOCLEX) = 0
[pid 20337] 05:21:04.058646 ioctl(1, FIOCLEX) = 0
[pid 20337] 05:21:04.058822 ioctl(2, FIOCLEX) = 0
[pid 20337] 05:21:04.058912 ioctl(3, FIOCLEX) = 0
[pid 20337] 05:21:04.058998 ioctl(4, FIOCLEX) = 0
[pid 20337] 05:21:04.059105 ioctl(5, FIOCLEX) = 0
[pid 20337] 05:21:04.059216 ioctl(6, FIOCLEX) = 0
[pid 20337] 05:21:04.059299 ioctl(7, FIOCLEX) = 0
[pid 20337] 05:21:04.059398 ioctl(8, FIOCLEX) = 0
[pid 20337] 05:21:04.059510 ioctl(9, FIOCLEX) = -1 EBADF (Bad file descriptor)
[pid 20337] 05:21:04.059656 ioctl(10, FIOCLEX) = -1 EBADF (Bad file descriptor)
[pid 20337] 05:21:04.059754 ioctl(11, FIOCLEX) = -1 EBADF (Bad file descriptor)
[pid 20337] 05:21:04.059882 ioctl(12, FIOCLEX) = -1 EBADF (Bad file descriptor)
[pid 20337] 05:21:04.059979 ioctl(13, FIOCLEX) = -1 EBADF (Bad file descriptor)
[pid 20337] 05:21:04.060099 ioctl(14, FIOCLEX) = -1 EBADF (Bad file descriptor)
[pid 20337] 05:21:04.060198 ioctl(15, FIOCLEX) = -1 EBADF (Bad file descriptor)
[pid 20337] 05:21:04.060306 ioctl(16, FIOCLEX) = -1 EBADF (Bad file descriptor)
[pid 20337] 05:21:04.060453 rt_sigaction(SIGPIPE, {SIG_IGN, ~[RTMIN RT_1], SA_RESTORER, 0x7f6ce3249cb0}, NULL, 8) = 0
[pid 20337] 05:21:04.060621 rt_sigaction(SIGINT, {0x94d830, ~[RTMIN RT_1], SA_RESTORER, 0x7f6ce3249cb0}, NULL, 8) = 0
[pid 20337] 05:21:04.060755 rt_sigaction(SIGTERM, {0x94d830, ~[RTMIN RT_1], SA_RESTORER, 0x7f6ce3249cb0}, NULL, 8) = 0
[pid 20337] 05:21:04.060895 rt_sigprocmask(SIG_SETMASK, ~[RTMIN RT_1], [], 8) = 0
[pid 20337] 05:21:04.061010 read(3, "*", 1) = 1
[pid 20337] 05:21:04.061130 rt_sigaction(SIGUSR1, {0x9a9e40, ~[RTMIN RT_1], SA_RESTORER, 0x7f6ce3249cb0}, NULL, 8) = 0
[pid 20337] 05:21:04.061272 write(4, "*", 1) = 1
[pid 20337] 05:21:04.061391 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
[pid 20337] 05:21:04.061509 clock_getres(0x5 /* CLOCK_??? */, {0, 4000000}) = 0
[pid 20337] 05:21:04.061697 clock_gettime(CLOCK_REALTIME, {1420032064, 61745600}) = 0
[pid 20337] 05:21:04.061959 mmap(0x3a879947000, 4096, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x3a879947000
[pid 20337] 05:21:04.062167 mmap(0x3a879947000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x3a879947000
[pid 20337] 05:21:04.062406 munmap(0x3a879947000, 4096) = 0
[pid 20337] 05:21:04.062676 mmap(0x234bfc7e000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x234bfc7e000
[pid 20337] 05:21:04.062887 mprotect(0x234bfc7e000, 4096, PROT_READ|PROT_EXEC) = 0
[pid 20337] 05:21:04.063030 mmap(0x362157d8000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x362157d8000
[pid 20337] 05:21:04.063286 mprotect(0x362157d8000, 4096, PROT_READ|PROT_EXEC) = 0
[pid 20337] 05:21:04.063503 mmap(0x9e5ffd34000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x9e5ffd34000
[pid 20337] 05:21:04.063696 mprotect(0x9e5ffd34000, 4096, PROT_READ|PROT_EXEC) = 0
[pid 20337] 05:21:04.063863 mmap(0xf3a62e5e000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf3a62e5e000
[pid 20337] 05:21:04.064031 mprotect(0xf3a62e5e000, 4096, PROT_READ|PROT_EXEC) = 0
[pid 20337] 05:21:04.064196 mmap(0x132c63ec9000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x132c63ec9000
[pid 20337] 05:21:04.064378 mprotect(0x132c63ec9000, 4096, PROT_READ|PROT_EXEC) = 0
[pid 20337] 05:21:04.064679 brk(0x20fe000) = 0x20fe000
[pid 20337] 05:21:04.064836 gettid() = 20337
[pid 20337] 05:21:04.065052 mmap(0x39dd34368000, 67108864, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x39dd34368000
[pid 20337] 05:21:04.065235 munmap(0x39dd34368000, 29982720) = 0
[pid 20337] 05:21:04.065404 munmap(0x39dd38000000, 3571712) = 0
[pid 20337] 05:21:04.065580 mmap(0x39dd36f00000, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x39dd36f00000
[pid 20337] 05:21:04.065795 mmap(0x208b6f4c1000, 536870912, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x208b6f4c1000
[pid 20337] 05:21:04.066033 mmap(0x1c4309228000, 1200128, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x1c4309228000
[pid 20337] 05:21:04.066229 munmap(0x1c4309228000, 884736) = 0
[pid 20337] 05:21:04.066379 munmap(0x1c4309325000, 163840) = 0
[pid 20337] 05:21:04.066545 mmap(0x1c4309300000, 147712, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x1c4309300000
[pid 20337] 05:21:04.067006 mmap(0x26d433371000, 1265664, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x26d433371000
[pid 20337] 05:21:04.067184 munmap(0x26d433371000, 585728) = 0
[pid 20337] 05:21:04.067330 munmap(0x26d433435000, 462848) = 0
[pid 20337] 05:21:04.067495 mmap(0x26d433400000, 213248, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x26d433400000
[pid 20337] 05:21:04.068212 mmap(0x20b16ed4b000, 1593344, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x20b16ed4b000
[pid 20337] 05:21:04.068383 munmap(0x20b16ed4b000, 741376) = 0
[pid 20337] 05:21:04.068470 munmap(0x20b16ee85000, 307200) = 0
[pid 20337] 05:21:04.068561 mmap(0x20b16ee00000, 540928, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x20b16ee00000
[pid 20337] 05:21:04.068941 mmap(0x208b6f500000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x208b6f500000
[pid 20337] 05:21:04.069340 mprotect(0x208b6f505000, 4096, PROT_NONE) = 0
[pid 20337] 05:21:04.069451 mmap(0x208b6f506000, 1019904, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x208b6f506000
[pid 20337] 05:21:04.069547 mprotect(0x208b6f5ff000, 4096, PROT_NONE) = 0
[pid 20337] 05:21:04.071326 mmap(0x2e8036dba000, 393216, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x2e8036dba000
[pid 20337] 05:21:04.077447 mmap(0x2cc0df23e000, 2097152, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x2cc0df23e000
[pid 20337] 05:21:04.077515 mmap(0x2cc0df23e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2cc0df23e000
[pid 20337] 05:21:04.077549 mmap(0x2e8036dc0000, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2e8036dc0000
[pid 20337] 05:21:04.077909 mmap(NULL, 69632, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f6ce4274000
[pid 20337] 05:21:04.078430 mprotect(0x7f6ce4274000, 4096, PROT_NONE) = 0
[pid 20337] 05:21:04.078564 clone(Process 20338 attached
child_stack=0x7f6ce4283fb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f6ce42849d0, tls=0x7f6ce4284700, child_tidptr=0x7f6ce42849d0) = 20338
[pid 20337] 05:21:04.078800 clock_gettime(CLOCK_REALTIME, {1420032064, 78844400}) = 0
[pid 20337] 05:21:04.079010 mmap(0x6e5869c0000, 1200128, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x6e5869c0000
[pid 20337] 05:21:04.079116 munmap(0x6e5869c0000, 262144) = 0
[pid 20337] 05:21:04.079206 munmap(0x6e586a25000, 786432) = 0
[pid 20337] 05:21:04.079305 mmap(0x6e586a00000, 147712, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x6e586a00000
[pid 20337] 05:21:04.079583 brk(0x211f000) = 0x211f000
[pid 20337] 05:21:04.080222 mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ce4253000
[pid 20337] 05:21:04.080908 munmap(0x7f6ce4253000, 135168) = 0
[pid 20337] 05:21:04.082685 brk(0x215d000) = 0x215d000
[pid 20337] 05:21:04.083577 mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...>
[pid 20338] 05:21:04.083812 set_robust_list(0x7f6ce42849e0, 0x18) = 0
[pid 20338] 05:21:04.084172 prctl(PR_SET_NAME, 0x20e6e00, 0, 0, 0) = 0
[pid 20338] 05:21:04.088807 open("/sys/devices/system/cpu/online", O_RDONLY|O_CLOEXEC) = 9
[pid 20338] 05:21:04.088982 read(9, "0\n", 8192) = 2
[pid 20338] 05:21:04.089092 close(9) = 0
[pid 20338] 05:21:04.089175 mmap(NULL, 134217728, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x7f6cdae7b000
[pid 20338] 05:21:04.089263 munmap(0x7f6cdae7b000, 18370560) = 0
[pid 20338] 05:21:04.089352 munmap(0x7f6ce0000000, 48738304) = 0
[pid 20338] 05:21:04.089427 mprotect(0x7f6cdc000000, 135168, PROT_READ|PROT_WRITE) = 0
[pid 20338] 05:21:04.089529 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.089615 <... mmap resumed> ) = 0x7f6ce4233000
[pid 20337] 05:21:04.090356 mmap(NULL, 532480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ce41b1000
[pid 20337] 05:21:04.090772 open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 9
[pid 20337] 05:21:04.090894 fstat(9, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
[pid 20337] 05:21:04.090994 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ce4298000
[pid 20337] 05:21:04.091076 read(9, "MemTotal: 493708 kB\nMemF"..., 1024) = 1024
[pid 20337] 05:21:04.091203 close(9) = 0
[pid 20337] 05:21:04.091283 munmap(0x7f6ce4298000, 4096) = 0
[pid 20337] 05:21:04.092054 munmap(0x7f6ce41b1000, 532480) = 0
[pid 20337] 05:21:04.092327 munmap(0x7f6ce4233000, 266240) = 0
[pid 20337] 05:21:04.092609 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.092696 <... futex resumed> ) = 0
[pid 20338] 05:21:04.092945 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.093037 <... futex resumed> ) = 1
[pid 20337] 05:21:04.096015 brk(0x2181000) = 0x2181000
[pid 20337] 05:21:04.097107 brk(0x21c1000) = 0x21c1000
[pid 20337] 05:21:04.098471 brk(0x2243000 <unfinished ...>
[pid 20338] 05:21:04.098685 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.098875 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.098930 <... brk resumed> ) = 0x2243000
[pid 20337] 05:21:04.100037 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.100154 <... futex resumed> ) = 0
[pid 20338] 05:21:04.100295 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.100449 <... futex resumed> ) = 1
[pid 20337] 05:21:04.102024 brk(0x213d000) = 0x213d000
[pid 20337] 05:21:04.104378 brk(0x216e000) = 0x216e000
[pid 20337] 05:21:04.105343 brk(0x21b0000) = 0x21b0000
[pid 20338] 05:21:04.106618 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.106798 nanosleep({0, 900000}, NULL) = 0
[pid 20338] 05:21:04.115754 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.118076 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.118605 <... futex resumed> ) = 0
[pid 20338] 05:21:04.122386 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.122998 <... futex resumed> ) = 1
[pid 20337] 05:21:04.126491 readlink("/proc/self/exe", "/usr/bin/nodejs", 8191) = 15
[pid 20338] 05:21:04.130661 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.130905 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.135391 brk(0x222b000) = 0x222b000
[pid 20338] 05:21:04.138632 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.139300 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.139503 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.139676 <... futex resumed> ) = 0
[pid 20338] 05:21:04.139700 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.139839 <... futex resumed> ) = 1
[pid 20337] 05:21:04.141863 getcwd("/temp/node-sass", 4096) = 16
[pid 20338] 05:21:04.147183 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.147480 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.147822 brk(0x226c000) = 0x226c000
[pid 20337] 05:21:04.149162 brk(0x22ed000) = 0x22ed000
[pid 20337] 05:21:04.150518 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.150827 <... futex resumed> ) = 0
[pid 20338] 05:21:04.150857 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.151855 <... futex resumed> ) = 1
[pid 20337] 05:21:04.157617 stat("/temp/node-sass/node_modules/mocha/bin/_mocha", {st_mode=S_IFREG|0775, st_size=10992, ...}) = 0
[pid 20337] 05:21:04.158200 clock_gettime(CLOCK_REALTIME, {1420032064, 158290000}) = 0
[pid 20337] 05:21:04.158507 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:04.158648 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.158779 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.158907 <... clock_gettime resumed> {1420032064, 158896900}) = 0
[pid 20337] 05:21:04.159067 clock_gettime(CLOCK_REALTIME, {1420032064, 159118200}) = 0
[pid 20337] 05:21:04.160089 lstat("/temp", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.160850 clock_gettime(CLOCK_REALTIME, {1420032064, 160925800}) = 0
[pid 20337] 05:21:04.161034 clock_gettime(CLOCK_REALTIME, {1420032064, 161119600}) = 0
[pid 20337] 05:21:04.161201 clock_gettime(CLOCK_REALTIME, {1420032064, 161236900}) = 0
[pid 20337] 05:21:04.161467 lstat("/temp/node-sass", {st_mode=S_IFDIR|S_ISUID|S_ISGID|0777, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.161637 clock_gettime(CLOCK_REALTIME, {1420032064, 161674700}) = 0
[pid 20337] 05:21:04.161779 clock_gettime(CLOCK_REALTIME, {1420032064, 161820100}) = 0
[pid 20337] 05:21:04.161907 clock_gettime(CLOCK_REALTIME, {1420032064, 161958200}) = 0
[pid 20337] 05:21:04.162285 lstat("/temp/node-sass/node_modules", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.162414 clock_gettime(CLOCK_REALTIME, {1420032064, 162473900}) = 0
[pid 20337] 05:21:04.162591 clock_gettime(CLOCK_REALTIME, {1420032064, 162708800}) = 0
[pid 20337] 05:21:04.163282 clock_gettime(CLOCK_REALTIME, {1420032064, 163482000}) = 0
[pid 20337] 05:21:04.163652 lstat("/temp/node-sass/node_modules/mocha", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.164461 clock_gettime(CLOCK_REALTIME, {1420032064, 164572500}) = 0
[pid 20337] 05:21:04.164863 clock_gettime(CLOCK_REALTIME, {1420032064, 164947600}) = 0
[pid 20337] 05:21:04.165039 clock_gettime(CLOCK_REALTIME, {1420032064, 165098700}) = 0
[pid 20337] 05:21:04.165275 lstat("/temp/node-sass/node_modules/mocha/bin", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.165637 clock_gettime(CLOCK_REALTIME, {1420032064, 165674100}) = 0
[pid 20337] 05:21:04.165755 clock_gettime(CLOCK_REALTIME, {1420032064, 165787100}) = 0
[pid 20337] 05:21:04.165852 clock_gettime(CLOCK_REALTIME, {1420032064, 165885100}) = 0
[pid 20337] 05:21:04.165990 lstat("/temp/node-sass/node_modules/mocha/bin/_mocha", {st_mode=S_IFREG|0775, st_size=10992, ...}) = 0
[pid 20337] 05:21:04.166125 clock_gettime(CLOCK_REALTIME, {1420032064, 166162700}) = 0
[pid 20337] 05:21:04.166230 clock_gettime(CLOCK_REALTIME, {1420032064, 166261500}) = 0
[pid 20337] 05:21:04.166320 clock_gettime(CLOCK_REALTIME, {1420032064, 166348300}) = 0
[pid 20338] 05:21:04.166619 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.166818 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.167062 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.167155 <... futex resumed> ) = 0
[pid 20338] 05:21:04.167253 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.167295 <... futex resumed> ) = 1
[pid 20337] 05:21:04.169473 open("/temp/node-sass/node_modules/mocha/bin/_mocha", O_RDONLY) = 9
[pid 20337] 05:21:04.169981 fstat(9, {st_mode=S_IFREG|0775, st_size=10992, ...}) = 0
[pid 20337] 05:21:04.170181 clock_gettime(CLOCK_REALTIME, {1420032064, 170263200}) = 0
[pid 20337] 05:21:04.170372 clock_gettime(CLOCK_REALTIME, {1420032064, 170441000}) = 0
[pid 20337] 05:21:04.170657 clock_gettime(CLOCK_REALTIME, {1420032064, 170870100}) = 0
[pid 20337] 05:21:04.171948 read(9, "#!/usr/bin/env node\n\n/**\n * Modu"..., 10992) = 10992
[pid 20337] 05:21:04.172545 close(9) = 0
[pid 20337] 05:21:04.174524 stat("/temp/node-sass/node_modules/mocha/bin/node_modules/commander", <unfinished ...>
[pid 20338] 05:21:04.174837 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.175092 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.175198 <... stat resumed> 0x7fff384d6158) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.175471 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.175556 <... futex resumed> ) = 0
[pid 20338] 05:21:04.175751 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.175834 <... futex resumed> ) = 1
[pid 20337] 05:21:04.176191 stat("/temp/node-sass/node_modules/mocha/bin/node_modules/commander.js", 0x7fff384d61e8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.176417 stat("/temp/node-sass/node_modules/mocha/bin/node_modules/commander.json", 0x7fff384d61e8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.176585 stat("/temp/node-sass/node_modules/mocha/bin/node_modules/commander.node", 0x7fff384d61e8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.177077 open("/temp/node-sass/node_modules/mocha/bin/node_modules/commander/package.json", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.177559 stat("/temp/node-sass/node_modules/mocha/bin/node_modules/commander/index.js", 0x7fff384d61e8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.177824 stat("/temp/node-sass/node_modules/mocha/bin/node_modules/commander/index.json", 0x7fff384d61e8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.178063 stat("/temp/node-sass/node_modules/mocha/bin/node_modules/commander/index.node", 0x7fff384d61e8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.178320 stat("/temp/node-sass/node_modules/mocha/node_modules/commander", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.178535 clock_gettime(CLOCK_REALTIME, {1420032064, 178631400}) = 0
[pid 20337] 05:21:04.178750 clock_gettime(CLOCK_REALTIME, {1420032064, 178819000}) = 0
[pid 20337] 05:21:04.178921 clock_gettime(CLOCK_REALTIME, {1420032064, 178965000}) = 0
[pid 20337] 05:21:04.179108 stat("/temp/node-sass/node_modules/mocha/node_modules/commander.js", 0x7fff384d61e8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.179320 stat("/temp/node-sass/node_modules/mocha/node_modules/commander.json", 0x7fff384d61e8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.179513 stat("/temp/node-sass/node_modules/mocha/node_modules/commander.node", 0x7fff384d61e8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.180694 open("/temp/node-sass/node_modules/mocha/node_modules/commander/package.json", O_RDONLY) = 9
[pid 20337] 05:21:04.181387 fstat(9, {st_mode=S_IFREG|0664, st_size=1652, ...}) = 0
[pid 20337] 05:21:04.181623 clock_gettime(CLOCK_REALTIME, {1420032064, 181912200}) = 0
[pid 20337] 05:21:04.182080 clock_gettime(CLOCK_REALTIME, {1420032064, 182134700}) = 0
[pid 20337] 05:21:04.182280 clock_gettime(CLOCK_REALTIME, {1420032064, 182516500}) = 0
[pid 20338] 05:21:04.182722 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.182751 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.184136 read(9, "{\n \"name\": \"commander\",\n \"vers"..., 1652) = 1652
[pid 20337] 05:21:04.185486 close(9) = 0
[pid 20337] 05:21:04.186410 stat("/temp/node-sass/node_modules/mocha/node_modules/commander/index", 0x7fff384d61f8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.186779 stat("/temp/node-sass/node_modules/mocha/node_modules/commander/index.js", {st_mode=S_IFREG|0664, st_size=19248, ...}) = 0
[pid 20337] 05:21:04.186989 clock_gettime(CLOCK_REALTIME, {1420032064, 187055000}) = 0
[pid 20337] 05:21:04.187197 clock_gettime(CLOCK_REALTIME, {1420032064, 187295700}) = 0
[pid 20337] 05:21:04.187422 clock_gettime(CLOCK_REALTIME, {1420032064, 187482600}) = 0
[pid 20337] 05:21:04.187711 lstat("/temp/node-sass/node_modules/mocha/node_modules", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.187891 clock_gettime(CLOCK_REALTIME, {1420032064, 187948800}) = 0
[pid 20337] 05:21:04.188028 clock_gettime(CLOCK_REALTIME, {1420032064, 188067300}) = 0
[pid 20337] 05:21:04.188131 clock_gettime(CLOCK_REALTIME, {1420032064, 188168700}) = 0
[pid 20337] 05:21:04.188284 lstat("/temp/node-sass/node_modules/mocha/node_modules/commander", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.188448 clock_gettime(CLOCK_REALTIME, {1420032064, 188485700}) = 0
[pid 20337] 05:21:04.188549 clock_gettime(CLOCK_REALTIME, {1420032064, 188642500}) = 0
[pid 20337] 05:21:04.188734 clock_gettime(CLOCK_REALTIME, {1420032064, 188782600}) = 0
[pid 20337] 05:21:04.188910 lstat("/temp/node-sass/node_modules/mocha/node_modules/commander/index.js", {st_mode=S_IFREG|0664, st_size=19248, ...}) = 0
[pid 20337] 05:21:04.189069 clock_gettime(CLOCK_REALTIME, {1420032064, 189130400}) = 0
[pid 20337] 05:21:04.189214 clock_gettime(CLOCK_REALTIME, {1420032064, 189264400}) = 0
[pid 20337] 05:21:04.189329 clock_gettime(CLOCK_REALTIME, {1420032064, 189367900}) = 0
[pid 20337] 05:21:04.189776 open("/temp/node-sass/node_modules/mocha/node_modules/commander/index.js", O_RDONLY) = 9
[pid 20337] 05:21:04.189986 fstat(9, {st_mode=S_IFREG|0664, st_size=19248, ...}) = 0
[pid 20337] 05:21:04.190135 clock_gettime(CLOCK_REALTIME, {1420032064, 190185700}) = 0
[pid 20337] 05:21:04.190277 clock_gettime(CLOCK_REALTIME, {1420032064, 190326300}) = 0
[pid 20337] 05:21:04.190411 clock_gettime(CLOCK_REALTIME, {1420032064, 190453700}) = 0
[pid 20338] 05:21:04.190636 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.190724 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.190818 read(9, "\n/**\n * Module dependencies.\n */"..., 19248) = 19248
[pid 20337] 05:21:04.190996 close(9) = 0
[pid 20337] 05:21:04.193049 mmap(0x34a5a7cd2000, 2097152, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x34a5a7cd2000
[pid 20337] 05:21:04.194388 munmap(0x34a5a7cd2000, 188416) = 0
[pid 20337] 05:21:04.194678 munmap(0x34a5a7e00000, 860160) = 0
[pid 20337] 05:21:04.194837 mmap(0x34a5a7d00000, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x34a5a7d00000
[pid 20338] 05:21:04.198653 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.198932 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.199544 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.199685 <... futex resumed> ) = 0
[pid 20338] 05:21:04.199788 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.199838 <... futex resumed> ) = 1
[pid 20337] 05:21:04.200060 mmap(0x39dd37f00000, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x39dd37f00000
[pid 20337] 05:21:04.200451 mmap(0x2cc0df23f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2cc0df23f000
[pid 20337] 05:21:04.200570 mmap(0x2cc0df240000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2cc0df240000
[pid 20337] 05:21:04.200961 mmap(0x2cc0df242000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2cc0df242000
[pid 20337] 05:21:04.201419 mmap(0x2cc0df246000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2cc0df246000
[pid 20337] 05:21:04.202729 mmap(0x2cc0df24e000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2cc0df24e000
[pid 20337] 05:21:04.203378 mmap(0x2cc0df25e000, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2cc0df25e000
[pid 20337] 05:21:04.203528 mmap(0x2cc0df27e000, 262144, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2cc0df27e000
[pid 20337] 05:21:04.203837 mmap(0x2cc0df2be000, 524288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2cc0df2be000
[pid 20337] 05:21:04.204006 mmap(0x2cc0df33e000, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2cc0df33e000
[pid 20337] 05:21:04.204398 mmap(0x288354357000, 2097152, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x288354357000
[pid 20337] 05:21:04.204516 munmap(0x288354357000, 692224) = 0
[pid 20337] 05:21:04.204601 munmap(0x288354500000, 356352) = 0
[pid 20337] 05:21:04.204708 mmap(0x288354400000, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x288354400000
[pid 20337] 05:21:04.205328 clock_gettime(CLOCK_REALTIME, {1420032064, 205377700}) = 0
[pid 20337] 05:21:04.205445 clock_gettime(CLOCK_REALTIME, {1420032064, 205491200}) = 0
[pid 20337] 05:21:04.205995 clock_gettime(CLOCK_MONOTONIC, {180611, 712853800}) = 0
[pid 20337] 05:21:04.206250 open("/etc/resolv.conf", O_RDONLY) = 9
[pid 20337] 05:21:04.206506 fstat(9, <unfinished ...>
[pid 20338] 05:21:04.206712 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.206851 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.206951 <... fstat resumed> {st_mode=S_IFREG|0644, st_size=191, ...}) = 0
[pid 20337] 05:21:04.207076 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ce4298000
[pid 20337] 05:21:04.207179 read(9, "# Dynamic resolv.conf(5) file fo"..., 4096) = 191
[pid 20337] 05:21:04.207361 read(9, "", 4096) = 0
[pid 20337] 05:21:04.207490 close(9) = 0
[pid 20337] 05:21:04.207611 munmap(0x7f6ce4298000, 4096) = 0
[pid 20337] 05:21:04.207740 open("/etc/nsswitch.conf", O_RDONLY) = 9
[pid 20337] 05:21:04.207883 fstat(9, {st_mode=S_IFREG|0644, st_size=475, ...}) = 0
[pid 20337] 05:21:04.208017 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ce4298000
[pid 20337] 05:21:04.208098 read(9, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 475
[pid 20337] 05:21:04.208272 read(9, "", 4096) = 0
[pid 20337] 05:21:04.208385 close(9) = 0
[pid 20337] 05:21:04.208459 munmap(0x7f6ce4298000, 4096) = 0
[pid 20337] 05:21:04.208633 open("/dev/urandom", O_RDONLY) = 9
[pid 20337] 05:21:04.208768 fstat(9, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
[pid 20337] 05:21:04.208935 ioctl(9, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff384d5748) = -1 EINVAL (Invalid argument)
[pid 20337] 05:21:04.209139 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ce4298000
[pid 20337] 05:21:04.209246 read(9, "\312\366\312\3\357\207\376\21@\350B>\306\v\247g\1\10)\fyp\354\276\211W)\203\2235c\177"..., 4096) = 4096
[pid 20337] 05:21:04.211696 close(9) = 0
[pid 20337] 05:21:04.211830 munmap(0x7f6ce4298000, 4096) = 0
[pid 20337] 05:21:04.212001 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.212058 <... futex resumed> ) = 0
[pid 20338] 05:21:04.212073 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.212169 <... futex resumed> ) = 1
[pid 20337] 05:21:04.214843 clock_gettime(CLOCK_REALTIME, {1420032064, 215012700}) = 0
[pid 20337] 05:21:04.215278 clock_gettime(CLOCK_REALTIME, {1420032064, 215344600}) = 0
[pid 20337] 05:21:04.216096 getcwd("/temp/node-sass", 4096) = 16
[pid 20337] 05:21:04.216402 clock_gettime(CLOCK_REALTIME, {1420032064, 216458700}) = 0
[pid 20337] 05:21:04.216570 clock_gettime(CLOCK_REALTIME, {1420032064, 216637000}) = 0
[pid 20337] 05:21:04.216889 clock_gettime(CLOCK_REALTIME, {1420032064, 216954400}) = 0
[pid 20337] 05:21:04.217146 clock_gettime(CLOCK_REALTIME, {1420032064, 217198700}) = 0
[pid 20337] 05:21:04.217277 clock_gettime(CLOCK_REALTIME, {1420032064, 217322500}) = 0
[pid 20337] 05:21:04.218007 mmap(0x208b6f600000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x208b6f600000
[pid 20337] 05:21:04.218221 mprotect(0x208b6f605000, 4096, PROT_NONE) = 0
[pid 20337] 05:21:04.218334 mmap(0x208b6f606000, 1019904, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x208b6f606000
[pid 20337] 05:21:04.218473 mprotect(0x208b6f6ff000, 4096, PROT_NONE) = 0
[pid 20338] 05:21:04.218700 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.218799 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.219042 clock_gettime(CLOCK_REALTIME, {1420032064, 219125200}) = 0
[pid 20337] 05:21:04.219223 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.219277 <... futex resumed> ) = 0
[pid 20338] 05:21:04.219388 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.219476 <... futex resumed> ) = 1
[pid 20337] 05:21:04.219909 open("/temp/node-sass/node_modules/mocha/package.json", O_RDONLY) = 9
[pid 20337] 05:21:04.220062 fstat(9, {st_mode=S_IFREG|0664, st_size=2673, ...}) = 0
[pid 20337] 05:21:04.220259 clock_gettime(CLOCK_REALTIME, {1420032064, 220335500}) = 0
[pid 20337] 05:21:04.220437 clock_gettime(CLOCK_REALTIME, {1420032064, 220480400}) = 0
[pid 20337] 05:21:04.220568 clock_gettime(CLOCK_REALTIME, {1420032064, 220620800}) = 0
[pid 20337] 05:21:04.220777 read(9, "{\n \"name\": \"mocha\",\n \"version\""..., 2673) = 2673
[pid 20337] 05:21:04.220919 close(9) = 0
[pid 20337] 05:21:04.221261 stat("/temp/node-sass/node_modules/mocha/index", 0x7fff384d61f8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.221510 stat("/temp/node-sass/node_modules/mocha/index.js", {st_mode=S_IFREG|0664, st_size=92, ...}) = 0
[pid 20337] 05:21:04.221877 clock_gettime(CLOCK_REALTIME, {1420032064, 222074700}) = 0
[pid 20337] 05:21:04.222203 clock_gettime(CLOCK_REALTIME, {1420032064, 222262400}) = 0
[pid 20337] 05:21:04.222379 clock_gettime(CLOCK_REALTIME, {1420032064, 222422900}) = 0
[pid 20337] 05:21:04.222627 lstat("/temp/node-sass/node_modules/mocha/index.js", {st_mode=S_IFREG|0664, st_size=92, ...}) = 0
[pid 20337] 05:21:04.222825 clock_gettime(CLOCK_REALTIME, {1420032064, 222884300}) = 0
[pid 20337] 05:21:04.222974 clock_gettime(CLOCK_REALTIME, {1420032064, 223048300}) = 0
[pid 20337] 05:21:04.223147 clock_gettime(CLOCK_REALTIME, {1420032064, 223234300}) = 0
[pid 20337] 05:21:04.223496 open("/temp/node-sass/node_modules/mocha/index.js", O_RDONLY) = 9
[pid 20337] 05:21:04.223714 fstat(9, {st_mode=S_IFREG|0664, st_size=92, ...}) = 0
[pid 20337] 05:21:04.223877 clock_gettime(CLOCK_REALTIME, {1420032064, 223948300}) = 0
[pid 20337] 05:21:04.224076 clock_gettime(CLOCK_REALTIME, {1420032064, 224137400}) = 0
[pid 20337] 05:21:04.224250 clock_gettime(CLOCK_REALTIME, {1420032064, 224303200}) = 0
[pid 20337] 05:21:04.224441 read(9, "module.exports = process.env.COV"..., 92) = 92
[pid 20337] 05:21:04.224655 close(9) = 0
[pid 20337] 05:21:04.225138 stat("/temp/node-sass/node_modules/mocha/lib/mocha", 0x7fff384d5f78) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.225337 stat("/temp/node-sass/node_modules/mocha/lib/mocha.js", {st_mode=S_IFREG|0664, st_size=9378, ...}) = 0
[pid 20337] 05:21:04.225484 clock_gettime(CLOCK_REALTIME, {1420032064, 225522700}) = 0
[pid 20337] 05:21:04.225576 clock_gettime(CLOCK_REALTIME, {1420032064, 225629200}) = 0
[pid 20337] 05:21:04.225690 clock_gettime(CLOCK_REALTIME, {1420032064, 225744600}) = 0
[pid 20337] 05:21:04.225850 lstat("/temp/node-sass/node_modules/mocha/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.226008 clock_gettime(CLOCK_REALTIME, {1420032064, 226048800}) = 0
[pid 20337] 05:21:04.226118 clock_gettime(CLOCK_REALTIME, {1420032064, 226151000}) = 0
[pid 20337] 05:21:04.226203 clock_gettime(CLOCK_REALTIME, {1420032064, 226235300}) = 0
[pid 20337] 05:21:04.226316 lstat("/temp/node-sass/node_modules/mocha/lib/mocha.js", {st_mode=S_IFREG|0664, st_size=9378, ...}) = 0
[pid 20337] 05:21:04.226445 clock_gettime(CLOCK_REALTIME, {1420032064, 226487500}) = 0
[pid 20337] 05:21:04.226551 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:04.226807 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.226987 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.227067 <... clock_gettime resumed> {1420032064, 227058100}) = 0
[pid 20337] 05:21:04.227281 clock_gettime(CLOCK_REALTIME, {1420032064, 227341500}) = 0
[pid 20337] 05:21:04.228073 open("/temp/node-sass/node_modules/mocha/lib/mocha.js", O_RDONLY) = 9
[pid 20337] 05:21:04.228883 fstat(9, {st_mode=S_IFREG|0664, st_size=9378, ...}) = 0
[pid 20337] 05:21:04.229204 clock_gettime(CLOCK_REALTIME, {1420032064, 229285400}) = 0
[pid 20337] 05:21:04.229395 clock_gettime(CLOCK_REALTIME, {1420032064, 229432000}) = 0
[pid 20337] 05:21:04.229525 clock_gettime(CLOCK_REALTIME, {1420032064, 229570000}) = 0
[pid 20337] 05:21:04.229723 read(9, "/*!\n * mocha\n * Copyright(c) 201"..., 9378) = 9378
[pid 20337] 05:21:04.229903 close(9) = 0
[pid 20337] 05:21:04.231429 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/escape-string-regexp", 0x7fff384d5c88) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.232088 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/escape-string-regexp.js", 0x7fff384d5c38) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.232353 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/escape-string-regexp.json", 0x7fff384d5c38) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.232550 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/escape-string-regexp.node", 0x7fff384d5c38) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.233401 open("/temp/node-sass/node_modules/mocha/lib/node_modules/escape-string-regexp/package.json", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.233623 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/escape-string-regexp/index.js", 0x7fff384d5c38) = -1 ENOENT (No such file or directory)
[pid 20338] 05:21:04.234916 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.234960 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.235289 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/escape-string-regexp/index.json", 0x7fff384d5c38) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.235625 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/escape-string-regexp/index.node", 0x7fff384d5c38) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.235948 stat("/temp/node-sass/node_modules/mocha/node_modules/escape-string-regexp", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.236159 clock_gettime(CLOCK_REALTIME, {1420032064, 236202400}) = 0
[pid 20337] 05:21:04.236302 clock_gettime(CLOCK_REALTIME, {1420032064, 236369000}) = 0
[pid 20337] 05:21:04.236511 clock_gettime(CLOCK_REALTIME, {1420032064, 236553000}) = 0
[pid 20337] 05:21:04.236715 stat("/temp/node-sass/node_modules/mocha/node_modules/escape-string-regexp.js", 0x7fff384d5c38) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.237064 stat("/temp/node-sass/node_modules/mocha/node_modules/escape-string-regexp.json", 0x7fff384d5c38) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.237275 stat("/temp/node-sass/node_modules/mocha/node_modules/escape-string-regexp.node", 0x7fff384d5c38) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.237453 mmap(0x23fc5c59e000, 2097152, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x23fc5c59e000
[pid 20337] 05:21:04.237571 munmap(0x23fc5c59e000, 401408) = 0
[pid 20337] 05:21:04.237833 munmap(0x23fc5c700000, 647168) = 0
[pid 20337] 05:21:04.238059 mmap(0x23fc5c600000, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x23fc5c600000
[pid 20337] 05:21:04.238266 open("/temp/node-sass/node_modules/mocha/node_modules/escape-string-regexp/package.json", O_RDONLY) = 9
[pid 20337] 05:21:04.238404 fstat(9, {st_mode=S_IFREG|0664, st_size=1667, ...}) = 0
[pid 20337] 05:21:04.238551 clock_gettime(CLOCK_REALTIME, {1420032064, 238643900}) = 0
[pid 20337] 05:21:04.238757 clock_gettime(CLOCK_REALTIME, {1420032064, 238804400}) = 0
[pid 20337] 05:21:04.238909 clock_gettime(CLOCK_REALTIME, {1420032064, 238959600}) = 0
[pid 20337] 05:21:04.239072 read(9, "{\n \"name\": \"escape-string-regex"..., 1667) = 1667
[pid 20337] 05:21:04.239223 close(9) = 0
[pid 20337] 05:21:04.239527 stat("/temp/node-sass/node_modules/mocha/node_modules/escape-string-regexp/index.js", {st_mode=S_IFREG|0664, st_size=227, ...}) = 0
[pid 20337] 05:21:04.239771 clock_gettime(CLOCK_REALTIME, {1420032064, 239836300}) = 0
[pid 20337] 05:21:04.239922 clock_gettime(CLOCK_REALTIME, {1420032064, 240003100}) = 0
[pid 20337] 05:21:04.240121 clock_gettime(CLOCK_REALTIME, {1420032064, 240177100}) = 0
[pid 20337] 05:21:04.240441 lstat("/temp/node-sass/node_modules/mocha/node_modules/escape-string-regexp", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.240644 clock_gettime(CLOCK_REALTIME, {1420032064, 240736300}) = 0
[pid 20337] 05:21:04.240806 clock_gettime(CLOCK_REALTIME, {1420032064, 240976500}) = 0
[pid 20337] 05:21:04.241153 clock_gettime(CLOCK_REALTIME, {1420032064, 241234400}) = 0
[pid 20337] 05:21:04.241401 lstat("/temp/node-sass/node_modules/mocha/node_modules/escape-string-regexp/index.js", {st_mode=S_IFREG|0664, st_size=227, ...}) = 0
[pid 20338] 05:21:04.245009 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.245112 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.245220 clock_gettime(CLOCK_REALTIME, {1420032064, 245396700}) = 0
[pid 20337] 05:21:04.245460 clock_gettime(CLOCK_REALTIME, {1420032064, 245579300}) = 0
[pid 20337] 05:21:04.245620 clock_gettime(CLOCK_REALTIME, {1420032064, 245634900}) = 0
[pid 20337] 05:21:04.245934 open("/temp/node-sass/node_modules/mocha/node_modules/escape-string-regexp/index.js", O_RDONLY) = 9
[pid 20337] 05:21:04.246113 fstat(9, {st_mode=S_IFREG|0664, st_size=227, ...}) = 0
[pid 20337] 05:21:04.246237 clock_gettime(CLOCK_REALTIME, {1420032064, 246271700}) = 0
[pid 20337] 05:21:04.246338 clock_gettime(CLOCK_REALTIME, {1420032064, 246383200}) = 0
[pid 20337] 05:21:04.246444 clock_gettime(CLOCK_REALTIME, {1420032064, 246478500}) = 0
[pid 20337] 05:21:04.246552 read(9, "'use strict';\n\nvar matchOperator"..., 227) = 227
[pid 20337] 05:21:04.246737 close(9) = 0
[pid 20337] 05:21:04.247184 stat("/temp/node-sass/node_modules/mocha/lib/utils", 0x7fff384d5c88) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.247405 stat("/temp/node-sass/node_modules/mocha/lib/utils.js", {st_mode=S_IFREG|0664, st_size=12358, ...}) = 0
[pid 20337] 05:21:04.247544 clock_gettime(CLOCK_REALTIME, {1420032064, 247578000}) = 0
[pid 20337] 05:21:04.247663 clock_gettime(CLOCK_REALTIME, {1420032064, 247705700}) = 0
[pid 20337] 05:21:04.247762 clock_gettime(CLOCK_REALTIME, {1420032064, 247794700}) = 0
[pid 20337] 05:21:04.247953 lstat("/temp/node-sass/node_modules/mocha/lib/utils.js", {st_mode=S_IFREG|0664, st_size=12358, ...}) = 0
[pid 20337] 05:21:04.248119 clock_gettime(CLOCK_REALTIME, {1420032064, 248187400}) = 0
[pid 20337] 05:21:04.248271 clock_gettime(CLOCK_REALTIME, {1420032064, 248343200}) = 0
[pid 20337] 05:21:04.248449 clock_gettime(CLOCK_REALTIME, {1420032064, 248509700}) = 0
[pid 20337] 05:21:04.248733 open("/temp/node-sass/node_modules/mocha/lib/utils.js", O_RDONLY) = 9
[pid 20337] 05:21:04.248932 fstat(9, {st_mode=S_IFREG|0664, st_size=12358, ...}) = 0
[pid 20337] 05:21:04.249088 clock_gettime(CLOCK_REALTIME, {1420032064, 249136000}) = 0
[pid 20337] 05:21:04.249243 clock_gettime(CLOCK_REALTIME, {1420032064, 249305600}) = 0
[pid 20337] 05:21:04.249412 clock_gettime(CLOCK_REALTIME, {1420032064, 249472100}) = 0
[pid 20337] 05:21:04.249586 read(9, "/**\n * Module dependencies.\n */\n"..., 12358) = 12358
[pid 20337] 05:21:04.249756 close(9) = 0
[pid 20338] 05:21:04.250609 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.251507 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.253095 clock_gettime(CLOCK_REALTIME, {1420032064, 253328800}) = 0
[pid 20337] 05:21:04.253673 clock_gettime(CLOCK_REALTIME, {1420032064, 253753900}) = 0
[pid 20337] 05:21:04.253812 clock_gettime(CLOCK_REALTIME, {1420032064, 253850800}) = 0
[pid 20337] 05:21:04.254054 clock_gettime(CLOCK_REALTIME, {1420032064, 254106800}) = 0
[pid 20337] 05:21:04.254155 clock_gettime(CLOCK_REALTIME, {1420032064, 254192400}) = 0
[pid 20337] 05:21:04.254377 clock_gettime(CLOCK_REALTIME, {1420032064, 254418900}) = 0
[pid 20337] 05:21:04.254554 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/glob", 0x7fff384d59b8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.254969 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/glob.js", 0x7fff384d5968) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.255222 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/glob.json", 0x7fff384d5968) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.255389 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/glob.node", 0x7fff384d5968) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.255585 open("/temp/node-sass/node_modules/mocha/lib/node_modules/glob/package.json", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.256001 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/glob/index.js", 0x7fff384d5968) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.256231 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/glob/index.json", 0x7fff384d5968) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.256379 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/glob/index.node", 0x7fff384d5968) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.256598 stat("/temp/node-sass/node_modules/mocha/node_modules/glob", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.256774 clock_gettime(CLOCK_REALTIME, {1420032064, 256817600}) = 0
[pid 20337] 05:21:04.256890 clock_gettime(CLOCK_REALTIME, {1420032064, 256924500}) = 0
[pid 20337] 05:21:04.257002 clock_gettime(CLOCK_REALTIME, {1420032064, 257038900}) = 0
[pid 20337] 05:21:04.257113 stat("/temp/node-sass/node_modules/mocha/node_modules/glob.js", 0x7fff384d5968) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.257303 stat("/temp/node-sass/node_modules/mocha/node_modules/glob.json", 0x7fff384d5968) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.257452 stat("/temp/node-sass/node_modules/mocha/node_modules/glob.node", 0x7fff384d5968) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.257633 open("/temp/node-sass/node_modules/mocha/node_modules/glob/package.json", O_RDONLY) = 9
[pid 20337] 05:21:04.257753 fstat(9, {st_mode=S_IFREG|0664, st_size=1279, ...}) = 0
[pid 20337] 05:21:04.257866 clock_gettime(CLOCK_REALTIME, {1420032064, 257913700}) = 0
[pid 20337] 05:21:04.257983 clock_gettime(CLOCK_REALTIME, {1420032064, 258014900}) = 0
[pid 20337] 05:21:04.258091 clock_gettime(CLOCK_REALTIME, {1420032064, 258132400}) = 0
[pid 20337] 05:21:04.258204 read(9, "{\n \"author\": {\n \"name\": \"Isa"..., 1279) = 1279
[pid 20337] 05:21:04.258322 close(9) = 0
[pid 20337] 05:21:04.258532 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/glob.js", <unfinished ...>
[pid 20338] 05:21:04.258724 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.259042 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.259126 <... stat resumed> {st_mode=S_IFREG|0664, st_size=18163, ...}) = 0
[pid 20337] 05:21:04.259336 clock_gettime(CLOCK_REALTIME, {1420032064, 259386900}) = 0
[pid 20337] 05:21:04.259525 clock_gettime(CLOCK_REALTIME, {1420032064, 259587400}) = 0
[pid 20337] 05:21:04.261077 clock_gettime(CLOCK_REALTIME, {1420032064, 261242500}) = 0
[pid 20337] 05:21:04.261585 lstat("/temp/node-sass/node_modules/mocha/node_modules/glob", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.261879 clock_gettime(CLOCK_REALTIME, {1420032064, 261960500}) = 0
[pid 20337] 05:21:04.262079 clock_gettime(CLOCK_REALTIME, {1420032064, 262142000}) = 0
[pid 20337] 05:21:04.262263 clock_gettime(CLOCK_REALTIME, {1420032064, 262309700}) = 0
[pid 20337] 05:21:04.262421 lstat("/temp/node-sass/node_modules/mocha/node_modules/glob/glob.js", {st_mode=S_IFREG|0664, st_size=18163, ...}) = 0
[pid 20337] 05:21:04.262694 clock_gettime(CLOCK_REALTIME, {1420032064, 262748800}) = 0
[pid 20337] 05:21:04.262848 clock_gettime(CLOCK_REALTIME, {1420032064, 262890800}) = 0
[pid 20337] 05:21:04.262942 clock_gettime(CLOCK_REALTIME, {1420032064, 262972900}) = 0
[pid 20337] 05:21:04.263187 open("/temp/node-sass/node_modules/mocha/node_modules/glob/glob.js", O_RDONLY) = 9
[pid 20337] 05:21:04.263345 fstat(9, {st_mode=S_IFREG|0664, st_size=18163, ...}) = 0
[pid 20337] 05:21:04.263504 clock_gettime(CLOCK_REALTIME, {1420032064, 263551700}) = 0
[pid 20337] 05:21:04.263645 clock_gettime(CLOCK_REALTIME, {1420032064, 263718500}) = 0
[pid 20337] 05:21:04.263838 clock_gettime(CLOCK_REALTIME, {1420032064, 263878500}) = 0
[pid 20337] 05:21:04.263975 read(9, "// Approach:\n//\n// 1. Get the mi"..., 18163) = 18163
[pid 20337] 05:21:04.264132 close(9) = 0
[pid 20337] 05:21:04.265381 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/graceful-fs", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.265662 clock_gettime(CLOCK_REALTIME, {1420032064, 265735000}) = 0
[pid 20337] 05:21:04.265821 clock_gettime(CLOCK_REALTIME, {1420032064, 265863600}) = 0
[pid 20337] 05:21:04.265941 clock_gettime(CLOCK_REALTIME, {1420032064, 265979100}) = 0
[pid 20337] 05:21:04.266046 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/graceful-fs.js", 0x7fff384d5678) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.266280 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/graceful-fs.json", 0x7fff384d5678) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.266467 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/graceful-fs.node", 0x7fff384d5678) = -1 ENOENT (No such file or directory)
[pid 20338] 05:21:04.266927 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.266986 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.267129 open("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/package.json", O_RDONLY) = 9
[pid 20337] 05:21:04.267327 fstat(9, {st_mode=S_IFREG|0664, st_size=1451, ...}) = 0
[pid 20337] 05:21:04.267484 clock_gettime(CLOCK_REALTIME, {1420032064, 267536900}) = 0
[pid 20337] 05:21:04.267848 clock_gettime(CLOCK_REALTIME, {1420032064, 267929500}) = 0
[pid 20337] 05:21:04.268013 clock_gettime(CLOCK_REALTIME, {1420032064, 268059300}) = 0
[pid 20337] 05:21:04.268224 read(9, "{\n \"author\": {\n \"name\": \"Isa"..., 1451) = 1451
[pid 20337] 05:21:04.268454 close(9) = 0
[pid 20337] 05:21:04.268876 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/graceful-fs.js", {st_mode=S_IFREG|0664, st_size=3103, ...}) = 0
[pid 20337] 05:21:04.269285 clock_gettime(CLOCK_REALTIME, {1420032064, 269366100}) = 0
[pid 20337] 05:21:04.269521 clock_gettime(CLOCK_REALTIME, {1420032064, 269579600}) = 0
[pid 20337] 05:21:04.269751 clock_gettime(CLOCK_REALTIME, {1420032064, 269798600}) = 0
[pid 20337] 05:21:04.269986 lstat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.271395 clock_gettime(CLOCK_REALTIME, {1420032064, 272159600}) = 0
[pid 20337] 05:21:04.272636 clock_gettime(CLOCK_REALTIME, {1420032064, 272739500}) = 0
[pid 20337] 05:21:04.272962 clock_gettime(CLOCK_REALTIME, {1420032064, 273058200}) = 0
[pid 20337] 05:21:04.273377 lstat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/graceful-fs", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.273560 clock_gettime(CLOCK_REALTIME, {1420032064, 273657600}) = 0
[pid 20337] 05:21:04.273827 clock_gettime(CLOCK_REALTIME, {1420032064, 273862100}) = 0
[pid 20337] 05:21:04.273961 clock_gettime(CLOCK_REALTIME, {1420032064, 274023900}) = 0
[pid 20337] 05:21:04.274148 lstat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/graceful-fs.js", {st_mode=S_IFREG|0664, st_size=3103, ...}) = 0
[pid 20337] 05:21:04.274369 clock_gettime(CLOCK_REALTIME, {1420032064, 274426000}) = 0
[pid 20337] 05:21:04.274533 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:04.274652 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.274782 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.274852 <... clock_gettime resumed> {1420032064, 274842500}) = 0
[pid 20337] 05:21:04.275076 clock_gettime(CLOCK_REALTIME, {1420032064, 275135100}) = 0
[pid 20337] 05:21:04.275309 clock_gettime(CLOCK_REALTIME, {1420032064, 275375000}) = 0
[pid 20337] 05:21:04.275481 clock_gettime(CLOCK_REALTIME, {1420032064, 275534600}) = 0
[pid 20337] 05:21:04.275689 clock_gettime(CLOCK_REALTIME, {1420032064, 275731900}) = 0
[pid 20337] 05:21:04.275812 clock_gettime(CLOCK_REALTIME, {1420032064, 275847800}) = 0
[pid 20337] 05:21:04.275958 clock_gettime(CLOCK_REALTIME, {1420032064, 276007600}) = 0
[pid 20337] 05:21:04.276108 clock_gettime(CLOCK_REALTIME, {1420032064, 276151300}) = 0
[pid 20337] 05:21:04.276296 clock_gettime(CLOCK_REALTIME, {1420032064, 276355400}) = 0
[pid 20337] 05:21:04.276521 clock_gettime(CLOCK_REALTIME, {1420032064, 276596000}) = 0
[pid 20337] 05:21:04.276716 clock_gettime(CLOCK_REALTIME, {1420032064, 276765500}) = 0
[pid 20337] 05:21:04.276955 clock_gettime(CLOCK_REALTIME, {1420032064, 277017000}) = 0
[pid 20337] 05:21:04.277092 clock_gettime(CLOCK_REALTIME, {1420032064, 277151300}) = 0
[pid 20337] 05:21:04.277300 clock_gettime(CLOCK_REALTIME, {1420032064, 277358800}) = 0
[pid 20337] 05:21:04.277636 open("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/graceful-fs.js", O_RDONLY) = 9
[pid 20337] 05:21:04.277837 fstat(9, {st_mode=S_IFREG|0664, st_size=3103, ...}) = 0
[pid 20337] 05:21:04.277985 clock_gettime(CLOCK_REALTIME, {1420032064, 278039000}) = 0
[pid 20337] 05:21:04.278152 clock_gettime(CLOCK_REALTIME, {1420032064, 278205900}) = 0
[pid 20337] 05:21:04.278312 clock_gettime(CLOCK_REALTIME, {1420032064, 278355600}) = 0
[pid 20337] 05:21:04.278475 read(9, "// Monkey-patching the fs module"..., 3103) = 3103
[pid 20337] 05:21:04.278760 close(9) = 0
[pid 20337] 05:21:04.279599 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/polyfills.js", {st_mode=S_IFREG|0664, st_size=5939, ...}) = 0
[pid 20337] 05:21:04.279893 clock_gettime(CLOCK_REALTIME, {1420032064, 279959700}) = 0
[pid 20337] 05:21:04.280050 clock_gettime(CLOCK_REALTIME, {1420032064, 280106200}) = 0
[pid 20337] 05:21:04.280239 clock_gettime(CLOCK_REALTIME, {1420032064, 280303100}) = 0
[pid 20337] 05:21:04.280503 lstat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/polyfills.js", {st_mode=S_IFREG|0664, st_size=5939, ...}) = 0
[pid 20337] 05:21:04.280800 clock_gettime(CLOCK_REALTIME, {1420032064, 280837000}) = 0
[pid 20337] 05:21:04.280896 clock_gettime(CLOCK_REALTIME, {1420032064, 280927000}) = 0
[pid 20337] 05:21:04.280976 clock_gettime(CLOCK_REALTIME, {1420032064, 281003600}) = 0
[pid 20337] 05:21:04.281233 open("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/polyfills.js", O_RDONLY) = 9
[pid 20337] 05:21:04.281405 fstat(9, {st_mode=S_IFREG|0664, st_size=5939, ...}) = 0
[pid 20337] 05:21:04.281634 clock_gettime(CLOCK_REALTIME, {1420032064, 281786400}) = 0
[pid 20337] 05:21:04.281964 clock_gettime(CLOCK_REALTIME, {1420032064, 282011800}) = 0
[pid 20337] 05:21:04.282093 clock_gettime(CLOCK_REALTIME, {1420032064, 282138300}) = 0
[pid 20337] 05:21:04.282270 read(9, "var fs = require('fs')\nvar const"..., 5939) = 5939
[pid 20337] 05:21:04.282492 close(9) = 0
[pid 20338] 05:21:04.282657 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.282783 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.284412 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.285731 clock_gettime(CLOCK_REALTIME, {1420032064, 285815100}) = 0
[pid 20337] 05:21:04.285943 clock_gettime(CLOCK_REALTIME, {1420032064, 286057800}) = 0
[pid 20337] 05:21:04.286189 clock_gettime(CLOCK_REALTIME, {1420032064, 286245800}) = 0
[pid 20337] 05:21:04.286541 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch.js", 0x7fff384d5678) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.287694 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch.json", 0x7fff384d5678) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.287989 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch.node", 0x7fff384d5678) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.288346 open("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/package.json", O_RDONLY) = 9
[pid 20337] 05:21:04.288568 fstat(9, {st_mode=S_IFREG|0664, st_size=1348, ...}) = 0
[pid 20337] 05:21:04.288875 clock_gettime(CLOCK_REALTIME, {1420032064, 289271000}) = 0
[pid 20337] 05:21:04.289440 clock_gettime(CLOCK_REALTIME, {1420032064, 289788900}) = 0
[pid 20337] 05:21:04.290074 clock_gettime(CLOCK_REALTIME, {1420032064, 290138000}) = 0
[pid 20338] 05:21:04.290659 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.291121 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.291334 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.291420 <... futex resumed> ) = 0
[pid 20338] 05:21:04.291517 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.291576 <... futex resumed> ) = 1
[pid 20337] 05:21:04.291711 read(9, "{\n \"author\": {\n \"name\": \"Isa"..., 1348) = 1348
[pid 20337] 05:21:04.291891 close(9) = 0
[pid 20337] 05:21:04.292242 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/minimatch.js", {st_mode=S_IFREG|0664, st_size=28353, ...}) = 0
[pid 20337] 05:21:04.292447 clock_gettime(CLOCK_REALTIME, {1420032064, 292501600}) = 0
[pid 20337] 05:21:04.292594 clock_gettime(CLOCK_REALTIME, {1420032064, 292660400}) = 0
[pid 20337] 05:21:04.292761 clock_gettime(CLOCK_REALTIME, {1420032064, 292807700}) = 0
[pid 20337] 05:21:04.292962 lstat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.293094 clock_gettime(CLOCK_REALTIME, {1420032064, 293138300}) = 0
[pid 20337] 05:21:04.293198 clock_gettime(CLOCK_REALTIME, {1420032064, 293241100}) = 0
[pid 20337] 05:21:04.293298 clock_gettime(CLOCK_REALTIME, {1420032064, 293335600}) = 0
[pid 20337] 05:21:04.293447 lstat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/minimatch.js", {st_mode=S_IFREG|0664, st_size=28353, ...}) = 0
[pid 20337] 05:21:04.293591 clock_gettime(CLOCK_REALTIME, {1420032064, 293649400}) = 0
[pid 20337] 05:21:04.293755 clock_gettime(CLOCK_REALTIME, {1420032064, 293799000}) = 0
[pid 20337] 05:21:04.293908 clock_gettime(CLOCK_REALTIME, {1420032064, 293955000}) = 0
[pid 20337] 05:21:04.294230 open("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/minimatch.js", O_RDONLY) = 9
[pid 20337] 05:21:04.294442 fstat(9, {st_mode=S_IFREG|0664, st_size=28353, ...}) = 0
[pid 20337] 05:21:04.294698 clock_gettime(CLOCK_REALTIME, {1420032064, 294734000}) = 0
[pid 20337] 05:21:04.294801 clock_gettime(CLOCK_REALTIME, {1420032064, 294846200}) = 0
[pid 20337] 05:21:04.294905 clock_gettime(CLOCK_REALTIME, {1420032064, 294933900}) = 0
[pid 20337] 05:21:04.295079 read(9, ";(function (require, exports, mo"..., 28353) = 28353
[pid 20337] 05:21:04.295236 close(9) = 0
[pid 20337] 05:21:04.297062 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/node_modules/lru-cache", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.297429 clock_gettime(CLOCK_REALTIME, {1420032064, 297540700}) = 0
[pid 20337] 05:21:04.297674 clock_gettime(CLOCK_REALTIME, {1420032064, 297755900}) = 0
[pid 20337] 05:21:04.297891 clock_gettime(CLOCK_REALTIME, {1420032064, 297933100}) = 0
[pid 20337] 05:21:04.298117 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/node_modules/lru-cache.js", 0x7fff384d5328) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.298479 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/node_modules/lru-cache.json", <unfinished ...>
[pid 20338] 05:21:04.298672 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.298805 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.298873 <... stat resumed> 0x7fff384d5328) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.299066 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/node_modules/lru-cache.node", 0x7fff384d5328) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.299358 open("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/node_modules/lru-cache/package.json", O_RDONLY) = 9
[pid 20337] 05:21:04.299568 fstat(9, {st_mode=S_IFREG|0664, st_size=1268, ...}) = 0
[pid 20337] 05:21:04.299790 clock_gettime(CLOCK_REALTIME, {1420032064, 299847100}) = 0
[pid 20337] 05:21:04.299958 clock_gettime(CLOCK_REALTIME, {1420032064, 300011400}) = 0
[pid 20337] 05:21:04.300152 clock_gettime(CLOCK_REALTIME, {1420032064, 300206800}) = 0
[pid 20337] 05:21:04.300346 read(9, "{\n \"name\": \"lru-cache\",\n \"desc"..., 1268) = 1268
[pid 20337] 05:21:04.300548 close(9) = 0
[pid 20337] 05:21:04.301296 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/node_modules/lru-cache/lib/lru-cache.js", {st_mode=S_IFREG|0664, st_size=6445, ...}) = 0
[pid 20337] 05:21:04.302294 clock_gettime(CLOCK_REALTIME, {1420032064, 302389900}) = 0
[pid 20337] 05:21:04.302521 clock_gettime(CLOCK_REALTIME, {1420032064, 303046000}) = 0
[pid 20337] 05:21:04.303924 clock_gettime(CLOCK_REALTIME, {1420032064, 304017700}) = 0
[pid 20337] 05:21:04.304236 lstat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/node_modules", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.304683 clock_gettime(CLOCK_REALTIME, {1420032064, 304759800}) = 0
[pid 20337] 05:21:04.304952 clock_gettime(CLOCK_REALTIME, {1420032064, 305040300}) = 0
[pid 20337] 05:21:04.305125 clock_gettime(CLOCK_REALTIME, {1420032064, 305206400}) = 0
[pid 20337] 05:21:04.305640 lstat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/node_modules/lru-cache", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.306288 clock_gettime(CLOCK_REALTIME, {1420032064, 306503400}) = 0
[pid 20338] 05:21:04.307476 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.307741 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.307842 clock_gettime(CLOCK_REALTIME, {1420032064, 307934400}) = 0
[pid 20337] 05:21:04.308041 clock_gettime(CLOCK_REALTIME, {1420032064, 308086000}) = 0
[pid 20337] 05:21:04.308213 lstat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/node_modules/lru-cache/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.308390 clock_gettime(CLOCK_REALTIME, {1420032064, 308441600}) = 0
[pid 20337] 05:21:04.308538 clock_gettime(CLOCK_REALTIME, {1420032064, 308579300}) = 0
[pid 20337] 05:21:04.308652 clock_gettime(CLOCK_REALTIME, {1420032064, 308696200}) = 0
[pid 20337] 05:21:04.308795 lstat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/node_modules/lru-cache/lib/lru-cache.js", {st_mode=S_IFREG|0664, st_size=6445, ...}) = 0
[pid 20337] 05:21:04.308938 clock_gettime(CLOCK_REALTIME, {1420032064, 308975200}) = 0
[pid 20337] 05:21:04.309034 clock_gettime(CLOCK_REALTIME, {1420032064, 309075200}) = 0
[pid 20337] 05:21:04.309135 clock_gettime(CLOCK_REALTIME, {1420032064, 309176100}) = 0
[pid 20337] 05:21:04.309337 open("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/node_modules/lru-cache/lib/lru-cache.js", O_RDONLY) = 9
[pid 20337] 05:21:04.309492 fstat(9, {st_mode=S_IFREG|0664, st_size=6445, ...}) = 0
[pid 20337] 05:21:04.309653 clock_gettime(CLOCK_REALTIME, {1420032064, 309700100}) = 0
[pid 20337] 05:21:04.309791 clock_gettime(CLOCK_REALTIME, {1420032064, 309838100}) = 0
[pid 20337] 05:21:04.309917 clock_gettime(CLOCK_REALTIME, {1420032064, 309962400}) = 0
[pid 20337] 05:21:04.310064 read(9, ";(function () { // closure for w"..., 6445) = 6445
[pid 20337] 05:21:04.310221 close(9) = 0
[pid 20337] 05:21:04.311732 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/node_modules/sigmund", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.312006 clock_gettime(CLOCK_REALTIME, {1420032064, 312068300}) = 0
[pid 20337] 05:21:04.312152 clock_gettime(CLOCK_REALTIME, {1420032064, 312211100}) = 0
[pid 20337] 05:21:04.312289 clock_gettime(CLOCK_REALTIME, {1420032064, 312440000}) = 0
[pid 20337] 05:21:04.312545 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/node_modules/sigmund.js", 0x7fff384d5328) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.312818 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/node_modules/sigmund.json", 0x7fff384d5328) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.313074 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/node_modules/sigmund.node", 0x7fff384d5328) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.313359 open("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/node_modules/sigmund/package.json", O_RDONLY) = 9
[pid 20337] 05:21:04.313562 fstat(9, {st_mode=S_IFREG|0664, st_size=3190, ...}) = 0
[pid 20337] 05:21:04.313762 clock_gettime(CLOCK_REALTIME, {1420032064, 313815200}) = 0
[pid 20337] 05:21:04.313929 clock_gettime(CLOCK_REALTIME, {1420032064, 314000000}) = 0
[pid 20337] 05:21:04.314083 clock_gettime(CLOCK_REALTIME, {1420032064, 314144600}) = 0
[pid 20337] 05:21:04.314297 read(9, "{\n \"name\": \"sigmund\",\n \"versio"..., 3190) = 3190
[pid 20337] 05:21:04.314475 close(9 <unfinished ...>
[pid 20338] 05:21:04.314597 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.314795 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.314862 <... close resumed> ) = 0
[pid 20337] 05:21:04.315970 clock_gettime(CLOCK_REALTIME, {1420032064, 316047100}) = 0
[pid 20337] 05:21:04.316181 clock_gettime(CLOCK_REALTIME, {1420032064, 316241000}) = 0
[pid 20337] 05:21:04.316472 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/node_modules/sigmund/sigmund.js", {st_mode=S_IFREG|0664, st_size=1146, ...}) = 0
[pid 20337] 05:21:04.316872 clock_gettime(CLOCK_REALTIME, {1420032064, 317020600}) = 0
[pid 20337] 05:21:04.317110 clock_gettime(CLOCK_REALTIME, {1420032064, 317147700}) = 0
[pid 20337] 05:21:04.317214 clock_gettime(CLOCK_REALTIME, {1420032064, 317244400}) = 0
[pid 20337] 05:21:04.317375 lstat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/node_modules/sigmund", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.317528 clock_gettime(CLOCK_REALTIME, {1420032064, 317578500}) = 0
[pid 20337] 05:21:04.317801 clock_gettime(CLOCK_REALTIME, {1420032064, 318086500}) = 0
[pid 20337] 05:21:04.318347 clock_gettime(CLOCK_REALTIME, {1420032064, 318385600}) = 0
[pid 20337] 05:21:04.318503 lstat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/node_modules/sigmund/sigmund.js", {st_mode=S_IFREG|0664, st_size=1146, ...}) = 0
[pid 20337] 05:21:04.318818 clock_gettime(CLOCK_REALTIME, {1420032064, 318855300}) = 0
[pid 20337] 05:21:04.319332 clock_gettime(CLOCK_REALTIME, {1420032064, 319391300}) = 0
[pid 20337] 05:21:04.319483 clock_gettime(CLOCK_REALTIME, {1420032064, 319516800}) = 0
[pid 20337] 05:21:04.319908 open("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/minimatch/node_modules/sigmund/sigmund.js", O_RDONLY) = 9
[pid 20337] 05:21:04.320372 fstat(9, {st_mode=S_IFREG|0664, st_size=1146, ...}) = 0
[pid 20337] 05:21:04.320551 clock_gettime(CLOCK_REALTIME, {1420032064, 320601100}) = 0
[pid 20337] 05:21:04.320686 clock_gettime(CLOCK_REALTIME, {1420032064, 320730600}) = 0
[pid 20337] 05:21:04.320808 clock_gettime(CLOCK_REALTIME, {1420032064, 320845100}) = 0
[pid 20337] 05:21:04.320929 read(9, "module.exports = sigmund\nfunctio"..., 1146) = 1146
[pid 20337] 05:21:04.321057 close(9) = 0
[pid 20338] 05:21:04.325492 <... nanosleep resumed> NULL) = 0
[pid 20337] 05:21:04.325528 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/inherits", <unfinished ...>
[pid 20338] 05:21:04.325820 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.325930 <... stat resumed> {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.326083 clock_gettime(CLOCK_REALTIME, {1420032064, 326130000}) = 0
[pid 20337] 05:21:04.326194 clock_gettime(CLOCK_REALTIME, {1420032064, 326224800}) = 0
[pid 20337] 05:21:04.326300 clock_gettime(CLOCK_REALTIME, {1420032064, 326335900}) = 0
[pid 20337] 05:21:04.326421 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/inherits.js", 0x7fff384d5678) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.326630 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/inherits.json", 0x7fff384d5678) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.326864 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/inherits.node", 0x7fff384d5678) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.327049 open("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/inherits/package.json", O_RDONLY) = 9
[pid 20337] 05:21:04.327179 fstat(9, {st_mode=S_IFREG|0664, st_size=2883, ...}) = 0
[pid 20337] 05:21:04.327290 clock_gettime(CLOCK_REALTIME, {1420032064, 327335100}) = 0
[pid 20337] 05:21:04.327392 clock_gettime(CLOCK_REALTIME, {1420032064, 327424500}) = 0
[pid 20337] 05:21:04.327486 clock_gettime(CLOCK_REALTIME, {1420032064, 327519000}) = 0
[pid 20337] 05:21:04.327596 read(9, "{\n \"name\": \"inherits\",\n \"descr"..., 2883) = 2883
[pid 20337] 05:21:04.327704 close(9) = 0
[pid 20337] 05:21:04.327895 stat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/inherits/inherits.js", {st_mode=S_IFREG|0664, st_size=42, ...}) = 0
[pid 20337] 05:21:04.328041 clock_gettime(CLOCK_REALTIME, {1420032064, 328076700}) = 0
[pid 20337] 05:21:04.328146 clock_gettime(CLOCK_REALTIME, {1420032064, 328179100}) = 0
[pid 20337] 05:21:04.328243 clock_gettime(CLOCK_REALTIME, {1420032064, 328277900}) = 0
[pid 20337] 05:21:04.328397 lstat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/inherits", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.328521 clock_gettime(CLOCK_REALTIME, {1420032064, 328561800}) = 0
[pid 20337] 05:21:04.328625 clock_gettime(CLOCK_REALTIME, {1420032064, 328671200}) = 0
[pid 20337] 05:21:04.328728 clock_gettime(CLOCK_REALTIME, {1420032064, 328768600}) = 0
[pid 20337] 05:21:04.328857 lstat("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/inherits/inherits.js", {st_mode=S_IFREG|0664, st_size=42, ...}) = 0
[pid 20337] 05:21:04.328980 clock_gettime(CLOCK_REALTIME, {1420032064, 329017800}) = 0
[pid 20337] 05:21:04.329080 clock_gettime(CLOCK_REALTIME, {1420032064, 329110300}) = 0
[pid 20337] 05:21:04.329165 clock_gettime(CLOCK_REALTIME, {1420032064, 329205000}) = 0
[pid 20337] 05:21:04.329350 open("/temp/node-sass/node_modules/mocha/node_modules/glob/node_modules/inherits/inherits.js", O_RDONLY) = 9
[pid 20337] 05:21:04.329480 fstat(9, {st_mode=S_IFREG|0664, st_size=42, ...}) = 0
[pid 20337] 05:21:04.329588 clock_gettime(CLOCK_REALTIME, {1420032064, 329624900}) = 0
[pid 20337] 05:21:04.329694 clock_gettime(CLOCK_REALTIME, {1420032064, 329722500}) = 0
[pid 20337] 05:21:04.329776 clock_gettime(CLOCK_REALTIME, {1420032064, 329807900}) = 0
[pid 20337] 05:21:04.329886 read(9, "module.exports = require('util')"..., 42) = 42
[pid 20337] 05:21:04.330012 close(9) = 0
[pid 20337] 05:21:04.330418 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/debug", 0x7fff384d59b8) = -1 ENOENT (No such file or directory)
[pid 20338] 05:21:04.330641 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.330780 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.330841 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.330923 <... futex resumed> ) = 0
[pid 20338] 05:21:04.330996 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.331044 <... futex resumed> ) = 1
[pid 20337] 05:21:04.331200 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/debug.js", 0x7fff384d5968) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.331391 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/debug.json", 0x7fff384d5968) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.331538 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/debug.node", 0x7fff384d5968) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.331795 open("/temp/node-sass/node_modules/mocha/lib/node_modules/debug/package.json", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.332109 clock_gettime(CLOCK_REALTIME, {1420032064, 332184100}) = 0
[pid 20337] 05:21:04.332528 clock_gettime(CLOCK_REALTIME, {1420032064, 332725200}) = 0
[pid 20337] 05:21:04.332849 clock_gettime(CLOCK_REALTIME, {1420032064, 332951000}) = 0
[pid 20337] 05:21:04.333182 clock_gettime(CLOCK_REALTIME, {1420032064, 333227600}) = 0
[pid 20337] 05:21:04.333357 clock_gettime(CLOCK_REALTIME, {1420032064, 333474000}) = 0
[pid 20337] 05:21:04.334049 clock_gettime(CLOCK_REALTIME, {1420032064, 334295600}) = 0
[pid 20338] 05:21:04.335685 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.336448 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.337325 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.337516 <... futex resumed> ) = 0
[pid 20338] 05:21:04.337911 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.338024 <... futex resumed> ) = 1
[pid 20337] 05:21:04.338422 clock_gettime(CLOCK_REALTIME, {1420032064, 338558500}) = 0
[pid 20337] 05:21:04.338798 clock_gettime(CLOCK_REALTIME, {1420032064, 338851000}) = 0
[pid 20337] 05:21:04.339050 clock_gettime(CLOCK_REALTIME, {1420032064, 339099000}) = 0
[pid 20337] 05:21:04.339345 clock_gettime(CLOCK_REALTIME, {1420032064, 339464400}) = 0
[pid 20337] 05:21:04.339594 clock_gettime(CLOCK_REALTIME, {1420032064, 339749200}) = 0
[pid 20337] 05:21:04.339866 clock_gettime(CLOCK_REALTIME, {1420032064, 339955500}) = 0
[pid 20337] 05:21:04.340042 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/debug/index.js", 0x7fff384d5968) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.340472 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/debug/index.json", 0x7fff384d5968) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.340694 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/debug/index.node", 0x7fff384d5968) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.340978 stat("/temp/node-sass/node_modules/mocha/node_modules/debug", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.341140 clock_gettime(CLOCK_REALTIME, {1420032064, 341230500}) = 0
[pid 20337] 05:21:04.341302 clock_gettime(CLOCK_REALTIME, {1420032064, 341338900}) = 0
[pid 20337] 05:21:04.341416 clock_gettime(CLOCK_REALTIME, {1420032064, 341451800}) = 0
[pid 20337] 05:21:04.341704 stat("/temp/node-sass/node_modules/mocha/node_modules/debug.js", 0x7fff384d5968) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.342003 stat("/temp/node-sass/node_modules/mocha/node_modules/debug.json", 0x7fff384d5968) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.342279 stat("/temp/node-sass/node_modules/mocha/node_modules/debug.node", 0x7fff384d5968) = -1 ENOENT (No such file or directory)
[pid 20338] 05:21:04.342604 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.342846 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.342941 open("/temp/node-sass/node_modules/mocha/node_modules/debug/package.json", O_RDONLY) = 9
[pid 20337] 05:21:04.343377 fstat(9, {st_mode=S_IFREG|0664, st_size=1632, ...}) = 0
[pid 20337] 05:21:04.343600 clock_gettime(CLOCK_REALTIME, {1420032064, 343722400}) = 0
[pid 20337] 05:21:04.343923 clock_gettime(CLOCK_REALTIME, {1420032064, 344038900}) = 0
[pid 20337] 05:21:04.344166 clock_gettime(CLOCK_REALTIME, {1420032064, 344271900}) = 0
[pid 20337] 05:21:04.344529 read(9, "{\n \"name\": \"debug\",\n \"version\""..., 1632) = 1632
[pid 20337] 05:21:04.344843 close(9) = 0
[pid 20337] 05:21:04.345126 stat("/temp/node-sass/node_modules/mocha/node_modules/debug/node.js", {st_mode=S_IFREG|0664, st_size=2493, ...}) = 0
[pid 20337] 05:21:04.345484 clock_gettime(CLOCK_REALTIME, {1420032064, 345602900}) = 0
[pid 20337] 05:21:04.345761 clock_gettime(CLOCK_REALTIME, {1420032064, 345808400}) = 0
[pid 20337] 05:21:04.346071 clock_gettime(CLOCK_REALTIME, {1420032064, 346122200}) = 0
[pid 20337] 05:21:04.346474 lstat("/temp/node-sass/node_modules/mocha/node_modules/debug", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.346831 clock_gettime(CLOCK_REALTIME, {1420032064, 346959700}) = 0
[pid 20337] 05:21:04.347040 clock_gettime(CLOCK_REALTIME, {1420032064, 347209700}) = 0
[pid 20337] 05:21:04.347292 clock_gettime(CLOCK_REALTIME, {1420032064, 347331300}) = 0
[pid 20337] 05:21:04.347597 lstat("/temp/node-sass/node_modules/mocha/node_modules/debug/node.js", {st_mode=S_IFREG|0664, st_size=2493, ...}) = 0
[pid 20337] 05:21:04.347973 clock_gettime(CLOCK_REALTIME, {1420032064, 348020100}) = 0
[pid 20337] 05:21:04.348090 clock_gettime(CLOCK_REALTIME, {1420032064, 348147000}) = 0
[pid 20337] 05:21:04.348211 clock_gettime(CLOCK_REALTIME, {1420032064, 348249000}) = 0
[pid 20337] 05:21:04.348479 open("/temp/node-sass/node_modules/mocha/node_modules/debug/node.js", O_RDONLY) = 9
[pid 20337] 05:21:04.348853 fstat(9, {st_mode=S_IFREG|0664, st_size=2493, ...}) = 0
[pid 20337] 05:21:04.349155 clock_gettime(CLOCK_REALTIME, {1420032064, 349273000}) = 0
[pid 20337] 05:21:04.349463 clock_gettime(CLOCK_REALTIME, {1420032064, 349522700}) = 0
[pid 20337] 05:21:04.349728 clock_gettime(CLOCK_REALTIME, {1420032064, 349778000}) = 0
[pid 20337] 05:21:04.350037 read(9, "\n/**\n * Module dependencies.\n */"..., 2493) = 2493
[pid 20337] 05:21:04.350338 close(9) = 0
[pid 20338] 05:21:04.353288 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.354755 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.356371 stat("/temp/node-sass/node_modules/mocha/node_modules/debug/debug", 0x7fff384d56c8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.357046 stat("/temp/node-sass/node_modules/mocha/node_modules/debug/debug.js", {st_mode=S_IFREG|0664, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.357442 clock_gettime(CLOCK_REALTIME, {1420032064, 357489700}) = 0
[pid 20337] 05:21:04.357783 clock_gettime(CLOCK_REALTIME, {1420032064, 357850500}) = 0
[pid 20337] 05:21:04.358019 clock_gettime(CLOCK_REALTIME, {1420032064, 358060800}) = 0
[pid 20337] 05:21:04.358311 lstat("/temp/node-sass/node_modules/mocha/node_modules/debug/debug.js", {st_mode=S_IFREG|0664, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.358516 clock_gettime(CLOCK_REALTIME, {1420032064, 358696600}) = 0
[pid 20337] 05:21:04.358813 clock_gettime(CLOCK_REALTIME, {1420032064, 358864300}) = 0
[pid 20337] 05:21:04.358991 clock_gettime(CLOCK_REALTIME, {1420032064, 359065100}) = 0
[pid 20337] 05:21:04.359388 open("/temp/node-sass/node_modules/mocha/node_modules/debug/debug.js", O_RDONLY) = 9
[pid 20337] 05:21:04.360380 fstat(9, {st_mode=S_IFREG|0664, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.360488 clock_gettime(CLOCK_REALTIME, {1420032064, 360521900}) = 0
[pid 20337] 05:21:04.360578 clock_gettime(CLOCK_REALTIME, {1420032064, 360606500}) = 0
[pid 20337] 05:21:04.360655 clock_gettime(CLOCK_REALTIME, {1420032064, 360683300}) = 0
[pid 20337] 05:21:04.360755 read(9, "\n/**\n * This is the common logic"..., 4096) = 4096
[pid 20337] 05:21:04.360923 close(9) = 0
[pid 20337] 05:21:04.361462 stat("/temp/node-sass/node_modules/mocha/node_modules/debug/node_modules/ms", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.361601 clock_gettime(CLOCK_REALTIME, {1420032064, 361666600}) = 0
[pid 20337] 05:21:04.361732 clock_gettime(CLOCK_REALTIME, {1420032064, 361762100}) = 0
[pid 20337] 05:21:04.361831 clock_gettime(CLOCK_REALTIME, {1420032064, 361877900}) = 0
[pid 20337] 05:21:04.361959 stat("/temp/node-sass/node_modules/mocha/node_modules/debug/node_modules/ms.js", 0x7fff384d5378) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.362143 stat("/temp/node-sass/node_modules/mocha/node_modules/debug/node_modules/ms.json", 0x7fff384d5378) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.362294 stat("/temp/node-sass/node_modules/mocha/node_modules/debug/node_modules/ms.node", 0x7fff384d5378) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.362488 open("/temp/node-sass/node_modules/mocha/node_modules/debug/node_modules/ms/package.json", O_RDONLY) = 9
[pid 20337] 05:21:04.362627 fstat(9, <unfinished ...>
[pid 20338] 05:21:04.362779 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.362871 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.362914 <... fstat resumed> {st_mode=S_IFREG|0664, st_size=1056, ...}) = 0
[pid 20337] 05:21:04.363072 clock_gettime(CLOCK_REALTIME, {1420032064, 363118800}) = 0
[pid 20337] 05:21:04.363181 clock_gettime(CLOCK_REALTIME, {1420032064, 363209700}) = 0
[pid 20337] 05:21:04.363274 clock_gettime(CLOCK_REALTIME, {1420032064, 363308800}) = 0
[pid 20337] 05:21:04.363388 read(9, "{\n \"name\": \"ms\",\n \"version\": \""..., 1056) = 1056
[pid 20337] 05:21:04.363494 close(9) = 0
[pid 20337] 05:21:04.363691 stat("/temp/node-sass/node_modules/mocha/node_modules/debug/node_modules/ms/index", 0x7fff384d5378) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.363861 stat("/temp/node-sass/node_modules/mocha/node_modules/debug/node_modules/ms/index.js", {st_mode=S_IFREG|0664, st_size=2025, ...}) = 0
[pid 20337] 05:21:04.363987 clock_gettime(CLOCK_REALTIME, {1420032064, 364025200}) = 0
[pid 20337] 05:21:04.364089 clock_gettime(CLOCK_REALTIME, {1420032064, 364122700}) = 0
[pid 20337] 05:21:04.364176 clock_gettime(CLOCK_REALTIME, {1420032064, 364224700}) = 0
[pid 20337] 05:21:04.364367 lstat("/temp/node-sass/node_modules/mocha/node_modules/debug/node_modules", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.364531 clock_gettime(CLOCK_REALTIME, {1420032064, 364581200}) = 0
[pid 20337] 05:21:04.364662 clock_gettime(CLOCK_REALTIME, {1420032064, 364714200}) = 0
[pid 20337] 05:21:04.364842 clock_gettime(CLOCK_REALTIME, {1420032064, 364883100}) = 0
[pid 20337] 05:21:04.365024 clock_gettime(CLOCK_REALTIME, {1420032064, 365089500}) = 0
[pid 20337] 05:21:04.365163 clock_gettime(CLOCK_REALTIME, {1420032064, 365195000}) = 0
[pid 20337] 05:21:04.365279 lstat("/temp/node-sass/node_modules/mocha/node_modules/debug/node_modules/ms", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.365411 clock_gettime(CLOCK_REALTIME, {1420032064, 365444500}) = 0
[pid 20337] 05:21:04.365495 clock_gettime(CLOCK_REALTIME, {1420032064, 365537800}) = 0
[pid 20337] 05:21:04.365587 clock_gettime(CLOCK_REALTIME, {1420032064, 365630700}) = 0
[pid 20337] 05:21:04.365756 lstat("/temp/node-sass/node_modules/mocha/node_modules/debug/node_modules/ms/index.js", {st_mode=S_IFREG|0664, st_size=2025, ...}) = 0
[pid 20337] 05:21:04.366119 clock_gettime(CLOCK_REALTIME, {1420032064, 366179700}) = 0
[pid 20337] 05:21:04.366333 clock_gettime(CLOCK_REALTIME, {1420032064, 366497900}) = 0
[pid 20337] 05:21:04.368197 clock_gettime(CLOCK_REALTIME, {1420032064, 368269700}) = 0
[pid 20337] 05:21:04.368671 open("/temp/node-sass/node_modules/mocha/node_modules/debug/node_modules/ms/index.js", O_RDONLY) = 9
[pid 20337] 05:21:04.369037 fstat(9, {st_mode=S_IFREG|0664, st_size=2025, ...}) = 0
[pid 20337] 05:21:04.369301 clock_gettime(CLOCK_REALTIME, {1420032064, 369358200}) = 0
[pid 20337] 05:21:04.369432 clock_gettime(CLOCK_REALTIME, {1420032064, 369470800}) = 0
[pid 20337] 05:21:04.369534 clock_gettime(CLOCK_REALTIME, {1420032064, 369588500}) = 0
[pid 20337] 05:21:04.369885 read(9, "/**\n * Helpers.\n */\n\nvar s = 100"..., 2025) = 2025
[pid 20337] 05:21:04.370036 close(9) = 0
[pid 20338] 05:21:04.370669 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.370860 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.371091 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.371220 <... futex resumed> ) = 0
[pid 20338] 05:21:04.371417 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.371490 <... futex resumed> ) = 1
[pid 20337] 05:21:04.373292 getcwd("/temp/node-sass", 4096) = 16
[pid 20337] 05:21:04.373920 stat("/temp/node-sass/node_modules/mocha/lib/interfaces", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.374137 clock_gettime(CLOCK_REALTIME, {1420032064, 374199300}) = 0
[pid 20337] 05:21:04.374299 clock_gettime(CLOCK_REALTIME, {1420032064, 374341800}) = 0
[pid 20337] 05:21:04.374418 clock_gettime(CLOCK_REALTIME, {1420032064, 374456900}) = 0
[pid 20337] 05:21:04.374536 stat("/temp/node-sass/node_modules/mocha/lib/interfaces.js", 0x7fff384d5c28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.374818 stat("/temp/node-sass/node_modules/mocha/lib/interfaces.json", 0x7fff384d5c28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.374973 stat("/temp/node-sass/node_modules/mocha/lib/interfaces.node", 0x7fff384d5c28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.375160 open("/temp/node-sass/node_modules/mocha/lib/interfaces/package.json", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.375362 stat("/temp/node-sass/node_modules/mocha/lib/interfaces/index.js", {st_mode=S_IFREG|0664, st_size=140, ...}) = 0
[pid 20337] 05:21:04.375500 clock_gettime(CLOCK_REALTIME, {1420032064, 375552200}) = 0
[pid 20337] 05:21:04.375661 clock_gettime(CLOCK_REALTIME, {1420032064, 375711900}) = 0
[pid 20337] 05:21:04.375791 clock_gettime(CLOCK_REALTIME, {1420032064, 375828800}) = 0
[pid 20337] 05:21:04.375931 lstat("/temp/node-sass/node_modules/mocha/lib/interfaces", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.376072 clock_gettime(CLOCK_REALTIME, {1420032064, 376114600}) = 0
[pid 20337] 05:21:04.376179 clock_gettime(CLOCK_REALTIME, {1420032064, 376232500}) = 0
[pid 20337] 05:21:04.376297 clock_gettime(CLOCK_REALTIME, {1420032064, 376334000}) = 0
[pid 20337] 05:21:04.376419 lstat("/temp/node-sass/node_modules/mocha/lib/interfaces/index.js", {st_mode=S_IFREG|0664, st_size=140, ...}) = 0
[pid 20337] 05:21:04.376531 clock_gettime(CLOCK_REALTIME, {1420032064, 376571100}) = 0
[pid 20337] 05:21:04.376640 clock_gettime(CLOCK_REALTIME, {1420032064, 376705700}) = 0
[pid 20337] 05:21:04.376834 clock_gettime(CLOCK_REALTIME, {1420032064, 376911700}) = 0
[pid 20337] 05:21:04.377110 open("/temp/node-sass/node_modules/mocha/lib/interfaces/index.js", O_RDONLY) = 9
[pid 20337] 05:21:04.377223 fstat(9, {st_mode=S_IFREG|0664, st_size=140, ...}) = 0
[pid 20337] 05:21:04.377343 clock_gettime(CLOCK_REALTIME, {1420032064, 377401000}) = 0
[pid 20337] 05:21:04.377484 clock_gettime(CLOCK_REALTIME, {1420032064, 377557900}) = 0
[pid 20337] 05:21:04.377646 clock_gettime(CLOCK_REALTIME, {1420032064, 377692500}) = 0
[pid 20337] 05:21:04.377775 read(9, "exports.bdd = require('./bdd');\n"..., 140) = 140
[pid 20337] 05:21:04.377902 close(9) = 0
[pid 20337] 05:21:04.378203 stat("/temp/node-sass/node_modules/mocha/lib/interfaces/bdd", 0x7fff384d59b8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.378388 stat("/temp/node-sass/node_modules/mocha/lib/interfaces/bdd.js", {st_mode=S_IFREG|0664, st_size=2847, ...}) = 0
[pid 20337] 05:21:04.378522 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:04.378604 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.378651 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.378754 <... clock_gettime resumed> {1420032064, 378747800}) = 0
[pid 20337] 05:21:04.378869 clock_gettime(CLOCK_REALTIME, {1420032064, 378911500}) = 0
[pid 20337] 05:21:04.378978 clock_gettime(CLOCK_REALTIME, {1420032064, 379015200}) = 0
[pid 20337] 05:21:04.379126 lstat("/temp/node-sass/node_modules/mocha/lib/interfaces/bdd.js", {st_mode=S_IFREG|0664, st_size=2847, ...}) = 0
[pid 20337] 05:21:04.379259 clock_gettime(CLOCK_REALTIME, {1420032064, 379300100}) = 0
[pid 20337] 05:21:04.379365 clock_gettime(CLOCK_REALTIME, {1420032064, 379403000}) = 0
[pid 20337] 05:21:04.379461 clock_gettime(CLOCK_REALTIME, {1420032064, 379496400}) = 0
[pid 20337] 05:21:04.379656 open("/temp/node-sass/node_modules/mocha/lib/interfaces/bdd.js", O_RDONLY) = 9
[pid 20337] 05:21:04.379813 fstat(9, {st_mode=S_IFREG|0664, st_size=2847, ...}) = 0
[pid 20337] 05:21:04.379919 clock_gettime(CLOCK_REALTIME, {1420032064, 379948600}) = 0
[pid 20337] 05:21:04.380022 clock_gettime(CLOCK_REALTIME, {1420032064, 380062800}) = 0
[pid 20337] 05:21:04.380133 clock_gettime(CLOCK_REALTIME, {1420032064, 380192300}) = 0
[pid 20337] 05:21:04.380283 read(9, "/**\n * Module dependencies.\n */\n"..., 2847) = 2847
[pid 20337] 05:21:04.380453 close(9) = 0
[pid 20337] 05:21:04.381107 stat("/temp/node-sass/node_modules/mocha/lib/suite", 0x7fff384d56e8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.381435 stat("/temp/node-sass/node_modules/mocha/lib/suite.js", {st_mode=S_IFREG|0664, st_size=7390, ...}) = 0
[pid 20337] 05:21:04.381618 clock_gettime(CLOCK_REALTIME, {1420032064, 381729100}) = 0
[pid 20337] 05:21:04.381944 clock_gettime(CLOCK_REALTIME, {1420032064, 382026600}) = 0
[pid 20337] 05:21:04.382131 clock_gettime(CLOCK_REALTIME, {1420032064, 382182300}) = 0
[pid 20337] 05:21:04.382343 lstat("/temp/node-sass/node_modules/mocha/lib/suite.js", {st_mode=S_IFREG|0664, st_size=7390, ...}) = 0
[pid 20337] 05:21:04.382549 clock_gettime(CLOCK_REALTIME, {1420032064, 382750800}) = 0
[pid 20337] 05:21:04.382865 clock_gettime(CLOCK_REALTIME, {1420032064, 383218700}) = 0
[pid 20337] 05:21:04.383407 clock_gettime(CLOCK_REALTIME, {1420032064, 383509100}) = 0
[pid 20337] 05:21:04.384035 open("/temp/node-sass/node_modules/mocha/lib/suite.js", O_RDONLY) = 9
[pid 20337] 05:21:04.384195 fstat(9, {st_mode=S_IFREG|0664, st_size=7390, ...}) = 0
[pid 20337] 05:21:04.384422 clock_gettime(CLOCK_REALTIME, {1420032064, 384533500}) = 0
[pid 20337] 05:21:04.384596 clock_gettime(CLOCK_REALTIME, {1420032064, 384642600}) = 0
[pid 20337] 05:21:04.384708 clock_gettime(CLOCK_REALTIME, {1420032064, 384738000}) = 0
[pid 20337] 05:21:04.384834 read(9, "/**\n * Module dependencies.\n */\n"..., 7390) = 7390
[pid 20337] 05:21:04.384950 close(9) = 0
[pid 20337] 05:21:04.386134 stat("/temp/node-sass/node_modules/mocha/lib/ms", 0x7fff384d5418) = -1 ENOENT (No such file or directory)
[pid 20338] 05:21:04.386711 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.386875 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.386983 stat("/temp/node-sass/node_modules/mocha/lib/ms.js", {st_mode=S_IFREG|0664, st_size=2044, ...}) = 0
[pid 20337] 05:21:04.387152 clock_gettime(CLOCK_REALTIME, {1420032064, 387218900}) = 0
[pid 20337] 05:21:04.387344 clock_gettime(CLOCK_REALTIME, {1420032064, 387401600}) = 0
[pid 20337] 05:21:04.387515 clock_gettime(CLOCK_REALTIME, {1420032064, 387571500}) = 0
[pid 20337] 05:21:04.387821 clock_gettime(CLOCK_REALTIME, {1420032064, 387878400}) = 0
[pid 20337] 05:21:04.388058 clock_gettime(CLOCK_REALTIME, {1420032064, 388114500}) = 0
[pid 20337] 05:21:04.388167 clock_gettime(CLOCK_REALTIME, {1420032064, 388231000}) = 0
[pid 20337] 05:21:04.388432 clock_gettime(CLOCK_REALTIME, {1420032064, 388476500}) = 0
[pid 20337] 05:21:04.388541 clock_gettime(CLOCK_REALTIME, {1420032064, 388577100}) = 0
[pid 20337] 05:21:04.388714 clock_gettime(CLOCK_REALTIME, {1420032064, 388755200}) = 0
[pid 20337] 05:21:04.388823 lstat("/temp/node-sass/node_modules/mocha/lib/ms.js", {st_mode=S_IFREG|0664, st_size=2044, ...}) = 0
[pid 20337] 05:21:04.388975 clock_gettime(CLOCK_REALTIME, {1420032064, 389016700}) = 0
[pid 20337] 05:21:04.389088 clock_gettime(CLOCK_REALTIME, {1420032064, 389118100}) = 0
[pid 20337] 05:21:04.389174 clock_gettime(CLOCK_REALTIME, {1420032064, 389206200}) = 0
[pid 20337] 05:21:04.389359 open("/temp/node-sass/node_modules/mocha/lib/ms.js", O_RDONLY) = 9
[pid 20337] 05:21:04.389499 fstat(9, {st_mode=S_IFREG|0664, st_size=2044, ...}) = 0
[pid 20337] 05:21:04.389586 clock_gettime(CLOCK_REALTIME, {1420032064, 389615900}) = 0
[pid 20337] 05:21:04.389885 clock_gettime(CLOCK_REALTIME, {1420032064, 389916500}) = 0
[pid 20337] 05:21:04.389963 clock_gettime(CLOCK_REALTIME, {1420032064, 389990700}) = 0
[pid 20337] 05:21:04.390060 read(9, "/**\n * Helpers.\n */\n\nvar s = 100"..., 2044) = 2044
[pid 20337] 05:21:04.390152 close(9) = 0
[pid 20337] 05:21:04.390291 clock_gettime(CLOCK_REALTIME, {1420032064, 390326200}) = 0
[pid 20337] 05:21:04.390415 clock_gettime(CLOCK_REALTIME, {1420032064, 390446500}) = 0
[pid 20337] 05:21:04.390490 clock_gettime(CLOCK_REALTIME, {1420032064, 390516000}) = 0
[pid 20337] 05:21:04.390643 clock_gettime(CLOCK_REALTIME, {1420032064, 390699400}) = 0
[pid 20337] 05:21:04.390794 clock_gettime(CLOCK_REALTIME, {1420032064, 390854700}) = 0
[pid 20337] 05:21:04.390978 clock_gettime(CLOCK_REALTIME, {1420032064, 391044000}) = 0
[pid 20337] 05:21:04.391524 stat("/temp/node-sass/node_modules/mocha/lib/hook", 0x7fff384d5418) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.391905 stat("/temp/node-sass/node_modules/mocha/lib/hook.js", {st_mode=S_IFREG|0664, st_size=713, ...}) = 0
[pid 20337] 05:21:04.392182 clock_gettime(CLOCK_REALTIME, {1420032064, 392250000}) = 0
[pid 20337] 05:21:04.392370 clock_gettime(CLOCK_REALTIME, {1420032064, 392428100}) = 0
[pid 20337] 05:21:04.392522 clock_gettime(CLOCK_REALTIME, {1420032064, 392603600}) = 0
[pid 20337] 05:21:04.392835 lstat("/temp/node-sass/node_modules/mocha/lib/hook.js", {st_mode=S_IFREG|0664, st_size=713, ...}) = 0
[pid 20337] 05:21:04.392970 clock_gettime(CLOCK_REALTIME, {1420032064, 393004700}) = 0
[pid 20337] 05:21:04.393067 clock_gettime(CLOCK_REALTIME, {1420032064, 393096900}) = 0
[pid 20337] 05:21:04.393173 clock_gettime(CLOCK_REALTIME, {1420032064, 393212800}) = 0
[pid 20337] 05:21:04.393368 open("/temp/node-sass/node_modules/mocha/lib/hook.js", O_RDONLY) = 9
[pid 20337] 05:21:04.393489 fstat(9, {st_mode=S_IFREG|0664, st_size=713, ...}) = 0
[pid 20337] 05:21:04.393612 clock_gettime(CLOCK_REALTIME, {1420032064, 393679500}) = 0
[pid 20337] 05:21:04.393753 clock_gettime(CLOCK_REALTIME, {1420032064, 393791600}) = 0
[pid 20337] 05:21:04.393853 clock_gettime(CLOCK_REALTIME, {1420032064, 393883800}) = 0
[pid 20337] 05:21:04.393960 read(9, "/**\n * Module dependencies.\n */\n"..., 713) = 713
[pid 20337] 05:21:04.394075 close(9) = 0
[pid 20337] 05:21:04.394424 clock_gettime(CLOCK_REALTIME, {1420032064, 394472800}) = 0
[pid 20338] 05:21:04.394632 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.394741 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.394833 clock_gettime(CLOCK_REALTIME, {1420032064, 394910200}) = 0
[pid 20337] 05:21:04.394969 clock_gettime(CLOCK_REALTIME, {1420032064, 395004000}) = 0
[pid 20337] 05:21:04.395112 clock_gettime(CLOCK_REALTIME, {1420032064, 395149000}) = 0
[pid 20337] 05:21:04.395195 clock_gettime(CLOCK_REALTIME, {1420032064, 395237000}) = 0
[pid 20337] 05:21:04.395323 clock_gettime(CLOCK_REALTIME, {1420032064, 395366300}) = 0
[pid 20337] 05:21:04.395439 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.395493 <... futex resumed> ) = 0
[pid 20338] 05:21:04.395605 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.395691 <... futex resumed> ) = 1
[pid 20337] 05:21:04.396169 clock_gettime(CLOCK_REALTIME, {1420032064, 396229100}) = 0
[pid 20337] 05:21:04.396958 stat("/temp/node-sass/node_modules/mocha/lib/runnable", 0x7fff384d5148) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.397258 stat("/temp/node-sass/node_modules/mocha/lib/runnable.js", {st_mode=S_IFREG|0664, st_size=5736, ...}) = 0
[pid 20337] 05:21:04.397519 clock_gettime(CLOCK_REALTIME, {1420032064, 397564200}) = 0
[pid 20337] 05:21:04.397656 clock_gettime(CLOCK_REALTIME, {1420032064, 397701500}) = 0
[pid 20337] 05:21:04.397794 clock_gettime(CLOCK_REALTIME, {1420032064, 397836200}) = 0
[pid 20337] 05:21:04.397976 lstat("/temp/node-sass/node_modules/mocha/lib/runnable.js", {st_mode=S_IFREG|0664, st_size=5736, ...}) = 0
[pid 20337] 05:21:04.398144 clock_gettime(CLOCK_REALTIME, {1420032064, 398186500}) = 0
[pid 20337] 05:21:04.398271 clock_gettime(CLOCK_REALTIME, {1420032064, 398311300}) = 0
[pid 20337] 05:21:04.398394 clock_gettime(CLOCK_REALTIME, {1420032064, 398434200}) = 0
[pid 20337] 05:21:04.398683 open("/temp/node-sass/node_modules/mocha/lib/runnable.js", O_RDONLY) = 9
[pid 20337] 05:21:04.398832 fstat(9, {st_mode=S_IFREG|0664, st_size=5736, ...}) = 0
[pid 20337] 05:21:04.398993 clock_gettime(CLOCK_REALTIME, {1420032064, 399038100}) = 0
[pid 20337] 05:21:04.399110 clock_gettime(CLOCK_REALTIME, {1420032064, 399170600}) = 0
[pid 20337] 05:21:04.399254 clock_gettime(CLOCK_REALTIME, {1420032064, 399301100}) = 0
[pid 20337] 05:21:04.399427 read(9, "/**\n * Module dependencies.\n */\n"..., 5736) = 5736
[pid 20337] 05:21:04.399579 close(9) = 0
[pid 20337] 05:21:04.400592 stat("/temp/node-sass/node_modules/mocha/lib/test", 0x7fff384d56e8) = -1 ENOENT (No such file or directory)
[pid 20338] 05:21:04.402667 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.402740 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.403117 stat("/temp/node-sass/node_modules/mocha/lib/test.js", {st_mode=S_IFREG|0664, st_size=471, ...}) = 0
[pid 20337] 05:21:04.403469 clock_gettime(CLOCK_REALTIME, {1420032064, 403539200}) = 0
[pid 20337] 05:21:04.403716 clock_gettime(CLOCK_REALTIME, {1420032064, 403764200}) = 0
[pid 20337] 05:21:04.403843 clock_gettime(CLOCK_REALTIME, {1420032064, 403883400}) = 0
[pid 20337] 05:21:04.404101 lstat("/temp/node-sass/node_modules/mocha/lib/test.js", {st_mode=S_IFREG|0664, st_size=471, ...}) = 0
[pid 20337] 05:21:04.404407 clock_gettime(CLOCK_REALTIME, {1420032064, 404465500}) = 0
[pid 20337] 05:21:04.404571 clock_gettime(CLOCK_REALTIME, {1420032064, 404676200}) = 0
[pid 20337] 05:21:04.404765 clock_gettime(CLOCK_REALTIME, {1420032064, 404824600}) = 0
[pid 20337] 05:21:04.405058 open("/temp/node-sass/node_modules/mocha/lib/test.js", O_RDONLY) = 9
[pid 20337] 05:21:04.405253 fstat(9, {st_mode=S_IFREG|0664, st_size=471, ...}) = 0
[pid 20337] 05:21:04.405447 clock_gettime(CLOCK_REALTIME, {1420032064, 405504800}) = 0
[pid 20337] 05:21:04.405631 clock_gettime(CLOCK_REALTIME, {1420032064, 405707500}) = 0
[pid 20337] 05:21:04.405887 clock_gettime(CLOCK_REALTIME, {1420032064, 405965900}) = 0
[pid 20337] 05:21:04.406105 read(9, "/**\n * Module dependencies.\n */\n"..., 471) = 471
[pid 20337] 05:21:04.406233 close(9) = 0
[pid 20337] 05:21:04.406717 stat("/temp/node-sass/node_modules/mocha/lib/utils", 0x7fff384d56e8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.406950 stat("/temp/node-sass/node_modules/mocha/lib/utils.js", {st_mode=S_IFREG|0664, st_size=12358, ...}) = 0
[pid 20337] 05:21:04.407089 clock_gettime(CLOCK_REALTIME, {1420032064, 407138200}) = 0
[pid 20337] 05:21:04.407200 clock_gettime(CLOCK_REALTIME, {1420032064, 407249500}) = 0
[pid 20337] 05:21:04.407311 clock_gettime(CLOCK_REALTIME, {1420032064, 407360200}) = 0
[pid 20337] 05:21:04.407490 stat("/temp/node-sass/node_modules/mocha/lib/interfaces/node_modules/escape-string-regexp", 0x7fff384d56e8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.407686 stat("/temp/node-sass/node_modules/mocha/lib/interfaces/node_modules/escape-string-regexp.js", 0x7fff384d5688) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.407855 stat("/temp/node-sass/node_modules/mocha/lib/interfaces/node_modules/escape-string-regexp.json", 0x7fff384d5688) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.407998 stat("/temp/node-sass/node_modules/mocha/lib/interfaces/node_modules/escape-string-regexp.node", 0x7fff384d5688) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.408157 open("/temp/node-sass/node_modules/mocha/lib/interfaces/node_modules/escape-string-regexp/package.json", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.408356 stat("/temp/node-sass/node_modules/mocha/lib/interfaces/node_modules/escape-string-regexp/index.js", 0x7fff384d5688) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.408511 stat("/temp/node-sass/node_modules/mocha/lib/interfaces/node_modules/escape-string-regexp/index.json", 0x7fff384d5688) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.408759 stat("/temp/node-sass/node_modules/mocha/lib/interfaces/node_modules/escape-string-regexp/index.node", 0x7fff384d5688) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.408978 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/escape-string-regexp", 0x7fff384d56e8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.409130 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/escape-string-regexp.js", 0x7fff384d5688) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.409266 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/escape-string-regexp.json", 0x7fff384d5688) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.409390 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/escape-string-regexp.node", 0x7fff384d5688) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.409575 open("/temp/node-sass/node_modules/mocha/lib/node_modules/escape-string-regexp/package.json", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.409840 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/escape-string-regexp/index.js", 0x7fff384d5688) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.409977 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/escape-string-regexp/index.json", 0x7fff384d5688) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.410096 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/escape-string-regexp/index.node", 0x7fff384d5688) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.410233 stat("/temp/node-sass/node_modules/mocha/node_modules/escape-string-regexp", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.410381 clock_gettime(CLOCK_REALTIME, {1420032064, 410426300}) = 0
[pid 20337] 05:21:04.410493 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:04.410597 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.410611 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.410764 <... clock_gettime resumed> {1420032064, 410576500}) = 0
[pid 20337] 05:21:04.410873 clock_gettime(CLOCK_REALTIME, {1420032064, 410922500}) = 0
[pid 20337] 05:21:04.411022 stat("/temp/node-sass/node_modules/mocha/node_modules/escape-string-regexp.js", 0x7fff384d5688) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.411198 stat("/temp/node-sass/node_modules/mocha/node_modules/escape-string-regexp.json", 0x7fff384d5688) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.411440 stat("/temp/node-sass/node_modules/mocha/node_modules/escape-string-regexp.node", 0x7fff384d5688) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.411865 stat("/temp/node-sass/node_modules/mocha/node_modules/escape-string-regexp/index.js", {st_mode=S_IFREG|0664, st_size=227, ...}) = 0
[pid 20337] 05:21:04.412120 clock_gettime(CLOCK_REALTIME, {1420032064, 412187500}) = 0
[pid 20337] 05:21:04.412373 clock_gettime(CLOCK_REALTIME, {1420032064, 412519400}) = 0
[pid 20337] 05:21:04.412683 clock_gettime(CLOCK_REALTIME, {1420032064, 412739300}) = 0
[pid 20337] 05:21:04.413120 stat("/temp/node-sass/node_modules/mocha/lib/interfaces/tdd", 0x7fff384d59b8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.413819 stat("/temp/node-sass/node_modules/mocha/lib/interfaces/tdd.js", {st_mode=S_IFREG|0664, st_size=2796, ...}) = 0
[pid 20337] 05:21:04.413968 clock_gettime(CLOCK_REALTIME, {1420032064, 414023900}) = 0
[pid 20337] 05:21:04.415381 clock_gettime(CLOCK_REALTIME, {1420032064, 415650600}) = 0
[pid 20337] 05:21:04.415773 clock_gettime(CLOCK_REALTIME, {1420032064, 415857900}) = 0
[pid 20337] 05:21:04.416074 lstat("/temp/node-sass/node_modules/mocha/lib/interfaces/tdd.js", {st_mode=S_IFREG|0664, st_size=2796, ...}) = 0
[pid 20337] 05:21:04.416224 clock_gettime(CLOCK_REALTIME, {1420032064, 416266400}) = 0
[pid 20337] 05:21:04.416329 clock_gettime(CLOCK_REALTIME, {1420032064, 416375300}) = 0
[pid 20337] 05:21:04.416433 clock_gettime(CLOCK_REALTIME, {1420032064, 416480300}) = 0
[pid 20337] 05:21:04.416656 open("/temp/node-sass/node_modules/mocha/lib/interfaces/tdd.js", O_RDONLY) = 9
[pid 20337] 05:21:04.417001 fstat(9, {st_mode=S_IFREG|0664, st_size=2796, ...}) = 0
[pid 20337] 05:21:04.417208 clock_gettime(CLOCK_REALTIME, {1420032064, 417253900}) = 0
[pid 20337] 05:21:04.417350 clock_gettime(CLOCK_REALTIME, {1420032064, 417422300}) = 0
[pid 20337] 05:21:04.417525 clock_gettime(CLOCK_REALTIME, {1420032064, 417579600}) = 0
[pid 20337] 05:21:04.417770 read(9, "/**\n * Module dependencies.\n */\n"..., 2796) = 2796
[pid 20337] 05:21:04.417971 close(9) = 0
[pid 20338] 05:21:04.418838 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.419176 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.419431 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.419528 <... futex resumed> ) = 0
[pid 20338] 05:21:04.419548 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.419786 <... futex resumed> ) = 1
[pid 20337] 05:21:04.420091 clock_gettime(CLOCK_REALTIME, {1420032064, 420172400}) = 0
[pid 20337] 05:21:04.420278 clock_gettime(CLOCK_REALTIME, {1420032064, 420334700}) = 0
[pid 20337] 05:21:04.420405 clock_gettime(CLOCK_REALTIME, {1420032064, 420451700}) = 0
[pid 20337] 05:21:04.420603 clock_gettime(CLOCK_REALTIME, {1420032064, 420654800}) = 0
[pid 20337] 05:21:04.420725 clock_gettime(CLOCK_REALTIME, {1420032064, 420797600}) = 0
[pid 20337] 05:21:04.420945 clock_gettime(CLOCK_REALTIME, {1420032064, 421003500}) = 0
[pid 20337] 05:21:04.421292 clock_gettime(CLOCK_REALTIME, {1420032064, 421355100}) = 0
[pid 20337] 05:21:04.421493 clock_gettime(CLOCK_REALTIME, {1420032064, 421546700}) = 0
[pid 20337] 05:21:04.421700 clock_gettime(CLOCK_REALTIME, {1420032064, 421996700}) = 0
[pid 20338] 05:21:04.427791 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.427862 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.427958 clock_gettime(CLOCK_REALTIME, {1420032064, 427975800}) = 0
[pid 20337] 05:21:04.427999 clock_gettime(CLOCK_REALTIME, {1420032064, 428009000}) = 0
[pid 20337] 05:21:04.428087 clock_gettime(CLOCK_REALTIME, {1420032064, 428098800}) = 0
[pid 20337] 05:21:04.428122 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.428139 <... futex resumed> ) = 0
[pid 20338] 05:21:04.428154 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.428170 <... futex resumed> ) = 1
[pid 20337] 05:21:04.428332 stat("/temp/node-sass/node_modules/mocha/lib/interfaces/qunit", 0x7fff384d59b8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.428442 stat("/temp/node-sass/node_modules/mocha/lib/interfaces/qunit.js", {st_mode=S_IFREG|0664, st_size=2446, ...}) = 0
[pid 20337] 05:21:04.428504 clock_gettime(CLOCK_REALTIME, {1420032064, 428515000}) = 0
[pid 20337] 05:21:04.428535 clock_gettime(CLOCK_REALTIME, {1420032064, 428544700}) = 0
[pid 20337] 05:21:04.428562 clock_gettime(CLOCK_REALTIME, {1420032064, 428570800}) = 0
[pid 20337] 05:21:04.428628 lstat("/temp/node-sass/node_modules/mocha/lib/interfaces/qunit.js", {st_mode=S_IFREG|0664, st_size=2446, ...}) = 0
[pid 20337] 05:21:04.428682 clock_gettime(CLOCK_REALTIME, {1420032064, 428692300}) = 0
[pid 20337] 05:21:04.428710 clock_gettime(CLOCK_REALTIME, {1420032064, 428719400}) = 0
[pid 20337] 05:21:04.428736 clock_gettime(CLOCK_REALTIME, {1420032064, 428745100}) = 0
[pid 20337] 05:21:04.428827 open("/temp/node-sass/node_modules/mocha/lib/interfaces/qunit.js", O_RDONLY) = 9
[pid 20337] 05:21:04.428874 fstat(9, {st_mode=S_IFREG|0664, st_size=2446, ...}) = 0
[pid 20337] 05:21:04.428910 clock_gettime(CLOCK_REALTIME, {1420032064, 428920200}) = 0
[pid 20337] 05:21:04.428938 clock_gettime(CLOCK_REALTIME, {1420032064, 428947000}) = 0
[pid 20337] 05:21:04.428964 clock_gettime(CLOCK_REALTIME, {1420032064, 428972500}) = 0
[pid 20337] 05:21:04.429001 read(9, "/**\n * Module dependencies.\n */\n"..., 2446) = 2446
[pid 20337] 05:21:04.429033 close(9) = 0
[pid 20337] 05:21:04.429393 mmap(0x39dd36e00000, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x39dd36e00000
[pid 20337] 05:21:04.429469 mmap(0x39dd37e00000, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x39dd37e00000
[pid 20337] 05:21:04.430160 clock_gettime(CLOCK_REALTIME, {1420032064, 430183700}) = 0
[pid 20337] 05:21:04.430227 clock_gettime(CLOCK_REALTIME, {1420032064, 430238100}) = 0
[pid 20337] 05:21:04.430326 stat("/temp/node-sass/node_modules/mocha/lib/interfaces/exports", 0x7fff384d59b8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.430433 stat("/temp/node-sass/node_modules/mocha/lib/interfaces/exports.js", {st_mode=S_IFREG|0664, st_size=1285, ...}) = 0
[pid 20337] 05:21:04.430484 clock_gettime(CLOCK_REALTIME, {1420032064, 430495100}) = 0
[pid 20337] 05:21:04.430514 clock_gettime(CLOCK_REALTIME, {1420032064, 430537700}) = 0
[pid 20337] 05:21:04.430813 clock_gettime(CLOCK_REALTIME, {1420032064, 430833700}) = 0
[pid 20337] 05:21:04.430903 lstat("/temp/node-sass/node_modules/mocha/lib/interfaces/exports.js", {st_mode=S_IFREG|0664, st_size=1285, ...}) = 0
[pid 20337] 05:21:04.430955 clock_gettime(CLOCK_REALTIME, {1420032064, 431000400}) = 0
[pid 20337] 05:21:04.431021 clock_gettime(CLOCK_REALTIME, {1420032064, 431031800}) = 0
[pid 20337] 05:21:04.431049 clock_gettime(CLOCK_REALTIME, {1420032064, 431057600}) = 0
[pid 20337] 05:21:04.431149 open("/temp/node-sass/node_modules/mocha/lib/interfaces/exports.js", O_RDONLY) = 9
[pid 20337] 05:21:04.431208 fstat(9, {st_mode=S_IFREG|0664, st_size=1285, ...}) = 0
[pid 20337] 05:21:04.431246 clock_gettime(CLOCK_REALTIME, {1420032064, 431256400}) = 0
[pid 20337] 05:21:04.431275 clock_gettime(CLOCK_REALTIME, {1420032064, 431283700}) = 0
[pid 20337] 05:21:04.431300 clock_gettime(CLOCK_REALTIME, {1420032064, 431309400}) = 0
[pid 20337] 05:21:04.431344 read(9, "/**\n * Module dependencies.\n */\n"..., 1285) = 1285
[pid 20337] 05:21:04.431379 close(9) = 0
[pid 20337] 05:21:04.432319 stat("/temp/node-sass/node_modules/mocha/lib/reporters", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.432611 clock_gettime(CLOCK_REALTIME, {1420032064, 432718600}) = 0
[pid 20337] 05:21:04.433038 clock_gettime(CLOCK_REALTIME, {1420032064, 433263300}) = 0
[pid 20337] 05:21:04.433651 clock_gettime(CLOCK_REALTIME, {1420032064, 434000900}) = 0
[pid 20337] 05:21:04.434155 stat("/temp/node-sass/node_modules/mocha/lib/reporters.js", 0x7fff384d5c28) = -1 ENOENT (No such file or directory)
[pid 20338] 05:21:04.434805 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.434991 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.435088 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.435192 <... futex resumed> ) = 0
[pid 20338] 05:21:04.435591 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.435701 <... futex resumed> ) = 1
[pid 20337] 05:21:04.435928 stat("/temp/node-sass/node_modules/mocha/lib/reporters.json", 0x7fff384d5c28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.436284 clock_gettime(CLOCK_REALTIME, {1420032064, 436370500}) = 0
[pid 20337] 05:21:04.437061 clock_gettime(CLOCK_REALTIME, {1420032064, 437114100}) = 0
[pid 20337] 05:21:04.437195 clock_gettime(CLOCK_REALTIME, {1420032064, 437245000}) = 0
[pid 20337] 05:21:04.437737 clock_gettime(CLOCK_REALTIME, {1420032064, 437817600}) = 0
[pid 20337] 05:21:04.437920 clock_gettime(CLOCK_REALTIME, {1420032064, 437962700}) = 0
[pid 20337] 05:21:04.438254 clock_gettime(CLOCK_REALTIME, {1420032064, 438309300}) = 0
[pid 20337] 05:21:04.438425 stat("/temp/node-sass/node_modules/mocha/lib/reporters.node", 0x7fff384d5c28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.438836 open("/temp/node-sass/node_modules/mocha/lib/reporters/package.json", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.439131 stat("/temp/node-sass/node_modules/mocha/lib/reporters/index.js", {st_mode=S_IFREG|0664, st_size=621, ...}) = 0
[pid 20337] 05:21:04.439359 clock_gettime(CLOCK_REALTIME, {1420032064, 439416900}) = 0
[pid 20337] 05:21:04.439524 clock_gettime(CLOCK_REALTIME, {1420032064, 439580700}) = 0
[pid 20337] 05:21:04.439730 clock_gettime(CLOCK_REALTIME, {1420032064, 439785400}) = 0
[pid 20337] 05:21:04.439958 lstat("/temp/node-sass/node_modules/mocha/lib/reporters", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.440166 clock_gettime(CLOCK_REALTIME, {1420032064, 440212900}) = 0
[pid 20337] 05:21:04.440291 clock_gettime(CLOCK_REALTIME, {1420032064, 440353600}) = 0
[pid 20337] 05:21:04.440469 clock_gettime(CLOCK_REALTIME, {1420032064, 440523500}) = 0
[pid 20337] 05:21:04.440667 lstat("/temp/node-sass/node_modules/mocha/lib/reporters/index.js", {st_mode=S_IFREG|0664, st_size=621, ...}) = 0
[pid 20337] 05:21:04.440880 clock_gettime(CLOCK_REALTIME, {1420032064, 440936600}) = 0
[pid 20337] 05:21:04.441063 clock_gettime(CLOCK_REALTIME, {1420032064, 441117100}) = 0
[pid 20337] 05:21:04.441231 clock_gettime(CLOCK_REALTIME, {1420032064, 441297600}) = 0
[pid 20337] 05:21:04.441503 open("/temp/node-sass/node_modules/mocha/lib/reporters/index.js", O_RDONLY) = 9
[pid 20337] 05:21:04.441718 fstat(9, {st_mode=S_IFREG|0664, st_size=621, ...}) = 0
[pid 20337] 05:21:04.441865 clock_gettime(CLOCK_REALTIME, {1420032064, 441899000}) = 0
[pid 20337] 05:21:04.441997 clock_gettime(CLOCK_REALTIME, {1420032064, 442043700}) = 0
[pid 20337] 05:21:04.442121 clock_gettime(CLOCK_REALTIME, {1420032064, 442165200}) = 0
[pid 20337] 05:21:04.442274 read(9, "exports.Base = require('./base')"..., 621) = 621
[pid 20337] 05:21:04.442452 close(9) = 0
[pid 20338] 05:21:04.442673 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.442919 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.443167 clock_gettime(CLOCK_REALTIME, {1420032064, 444479600}) = 0
[pid 20337] 05:21:04.444717 clock_gettime(CLOCK_REALTIME, {1420032064, 444826200}) = 0
[pid 20337] 05:21:04.444912 clock_gettime(CLOCK_REALTIME, {1420032064, 445027200}) = 0
[pid 20337] 05:21:04.445181 clock_gettime(CLOCK_REALTIME, {1420032064, 445235500}) = 0
[pid 20337] 05:21:04.445324 clock_gettime(CLOCK_REALTIME, {1420032064, 445371200}) = 0
[pid 20337] 05:21:04.445471 clock_gettime(CLOCK_REALTIME, {1420032064, 445523600}) = 0
[pid 20337] 05:21:04.445999 stat("/temp/node-sass/node_modules/mocha/lib/reporters/base", 0x7fff384d59b8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.446254 stat("/temp/node-sass/node_modules/mocha/lib/reporters/base.js", {st_mode=S_IFREG|0664, st_size=9519, ...}) = 0
[pid 20337] 05:21:04.446425 clock_gettime(CLOCK_REALTIME, {1420032064, 446469900}) = 0
[pid 20337] 05:21:04.446552 clock_gettime(CLOCK_REALTIME, {1420032064, 446804400}) = 0
[pid 20337] 05:21:04.446917 clock_gettime(CLOCK_REALTIME, {1420032064, 446975200}) = 0
[pid 20337] 05:21:04.447238 clock_gettime(CLOCK_REALTIME, {1420032064, 447305100}) = 0
[pid 20337] 05:21:04.447615 clock_gettime(CLOCK_REALTIME, {1420032064, 447679700}) = 0
[pid 20337] 05:21:04.447733 clock_gettime(CLOCK_REALTIME, {1420032064, 447796700}) = 0
[pid 20337] 05:21:04.448251 clock_gettime(CLOCK_REALTIME, {1420032064, 448321100}) = 0
[pid 20337] 05:21:04.448421 clock_gettime(CLOCK_REALTIME, {1420032064, 448467600}) = 0
[pid 20337] 05:21:04.448708 clock_gettime(CLOCK_REALTIME, {1420032064, 448773300}) = 0
[pid 20337] 05:21:04.448901 lstat("/temp/node-sass/node_modules/mocha/lib/reporters/base.js", {st_mode=S_IFREG|0664, st_size=9519, ...}) = 0
[pid 20337] 05:21:04.449190 clock_gettime(CLOCK_REALTIME, {1420032064, 449242500}) = 0
[pid 20337] 05:21:04.449348 clock_gettime(CLOCK_REALTIME, {1420032064, 449402300}) = 0
[pid 20337] 05:21:04.449519 clock_gettime(CLOCK_REALTIME, {1420032064, 449566600}) = 0
[pid 20337] 05:21:04.449846 open("/temp/node-sass/node_modules/mocha/lib/reporters/base.js", O_RDONLY) = 9
[pid 20337] 05:21:04.450011 fstat(9, {st_mode=S_IFREG|0664, st_size=9519, ...}) = 0
[pid 20337] 05:21:04.450163 clock_gettime(CLOCK_REALTIME, {1420032064, 450208000}) = 0
[pid 20337] 05:21:04.450290 clock_gettime(CLOCK_REALTIME, {1420032064, 450338200}) = 0
[pid 20337] 05:21:04.450425 clock_gettime(CLOCK_REALTIME, {1420032064, 450461800}) = 0
[pid 20338] 05:21:04.450592 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.450831 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.451072 read(9, "/**\n * Module dependencies.\n */\n"..., 9519) = 9519
[pid 20337] 05:21:04.452557 close(9) = 0
[pid 20337] 05:21:04.454270 stat("/temp/node-sass/node_modules/mocha/lib/reporters/node_modules/diff", 0x7fff384d56c8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.454660 stat("/temp/node-sass/node_modules/mocha/lib/reporters/node_modules/diff.js", 0x7fff384d5668) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.454909 stat("/temp/node-sass/node_modules/mocha/lib/reporters/node_modules/diff.json", 0x7fff384d5668) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.455150 stat("/temp/node-sass/node_modules/mocha/lib/reporters/node_modules/diff.node", 0x7fff384d5668) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.455391 open("/temp/node-sass/node_modules/mocha/lib/reporters/node_modules/diff/package.json", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.455701 stat("/temp/node-sass/node_modules/mocha/lib/reporters/node_modules/diff/index.js", 0x7fff384d5668) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.455894 stat("/temp/node-sass/node_modules/mocha/lib/reporters/node_modules/diff/index.json", 0x7fff384d5668) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.456148 stat("/temp/node-sass/node_modules/mocha/lib/reporters/node_modules/diff/index.node", 0x7fff384d5668) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.456387 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/diff", 0x7fff384d56c8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.456602 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/diff.js", 0x7fff384d5668) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.456826 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/diff.json", 0x7fff384d5668) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.457198 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/diff.node", 0x7fff384d5668) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.457431 open("/temp/node-sass/node_modules/mocha/lib/node_modules/diff/package.json", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.457619 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/diff/index.js", 0x7fff384d5668) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.457805 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/diff/index.json", 0x7fff384d5668) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.457916 stat("/temp/node-sass/node_modules/mocha/lib/node_modules/diff/index.node", 0x7fff384d5668) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.458035 stat("/temp/node-sass/node_modules/mocha/node_modules/diff", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.458154 clock_gettime(CLOCK_REALTIME, {1420032064, 458189100}) = 0
[pid 20337] 05:21:04.458262 clock_gettime(CLOCK_REALTIME, {1420032064, 458291900}) = 0
[pid 20337] 05:21:04.458341 clock_gettime(CLOCK_REALTIME, {1420032064, 458370600}) = 0
[pid 20337] 05:21:04.458437 stat("/temp/node-sass/node_modules/mocha/node_modules/diff.js", 0x7fff384d5668) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.458546 stat("/temp/node-sass/node_modules/mocha/node_modules/diff.json", <unfinished ...>
[pid 20338] 05:21:04.458695 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.458762 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.458801 <... stat resumed> 0x7fff384d5668) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.458901 stat("/temp/node-sass/node_modules/mocha/node_modules/diff.node", 0x7fff384d5668) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.459040 clock_gettime(CLOCK_REALTIME, {1420032064, 459098000}) = 0
[pid 20337] 05:21:04.459235 clock_gettime(CLOCK_REALTIME, {1420032064, 459269400}) = 0
[pid 20337] 05:21:04.459313 clock_gettime(CLOCK_REALTIME, {1420032064, 459345100}) = 0
[pid 20337] 05:21:04.459606 clock_gettime(CLOCK_REALTIME, {1420032064, 459693200}) = 0
[pid 20337] 05:21:04.459851 clock_gettime(CLOCK_REALTIME, {1420032064, 459898900}) = 0
[pid 20337] 05:21:04.460060 clock_gettime(CLOCK_REALTIME, {1420032064, 460123600}) = 0
[pid 20337] 05:21:04.460336 open("/temp/node-sass/node_modules/mocha/node_modules/diff/package.json", O_RDONLY) = 9
[pid 20337] 05:21:04.460514 fstat(9, {st_mode=S_IFREG|0664, st_size=1396, ...}) = 0
[pid 20337] 05:21:04.460844 clock_gettime(CLOCK_REALTIME, {1420032064, 461057600}) = 0
[pid 20337] 05:21:04.461247 clock_gettime(CLOCK_REALTIME, {1420032064, 461318500}) = 0
[pid 20337] 05:21:04.461539 clock_gettime(CLOCK_REALTIME, {1420032064, 461681700}) = 0
[pid 20337] 05:21:04.462259 read(9, "{\n \"name\": \"diff\",\n \"version\":"..., 1396) = 1396
[pid 20337] 05:21:04.462455 close(9) = 0
[pid 20337] 05:21:04.462828 stat("/temp/node-sass/node_modules/mocha/node_modules/diff/diff", 0x7fff384d5678) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.463122 stat("/temp/node-sass/node_modules/mocha/node_modules/diff/diff.js", {st_mode=S_IFREG|0664, st_size=12555, ...}) = 0
[pid 20337] 05:21:04.463354 clock_gettime(CLOCK_REALTIME, {1420032064, 463405900}) = 0
[pid 20337] 05:21:04.463530 clock_gettime(CLOCK_REALTIME, {1420032064, 463593900}) = 0
[pid 20337] 05:21:04.463727 clock_gettime(CLOCK_REALTIME, {1420032064, 463785100}) = 0
[pid 20337] 05:21:04.463948 clock_gettime(CLOCK_REALTIME, {1420032064, 463984800}) = 0
[pid 20337] 05:21:04.464151 clock_gettime(CLOCK_REALTIME, {1420032064, 464212100}) = 0
[pid 20337] 05:21:04.464297 clock_gettime(CLOCK_REALTIME, {1420032064, 464361200}) = 0
[pid 20337] 05:21:04.464582 clock_gettime(CLOCK_REALTIME, {1420032064, 464651400}) = 0
[pid 20337] 05:21:04.464767 clock_gettime(CLOCK_REALTIME, {1420032064, 464804800}) = 0
[pid 20337] 05:21:04.464886 clock_gettime(CLOCK_REALTIME, {1420032064, 464956400}) = 0
[pid 20337] 05:21:04.465062 lstat("/temp/node-sass/node_modules/mocha/node_modules/diff", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.465260 clock_gettime(CLOCK_REALTIME, {1420032064, 465340600}) = 0
[pid 20337] 05:21:04.465422 clock_gettime(CLOCK_REALTIME, {1420032064, 465455100}) = 0
[pid 20337] 05:21:04.465506 clock_gettime(CLOCK_REALTIME, {1420032064, 465540500}) = 0
[pid 20337] 05:21:04.465666 lstat("/temp/node-sass/node_modules/mocha/node_modules/diff/diff.js", {st_mode=S_IFREG|0664, st_size=12555, ...}) = 0
[pid 20337] 05:21:04.465828 clock_gettime(CLOCK_REALTIME, {1420032064, 465871700}) = 0
[pid 20337] 05:21:04.465959 clock_gettime(CLOCK_REALTIME, {1420032064, 465994400}) = 0
[pid 20337] 05:21:04.466165 clock_gettime(CLOCK_REALTIME, {1420032064, 466224300}) = 0
[pid 20337] 05:21:04.466463 open("/temp/node-sass/node_modules/mocha/node_modules/diff/diff.js", O_RDONLY) = 9
[pid 20338] 05:21:04.466609 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.467831 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.468016 fstat(9, {st_mode=S_IFREG|0664, st_size=12555, ...}) = 0
[pid 20337] 05:21:04.468237 clock_gettime(CLOCK_REALTIME, {1420032064, 468283500}) = 0
[pid 20337] 05:21:04.468841 clock_gettime(CLOCK_REALTIME, {1420032064, 468885500}) = 0
[pid 20337] 05:21:04.469056 clock_gettime(CLOCK_REALTIME, {1420032064, 469121800}) = 0
[pid 20337] 05:21:04.469364 read(9, "/* See LICENSE file for terms of"..., 12555) = 12555
[pid 20337] 05:21:04.469560 close(9) = 0
[pid 20337] 05:21:04.471046 stat("/temp/node-sass/node_modules/mocha/lib/ms", 0x7fff384d56c8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.471449 stat("/temp/node-sass/node_modules/mocha/lib/ms.js", {st_mode=S_IFREG|0664, st_size=2044, ...}) = 0
[pid 20337] 05:21:04.472303 clock_gettime(CLOCK_REALTIME, {1420032064, 472509000}) = 0
[pid 20337] 05:21:04.472683 clock_gettime(CLOCK_REALTIME, {1420032064, 472744700}) = 0
[pid 20337] 05:21:04.472859 clock_gettime(CLOCK_REALTIME, {1420032064, 472905600}) = 0
[pid 20337] 05:21:04.473154 stat("/temp/node-sass/node_modules/mocha/lib/utils", 0x7fff384d56c8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.473462 stat("/temp/node-sass/node_modules/mocha/lib/utils.js", {st_mode=S_IFREG|0664, st_size=12358, ...}) = 0
[pid 20337] 05:21:04.473694 clock_gettime(CLOCK_REALTIME, {1420032064, 473790600}) = 0
[pid 20337] 05:21:04.473872 clock_gettime(CLOCK_REALTIME, {1420032064, 473922700}) = 0
[pid 20337] 05:21:04.473997 clock_gettime(CLOCK_REALTIME, {1420032064, 474030600}) = 0
[pid 20337] 05:21:04.474218 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff384d5818) = -1 ENOTTY (Inappropriate ioctl for device)
[pid 20337] 05:21:04.474373 fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
[pid 20338] 05:21:04.474614 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.474716 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.474890 stat("/temp/node-sass/node_modules/mocha/lib/reporters/dot", 0x7fff384d59b8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.475167 stat("/temp/node-sass/node_modules/mocha/lib/reporters/dot.js", {st_mode=S_IFREG|0664, st_size=1249, ...}) = 0
[pid 20337] 05:21:04.475389 clock_gettime(CLOCK_REALTIME, {1420032064, 475445300}) = 0
[pid 20337] 05:21:04.475554 clock_gettime(CLOCK_REALTIME, {1420032064, 475611200}) = 0
[pid 20337] 05:21:04.475730 clock_gettime(CLOCK_REALTIME, {1420032064, 475788200}) = 0
[pid 20337] 05:21:04.475952 lstat("/temp/node-sass/node_modules/mocha/lib/reporters/dot.js", {st_mode=S_IFREG|0664, st_size=1249, ...}) = 0
[pid 20337] 05:21:04.476142 clock_gettime(CLOCK_REALTIME, {1420032064, 476205300}) = 0
[pid 20337] 05:21:04.476289 clock_gettime(CLOCK_REALTIME, {1420032064, 476337100}) = 0
[pid 20337] 05:21:04.476458 clock_gettime(CLOCK_REALTIME, {1420032064, 476514300}) = 0
[pid 20337] 05:21:04.476885 open("/temp/node-sass/node_modules/mocha/lib/reporters/dot.js", O_RDONLY) = 9
[pid 20337] 05:21:04.477178 fstat(9, {st_mode=S_IFREG|0664, st_size=1249, ...}) = 0
[pid 20337] 05:21:04.477803 clock_gettime(CLOCK_REALTIME, {1420032064, 478497200}) = 0
[pid 20337] 05:21:04.478711 clock_gettime(CLOCK_REALTIME, {1420032064, 478791700}) = 0
[pid 20337] 05:21:04.478922 clock_gettime(CLOCK_REALTIME, {1420032064, 478986500}) = 0
[pid 20337] 05:21:04.479148 read(9, "/**\n * Module dependencies.\n */\n"..., 1249) = 1249
[pid 20337] 05:21:04.479328 close(9) = 0
[pid 20337] 05:21:04.479944 stat("/temp/node-sass/node_modules/mocha/lib/reporters/doc", 0x7fff384d59b8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.480208 stat("/temp/node-sass/node_modules/mocha/lib/reporters/doc.js", {st_mode=S_IFREG|0664, st_size=1524, ...}) = 0
[pid 20337] 05:21:04.480405 clock_gettime(CLOCK_REALTIME, {1420032064, 480468500}) = 0
[pid 20337] 05:21:04.480574 clock_gettime(CLOCK_REALTIME, {1420032064, 480707100}) = 0
[pid 20337] 05:21:04.480834 clock_gettime(CLOCK_REALTIME, {1420032064, 480939800}) = 0
[pid 20337] 05:21:04.481108 lstat("/temp/node-sass/node_modules/mocha/lib/reporters/doc.js", {st_mode=S_IFREG|0664, st_size=1524, ...}) = 0
[pid 20337] 05:21:04.481310 clock_gettime(CLOCK_REALTIME, {1420032064, 481358400}) = 0
[pid 20337] 05:21:04.481453 clock_gettime(CLOCK_REALTIME, {1420032064, 481506000}) = 0
[pid 20337] 05:21:04.481634 clock_gettime(CLOCK_REALTIME, {1420032064, 481689100}) = 0
[pid 20337] 05:21:04.482150 open("/temp/node-sass/node_modules/mocha/lib/reporters/doc.js", O_RDONLY) = 9
[pid 20337] 05:21:04.482350 fstat(9, {st_mode=S_IFREG|0664, st_size=1524, ...}) = 0
[pid 20337] 05:21:04.482505 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:04.482614 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.482765 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.482831 <... clock_gettime resumed> {1420032064, 482823500}) = 0
[pid 20337] 05:21:04.482965 clock_gettime(CLOCK_REALTIME, {1420032064, 483012000}) = 0
[pid 20337] 05:21:04.483143 clock_gettime(CLOCK_REALTIME, {1420032064, 483199400}) = 0
[pid 20337] 05:21:04.483326 read(9, "/**\n * Module dependencies.\n */\n"..., 1524) = 1524
[pid 20337] 05:21:04.483511 close(9) = 0
[pid 20337] 05:21:04.484186 stat("/temp/node-sass/node_modules/mocha/lib/reporters/tap", 0x7fff384d59b8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.484664 clock_gettime(CLOCK_REALTIME, {1420032064, 484735800}) = 0
[pid 20337] 05:21:04.484900 clock_gettime(CLOCK_REALTIME, {1420032064, 484954300}) = 0
[pid 20337] 05:21:04.485490 clock_gettime(CLOCK_REALTIME, {1420032064, 485567500}) = 0
[pid 20337] 05:21:04.485858 clock_gettime(CLOCK_REALTIME, {1420032064, 485916600}) = 0
[pid 20337] 05:21:04.486043 clock_gettime(CLOCK_REALTIME, {1420032064, 486088200}) = 0
[pid 20337] 05:21:04.486268 clock_gettime(CLOCK_REALTIME, {1420032064, 486338200}) = 0
[pid 20337] 05:21:04.486833 stat("/temp/node-sass/node_modules/mocha/lib/reporters/tap.js", {st_mode=S_IFREG|0664, st_size=1306, ...}) = 0
[pid 20337] 05:21:04.487018 clock_gettime(CLOCK_REALTIME, {1420032064, 487050600}) = 0
[pid 20337] 05:21:04.487110 clock_gettime(CLOCK_REALTIME, {1420032064, 487169900}) = 0
[pid 20337] 05:21:04.487278 clock_gettime(CLOCK_REALTIME, {1420032064, 487326400}) = 0
[pid 20337] 05:21:04.487550 lstat("/temp/node-sass/node_modules/mocha/lib/reporters/tap.js", {st_mode=S_IFREG|0664, st_size=1306, ...}) = 0
[pid 20337] 05:21:04.487870 clock_gettime(CLOCK_REALTIME, {1420032064, 487972600}) = 0
[pid 20337] 05:21:04.488408 clock_gettime(CLOCK_REALTIME, {1420032064, 488460100}) = 0
[pid 20337] 05:21:04.488552 clock_gettime(CLOCK_REALTIME, {1420032064, 488595900}) = 0
[pid 20337] 05:21:04.488884 open("/temp/node-sass/node_modules/mocha/lib/reporters/tap.js", O_RDONLY) = 9
[pid 20337] 05:21:04.489070 fstat(9, {st_mode=S_IFREG|0664, st_size=1306, ...}) = 0
[pid 20337] 05:21:04.489226 clock_gettime(CLOCK_REALTIME, {1420032064, 489266300}) = 0
[pid 20337] 05:21:04.489341 clock_gettime(CLOCK_REALTIME, {1420032064, 489393100}) = 0
[pid 20337] 05:21:04.489470 clock_gettime(CLOCK_REALTIME, {1420032064, 489507100}) = 0
[pid 20337] 05:21:04.489605 read(9, "/**\n * Module dependencies.\n */\n"..., 1306) = 1306
[pid 20337] 05:21:04.489760 close(9) = 0
[pid 20337] 05:21:04.490248 clock_gettime(CLOCK_REALTIME, {1420032064, 490312300}) = 0
[pid 20337] 05:21:04.490533 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:04.490662 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.490958 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.491035 <... clock_gettime resumed> {1420032064, 491027600}) = 0
[pid 20337] 05:21:04.491239 clock_gettime(CLOCK_REALTIME, {1420032064, 491343800}) = 0
[pid 20337] 05:21:04.491836 clock_gettime(CLOCK_REALTIME, {1420032064, 492339800}) = 0
[pid 20337] 05:21:04.492436 clock_gettime(CLOCK_REALTIME, {1420032064, 492543600}) = 0
[pid 20337] 05:21:04.492793 clock_gettime(CLOCK_REALTIME, {1420032064, 492856900}) = 0
[pid 20337] 05:21:04.492975 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.493043 <... futex resumed> ) = 0
[pid 20338] 05:21:04.493169 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.493232 <... futex resumed> ) = 1
[pid 20337] 05:21:04.493567 stat("/temp/node-sass/node_modules/mocha/lib/reporters/json", 0x7fff384d59b8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.493934 stat("/temp/node-sass/node_modules/mocha/lib/reporters/json.js", {st_mode=S_IFREG|0664, st_size=1571, ...}) = 0
[pid 20337] 05:21:04.494151 clock_gettime(CLOCK_REALTIME, {1420032064, 494242800}) = 0
[pid 20337] 05:21:04.494376 clock_gettime(CLOCK_REALTIME, {1420032064, 494436200}) = 0
[pid 20337] 05:21:04.494537 clock_gettime(CLOCK_REALTIME, {1420032064, 494652900}) = 0
[pid 20337] 05:21:04.494828 lstat("/temp/node-sass/node_modules/mocha/lib/reporters/json.js", {st_mode=S_IFREG|0664, st_size=1571, ...}) = 0
[pid 20337] 05:21:04.495034 clock_gettime(CLOCK_REALTIME, {1420032064, 495086100}) = 0
[pid 20337] 05:21:04.495164 clock_gettime(CLOCK_REALTIME, {1420032064, 495219100}) = 0
[pid 20337] 05:21:04.495330 clock_gettime(CLOCK_REALTIME, {1420032064, 495386100}) = 0
[pid 20337] 05:21:04.495615 open("/temp/node-sass/node_modules/mocha/lib/reporters/json.js", O_RDONLY) = 9
[pid 20337] 05:21:04.495837 fstat(9, {st_mode=S_IFREG|0664, st_size=1571, ...}) = 0
[pid 20337] 05:21:04.496009 clock_gettime(CLOCK_REALTIME, {1420032064, 496078700}) = 0
[pid 20337] 05:21:04.496198 clock_gettime(CLOCK_REALTIME, {1420032064, 496259000}) = 0
[pid 20337] 05:21:04.496377 clock_gettime(CLOCK_REALTIME, {1420032064, 496422400}) = 0
[pid 20337] 05:21:04.496518 read(9, "/**\n * Module dependencies.\n */\n"..., 1571) = 1571
[pid 20337] 05:21:04.496826 close(9) = 0
[pid 20337] 05:21:04.497571 clock_gettime(CLOCK_REALTIME, {1420032064, 497929100}) = 0
[pid 20337] 05:21:04.498192 clock_gettime(CLOCK_REALTIME, {1420032064, 498262800}) = 0
[pid 20337] 05:21:04.498441 stat("/temp/node-sass/node_modules/mocha/lib/reporters/html", 0x7fff384d59b8) = -1 ENOENT (No such file or directory)
[pid 20338] 05:21:04.498649 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.498781 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.498933 stat("/temp/node-sass/node_modules/mocha/lib/reporters/html.js", {st_mode=S_IFREG|0664, st_size=7365, ...}) = 0
[pid 20337] 05:21:04.499147 clock_gettime(CLOCK_REALTIME, {1420032064, 499206200}) = 0
[pid 20337] 05:21:04.499300 clock_gettime(CLOCK_REALTIME, {1420032064, 499340900}) = 0
[pid 20337] 05:21:04.499402 clock_gettime(CLOCK_REALTIME, {1420032064, 499439300}) = 0
[pid 20337] 05:21:04.499609 lstat("/temp/node-sass/node_modules/mocha/lib/reporters/html.js", {st_mode=S_IFREG|0664, st_size=7365, ...}) = 0
[pid 20337] 05:21:04.499804 clock_gettime(CLOCK_REALTIME, {1420032064, 499869700}) = 0
[pid 20337] 05:21:04.499973 clock_gettime(CLOCK_REALTIME, {1420032064, 500023800}) = 0
[pid 20337] 05:21:04.500100 clock_gettime(CLOCK_REALTIME, {1420032064, 500131000}) = 0
[pid 20337] 05:21:04.500306 open("/temp/node-sass/node_modules/mocha/lib/reporters/html.js", O_RDONLY) = 9
[pid 20337] 05:21:04.500455 fstat(9, {st_mode=S_IFREG|0664, st_size=7365, ...}) = 0
[pid 20337] 05:21:04.500546 clock_gettime(CLOCK_REALTIME, {1420032064, 500591700}) = 0
[pid 20337] 05:21:04.501944 clock_gettime(CLOCK_REALTIME, {1420032064, 502276100}) = 0
[pid 20337] 05:21:04.502758 clock_gettime(CLOCK_REALTIME, {1420032064, 502833100}) = 0
[pid 20337] 05:21:04.503041 read(9, "/**\n * Module dependencies.\n */\n"..., 7365) = 7365
[pid 20337] 05:21:04.503250 close(9) = 0
[pid 20337] 05:21:04.504745 stat("/temp/node-sass/node_modules/mocha/lib/browser/progress", 0x7fff384d56c8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.505129 stat("/temp/node-sass/node_modules/mocha/lib/browser/progress.js", {st_mode=S_IFREG|0664, st_size=2170, ...}) = 0
[pid 20337] 05:21:04.505328 clock_gettime(CLOCK_REALTIME, {1420032064, 505402400}) = 0
[pid 20337] 05:21:04.505488 clock_gettime(CLOCK_REALTIME, {1420032064, 505562700}) = 0
[pid 20337] 05:21:04.505678 clock_gettime(CLOCK_REALTIME, {1420032064, 505724000}) = 0
[pid 20337] 05:21:04.505891 lstat("/temp/node-sass/node_modules/mocha/lib/browser", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.506092 clock_gettime(CLOCK_REALTIME, {1420032064, 506137200}) = 0
[pid 20337] 05:21:04.506220 clock_gettime(CLOCK_REALTIME, {1420032064, 506268400}) = 0
[pid 20337] 05:21:04.506338 clock_gettime(CLOCK_REALTIME, {1420032064, 506373700}) = 0
[pid 20337] 05:21:04.506474 lstat("/temp/node-sass/node_modules/mocha/lib/browser/progress.js", <unfinished ...>
[pid 20338] 05:21:04.506619 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.506763 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.506808 <... lstat resumed> {st_mode=S_IFREG|0664, st_size=2170, ...}) = 0
[pid 20337] 05:21:04.507146 clock_gettime(CLOCK_REALTIME, {1420032064, 507190300}) = 0
[pid 20337] 05:21:04.507273 clock_gettime(CLOCK_REALTIME, {1420032064, 507316000}) = 0
[pid 20337] 05:21:04.507377 clock_gettime(CLOCK_REALTIME, {1420032064, 507440700}) = 0
[pid 20337] 05:21:04.507684 open("/temp/node-sass/node_modules/mocha/lib/browser/progress.js", O_RDONLY) = 9
[pid 20337] 05:21:04.507873 fstat(9, {st_mode=S_IFREG|0664, st_size=2170, ...}) = 0
[pid 20337] 05:21:04.507980 clock_gettime(CLOCK_REALTIME, {1420032064, 508025100}) = 0
[pid 20337] 05:21:04.508100 clock_gettime(CLOCK_REALTIME, {1420032064, 508143800}) = 0
[pid 20337] 05:21:04.508224 clock_gettime(CLOCK_REALTIME, {1420032064, 508285300}) = 0
[pid 20337] 05:21:04.508420 read(9, "/**\n * Expose `Progress`.\n */\n\nm"..., 2170) = 2170
[pid 20337] 05:21:04.508612 close(9) = 0
[pid 20337] 05:21:04.510426 stat("/temp/node-sass/node_modules/mocha/lib/reporters/list", 0x7fff384d59b8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.510827 stat("/temp/node-sass/node_modules/mocha/lib/reporters/list.js", {st_mode=S_IFREG|0664, st_size=1217, ...}) = 0
[pid 20337] 05:21:04.510976 clock_gettime(CLOCK_REALTIME, {1420032064, 511011000}) = 0
[pid 20337] 05:21:04.511078 clock_gettime(CLOCK_REALTIME, {1420032064, 511201600}) = 0
[pid 20337] 05:21:04.511302 clock_gettime(CLOCK_REALTIME, {1420032064, 511373500}) = 0
[pid 20337] 05:21:04.511554 lstat("/temp/node-sass/node_modules/mocha/lib/reporters/list.js", {st_mode=S_IFREG|0664, st_size=1217, ...}) = 0
[pid 20337] 05:21:04.511774 clock_gettime(CLOCK_REALTIME, {1420032064, 511821000}) = 0
[pid 20337] 05:21:04.511899 clock_gettime(CLOCK_REALTIME, {1420032064, 511951400}) = 0
[pid 20337] 05:21:04.512039 clock_gettime(CLOCK_REALTIME, {1420032064, 512081200}) = 0
[pid 20337] 05:21:04.512274 open("/temp/node-sass/node_modules/mocha/lib/reporters/list.js", O_RDONLY) = 9
[pid 20337] 05:21:04.512442 fstat(9, {st_mode=S_IFREG|0664, st_size=1217, ...}) = 0
[pid 20337] 05:21:04.512581 clock_gettime(CLOCK_REALTIME, {1420032064, 512650800}) = 0
[pid 20337] 05:21:04.512761 clock_gettime(CLOCK_REALTIME, {1420032064, 512806800}) = 0
[pid 20337] 05:21:04.512909 clock_gettime(CLOCK_REALTIME, {1420032064, 512975800}) = 0
[pid 20337] 05:21:04.513061 read(9, "/**\n * Module dependencies.\n */\n"..., 1217) = 1217
[pid 20337] 05:21:04.513180 close(9) = 0
[pid 20337] 05:21:04.513853 clock_gettime(CLOCK_REALTIME, {1420032064, 513942900}) = 0
[pid 20337] 05:21:04.514270 clock_gettime(CLOCK_REALTIME, {1420032064, 514344700}) = 0
[pid 20337] 05:21:04.514451 clock_gettime(CLOCK_REALTIME, {1420032064, 514512500}) = 0
[pid 20338] 05:21:04.514659 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.514760 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.515304 clock_gettime(CLOCK_REALTIME, {1420032064, 515416100}) = 0
[pid 20337] 05:21:04.515503 clock_gettime(CLOCK_REALTIME, {1420032064, 515574000}) = 0
[pid 20337] 05:21:04.517667 clock_gettime(CLOCK_REALTIME, {1420032064, 517891700}) = 0
[pid 20337] 05:21:04.518097 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.520882 <... futex resumed> ) = 0
[pid 20338] 05:21:04.521252 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.521471 <... futex resumed> ) = 1
[pid 20337] 05:21:04.523275 stat("/temp/node-sass/node_modules/mocha/lib/reporters/min", 0x7fff384d59b8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.523677 stat("/temp/node-sass/node_modules/mocha/lib/reporters/min.js", {st_mode=S_IFREG|0664, st_size=602, ...}) = 0
[pid 20337] 05:21:04.523934 clock_gettime(CLOCK_REALTIME, {1420032064, 524003300}) = 0
[pid 20337] 05:21:04.524102 clock_gettime(CLOCK_REALTIME, {1420032064, 524159100}) = 0
[pid 20337] 05:21:04.524256 clock_gettime(CLOCK_REALTIME, {1420032064, 524295000}) = 0
[pid 20337] 05:21:04.524441 lstat("/temp/node-sass/node_modules/mocha/lib/reporters/min.js", {st_mode=S_IFREG|0664, st_size=602, ...}) = 0
[pid 20337] 05:21:04.524589 clock_gettime(CLOCK_REALTIME, {1420032064, 524651200}) = 0
[pid 20337] 05:21:04.524737 clock_gettime(CLOCK_REALTIME, {1420032064, 524785100}) = 0
[pid 20337] 05:21:04.524862 clock_gettime(CLOCK_REALTIME, {1420032064, 524916900}) = 0
[pid 20337] 05:21:04.525123 open("/temp/node-sass/node_modules/mocha/lib/reporters/min.js", O_RDONLY) = 9
[pid 20337] 05:21:04.525283 fstat(9, {st_mode=S_IFREG|0664, st_size=602, ...}) = 0
[pid 20337] 05:21:04.525434 clock_gettime(CLOCK_REALTIME, {1420032064, 525471300}) = 0
[pid 20337] 05:21:04.525553 clock_gettime(CLOCK_REALTIME, {1420032064, 525601000}) = 0
[pid 20337] 05:21:04.525695 clock_gettime(CLOCK_REALTIME, {1420032064, 525735900}) = 0
[pid 20337] 05:21:04.525846 read(9, "/**\n * Module dependencies.\n */\n"..., 602) = 602
[pid 20337] 05:21:04.526093 close(9) = 0
[pid 20337] 05:21:04.526498 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:04.526617 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.526810 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.526906 <... clock_gettime resumed> {1420032064, 526896100}) = 0
[pid 20337] 05:21:04.527073 clock_gettime(CLOCK_REALTIME, {1420032064, 527155800}) = 0
[pid 20337] 05:21:04.527246 clock_gettime(CLOCK_REALTIME, {1420032064, 527327600}) = 0
[pid 20337] 05:21:04.527490 clock_gettime(CLOCK_REALTIME, {1420032064, 527551200}) = 0
[pid 20337] 05:21:04.527673 clock_gettime(CLOCK_REALTIME, {1420032064, 527726300}) = 0
[pid 20337] 05:21:04.527852 clock_gettime(CLOCK_REALTIME, {1420032064, 527910000}) = 0
[pid 20337] 05:21:04.527989 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.528065 <... futex resumed> ) = 0
[pid 20338] 05:21:04.528175 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.528253 <... futex resumed> ) = 1
[pid 20337] 05:21:04.528473 clock_gettime(CLOCK_REALTIME, {1420032064, 528528400}) = 0
[pid 20337] 05:21:04.528719 clock_gettime(CLOCK_REALTIME, {1420032064, 528813800}) = 0
[pid 20337] 05:21:04.528893 clock_gettime(CLOCK_REALTIME, {1420032064, 528966400}) = 0
[pid 20337] 05:21:04.529245 clock_gettime(CLOCK_REALTIME, {1420032064, 529309000}) = 0
[pid 20337] 05:21:04.529417 clock_gettime(CLOCK_REALTIME, {1420032064, 529459300}) = 0
[pid 20337] 05:21:04.529741 clock_gettime(CLOCK_REALTIME, {1420032064, 529808200}) = 0
[pid 20337] 05:21:04.530114 stat("/temp/node-sass/node_modules/mocha/lib/reporters/spec", 0x7fff384d59b8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.530392 stat("/temp/node-sass/node_modules/mocha/lib/reporters/spec.js", {st_mode=S_IFREG|0664, st_size=1627, ...}) = 0
[pid 20337] 05:21:04.530669 clock_gettime(CLOCK_REALTIME, {1420032064, 530740300}) = 0
[pid 20337] 05:21:04.530816 clock_gettime(CLOCK_REALTIME, {1420032064, 530874800}) = 0
[pid 20337] 05:21:04.530954 clock_gettime(CLOCK_REALTIME, {1420032064, 531009900}) = 0
[pid 20337] 05:21:04.531148 lstat("/temp/node-sass/node_modules/mocha/lib/reporters/spec.js", {st_mode=S_IFREG|0664, st_size=1627, ...}) = 0
[pid 20337] 05:21:04.531309 clock_gettime(CLOCK_REALTIME, {1420032064, 531352600}) = 0
[pid 20337] 05:21:04.531434 clock_gettime(CLOCK_REALTIME, {1420032064, 531475100}) = 0
[pid 20337] 05:21:04.531553 clock_gettime(CLOCK_REALTIME, {1420032064, 531599900}) = 0
[pid 20337] 05:21:04.532160 open("/temp/node-sass/node_modules/mocha/lib/reporters/spec.js", O_RDONLY) = 9
[pid 20337] 05:21:04.532334 fstat(9, {st_mode=S_IFREG|0664, st_size=1627, ...}) = 0
[pid 20337] 05:21:04.532461 clock_gettime(CLOCK_REALTIME, {1420032064, 532507600}) = 0
[pid 20337] 05:21:04.532581 clock_gettime(CLOCK_REALTIME, {1420032064, 532649900}) = 0
[pid 20337] 05:21:04.532715 clock_gettime(CLOCK_REALTIME, {1420032064, 532752700}) = 0
[pid 20337] 05:21:04.532853 read(9, "/**\n * Module dependencies.\n */\n"..., 1627) = 1627
[pid 20337] 05:21:04.532990 close(9) = 0
[pid 20337] 05:21:04.533567 stat("/temp/node-sass/node_modules/mocha/lib/reporters/nyan", 0x7fff384d59b8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.533832 stat("/temp/node-sass/node_modules/mocha/lib/reporters/nyan.js", {st_mode=S_IFREG|0664, st_size=4907, ...}) = 0
[pid 20337] 05:21:04.534006 clock_gettime(CLOCK_REALTIME, {1420032064, 534059100}) = 0
[pid 20337] 05:21:04.534147 clock_gettime(CLOCK_REALTIME, {1420032064, 534181300}) = 0
[pid 20337] 05:21:04.534253 clock_gettime(CLOCK_REALTIME, {1420032064, 534293700}) = 0
[pid 20338] 05:21:04.534907 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.535023 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.535312 lstat("/temp/node-sass/node_modules/mocha/lib/reporters/nyan.js", {st_mode=S_IFREG|0664, st_size=4907, ...}) = 0
[pid 20337] 05:21:04.535593 clock_gettime(CLOCK_REALTIME, {1420032064, 535666700}) = 0
[pid 20337] 05:21:04.535777 clock_gettime(CLOCK_REALTIME, {1420032064, 535838100}) = 0
[pid 20337] 05:21:04.535948 clock_gettime(CLOCK_REALTIME, {1420032064, 535995800}) = 0
[pid 20337] 05:21:04.536431 open("/temp/node-sass/node_modules/mocha/lib/reporters/nyan.js", O_RDONLY) = 9
[pid 20337] 05:21:04.536607 fstat(9, {st_mode=S_IFREG|0664, st_size=4907, ...}) = 0
[pid 20337] 05:21:04.536841 clock_gettime(CLOCK_REALTIME, {1420032064, 536896100}) = 0
[pid 20337] 05:21:04.537004 clock_gettime(CLOCK_REALTIME, {1420032064, 537058500}) = 0
[pid 20337] 05:21:04.537164 clock_gettime(CLOCK_REALTIME, {1420032064, 537235600}) = 0
[pid 20337] 05:21:04.537369 read(9, "/**\n * Module dependencies.\n */\n"..., 4907) = 4907
[pid 20337] 05:21:04.537538 close(9) = 0
[pid 20337] 05:21:04.537825 clock_gettime(CLOCK_REALTIME, {1420032064, 537888100}) = 0
[pid 20337] 05:21:04.538054 clock_gettime(CLOCK_REALTIME, {1420032064, 538122700}) = 0
[pid 20337] 05:21:04.538213 clock_gettime(CLOCK_REALTIME, {1420032064, 538269500}) = 0
[pid 20337] 05:21:04.538456 clock_gettime(CLOCK_REALTIME, {1420032064, 538518000}) = 0
[pid 20337] 05:21:04.538675 clock_gettime(CLOCK_REALTIME, {1420032064, 538755700}) = 0
[pid 20337] 05:21:04.539023 clock_gettime(CLOCK_REALTIME, {1420032064, 539114400}) = 0
[pid 20337] 05:21:04.539320 clock_gettime(CLOCK_REALTIME, {1420032064, 539420900}) = 0
[pid 20337] 05:21:04.539731 clock_gettime(CLOCK_REALTIME, {1420032064, 540009200}) = 0
[pid 20337] 05:21:04.540126 clock_gettime(CLOCK_REALTIME, {1420032064, 540175400}) = 0
[pid 20337] 05:21:04.540301 clock_gettime(CLOCK_REALTIME, {1420032064, 540349900}) = 0
[pid 20337] 05:21:04.540415 clock_gettime(CLOCK_REALTIME, {1420032064, 540518100}) = 0
[pid 20337] 05:21:04.540623 clock_gettime(CLOCK_REALTIME, {1420032064, 540734200}) = 0
[pid 20337] 05:21:04.540924 clock_gettime(CLOCK_REALTIME, {1420032064, 540975000}) = 0
[pid 20337] 05:21:04.541129 clock_gettime(CLOCK_REALTIME, {1420032064, 541176300}) = 0
[pid 20337] 05:21:04.541281 clock_gettime(CLOCK_REALTIME, {1420032064, 541374900}) = 0
[pid 20337] 05:21:04.541566 clock_gettime(CLOCK_REALTIME, {1420032064, 541623700}) = 0
[pid 20337] 05:21:04.541796 clock_gettime(CLOCK_REALTIME, {1420032064, 541852900}) = 0
[pid 20337] 05:21:04.541999 clock_gettime(CLOCK_REALTIME, {1420032064, 542041800}) = 0
[pid 20338] 05:21:04.542586 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.542725 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.542894 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.543011 <... futex resumed> ) = 0
[pid 20338] 05:21:04.543128 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.543195 <... futex resumed> ) = 1
[pid 20337] 05:21:04.543593 stat("/temp/node-sass/node_modules/mocha/lib/reporters/xunit", 0x7fff384d59b8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.544097 stat("/temp/node-sass/node_modules/mocha/lib/reporters/xunit.js", {st_mode=S_IFREG|0664, st_size=3160, ...}) = 0
[pid 20337] 05:21:04.544260 clock_gettime(CLOCK_REALTIME, {1420032064, 544309900}) = 0
[pid 20337] 05:21:04.544392 clock_gettime(CLOCK_REALTIME, {1420032064, 544438900}) = 0
[pid 20337] 05:21:04.544512 clock_gettime(CLOCK_REALTIME, {1420032064, 544558900}) = 0
[pid 20337] 05:21:04.544697 lstat("/temp/node-sass/node_modules/mocha/lib/reporters/xunit.js", {st_mode=S_IFREG|0664, st_size=3160, ...}) = 0
[pid 20337] 05:21:04.544884 clock_gettime(CLOCK_REALTIME, {1420032064, 544932800}) = 0
[pid 20337] 05:21:04.545011 clock_gettime(CLOCK_REALTIME, {1420032064, 545085200}) = 0
[pid 20337] 05:21:04.545166 clock_gettime(CLOCK_REALTIME, {1420032064, 545214200}) = 0
[pid 20337] 05:21:04.545375 open("/temp/node-sass/node_modules/mocha/lib/reporters/xunit.js", O_RDONLY) = 9
[pid 20337] 05:21:04.545556 fstat(9, {st_mode=S_IFREG|0664, st_size=3160, ...}) = 0
[pid 20337] 05:21:04.545709 clock_gettime(CLOCK_REALTIME, {1420032064, 545754200}) = 0
[pid 20337] 05:21:04.545831 clock_gettime(CLOCK_REALTIME, {1420032064, 545882300}) = 0
[pid 20337] 05:21:04.545955 clock_gettime(CLOCK_REALTIME, {1420032064, 545988000}) = 0
[pid 20337] 05:21:04.546064 read(9, "/**\n * Module dependencies.\n */\n"..., 3160) = 3160
[pid 20337] 05:21:04.546205 close(9) = 0
[pid 20337] 05:21:04.546929 stat("/temp/node-sass/node_modules/mocha/lib/reporters/markdown", 0x7fff384d59b8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.547182 stat("/temp/node-sass/node_modules/mocha/lib/reporters/markdown.js", {st_mode=S_IFREG|0664, st_size=1981, ...}) = 0
[pid 20337] 05:21:04.547377 clock_gettime(CLOCK_REALTIME, {1420032064, 547428000}) = 0
[pid 20337] 05:21:04.547541 clock_gettime(CLOCK_REALTIME, {1420032064, 547594400}) = 0
[pid 20337] 05:21:04.547698 clock_gettime(CLOCK_REALTIME, {1420032064, 547754800}) = 0
[pid 20337] 05:21:04.547899 lstat("/temp/node-sass/node_modules/mocha/lib/reporters/markdown.js", {st_mode=S_IFREG|0664, st_size=1981, ...}) = 0
[pid 20337] 05:21:04.548082 clock_gettime(CLOCK_REALTIME, {1420032064, 548134400}) = 0
[pid 20337] 05:21:04.548232 clock_gettime(CLOCK_REALTIME, {1420032064, 548292600}) = 0
[pid 20337] 05:21:04.548390 clock_gettime(CLOCK_REALTIME, {1420032064, 548440200}) = 0
[pid 20337] 05:21:04.548618 open("/temp/node-sass/node_modules/mocha/lib/reporters/markdown.js", O_RDONLY) = 9
[pid 20337] 05:21:04.548773 fstat(9, {st_mode=S_IFREG|0664, st_size=1981, ...}) = 0
[pid 20337] 05:21:04.548935 clock_gettime(CLOCK_REALTIME, {1420032064, 548998000}) = 0
[pid 20337] 05:21:04.549114 clock_gettime(CLOCK_REALTIME, {1420032064, 549167400}) = 0
[pid 20337] 05:21:04.549254 clock_gettime(CLOCK_REALTIME, {1420032064, 549307000}) = 0
[pid 20337] 05:21:04.549443 read(9, "/**\n * Module dependencies.\n */\n"..., 1981) = 1981
[pid 20337] 05:21:04.549612 close(9) = 0
[pid 20337] 05:21:04.550366 stat("/temp/node-sass/node_modules/mocha/lib/reporters/progress", 0x7fff384d59b8) = -1 ENOENT (No such file or directory)
[pid 20338] 05:21:04.550634 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.550748 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.550837 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.550934 <... futex resumed> ) = 0
[pid 20338] 05:21:04.551246 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.551435 <... futex resumed> ) = 1
[pid 20337] 05:21:04.552166 stat("/temp/node-sass/node_modules/mocha/lib/reporters/progress.js", {st_mode=S_IFREG|0664, st_size=1995, ...}) = 0
[pid 20337] 05:21:04.553201 clock_gettime(CLOCK_REALTIME, {1420032064, 553374900}) = 0
[pid 20337] 05:21:04.553716 clock_gettime(CLOCK_REALTIME, {1420032064, 553827500}) = 0
[pid 20337] 05:21:04.553918 clock_gettime(CLOCK_REALTIME, {1420032064, 554108500}) = 0
[pid 20337] 05:21:04.554542 lstat("/temp/node-sass/node_modules/mocha/lib/reporters/progress.js", {st_mode=S_IFREG|0664, st_size=1995, ...}) = 0
[pid 20337] 05:21:04.555114 clock_gettime(CLOCK_REALTIME, {1420032064, 555151800}) = 0
[pid 20337] 05:21:04.555211 clock_gettime(CLOCK_REALTIME, {1420032064, 555258400}) = 0
[pid 20337] 05:21:04.555686 clock_gettime(CLOCK_REALTIME, {1420032064, 556464300}) = 0
[pid 20337] 05:21:04.556785 open("/temp/node-sass/node_modules/mocha/lib/reporters/progress.js", O_RDONLY) = 9
[pid 20337] 05:21:04.557169 fstat(9, {st_mode=S_IFREG|0664, st_size=1995, ...}) = 0
[pid 20337] 05:21:04.557342 clock_gettime(CLOCK_REALTIME, {1420032064, 557404100}) = 0
[pid 20337] 05:21:04.557493 clock_gettime(CLOCK_REALTIME, {1420032064, 557552000}) = 0
[pid 20337] 05:21:04.557700 clock_gettime(CLOCK_REALTIME, {1420032064, 557752800}) = 0
[pid 20337] 05:21:04.557851 read(9, "/**\n * Module dependencies.\n */\n"..., 1995) = 1995
[pid 20337] 05:21:04.557946 close(9) = 0
[pid 20338] 05:21:04.558611 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.558789 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.559022 stat("/temp/node-sass/node_modules/mocha/lib/reporters/landing", 0x7fff384d59b8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.559312 stat("/temp/node-sass/node_modules/mocha/lib/reporters/landing.js", {st_mode=S_IFREG|0664, st_size=1728, ...}) = 0
[pid 20337] 05:21:04.559497 clock_gettime(CLOCK_REALTIME, {1420032064, 559543200}) = 0
[pid 20337] 05:21:04.559663 clock_gettime(CLOCK_REALTIME, {1420032064, 559718900}) = 0
[pid 20337] 05:21:04.559871 clock_gettime(CLOCK_REALTIME, {1420032064, 559916100}) = 0
[pid 20337] 05:21:04.560130 lstat("/temp/node-sass/node_modules/mocha/lib/reporters/landing.js", {st_mode=S_IFREG|0664, st_size=1728, ...}) = 0
[pid 20337] 05:21:04.560312 clock_gettime(CLOCK_REALTIME, {1420032064, 560384100}) = 0
[pid 20337] 05:21:04.560470 clock_gettime(CLOCK_REALTIME, {1420032064, 560548600}) = 0
[pid 20337] 05:21:04.560671 clock_gettime(CLOCK_REALTIME, {1420032064, 560745500}) = 0
[pid 20337] 05:21:04.560968 open("/temp/node-sass/node_modules/mocha/lib/reporters/landing.js", O_RDONLY) = 9
[pid 20337] 05:21:04.561167 fstat(9, {st_mode=S_IFREG|0664, st_size=1728, ...}) = 0
[pid 20337] 05:21:04.561326 clock_gettime(CLOCK_REALTIME, {1420032064, 561373400}) = 0
[pid 20337] 05:21:04.561477 clock_gettime(CLOCK_REALTIME, {1420032064, 561539400}) = 0
[pid 20337] 05:21:04.561618 clock_gettime(CLOCK_REALTIME, {1420032064, 561706300}) = 0
[pid 20337] 05:21:04.561811 read(9, "/**\n * Module dependencies.\n */\n"..., 1728) = 1728
[pid 20337] 05:21:04.561944 close(9) = 0
[pid 20337] 05:21:04.562834 stat("/temp/node-sass/node_modules/mocha/lib/reporters/json-cov", 0x7fff384d59b8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.563119 stat("/temp/node-sass/node_modules/mocha/lib/reporters/json-cov.js", {st_mode=S_IFREG|0664, st_size=2764, ...}) = 0
[pid 20337] 05:21:04.563318 clock_gettime(CLOCK_REALTIME, {1420032064, 563372200}) = 0
[pid 20337] 05:21:04.563490 clock_gettime(CLOCK_REALTIME, {1420032064, 563550600}) = 0
[pid 20337] 05:21:04.563669 clock_gettime(CLOCK_REALTIME, {1420032064, 563713900}) = 0
[pid 20337] 05:21:04.563856 lstat("/temp/node-sass/node_modules/mocha/lib/reporters/json-cov.js", {st_mode=S_IFREG|0664, st_size=2764, ...}) = 0
[pid 20337] 05:21:04.564106 clock_gettime(CLOCK_REALTIME, {1420032064, 564155000}) = 0
[pid 20337] 05:21:04.564251 clock_gettime(CLOCK_REALTIME, {1420032064, 564318300}) = 0
[pid 20337] 05:21:04.564425 clock_gettime(CLOCK_REALTIME, {1420032064, 564472200}) = 0
[pid 20337] 05:21:04.564779 open("/temp/node-sass/node_modules/mocha/lib/reporters/json-cov.js", O_RDONLY) = 9
[pid 20337] 05:21:04.564978 fstat(9, {st_mode=S_IFREG|0664, st_size=2764, ...}) = 0
[pid 20337] 05:21:04.565135 clock_gettime(CLOCK_REALTIME, {1420032064, 565182100}) = 0
[pid 20337] 05:21:04.565274 clock_gettime(CLOCK_REALTIME, {1420032064, 565345000}) = 0
[pid 20337] 05:21:04.565444 clock_gettime(CLOCK_REALTIME, {1420032064, 565511500}) = 0
[pid 20337] 05:21:04.565619 read(9, "/**\n * Module dependencies.\n */\n"..., 2764) = 2764
[pid 20337] 05:21:04.565890 close(9) = 0
[pid 20338] 05:21:04.566686 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.566811 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.567067 stat("/temp/node-sass/node_modules/mocha/lib/reporters/html-cov", 0x7fff384d59b8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.567388 stat("/temp/node-sass/node_modules/mocha/lib/reporters/html-cov.js", {st_mode=S_IFREG|0664, st_size=876, ...}) = 0
[pid 20337] 05:21:04.567592 clock_gettime(CLOCK_REALTIME, {1420032064, 568058100}) = 0
[pid 20337] 05:21:04.568148 clock_gettime(CLOCK_REALTIME, {1420032064, 568193700}) = 0
[pid 20337] 05:21:04.568261 clock_gettime(CLOCK_REALTIME, {1420032064, 568299500}) = 0
[pid 20337] 05:21:04.568483 clock_gettime(CLOCK_REALTIME, {1420032064, 568661000}) = 0
[pid 20337] 05:21:04.569666 clock_gettime(CLOCK_REALTIME, {1420032064, 570680200}) = 0
[pid 20337] 05:21:04.570778 clock_gettime(CLOCK_REALTIME, {1420032064, 571315100}) = 0
[pid 20337] 05:21:04.571475 clock_gettime(CLOCK_REALTIME, {1420032064, 571513300}) = 0
[pid 20337] 05:21:04.571559 clock_gettime(CLOCK_REALTIME, {1420032064, 571586200}) = 0
[pid 20337] 05:21:04.571978 clock_gettime(CLOCK_REALTIME, {1420032064, 572123800}) = 0
[pid 20337] 05:21:04.572268 lstat("/temp/node-sass/node_modules/mocha/lib/reporters/html-cov.js", {st_mode=S_IFREG|0664, st_size=876, ...}) = 0
[pid 20337] 05:21:04.572382 clock_gettime(CLOCK_REALTIME, {1420032064, 572411600}) = 0
[pid 20337] 05:21:04.572474 clock_gettime(CLOCK_REALTIME, {1420032064, 572503100}) = 0
[pid 20337] 05:21:04.572551 clock_gettime(CLOCK_REALTIME, {1420032064, 572578100}) = 0
[pid 20337] 05:21:04.572746 open("/temp/node-sass/node_modules/mocha/lib/reporters/html-cov.js", O_RDONLY) = 9
[pid 20337] 05:21:04.572876 fstat(9, {st_mode=S_IFREG|0664, st_size=876, ...}) = 0
[pid 20337] 05:21:04.572970 clock_gettime(CLOCK_REALTIME, {1420032064, 573000000}) = 0
[pid 20337] 05:21:04.573066 clock_gettime(CLOCK_REALTIME, {1420032064, 573099000}) = 0
[pid 20337] 05:21:04.573152 clock_gettime(CLOCK_REALTIME, {1420032064, 573179900}) = 0
[pid 20337] 05:21:04.573252 read(9, "/**\n * Module dependencies.\n */\n"..., 876) = 876
[pid 20337] 05:21:04.573337 close(9) = 0
[pid 20337] 05:21:04.573689 stat("/temp/node-sass/node_modules/mocha/lib/reporters/json-stream", 0x7fff384d59b8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.573826 stat("/temp/node-sass/node_modules/mocha/lib/reporters/json-stream.js", {st_mode=S_IFREG|0664, st_size=1104, ...}) = 0
[pid 20337] 05:21:04.573942 clock_gettime(CLOCK_REALTIME, {1420032064, 573970700}) = 0
[pid 20337] 05:21:04.574018 clock_gettime(CLOCK_REALTIME, {1420032064, 574046300}) = 0
[pid 20337] 05:21:04.574093 clock_gettime(CLOCK_REALTIME, {1420032064, 574119800}) = 0
[pid 20337] 05:21:04.574217 lstat("/temp/node-sass/node_modules/mocha/lib/reporters/json-stream.js", {st_mode=S_IFREG|0664, st_size=1104, ...}) = 0
[pid 20337] 05:21:04.574316 clock_gettime(CLOCK_REALTIME, {1420032064, 574350300}) = 0
[pid 20337] 05:21:04.574423 clock_gettime(CLOCK_REALTIME, {1420032064, 574483900}) = 0
[pid 20338] 05:21:04.574601 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.574676 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.574744 clock_gettime(CLOCK_REALTIME, {1420032064, 574811500}) = 0
[pid 20337] 05:21:04.574944 open("/temp/node-sass/node_modules/mocha/lib/reporters/json-stream.js", O_RDONLY) = 9
[pid 20337] 05:21:04.575039 fstat(9, {st_mode=S_IFREG|0664, st_size=1104, ...}) = 0
[pid 20337] 05:21:04.575182 clock_gettime(CLOCK_REALTIME, {1420032064, 575222700}) = 0
[pid 20337] 05:21:04.575352 clock_gettime(CLOCK_REALTIME, {1420032064, 575403200}) = 0
[pid 20337] 05:21:04.575506 clock_gettime(CLOCK_REALTIME, {1420032064, 575571900}) = 0
[pid 20337] 05:21:04.575673 read(9, "/**\n * Module dependencies.\n */\n"..., 1104) = 1104
[pid 20337] 05:21:04.575844 close(9) = 0
[pid 20337] 05:21:04.576510 stat("/temp/node-sass/node_modules/mocha/lib/context", 0x7fff384d5c88) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.576988 stat("/temp/node-sass/node_modules/mocha/lib/context.js", {st_mode=S_IFREG|0664, st_size=1397, ...}) = 0
[pid 20337] 05:21:04.577412 clock_gettime(CLOCK_REALTIME, {1420032064, 577457900}) = 0
[pid 20337] 05:21:04.577522 clock_gettime(CLOCK_REALTIME, {1420032064, 577583900}) = 0
[pid 20337] 05:21:04.577684 clock_gettime(CLOCK_REALTIME, {1420032064, 577753900}) = 0
[pid 20337] 05:21:04.577917 lstat("/temp/node-sass/node_modules/mocha/lib/context.js", {st_mode=S_IFREG|0664, st_size=1397, ...}) = 0
[pid 20337] 05:21:04.578114 clock_gettime(CLOCK_REALTIME, {1420032064, 578179900}) = 0
[pid 20337] 05:21:04.578273 clock_gettime(CLOCK_REALTIME, {1420032064, 578339900}) = 0
[pid 20337] 05:21:04.578424 clock_gettime(CLOCK_REALTIME, {1420032064, 578476300}) = 0
[pid 20337] 05:21:04.578797 open("/temp/node-sass/node_modules/mocha/lib/context.js", O_RDONLY) = 9
[pid 20337] 05:21:04.578918 fstat(9, {st_mode=S_IFREG|0664, st_size=1397, ...}) = 0
[pid 20337] 05:21:04.579087 clock_gettime(CLOCK_REALTIME, {1420032064, 579121100}) = 0
[pid 20337] 05:21:04.579205 clock_gettime(CLOCK_REALTIME, {1420032064, 579249700}) = 0
[pid 20337] 05:21:04.579326 clock_gettime(CLOCK_REALTIME, {1420032064, 579365500}) = 0
[pid 20337] 05:21:04.579433 read(9, "/**\n * Expose `Context`.\n */\n\nmo"..., 1397) = 1397
[pid 20337] 05:21:04.579606 close(9) = 0
[pid 20337] 05:21:04.580183 stat("/temp/node-sass/node_modules/mocha/lib/runner", 0x7fff384d5c88) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.580445 stat("/temp/node-sass/node_modules/mocha/lib/runner.js", {st_mode=S_IFREG|0664, st_size=14268, ...}) = 0
[pid 20337] 05:21:04.580679 clock_gettime(CLOCK_REALTIME, {1420032064, 580747000}) = 0
[pid 20337] 05:21:04.580846 clock_gettime(CLOCK_REALTIME, {1420032064, 580904800}) = 0
[pid 20337] 05:21:04.580981 clock_gettime(CLOCK_REALTIME, {1420032064, 581061500}) = 0
[pid 20337] 05:21:04.581222 lstat("/temp/node-sass/node_modules/mocha/lib/runner.js", {st_mode=S_IFREG|0664, st_size=14268, ...}) = 0
[pid 20337] 05:21:04.581397 clock_gettime(CLOCK_REALTIME, {1420032064, 581451800}) = 0
[pid 20337] 05:21:04.581542 clock_gettime(CLOCK_REALTIME, {1420032064, 581588000}) = 0
[pid 20337] 05:21:04.581769 clock_gettime(CLOCK_REALTIME, {1420032064, 581889300}) = 0
[pid 20337] 05:21:04.582084 open("/temp/node-sass/node_modules/mocha/lib/runner.js", O_RDONLY) = 9
[pid 20337] 05:21:04.582257 fstat(9, {st_mode=S_IFREG|0664, st_size=14268, ...}) = 0
[pid 20337] 05:21:04.582409 clock_gettime(CLOCK_REALTIME, {1420032064, 582466400}) = 0
[pid 20338] 05:21:04.582618 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.582765 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.582819 clock_gettime(CLOCK_REALTIME, {1420032064, 582869600}) = 0
[pid 20337] 05:21:04.582919 clock_gettime(CLOCK_REALTIME, {1420032064, 582946600}) = 0
[pid 20337] 05:21:04.583037 read(9, "/**\n * Module dependencies.\n */\n"..., 14268) = 14268
[pid 20337] 05:21:04.583144 close(9) = 0
[pid 20337] 05:21:04.585918 stat("/temp/node-sass/node_modules/mocha/lib/test", 0x7fff384d59a8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.586295 stat("/temp/node-sass/node_modules/mocha/lib/test.js", {st_mode=S_IFREG|0664, st_size=471, ...}) = 0
[pid 20337] 05:21:04.586521 clock_gettime(CLOCK_REALTIME, {1420032064, 586735300}) = 0
[pid 20337] 05:21:04.586807 clock_gettime(CLOCK_REALTIME, {1420032064, 586853100}) = 0
[pid 20337] 05:21:04.586906 clock_gettime(CLOCK_REALTIME, {1420032064, 586935400}) = 0
[pid 20337] 05:21:04.588504 stat("/temp/node-sass/node_modules/mocha/lib/suite", 0x7fff384d5c88) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.589156 stat("/temp/node-sass/node_modules/mocha/lib/suite.js", {st_mode=S_IFREG|0664, st_size=7390, ...}) = 0
[pid 20337] 05:21:04.589328 clock_gettime(CLOCK_REALTIME, {1420032064, 589377100}) = 0
[pid 20337] 05:21:04.589450 clock_gettime(CLOCK_REALTIME, {1420032064, 589483400}) = 0
[pid 20337] 05:21:04.589543 clock_gettime(CLOCK_REALTIME, {1420032064, 589592300}) = 0
[pid 20338] 05:21:04.590608 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.590744 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.591072 stat("/temp/node-sass/node_modules/mocha/lib/reporters/spec", 0x7fff384d6138) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.591363 stat("/temp/node-sass/node_modules/mocha/lib/reporters/spec.js", {st_mode=S_IFREG|0664, st_size=1627, ...}) = 0
[pid 20337] 05:21:04.591558 clock_gettime(CLOCK_REALTIME, {1420032064, 591610900}) = 0
[pid 20337] 05:21:04.591740 clock_gettime(CLOCK_REALTIME, {1420032064, 591799200}) = 0
[pid 20337] 05:21:04.591892 clock_gettime(CLOCK_REALTIME, {1420032064, 591949600}) = 0
[pid 20337] 05:21:04.592279 open("/temp/node-sass/node_modules/mocha/bin/../package.json", O_RDONLY) = 9
[pid 20337] 05:21:04.592555 fstat(9, {st_mode=S_IFREG|0664, st_size=2673, ...}) = 0
[pid 20337] 05:21:04.592686 clock_gettime(CLOCK_REALTIME, {1420032064, 592722900}) = 0
[pid 20337] 05:21:04.592812 clock_gettime(CLOCK_REALTIME, {1420032064, 592854900}) = 0
[pid 20337] 05:21:04.592910 clock_gettime(CLOCK_REALTIME, {1420032064, 592940600}) = 0
[pid 20337] 05:21:04.593071 read(9, "{\n \"name\": \"mocha\",\n \"version\""..., 2673) = 2673
[pid 20337] 05:21:04.593265 close(9) = 0
[pid 20337] 05:21:04.595219 clock_gettime(CLOCK_REALTIME, {1420032064, 595388200}) = 0
[pid 20337] 05:21:04.595683 clock_gettime(CLOCK_REALTIME, {1420032064, 595827100}) = 0
[pid 20337] 05:21:04.595960 clock_gettime(CLOCK_REALTIME, {1420032064, 596018300}) = 0
[pid 20337] 05:21:04.596196 clock_gettime(CLOCK_REALTIME, {1420032064, 596258400}) = 0
[pid 20337] 05:21:04.596341 clock_gettime(CLOCK_REALTIME, {1420032064, 596381900}) = 0
[pid 20337] 05:21:04.596493 clock_gettime(CLOCK_REALTIME, {1420032064, 596526800}) = 0
[pid 20337] 05:21:04.596763 clock_gettime(CLOCK_REALTIME, {1420032064, 596828300}) = 0
[pid 20337] 05:21:04.597068 clock_gettime(CLOCK_REALTIME, {1420032064, 597147000}) = 0
[pid 20337] 05:21:04.597288 clock_gettime(CLOCK_REALTIME, {1420032064, 597423400}) = 0
[pid 20337] 05:21:04.597767 clock_gettime(CLOCK_REALTIME, {1420032064, 597824500}) = 0
[pid 20337] 05:21:04.597902 clock_gettime(CLOCK_REALTIME, {1420032064, 597947800}) = 0
[pid 20337] 05:21:04.598119 clock_gettime(CLOCK_REALTIME, {1420032064, 598176300}) = 0
[pid 20338] 05:21:04.598610 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.598811 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.598928 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.599026 <... futex resumed> ) = 0
[pid 20338] 05:21:04.599050 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.599188 <... futex resumed> ) = 1
[pid 20337] 05:21:04.599991 open("test/mocha.opts", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 20338] 05:21:04.606793 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.607001 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.607143 stat("/temp/node-sass/node_modules/mocha/lib/reporters/spec", 0x7fff384d6218) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.607443 clock_gettime(CLOCK_REALTIME, {1420032064, 607489800}) = 0
[pid 20337] 05:21:04.607748 stat("/temp/node-sass/node_modules/mocha/lib/reporters/spec.js", {st_mode=S_IFREG|0664, st_size=1627, ...}) = 0
[pid 20337] 05:21:04.607916 clock_gettime(CLOCK_REALTIME, {1420032064, 607953700}) = 0
[pid 20337] 05:21:04.608026 clock_gettime(CLOCK_REALTIME, {1420032064, 608067000}) = 0
[pid 20337] 05:21:04.608119 clock_gettime(CLOCK_REALTIME, {1420032064, 608147300}) = 0
[pid 20337] 05:21:04.608563 stat("test", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.608735 clock_gettime(CLOCK_REALTIME, {1420032064, 608778800}) = 0
[pid 20337] 05:21:04.608848 clock_gettime(CLOCK_REALTIME, {1420032064, 608885600}) = 0
[pid 20337] 05:21:04.608937 clock_gettime(CLOCK_REALTIME, {1420032064, 608989800}) = 0
[pid 20337] 05:21:04.609072 stat("test", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.609182 clock_gettime(CLOCK_REALTIME, {1420032064, 609211400}) = 0
[pid 20337] 05:21:04.609381 clock_gettime(CLOCK_REALTIME, {1420032064, 609451600}) = 0
[pid 20337] 05:21:04.609576 clock_gettime(CLOCK_REALTIME, {1420032064, 609631100}) = 0
[pid 20337] 05:21:04.609888 openat(AT_FDCWD, "test", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 9
[pid 20337] 05:21:04.610087 getdents(9, /* 8 entries */, 32768) = 232
[pid 20337] 05:21:04.610320 getdents(9, /* 0 entries */, 32768) = 0
[pid 20337] 05:21:04.610468 close(9) = 0
[pid 20337] 05:21:04.610818 stat("test/api.js", {st_mode=S_IFREG|0664, st_size=20015, ...}) = 0
[pid 20337] 05:21:04.611059 clock_gettime(CLOCK_REALTIME, {1420032064, 611111700}) = 0
[pid 20337] 05:21:04.611240 clock_gettime(CLOCK_REALTIME, {1420032064, 611297100}) = 0
[pid 20337] 05:21:04.611380 clock_gettime(CLOCK_REALTIME, {1420032064, 611434500}) = 0
[pid 20337] 05:21:04.611728 stat("test/build", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.611912 clock_gettime(CLOCK_REALTIME, {1420032064, 611968800}) = 0
[pid 20337] 05:21:04.612067 clock_gettime(CLOCK_REALTIME, {1420032064, 612127100}) = 0
[pid 20337] 05:21:04.612222 clock_gettime(CLOCK_REALTIME, {1420032064, 612262200}) = 0
[pid 20337] 05:21:04.612417 stat("test/cli.js", {st_mode=S_IFREG|0664, st_size=10548, ...}) = 0
[pid 20337] 05:21:04.612597 clock_gettime(CLOCK_REALTIME, {1420032064, 612691400}) = 0
[pid 20337] 05:21:04.612781 clock_gettime(CLOCK_REALTIME, {1420032064, 612825500}) = 0
[pid 20337] 05:21:04.612891 clock_gettime(CLOCK_REALTIME, {1420032064, 612940600}) = 0
[pid 20337] 05:21:04.613076 stat("test/fixtures", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.613206 clock_gettime(CLOCK_REALTIME, {1420032064, 613263100}) = 0
[pid 20337] 05:21:04.613336 clock_gettime(CLOCK_REALTIME, {1420032064, 613388000}) = 0
[pid 20337] 05:21:04.613453 clock_gettime(CLOCK_REALTIME, {1420032064, 613487100}) = 0
[pid 20337] 05:21:04.613589 stat("test/spec.js", {st_mode=S_IFREG|0664, st_size=1576, ...}) = 0
[pid 20337] 05:21:04.613721 clock_gettime(CLOCK_REALTIME, {1420032064, 613753500}) = 0
[pid 20337] 05:21:04.613847 clock_gettime(CLOCK_REALTIME, {1420032064, 613887100}) = 0
[pid 20337] 05:21:04.613964 clock_gettime(CLOCK_REALTIME, {1420032064, 614039600}) = 0
[pid 20337] 05:21:04.614161 stat("test/util", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.614310 clock_gettime(CLOCK_REALTIME, {1420032064, 614356100}) = 0
[pid 20337] 05:21:04.614441 clock_gettime(CLOCK_REALTIME, {1420032064, 614479500}) = 0
[pid 20337] 05:21:04.614530 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:04.622837 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.623038 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.623151 <... clock_gettime resumed> {1420032064, 622811700}) = 0
[pid 20337] 05:21:04.623959 stat("/temp/node-sass/test/api.js", {st_mode=S_IFREG|0664, st_size=20015, ...}) = 0
[pid 20337] 05:21:04.624917 clock_gettime(CLOCK_REALTIME, {1420032064, 624984000}) = 0
[pid 20337] 05:21:04.625166 clock_gettime(CLOCK_REALTIME, {1420032064, 625241400}) = 0
[pid 20337] 05:21:04.625361 clock_gettime(CLOCK_REALTIME, {1420032064, 625446800}) = 0
[pid 20337] 05:21:04.625625 lstat("/temp/node-sass/test", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.625828 clock_gettime(CLOCK_REALTIME, {1420032064, 625929800}) = 0
[pid 20337] 05:21:04.626036 clock_gettime(CLOCK_REALTIME, {1420032064, 626105000}) = 0
[pid 20337] 05:21:04.626186 clock_gettime(CLOCK_REALTIME, {1420032064, 626255000}) = 0
[pid 20337] 05:21:04.626393 lstat("/temp/node-sass/test/api.js", {st_mode=S_IFREG|0664, st_size=20015, ...}) = 0
[pid 20337] 05:21:04.626624 clock_gettime(CLOCK_REALTIME, {1420032064, 626789000}) = 0
[pid 20337] 05:21:04.627246 clock_gettime(CLOCK_REALTIME, {1420032064, 627685100}) = 0
[pid 20337] 05:21:04.627798 clock_gettime(CLOCK_REALTIME, {1420032064, 627844400}) = 0
[pid 20337] 05:21:04.628095 clock_gettime(CLOCK_REALTIME, {1420032064, 628164800}) = 0
[pid 20337] 05:21:04.628418 clock_gettime(CLOCK_REALTIME, {1420032064, 628486400}) = 0
[pid 20337] 05:21:04.628689 open("/temp/node-sass/test/api.js", O_RDONLY) = 9
[pid 20337] 05:21:04.628849 fstat(9, {st_mode=S_IFREG|0664, st_size=20015, ...}) = 0
[pid 20337] 05:21:04.628987 clock_gettime(CLOCK_REALTIME, {1420032064, 629036600}) = 0
[pid 20337] 05:21:04.629121 clock_gettime(CLOCK_REALTIME, {1420032064, 629169700}) = 0
[pid 20337] 05:21:04.629234 clock_gettime(CLOCK_REALTIME, {1420032064, 629326400}) = 0
[pid 20337] 05:21:04.629448 read(9, "var assert = require('assert'),\n"..., 20015) = 20015
[pid 20337] 05:21:04.629609 close(9) = 0
[pid 20338] 05:21:04.631436 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.631616 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.635558 stat("/temp/node-sass/lib", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.635826 clock_gettime(CLOCK_REALTIME, {1420032064, 635876200}) = 0
[pid 20337] 05:21:04.636197 clock_gettime(CLOCK_REALTIME, {1420032064, 636228100}) = 0
[pid 20337] 05:21:04.636274 clock_gettime(CLOCK_REALTIME, {1420032064, 636299800}) = 0
[pid 20337] 05:21:04.636427 stat("/temp/node-sass/lib.js", 0x7fff384d5d58) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.637045 stat("/temp/node-sass/lib.json", 0x7fff384d5d58) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.637378 stat("/temp/node-sass/lib.node", 0x7fff384d5d58) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.637649 open("/temp/node-sass/lib/package.json", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.637918 stat("/temp/node-sass/lib/index.js", {st_mode=S_IFREG|0664, st_size=5063, ...}) = 0
[pid 20337] 05:21:04.638159 clock_gettime(CLOCK_REALTIME, {1420032064, 638213600}) = 0
[pid 20337] 05:21:04.638314 clock_gettime(CLOCK_REALTIME, {1420032064, 638371600}) = 0
[pid 20337] 05:21:04.638466 clock_gettime(CLOCK_REALTIME, {1420032064, 638510900}) = 0
[pid 20337] 05:21:04.638749 lstat("/temp/node-sass/lib", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.638930 clock_gettime(CLOCK_REALTIME, {1420032064, 638987000}) = 0
[pid 20337] 05:21:04.639088 clock_gettime(CLOCK_REALTIME, {1420032064, 639138400}) = 0
[pid 20337] 05:21:04.639235 clock_gettime(CLOCK_REALTIME, {1420032064, 639284200}) = 0
[pid 20337] 05:21:04.639398 lstat("/temp/node-sass/lib/index.js", {st_mode=S_IFREG|0664, st_size=5063, ...}) = 0
[pid 20337] 05:21:04.639588 clock_gettime(CLOCK_REALTIME, {1420032064, 639668400}) = 0
[pid 20337] 05:21:04.639768 clock_gettime(CLOCK_REALTIME, {1420032064, 639818800}) = 0
[pid 20337] 05:21:04.639892 clock_gettime(CLOCK_REALTIME, {1420032064, 639950600}) = 0
[pid 20337] 05:21:04.640172 open("/temp/node-sass/lib/index.js", O_RDONLY) = 9
[pid 20337] 05:21:04.640361 fstat(9, {st_mode=S_IFREG|0664, st_size=5063, ...}) = 0
[pid 20337] 05:21:04.640523 clock_gettime(CLOCK_REALTIME, {1420032064, 640580200}) = 0
[pid 20337] 05:21:04.640744 clock_gettime(CLOCK_REALTIME, {1420032064, 640805600}) = 0
[pid 20337] 05:21:04.640901 clock_gettime(CLOCK_REALTIME, {1420032064, 640954000}) = 0
[pid 20337] 05:21:04.641071 read(9, "var fs = require('fs'),\n path"..., 5063) = 5063
[pid 20337] 05:21:04.641252 close(9) = 0
[pid 20337] 05:21:04.642285 stat("/temp/node-sass/build/Release/binding.node", {st_mode=S_IFREG|0775, st_size=1788156, ...}) = 0
[pid 20338] 05:21:04.642621 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.642786 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.642952 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.643077 <... futex resumed> ) = 0
[pid 20338] 05:21:04.643172 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.643307 <... futex resumed> ) = 1
[pid 20337] 05:21:04.643435 clock_gettime(CLOCK_REALTIME, {1420032064, 643492600}) = 0
[pid 20337] 05:21:04.643594 clock_gettime(CLOCK_REALTIME, {1420032064, 643659900}) = 0
[pid 20337] 05:21:04.643771 clock_gettime(CLOCK_REALTIME, {1420032064, 643827800}) = 0
[pid 20337] 05:21:04.643949 stat("/temp/node-sass/build/Debug/binding.node", 0x7fff384d5bf8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.644261 stat("/temp/node-sass/vendor/linux-x64/binding.node", 0x7fff384d5bf8) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.644592 clock_gettime(CLOCK_REALTIME, {1420032064, 644679400}) = 0
[pid 20337] 05:21:04.644927 clock_gettime(CLOCK_REALTIME, {1420032064, 644995300}) = 0
[pid 20337] 05:21:04.645085 clock_gettime(CLOCK_REALTIME, {1420032064, 645141900}) = 0
[pid 20337] 05:21:04.645514 clock_gettime(CLOCK_REALTIME, {1420032064, 645576800}) = 0
[pid 20337] 05:21:04.646352 clock_gettime(CLOCK_REALTIME, {1420032064, 646446700}) = 0
[pid 20337] 05:21:04.650126 clock_gettime(CLOCK_REALTIME, {1420032064, 650246600}) = 0
[pid 20337] 05:21:04.650529 stat("/temp/node-sass/build/Release/binding.node", <unfinished ...>
[pid 20338] 05:21:04.650711 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.650770 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.650895 <... stat resumed> {st_mode=S_IFREG|0775, st_size=1788156, ...}) = 0
[pid 20337] 05:21:04.651102 clock_gettime(CLOCK_REALTIME, {1420032064, 651165700}) = 0
[pid 20337] 05:21:04.651228 clock_gettime(CLOCK_REALTIME, {1420032064, 651262500}) = 0
[pid 20337] 05:21:04.651315 clock_gettime(CLOCK_REALTIME, {1420032064, 651346300}) = 0
[pid 20337] 05:21:04.651465 lstat("/temp/node-sass/build", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.651808 clock_gettime(CLOCK_REALTIME, {1420032064, 651897800}) = 0
[pid 20337] 05:21:04.651982 clock_gettime(CLOCK_REALTIME, {1420032064, 652027100}) = 0
[pid 20337] 05:21:04.652105 clock_gettime(CLOCK_REALTIME, {1420032064, 652158200}) = 0
[pid 20337] 05:21:04.652372 lstat("/temp/node-sass/build/Release", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.652572 clock_gettime(CLOCK_REALTIME, {1420032064, 652626200}) = 0
[pid 20337] 05:21:04.653266 clock_gettime(CLOCK_REALTIME, {1420032064, 653971300}) = 0
[pid 20337] 05:21:04.654243 clock_gettime(CLOCK_REALTIME, {1420032064, 654313600}) = 0
[pid 20337] 05:21:04.654439 lstat("/temp/node-sass/build/Release/binding.node", {st_mode=S_IFREG|0775, st_size=1788156, ...}) = 0
[pid 20337] 05:21:04.654693 clock_gettime(CLOCK_REALTIME, {1420032064, 654750600}) = 0
[pid 20337] 05:21:04.654879 clock_gettime(CLOCK_REALTIME, {1420032064, 654946400}) = 0
[pid 20337] 05:21:04.655036 clock_gettime(CLOCK_REALTIME, {1420032064, 655102900}) = 0
[pid 20337] 05:21:04.655363 futex(0x7f6ce40780b0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 20337] 05:21:04.655557 open("/temp/node-sass/build/Release/binding.node", O_RDONLY|O_CLOEXEC) = 9
[pid 20337] 05:21:04.655980 read(9, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \225\6\0\0\0\0\0"..., 832) = 832
[pid 20337] 05:21:04.656238 fstat(9, {st_mode=S_IFREG|0775, st_size=1788156, ...}) = 0
[pid 20337] 05:21:04.656393 mmap(NULL, 3609432, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 0x7f6ce2b09000
[pid 20337] 05:21:04.656573 mprotect(0x7f6ce2c6d000, 2097152, PROT_NONE) = 0
[pid 20337] 05:21:04.656689 mmap(0x7f6ce2e6d000, 45056, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x164000) = 0x7f6ce2e6d000
[pid 20337] 05:21:04.656816 mmap(0x7f6ce2e78000, 9048, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f6ce2e78000
[pid 20337] 05:21:04.656954 close(9) = 0
[pid 20337] 05:21:04.658419 mprotect(0x7f6ce2e6d000, 32768, PROT_READ <unfinished ...>
[pid 20338] 05:21:04.658592 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.658823 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.658896 <... mprotect resumed> ) = 0
[pid 20337] 05:21:04.659079 futex(0x7f6ce3c6a94c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 20337] 05:21:04.659321 futex(0x7f6ce3c6a958, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 20337] 05:21:04.659591 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.659707 <... futex resumed> ) = 0
[pid 20338] 05:21:04.659880 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.659926 <... futex resumed> ) = 1
[pid 20337] 05:21:04.664618 open("/temp/node-sass/test/fixtures/include-files/index.scss", O_RDONLY) = 9
[pid 20337] 05:21:04.665152 fstat(9, {st_mode=S_IFREG|0664, st_size=30, ...}) = 0
[pid 20337] 05:21:04.665691 clock_gettime(CLOCK_REALTIME, {1420032064, 665812400}) = 0
[pid 20337] 05:21:04.666348 clock_gettime(CLOCK_REALTIME, {1420032064, 666440200}) = 0
[pid 20337] 05:21:04.666596 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:04.666897 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.667081 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.667135 <... clock_gettime resumed> {1420032064, 667127300}) = 0
[pid 20337] 05:21:04.667266 read(9, "@import 'foo';\n@import 'bar';\n", 30) = 30
[pid 20337] 05:21:04.667604 close(9 <unfinished ...>
[pid 20338] 05:21:04.671726 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.671912 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.672090 <... close resumed> ) = 0
[pid 20337] 05:21:04.677052 open("/temp/node-sass/test/fixtures/include-files/index.scss", O_RDONLY) = 9
[pid 20337] 05:21:04.677291 fstat(9, {st_mode=S_IFREG|0664, st_size=30, ...}) = 0
[pid 20337] 05:21:04.677396 clock_gettime(CLOCK_REALTIME, {1420032064, 677436300}) = 0
[pid 20337] 05:21:04.677803 clock_gettime(CLOCK_REALTIME, {1420032064, 677861500}) = 0
[pid 20337] 05:21:04.677938 clock_gettime(CLOCK_REALTIME, {1420032064, 677970300}) = 0
[pid 20337] 05:21:04.678038 read(9, "@import 'foo';\n@import 'bar';\n", 30) = 30
[pid 20337] 05:21:04.678241 close(9) = 0
[pid 20338] 05:21:04.678807 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.679242 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.681339 clock_gettime(CLOCK_REALTIME, {1420032064, 681539900}) = 0
[pid 20337] 05:21:04.682442 clock_gettime(CLOCK_REALTIME, {1420032064, 682541700}) = 0
[pid 20337] 05:21:04.683219 getcwd("/temp/node-sass", 1024) = 16
[pid 20337] 05:21:04.683573 getcwd("/temp/node-sass", 1024) = 16
[pid 20337] 05:21:04.683955 stat("/temp/node-sass/test/fixtures/include-files/index.scss", {st_mode=S_IFREG|0664, st_size=30, ...}) = 0
[pid 20337] 05:21:04.684159 open("/temp/node-sass/test/fixtures/include-files/index.scss", O_RDONLY) = 9
[pid 20337] 05:21:04.684549 lseek(9, 0, SEEK_END) = 30
[pid 20337] 05:21:04.684716 lseek(9, 0, SEEK_CUR) = 30
[pid 20337] 05:21:04.684806 lseek(9, 0, SEEK_SET) = 0
[pid 20337] 05:21:04.684906 read(9, "@import 'foo';\n@import 'bar';\n", 8191) = 30
[pid 20337] 05:21:04.685183 close(9) = 0
[pid 20337] 05:21:04.685819 stat("/temp/node-sass/test/fixtures/include-files/foo", 0x7fff384d4e90) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.685957 stat("/temp/node-sass/test/fixtures/include-files/_foo", 0x7fff384d4e90) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.686070 stat("/temp/node-sass/test/fixtures/include-files/_foo.scss", 0x7fff384d4e90) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.686213 stat("/temp/node-sass/test/fixtures/include-files/_foo.sass", 0x7fff384d4e90) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.686372 stat("/temp/node-sass/test/fixtures/include-files/foo.scss", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
[pid 20338] 05:21:04.686786 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.686875 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.686942 open("/temp/node-sass/test/fixtures/include-files/foo.scss", O_RDONLY) = 9
[pid 20337] 05:21:04.687115 lseek(9, 0, SEEK_END) = 0
[pid 20337] 05:21:04.687230 lseek(9, 0, SEEK_CUR) = 0
[pid 20337] 05:21:04.687336 lseek(9, 0, SEEK_SET) = 0
[pid 20337] 05:21:04.687429 close(9) = 0
[pid 20337] 05:21:04.687620 stat("/temp/node-sass/test/fixtures/include-files/bar", 0x7fff384d4e90) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.687843 stat("/temp/node-sass/test/fixtures/include-files/_bar", 0x7fff384d4e90) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.687967 stat("/temp/node-sass/test/fixtures/include-files/_bar.scss", 0x7fff384d4e90) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.688109 stat("/temp/node-sass/test/fixtures/include-files/_bar.sass", 0x7fff384d4e90) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.688218 stat("/temp/node-sass/test/fixtures/include-files/bar.scss", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
[pid 20337] 05:21:04.688354 open("/temp/node-sass/test/fixtures/include-files/bar.scss", O_RDONLY) = 9
[pid 20337] 05:21:04.688464 lseek(9, 0, SEEK_END) = 0
[pid 20337] 05:21:04.688535 lseek(9, 0, SEEK_CUR) = 0
[pid 20337] 05:21:04.688742 lseek(9, 0, SEEK_SET) = 0
[pid 20337] 05:21:04.688857 close(9) = 0
[pid 20337] 05:21:04.690003 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.690140 <... futex resumed> ) = 0
[pid 20338] 05:21:04.690317 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.690404 <... futex resumed> ) = 1
[pid 20337] 05:21:04.690781 clock_gettime(CLOCK_REALTIME, {1420032064, 690852100}) = 0
[pid 20337] 05:21:04.692051 clock_gettime(CLOCK_REALTIME, {1420032064, 692142200}) = 0
[pid 20337] 05:21:04.692328 clock_gettime(CLOCK_REALTIME, {1420032064, 692377000}) = 0
[pid 20337] 05:21:04.692474 clock_gettime(CLOCK_REALTIME, {1420032064, 692532800}) = 0
[pid 20337] 05:21:04.692818 clock_gettime(CLOCK_REALTIME, {1420032064, 692882600}) = 0
[pid 20337] 05:21:04.693045 clock_gettime(CLOCK_REALTIME, {1420032064, 693131000}) = 0
[pid 20337] 05:21:04.693527 clock_gettime(CLOCK_REALTIME, {1420032064, 693655400}) = 0
[pid 20337] 05:21:04.694483 stat("/temp/node-sass/test/cli.js", {st_mode=S_IFREG|0664, st_size=10548, ...}) = 0
[pid 20337] 05:21:04.694839 clock_gettime(CLOCK_REALTIME, {1420032064, 694890300}) = 0
[pid 20337] 05:21:04.694963 clock_gettime(CLOCK_REALTIME, {1420032064, 695026400}) = 0
[pid 20337] 05:21:04.695098 clock_gettime(CLOCK_REALTIME, {1420032064, 695149200}) = 0
[pid 20337] 05:21:04.695293 lstat("/temp/node-sass/test/cli.js", {st_mode=S_IFREG|0664, st_size=10548, ...}) = 0
[pid 20337] 05:21:04.695478 clock_gettime(CLOCK_REALTIME, {1420032064, 695527500}) = 0
[pid 20337] 05:21:04.695611 clock_gettime(CLOCK_REALTIME, {1420032064, 695667300}) = 0
[pid 20337] 05:21:04.695739 clock_gettime(CLOCK_REALTIME, {1420032064, 695777500}) = 0
[pid 20337] 05:21:04.695978 open("/temp/node-sass/test/cli.js", O_RDONLY) = 9
[pid 20337] 05:21:04.696155 fstat(9, {st_mode=S_IFREG|0664, st_size=10548, ...}) = 0
[pid 20337] 05:21:04.696303 clock_gettime(CLOCK_REALTIME, {1420032064, 696351900}) = 0
[pid 20337] 05:21:04.696445 clock_gettime(CLOCK_REALTIME, {1420032064, 696486900}) = 0
[pid 20337] 05:21:04.696586 clock_gettime(CLOCK_REALTIME, {1420032064, 696665700}) = 0
[pid 20337] 05:21:04.696788 read(9, "var assert = require('assert'),\n"..., 10548) = 10548
[pid 20337] 05:21:04.696926 close(9) = 0
[pid 20337] 05:21:04.698039 stat("/temp/node-sass/test/node_modules/cross-spawn", 0x7fff384d5d78) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.698462 stat("/temp/node-sass/test/node_modules/cross-spawn.js", <unfinished ...>
[pid 20338] 05:21:04.698632 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.698806 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.698881 <... stat resumed> 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.699131 stat("/temp/node-sass/test/node_modules/cross-spawn.json", 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.699357 stat("/temp/node-sass/test/node_modules/cross-spawn.node", 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.699591 open("/temp/node-sass/test/node_modules/cross-spawn/package.json", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.699898 stat("/temp/node-sass/test/node_modules/cross-spawn/index.js", 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.700132 stat("/temp/node-sass/test/node_modules/cross-spawn/index.json", 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.700341 stat("/temp/node-sass/test/node_modules/cross-spawn/index.node", 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.700560 stat("/temp/node-sass/node_modules/cross-spawn", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.700760 clock_gettime(CLOCK_REALTIME, {1420032064, 700813600}) = 0
[pid 20337] 05:21:04.700907 clock_gettime(CLOCK_REALTIME, {1420032064, 700956900}) = 0
[pid 20337] 05:21:04.701066 clock_gettime(CLOCK_REALTIME, {1420032064, 701112200}) = 0
[pid 20337] 05:21:04.701190 stat("/temp/node-sass/node_modules/cross-spawn.js", 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.701389 stat("/temp/node-sass/node_modules/cross-spawn.json", 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.701592 stat("/temp/node-sass/node_modules/cross-spawn.node", 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.701860 open("/temp/node-sass/node_modules/cross-spawn/package.json", O_RDONLY) = 9
[pid 20337] 05:21:04.702017 fstat(9, {st_mode=S_IFREG|0664, st_size=1495, ...}) = 0
[pid 20337] 05:21:04.704816 clock_gettime(CLOCK_REALTIME, {1420032064, 705019600}) = 0
[pid 20337] 05:21:04.705236 clock_gettime(CLOCK_REALTIME, {1420032064, 705300800}) = 0
[pid 20337] 05:21:04.705431 clock_gettime(CLOCK_REALTIME, {1420032064, 705473300}) = 0
[pid 20337] 05:21:04.705559 clock_gettime(CLOCK_REALTIME, {1420032064, 705611800}) = 0
[pid 20337] 05:21:04.705716 clock_gettime(CLOCK_REALTIME, {1420032064, 705783000}) = 0
[pid 20337] 05:21:04.705946 read(9, "{\n \"name\": \"cross-spawn\",\n \"ve"..., 1495) = 1495
[pid 20337] 05:21:04.706132 close(9) = 0
[pid 20337] 05:21:04.706436 stat("/temp/node-sass/node_modules/cross-spawn/index.js", {st_mode=S_IFREG|0664, st_size=3031, ...}) = 0
[pid 20338] 05:21:04.706691 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.706761 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.706824 clock_gettime(CLOCK_REALTIME, {1420032064, 706991400}) = 0
[pid 20337] 05:21:04.707095 clock_gettime(CLOCK_REALTIME, {1420032064, 707150100}) = 0
[pid 20337] 05:21:04.707238 clock_gettime(CLOCK_REALTIME, {1420032064, 707287500}) = 0
[pid 20337] 05:21:04.707489 lstat("/temp/node-sass/node_modules/cross-spawn", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.707747 clock_gettime(CLOCK_REALTIME, {1420032064, 707822100}) = 0
[pid 20337] 05:21:04.707935 clock_gettime(CLOCK_REALTIME, {1420032064, 707991500}) = 0
[pid 20337] 05:21:04.708071 clock_gettime(CLOCK_REALTIME, {1420032064, 708130300}) = 0
[pid 20337] 05:21:04.708275 lstat("/temp/node-sass/node_modules/cross-spawn/index.js", {st_mode=S_IFREG|0664, st_size=3031, ...}) = 0
[pid 20337] 05:21:04.708591 clock_gettime(CLOCK_REALTIME, {1420032064, 708793400}) = 0
[pid 20337] 05:21:04.708886 clock_gettime(CLOCK_REALTIME, {1420032064, 708931500}) = 0
[pid 20337] 05:21:04.709012 clock_gettime(CLOCK_REALTIME, {1420032064, 709055000}) = 0
[pid 20337] 05:21:04.709241 open("/temp/node-sass/node_modules/cross-spawn/index.js", O_RDONLY) = 9
[pid 20337] 05:21:04.709358 fstat(9, {st_mode=S_IFREG|0664, st_size=3031, ...}) = 0
[pid 20337] 05:21:04.709476 clock_gettime(CLOCK_REALTIME, {1420032064, 709506700}) = 0
[pid 20337] 05:21:04.709578 clock_gettime(CLOCK_REALTIME, {1420032064, 709635500}) = 0
[pid 20337] 05:21:04.709763 clock_gettime(CLOCK_REALTIME, {1420032064, 709815700}) = 0
[pid 20337] 05:21:04.709923 read(9, "var fs = require('fs');\nvar path"..., 3031) = 3031
[pid 20337] 05:21:04.710065 close(9) = 0
[pid 20337] 05:21:04.710633 stat("/temp/node-sass/node_modules/cross-spawn/node_modules/lru-cache", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.710832 clock_gettime(CLOCK_REALTIME, {1420032064, 710865600}) = 0
[pid 20337] 05:21:04.710944 clock_gettime(CLOCK_REALTIME, {1420032064, 710974500}) = 0
[pid 20337] 05:21:04.711035 clock_gettime(CLOCK_REALTIME, {1420032064, 711063400}) = 0
[pid 20337] 05:21:04.711133 stat("/temp/node-sass/node_modules/cross-spawn/node_modules/lru-cache.js", 0x7fff384d5a48) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.711376 stat("/temp/node-sass/node_modules/cross-spawn/node_modules/lru-cache.json", 0x7fff384d5a48) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.711549 stat("/temp/node-sass/node_modules/cross-spawn/node_modules/lru-cache.node", 0x7fff384d5a48) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.711754 open("/temp/node-sass/node_modules/cross-spawn/node_modules/lru-cache/package.json", O_RDONLY) = 9
[pid 20337] 05:21:04.711901 fstat(9, {st_mode=S_IFREG|0664, st_size=1273, ...}) = 0
[pid 20337] 05:21:04.712014 clock_gettime(CLOCK_REALTIME, {1420032064, 712812400}) = 0
[pid 20337] 05:21:04.712946 clock_gettime(CLOCK_REALTIME, {1420032064, 712993900}) = 0
[pid 20337] 05:21:04.713078 clock_gettime(CLOCK_REALTIME, {1420032064, 713120200}) = 0
[pid 20337] 05:21:04.713212 read(9, "{\n \"name\": \"lru-cache\",\n \"desc"..., 1273) = 1273
[pid 20337] 05:21:04.713682 close(9) = 0
[pid 20337] 05:21:04.714072 stat("/temp/node-sass/node_modules/cross-spawn/node_modules/lru-cache/lib/lru-cache.js", {st_mode=S_IFREG|0664, st_size=6445, ...}) = 0
[pid 20337] 05:21:04.714254 clock_gettime(CLOCK_REALTIME, {1420032064, 714376700}) = 0
[pid 20338] 05:21:04.715225 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.715341 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.715460 clock_gettime(CLOCK_REALTIME, {1420032064, 715537800}) = 0
[pid 20337] 05:21:04.715610 clock_gettime(CLOCK_REALTIME, {1420032064, 715676800}) = 0
[pid 20337] 05:21:04.715893 lstat("/temp/node-sass/node_modules/cross-spawn/node_modules", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.716158 clock_gettime(CLOCK_REALTIME, {1420032064, 716224300}) = 0
[pid 20337] 05:21:04.716339 clock_gettime(CLOCK_REALTIME, {1420032064, 716402100}) = 0
[pid 20337] 05:21:04.716488 clock_gettime(CLOCK_REALTIME, {1420032064, 716562100}) = 0
[pid 20337] 05:21:04.716710 lstat("/temp/node-sass/node_modules/cross-spawn/node_modules/lru-cache", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.716889 clock_gettime(CLOCK_REALTIME, {1420032064, 716941200}) = 0
[pid 20337] 05:21:04.717029 clock_gettime(CLOCK_REALTIME, {1420032064, 717076800}) = 0
[pid 20337] 05:21:04.717134 clock_gettime(CLOCK_REALTIME, {1420032064, 717164100}) = 0
[pid 20337] 05:21:04.717272 lstat("/temp/node-sass/node_modules/cross-spawn/node_modules/lru-cache/lib", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.717410 clock_gettime(CLOCK_REALTIME, {1420032064, 717441600}) = 0
[pid 20337] 05:21:04.717505 clock_gettime(CLOCK_REALTIME, {1420032064, 717545300}) = 0
[pid 20337] 05:21:04.718121 clock_gettime(CLOCK_REALTIME, {1420032064, 718186300}) = 0
[pid 20337] 05:21:04.718330 lstat("/temp/node-sass/node_modules/cross-spawn/node_modules/lru-cache/lib/lru-cache.js", {st_mode=S_IFREG|0664, st_size=6445, ...}) = 0
[pid 20337] 05:21:04.718729 clock_gettime(CLOCK_REALTIME, {1420032064, 718817600}) = 0
[pid 20337] 05:21:04.719065 clock_gettime(CLOCK_REALTIME, {1420032064, 719158300}) = 0
[pid 20337] 05:21:04.719240 clock_gettime(CLOCK_REALTIME, {1420032064, 719328600}) = 0
[pid 20337] 05:21:04.719699 open("/temp/node-sass/node_modules/cross-spawn/node_modules/lru-cache/lib/lru-cache.js", O_RDONLY) = 9
[pid 20337] 05:21:04.719904 fstat(9, {st_mode=S_IFREG|0664, st_size=6445, ...}) = 0
[pid 20337] 05:21:04.720034 clock_gettime(CLOCK_REALTIME, {1420032064, 720074200}) = 0
[pid 20337] 05:21:04.720131 clock_gettime(CLOCK_REALTIME, {1420032064, 720160800}) = 0
[pid 20337] 05:21:04.720208 clock_gettime(CLOCK_REALTIME, {1420032064, 720236000}) = 0
[pid 20337] 05:21:04.720343 read(9, ";(function () { // closure for w"..., 6445) = 6445
[pid 20337] 05:21:04.720468 close(9) = 0
[pid 20337] 05:21:04.720937 clock_gettime(CLOCK_REALTIME, {1420032064, 720986800}) = 0
[pid 20337] 05:21:04.721168 clock_gettime(CLOCK_REALTIME, {1420032064, 721205800}) = 0
[pid 20337] 05:21:04.721251 clock_gettime(CLOCK_REALTIME, {1420032064, 721277900}) = 0
[pid 20337] 05:21:04.721558 clock_gettime(CLOCK_REALTIME, {1420032064, 721597000}) = 0
[pid 20337] 05:21:04.721844 clock_gettime(CLOCK_REALTIME, {1420032064, 722016500}) = 0
[pid 20337] 05:21:04.722296 clock_gettime(CLOCK_REALTIME, {1420032064, 722331900}) = 0
[pid 20338] 05:21:04.722585 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.722670 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.724173 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.724304 <... futex resumed> ) = 0
[pid 20338] 05:21:04.724447 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.724523 <... futex resumed> ) = 1
[pid 20337] 05:21:04.729168 open("/temp/node-sass/test/fixtures/include-files/expected-importer.css", O_RDONLY) = 9
[pid 20337] 05:21:04.729698 fstat(9, {st_mode=S_IFREG|0664, st_size=51, ...}) = 0
[pid 20337] 05:21:04.730010 clock_gettime(CLOCK_REALTIME, {1420032064, 730093300}) = 0
[pid 20337] 05:21:04.730227 clock_gettime(CLOCK_REALTIME, {1420032064, 730295900}) = 0
[pid 20337] 05:21:04.730383 clock_gettime(CLOCK_REALTIME, {1420032064, 730466900}) = 0
[pid 20338] 05:21:04.730609 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.730734 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.730843 read(9, "div {\n color: yellow; }\n\ndiv {\n"..., 51) = 51
[pid 20337] 05:21:04.731057 close(9) = 0
[pid 20337] 05:21:04.732333 stat("/temp/node-sass/test/spec.js", {st_mode=S_IFREG|0664, st_size=1576, ...}) = 0
[pid 20337] 05:21:04.732612 clock_gettime(CLOCK_REALTIME, {1420032064, 732685100}) = 0
[pid 20337] 05:21:04.732808 clock_gettime(CLOCK_REALTIME, {1420032064, 732873000}) = 0
[pid 20337] 05:21:04.732978 clock_gettime(CLOCK_REALTIME, {1420032064, 733048200}) = 0
[pid 20337] 05:21:04.733245 lstat("/temp/node-sass/test/spec.js", {st_mode=S_IFREG|0664, st_size=1576, ...}) = 0
[pid 20337] 05:21:04.733456 clock_gettime(CLOCK_REALTIME, {1420032064, 733510200}) = 0
[pid 20337] 05:21:04.733614 clock_gettime(CLOCK_REALTIME, {1420032064, 733687600}) = 0
[pid 20337] 05:21:04.733805 clock_gettime(CLOCK_REALTIME, {1420032064, 733864000}) = 0
[pid 20337] 05:21:04.734059 open("/temp/node-sass/test/spec.js", O_RDONLY) = 9
[pid 20337] 05:21:04.734411 fstat(9, {st_mode=S_IFREG|0664, st_size=1576, ...}) = 0
[pid 20337] 05:21:04.735039 clock_gettime(CLOCK_REALTIME, {1420032064, 735111900}) = 0
[pid 20337] 05:21:04.735273 clock_gettime(CLOCK_REALTIME, {1420032064, 735319100}) = 0
[pid 20337] 05:21:04.735389 clock_gettime(CLOCK_REALTIME, {1420032064, 735452200}) = 0
[pid 20337] 05:21:04.735568 read(9, "var assert = require('assert'),\n"..., 1576) = 1576
[pid 20337] 05:21:04.735777 close(9) = 0
[pid 20337] 05:21:04.736842 stat("/temp/node-sass/test/util", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.737103 clock_gettime(CLOCK_REALTIME, {1420032064, 737153600}) = 0
[pid 20337] 05:21:04.737227 clock_gettime(CLOCK_REALTIME, {1420032064, 737265600}) = 0
[pid 20337] 05:21:04.737350 clock_gettime(CLOCK_REALTIME, {1420032064, 737397000}) = 0
[pid 20337] 05:21:04.737485 stat("/temp/node-sass/test/util.js", 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.737839 stat("/temp/node-sass/test/util.json", 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.738108 stat("/temp/node-sass/test/util.node", 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.738329 open("/temp/node-sass/test/util/package.json", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 20338] 05:21:04.738598 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.738666 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.738875 stat("/temp/node-sass/test/util/index.js", {st_mode=S_IFREG|0664, st_size=1098, ...}) = 0
[pid 20337] 05:21:04.739057 clock_gettime(CLOCK_REALTIME, {1420032064, 739107200}) = 0
[pid 20337] 05:21:04.739189 clock_gettime(CLOCK_REALTIME, {1420032064, 739222300}) = 0
[pid 20337] 05:21:04.739291 clock_gettime(CLOCK_REALTIME, {1420032064, 739347500}) = 0
[pid 20337] 05:21:04.739511 lstat("/temp/node-sass/test/util", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
[pid 20337] 05:21:04.739705 clock_gettime(CLOCK_REALTIME, {1420032064, 739758400}) = 0
[pid 20337] 05:21:04.739883 clock_gettime(CLOCK_REALTIME, {1420032064, 739934800}) = 0
[pid 20337] 05:21:04.740070 clock_gettime(CLOCK_REALTIME, {1420032064, 740147700}) = 0
[pid 20337] 05:21:04.740269 lstat("/temp/node-sass/test/util/index.js", {st_mode=S_IFREG|0664, st_size=1098, ...}) = 0
[pid 20337] 05:21:04.740441 clock_gettime(CLOCK_REALTIME, {1420032064, 740496800}) = 0
[pid 20337] 05:21:04.740598 clock_gettime(CLOCK_REALTIME, {1420032064, 741193200}) = 0
[pid 20337] 05:21:04.741369 clock_gettime(CLOCK_REALTIME, {1420032064, 741519400}) = 0
[pid 20337] 05:21:04.741879 open("/temp/node-sass/test/util/index.js", O_RDONLY) = 9
[pid 20337] 05:21:04.742072 fstat(9, {st_mode=S_IFREG|0664, st_size=1098, ...}) = 0
[pid 20337] 05:21:04.743410 clock_gettime(CLOCK_REALTIME, {1420032064, 743524400}) = 0
[pid 20337] 05:21:04.744731 clock_gettime(CLOCK_REALTIME, {1420032064, 744845700}) = 0
[pid 20337] 05:21:04.744992 clock_gettime(CLOCK_REALTIME, {1420032064, 745053000}) = 0
[pid 20337] 05:21:04.745220 read(9, "var fs = require('fs'),\n join"..., 1098) = 1098
[pid 20337] 05:21:04.745433 close(9) = 0
[pid 20338] 05:21:04.746946 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.747290 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.748182 openat(AT_FDCWD, "/temp/node-sass/test/fixtures/spec/spec", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 9
[pid 20337] 05:21:04.748701 getdents(9, /* 17 entries */, 32768) = 528
[pid 20337] 05:21:04.749093 getdents(9, /* 0 entries */, 32768) = 0
[pid 20337] 05:21:04.749336 close(9) = 0
[pid 20337] 05:21:04.750017 openat(AT_FDCWD, "/temp/node-sass/test/fixtures/spec/spec/basic", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 9
[pid 20337] 05:21:04.750247 getdents(9, /* 61 entries */, 32768) = 2624
[pid 20337] 05:21:04.750738 getdents(9, /* 0 entries */, 32768) = 0
[pid 20337] 05:21:04.754013 close(9 <unfinished ...>
[pid 20338] 05:21:04.754775 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.755078 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.755211 <... close resumed> ) = 0
[pid 20337] 05:21:04.755979 clock_gettime(CLOCK_REALTIME, {1420032064, 756103500}) = 0
[pid 20337] 05:21:04.756236 clock_gettime(CLOCK_REALTIME, {1420032064, 756319900}) = 0
[pid 20337] 05:21:04.756416 clock_gettime(CLOCK_REALTIME, {1420032064, 756460700}) = 0
[pid 20337] 05:21:04.756639 clock_gettime(CLOCK_REALTIME, {1420032064, 756847300}) = 0
[pid 20337] 05:21:04.756959 clock_gettime(CLOCK_REALTIME, {1420032064, 757024600}) = 0
[pid 20337] 05:21:04.757155 clock_gettime(CLOCK_REALTIME, {1420032064, 757206300}) = 0
[pid 20337] 05:21:04.757449 clock_gettime(CLOCK_REALTIME, {1420032064, 757509100}) = 0
[pid 20337] 05:21:04.757970 clock_gettime(CLOCK_REALTIME, {1420032064, 758230900}) = 0
[pid 20337] 05:21:04.758919 clock_gettime(CLOCK_REALTIME, {1420032064, 758966700}) = 0
[pid 20337] 05:21:04.759257 clock_gettime(CLOCK_REALTIME, {1420032064, 759338400}) = 0
[pid 20337] 05:21:04.759433 clock_gettime(CLOCK_REALTIME, {1420032064, 759485300}) = 0
[pid 20337] 05:21:04.759628 clock_gettime(CLOCK_REALTIME, {1420032064, 759770200}) = 0
[pid 20337] 05:21:04.760373 clock_gettime(CLOCK_REALTIME, {1420032064, 760453500}) = 0
[pid 20337] 05:21:04.760691 clock_gettime(CLOCK_REALTIME, {1420032064, 760748100}) = 0
[pid 20337] 05:21:04.760815 clock_gettime(CLOCK_REALTIME, {1420032064, 760855100}) = 0
[pid 20337] 05:21:04.761006 clock_gettime(CLOCK_REALTIME, {1420032064, 761066100}) = 0
[pid 20337] 05:21:04.761156 clock_gettime(CLOCK_REALTIME, {1420032064, 761205700}) = 0
[pid 20337] 05:21:04.761317 clock_gettime(CLOCK_REALTIME, {1420032064, 761360800}) = 0
[pid 20337] 05:21:04.762144 clock_gettime(CLOCK_REALTIME, {1420032064, 762210800}) = 0
[pid 20337] 05:21:04.762383 clock_gettime(CLOCK_REALTIME, {1420032064, 762436400}) = 0
[pid 20338] 05:21:04.762581 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.762815 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.762963 clock_gettime(CLOCK_REALTIME, {1420032064, 763047500}) = 0
[pid 20337] 05:21:04.763435 clock_gettime(CLOCK_REALTIME, {1420032064, 763498600}) = 0
[pid 20337] 05:21:04.763591 clock_gettime(CLOCK_REALTIME, {1420032064, 763653000}) = 0
[pid 20337] 05:21:04.764746 clock_gettime(CLOCK_REALTIME, {1420032064, 764867000}) = 0
[pid 20337] 05:21:04.764984 clock_gettime(CLOCK_REALTIME, {1420032064, 765088300}) = 0
[pid 20337] 05:21:04.765460 clock_gettime(CLOCK_REALTIME, {1420032064, 765539300}) = 0
[pid 20337] 05:21:04.765680 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.765777 <... futex resumed> ) = 0
[pid 20338] 05:21:04.765948 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.766026 <... futex resumed> ) = 1
[pid 20338] 05:21:04.770676 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.770939 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.771344 openat(AT_FDCWD, "/temp/node-sass/test/fixtures/spec/spec/colors", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 9
[pid 20337] 05:21:04.771670 getdents(9, /* 4 entries */, 32768) = 120
[pid 20337] 05:21:04.771858 getdents(9, /* 0 entries */, 32768) = 0
[pid 20337] 05:21:04.771995 close(9) = 0
[pid 20337] 05:21:04.772433 openat(AT_FDCWD, "/temp/node-sass/test/fixtures/spec/spec/css", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 9
[pid 20337] 05:21:04.773083 getdents(9, /* 9 entries */, 32768) = 416
[pid 20337] 05:21:04.773449 getdents(9, /* 0 entries */, 32768) = 0
[pid 20337] 05:21:04.773993 close(9) = 0
[pid 20337] 05:21:04.774498 clock_gettime(CLOCK_REALTIME, {1420032064, 774776500}) = 0
[pid 20337] 05:21:04.775092 clock_gettime(CLOCK_REALTIME, {1420032064, 775176000}) = 0
[pid 20337] 05:21:04.775330 clock_gettime(CLOCK_REALTIME, {1420032064, 775408200}) = 0
[pid 20337] 05:21:04.776017 clock_gettime(CLOCK_REALTIME, {1420032064, 776109200}) = 0
[pid 20337] 05:21:04.776269 clock_gettime(CLOCK_REALTIME, {1420032064, 776345200}) = 0
[pid 20337] 05:21:04.776616 clock_gettime(CLOCK_REALTIME, {1420032064, 776969700}) = 0
[pid 20337] 05:21:04.777566 openat(AT_FDCWD, "/temp/node-sass/test/fixtures/spec/spec/extend-tests", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 9
[pid 20337] 05:21:04.777926 getdents(9, /* 193 entries */, 32768) = 12992
[pid 20338] 05:21:04.779050 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.779281 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.779427 getdents(9, /* 0 entries */, 32768) = 0
[pid 20337] 05:21:04.779933 close(9) = 0
[pid 20337] 05:21:04.782851 clock_gettime(CLOCK_REALTIME, {1420032064, 783057800}) = 0
[pid 20337] 05:21:04.783467 clock_gettime(CLOCK_REALTIME, {1420032064, 783575400}) = 0
[pid 20337] 05:21:04.783724 clock_gettime(CLOCK_REALTIME, {1420032064, 783779300}) = 0
[pid 20337] 05:21:04.785210 clock_gettime(CLOCK_REALTIME, {1420032064, 785523600}) = 0
[pid 20337] 05:21:04.785908 clock_gettime(CLOCK_REALTIME, {1420032064, 786114100}) = 0
[pid 20338] 05:21:04.786593 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.786793 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.786994 clock_gettime(CLOCK_REALTIME, {1420032064, 787108500}) = 0
[pid 20337] 05:21:04.787190 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.787273 <... futex resumed> ) = 0
[pid 20338] 05:21:04.787410 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.787482 <... futex resumed> ) = 1
[pid 20337] 05:21:04.788231 mmap(0x2c678f14b000, 2097152, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x2c678f14b000
[pid 20337] 05:21:04.788496 munmap(0x2c678f14b000, 741376) = 0
[pid 20337] 05:21:04.788853 munmap(0x2c678f300000, 307200) = 0
[pid 20337] 05:21:04.788983 mmap(0x2c678f200000, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2c678f200000
[pid 20338] 05:21:04.792558 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.792713 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.794721 clock_gettime(CLOCK_REALTIME, {1420032064, 794980500}) = 0
[pid 20337] 05:21:04.795162 clock_gettime(CLOCK_REALTIME, {1420032064, 795279500}) = 0
[pid 20337] 05:21:04.795412 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.795541 <... futex resumed> ) = 0
[pid 20338] 05:21:04.795698 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.795789 <... futex resumed> ) = 1
[pid 20337] 05:21:04.796342 clock_gettime(CLOCK_REALTIME, {1420032064, 796435700}) = 0
[pid 20337] 05:21:04.796712 clock_gettime(CLOCK_REALTIME, {1420032064, 796792800}) = 0
[pid 20337] 05:21:04.796911 clock_gettime(CLOCK_REALTIME, {1420032064, 796983800}) = 0
[pid 20337] 05:21:04.797437 clock_gettime(CLOCK_REALTIME, {1420032064, 797539700}) = 0
[pid 20337] 05:21:04.797659 clock_gettime(CLOCK_REALTIME, {1420032064, 797764100}) = 0
[pid 20337] 05:21:04.798089 clock_gettime(CLOCK_REALTIME, {1420032064, 798173000}) = 0
[pid 20338] 05:21:04.803000 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.803841 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.805644 openat(AT_FDCWD, "/temp/node-sass/test/fixtures/spec/spec/extends", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 9
[pid 20337] 05:21:04.807286 getdents(9, /* 3 entries */, 32768) = 104
[pid 20337] 05:21:04.807519 getdents(9, /* 0 entries */, 32768) = 0
[pid 20337] 05:21:04.807778 close(9) = 0
[pid 20337] 05:21:04.808209 openat(AT_FDCWD, "/temp/node-sass/test/fixtures/spec/spec/libsass", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 9
[pid 20337] 05:21:04.808465 getdents(9, /* 19 entries */, 32768) = 608
[pid 20337] 05:21:04.808723 getdents(9, /* 0 entries */, 32768) = 0
[pid 20337] 05:21:04.808945 close(9) = 0
[pid 20337] 05:21:04.809878 openat(AT_FDCWD, "/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 9
[pid 20337] 05:21:04.810375 getdents(9, /* 63 entries */, 32768) = 2000
[pid 20338] 05:21:04.810823 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.812016 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.812321 getdents(9, /* 0 entries */, 32768) = 0
[pid 20337] 05:21:04.812651 close(9) = 0
[pid 20337] 05:21:04.815820 clock_gettime(CLOCK_REALTIME, {1420032064, 816074500}) = 0
[pid 20337] 05:21:04.816350 clock_gettime(CLOCK_REALTIME, {1420032064, 816457700}) = 0
[pid 20337] 05:21:04.818688 openat(AT_FDCWD, "/temp/node-sass/test/fixtures/spec/spec/maps", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC <unfinished ...>
[pid 20338] 05:21:04.819490 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.822950 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.823207 <... openat resumed> ) = 9
[pid 20337] 05:21:04.823504 getdents(9, /* 8 entries */, 32768) = 240
[pid 20337] 05:21:04.823812 getdents(9, /* 0 entries */, 32768) = 0
[pid 20337] 05:21:04.824003 close(9) = 0
[pid 20337] 05:21:04.826224 openat(AT_FDCWD, "/temp/node-sass/test/fixtures/spec/spec/misc", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 9
[pid 20337] 05:21:04.826709 getdents(9, /* 15 entries */, 32768) = 640
[pid 20337] 05:21:04.827104 getdents(9, /* 0 entries */, 32768) = 0
[pid 20337] 05:21:04.827259 close(9) = 0
[pid 20337] 05:21:04.828195 openat(AT_FDCWD, "/temp/node-sass/test/fixtures/spec/spec/regressions", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 9
[pid 20337] 05:21:04.828502 getdents(9, /* 5 entries */, 32768) = 232
[pid 20337] 05:21:04.828793 getdents(9, /* 0 entries */, 32768) = 0
[pid 20337] 05:21:04.828982 close(9) = 0
[pid 20337] 05:21:04.829367 openat(AT_FDCWD, "/temp/node-sass/test/fixtures/spec/spec/scss", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 9
[pid 20337] 05:21:04.829613 getdents(9, /* 132 entries */, 32768) = 5368
[pid 20337] 05:21:04.830395 getdents(9, /* 0 entries */, 32768) = 0
[pid 20338] 05:21:04.830666 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.830884 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.831029 close(9) = 0
[pid 20338] 05:21:04.836809 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.838281 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.843188 openat(AT_FDCWD, "/temp/node-sass/test/fixtures/spec/spec/scss-tests", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 9
[pid 20337] 05:21:04.843562 getdents(9, /* 127 entries */, 32768) = 7224
[pid 20338] 05:21:04.848336 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.848469 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.848652 getdents(9, /* 0 entries */, 32768) = 0
[pid 20337] 05:21:04.848822 close(9) = 0
[pid 20337] 05:21:04.849107 mmap(0x39dd36c00000, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x39dd36c00000
[pid 20337] 05:21:04.849302 mmap(0x39dd37c00000, 2097152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x39dd37c00000
[pid 20338] 05:21:04.853252 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.853635 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.855108 mmap(0x29ceb0ea1000, 2097152, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x29ceb0ea1000
[pid 20337] 05:21:04.855435 munmap(0x29ceb0ea1000, 389120) = 0
[pid 20337] 05:21:04.855581 munmap(0x29ceb1000000, 659456) = 0
[pid 20337] 05:21:04.855712 mmap(0x29ceb0f00000, 1048576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x29ceb0f00000
[pid 20337] 05:21:04.856244 clock_gettime(CLOCK_REALTIME, {1420032064, 856308200}) = 0
[pid 20337] 05:21:04.856374 clock_gettime(CLOCK_REALTIME, {1420032064, 856409900}) = 0
[pid 20337] 05:21:04.856479 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.856549 <... futex resumed> ) = 0
[pid 20338] 05:21:04.856642 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.856711 <... futex resumed> ) = 1
[pid 20337] 05:21:04.862458 openat(AT_FDCWD, "/temp/node-sass/test/fixtures/spec/spec/types", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC <unfinished ...>
[pid 20338] 05:21:04.863516 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.866072 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.866358 <... openat resumed> ) = 9
[pid 20337] 05:21:04.866670 getdents(9, /* 4 entries */, 32768) = 120
[pid 20337] 05:21:04.866927 getdents(9, /* 0 entries */, 32768) = 0
[pid 20337] 05:21:04.867096 close(9) = 0
[pid 20337] 05:21:04.870717 stat("/temp/node-sass/test/fixtures/spec/spec/basic/00_empty/input.scss", {st_mode=S_IFREG|0664, st_size=1, ...}) = 0
[pid 20337] 05:21:04.871097 clock_gettime(CLOCK_REALTIME, {1420032064, 871199000}) = 0
[pid 20337] 05:21:04.871321 clock_gettime(CLOCK_REALTIME, {1420032064, 871401200}) = 0
[pid 20337] 05:21:04.871501 clock_gettime(CLOCK_REALTIME, {1420032064, 871556500}) = 0
[pid 20337] 05:21:04.872014 stat("/temp/node-sass/test/fixtures/spec/spec/basic/01_simple_css/input.scss", {st_mode=S_IFREG|0664, st_size=20, ...}) = 0
[pid 20337] 05:21:04.872401 clock_gettime(CLOCK_REALTIME, {1420032064, 872473400}) = 0
[pid 20337] 05:21:04.873764 clock_gettime(CLOCK_REALTIME, {1420032064, 873922500}) = 0
[pid 20337] 05:21:04.874485 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:04.874720 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.874819 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.875405 <... clock_gettime resumed> {1420032064, 875391800}) = 0
[pid 20337] 05:21:04.876435 stat("/temp/node-sass/test/fixtures/spec/spec/basic/02_simple_nesting/input.scss", {st_mode=S_IFREG|0664, st_size=36, ...}) = 0
[pid 20337] 05:21:04.878099 clock_gettime(CLOCK_REALTIME, {1420032064, 878199500}) = 0
[pid 20337] 05:21:04.878667 clock_gettime(CLOCK_REALTIME, {1420032064, 879385500}) = 0
[pid 20337] 05:21:04.880043 clock_gettime(CLOCK_REALTIME, {1420032064, 880151100}) = 0
[pid 20337] 05:21:04.881390 stat("/temp/node-sass/test/fixtures/spec/spec/basic/03_simple_variable/input.scss", {st_mode=S_IFREG|0664, st_size=36, ...}) = 0
[pid 20338] 05:21:04.884453 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.884517 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.884840 clock_gettime(CLOCK_REALTIME, {1420032064, 884915500}) = 0
[pid 20337] 05:21:04.884990 clock_gettime(CLOCK_REALTIME, {1420032064, 885044000}) = 0
[pid 20337] 05:21:04.885109 clock_gettime(CLOCK_REALTIME, {1420032064, 885148200}) = 0
[pid 20337] 05:21:04.885367 stat("/temp/node-sass/test/fixtures/spec/spec/basic/04_basic_variables/input.scss", {st_mode=S_IFREG|0664, st_size=175, ...}) = 0
[pid 20337] 05:21:04.885533 clock_gettime(CLOCK_REALTIME, {1420032064, 885571600}) = 0
[pid 20337] 05:21:04.885637 clock_gettime(CLOCK_REALTIME, {1420032064, 885675100}) = 0
[pid 20337] 05:21:04.885738 clock_gettime(CLOCK_REALTIME, {1420032064, 885888800}) = 0
[pid 20337] 05:21:04.886421 stat("/temp/node-sass/test/fixtures/spec/spec/basic/05_empty_levels/input.scss", {st_mode=S_IFREG|0664, st_size=370, ...}) = 0
[pid 20337] 05:21:04.886875 clock_gettime(CLOCK_REALTIME, {1420032064, 886938600}) = 0
[pid 20337] 05:21:04.887067 clock_gettime(CLOCK_REALTIME, {1420032064, 887383000}) = 0
[pid 20337] 05:21:04.887551 clock_gettime(CLOCK_REALTIME, {1420032064, 887614400}) = 0
[pid 20337] 05:21:04.887913 stat("/temp/node-sass/test/fixtures/spec/spec/basic/06_nesting_and_comments/input.scss", {st_mode=S_IFREG|0664, st_size=954, ...}) = 0
[pid 20337] 05:21:04.888151 clock_gettime(CLOCK_REALTIME, {1420032064, 888193900}) = 0
[pid 20337] 05:21:04.888375 clock_gettime(CLOCK_REALTIME, {1420032064, 888456800}) = 0
[pid 20337] 05:21:04.888587 clock_gettime(CLOCK_REALTIME, {1420032064, 888655500}) = 0
[pid 20337] 05:21:04.888891 stat("/temp/node-sass/test/fixtures/spec/spec/basic/07_nested_simple_selector_groups/input.scss", {st_mode=S_IFREG|0664, st_size=315, ...}) = 0
[pid 20337] 05:21:04.889170 clock_gettime(CLOCK_REALTIME, {1420032064, 889246200}) = 0
[pid 20337] 05:21:04.889370 clock_gettime(CLOCK_REALTIME, {1420032064, 889427200}) = 0
[pid 20337] 05:21:04.889583 clock_gettime(CLOCK_REALTIME, {1420032064, 889682200}) = 0
[pid 20337] 05:21:04.889892 stat("/temp/node-sass/test/fixtures/spec/spec/basic/08_selector_combinators/input.scss", {st_mode=S_IFREG|0664, st_size=105, ...}) = 0
[pid 20337] 05:21:04.890233 clock_gettime(CLOCK_REALTIME, {1420032064, 890349000}) = 0
[pid 20337] 05:21:04.890518 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:04.890595 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.890613 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.890869 <... clock_gettime resumed> {1420032064, 890859400}) = 0
[pid 20337] 05:21:04.891114 clock_gettime(CLOCK_REALTIME, {1420032064, 891211100}) = 0
[pid 20337] 05:21:04.891492 stat("/temp/node-sass/test/fixtures/spec/spec/basic/09_selector_groups_and_combinators/input.scss", {st_mode=S_IFREG|0664, st_size=100, ...}) = 0
[pid 20337] 05:21:04.891720 clock_gettime(CLOCK_REALTIME, {1420032064, 891767800}) = 0
[pid 20337] 05:21:04.891852 clock_gettime(CLOCK_REALTIME, {1420032064, 891892800}) = 0
[pid 20337] 05:21:04.891969 clock_gettime(CLOCK_REALTIME, {1420032064, 892050300}) = 0
[pid 20337] 05:21:04.892208 stat("/temp/node-sass/test/fixtures/spec/spec/basic/10_classes_and_ids/input.scss", {st_mode=S_IFREG|0664, st_size=118, ...}) = 0
[pid 20337] 05:21:04.892390 clock_gettime(CLOCK_REALTIME, {1420032064, 892465300}) = 0
[pid 20337] 05:21:04.892602 clock_gettime(CLOCK_REALTIME, {1420032064, 892719800}) = 0
[pid 20337] 05:21:04.892897 clock_gettime(CLOCK_REALTIME, {1420032064, 892959300}) = 0
[pid 20337] 05:21:04.893110 stat("/temp/node-sass/test/fixtures/spec/spec/basic/11_attribute_selectors/input.scss", {st_mode=S_IFREG|0664, st_size=84, ...}) = 0
[pid 20337] 05:21:04.893329 clock_gettime(CLOCK_REALTIME, {1420032064, 893374900}) = 0
[pid 20337] 05:21:04.893466 clock_gettime(CLOCK_REALTIME, {1420032064, 893508200}) = 0
[pid 20337] 05:21:04.893586 clock_gettime(CLOCK_REALTIME, {1420032064, 893624800}) = 0
[pid 20337] 05:21:04.893837 stat("/temp/node-sass/test/fixtures/spec/spec/basic/12_pseudo_classes_and_elements/input.scss", {st_mode=S_IFREG|0664, st_size=396, ...}) = 0
[pid 20337] 05:21:04.894014 clock_gettime(CLOCK_REALTIME, {1420032064, 894078100}) = 0
[pid 20337] 05:21:04.894190 clock_gettime(CLOCK_REALTIME, {1420032064, 894257200}) = 0
[pid 20337] 05:21:04.894330 clock_gettime(CLOCK_REALTIME, {1420032064, 894412700}) = 0
[pid 20337] 05:21:04.894613 stat("/temp/node-sass/test/fixtures/spec/spec/basic/13_back_references/input.scss", {st_mode=S_IFREG|0664, st_size=68, ...}) = 0
[pid 20337] 05:21:04.894864 clock_gettime(CLOCK_REALTIME, {1420032064, 894925600}) = 0
[pid 20337] 05:21:04.894996 clock_gettime(CLOCK_REALTIME, {1420032064, 895056100}) = 0
[pid 20337] 05:21:04.895131 clock_gettime(CLOCK_REALTIME, {1420032064, 895187500}) = 0
[pid 20337] 05:21:04.895307 stat("/temp/node-sass/test/fixtures/spec/spec/basic/14_imports/input.scss", {st_mode=S_IFREG|0664, st_size=146, ...}) = 0
[pid 20337] 05:21:04.895491 clock_gettime(CLOCK_REALTIME, {1420032064, 895551700}) = 0
[pid 20337] 05:21:04.895678 clock_gettime(CLOCK_REALTIME, {1420032064, 895813600}) = 0
[pid 20337] 05:21:04.895998 clock_gettime(CLOCK_REALTIME, {1420032064, 896136400}) = 0
[pid 20337] 05:21:04.896837 stat("/temp/node-sass/test/fixtures/spec/spec/basic/16_hex_arithmetic/input.scss", {st_mode=S_IFREG|0664, st_size=726, ...}) = 0
[pid 20337] 05:21:04.897301 clock_gettime(CLOCK_REALTIME, {1420032064, 897392800}) = 0
[pid 20337] 05:21:04.897554 clock_gettime(CLOCK_REALTIME, {1420032064, 897633500}) = 0
[pid 20337] 05:21:04.897785 clock_gettime(CLOCK_REALTIME, {1420032064, 897851200}) = 0
[pid 20337] 05:21:04.898068 stat("/temp/node-sass/test/fixtures/spec/spec/basic/17_basic_mixins/input.scss", {st_mode=S_IFREG|0664, st_size=484, ...}) = 0
[pid 20337] 05:21:04.898281 clock_gettime(CLOCK_REALTIME, {1420032064, 898348300}) = 0
[pid 20337] 05:21:04.898466 clock_gettime(CLOCK_REALTIME, {1420032064, 898537500}) = 0
[pid 20338] 05:21:04.898600 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.898753 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.898814 clock_gettime(CLOCK_REALTIME, {1420032064, 898891300}) = 0
[pid 20337] 05:21:04.899070 stat("/temp/node-sass/test/fixtures/spec/spec/basic/18_mixin_scope/input.scss", {st_mode=S_IFREG|0664, st_size=248, ...}) = 0
[pid 20337] 05:21:04.899271 clock_gettime(CLOCK_REALTIME, {1420032064, 899331400}) = 0
[pid 20337] 05:21:04.899437 clock_gettime(CLOCK_REALTIME, {1420032064, 899477000}) = 0
[pid 20337] 05:21:04.899599 clock_gettime(CLOCK_REALTIME, {1420032064, 899674100}) = 0
[pid 20337] 05:21:04.899860 stat("/temp/node-sass/test/fixtures/spec/spec/basic/19_full_mixin_craziness/input.scss", {st_mode=S_IFREG|0664, st_size=1347, ...}) = 0
[pid 20337] 05:21:04.900045 clock_gettime(CLOCK_REALTIME, {1420032064, 900121000}) = 0
[pid 20337] 05:21:04.900251 clock_gettime(CLOCK_REALTIME, {1420032064, 900315900}) = 0
[pid 20337] 05:21:04.900390 clock_gettime(CLOCK_REALTIME, {1420032064, 900450600}) = 0
[pid 20337] 05:21:04.900616 stat("/temp/node-sass/test/fixtures/spec/spec/basic/20_scoped_variables/input.scss", {st_mode=S_IFREG|0664, st_size=221, ...}) = 0
[pid 20337] 05:21:04.900834 clock_gettime(CLOCK_REALTIME, {1420032064, 901069200}) = 0
[pid 20337] 05:21:04.901202 clock_gettime(CLOCK_REALTIME, {1420032064, 901249000}) = 0
[pid 20337] 05:21:04.901334 clock_gettime(CLOCK_REALTIME, {1420032064, 901380000}) = 0
[pid 20337] 05:21:04.901708 stat("/temp/node-sass/test/fixtures/spec/spec/basic/21_one_builtin_function/input.scss", {st_mode=S_IFREG|0664, st_size=81, ...}) = 0
[pid 20337] 05:21:04.901907 clock_gettime(CLOCK_REALTIME, {1420032064, 902124400}) = 0
[pid 20337] 05:21:04.902201 clock_gettime(CLOCK_REALTIME, {1420032064, 902253200}) = 0
[pid 20337] 05:21:04.902329 clock_gettime(CLOCK_REALTIME, {1420032064, 902386300}) = 0
[pid 20337] 05:21:04.902628 stat("/temp/node-sass/test/fixtures/spec/spec/basic/22_colors_with_alpha/input.scss", {st_mode=S_IFREG|0664, st_size=393, ...}) = 0
[pid 20337] 05:21:04.902927 clock_gettime(CLOCK_REALTIME, {1420032064, 902968200}) = 0
[pid 20337] 05:21:04.904167 clock_gettime(CLOCK_REALTIME, {1420032064, 904279300}) = 0
[pid 20337] 05:21:04.904444 clock_gettime(CLOCK_REALTIME, {1420032064, 904504500}) = 0
[pid 20337] 05:21:04.905263 stat("/temp/node-sass/test/fixtures/spec/spec/basic/23_basic_value_interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=128, ...}) = 0
[pid 20337] 05:21:04.905582 clock_gettime(CLOCK_REALTIME, {1420032064, 905641300}) = 0
[pid 20337] 05:21:04.906245 clock_gettime(CLOCK_REALTIME, {1420032064, 906372200}) = 0
[pid 20337] 05:21:04.906527 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:04.906664 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.906852 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.906965 <... clock_gettime resumed> {1420032064, 906953000}) = 0
[pid 20337] 05:21:04.907247 stat("/temp/node-sass/test/fixtures/spec/spec/basic/24_namespace_properties/input.scss", {st_mode=S_IFREG|0664, st_size=227, ...}) = 0
[pid 20337] 05:21:04.907502 clock_gettime(CLOCK_REALTIME, {1420032064, 907589200}) = 0
[pid 20337] 05:21:04.907773 clock_gettime(CLOCK_REALTIME, {1420032064, 907862400}) = 0
[pid 20337] 05:21:04.907991 clock_gettime(CLOCK_REALTIME, {1420032064, 908079800}) = 0
[pid 20337] 05:21:04.908252 stat("/temp/node-sass/test/fixtures/spec/spec/basic/25_basic_string_interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=68, ...}) = 0
[pid 20337] 05:21:04.908536 clock_gettime(CLOCK_REALTIME, {1420032064, 908610600}) = 0
[pid 20337] 05:21:04.908790 clock_gettime(CLOCK_REALTIME, {1420032064, 908852900}) = 0
[pid 20337] 05:21:04.908982 clock_gettime(CLOCK_REALTIME, {1420032064, 909037400}) = 0
[pid 20337] 05:21:04.909197 stat("/temp/node-sass/test/fixtures/spec/spec/basic/26_selector_interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=127, ...}) = 0
[pid 20337] 05:21:04.909382 clock_gettime(CLOCK_REALTIME, {1420032064, 909428300}) = 0
[pid 20337] 05:21:04.909497 clock_gettime(CLOCK_REALTIME, {1420032064, 909535800}) = 0
[pid 20337] 05:21:04.909682 clock_gettime(CLOCK_REALTIME, {1420032064, 909757900}) = 0
[pid 20337] 05:21:04.910036 stat("/temp/node-sass/test/fixtures/spec/spec/basic/27_media_queries/input.scss", {st_mode=S_IFREG|0664, st_size=233, ...}) = 0
[pid 20337] 05:21:04.910292 clock_gettime(CLOCK_REALTIME, {1420032064, 910350000}) = 0
[pid 20337] 05:21:04.910438 clock_gettime(CLOCK_REALTIME, {1420032064, 910478000}) = 0
[pid 20337] 05:21:04.910607 clock_gettime(CLOCK_REALTIME, {1420032064, 910674200}) = 0
[pid 20337] 05:21:04.910831 stat("/temp/node-sass/test/fixtures/spec/spec/basic/28_url/input.scss", {st_mode=S_IFREG|0664, st_size=405, ...}) = 0
[pid 20337] 05:21:04.910991 clock_gettime(CLOCK_REALTIME, {1420032064, 911055500}) = 0
[pid 20337] 05:21:04.911141 clock_gettime(CLOCK_REALTIME, {1420032064, 911190700}) = 0
[pid 20337] 05:21:04.911279 clock_gettime(CLOCK_REALTIME, {1420032064, 911318100}) = 0
[pid 20337] 05:21:04.911461 stat("/temp/node-sass/test/fixtures/spec/spec/basic/29_if/input.scss", {st_mode=S_IFREG|0664, st_size=429, ...}) = 0
[pid 20337] 05:21:04.911636 clock_gettime(CLOCK_REALTIME, {1420032064, 911822900}) = 0
[pid 20337] 05:21:04.911949 clock_gettime(CLOCK_REALTIME, {1420032064, 912142500}) = 0
[pid 20337] 05:21:04.912322 clock_gettime(CLOCK_REALTIME, {1420032064, 912445400}) = 0
[pid 20337] 05:21:04.913143 stat("/temp/node-sass/test/fixtures/spec/spec/basic/30_if_in_function/input.scss", {st_mode=S_IFREG|0664, st_size=252, ...}) = 0
[pid 20337] 05:21:04.913440 clock_gettime(CLOCK_REALTIME, {1420032064, 913555500}) = 0
[pid 20337] 05:21:04.913689 clock_gettime(CLOCK_REALTIME, {1420032064, 913779600}) = 0
[pid 20337] 05:21:04.913935 clock_gettime(CLOCK_REALTIME, {1420032064, 914009800}) = 0
[pid 20337] 05:21:04.914297 clock_gettime(CLOCK_REALTIME, {1420032064, 914383000}) = 0
[pid 20338] 05:21:04.914609 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.914741 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.914936 clock_gettime(CLOCK_REALTIME, {1420032064, 915068800}) = 0
[pid 20337] 05:21:04.915169 clock_gettime(CLOCK_REALTIME, {1420032064, 915250600}) = 0
[pid 20337] 05:21:04.915503 clock_gettime(CLOCK_REALTIME, {1420032064, 915585900}) = 0
[pid 20337] 05:21:04.915727 clock_gettime(CLOCK_REALTIME, {1420032064, 915794000}) = 0
[pid 20337] 05:21:04.915960 clock_gettime(CLOCK_REALTIME, {1420032064, 916035200}) = 0
[pid 20337] 05:21:04.916148 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.916245 <... futex resumed> ) = 0
[pid 20338] 05:21:04.916377 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.916434 <... futex resumed> ) = 1
[pid 20337] 05:21:04.916569 stat("/temp/node-sass/test/fixtures/spec/spec/basic/31_if_in_mixin/input.scss", {st_mode=S_IFREG|0664, st_size=229, ...}) = 0
[pid 20337] 05:21:04.916766 clock_gettime(CLOCK_REALTIME, {1420032064, 916807000}) = 0
[pid 20337] 05:21:04.916876 clock_gettime(CLOCK_REALTIME, {1420032064, 916914300}) = 0
[pid 20337] 05:21:04.916978 clock_gettime(CLOCK_REALTIME, {1420032064, 917016000}) = 0
[pid 20337] 05:21:04.917205 clock_gettime(CLOCK_REALTIME, {1420032064, 917255900}) = 0
[pid 20337] 05:21:04.917413 clock_gettime(CLOCK_REALTIME, {1420032064, 917463000}) = 0
[pid 20337] 05:21:04.917578 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:04.920763 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.920920 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.920977 <... clock_gettime resumed> {1420032064, 920968900}) = 0
[pid 20337] 05:21:04.921220 clock_gettime(CLOCK_REALTIME, {1420032064, 921277900}) = 0
[pid 20337] 05:21:04.921368 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.921435 <... futex resumed> ) = 0
[pid 20338] 05:21:04.921532 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.921598 <... futex resumed> ) = 1
[pid 20337] 05:21:04.922146 stat("/temp/node-sass/test/fixtures/spec/spec/basic/32_percentages/input.scss", {st_mode=S_IFREG|0664, st_size=223, ...}) = 0
[pid 20337] 05:21:04.922443 clock_gettime(CLOCK_REALTIME, {1420032064, 922484200}) = 0
[pid 20337] 05:21:04.922582 clock_gettime(CLOCK_REALTIME, {1420032064, 922638200}) = 0
[pid 20337] 05:21:04.922780 clock_gettime(CLOCK_REALTIME, {1420032064, 922820700}) = 0
[pid 20337] 05:21:04.922990 stat("/temp/node-sass/test/fixtures/spec/spec/basic/33_ambiguous_imports/input.scss", {st_mode=S_IFREG|0664, st_size=38, ...}) = 0
[pid 20337] 05:21:04.923156 clock_gettime(CLOCK_REALTIME, {1420032064, 923198200}) = 0
[pid 20337] 05:21:04.923268 clock_gettime(CLOCK_REALTIME, {1420032064, 923311200}) = 0
[pid 20337] 05:21:04.923390 clock_gettime(CLOCK_REALTIME, {1420032064, 923428900}) = 0
[pid 20337] 05:21:04.923544 stat("/temp/node-sass/test/fixtures/spec/spec/basic/35_varargs_false/input.scss", {st_mode=S_IFREG|0664, st_size=131, ...}) = 0
[pid 20337] 05:21:04.923731 clock_gettime(CLOCK_REALTIME, {1420032064, 923770400}) = 0
[pid 20337] 05:21:04.923863 clock_gettime(CLOCK_REALTIME, {1420032064, 923914100}) = 0
[pid 20337] 05:21:04.924010 clock_gettime(CLOCK_REALTIME, {1420032064, 924054600}) = 0
[pid 20337] 05:21:04.924185 stat("/temp/node-sass/test/fixtures/spec/spec/basic/36_extra_commas_in_selectors/input.scss", {st_mode=S_IFREG|0664, st_size=34, ...}) = 0
[pid 20337] 05:21:04.924359 clock_gettime(CLOCK_REALTIME, {1420032064, 924409200}) = 0
[pid 20337] 05:21:04.924530 clock_gettime(CLOCK_REALTIME, {1420032064, 924587600}) = 0
[pid 20337] 05:21:04.924712 clock_gettime(CLOCK_REALTIME, {1420032064, 924771900}) = 0
[pid 20337] 05:21:04.924939 stat("/temp/node-sass/test/fixtures/spec/spec/basic/37_url_expressions/input.scss", {st_mode=S_IFREG|0664, st_size=285, ...}) = 0
[pid 20337] 05:21:04.925166 clock_gettime(CLOCK_REALTIME, {1420032064, 925224500}) = 0
[pid 20337] 05:21:04.925336 clock_gettime(CLOCK_REALTIME, {1420032064, 925386600}) = 0
[pid 20337] 05:21:04.925471 clock_gettime(CLOCK_REALTIME, {1420032064, 925521200}) = 0
[pid 20337] 05:21:04.925659 stat("/temp/node-sass/test/fixtures/spec/spec/basic/38_expressions_in_at_directives/input.scss", {st_mode=S_IFREG|0664, st_size=71, ...}) = 0
[pid 20337] 05:21:04.925854 clock_gettime(CLOCK_REALTIME, {1420032064, 925903700}) = 0
[pid 20337] 05:21:04.925988 clock_gettime(CLOCK_REALTIME, {1420032064, 926027000}) = 0
[pid 20337] 05:21:04.926120 clock_gettime(CLOCK_REALTIME, {1420032064, 926169400}) = 0
[pid 20337] 05:21:04.926300 stat("/temp/node-sass/test/fixtures/spec/spec/basic/39_dash_match_attribute_selector/input.scss", {st_mode=S_IFREG|0664, st_size=37, ...}) = 0
[pid 20337] 05:21:04.926565 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:04.926687 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.926885 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.926969 <... clock_gettime resumed> {1420032064, 926960900}) = 0
[pid 20337] 05:21:04.927094 clock_gettime(CLOCK_REALTIME, {1420032064, 927148200}) = 0
[pid 20337] 05:21:04.927225 clock_gettime(CLOCK_REALTIME, {1420032064, 927262800}) = 0
[pid 20337] 05:21:04.927415 clock_gettime(CLOCK_REALTIME, {1420032064, 927481500}) = 0
[pid 20337] 05:21:04.927673 clock_gettime(CLOCK_REALTIME, {1420032064, 927734400}) = 0
[pid 20337] 05:21:04.927797 clock_gettime(CLOCK_REALTIME, {1420032064, 927852000}) = 0
[pid 20337] 05:21:04.928079 clock_gettime(CLOCK_REALTIME, {1420032064, 928134300}) = 0
[pid 20337] 05:21:04.928198 clock_gettime(CLOCK_REALTIME, {1420032064, 928233000}) = 0
[pid 20337] 05:21:04.928399 clock_gettime(CLOCK_REALTIME, {1420032064, 928447800}) = 0
[pid 20337] 05:21:04.928617 stat("/temp/node-sass/test/fixtures/spec/spec/basic/40_pseudo_class_identifier_starting_with_n/input.scss", {st_mode=S_IFREG|0664, st_size=31, ...}) = 0
[pid 20337] 05:21:04.929039 clock_gettime(CLOCK_REALTIME, {1420032064, 929346900}) = 0
[pid 20337] 05:21:04.929509 clock_gettime(CLOCK_REALTIME, {1420032064, 929699500}) = 0
[pid 20337] 05:21:04.929904 clock_gettime(CLOCK_REALTIME, {1420032064, 929992900}) = 0
[pid 20337] 05:21:04.930325 stat("/temp/node-sass/test/fixtures/spec/spec/basic/41_slashy_urls/input.scss", {st_mode=S_IFREG|0664, st_size=80, ...}) = 0
[pid 20337] 05:21:04.930738 clock_gettime(CLOCK_REALTIME, {1420032064, 930787900}) = 0
[pid 20337] 05:21:04.930899 clock_gettime(CLOCK_REALTIME, {1420032064, 930978700}) = 0
[pid 20337] 05:21:04.931087 clock_gettime(CLOCK_REALTIME, {1420032064, 931155300}) = 0
[pid 20337] 05:21:04.931355 clock_gettime(CLOCK_REALTIME, {1420032064, 931426000}) = 0
[pid 20337] 05:21:04.931573 clock_gettime(CLOCK_REALTIME, {1420032064, 931628200}) = 0
[pid 20337] 05:21:04.931779 clock_gettime(CLOCK_REALTIME, {1420032064, 931842300}) = 0
[pid 20337] 05:21:04.932051 clock_gettime(CLOCK_REALTIME, {1420032064, 932118400}) = 0
[pid 20337] 05:21:04.932205 clock_gettime(CLOCK_REALTIME, {1420032064, 932254200}) = 0
[pid 20337] 05:21:04.932427 clock_gettime(CLOCK_REALTIME, {1420032064, 932492200}) = 0
[pid 20337] 05:21:04.932651 stat("/temp/node-sass/test/fixtures/spec/spec/basic/42_css_imports/input.scss", {st_mode=S_IFREG|0664, st_size=110, ...}) = 0
[pid 20337] 05:21:04.933102 clock_gettime(CLOCK_REALTIME, {1420032064, 933165900}) = 0
[pid 20337] 05:21:04.933279 clock_gettime(CLOCK_REALTIME, {1420032064, 933333000}) = 0
[pid 20337] 05:21:04.933416 clock_gettime(CLOCK_REALTIME, {1420032064, 933483400}) = 0
[pid 20337] 05:21:04.933693 stat("/temp/node-sass/test/fixtures/spec/spec/basic/43_str_length/input.scss", 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.933981 stat("/temp/node-sass/test/fixtures/spec/spec/basic/44_bem_selectors/input.scss", 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.934223 stat("/temp/node-sass/test/fixtures/spec/spec/basic/45_str_insert/input.scss", 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.934531 stat("/temp/node-sass/test/fixtures/spec/spec/basic/46_str_index/input.scss", <unfinished ...>
[pid 20338] 05:21:04.934725 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.934900 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.935364 <... stat resumed> 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.935697 stat("/temp/node-sass/test/fixtures/spec/spec/basic/47_str_slice/input.scss", 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.935955 stat("/temp/node-sass/test/fixtures/spec/spec/basic/48_case_conversion/input.scss", {st_mode=S_IFREG|0664, st_size=619, ...}) = 0
[pid 20337] 05:21:04.936181 clock_gettime(CLOCK_REALTIME, {1420032064, 936234000}) = 0
[pid 20337] 05:21:04.936354 clock_gettime(CLOCK_REALTIME, {1420032064, 936408700}) = 0
[pid 20337] 05:21:04.936523 clock_gettime(CLOCK_REALTIME, {1420032064, 936607100}) = 0
[pid 20337] 05:21:04.936938 stat("/temp/node-sass/test/fixtures/spec/spec/basic/49_interpolants_in_css_imports/input.scss", {st_mode=S_IFREG|0664, st_size=246, ...}) = 0
[pid 20337] 05:21:04.937158 clock_gettime(CLOCK_REALTIME, {1420032064, 937223800}) = 0
[pid 20337] 05:21:04.937310 clock_gettime(CLOCK_REALTIME, {1420032064, 937378600}) = 0
[pid 20337] 05:21:04.937475 clock_gettime(CLOCK_REALTIME, {1420032064, 937541700}) = 0
[pid 20337] 05:21:04.937692 stat("/temp/node-sass/test/fixtures/spec/spec/basic/50_wrapped_pseudo_selectors/input.scss", {st_mode=S_IFREG|0664, st_size=267, ...}) = 0
[pid 20337] 05:21:04.937905 clock_gettime(CLOCK_REALTIME, {1420032064, 937962500}) = 0
[pid 20337] 05:21:04.938056 clock_gettime(CLOCK_REALTIME, {1420032064, 938104400}) = 0
[pid 20337] 05:21:04.938211 clock_gettime(CLOCK_REALTIME, {1420032064, 938272800}) = 0
[pid 20337] 05:21:04.938440 stat("/temp/node-sass/test/fixtures/spec/spec/basic/51_trailing_commas_in_list/input.scss", {st_mode=S_IFREG|0664, st_size=171, ...}) = 0
[pid 20337] 05:21:04.938727 clock_gettime(CLOCK_REALTIME, {1420032064, 938785300}) = 0
[pid 20337] 05:21:04.938877 clock_gettime(CLOCK_REALTIME, {1420032064, 938946700}) = 0
[pid 20337] 05:21:04.939044 clock_gettime(CLOCK_REALTIME, {1420032064, 939111900}) = 0
[pid 20337] 05:21:04.939274 stat("/temp/node-sass/test/fixtures/spec/spec/basic/52_interchangeable_hyphens_underscores/input.scss", {st_mode=S_IFREG|0664, st_size=569, ...}) = 0
[pid 20337] 05:21:04.939507 clock_gettime(CLOCK_REALTIME, {1420032064, 939556800}) = 0
[pid 20337] 05:21:04.939670 clock_gettime(CLOCK_REALTIME, {1420032064, 939790000}) = 0
[pid 20337] 05:21:04.939903 clock_gettime(CLOCK_REALTIME, {1420032064, 939964100}) = 0
[pid 20337] 05:21:04.940122 stat("/temp/node-sass/test/fixtures/spec/spec/basic/53_escaped_quotes/input.scss", {st_mode=S_IFREG|0664, st_size=471, ...}) = 0
[pid 20337] 05:21:04.940345 clock_gettime(CLOCK_REALTIME, {1420032064, 940409200}) = 0
[pid 20337] 05:21:04.940493 clock_gettime(CLOCK_REALTIME, {1420032064, 940540200}) = 0
[pid 20337] 05:21:04.940671 clock_gettime(CLOCK_REALTIME, {1420032064, 940740800}) = 0
[pid 20337] 05:21:04.940906 stat("/temp/node-sass/test/fixtures/spec/spec/basic/54_adjacent_identifiers_with_hyphens/input.scss", {st_mode=S_IFREG|0664, st_size=175, ...}) = 0
[pid 20337] 05:21:04.941134 clock_gettime(CLOCK_REALTIME, {1420032064, 941190300}) = 0
[pid 20337] 05:21:04.941302 clock_gettime(CLOCK_REALTIME, {1420032064, 941358000}) = 0
[pid 20337] 05:21:04.941470 clock_gettime(CLOCK_REALTIME, {1420032064, 941524800}) = 0
[pid 20337] 05:21:04.941705 stat("/temp/node-sass/test/fixtures/spec/spec/basic/55_variable_exists/input.scss", 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.941978 stat("/temp/node-sass/test/fixtures/spec/spec/basic/56_global_variable_exists/input.scss", 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.942233 stat("/temp/node-sass/test/fixtures/spec/spec/basic/57_function_exists/input.scss", 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.942469 stat("/temp/node-sass/test/fixtures/spec/spec/basic/58_mixin_exists/input.scss", <unfinished ...>
[pid 20338] 05:21:04.942600 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.942827 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.942968 <... stat resumed> 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:04.943982 stat("/temp/node-sass/test/fixtures/spec/spec/basic/59_if_expression/input.scss", {st_mode=S_IFREG|0664, st_size=263, ...}) = 0
[pid 20337] 05:21:04.945462 clock_gettime(CLOCK_REALTIME, {1420032064, 945542500}) = 0
[pid 20337] 05:21:04.945647 clock_gettime(CLOCK_REALTIME, {1420032064, 945785600}) = 0
[pid 20337] 05:21:04.945904 clock_gettime(CLOCK_REALTIME, {1420032064, 945947700}) = 0
[pid 20337] 05:21:04.946139 stat("/temp/node-sass/test/fixtures/spec/spec/basic/60_call/input.scss", {st_mode=S_IFREG|0664, st_size=250, ...}) = 0
[pid 20337] 05:21:04.946734 clock_gettime(CLOCK_REALTIME, {1420032064, 946840000}) = 0
[pid 20337] 05:21:04.946941 clock_gettime(CLOCK_REALTIME, {1420032064, 946997600}) = 0
[pid 20337] 05:21:04.947079 clock_gettime(CLOCK_REALTIME, {1420032064, 947138300}) = 0
[pid 20337] 05:21:04.947378 stat("/temp/node-sass/test/fixtures/spec/spec/colors/expected_output.css/input.scss", 0x7fff384d5d28) = -1 ENOTDIR (Not a directory)
[pid 20337] 05:21:04.947669 stat("/temp/node-sass/test/fixtures/spec/spec/colors/input.scss/input.scss", 0x7fff384d5d28) = -1 ENOTDIR (Not a directory)
[pid 20337] 05:21:04.947916 stat("/temp/node-sass/test/fixtures/spec/spec/css/bizarrely_formatted_comments/input.scss", {st_mode=S_IFREG|0664, st_size=40, ...}) = 0
[pid 20337] 05:21:04.948126 clock_gettime(CLOCK_REALTIME, {1420032064, 948178200}) = 0
[pid 20337] 05:21:04.948270 clock_gettime(CLOCK_REALTIME, {1420032064, 948314700}) = 0
[pid 20337] 05:21:04.948407 clock_gettime(CLOCK_REALTIME, {1420032064, 948449600}) = 0
[pid 20337] 05:21:04.948605 stat("/temp/node-sass/test/fixtures/spec/spec/css/blockless_directive_without_semicolon/input.scss", {st_mode=S_IFREG|0664, st_size=12, ...}) = 0
[pid 20337] 05:21:04.948859 clock_gettime(CLOCK_REALTIME, {1420032064, 948906100}) = 0
[pid 20337] 05:21:04.949051 clock_gettime(CLOCK_REALTIME, {1420032064, 949096600}) = 0
[pid 20337] 05:21:04.949184 clock_gettime(CLOCK_REALTIME, {1420032064, 949241100}) = 0
[pid 20337] 05:21:04.949391 stat("/temp/node-sass/test/fixtures/spec/spec/css/closing_line_comment_end_with_compact_output/input.scss", {st_mode=S_IFREG|0664, st_size=29, ...}) = 0
[pid 20337] 05:21:04.949581 clock_gettime(CLOCK_REALTIME, {1420032064, 949631600}) = 0
[pid 20337] 05:21:04.949787 clock_gettime(CLOCK_REALTIME, {1420032064, 949840200}) = 0
[pid 20337] 05:21:04.949925 clock_gettime(CLOCK_REALTIME, {1420032064, 949974200}) = 0
[pid 20337] 05:21:04.950110 stat("/temp/node-sass/test/fixtures/spec/spec/css/directive_with_lots_of_whitespace/input.scss", {st_mode=S_IFREG|0664, st_size=12, ...}) = 0
[pid 20337] 05:21:04.950316 clock_gettime(CLOCK_REALTIME, {1420032064, 950362200}) = 0
[pid 20337] 05:21:04.950444 clock_gettime(CLOCK_REALTIME, {1420032064, 950493200}) = 0
[pid 20338] 05:21:04.950614 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.950794 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.950876 clock_gettime(CLOCK_REALTIME, {1420032064, 951023900}) = 0
[pid 20337] 05:21:04.951467 stat("/temp/node-sass/test/fixtures/spec/spec/css/empty_block_directive/input.scss", {st_mode=S_IFREG|0664, st_size=8, ...}) = 0
[pid 20337] 05:21:04.951895 clock_gettime(CLOCK_REALTIME, {1420032064, 951975300}) = 0
[pid 20337] 05:21:04.952121 clock_gettime(CLOCK_REALTIME, {1420032064, 952203000}) = 0
[pid 20337] 05:21:04.952351 clock_gettime(CLOCK_REALTIME, {1420032064, 952412300}) = 0
[pid 20337] 05:21:04.952644 stat("/temp/node-sass/test/fixtures/spec/spec/css/ms_long_filter_syntax/input.scss", {st_mode=S_IFREG|0664, st_size=244, ...}) = 0
[pid 20337] 05:21:04.952855 clock_gettime(CLOCK_REALTIME, {1420032064, 952908400}) = 0
[pid 20337] 05:21:04.953062 clock_gettime(CLOCK_REALTIME, {1420032064, 953132800}) = 0
[pid 20337] 05:21:04.953254 clock_gettime(CLOCK_REALTIME, {1420032064, 953301200}) = 0
[pid 20337] 05:21:04.953523 stat("/temp/node-sass/test/fixtures/spec/spec/css/multiple_comments/input.scss", {st_mode=S_IFREG|0664, st_size=42, ...}) = 0
[pid 20337] 05:21:04.954048 clock_gettime(CLOCK_REALTIME, {1420032064, 954244000}) = 0
[pid 20337] 05:21:04.954396 clock_gettime(CLOCK_REALTIME, {1420032064, 954452400}) = 0
[pid 20337] 05:21:04.954536 clock_gettime(CLOCK_REALTIME, {1420032064, 954610300}) = 0
[pid 20337] 05:21:04.954919 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/001_test_basic/input.scss", {st_mode=S_IFREG|0664, st_size=32, ...}) = 0
[pid 20337] 05:21:04.955219 clock_gettime(CLOCK_REALTIME, {1420032064, 955303800}) = 0
[pid 20337] 05:21:04.955457 clock_gettime(CLOCK_REALTIME, {1420032064, 955527700}) = 0
[pid 20337] 05:21:04.955756 clock_gettime(CLOCK_REALTIME, {1420032064, 956094900}) = 0
[pid 20337] 05:21:04.956397 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/002_test_basic/input.scss", {st_mode=S_IFREG|0664, st_size=32, ...}) = 0
[pid 20337] 05:21:04.956679 clock_gettime(CLOCK_REALTIME, {1420032064, 956755700}) = 0
[pid 20337] 05:21:04.956860 clock_gettime(CLOCK_REALTIME, {1420032064, 956952500}) = 0
[pid 20337] 05:21:04.957084 clock_gettime(CLOCK_REALTIME, {1420032064, 957158000}) = 0
[pid 20337] 05:21:04.957381 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/003_test_basic/input.scss", {st_mode=S_IFREG|0664, st_size=38, ...}) = 0
[pid 20337] 05:21:04.957645 clock_gettime(CLOCK_REALTIME, {1420032064, 957718100}) = 0
[pid 20337] 05:21:04.957813 clock_gettime(CLOCK_REALTIME, {1420032064, 957879200}) = 0
[pid 20337] 05:21:04.957980 clock_gettime(CLOCK_REALTIME, {1420032064, 958045800}) = 0
[pid 20337] 05:21:04.958208 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/004_test_basic/input.scss", {st_mode=S_IFREG|0664, st_size=38, ...}) = 0
[pid 20337] 05:21:04.958392 clock_gettime(CLOCK_REALTIME, {1420032064, 958461000}) = 0
[pid 20338] 05:21:04.958596 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.958774 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.958870 clock_gettime(CLOCK_REALTIME, {1420032064, 959027800}) = 0
[pid 20337] 05:21:04.959164 clock_gettime(CLOCK_REALTIME, {1420032064, 959318000}) = 0
[pid 20337] 05:21:04.959563 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/005_test_multiple_targets/input.scss", {st_mode=S_IFREG|0664, st_size=50, ...}) = 0
[pid 20337] 05:21:04.960033 clock_gettime(CLOCK_REALTIME, {1420032064, 960146000}) = 0
[pid 20337] 05:21:04.960305 clock_gettime(CLOCK_REALTIME, {1420032064, 961225900}) = 0
[pid 20337] 05:21:04.961361 clock_gettime(CLOCK_REALTIME, {1420032064, 961425800}) = 0
[pid 20337] 05:21:04.961620 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/006_test_multiple_extendees/input.scss", {st_mode=S_IFREG|0664, st_size=58, ...}) = 0
[pid 20337] 05:21:04.961905 clock_gettime(CLOCK_REALTIME, {1420032064, 961946200}) = 0
[pid 20337] 05:21:04.962141 clock_gettime(CLOCK_REALTIME, {1420032064, 963161900}) = 0
[pid 20337] 05:21:04.963298 clock_gettime(CLOCK_REALTIME, {1420032064, 963360000}) = 0
[pid 20337] 05:21:04.963557 clock_gettime(CLOCK_REALTIME, {1420032064, 963625300}) = 0
[pid 20337] 05:21:04.963928 clock_gettime(CLOCK_REALTIME, {1420032064, 963996100}) = 0
[pid 20337] 05:21:04.964118 clock_gettime(CLOCK_REALTIME, {1420032064, 964163000}) = 0
[pid 20337] 05:21:04.964446 clock_gettime(CLOCK_REALTIME, {1420032064, 964521300}) = 0
[pid 20337] 05:21:04.964611 clock_gettime(CLOCK_REALTIME, {1420032064, 964660800}) = 0
[pid 20337] 05:21:04.964839 clock_gettime(CLOCK_REALTIME, {1420032064, 964891200}) = 0
[pid 20337] 05:21:04.965040 clock_gettime(CLOCK_REALTIME, {1420032064, 965090100}) = 0
[pid 20337] 05:21:04.965225 clock_gettime(CLOCK_REALTIME, {1420032064, 965278600}) = 0
[pid 20337] 05:21:04.965362 clock_gettime(CLOCK_REALTIME, {1420032064, 965402700}) = 0
[pid 20337] 05:21:04.965581 clock_gettime(CLOCK_REALTIME, {1420032064, 965639600}) = 0
[pid 20337] 05:21:04.965759 clock_gettime(CLOCK_REALTIME, {1420032064, 965812800}) = 0
[pid 20337] 05:21:04.965935 clock_gettime(CLOCK_REALTIME, {1420032064, 966023700}) = 0
[pid 20337] 05:21:04.966205 clock_gettime(CLOCK_REALTIME, {1420032064, 966286000}) = 0
[pid 20337] 05:21:04.966493 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:04.966624 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.966805 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:04.966876 <... clock_gettime resumed> {1420032064, 966868100}) = 0
[pid 20337] 05:21:04.966971 clock_gettime(CLOCK_REALTIME, {1420032064, 967005700}) = 0
[pid 20337] 05:21:04.967280 clock_gettime(CLOCK_REALTIME, {1420032064, 967342500}) = 0
[pid 20337] 05:21:04.967430 clock_gettime(CLOCK_REALTIME, {1420032064, 967487500}) = 0
[pid 20337] 05:21:04.968459 clock_gettime(CLOCK_REALTIME, {1420032064, 968611400}) = 0
[pid 20337] 05:21:04.968802 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:04.969070 <... futex resumed> ) = 0
[pid 20338] 05:21:04.969272 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.969356 <... futex resumed> ) = 1
[pid 20337] 05:21:04.969951 clock_gettime(CLOCK_REALTIME, {1420032064, 970044900}) = 0
[pid 20337] 05:21:04.970349 clock_gettime(CLOCK_REALTIME, {1420032064, 970420500}) = 0
[pid 20337] 05:21:04.970533 clock_gettime(CLOCK_REALTIME, {1420032064, 970622600}) = 0
[pid 20337] 05:21:04.971051 clock_gettime(CLOCK_REALTIME, {1420032064, 971121400}) = 0
[pid 20337] 05:21:04.971237 clock_gettime(CLOCK_REALTIME, {1420032064, 971291900}) = 0
[pid 20337] 05:21:04.971526 clock_gettime(CLOCK_REALTIME, {1420032064, 971590900}) = 0
[pid 20337] 05:21:04.971841 clock_gettime(CLOCK_REALTIME, {1420032064, 972547100}) = 0
[pid 20337] 05:21:04.972861 clock_gettime(CLOCK_REALTIME, {1420032064, 972933700}) = 0
[pid 20337] 05:21:04.973099 clock_gettime(CLOCK_REALTIME, {1420032064, 973150900}) = 0
[pid 20337] 05:21:04.973292 clock_gettime(CLOCK_REALTIME, {1420032064, 973362200}) = 0
[pid 20337] 05:21:04.973425 clock_gettime(CLOCK_REALTIME, {1420032064, 973460900}) = 0
[pid 20337] 05:21:04.973944 clock_gettime(CLOCK_REALTIME, {1420032064, 974019800}) = 0
[pid 20337] 05:21:04.974122 clock_gettime(CLOCK_REALTIME, {1420032064, 974176400}) = 0
[pid 20337] 05:21:04.974380 clock_gettime(CLOCK_REALTIME, {1420032064, 974440500}) = 0
[pid 20338] 05:21:04.974600 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.974746 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.974937 clock_gettime(CLOCK_REALTIME, {1420032064, 975084600}) = 0
[pid 20337] 05:21:04.975328 clock_gettime(CLOCK_REALTIME, {1420032064, 975412900}) = 0
[pid 20337] 05:21:04.975632 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/007_test_multiple_extends_with_single_extender_and_single_target/input.scss", {st_mode=S_IFREG|0664, st_size=51, ...}) = 0
[pid 20337] 05:21:04.976090 clock_gettime(CLOCK_REALTIME, {1420032064, 976164500}) = 0
[pid 20337] 05:21:04.976311 clock_gettime(CLOCK_REALTIME, {1420032064, 976382800}) = 0
[pid 20337] 05:21:04.976519 clock_gettime(CLOCK_REALTIME, {1420032064, 976601300}) = 0
[pid 20337] 05:21:04.977882 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/008_test_multiple_extends_with_single_extender_and_single_target/input.scss", {st_mode=S_IFREG|0664, st_size=50, ...}) = 0
[pid 20337] 05:21:04.978820 clock_gettime(CLOCK_REALTIME, {1420032064, 978966900}) = 0
[pid 20337] 05:21:04.979123 clock_gettime(CLOCK_REALTIME, {1420032064, 979246100}) = 0
[pid 20337] 05:21:04.979370 clock_gettime(CLOCK_REALTIME, {1420032064, 979443500}) = 0
[pid 20337] 05:21:04.980693 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/009_test_multiple_extends_with_multiple_extenders_and_single_target/input.scss", {st_mode=S_IFREG|0664, st_size=58, ...}) = 0
[pid 20337] 05:21:04.981235 clock_gettime(CLOCK_REALTIME, {1420032064, 981300400}) = 0
[pid 20337] 05:21:04.981469 clock_gettime(CLOCK_REALTIME, {1420032064, 981553100}) = 0
[pid 20337] 05:21:04.981842 clock_gettime(CLOCK_REALTIME, {1420032064, 981998400}) = 0
[pid 20337] 05:21:04.982244 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/010_test_multiple_extends_with_multiple_extenders_and_single_target/input.scss", {st_mode=S_IFREG|0664, st_size=57, ...}) = 0
[pid 20337] 05:21:04.982517 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:04.982687 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.987603 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.987691 <... clock_gettime resumed> {1420032064, 987676500}) = 0
[pid 20337] 05:21:04.987761 clock_gettime(CLOCK_REALTIME, {1420032064, 987784600}) = 0
[pid 20337] 05:21:04.987825 clock_gettime(CLOCK_REALTIME, {1420032064, 987848000}) = 0
[pid 20337] 05:21:04.988011 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/011_test_chained_extends/input.scss", {st_mode=S_IFREG|0664, st_size=72, ...}) = 0
[pid 20337] 05:21:04.988092 clock_gettime(CLOCK_REALTIME, {1420032064, 988106100}) = 0
[pid 20337] 05:21:04.988131 clock_gettime(CLOCK_REALTIME, {1420032064, 988143300}) = 0
[pid 20337] 05:21:04.988166 clock_gettime(CLOCK_REALTIME, {1420032064, 988178200}) = 0
[pid 20337] 05:21:04.988242 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/012_test_dynamic_extendee/input.scss", {st_mode=S_IFREG|0664, st_size=37, ...}) = 0
[pid 20337] 05:21:04.988313 clock_gettime(CLOCK_REALTIME, {1420032064, 988328200}) = 0
[pid 20337] 05:21:04.988352 clock_gettime(CLOCK_REALTIME, {1420032064, 988363900}) = 0
[pid 20337] 05:21:04.988386 clock_gettime(CLOCK_REALTIME, {1420032064, 988398400}) = 0
[pid 20337] 05:21:04.988455 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/013_test_dynamic_extendee/input.scss", {st_mode=S_IFREG|0664, st_size=61, ...}) = 0
[pid 20337] 05:21:04.988516 clock_gettime(CLOCK_REALTIME, {1420032064, 988529400}) = 0
[pid 20337] 05:21:04.988553 clock_gettime(CLOCK_REALTIME, {1420032064, 988565200}) = 0
[pid 20337] 05:21:04.988587 clock_gettime(CLOCK_REALTIME, {1420032064, 988599300}) = 0
[pid 20337] 05:21:04.988677 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/014_test_nested_target/input.scss", {st_mode=S_IFREG|0664, st_size=37, ...}) = 0
[pid 20337] 05:21:04.988977 clock_gettime(CLOCK_REALTIME, {1420032064, 989006700}) = 0
[pid 20337] 05:21:04.989054 clock_gettime(CLOCK_REALTIME, {1420032064, 989080700}) = 0
[pid 20337] 05:21:04.989125 clock_gettime(CLOCK_REALTIME, {1420032064, 989153100}) = 0
[pid 20337] 05:21:04.989305 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/015_test_target_with_child/input.scss", {st_mode=S_IFREG|0664, st_size=37, ...}) = 0
[pid 20337] 05:21:04.989507 clock_gettime(CLOCK_REALTIME, {1420032064, 989556000}) = 0
[pid 20337] 05:21:04.989721 clock_gettime(CLOCK_REALTIME, {1420032064, 989776400}) = 0
[pid 20337] 05:21:04.989805 clock_gettime(CLOCK_REALTIME, {1420032064, 989820000}) = 0
[pid 20337] 05:21:04.989894 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/016_test_class_unification/input.scss", {st_mode=S_IFREG|0664, st_size=57, ...}) = 0
[pid 20337] 05:21:04.989962 clock_gettime(CLOCK_REALTIME, {1420032064, 989977000}) = 0
[pid 20337] 05:21:04.990034 clock_gettime(CLOCK_REALTIME, {1420032064, 990203400}) = 0
[pid 20337] 05:21:04.990252 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:04.992013 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:04.992175 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:04.992373 <... clock_gettime resumed> {1420032064, 992299900}) = 0
[pid 20337] 05:21:04.992739 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/017_test_class_unification/input.scss", {st_mode=S_IFREG|0664, st_size=57, ...}) = 0
[pid 20337] 05:21:04.993030 clock_gettime(CLOCK_REALTIME, {1420032064, 993096800}) = 0
[pid 20337] 05:21:04.993211 clock_gettime(CLOCK_REALTIME, {1420032064, 993278800}) = 0
[pid 20337] 05:21:04.993399 clock_gettime(CLOCK_REALTIME, {1420032064, 993459700}) = 0
[pid 20337] 05:21:04.993647 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/018_test_id_unification/input.scss", {st_mode=S_IFREG|0664, st_size=57, ...}) = 0
[pid 20337] 05:21:04.993920 clock_gettime(CLOCK_REALTIME, {1420032064, 993980700}) = 0
[pid 20337] 05:21:04.994090 clock_gettime(CLOCK_REALTIME, {1420032064, 994154700}) = 0
[pid 20337] 05:21:04.994262 clock_gettime(CLOCK_REALTIME, {1420032064, 994324800}) = 0
[pid 20337] 05:21:04.994491 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/019_test_id_unification/input.scss", {st_mode=S_IFREG|0664, st_size=57, ...}) = 0
[pid 20337] 05:21:04.994746 clock_gettime(CLOCK_REALTIME, {1420032064, 994810400}) = 0
[pid 20337] 05:21:04.994924 clock_gettime(CLOCK_REALTIME, {1420032064, 994983900}) = 0
[pid 20337] 05:21:04.995077 clock_gettime(CLOCK_REALTIME, {1420032064, 995200600}) = 0
[pid 20337] 05:21:04.995444 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/020_test_universal_unification_with_simple_target/input.scss", {st_mode=S_IFREG|0664, st_size=50, ...}) = 0
[pid 20337] 05:21:04.995775 clock_gettime(CLOCK_REALTIME, {1420032064, 995844600}) = 0
[pid 20337] 05:21:04.995940 clock_gettime(CLOCK_REALTIME, {1420032064, 996000400}) = 0
[pid 20337] 05:21:04.996129 clock_gettime(CLOCK_REALTIME, {1420032064, 996188800}) = 0
[pid 20337] 05:21:04.996402 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/022_test_universal_unification_with_simple_target/input.scss", {st_mode=S_IFREG|0664, st_size=54, ...}) = 0
[pid 20337] 05:21:04.996748 clock_gettime(CLOCK_REALTIME, {1420032064, 996813900}) = 0
[pid 20337] 05:21:04.996920 clock_gettime(CLOCK_REALTIME, {1420032064, 996984800}) = 0
[pid 20337] 05:21:04.997089 clock_gettime(CLOCK_REALTIME, {1420032064, 997142000}) = 0
[pid 20337] 05:21:04.997348 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/025_test_universal_unification_with_namespaceless_universal_target/input.scss", {st_mode=S_IFREG|0664, st_size=51, ...}) = 0
[pid 20337] 05:21:04.997590 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.001668 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.001879 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.002099 <... clock_gettime resumed> {1420032064, 997650200}) = 0
[pid 20337] 05:21:05.002249 clock_gettime(CLOCK_REALTIME, {1420032065, 2296900}) = 0
[pid 20337] 05:21:05.002387 clock_gettime(CLOCK_REALTIME, {1420032065, 2445500}) = 0
[pid 20337] 05:21:05.002687 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/034_test_universal_unification_with_namespaceless_element_target/input.scss", {st_mode=S_IFREG|0664, st_size=51, ...}) = 0
[pid 20337] 05:21:05.002949 clock_gettime(CLOCK_REALTIME, {1420032065, 3037900}) = 0
[pid 20337] 05:21:05.003147 clock_gettime(CLOCK_REALTIME, {1420032065, 3233700}) = 0
[pid 20337] 05:21:05.003355 clock_gettime(CLOCK_REALTIME, {1420032065, 3405500}) = 0
[pid 20337] 05:21:05.003561 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/040_test_universal_unification_with_namespaced_element_target/input.scss", {st_mode=S_IFREG|0664, st_size=54, ...}) = 0
[pid 20337] 05:21:05.003741 clock_gettime(CLOCK_REALTIME, {1420032065, 3805700}) = 0
[pid 20337] 05:21:05.003912 clock_gettime(CLOCK_REALTIME, {1420032065, 3977600}) = 0
[pid 20337] 05:21:05.004082 clock_gettime(CLOCK_REALTIME, {1420032065, 4149800}) = 0
[pid 20337] 05:21:05.004324 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/043_test_element_unification_with_simple_target/input.scss", {st_mode=S_IFREG|0664, st_size=50, ...}) = 0
[pid 20337] 05:21:05.004516 clock_gettime(CLOCK_REALTIME, {1420032065, 4558800}) = 0
[pid 20337] 05:21:05.004624 clock_gettime(CLOCK_REALTIME, {1420032065, 4674200}) = 0
[pid 20337] 05:21:05.004747 clock_gettime(CLOCK_REALTIME, {1420032065, 4809200}) = 0
[pid 20337] 05:21:05.004956 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/044_test_element_unification_with_simple_target/input.scss", {st_mode=S_IFREG|0664, st_size=54, ...}) = 0
[pid 20337] 05:21:05.005126 clock_gettime(CLOCK_REALTIME, {1420032065, 5169200}) = 0
[pid 20337] 05:21:05.005260 clock_gettime(CLOCK_REALTIME, {1420032065, 5313300}) = 0
[pid 20337] 05:21:05.005410 clock_gettime(CLOCK_REALTIME, {1420032065, 5456700}) = 0
[pid 20337] 05:21:05.005623 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/045_test_element_unification_with_simple_target/input.scss", {st_mode=S_IFREG|0664, st_size=56, ...}) = 0
[pid 20337] 05:21:05.005793 clock_gettime(CLOCK_REALTIME, {1420032065, 5834300}) = 0
[pid 20337] 05:21:05.006384 clock_gettime(CLOCK_REALTIME, {1420032065, 6504200}) = 0
[pid 20338] 05:21:05.006789 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.006892 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.007090 clock_gettime(CLOCK_REALTIME, {1420032065, 7163200}) = 0
[pid 20337] 05:21:05.007494 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/046_test_element_unification_with_simple_target/input.scss", {st_mode=S_IFREG|0664, st_size=57, ...}) = 0
[pid 20337] 05:21:05.007852 clock_gettime(CLOCK_REALTIME, {1420032065, 7920500}) = 0
[pid 20337] 05:21:05.008059 clock_gettime(CLOCK_REALTIME, {1420032065, 8136100}) = 0
[pid 20337] 05:21:05.008254 clock_gettime(CLOCK_REALTIME, {1420032065, 8338200}) = 0
[pid 20337] 05:21:05.008986 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/047_test_element_unification_with_namespaceless_universal_target/input.scss", {st_mode=S_IFREG|0664, st_size=51, ...}) = 0
[pid 20337] 05:21:05.009616 clock_gettime(CLOCK_REALTIME, {1420032065, 9688900}) = 0
[pid 20337] 05:21:05.009781 clock_gettime(CLOCK_REALTIME, {1420032065, 9859500}) = 0
[pid 20337] 05:21:05.009957 clock_gettime(CLOCK_REALTIME, {1420032065, 10190200}) = 0
[pid 20337] 05:21:05.012464 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/051_test_element_unification_with_namespaceless_universal_target/input.scss", {st_mode=S_IFREG|0664, st_size=54, ...}) = 0
[pid 20337] 05:21:05.013345 clock_gettime(CLOCK_REALTIME, {1420032065, 13454500}) = 0
[pid 20337] 05:21:05.013602 clock_gettime(CLOCK_REALTIME, {1420032065, 13960500}) = 0
[pid 20337] 05:21:05.014068 clock_gettime(CLOCK_REALTIME, {1420032065, 14121400}) = 0
[pid 20337] 05:21:05.014393 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/056_test_element_unification_with_namespaceless_element_target/input.scss", <unfinished ...>
[pid 20338] 05:21:05.016874 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.017048 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.017303 <... stat resumed> {st_mode=S_IFREG|0664, st_size=51, ...}) = 0
[pid 20337] 05:21:05.017576 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.020578 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.020921 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.021166 <... clock_gettime resumed> {1420032065, 21044700}) = 0
[pid 20337] 05:21:05.021481 clock_gettime(CLOCK_REALTIME, {1420032065, 21618100}) = 0
[pid 20337] 05:21:05.022453 clock_gettime(CLOCK_REALTIME, {1420032065, 23083100}) = 0
[pid 20337] 05:21:05.024054 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/059_test_element_unification_with_namespaceless_element_target/input.scss", {st_mode=S_IFREG|0664, st_size=55, ...}) = 0
[pid 20337] 05:21:05.024374 clock_gettime(CLOCK_REALTIME, {1420032065, 24480800}) = 0
[pid 20337] 05:21:05.024611 clock_gettime(CLOCK_REALTIME, {1420032065, 24711100}) = 0
[pid 20337] 05:21:05.024841 clock_gettime(CLOCK_REALTIME, {1420032065, 24903800}) = 0
[pid 20337] 05:21:05.025196 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/064_test_element_unification_with_namespaced_element_target/input.scss", {st_mode=S_IFREG|0664, st_size=57, ...}) = 0
[pid 20337] 05:21:05.025460 clock_gettime(CLOCK_REALTIME, {1420032065, 25537700}) = 0
[pid 20337] 05:21:05.025711 clock_gettime(CLOCK_REALTIME, {1420032065, 25793500}) = 0
[pid 20337] 05:21:05.025952 clock_gettime(CLOCK_REALTIME, {1420032065, 26023000}) = 0
[pid 20337] 05:21:05.026200 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/065_test_attribute_unification/input.scss", {st_mode=S_IFREG|0664, st_size=67, ...}) = 0
[pid 20337] 05:21:05.026530 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.026690 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.026886 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.026984 <... clock_gettime resumed> {1420032065, 26973200}) = 0
[pid 20337] 05:21:05.027212 clock_gettime(CLOCK_REALTIME, {1420032065, 27289200}) = 0
[pid 20337] 05:21:05.027570 clock_gettime(CLOCK_REALTIME, {1420032065, 27663800}) = 0
[pid 20337] 05:21:05.028232 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/066_test_attribute_unification/input.scss", {st_mode=S_IFREG|0664, st_size=68, ...}) = 0
[pid 20337] 05:21:05.028501 clock_gettime(CLOCK_REALTIME, {1420032065, 28574000}) = 0
[pid 20337] 05:21:05.028744 clock_gettime(CLOCK_REALTIME, {1420032065, 28821900}) = 0
[pid 20337] 05:21:05.028920 clock_gettime(CLOCK_REALTIME, {1420032065, 28977500}) = 0
[pid 20337] 05:21:05.029155 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/067_test_attribute_unification/input.scss", {st_mode=S_IFREG|0664, st_size=68, ...}) = 0
[pid 20337] 05:21:05.029325 clock_gettime(CLOCK_REALTIME, {1420032065, 29379200}) = 0
[pid 20337] 05:21:05.029619 clock_gettime(CLOCK_REALTIME, {1420032065, 29802900}) = 0
[pid 20337] 05:21:05.029919 clock_gettime(CLOCK_REALTIME, {1420032065, 29988400}) = 0
[pid 20337] 05:21:05.030305 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/068_test_attribute_unification/input.scss", {st_mode=S_IFREG|0664, st_size=70, ...}) = 0
[pid 20337] 05:21:05.030675 clock_gettime(CLOCK_REALTIME, {1420032065, 30802300}) = 0
[pid 20337] 05:21:05.030914 clock_gettime(CLOCK_REALTIME, {1420032065, 31025500}) = 0
[pid 20337] 05:21:05.031192 clock_gettime(CLOCK_REALTIME, {1420032065, 31240200}) = 0
[pid 20337] 05:21:05.031441 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/069_test_attribute_unification/input.scss", {st_mode=S_IFREG|0664, st_size=71, ...}) = 0
[pid 20337] 05:21:05.031744 clock_gettime(CLOCK_REALTIME, {1420032065, 31834200}) = 0
[pid 20337] 05:21:05.031967 clock_gettime(CLOCK_REALTIME, {1420032065, 32041600}) = 0
[pid 20337] 05:21:05.032158 clock_gettime(CLOCK_REALTIME, {1420032065, 32235500}) = 0
[pid 20337] 05:21:05.032447 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/070_test_pseudo_unification/input.scss", {st_mode=S_IFREG|0664, st_size=63, ...}) = 0
[pid 20337] 05:21:05.032728 clock_gettime(CLOCK_REALTIME, {1420032065, 32818100}) = 0
[pid 20337] 05:21:05.032905 clock_gettime(CLOCK_REALTIME, {1420032065, 32949600}) = 0
[pid 20337] 05:21:05.033030 clock_gettime(CLOCK_REALTIME, {1420032065, 33069300}) = 0
[pid 20337] 05:21:05.033219 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/071_test_pseudo_unification/input.scss", {st_mode=S_IFREG|0664, st_size=58, ...}) = 0
[pid 20337] 05:21:05.033407 clock_gettime(CLOCK_REALTIME, {1420032065, 33452400}) = 0
[pid 20337] 05:21:05.033559 clock_gettime(CLOCK_REALTIME, {1420032065, 33966600}) = 0
[pid 20337] 05:21:05.034048 clock_gettime(CLOCK_REALTIME, {1420032065, 34089300}) = 0
[pid 20337] 05:21:05.034423 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/072_test_pseudo_unification/input.scss", <unfinished ...>
[pid 20338] 05:21:05.034791 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.034888 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.035029 <... stat resumed> {st_mode=S_IFREG|0664, st_size=59, ...}) = 0
[pid 20337] 05:21:05.035181 clock_gettime(CLOCK_REALTIME, {1420032065, 35250600}) = 0
[pid 20337] 05:21:05.035382 clock_gettime(CLOCK_REALTIME, {1420032065, 35447200}) = 0
[pid 20337] 05:21:05.035568 clock_gettime(CLOCK_REALTIME, {1420032065, 35680400}) = 0
[pid 20337] 05:21:05.036014 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/073_test_pseudo_unification/input.scss", {st_mode=S_IFREG|0664, st_size=71, ...}) = 0
[pid 20337] 05:21:05.036287 clock_gettime(CLOCK_REALTIME, {1420032065, 36348500}) = 0
[pid 20337] 05:21:05.036459 clock_gettime(CLOCK_REALTIME, {1420032065, 36519900}) = 0
[pid 20337] 05:21:05.036626 clock_gettime(CLOCK_REALTIME, {1420032065, 36689300}) = 0
[pid 20337] 05:21:05.036842 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/074_test_pseudo_unification/input.scss", {st_mode=S_IFREG|0664, st_size=57, ...}) = 0
[pid 20337] 05:21:05.037018 clock_gettime(CLOCK_REALTIME, {1420032065, 37065400}) = 0
[pid 20337] 05:21:05.037155 clock_gettime(CLOCK_REALTIME, {1420032065, 37204500}) = 0
[pid 20337] 05:21:05.037305 clock_gettime(CLOCK_REALTIME, {1420032065, 37356500}) = 0
[pid 20337] 05:21:05.037487 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/075_test_pseudo_unification/input.scss", {st_mode=S_IFREG|0664, st_size=59, ...}) = 0
[pid 20337] 05:21:05.037634 clock_gettime(CLOCK_REALTIME, {1420032065, 37728100}) = 0
[pid 20337] 05:21:05.037824 clock_gettime(CLOCK_REALTIME, {1420032065, 37887000}) = 0
[pid 20337] 05:21:05.037986 clock_gettime(CLOCK_REALTIME, {1420032065, 38044200}) = 0
[pid 20337] 05:21:05.038186 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/076_test_pseudo_unification/input.scss", {st_mode=S_IFREG|0664, st_size=59, ...}) = 0
[pid 20337] 05:21:05.038385 clock_gettime(CLOCK_REALTIME, {1420032065, 38450800}) = 0
[pid 20337] 05:21:05.038584 clock_gettime(CLOCK_REALTIME, {1420032065, 38674200}) = 0
[pid 20337] 05:21:05.038887 clock_gettime(CLOCK_REALTIME, {1420032065, 39004300}) = 0
[pid 20337] 05:21:05.039804 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/077_test_pseudo_unification/input.scss", {st_mode=S_IFREG|0664, st_size=57, ...}) = 0
[pid 20337] 05:21:05.040276 clock_gettime(CLOCK_REALTIME, {1420032065, 40355600}) = 0
[pid 20337] 05:21:05.040477 clock_gettime(CLOCK_REALTIME, {1420032065, 40587600}) = 0
[pid 20337] 05:21:05.041134 clock_gettime(CLOCK_REALTIME, {1420032065, 41228900}) = 0
[pid 20337] 05:21:05.041593 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/078_test_pseudoelement_remains_at_end_of_selector/input.scss", {st_mode=S_IFREG|0664, st_size=37, ...}) = 0
[pid 20337] 05:21:05.041977 clock_gettime(CLOCK_REALTIME, {1420032065, 42045100}) = 0
[pid 20337] 05:21:05.042208 clock_gettime(CLOCK_REALTIME, {1420032065, 42312200}) = 0
[pid 20337] 05:21:05.042404 clock_gettime(CLOCK_REALTIME, {1420032065, 42503300}) = 0
[pid 20338] 05:21:05.042748 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.042857 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.043095 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/079_test_pseudoelement_remains_at_end_of_selector/input.scss", {st_mode=S_IFREG|0664, st_size=38, ...}) = 0
[pid 20337] 05:21:05.043258 clock_gettime(CLOCK_REALTIME, {1420032065, 43301100}) = 0
[pid 20337] 05:21:05.043396 clock_gettime(CLOCK_REALTIME, {1420032065, 43445800}) = 0
[pid 20337] 05:21:05.043524 clock_gettime(CLOCK_REALTIME, {1420032065, 43566900}) = 0
[pid 20337] 05:21:05.043756 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/080_test_pseudoclass_remains_at_end_of_selector/input.scss", {st_mode=S_IFREG|0664, st_size=36, ...}) = 0
[pid 20337] 05:21:05.043964 clock_gettime(CLOCK_REALTIME, {1420032065, 44023700}) = 0
[pid 20337] 05:21:05.044088 clock_gettime(CLOCK_REALTIME, {1420032065, 44170800}) = 0
[pid 20337] 05:21:05.044250 clock_gettime(CLOCK_REALTIME, {1420032065, 44289900}) = 0
[pid 20337] 05:21:05.044430 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/081_test_pseudoclass_remains_at_end_of_selector/input.scss", {st_mode=S_IFREG|0664, st_size=37, ...}) = 0
[pid 20337] 05:21:05.044589 clock_gettime(CLOCK_REALTIME, {1420032065, 44640800}) = 0
[pid 20337] 05:21:05.045064 clock_gettime(CLOCK_REALTIME, {1420032065, 45155000}) = 0
[pid 20337] 05:21:05.045233 clock_gettime(CLOCK_REALTIME, {1420032065, 45273100}) = 0
[pid 20337] 05:21:05.045794 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/082_test_not_remains_at_end_of_selector/input.scss", {st_mode=S_IFREG|0664, st_size=42, ...}) = 0
[pid 20337] 05:21:05.046026 clock_gettime(CLOCK_REALTIME, {1420032065, 46076900}) = 0
[pid 20337] 05:21:05.046169 clock_gettime(CLOCK_REALTIME, {1420032065, 46215800}) = 0
[pid 20337] 05:21:05.046307 clock_gettime(CLOCK_REALTIME, {1420032065, 46349500}) = 0
[pid 20337] 05:21:05.046499 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/083_test_pseudoelement_goes_lefter_than_pseudoclass/input.scss", {st_mode=S_IFREG|0664, st_size=42, ...}) = 0
[pid 20337] 05:21:05.046782 clock_gettime(CLOCK_REALTIME, {1420032065, 46866500}) = 0
[pid 20337] 05:21:05.046961 clock_gettime(CLOCK_REALTIME, {1420032065, 47004500}) = 0
[pid 20337] 05:21:05.047070 clock_gettime(CLOCK_REALTIME, {1420032065, 47119900}) = 0
[pid 20337] 05:21:05.047260 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/084_test_pseudoelement_goes_lefter_than_pseudoclass/input.scss", {st_mode=S_IFREG|0664, st_size=42, ...}) = 0
[pid 20337] 05:21:05.047415 clock_gettime(CLOCK_REALTIME, {1420032065, 47491100}) = 0
[pid 20337] 05:21:05.047572 clock_gettime(CLOCK_REALTIME, {1420032065, 47627100}) = 0
[pid 20337] 05:21:05.047721 clock_gettime(CLOCK_REALTIME, {1420032065, 47766900}) = 0
[pid 20337] 05:21:05.047876 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/085_test_pseudoelement_goes_lefter_than_not/input.scss", {st_mode=S_IFREG|0664, st_size=48, ...}) = 0
[pid 20337] 05:21:05.048061 clock_gettime(CLOCK_REALTIME, {1420032065, 48114000}) = 0
[pid 20337] 05:21:05.048198 clock_gettime(CLOCK_REALTIME, {1420032065, 48258100}) = 0
[pid 20337] 05:21:05.048368 clock_gettime(CLOCK_REALTIME, {1420032065, 48423900}) = 0
[pid 20337] 05:21:05.048631 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/086.1_test_pseudoelement_goes_lefter_than_not/input.scss", {st_mode=S_IFREG|0664, st_size=103, ...}) = 0
[pid 20337] 05:21:05.048902 clock_gettime(CLOCK_REALTIME, {1420032065, 48967600}) = 0
[pid 20337] 05:21:05.049148 clock_gettime(CLOCK_REALTIME, {1420032065, 49239200}) = 0
[pid 20337] 05:21:05.049345 clock_gettime(CLOCK_REALTIME, {1420032065, 49444900}) = 0
[pid 20337] 05:21:05.049708 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/086_test_pseudoelement_goes_lefter_than_not/input.scss", {st_mode=S_IFREG|0664, st_size=48, ...}) = 0
[pid 20337] 05:21:05.049968 clock_gettime(CLOCK_REALTIME, {1420032065, 50049000}) = 0
[pid 20337] 05:21:05.050197 clock_gettime(CLOCK_REALTIME, {1420032065, 50288000}) = 0
[pid 20337] 05:21:05.050430 clock_gettime(CLOCK_REALTIME, {1420032065, 50508000}) = 0
[pid 20338] 05:21:05.050715 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.050861 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.051361 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/087_test_negation_unification/input.scss", {st_mode=S_IFREG|0664, st_size=69, ...}) = 0
[pid 20337] 05:21:05.051547 clock_gettime(CLOCK_REALTIME, {1420032065, 51593600}) = 0
[pid 20337] 05:21:05.051690 clock_gettime(CLOCK_REALTIME, {1420032065, 51819200}) = 0
[pid 20337] 05:21:05.051893 clock_gettime(CLOCK_REALTIME, {1420032065, 51961800}) = 0
[pid 20337] 05:21:05.052265 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/088_test_negation_unification/input.scss", {st_mode=S_IFREG|0664, st_size=69, ...}) = 0
[pid 20337] 05:21:05.052568 clock_gettime(CLOCK_REALTIME, {1420032065, 52684600}) = 0
[pid 20337] 05:21:05.052805 clock_gettime(CLOCK_REALTIME, {1420032065, 52876000}) = 0
[pid 20337] 05:21:05.053005 clock_gettime(CLOCK_REALTIME, {1420032065, 53063200}) = 0
[pid 20337] 05:21:05.053314 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/089_test_negation_unification/input.scss", {st_mode=S_IFREG|0664, st_size=73, ...}) = 0
[pid 20337] 05:21:05.053544 clock_gettime(CLOCK_REALTIME, {1420032065, 53592600}) = 0
[pid 20337] 05:21:05.053683 clock_gettime(CLOCK_REALTIME, {1420032065, 54638800}) = 0
[pid 20337] 05:21:05.055060 clock_gettime(CLOCK_REALTIME, {1420032065, 55142000}) = 0
[pid 20337] 05:21:05.055325 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/092_test_long_extendee/input.scss", {st_mode=S_IFREG|0664, st_size=40, ...}) = 0
[pid 20337] 05:21:05.055516 clock_gettime(CLOCK_REALTIME, {1420032065, 55559200}) = 0
[pid 20337] 05:21:05.055646 clock_gettime(CLOCK_REALTIME, {1420032065, 56118800}) = 0
[pid 20337] 05:21:05.056230 clock_gettime(CLOCK_REALTIME, {1420032065, 56328400}) = 0
[pid 20337] 05:21:05.056565 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/093_test_long_extendee_matches_supersets/input.scss", {st_mode=S_IFREG|0664, st_size=44, ...}) = 0
[pid 20337] 05:21:05.056849 clock_gettime(CLOCK_REALTIME, {1420032065, 56920400}) = 0
[pid 20337] 05:21:05.057027 clock_gettime(CLOCK_REALTIME, {1420032065, 57094300}) = 0
[pid 20337] 05:21:05.057214 clock_gettime(CLOCK_REALTIME, {1420032065, 57265600}) = 0
[pid 20337] 05:21:05.057475 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/095_test_long_extender/input.scss", {st_mode=S_IFREG|0664, st_size=41, ...}) = 0
[pid 20337] 05:21:05.057724 clock_gettime(CLOCK_REALTIME, {1420032065, 57784400}) = 0
[pid 20337] 05:21:05.057890 clock_gettime(CLOCK_REALTIME, {1420032065, 57954200}) = 0
[pid 20337] 05:21:05.058057 clock_gettime(CLOCK_REALTIME, {1420032065, 58121700}) = 0
[pid 20337] 05:21:05.058285 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/097_test_nested_extender/input.scss", {st_mode=S_IFREG|0664, st_size=35, ...}) = 0
[pid 20337] 05:21:05.058508 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.058728 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.058842 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.058979 <... clock_gettime resumed> {1420032065, 58912900}) = 0
[pid 20337] 05:21:05.059097 clock_gettime(CLOCK_REALTIME, {1420032065, 59162700}) = 0
[pid 20337] 05:21:05.059275 clock_gettime(CLOCK_REALTIME, {1420032065, 59332300}) = 0
[pid 20337] 05:21:05.059619 clock_gettime(CLOCK_REALTIME, {1420032065, 59709100}) = 0
[pid 20337] 05:21:05.059957 clock_gettime(CLOCK_REALTIME, {1420032065, 60029300}) = 0
[pid 20337] 05:21:05.060141 clock_gettime(CLOCK_REALTIME, {1420032065, 60204600}) = 0
[pid 20337] 05:21:05.060540 clock_gettime(CLOCK_REALTIME, {1420032065, 60616200}) = 0
[pid 20337] 05:21:05.060794 clock_gettime(CLOCK_REALTIME, {1420032065, 60858100}) = 0
[pid 20337] 05:21:05.061262 clock_gettime(CLOCK_REALTIME, {1420032065, 61346700}) = 0
[pid 20337] 05:21:05.061562 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/098_test_nested_extender_runs_unification/input.scss", {st_mode=S_IFREG|0664, st_size=39, ...}) = 0
[pid 20337] 05:21:05.061965 clock_gettime(CLOCK_REALTIME, {1420032065, 62061900}) = 0
[pid 20337] 05:21:05.062186 clock_gettime(CLOCK_REALTIME, {1420032065, 62253400}) = 0
[pid 20337] 05:21:05.062358 clock_gettime(CLOCK_REALTIME, {1420032065, 62410400}) = 0
[pid 20337] 05:21:05.062648 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/099_test_nested_extender_alternates_parents/input.scss", {st_mode=S_IFREG|0664, st_size=52, ...}) = 0
[pid 20337] 05:21:05.062914 clock_gettime(CLOCK_REALTIME, {1420032065, 62974000}) = 0
[pid 20337] 05:21:05.063099 clock_gettime(CLOCK_REALTIME, {1420032065, 63160000}) = 0
[pid 20337] 05:21:05.063270 clock_gettime(CLOCK_REALTIME, {1420032065, 63326600}) = 0
[pid 20337] 05:21:05.063497 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/100_test_nested_extender_unifies_identical_parents/input.scss", {st_mode=S_IFREG|0664, st_size=51, ...}) = 0
[pid 20337] 05:21:05.063773 clock_gettime(CLOCK_REALTIME, {1420032065, 63850700}) = 0
[pid 20337] 05:21:05.063937 clock_gettime(CLOCK_REALTIME, {1420032065, 63987500}) = 0
[pid 20337] 05:21:05.064084 clock_gettime(CLOCK_REALTIME, {1420032065, 64155400}) = 0
[pid 20337] 05:21:05.064335 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/101_test_nested_extender_unifies_common_substring/input.scss", {st_mode=S_IFREG|0664, st_size=68, ...}) = 0
[pid 20337] 05:21:05.064575 clock_gettime(CLOCK_REALTIME, {1420032065, 64636200}) = 0
[pid 20337] 05:21:05.064769 clock_gettime(CLOCK_REALTIME, {1420032065, 64829700}) = 0
[pid 20337] 05:21:05.064941 clock_gettime(CLOCK_REALTIME, {1420032065, 64999600}) = 0
[pid 20337] 05:21:05.065183 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/102_test_nested_extender_unifies_common_subseq/input.scss", {st_mode=S_IFREG|0664, st_size=55, ...}) = 0
[pid 20337] 05:21:05.065395 clock_gettime(CLOCK_REALTIME, {1420032065, 65474200}) = 0
[pid 20337] 05:21:05.065572 clock_gettime(CLOCK_REALTIME, {1420032065, 65648600}) = 0
[pid 20337] 05:21:05.065762 clock_gettime(CLOCK_REALTIME, {1420032065, 65838300}) = 0
[pid 20337] 05:21:05.065988 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/103_test_nested_extender_chooses_first_subseq/input.scss", {st_mode=S_IFREG|0664, st_size=56, ...}) = 0
[pid 20337] 05:21:05.066241 clock_gettime(CLOCK_REALTIME, {1420032065, 66301700}) = 0
[pid 20337] 05:21:05.066414 clock_gettime(CLOCK_REALTIME, {1420032065, 66472300}) = 0
[pid 20338] 05:21:05.066629 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.066758 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.066925 clock_gettime(CLOCK_REALTIME, {1420032065, 66985400}) = 0
[pid 20337] 05:21:05.067191 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/104_test_nested_extender_counts_extended_subselectors/input.scss", 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:05.067589 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/105_test_nested_extender_counts_extended_superselectors/input.scss", {st_mode=S_IFREG|0664, st_size=52, ...}) = 0
[pid 20337] 05:21:05.068019 clock_gettime(CLOCK_REALTIME, {1420032065, 68413000}) = 0
[pid 20337] 05:21:05.068567 clock_gettime(CLOCK_REALTIME, {1420032065, 68619500}) = 0
[pid 20337] 05:21:05.068699 clock_gettime(CLOCK_REALTIME, {1420032065, 68741700}) = 0
[pid 20338] 05:21:05.072565 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.073128 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.073302 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/106_test_nested_extender_with_child_selector/input.scss", {st_mode=S_IFREG|0664, st_size=42, ...}) = 0
[pid 20337] 05:21:05.073516 clock_gettime(CLOCK_REALTIME, {1420032065, 73614900}) = 0
[pid 20337] 05:21:05.073692 clock_gettime(CLOCK_REALTIME, {1420032065, 73746900}) = 0
[pid 20337] 05:21:05.073814 clock_gettime(CLOCK_REALTIME, {1420032065, 73853600}) = 0
[pid 20337] 05:21:05.074019 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/107_test_nested_extender_finds_common_selectors_around_child_selector/input.scss", {st_mode=S_IFREG|0664, st_size=41, ...}) = 0
[pid 20337] 05:21:05.074190 clock_gettime(CLOCK_REALTIME, {1420032065, 74231200}) = 0
[pid 20337] 05:21:05.074294 clock_gettime(CLOCK_REALTIME, {1420032065, 74332900}) = 0
[pid 20337] 05:21:05.074414 clock_gettime(CLOCK_REALTIME, {1420032065, 74456500}) = 0
[pid 20337] 05:21:05.074589 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/108_test_nested_extender_finds_common_selectors_around_child_selector/input.scss", {st_mode=S_IFREG|0664, st_size=41, ...}) = 0
[pid 20337] 05:21:05.074757 clock_gettime(CLOCK_REALTIME, {1420032065, 74808600}) = 0
[pid 20337] 05:21:05.074876 clock_gettime(CLOCK_REALTIME, {1420032065, 74915600}) = 0
[pid 20337] 05:21:05.074992 clock_gettime(CLOCK_REALTIME, {1420032065, 75031300}) = 0
[pid 20337] 05:21:05.075140 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/109_test_nested_extender_doesnt_find_common_selectors_around_adjacent_sibling_selector/input.scss", {st_mode=S_IFREG|0664, st_size=41, ...}) = 0
[pid 20337] 05:21:05.075290 clock_gettime(CLOCK_REALTIME, {1420032065, 75332100}) = 0
[pid 20337] 05:21:05.075419 clock_gettime(CLOCK_REALTIME, {1420032065, 75458300}) = 0
[pid 20337] 05:21:05.075533 clock_gettime(CLOCK_REALTIME, {1420032065, 75573300}) = 0
[pid 20337] 05:21:05.075683 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/110_test_nested_extender_doesnt_find_common_selectors_around_adjacent_sibling_selector/input.scss", {st_mode=S_IFREG|0664, st_size=41, ...}) = 0
[pid 20337] 05:21:05.075839 clock_gettime(CLOCK_REALTIME, {1420032065, 75879100}) = 0
[pid 20337] 05:21:05.075956 clock_gettime(CLOCK_REALTIME, {1420032065, 75997400}) = 0
[pid 20337] 05:21:05.076062 clock_gettime(CLOCK_REALTIME, {1420032065, 76100800}) = 0
[pid 20337] 05:21:05.076227 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/111_test_nested_extender_doesnt_find_common_selectors_around_adjacent_sibling_selector/input.scss", {st_mode=S_IFREG|0664, st_size=41, ...}) = 0
[pid 20337] 05:21:05.076367 clock_gettime(CLOCK_REALTIME, {1420032065, 76408100}) = 0
[pid 20337] 05:21:05.076486 clock_gettime(CLOCK_REALTIME, {1420032065, 76526900}) = 0
[pid 20337] 05:21:05.076590 clock_gettime(CLOCK_REALTIME, {1420032065, 76628700}) = 0
[pid 20337] 05:21:05.076738 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/112_test_nested_extender_doesnt_find_common_selectors_around_sibling_selector/input.scss", {st_mode=S_IFREG|0664, st_size=41, ...}) = 0
[pid 20337] 05:21:05.076924 clock_gettime(CLOCK_REALTIME, {1420032065, 76986400}) = 0
[pid 20337] 05:21:05.077064 clock_gettime(CLOCK_REALTIME, {1420032065, 77103900}) = 0
[pid 20337] 05:21:05.077167 clock_gettime(CLOCK_REALTIME, {1420032065, 77206100}) = 0
[pid 20337] 05:21:05.077333 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/113_test_nested_extender_doesnt_find_common_selectors_around_sibling_selector/input.scss", {st_mode=S_IFREG|0664, st_size=41, ...}) = 0
[pid 20337] 05:21:05.077467 clock_gettime(CLOCK_REALTIME, {1420032065, 77514700}) = 0
[pid 20337] 05:21:05.077587 clock_gettime(CLOCK_REALTIME, {1420032065, 77625700}) = 0
[pid 20337] 05:21:05.077694 clock_gettime(CLOCK_REALTIME, {1420032065, 77755300}) = 0
[pid 20337] 05:21:05.077874 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/114_test_nested_extender_doesnt_find_common_selectors_around_sibling_selector/input.scss", {st_mode=S_IFREG|0664, st_size=41, ...}) = 0
[pid 20337] 05:21:05.078188 clock_gettime(CLOCK_REALTIME, {1420032065, 78269700}) = 0
[pid 20337] 05:21:05.078380 clock_gettime(CLOCK_REALTIME, {1420032065, 78443200}) = 0
[pid 20338] 05:21:05.078577 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.078660 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.078791 clock_gettime(CLOCK_REALTIME, {1420032065, 78837100}) = 0
[pid 20337] 05:21:05.079043 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/118_test_nested_extender_with_early_child_selectors_doesnt_subseq_them/input.scss", {st_mode=S_IFREG|0664, st_size=57, ...}) = 0
[pid 20337] 05:21:05.079270 clock_gettime(CLOCK_REALTIME, {1420032065, 79334800}) = 0
[pid 20337] 05:21:05.079484 clock_gettime(CLOCK_REALTIME, {1420032065, 79553700}) = 0
[pid 20337] 05:21:05.079725 clock_gettime(CLOCK_REALTIME, {1420032065, 79791500}) = 0
[pid 20337] 05:21:05.079965 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/119_test_nested_extender_with_early_child_selectors_doesnt_subseq_them/input.scss", {st_mode=S_IFREG|0664, st_size=57, ...}) = 0
[pid 20337] 05:21:05.080203 clock_gettime(CLOCK_REALTIME, {1420032065, 80258600}) = 0
[pid 20337] 05:21:05.080328 clock_gettime(CLOCK_REALTIME, {1420032065, 80387900}) = 0
[pid 20337] 05:21:05.080503 clock_gettime(CLOCK_REALTIME, {1420032065, 80565500}) = 0
[pid 20337] 05:21:05.080775 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/120_test_nested_extender_with_child_selector_unifies/input.scss", {st_mode=S_IFREG|0664, st_size=41, ...}) = 0
[pid 20337] 05:21:05.081007 clock_gettime(CLOCK_REALTIME, {1420032065, 81058500}) = 0
[pid 20337] 05:21:05.081187 clock_gettime(CLOCK_REALTIME, {1420032065, 81246100}) = 0
[pid 20337] 05:21:05.081353 clock_gettime(CLOCK_REALTIME, {1420032065, 81399500}) = 0
[pid 20337] 05:21:05.081574 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/121_test_nested_extender_with_child_selector_unifies/input.scss", {st_mode=S_IFREG|0664, st_size=43, ...}) = 0
[pid 20337] 05:21:05.081776 clock_gettime(CLOCK_REALTIME, {1420032065, 81831000}) = 0
[pid 20337] 05:21:05.081950 clock_gettime(CLOCK_REALTIME, {1420032065, 82008500}) = 0
[pid 20337] 05:21:05.082125 clock_gettime(CLOCK_REALTIME, {1420032065, 82175900}) = 0
[pid 20337] 05:21:05.082370 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/122_test_nested_extender_with_child_selector_unifies/input.scss", {st_mode=S_IFREG|0664, st_size=43, ...}) = 0
[pid 20337] 05:21:05.082636 clock_gettime(CLOCK_REALTIME, {1420032065, 82711200}) = 0
[pid 20337] 05:21:05.082809 clock_gettime(CLOCK_REALTIME, {1420032065, 82881400}) = 0
[pid 20337] 05:21:05.082999 clock_gettime(CLOCK_REALTIME, {1420032065, 83058900}) = 0
[pid 20337] 05:21:05.083238 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/123_test_nested_extender_with_early_child_selector/input.scss", {st_mode=S_IFREG|0664, st_size=48, ...}) = 0
[pid 20337] 05:21:05.083450 clock_gettime(CLOCK_REALTIME, {1420032065, 83518100}) = 0
[pid 20337] 05:21:05.083640 clock_gettime(CLOCK_REALTIME, {1420032065, 83769700}) = 0
[pid 20337] 05:21:05.084415 clock_gettime(CLOCK_REALTIME, {1420032065, 85704300}) = 0
[pid 20337] 05:21:05.086078 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/124_test_nested_extender_with_early_child_selector/input.scss", <unfinished ...>
[pid 20338] 05:21:05.086947 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.087366 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.087502 <... stat resumed> {st_mode=S_IFREG|0664, st_size=48, ...}) = 0
[pid 20337] 05:21:05.087688 clock_gettime(CLOCK_REALTIME, {1420032065, 87961700}) = 0
[pid 20337] 05:21:05.088202 clock_gettime(CLOCK_REALTIME, {1420032065, 88249500}) = 0
[pid 20337] 05:21:05.088329 clock_gettime(CLOCK_REALTIME, {1420032065, 88403900}) = 0
[pid 20337] 05:21:05.088785 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/125_test_nested_extender_with_early_child_selector/input.scss", {st_mode=S_IFREG|0664, st_size=46, ...}) = 0
[pid 20337] 05:21:05.089051 clock_gettime(CLOCK_REALTIME, {1420032065, 89119700}) = 0
[pid 20337] 05:21:05.089283 clock_gettime(CLOCK_REALTIME, {1420032065, 89383200}) = 0
[pid 20337] 05:21:05.089536 clock_gettime(CLOCK_REALTIME, {1420032065, 89606000}) = 0
[pid 20337] 05:21:05.090349 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/126_test_nested_extender_with_early_child_selector/input.scss", {st_mode=S_IFREG|0664, st_size=46, ...}) = 0
[pid 20337] 05:21:05.090775 clock_gettime(CLOCK_REALTIME, {1420032065, 90865500}) = 0
[pid 20337] 05:21:05.091027 clock_gettime(CLOCK_REALTIME, {1420032065, 91094600}) = 0
[pid 20337] 05:21:05.091253 clock_gettime(CLOCK_REALTIME, {1420032065, 91329900}) = 0
[pid 20337] 05:21:05.091523 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/127_test_nested_extender_with_early_child_selector/input.scss", {st_mode=S_IFREG|0664, st_size=46, ...}) = 0
[pid 20337] 05:21:05.091773 clock_gettime(CLOCK_REALTIME, {1420032065, 91823900}) = 0
[pid 20337] 05:21:05.091942 clock_gettime(CLOCK_REALTIME, {1420032065, 92015700}) = 0
[pid 20337] 05:21:05.092163 clock_gettime(CLOCK_REALTIME, {1420032065, 92239900}) = 0
[pid 20337] 05:21:05.092410 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/128_test_nested_extender_with_sibling_selector/input.scss", {st_mode=S_IFREG|0664, st_size=42, ...}) = 0
[pid 20337] 05:21:05.092619 clock_gettime(CLOCK_REALTIME, {1420032065, 92759500}) = 0
[pid 20337] 05:21:05.092868 clock_gettime(CLOCK_REALTIME, {1420032065, 92914600}) = 0
[pid 20337] 05:21:05.092985 clock_gettime(CLOCK_REALTIME, {1420032065, 93026100}) = 0
[pid 20337] 05:21:05.093158 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/129_test_nested_extender_with_hacky_selector/input.scss", {st_mode=S_IFREG|0664, st_size=48, ...}) = 0
[pid 20337] 05:21:05.093545 clock_gettime(CLOCK_REALTIME, {1420032065, 93615600}) = 0
[pid 20337] 05:21:05.093880 clock_gettime(CLOCK_REALTIME, {1420032065, 93943200}) = 0
[pid 20337] 05:21:05.094023 clock_gettime(CLOCK_REALTIME, {1420032065, 94114100}) = 0
[pid 20337] 05:21:05.094385 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/130_test_nested_extender_with_hacky_selector/input.scss", {st_mode=S_IFREG|0664, st_size=40, ...}) = 0
[pid 20338] 05:21:05.098043 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.098084 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.098149 clock_gettime(CLOCK_REALTIME, {1420032065, 98157100}) = 0
[pid 20337] 05:21:05.098177 clock_gettime(CLOCK_REALTIME, {1420032065, 98184000}) = 0
[pid 20337] 05:21:05.098200 clock_gettime(CLOCK_REALTIME, {1420032065, 98206100}) = 0
[pid 20337] 05:21:05.098331 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/131_test_nested_extender_merges_with_same_selector/input.scss", {st_mode=S_IFREG|0664, st_size=41, ...}) = 0
[pid 20337] 05:21:05.098388 clock_gettime(CLOCK_REALTIME, {1420032065, 98394700}) = 0
[pid 20337] 05:21:05.098411 clock_gettime(CLOCK_REALTIME, {1420032065, 98417800}) = 0
[pid 20337] 05:21:05.098433 clock_gettime(CLOCK_REALTIME, {1420032065, 98439300}) = 0
[pid 20337] 05:21:05.098494 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/132_test_nested_extender_with_child_selector_merges_with_same_selector/input.scss", {st_mode=S_IFREG|0664, st_size=57, ...}) = 0
[pid 20337] 05:21:05.098589 clock_gettime(CLOCK_REALTIME, {1420032065, 98598400}) = 0
[pid 20337] 05:21:05.098616 clock_gettime(CLOCK_REALTIME, {1420032065, 98621700}) = 0
[pid 20337] 05:21:05.098637 clock_gettime(CLOCK_REALTIME, {1420032065, 98642700}) = 0
[pid 20337] 05:21:05.098698 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/133_test_combinator_unification_for_hacky_combinators/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.098746 clock_gettime(CLOCK_REALTIME, {1420032065, 98752900}) = 0
[pid 20337] 05:21:05.098771 clock_gettime(CLOCK_REALTIME, {1420032065, 98777700}) = 0
[pid 20337] 05:21:05.098793 clock_gettime(CLOCK_REALTIME, {1420032065, 98799000}) = 0
[pid 20337] 05:21:05.098850 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/134_test_combinator_unification_for_hacky_combinators/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.098895 clock_gettime(CLOCK_REALTIME, {1420032065, 98901300}) = 0
[pid 20337] 05:21:05.098917 clock_gettime(CLOCK_REALTIME, {1420032065, 98923300}) = 0
[pid 20337] 05:21:05.098938 clock_gettime(CLOCK_REALTIME, {1420032065, 98944200}) = 0
[pid 20337] 05:21:05.098993 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/135_test_combinator_unification_for_hacky_combinators/input.scss", {st_mode=S_IFREG|0664, st_size=37, ...}) = 0
[pid 20337] 05:21:05.099038 clock_gettime(CLOCK_REALTIME, {1420032065, 99044100}) = 0
[pid 20337] 05:21:05.099060 clock_gettime(CLOCK_REALTIME, {1420032065, 99066200}) = 0
[pid 20337] 05:21:05.099081 clock_gettime(CLOCK_REALTIME, {1420032065, 99086900}) = 0
[pid 20337] 05:21:05.099137 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/136_test_combinator_unification_for_hacky_combinators/input.scss", {st_mode=S_IFREG|0664, st_size=39, ...}) = 0
[pid 20337] 05:21:05.099181 clock_gettime(CLOCK_REALTIME, {1420032065, 99187800}) = 0
[pid 20337] 05:21:05.099204 clock_gettime(CLOCK_REALTIME, {1420032065, 99315600}) = 0
[pid 20337] 05:21:05.099339 clock_gettime(CLOCK_REALTIME, {1420032065, 99399800}) = 0
[pid 20337] 05:21:05.099566 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/137_test_combinator_unification_for_hacky_combinators/input.scss", {st_mode=S_IFREG|0664, st_size=37, ...}) = 0
[pid 20337] 05:21:05.100608 clock_gettime(CLOCK_REALTIME, {1420032065, 100839800}) = 0
[pid 20337] 05:21:05.100883 clock_gettime(CLOCK_REALTIME, {1420032065, 100894700}) = 0
[pid 20337] 05:21:05.100913 clock_gettime(CLOCK_REALTIME, {1420032065, 101060400}) = 0
[pid 20337] 05:21:05.101467 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/138_test_combinator_unification_for_hacky_combinators/input.scss", {st_mode=S_IFREG|0664, st_size=37, ...}) = 0
[pid 20337] 05:21:05.102385 clock_gettime(CLOCK_REALTIME, {1420032065, 102464600}) = 0
[pid 20337] 05:21:05.102654 clock_gettime(CLOCK_REALTIME, {1420032065, 102757200}) = 0
[pid 20337] 05:21:05.102868 clock_gettime(CLOCK_REALTIME, {1420032065, 102966200}) = 0
[pid 20337] 05:21:05.103271 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/139_test_combinator_unification_for_hacky_combinators/input.scss", {st_mode=S_IFREG|0664, st_size=49, ...}) = 0
[pid 20337] 05:21:05.103715 clock_gettime(CLOCK_REALTIME, {1420032065, 104529000}) = 0
[pid 20337] 05:21:05.104814 clock_gettime(CLOCK_REALTIME, {1420032065, 104889200}) = 0
[pid 20337] 05:21:05.104918 clock_gettime(CLOCK_REALTIME, {1420032065, 105018500}) = 0
[pid 20337] 05:21:05.105211 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/140_test_combinator_unification_double_tilde/input.scss", {st_mode=S_IFREG|0664, st_size=35, ...}) = 0
[pid 20337] 05:21:05.106359 clock_gettime(CLOCK_REALTIME, {1420032065, 106481200}) = 0
[pid 20338] 05:21:05.106606 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.106633 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.106927 clock_gettime(CLOCK_REALTIME, {1420032065, 107050100}) = 0
[pid 20337] 05:21:05.107160 clock_gettime(CLOCK_REALTIME, {1420032065, 107236600}) = 0
[pid 20337] 05:21:05.107464 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/141_test_combinator_unification_double_tilde/input.scss", {st_mode=S_IFREG|0664, st_size=35, ...}) = 0
[pid 20337] 05:21:05.107688 clock_gettime(CLOCK_REALTIME, {1420032065, 107765700}) = 0
[pid 20337] 05:21:05.107894 clock_gettime(CLOCK_REALTIME, {1420032065, 107950400}) = 0
[pid 20337] 05:21:05.108059 clock_gettime(CLOCK_REALTIME, {1420032065, 108131500}) = 0
[pid 20337] 05:21:05.108295 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/142_test_combinator_unification_double_tilde/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.108523 clock_gettime(CLOCK_REALTIME, {1420032065, 108578600}) = 0
[pid 20337] 05:21:05.108689 clock_gettime(CLOCK_REALTIME, {1420032065, 108762200}) = 0
[pid 20337] 05:21:05.108860 clock_gettime(CLOCK_REALTIME, {1420032065, 108913000}) = 0
[pid 20337] 05:21:05.109077 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/143_test_combinator_unification_double_tilde/input.scss", {st_mode=S_IFREG|0664, st_size=35, ...}) = 0
[pid 20337] 05:21:05.109309 clock_gettime(CLOCK_REALTIME, {1420032065, 109363700}) = 0
[pid 20337] 05:21:05.109485 clock_gettime(CLOCK_REALTIME, {1420032065, 109553400}) = 0
[pid 20337] 05:21:05.109736 clock_gettime(CLOCK_REALTIME, {1420032065, 109884200}) = 0
[pid 20337] 05:21:05.110323 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/144_test_combinator_unification_tilde_plus/input.scss", {st_mode=S_IFREG|0664, st_size=35, ...}) = 0
[pid 20337] 05:21:05.110996 clock_gettime(CLOCK_REALTIME, {1420032065, 111180500}) = 0
[pid 20337] 05:21:05.111697 clock_gettime(CLOCK_REALTIME, {1420032065, 111835200}) = 0
[pid 20337] 05:21:05.111987 clock_gettime(CLOCK_REALTIME, {1420032065, 112108500}) = 0
[pid 20337] 05:21:05.112322 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/145_test_combinator_unification_tilde_plus/input.scss", {st_mode=S_IFREG|0664, st_size=35, ...}) = 0
[pid 20337] 05:21:05.112625 clock_gettime(CLOCK_REALTIME, {1420032065, 112775800}) = 0
[pid 20337] 05:21:05.112891 clock_gettime(CLOCK_REALTIME, {1420032065, 113116800}) = 0
[pid 20337] 05:21:05.113363 clock_gettime(CLOCK_REALTIME, {1420032065, 113457800}) = 0
[pid 20337] 05:21:05.113714 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/146_test_combinator_unification_tilde_plus/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.114222 clock_gettime(CLOCK_REALTIME, {1420032065, 114292900}) = 0
[pid 20337] 05:21:05.114512 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.114806 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.114995 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.115205 <... clock_gettime resumed> {1420032065, 115191700}) = 0
[pid 20337] 05:21:05.115537 clock_gettime(CLOCK_REALTIME, {1420032065, 115732500}) = 0
[pid 20337] 05:21:05.116166 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/147_test_combinator_unification_tilde_plus/input.scss", {st_mode=S_IFREG|0664, st_size=35, ...}) = 0
[pid 20337] 05:21:05.117134 clock_gettime(CLOCK_REALTIME, {1420032065, 117260800}) = 0
[pid 20337] 05:21:05.117655 clock_gettime(CLOCK_REALTIME, {1420032065, 117865000}) = 0
[pid 20337] 05:21:05.117905 clock_gettime(CLOCK_REALTIME, {1420032065, 118099200}) = 0
[pid 20337] 05:21:05.118402 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/148_test_combinator_unification_tilde_plus/input.scss", {st_mode=S_IFREG|0664, st_size=35, ...}) = 0
[pid 20337] 05:21:05.119090 clock_gettime(CLOCK_REALTIME, {1420032065, 119178600}) = 0
[pid 20337] 05:21:05.119486 clock_gettime(CLOCK_REALTIME, {1420032065, 119564000}) = 0
[pid 20337] 05:21:05.119646 clock_gettime(CLOCK_REALTIME, {1420032065, 119766800}) = 0
[pid 20337] 05:21:05.120158 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/149_test_combinator_unification_tilde_plus/input.scss", {st_mode=S_IFREG|0664, st_size=35, ...}) = 0
[pid 20337] 05:21:05.120586 clock_gettime(CLOCK_REALTIME, {1420032065, 120671000}) = 0
[pid 20337] 05:21:05.121139 clock_gettime(CLOCK_REALTIME, {1420032065, 121210700}) = 0
[pid 20337] 05:21:05.121365 clock_gettime(CLOCK_REALTIME, {1420032065, 121446600}) = 0
[pid 20337] 05:21:05.122045 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/150_test_combinator_unification_tilde_plus/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.122526 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.122600 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.122740 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.122903 <... clock_gettime resumed> {1420032065, 122894000}) = 0
[pid 20337] 05:21:05.123094 clock_gettime(CLOCK_REALTIME, {1420032065, 123186200}) = 0
[pid 20337] 05:21:05.123318 clock_gettime(CLOCK_REALTIME, {1420032065, 123410600}) = 0
[pid 20337] 05:21:05.123709 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/151_test_combinator_unification_tilde_plus/input.scss", {st_mode=S_IFREG|0664, st_size=35, ...}) = 0
[pid 20337] 05:21:05.124000 clock_gettime(CLOCK_REALTIME, {1420032065, 124086600}) = 0
[pid 20337] 05:21:05.124228 clock_gettime(CLOCK_REALTIME, {1420032065, 124287900}) = 0
[pid 20337] 05:21:05.124397 clock_gettime(CLOCK_REALTIME, {1420032065, 124465400}) = 0
[pid 20337] 05:21:05.124878 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/152_test_combinator_unification_angle_sibling/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.126374 clock_gettime(CLOCK_REALTIME, {1420032065, 126434400}) = 0
[pid 20337] 05:21:05.126598 clock_gettime(CLOCK_REALTIME, {1420032065, 126662100}) = 0
[pid 20337] 05:21:05.126909 clock_gettime(CLOCK_REALTIME, {1420032065, 127164800}) = 0
[pid 20337] 05:21:05.127393 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/153_test_combinator_unification_angle_sibling/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.127707 clock_gettime(CLOCK_REALTIME, {1420032065, 129914700}) = 0
[pid 20337] 05:21:05.130007 clock_gettime(CLOCK_REALTIME, {1420032065, 130039000}) = 0
[pid 20337] 05:21:05.130059 clock_gettime(CLOCK_REALTIME, {1420032065, 130066500}) = 0
[pid 20337] 05:21:05.130186 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/154_test_combinator_unification_angle_sibling/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.130252 clock_gettime(CLOCK_REALTIME, {1420032065, 130260500}) = 0
[pid 20337] 05:21:05.130277 clock_gettime(CLOCK_REALTIME, {1420032065, 130283600}) = 0
[pid 20337] 05:21:05.130299 clock_gettime(CLOCK_REALTIME, {1420032065, 130305100}) = 0
[pid 20337] 05:21:05.130363 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/155_test_combinator_unification_angle_sibling/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.130410 clock_gettime(CLOCK_REALTIME, {1420032065, 130416600}) = 0
[pid 20337] 05:21:05.130433 clock_gettime(CLOCK_REALTIME, {1420032065, 130439000}) = 0
[pid 20337] 05:21:05.130454 clock_gettime(CLOCK_REALTIME, {1420032065, 130459900}) = 0
[pid 20337] 05:21:05.130519 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/156_test_combinator_unification_double_angle/input.scss", <unfinished ...>
[pid 20338] 05:21:05.130591 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.130608 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.130661 <... stat resumed> {st_mode=S_IFREG|0664, st_size=35, ...}) = 0
[pid 20337] 05:21:05.130785 clock_gettime(CLOCK_REALTIME, {1420032065, 130819900}) = 0
[pid 20337] 05:21:05.130952 clock_gettime(CLOCK_REALTIME, {1420032065, 131107400}) = 0
[pid 20337] 05:21:05.131162 clock_gettime(CLOCK_REALTIME, {1420032065, 131176600}) = 0
[pid 20337] 05:21:05.131556 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/157_test_combinator_unification_double_angle/input.scss", {st_mode=S_IFREG|0664, st_size=35, ...}) = 0
[pid 20337] 05:21:05.131821 clock_gettime(CLOCK_REALTIME, {1420032065, 131861100}) = 0
[pid 20337] 05:21:05.131913 clock_gettime(CLOCK_REALTIME, {1420032065, 131939300}) = 0
[pid 20337] 05:21:05.132065 clock_gettime(CLOCK_REALTIME, {1420032065, 132156600}) = 0
[pid 20337] 05:21:05.132541 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/158_test_combinator_unification_double_angle/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.132637 clock_gettime(CLOCK_REALTIME, {1420032065, 132645500}) = 0
[pid 20337] 05:21:05.136642 clock_gettime(CLOCK_REALTIME, {1420032065, 137165700}) = 0
[pid 20337] 05:21:05.137245 clock_gettime(CLOCK_REALTIME, {1420032065, 137307400}) = 0
[pid 20337] 05:21:05.137540 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/159_test_combinator_unification_double_angle/input.scss", {st_mode=S_IFREG|0664, st_size=35, ...}) = 0
[pid 20337] 05:21:05.137835 clock_gettime(CLOCK_REALTIME, {1420032065, 137903200}) = 0
[pid 20337] 05:21:05.137984 clock_gettime(CLOCK_REALTIME, {1420032065, 138041000}) = 0
[pid 20337] 05:21:05.138119 clock_gettime(CLOCK_REALTIME, {1420032065, 138489700}) = 0
[pid 20338] 05:21:05.138775 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.138946 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.141720 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/160_test_combinator_unification_double_plus/input.scss", {st_mode=S_IFREG|0664, st_size=35, ...}) = 0
[pid 20337] 05:21:05.141981 clock_gettime(CLOCK_REALTIME, {1420032065, 142025900}) = 0
[pid 20337] 05:21:05.142120 clock_gettime(CLOCK_REALTIME, {1420032065, 142162600}) = 0
[pid 20337] 05:21:05.142243 clock_gettime(CLOCK_REALTIME, {1420032065, 142301400}) = 0
[pid 20337] 05:21:05.142453 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/161_test_combinator_unification_double_plus/input.scss", {st_mode=S_IFREG|0664, st_size=35, ...}) = 0
[pid 20337] 05:21:05.142955 clock_gettime(CLOCK_REALTIME, {1420032065, 143021100}) = 0
[pid 20337] 05:21:05.143280 clock_gettime(CLOCK_REALTIME, {1420032065, 143336200}) = 0
[pid 20337] 05:21:05.143626 clock_gettime(CLOCK_REALTIME, {1420032065, 143733600}) = 0
[pid 20337] 05:21:05.144216 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/162_test_combinator_unification_double_plus/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.144606 clock_gettime(CLOCK_REALTIME, {1420032065, 144741600}) = 0
[pid 20337] 05:21:05.144875 clock_gettime(CLOCK_REALTIME, {1420032065, 145013300}) = 0
[pid 20337] 05:21:05.145250 clock_gettime(CLOCK_REALTIME, {1420032065, 145294400}) = 0
[pid 20337] 05:21:05.145580 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/163_test_combinator_unification_double_plus/input.scss", {st_mode=S_IFREG|0664, st_size=35, ...}) = 0
[pid 20337] 05:21:05.146022 clock_gettime(CLOCK_REALTIME, {1420032065, 146117500}) = 0
[pid 20337] 05:21:05.146436 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.146837 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.146900 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.148450 <... clock_gettime resumed> {1420032065, 148422500}) = 0
[pid 20337] 05:21:05.148625 clock_gettime(CLOCK_REALTIME, {1420032065, 148669100}) = 0
[pid 20337] 05:21:05.148982 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/164_test_combinator_unification_angle_space/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.149365 clock_gettime(CLOCK_REALTIME, {1420032065, 149451000}) = 0
[pid 20337] 05:21:05.149607 clock_gettime(CLOCK_REALTIME, {1420032065, 149720700}) = 0
[pid 20337] 05:21:05.149849 clock_gettime(CLOCK_REALTIME, {1420032065, 149890000}) = 0
[pid 20337] 05:21:05.150114 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/165_test_combinator_unification_angle_space/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.150306 clock_gettime(CLOCK_REALTIME, {1420032065, 150357800}) = 0
[pid 20337] 05:21:05.150439 clock_gettime(CLOCK_REALTIME, {1420032065, 150487300}) = 0
[pid 20337] 05:21:05.150570 clock_gettime(CLOCK_REALTIME, {1420032065, 150630100}) = 0
[pid 20337] 05:21:05.151044 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/166_test_combinator_unification_angle_space/input.scss", {st_mode=S_IFREG|0664, st_size=31, ...}) = 0
[pid 20337] 05:21:05.151942 clock_gettime(CLOCK_REALTIME, {1420032065, 152003300}) = 0
[pid 20337] 05:21:05.152154 clock_gettime(CLOCK_REALTIME, {1420032065, 152239400}) = 0
[pid 20337] 05:21:05.152366 clock_gettime(CLOCK_REALTIME, {1420032065, 152455900}) = 0
[pid 20337] 05:21:05.152792 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/167_test_combinator_unification_angle_space/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.153118 clock_gettime(CLOCK_REALTIME, {1420032065, 153186800}) = 0
[pid 20337] 05:21:05.153306 clock_gettime(CLOCK_REALTIME, {1420032065, 153362900}) = 0
[pid 20337] 05:21:05.153512 clock_gettime(CLOCK_REALTIME, {1420032065, 153588600}) = 0
[pid 20337] 05:21:05.154141 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/168_test_combinator_unification_angle_space/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.154386 clock_gettime(CLOCK_REALTIME, {1420032065, 154445900}) = 0
[pid 20338] 05:21:05.154587 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.154779 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.154867 clock_gettime(CLOCK_REALTIME, {1420032065, 154948000}) = 0
[pid 20337] 05:21:05.155076 clock_gettime(CLOCK_REALTIME, {1420032065, 155145800}) = 0
[pid 20337] 05:21:05.155307 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/169_test_combinator_unification_angle_space/input.scss", {st_mode=S_IFREG|0664, st_size=31, ...}) = 0
[pid 20337] 05:21:05.155514 clock_gettime(CLOCK_REALTIME, {1420032065, 155571600}) = 0
[pid 20337] 05:21:05.155692 clock_gettime(CLOCK_REALTIME, {1420032065, 155949100}) = 0
[pid 20337] 05:21:05.156182 clock_gettime(CLOCK_REALTIME, {1420032065, 156313200}) = 0
[pid 20337] 05:21:05.156636 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/170_test_combinator_unification_plus_space/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.156846 clock_gettime(CLOCK_REALTIME, {1420032065, 156887500}) = 0
[pid 20337] 05:21:05.156958 clock_gettime(CLOCK_REALTIME, {1420032065, 157030500}) = 0
[pid 20337] 05:21:05.157099 clock_gettime(CLOCK_REALTIME, {1420032065, 157138300}) = 0
[pid 20337] 05:21:05.157276 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/171_test_combinator_unification_plus_space/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.157592 clock_gettime(CLOCK_REALTIME, {1420032065, 157637900}) = 0
[pid 20337] 05:21:05.157741 clock_gettime(CLOCK_REALTIME, {1420032065, 157792900}) = 0
[pid 20337] 05:21:05.157877 clock_gettime(CLOCK_REALTIME, {1420032065, 157931900}) = 0
[pid 20337] 05:21:05.158095 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/172_test_combinator_unification_plus_space/input.scss", {st_mode=S_IFREG|0664, st_size=31, ...}) = 0
[pid 20337] 05:21:05.158323 clock_gettime(CLOCK_REALTIME, {1420032065, 158384000}) = 0
[pid 20337] 05:21:05.158499 clock_gettime(CLOCK_REALTIME, {1420032065, 158573500}) = 0
[pid 20337] 05:21:05.158663 clock_gettime(CLOCK_REALTIME, {1420032065, 158719500}) = 0
[pid 20337] 05:21:05.158859 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/173_test_combinator_unification_plus_space/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.159041 clock_gettime(CLOCK_REALTIME, {1420032065, 159082100}) = 0
[pid 20337] 05:21:05.159180 clock_gettime(CLOCK_REALTIME, {1420032065, 159244200}) = 0
[pid 20337] 05:21:05.159330 clock_gettime(CLOCK_REALTIME, {1420032065, 159380100}) = 0
[pid 20337] 05:21:05.159557 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/174_test_combinator_unification_plus_space/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.159713 clock_gettime(CLOCK_REALTIME, {1420032065, 159753700}) = 0
[pid 20337] 05:21:05.159976 clock_gettime(CLOCK_REALTIME, {1420032065, 160043800}) = 0
[pid 20337] 05:21:05.160177 clock_gettime(CLOCK_REALTIME, {1420032065, 160251200}) = 0
[pid 20337] 05:21:05.160486 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/175_test_combinator_unification_plus_space/input.scss", {st_mode=S_IFREG|0664, st_size=31, ...}) = 0
[pid 20337] 05:21:05.160768 clock_gettime(CLOCK_REALTIME, {1420032065, 160828000}) = 0
[pid 20337] 05:21:05.160930 clock_gettime(CLOCK_REALTIME, {1420032065, 160994200}) = 0
[pid 20337] 05:21:05.161106 clock_gettime(CLOCK_REALTIME, {1420032065, 161160200}) = 0
[pid 20337] 05:21:05.161397 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/176_test_combinator_unification_nested/input.scss", {st_mode=S_IFREG|0664, st_size=43, ...}) = 0
[pid 20337] 05:21:05.161593 clock_gettime(CLOCK_REALTIME, {1420032065, 161656700}) = 0
[pid 20337] 05:21:05.161750 clock_gettime(CLOCK_REALTIME, {1420032065, 161807200}) = 0
[pid 20337] 05:21:05.161876 clock_gettime(CLOCK_REALTIME, {1420032065, 161933600}) = 0
[pid 20337] 05:21:05.162091 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/177_test_combinator_unification_nested/input.scss", {st_mode=S_IFREG|0664, st_size=38, ...}) = 0
[pid 20337] 05:21:05.162243 clock_gettime(CLOCK_REALTIME, {1420032065, 162305200}) = 0
[pid 20337] 05:21:05.162373 clock_gettime(CLOCK_REALTIME, {1420032065, 162435500}) = 0
[pid 20337] 05:21:05.162513 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.162635 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.162959 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.163061 <... clock_gettime resumed> {1420032065, 163049800}) = 0
[pid 20337] 05:21:05.163339 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/178_test_combinator_unification_with_newlines/input.scss", {st_mode=S_IFREG|0664, st_size=43, ...}) = 0
[pid 20337] 05:21:05.163577 clock_gettime(CLOCK_REALTIME, {1420032065, 163642200}) = 0
[pid 20337] 05:21:05.163809 clock_gettime(CLOCK_REALTIME, {1420032065, 163854700}) = 0
[pid 20337] 05:21:05.164035 clock_gettime(CLOCK_REALTIME, {1420032065, 164130700}) = 0
[pid 20337] 05:21:05.164515 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/179_test_extend_self_loop/input.scss", {st_mode=S_IFREG|0664, st_size=26, ...}) = 0
[pid 20337] 05:21:05.165369 clock_gettime(CLOCK_REALTIME, {1420032065, 165456200}) = 0
[pid 20337] 05:21:05.165680 clock_gettime(CLOCK_REALTIME, {1420032065, 165763700}) = 0
[pid 20337] 05:21:05.165911 clock_gettime(CLOCK_REALTIME, {1420032065, 165980900}) = 0
[pid 20337] 05:21:05.166215 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/180_test_basic_extend_loop/input.scss", {st_mode=S_IFREG|0664, st_size=52, ...}) = 0
[pid 20337] 05:21:05.166442 clock_gettime(CLOCK_REALTIME, {1420032065, 166497200}) = 0
[pid 20337] 05:21:05.166617 clock_gettime(CLOCK_REALTIME, {1420032065, 166662900}) = 0
[pid 20337] 05:21:05.166782 clock_gettime(CLOCK_REALTIME, {1420032065, 166846700}) = 0
[pid 20337] 05:21:05.167017 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/181_test_three_level_extend_loop/input.scss", {st_mode=S_IFREG|0664, st_size=78, ...}) = 0
[pid 20337] 05:21:05.167249 clock_gettime(CLOCK_REALTIME, {1420032065, 167299300}) = 0
[pid 20337] 05:21:05.167377 clock_gettime(CLOCK_REALTIME, {1420032065, 167427500}) = 0
[pid 20337] 05:21:05.167524 clock_gettime(CLOCK_REALTIME, {1420032065, 167764400}) = 0
[pid 20337] 05:21:05.168003 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/182_test_nested_extend_loop/input.scss", {st_mode=S_IFREG|0664, st_size=41, ...}) = 0
[pid 20337] 05:21:05.168251 clock_gettime(CLOCK_REALTIME, {1420032065, 168335900}) = 0
[pid 20337] 05:21:05.168486 clock_gettime(CLOCK_REALTIME, {1420032065, 168552100}) = 0
[pid 20337] 05:21:05.168698 clock_gettime(CLOCK_REALTIME, {1420032065, 169121700}) = 0
[pid 20337] 05:21:05.169388 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/183_test_multiple_extender_merges_with_superset_selector/input.scss", {st_mode=S_IFREG|0664, st_size=51, ...}) = 0
[pid 20337] 05:21:05.169684 clock_gettime(CLOCK_REALTIME, {1420032065, 169781200}) = 0
[pid 20337] 05:21:05.169912 clock_gettime(CLOCK_REALTIME, {1420032065, 169985800}) = 0
[pid 20337] 05:21:05.170184 clock_gettime(CLOCK_REALTIME, {1420032065, 170259300}) = 0
[pid 20337] 05:21:05.170493 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/184_test_control_flow_if/input.scss", <unfinished ...>
[pid 20338] 05:21:05.170924 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.171003 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.171184 <... stat resumed> {st_mode=S_IFREG|0664, st_size=199, ...}) = 0
[pid 20337] 05:21:05.171341 clock_gettime(CLOCK_REALTIME, {1420032065, 171399000}) = 0
[pid 20337] 05:21:05.171529 clock_gettime(CLOCK_REALTIME, {1420032065, 171618900}) = 0
[pid 20337] 05:21:05.171956 clock_gettime(CLOCK_REALTIME, {1420032065, 172218300}) = 0
[pid 20337] 05:21:05.172732 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/185_test_control_flow_for/input.scss", {st_mode=S_IFREG|0664, st_size=151, ...}) = 0
[pid 20337] 05:21:05.173002 clock_gettime(CLOCK_REALTIME, {1420032065, 173061600}) = 0
[pid 20337] 05:21:05.173179 clock_gettime(CLOCK_REALTIME, {1420032065, 173240600}) = 0
[pid 20337] 05:21:05.173499 clock_gettime(CLOCK_REALTIME, {1420032065, 173544900}) = 0
[pid 20337] 05:21:05.173806 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/186_test_control_flow_while/input.scss", {st_mode=S_IFREG|0664, st_size=168, ...}) = 0
[pid 20337] 05:21:05.173996 clock_gettime(CLOCK_REALTIME, {1420032065, 174050000}) = 0
[pid 20337] 05:21:05.174143 clock_gettime(CLOCK_REALTIME, {1420032065, 174191300}) = 0
[pid 20337] 05:21:05.174277 clock_gettime(CLOCK_REALTIME, {1420032065, 174341400}) = 0
[pid 20337] 05:21:05.174503 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/187_test_basic_placeholder_selector/input.scss", {st_mode=S_IFREG|0664, st_size=32, ...}) = 0
[pid 20337] 05:21:05.174855 clock_gettime(CLOCK_REALTIME, {1420032065, 174904700}) = 0
[pid 20337] 05:21:05.174995 clock_gettime(CLOCK_REALTIME, {1420032065, 175041200}) = 0
[pid 20337] 05:21:05.175105 clock_gettime(CLOCK_REALTIME, {1420032065, 175198300}) = 0
[pid 20337] 05:21:05.175353 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/188_test_unused_placeholder_selector/input.scss", {st_mode=S_IFREG|0664, st_size=57, ...}) = 0
[pid 20337] 05:21:05.175536 clock_gettime(CLOCK_REALTIME, {1420032065, 175589300}) = 0
[pid 20337] 05:21:05.175686 clock_gettime(CLOCK_REALTIME, {1420032065, 175748600}) = 0
[pid 20337] 05:21:05.175864 clock_gettime(CLOCK_REALTIME, {1420032065, 175923800}) = 0
[pid 20337] 05:21:05.176116 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/189_test_placeholder_descendant_selector/input.scss", {st_mode=S_IFREG|0664, st_size=43, ...}) = 0
[pid 20337] 05:21:05.176401 clock_gettime(CLOCK_REALTIME, {1420032065, 176488400}) = 0
[pid 20337] 05:21:05.176645 clock_gettime(CLOCK_REALTIME, {1420032065, 176968500}) = 0
[pid 20337] 05:21:05.177113 clock_gettime(CLOCK_REALTIME, {1420032065, 177202300}) = 0
[pid 20337] 05:21:05.177468 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/190_test_semi_placeholder_selector/input.scss", {st_mode=S_IFREG|0664, st_size=65, ...}) = 0
[pid 20337] 05:21:05.177834 clock_gettime(CLOCK_REALTIME, {1420032065, 177968800}) = 0
[pid 20337] 05:21:05.178095 clock_gettime(CLOCK_REALTIME, {1420032065, 178196100}) = 0
[pid 20337] 05:21:05.178342 clock_gettime(CLOCK_REALTIME, {1420032065, 178425500}) = 0
[pid 20338] 05:21:05.178588 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.178698 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:05.179000 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:05.179095 <... futex resumed> ) = 0
[pid 20338] 05:21:05.179168 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.179261 <... futex resumed> ) = 1
[pid 20337] 05:21:05.179491 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/191_test_placeholder_selector_with_multiple_extenders/input.scss", {st_mode=S_IFREG|0664, st_size=59, ...}) = 0
[pid 20337] 05:21:05.179901 clock_gettime(CLOCK_REALTIME, {1420032065, 180059800}) = 0
[pid 20337] 05:21:05.180209 clock_gettime(CLOCK_REALTIME, {1420032065, 180336200}) = 0
[pid 20337] 05:21:05.180508 clock_gettime(CLOCK_REALTIME, {1420032065, 180691200}) = 0
[pid 20337] 05:21:05.181097 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/192_test_placeholder_interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=55, ...}) = 0
[pid 20337] 05:21:05.181376 clock_gettime(CLOCK_REALTIME, {1420032065, 181435800}) = 0
[pid 20337] 05:21:05.181506 clock_gettime(CLOCK_REALTIME, {1420032065, 181564700}) = 0
[pid 20337] 05:21:05.181686 clock_gettime(CLOCK_REALTIME, {1420032065, 181746400}) = 0
[pid 20337] 05:21:05.182070 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/193_test_media_in_placeholder_selector/input.scss", {st_mode=S_IFREG|0664, st_size=46, ...}) = 0
[pid 20337] 05:21:05.182255 clock_gettime(CLOCK_REALTIME, {1420032065, 182308600}) = 0
[pid 20337] 05:21:05.182394 clock_gettime(CLOCK_REALTIME, {1420032065, 182464300}) = 0
[pid 20337] 05:21:05.182579 clock_gettime(CLOCK_REALTIME, {1420032065, 182636500}) = 0
[pid 20337] 05:21:05.182815 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/194_test_extend_within_media/input.scss", {st_mode=S_IFREG|0664, st_size=50, ...}) = 0
[pid 20337] 05:21:05.183006 clock_gettime(CLOCK_REALTIME, {1420032065, 183055800}) = 0
[pid 20337] 05:21:05.183162 clock_gettime(CLOCK_REALTIME, {1420032065, 183205000}) = 0
[pid 20337] 05:21:05.183276 clock_gettime(CLOCK_REALTIME, {1420032065, 183323000}) = 0
[pid 20337] 05:21:05.183459 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/195_test_extend_within_unknown_directive/input.scss", {st_mode=S_IFREG|0664, st_size=49, ...}) = 0
[pid 20337] 05:21:05.183661 clock_gettime(CLOCK_REALTIME, {1420032065, 183863800}) = 0
[pid 20337] 05:21:05.184093 clock_gettime(CLOCK_REALTIME, {1420032065, 184171500}) = 0
[pid 20337] 05:21:05.184620 clock_gettime(CLOCK_REALTIME, {1420032065, 184720000}) = 0
[pid 20337] 05:21:05.184997 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/196_test_extend_within_nested_directives/input.scss", {st_mode=S_IFREG|0664, st_size=71, ...}) = 0
[pid 20337] 05:21:05.185797 clock_gettime(CLOCK_REALTIME, {1420032065, 185875300}) = 0
[pid 20337] 05:21:05.185997 clock_gettime(CLOCK_REALTIME, {1420032065, 186053900}) = 0
[pid 20337] 05:21:05.186145 clock_gettime(CLOCK_REALTIME, {1420032065, 186187100}) = 0
[pid 20338] 05:21:05.186604 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.186760 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.186860 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/197_test_extend_within_disparate_media/input.scss", {st_mode=S_IFREG|0664, st_size=64, ...}) = 0
[pid 20337] 05:21:05.187072 clock_gettime(CLOCK_REALTIME, {1420032065, 187142100}) = 0
[pid 20337] 05:21:05.187238 clock_gettime(CLOCK_REALTIME, {1420032065, 187301200}) = 0
[pid 20337] 05:21:05.187372 clock_gettime(CLOCK_REALTIME, {1420032065, 187440800}) = 0
[pid 20337] 05:21:05.187578 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/198_test_extend_within_disparate_unknown_directive/input.scss", {st_mode=S_IFREG|0664, st_size=62, ...}) = 0
[pid 20337] 05:21:05.187810 clock_gettime(CLOCK_REALTIME, {1420032065, 187885500}) = 0
[pid 20337] 05:21:05.188005 clock_gettime(CLOCK_REALTIME, {1420032065, 188067700}) = 0
[pid 20337] 05:21:05.188169 clock_gettime(CLOCK_REALTIME, {1420032065, 188249300}) = 0
[pid 20337] 05:21:05.188454 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/199_test_extend_within_disparate_nested_directives/input.scss", {st_mode=S_IFREG|0664, st_size=94, ...}) = 0
[pid 20337] 05:21:05.188852 clock_gettime(CLOCK_REALTIME, {1420032065, 188922000}) = 0
[pid 20337] 05:21:05.189068 clock_gettime(CLOCK_REALTIME, {1420032065, 189178400}) = 0
[pid 20337] 05:21:05.189337 clock_gettime(CLOCK_REALTIME, {1420032065, 189421100}) = 0
[pid 20337] 05:21:05.189627 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/206_test_extend_succeeds_when_one_extension_fails_but_others_dont/input.scss", {st_mode=S_IFREG|0664, st_size=46, ...}) = 0
[pid 20337] 05:21:05.189915 clock_gettime(CLOCK_REALTIME, {1420032065, 189988100}) = 0
[pid 20337] 05:21:05.190118 clock_gettime(CLOCK_REALTIME, {1420032065, 190200100}) = 0
[pid 20337] 05:21:05.190330 clock_gettime(CLOCK_REALTIME, {1420032065, 190400700}) = 0
[pid 20337] 05:21:05.190623 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/207_test_optional_extend_succeeds_when_extendee_doesnt_exist/input.scss", {st_mode=S_IFREG|0664, st_size=30, ...}) = 0
[pid 20337] 05:21:05.190868 clock_gettime(CLOCK_REALTIME, {1420032065, 190931200}) = 0
[pid 20337] 05:21:05.191030 clock_gettime(CLOCK_REALTIME, {1420032065, 191087500}) = 0
[pid 20337] 05:21:05.191202 clock_gettime(CLOCK_REALTIME, {1420032065, 191263300}) = 0
[pid 20337] 05:21:05.191422 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/208_test_optional_extend_succeeds_when_extension_fails/input.scss", {st_mode=S_IFREG|0664, st_size=44, ...}) = 0
[pid 20337] 05:21:05.191615 clock_gettime(CLOCK_REALTIME, {1420032065, 191687100}) = 0
[pid 20337] 05:21:05.191781 clock_gettime(CLOCK_REALTIME, {1420032065, 191828200}) = 0
[pid 20337] 05:21:05.191893 clock_gettime(CLOCK_REALTIME, {1420032065, 191949300}) = 0
[pid 20337] 05:21:05.192091 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/209_test_pseudo_element_superselector/input.scss", {st_mode=S_IFREG|0664, st_size=112, ...}) = 0
[pid 20337] 05:21:05.192290 clock_gettime(CLOCK_REALTIME, {1420032065, 192368400}) = 0
[pid 20337] 05:21:05.192449 clock_gettime(CLOCK_REALTIME, {1420032065, 192515500}) = 0
[pid 20337] 05:21:05.192599 clock_gettime(CLOCK_REALTIME, {1420032065, 192639700}) = 0
[pid 20337] 05:21:05.192846 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/210_test_pseudo_element_superselector/input.scss", {st_mode=S_IFREG|0664, st_size=56, ...}) = 0
[pid 20337] 05:21:05.193243 clock_gettime(CLOCK_REALTIME, {1420032065, 193459900}) = 0
[pid 20337] 05:21:05.193642 clock_gettime(CLOCK_REALTIME, {1420032065, 193864700}) = 0
[pid 20337] 05:21:05.194101 clock_gettime(CLOCK_REALTIME, {1420032065, 194203600}) = 0
[pid 20338] 05:21:05.194607 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.194716 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.194994 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/211_test_pseudo_element_superselector/input.scss", {st_mode=S_IFREG|0664, st_size=60, ...}) = 0
[pid 20337] 05:21:05.195208 clock_gettime(CLOCK_REALTIME, {1420032065, 195258700}) = 0
[pid 20337] 05:21:05.195327 clock_gettime(CLOCK_REALTIME, {1420032065, 195386300}) = 0
[pid 20337] 05:21:05.195464 clock_gettime(CLOCK_REALTIME, {1420032065, 195504500}) = 0
[pid 20337] 05:21:05.195663 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/212_test_pseudo_element_superselector/input.scss", {st_mode=S_IFREG|0664, st_size=62, ...}) = 0
[pid 20337] 05:21:05.195955 clock_gettime(CLOCK_REALTIME, {1420032065, 196024900}) = 0
[pid 20337] 05:21:05.196157 clock_gettime(CLOCK_REALTIME, {1420032065, 196240800}) = 0
[pid 20337] 05:21:05.196379 clock_gettime(CLOCK_REALTIME, {1420032065, 196480200}) = 0
[pid 20337] 05:21:05.196716 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/213_test_pseudo_element_superselector/input.scss", {st_mode=S_IFREG|0664, st_size=56, ...}) = 0
[pid 20337] 05:21:05.196900 clock_gettime(CLOCK_REALTIME, {1420032065, 196949900}) = 0
[pid 20337] 05:21:05.197025 clock_gettime(CLOCK_REALTIME, {1420032065, 197067500}) = 0
[pid 20337] 05:21:05.197162 clock_gettime(CLOCK_REALTIME, {1420032065, 197217400}) = 0
[pid 20337] 05:21:05.197370 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/214_test_pseudo_element_superselector/input.scss", {st_mode=S_IFREG|0664, st_size=55, ...}) = 0
[pid 20337] 05:21:05.197580 clock_gettime(CLOCK_REALTIME, {1420032065, 197634300}) = 0
[pid 20337] 05:21:05.197740 clock_gettime(CLOCK_REALTIME, {1420032065, 197786600}) = 0
[pid 20337] 05:21:05.197872 clock_gettime(CLOCK_REALTIME, {1420032065, 197912100}) = 0
[pid 20337] 05:21:05.198086 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/215_test_multiple_source_redundancy_elimination/input.scss", {st_mode=S_IFREG|0664, st_size=198, ...}) = 0
[pid 20337] 05:21:05.198307 clock_gettime(CLOCK_REALTIME, {1420032065, 198356300}) = 0
[pid 20337] 05:21:05.198438 clock_gettime(CLOCK_REALTIME, {1420032065, 198489600}) = 0
[pid 20337] 05:21:05.198596 clock_gettime(CLOCK_REALTIME, {1420032065, 198649700}) = 0
[pid 20337] 05:21:05.198803 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/216_test_nested_sibling_extend/input.scss", {st_mode=S_IFREG|0664, st_size=83, ...}) = 0
[pid 20337] 05:21:05.199029 clock_gettime(CLOCK_REALTIME, {1420032065, 199093200}) = 0
[pid 20337] 05:21:05.199184 clock_gettime(CLOCK_REALTIME, {1420032065, 199234800}) = 0
[pid 20337] 05:21:05.199358 clock_gettime(CLOCK_REALTIME, {1420032065, 199420800}) = 0
[pid 20337] 05:21:05.199642 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/217_test_parent_and_sibling_extend/input.scss", {st_mode=S_IFREG|0664, st_size=123, ...}) = 0
[pid 20337] 05:21:05.199910 clock_gettime(CLOCK_REALTIME, {1420032065, 199987100}) = 0
[pid 20337] 05:21:05.200115 clock_gettime(CLOCK_REALTIME, {1420032065, 200193000}) = 0
[pid 20337] 05:21:05.200302 clock_gettime(CLOCK_REALTIME, {1420032065, 200375800}) = 0
[pid 20337] 05:21:05.200598 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/218_test_nested_extend_specificity/input.scss", {st_mode=S_IFREG|0664, st_size=57, ...}) = 0
[pid 20337] 05:21:05.200946 clock_gettime(CLOCK_REALTIME, {1420032065, 201125900}) = 0
[pid 20337] 05:21:05.201265 clock_gettime(CLOCK_REALTIME, {1420032065, 201326700}) = 0
[pid 20337] 05:21:05.201465 clock_gettime(CLOCK_REALTIME, {1420032065, 201526200}) = 0
[pid 20337] 05:21:05.201780 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/219_test_nested_double_extend_optimization/input.scss", {st_mode=S_IFREG|0664, st_size=104, ...}) = 0
[pid 20337] 05:21:05.202062 clock_gettime(CLOCK_REALTIME, {1420032065, 202200100}) = 0
[pid 20337] 05:21:05.202286 clock_gettime(CLOCK_REALTIME, {1420032065, 202334000}) = 0
[pid 20337] 05:21:05.202443 clock_gettime(CLOCK_REALTIME, {1420032065, 202486400}) = 0
[pid 20338] 05:21:05.202613 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.202749 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.203210 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/221_test_partially_failed_extend/input.scss", {st_mode=S_IFREG|0664, st_size=82, ...}) = 0
[pid 20337] 05:21:05.203452 clock_gettime(CLOCK_REALTIME, {1420032065, 203500700}) = 0
[pid 20337] 05:21:05.203587 clock_gettime(CLOCK_REALTIME, {1420032065, 203638500}) = 0
[pid 20337] 05:21:05.203914 clock_gettime(CLOCK_REALTIME, {1420032065, 204096600}) = 0
[pid 20337] 05:21:05.204294 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/222_test_newline_near_combinator/input.scss", {st_mode=S_IFREG|0664, st_size=34, ...}) = 0
[pid 20337] 05:21:05.204501 clock_gettime(CLOCK_REALTIME, {1420032065, 204565800}) = 0
[pid 20337] 05:21:05.204712 clock_gettime(CLOCK_REALTIME, {1420032065, 204754900}) = 0
[pid 20337] 05:21:05.204952 clock_gettime(CLOCK_REALTIME, {1420032065, 204995300}) = 0
[pid 20337] 05:21:05.205156 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/223_test_duplicated_selector_with_newlines/input.scss", {st_mode=S_IFREG|0664, st_size=101, ...}) = 0
[pid 20337] 05:21:05.205334 clock_gettime(CLOCK_REALTIME, {1420032065, 205387300}) = 0
[pid 20337] 05:21:05.205468 clock_gettime(CLOCK_REALTIME, {1420032065, 205515400}) = 0
[pid 20337] 05:21:05.205586 clock_gettime(CLOCK_REALTIME, {1420032065, 205642500}) = 0
[pid 20337] 05:21:05.206020 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/224_test_nested_selector_with_child_selector_hack_extendee/input.scss", {st_mode=S_IFREG|0664, st_size=37, ...}) = 0
[pid 20337] 05:21:05.206330 clock_gettime(CLOCK_REALTIME, {1420032065, 206407900}) = 0
[pid 20337] 05:21:05.206598 clock_gettime(CLOCK_REALTIME, {1420032065, 206689500}) = 0
[pid 20337] 05:21:05.206840 clock_gettime(CLOCK_REALTIME, {1420032065, 206919000}) = 0
[pid 20337] 05:21:05.207136 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/225_test_nested_selector_with_child_selector_hack_extender/input.scss", {st_mode=S_IFREG|0664, st_size=42, ...}) = 0
[pid 20337] 05:21:05.207410 clock_gettime(CLOCK_REALTIME, {1420032065, 207488800}) = 0
[pid 20337] 05:21:05.207615 clock_gettime(CLOCK_REALTIME, {1420032065, 207713400}) = 0
[pid 20337] 05:21:05.207862 clock_gettime(CLOCK_REALTIME, {1420032065, 207951300}) = 0
[pid 20337] 05:21:05.208184 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/227_test_nested_selector_with_child_selector_hack_extender_and_sibling_selector_extendee/input.scss", {st_mode=S_IFREG|0664, st_size=39, ...}) = 0
[pid 20337] 05:21:05.208436 clock_gettime(CLOCK_REALTIME, {1420032065, 208538300}) = 0
[pid 20337] 05:21:05.208697 clock_gettime(CLOCK_REALTIME, {1420032065, 208764900}) = 0
[pid 20337] 05:21:05.208980 clock_gettime(CLOCK_REALTIME, {1420032065, 209048600}) = 0
[pid 20337] 05:21:05.209205 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/228_test_nested_selector_with_child_selector_hack_extender_and_extendee_and_newline/input.scss", {st_mode=S_IFREG|0664, st_size=45, ...}) = 0
[pid 20337] 05:21:05.209413 clock_gettime(CLOCK_REALTIME, {1420032065, 209475000}) = 0
[pid 20337] 05:21:05.209591 clock_gettime(CLOCK_REALTIME, {1420032065, 209653000}) = 0
[pid 20337] 05:21:05.209733 clock_gettime(CLOCK_REALTIME, {1420032065, 209797400}) = 0
[pid 20338] 05:21:05.211633 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.211797 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.212127 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/229_test_extended_parent_and_child_redundancy_elimination/input.scss", {st_mode=S_IFREG|0664, st_size=43, ...}) = 0
[pid 20337] 05:21:05.212327 clock_gettime(CLOCK_REALTIME, {1420032065, 212376600}) = 0
[pid 20337] 05:21:05.212468 clock_gettime(CLOCK_REALTIME, {1420032065, 212513200}) = 0
[pid 20337] 05:21:05.212606 clock_gettime(CLOCK_REALTIME, {1420032065, 212675400}) = 0
[pid 20337] 05:21:05.212875 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/230_test_extend_redundancy_elimination_when_it_would_reduce_specificity/input.scss", {st_mode=S_IFREG|0664, st_size=27, ...}) = 0
[pid 20337] 05:21:05.213064 clock_gettime(CLOCK_REALTIME, {1420032065, 213131100}) = 0
[pid 20337] 05:21:05.213210 clock_gettime(CLOCK_REALTIME, {1420032065, 213251400}) = 0
[pid 20337] 05:21:05.213336 clock_gettime(CLOCK_REALTIME, {1420032065, 213386900}) = 0
[pid 20337] 05:21:05.213549 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/231_test_extend_redundancy_elimination_when_it_would_preserve_specificity/input.scss", {st_mode=S_IFREG|0664, st_size=32, ...}) = 0
[pid 20337] 05:21:05.213746 clock_gettime(CLOCK_REALTIME, {1420032065, 213791300}) = 0
[pid 20337] 05:21:05.213856 clock_gettime(CLOCK_REALTIME, {1420032065, 213908500}) = 0
[pid 20337] 05:21:05.213976 clock_gettime(CLOCK_REALTIME, {1420032065, 214033900}) = 0
[pid 20337] 05:21:05.214185 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/232_test_extend_redundancy_elimination_never_eliminates_base_selector/input.scss", {st_mode=S_IFREG|0664, st_size=30, ...}) = 0
[pid 20337] 05:21:05.214367 clock_gettime(CLOCK_REALTIME, {1420032065, 214425200}) = 0
[pid 20337] 05:21:05.214498 clock_gettime(CLOCK_REALTIME, {1420032065, 214565600}) = 0
[pid 20337] 05:21:05.214645 clock_gettime(CLOCK_REALTIME, {1420032065, 214719400}) = 0
[pid 20337] 05:21:05.214864 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/233_test_extend_cross_branch_redundancy_elimination/input.scss", {st_mode=S_IFREG|0664, st_size=55, ...}) = 0
[pid 20337] 05:21:05.215026 clock_gettime(CLOCK_REALTIME, {1420032065, 215100000}) = 0
[pid 20337] 05:21:05.215184 clock_gettime(CLOCK_REALTIME, {1420032065, 215238700}) = 0
[pid 20337] 05:21:05.215312 clock_gettime(CLOCK_REALTIME, {1420032065, 215356900}) = 0
[pid 20337] 05:21:05.215463 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/234_test_extend_cross_branch_redundancy_elimination/input.scss", {st_mode=S_IFREG|0664, st_size=74, ...}) = 0
[pid 20337] 05:21:05.215632 clock_gettime(CLOCK_REALTIME, {1420032065, 215904600}) = 0
[pid 20337] 05:21:05.216817 clock_gettime(CLOCK_REALTIME, {1420032065, 216901100}) = 0
[pid 20337] 05:21:05.216998 clock_gettime(CLOCK_REALTIME, {1420032065, 217083100}) = 0
[pid 20337] 05:21:05.217293 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/does_not_move_page_block_in_media/input.scss", {st_mode=S_IFREG|0664, st_size=41, ...}) = 0
[pid 20337] 05:21:05.217545 clock_gettime(CLOCK_REALTIME, {1420032065, 217771000}) = 0
[pid 20337] 05:21:05.217912 clock_gettime(CLOCK_REALTIME, {1420032065, 217976400}) = 0
[pid 20337] 05:21:05.218091 clock_gettime(CLOCK_REALTIME, {1420032065, 218149300}) = 0
[pid 20337] 05:21:05.218410 stat("/temp/node-sass/test/fixtures/spec/spec/extend-tests/issue_146/input.scss", <unfinished ...>
[pid 20338] 05:21:05.219367 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.219533 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.219811 <... stat resumed> {st_mode=S_IFREG|0664, st_size=123, ...}) = 0
[pid 20337] 05:21:05.220002 clock_gettime(CLOCK_REALTIME, {1420032065, 220080900}) = 0
[pid 20337] 05:21:05.220194 clock_gettime(CLOCK_REALTIME, {1420032065, 220250600}) = 0
[pid 20337] 05:21:05.220367 clock_gettime(CLOCK_REALTIME, {1420032065, 220431800}) = 0
[pid 20337] 05:21:05.220865 stat("/temp/node-sass/test/fixtures/spec/spec/extends/190_test_semi_placeholder_selector/input.scss", {st_mode=S_IFREG|0664, st_size=65, ...}) = 0
[pid 20337] 05:21:05.221107 clock_gettime(CLOCK_REALTIME, {1420032065, 221162400}) = 0
[pid 20337] 05:21:05.221280 clock_gettime(CLOCK_REALTIME, {1420032065, 221335300}) = 0
[pid 20337] 05:21:05.221433 clock_gettime(CLOCK_REALTIME, {1420032065, 221504700}) = 0
[pid 20337] 05:21:05.221845 stat("/temp/node-sass/test/fixtures/spec/spec/libsass/arg-eval/input.scss", {st_mode=S_IFREG|0664, st_size=288, ...}) = 0
[pid 20337] 05:21:05.222428 clock_gettime(CLOCK_REALTIME, {1420032065, 222522900}) = 0
[pid 20337] 05:21:05.222704 clock_gettime(CLOCK_REALTIME, {1420032065, 222801000}) = 0
[pid 20337] 05:21:05.222930 clock_gettime(CLOCK_REALTIME, {1420032065, 222993900}) = 0
[pid 20337] 05:21:05.223224 stat("/temp/node-sass/test/fixtures/spec/spec/libsass/bool/input.scss", {st_mode=S_IFREG|0664, st_size=148, ...}) = 0
[pid 20337] 05:21:05.223498 clock_gettime(CLOCK_REALTIME, {1420032065, 223559300}) = 0
[pid 20337] 05:21:05.223658 clock_gettime(CLOCK_REALTIME, {1420032065, 223738300}) = 0
[pid 20337] 05:21:05.223825 clock_gettime(CLOCK_REALTIME, {1420032065, 223909900}) = 0
[pid 20337] 05:21:05.224103 stat("/temp/node-sass/test/fixtures/spec/spec/libsass/calc/input.scss", {st_mode=S_IFREG|0664, st_size=79, ...}) = 0
[pid 20337] 05:21:05.224302 clock_gettime(CLOCK_REALTIME, {1420032065, 224369500}) = 0
[pid 20337] 05:21:05.224479 clock_gettime(CLOCK_REALTIME, {1420032065, 224545400}) = 0
[pid 20337] 05:21:05.224631 clock_gettime(CLOCK_REALTIME, {1420032065, 224702300}) = 0
[pid 20337] 05:21:05.224846 stat("/temp/node-sass/test/fixtures/spec/spec/libsass/color-names/input.scss", {st_mode=S_IFREG|0664, st_size=3918, ...}) = 0
[pid 20337] 05:21:05.225029 clock_gettime(CLOCK_REALTIME, {1420032065, 225091100}) = 0
[pid 20337] 05:21:05.225156 clock_gettime(CLOCK_REALTIME, {1420032065, 225224000}) = 0
[pid 20337] 05:21:05.225316 clock_gettime(CLOCK_REALTIME, {1420032065, 225377000}) = 0
[pid 20337] 05:21:05.225556 stat("/temp/node-sass/test/fixtures/spec/spec/libsass/css-import/input.scss", {st_mode=S_IFREG|0664, st_size=52, ...}) = 0
[pid 20337] 05:21:05.225794 clock_gettime(CLOCK_REALTIME, {1420032065, 225871200}) = 0
[pid 20337] 05:21:05.226024 clock_gettime(CLOCK_REALTIME, {1420032065, 226113900}) = 0
[pid 20337] 05:21:05.226249 clock_gettime(CLOCK_REALTIME, {1420032065, 226335100}) = 0
[pid 20338] 05:21:05.226597 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.226838 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.227257 stat("/temp/node-sass/test/fixtures/spec/spec/libsass/filter-functions/input.scss", {st_mode=S_IFREG|0664, st_size=152, ...}) = 0
[pid 20337] 05:21:05.227754 clock_gettime(CLOCK_REALTIME, {1420032065, 228918200}) = 0
[pid 20337] 05:21:05.229083 clock_gettime(CLOCK_REALTIME, {1420032065, 229144200}) = 0
[pid 20337] 05:21:05.229216 clock_gettime(CLOCK_REALTIME, {1420032065, 229257100}) = 0
[pid 20337] 05:21:05.229414 stat("/temp/node-sass/test/fixtures/spec/spec/libsass/import/input.scss", {st_mode=S_IFREG|0664, st_size=140, ...}) = 0
[pid 20337] 05:21:05.229680 clock_gettime(CLOCK_REALTIME, {1420032065, 229737700}) = 0
[pid 20337] 05:21:05.229806 clock_gettime(CLOCK_REALTIME, {1420032065, 229846500}) = 0
[pid 20337] 05:21:05.229909 clock_gettime(CLOCK_REALTIME, {1420032065, 229948800}) = 0
[pid 20337] 05:21:05.230084 stat("/temp/node-sass/test/fixtures/spec/spec/libsass/inh/input.scss", {st_mode=S_IFREG|0664, st_size=62, ...}) = 0
[pid 20337] 05:21:05.230255 clock_gettime(CLOCK_REALTIME, {1420032065, 230355500}) = 0
[pid 20337] 05:21:05.230488 clock_gettime(CLOCK_REALTIME, {1420032065, 230557100}) = 0
[pid 20337] 05:21:05.230660 clock_gettime(CLOCK_REALTIME, {1420032065, 230736700}) = 0
[pid 20337] 05:21:05.230871 stat("/temp/node-sass/test/fixtures/spec/spec/libsass/inheritance/input.scss", {st_mode=S_IFREG|0664, st_size=733, ...}) = 0
[pid 20337] 05:21:05.231109 clock_gettime(CLOCK_REALTIME, {1420032065, 231167400}) = 0
[pid 20337] 05:21:05.231235 clock_gettime(CLOCK_REALTIME, {1420032065, 231275500}) = 0
[pid 20337] 05:21:05.231358 clock_gettime(CLOCK_REALTIME, {1420032065, 231478000}) = 0
[pid 20337] 05:21:05.231636 stat("/temp/node-sass/test/fixtures/spec/spec/libsass/keyframes/input.scss", {st_mode=S_IFREG|0664, st_size=633, ...}) = 0
[pid 20337] 05:21:05.232247 clock_gettime(CLOCK_REALTIME, {1420032065, 232465900}) = 0
[pid 20337] 05:21:05.232543 clock_gettime(CLOCK_REALTIME, {1420032065, 232587000}) = 0
[pid 20337] 05:21:05.232686 clock_gettime(CLOCK_REALTIME, {1420032065, 232762300}) = 0
[pid 20337] 05:21:05.232991 stat("/temp/node-sass/test/fixtures/spec/spec/libsass/list-evaluation/input.scss", {st_mode=S_IFREG|0664, st_size=380, ...}) = 0
[pid 20337] 05:21:05.233226 clock_gettime(CLOCK_REALTIME, {1420032065, 233281300}) = 0
[pid 20337] 05:21:05.233370 clock_gettime(CLOCK_REALTIME, {1420032065, 233448300}) = 0
[pid 20337] 05:21:05.233569 clock_gettime(CLOCK_REALTIME, {1420032065, 233641800}) = 0
[pid 20337] 05:21:05.234394 stat("/temp/node-sass/test/fixtures/spec/spec/libsass/media/input.scss", <unfinished ...>
[pid 20338] 05:21:05.234831 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.235298 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.235733 <... stat resumed> {st_mode=S_IFREG|0664, st_size=1525, ...}) = 0
[pid 20337] 05:21:05.235958 clock_gettime(CLOCK_REALTIME, {1420032065, 236024100}) = 0
[pid 20337] 05:21:05.236252 clock_gettime(CLOCK_REALTIME, {1420032065, 236354200}) = 0
[pid 20337] 05:21:05.236444 clock_gettime(CLOCK_REALTIME, {1420032065, 236495300}) = 0
[pid 20337] 05:21:05.236835 stat("/temp/node-sass/test/fixtures/spec/spec/libsass/media-hoisting/input.scss", {st_mode=S_IFREG|0664, st_size=278, ...}) = 0
[pid 20337] 05:21:05.237080 clock_gettime(CLOCK_REALTIME, {1420032065, 237149600}) = 0
[pid 20337] 05:21:05.237274 clock_gettime(CLOCK_REALTIME, {1420032065, 237609000}) = 0
[pid 20337] 05:21:05.237850 clock_gettime(CLOCK_REALTIME, {1420032065, 237960300}) = 0
[pid 20337] 05:21:05.238232 stat("/temp/node-sass/test/fixtures/spec/spec/libsass/mixins-and-media-queries/input.scss", {st_mode=S_IFREG|0664, st_size=294, ...}) = 0
[pid 20337] 05:21:05.238461 clock_gettime(CLOCK_REALTIME, {1420032065, 238513200}) = 0
[pid 20337] 05:21:05.238640 clock_gettime(CLOCK_REALTIME, {1420032065, 238718600}) = 0
[pid 20337] 05:21:05.238846 clock_gettime(CLOCK_REALTIME, {1420032065, 238937900}) = 0
[pid 20337] 05:21:05.239105 stat("/temp/node-sass/test/fixtures/spec/spec/libsass/multi-blocks/input.scss", {st_mode=S_IFREG|0664, st_size=744, ...}) = 0
[pid 20337] 05:21:05.239291 clock_gettime(CLOCK_REALTIME, {1420032065, 239337100}) = 0
[pid 20337] 05:21:05.239412 clock_gettime(CLOCK_REALTIME, {1420032065, 239459400}) = 0
[pid 20337] 05:21:05.239540 clock_gettime(CLOCK_REALTIME, {1420032065, 239583500}) = 0
[pid 20337] 05:21:05.239873 stat("/temp/node-sass/test/fixtures/spec/spec/libsass/unary-ops/input.scss", {st_mode=S_IFREG|0664, st_size=159, ...}) = 0
[pid 20337] 05:21:05.240128 clock_gettime(CLOCK_REALTIME, {1420032065, 240223300}) = 0
[pid 20337] 05:21:05.240514 clock_gettime(CLOCK_REALTIME, {1420032065, 240593100}) = 0
[pid 20337] 05:21:05.240789 clock_gettime(CLOCK_REALTIME, {1420032065, 240876400}) = 0
[pid 20337] 05:21:05.241472 stat("/temp/node-sass/test/fixtures/spec/spec/libsass/units/input.scss", {st_mode=S_IFREG|0664, st_size=170, ...}) = 0
[pid 20337] 05:21:05.241790 clock_gettime(CLOCK_REALTIME, {1420032065, 241882900}) = 0
[pid 20337] 05:21:05.241973 clock_gettime(CLOCK_REALTIME, {1420032065, 242016900}) = 0
[pid 20337] 05:21:05.242146 clock_gettime(CLOCK_REALTIME, {1420032065, 242218000}) = 0
[pid 20337] 05:21:05.242472 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_113/input.scss", <unfinished ...>
[pid 20338] 05:21:05.242891 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.242984 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.243108 <... stat resumed> {st_mode=S_IFREG|0664, st_size=55, ...}) = 0
[pid 20337] 05:21:05.243244 clock_gettime(CLOCK_REALTIME, {1420032065, 243307000}) = 0
[pid 20337] 05:21:05.243408 clock_gettime(CLOCK_REALTIME, {1420032065, 243474100}) = 0
[pid 20337] 05:21:05.243552 clock_gettime(CLOCK_REALTIME, {1420032065, 243592600}) = 0
[pid 20337] 05:21:05.243822 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_137/input.scss", {st_mode=S_IFREG|0664, st_size=88, ...}) = 0
[pid 20337] 05:21:05.244065 clock_gettime(CLOCK_REALTIME, {1420032065, 244151300}) = 0
[pid 20337] 05:21:05.244233 clock_gettime(CLOCK_REALTIME, {1420032065, 244290300}) = 0
[pid 20337] 05:21:05.244364 clock_gettime(CLOCK_REALTIME, {1420032065, 244410100}) = 0
[pid 20337] 05:21:05.244531 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_151/input.scss", {st_mode=S_IFREG|0664, st_size=441, ...}) = 0
[pid 20337] 05:21:05.244779 clock_gettime(CLOCK_REALTIME, {1420032065, 244833500}) = 0
[pid 20337] 05:21:05.245012 clock_gettime(CLOCK_REALTIME, {1420032065, 245085500}) = 0
[pid 20337] 05:21:05.245204 clock_gettime(CLOCK_REALTIME, {1420032065, 245265800}) = 0
[pid 20337] 05:21:05.245469 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_152/input.scss", {st_mode=S_IFREG|0664, st_size=233, ...}) = 0
[pid 20337] 05:21:05.245758 clock_gettime(CLOCK_REALTIME, {1420032065, 245856900}) = 0
[pid 20337] 05:21:05.245988 clock_gettime(CLOCK_REALTIME, {1420032065, 246063100}) = 0
[pid 20337] 05:21:05.246192 clock_gettime(CLOCK_REALTIME, {1420032065, 246265300}) = 0
[pid 20337] 05:21:05.246464 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_224/input.scss", {st_mode=S_IFREG|0664, st_size=179, ...}) = 0
[pid 20337] 05:21:05.246754 clock_gettime(CLOCK_REALTIME, {1420032065, 246811200}) = 0
[pid 20337] 05:21:05.246903 clock_gettime(CLOCK_REALTIME, {1420032065, 246951800}) = 0
[pid 20337] 05:21:05.247040 clock_gettime(CLOCK_REALTIME, {1420032065, 247093200}) = 0
[pid 20337] 05:21:05.247246 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_261/input.scss", {st_mode=S_IFREG|0664, st_size=251, ...}) = 0
[pid 20337] 05:21:05.247439 clock_gettime(CLOCK_REALTIME, {1420032065, 247492400}) = 0
[pid 20337] 05:21:05.247578 clock_gettime(CLOCK_REALTIME, {1420032065, 247630200}) = 0
[pid 20337] 05:21:05.247730 clock_gettime(CLOCK_REALTIME, {1420032065, 247788500}) = 0
[pid 20337] 05:21:05.247947 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_279/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.248137 clock_gettime(CLOCK_REALTIME, {1420032065, 248184500}) = 0
[pid 20337] 05:21:05.248264 clock_gettime(CLOCK_REALTIME, {1420032065, 248316200}) = 0
[pid 20337] 05:21:05.248381 clock_gettime(CLOCK_REALTIME, {1420032065, 248436800}) = 0
[pid 20337] 05:21:05.248574 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_308/input.scss", {st_mode=S_IFREG|0664, st_size=72, ...}) = 0
[pid 20337] 05:21:05.248752 clock_gettime(CLOCK_REALTIME, {1420032065, 248804500}) = 0
[pid 20337] 05:21:05.248914 clock_gettime(CLOCK_REALTIME, {1420032065, 248980400}) = 0
[pid 20337] 05:21:05.249085 clock_gettime(CLOCK_REALTIME, {1420032065, 249153300}) = 0
[pid 20337] 05:21:05.249370 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_338/input.scss", {st_mode=S_IFREG|0664, st_size=97, ...}) = 0
[pid 20337] 05:21:05.249648 clock_gettime(CLOCK_REALTIME, {1420032065, 249761900}) = 0
[pid 20337] 05:21:05.249869 clock_gettime(CLOCK_REALTIME, {1420032065, 249945300}) = 0
[pid 20337] 05:21:05.250053 clock_gettime(CLOCK_REALTIME, {1420032065, 250153500}) = 0
[pid 20337] 05:21:05.250395 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_344/input.scss", {st_mode=S_IFREG|0664, st_size=115, ...}) = 0
[pid 20338] 05:21:05.250699 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.250865 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.251068 clock_gettime(CLOCK_REALTIME, {1420032065, 251122100}) = 0
[pid 20337] 05:21:05.252087 clock_gettime(CLOCK_REALTIME, {1420032065, 252173000}) = 0
[pid 20337] 05:21:05.252259 clock_gettime(CLOCK_REALTIME, {1420032065, 252301200}) = 0
[pid 20337] 05:21:05.252578 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_349/input.scss", {st_mode=S_IFREG|0664, st_size=26, ...}) = 0
[pid 20337] 05:21:05.253416 clock_gettime(CLOCK_REALTIME, {1420032065, 253510900}) = 0
[pid 20337] 05:21:05.253605 clock_gettime(CLOCK_REALTIME, {1420032065, 253667100}) = 0
[pid 20337] 05:21:05.253955 clock_gettime(CLOCK_REALTIME, {1420032065, 254110900}) = 0
[pid 20337] 05:21:05.254368 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_368/input.scss", {st_mode=S_IFREG|0664, st_size=215, ...}) = 0
[pid 20337] 05:21:05.254661 clock_gettime(CLOCK_REALTIME, {1420032065, 256834600}) = 0
[pid 20337] 05:21:05.257008 clock_gettime(CLOCK_REALTIME, {1420032065, 257078500}) = 0
[pid 20337] 05:21:05.257165 clock_gettime(CLOCK_REALTIME, {1420032065, 257232000}) = 0
[pid 20337] 05:21:05.257513 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_394/input.scss", {st_mode=S_IFREG|0664, st_size=252, ...}) = 0
[pid 20337] 05:21:05.257834 clock_gettime(CLOCK_REALTIME, {1420032065, 257878400}) = 0
[pid 20337] 05:21:05.257950 clock_gettime(CLOCK_REALTIME, {1420032065, 258060000}) = 0
[pid 20337] 05:21:05.258347 clock_gettime(CLOCK_REALTIME, {1420032065, 258459800}) = 0
[pid 20338] 05:21:05.258885 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.259158 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.259358 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_439/input.scss", {st_mode=S_IFREG|0664, st_size=197, ...}) = 0
[pid 20337] 05:21:05.259579 clock_gettime(CLOCK_REALTIME, {1420032065, 259624200}) = 0
[pid 20337] 05:21:05.259771 clock_gettime(CLOCK_REALTIME, {1420032065, 259881400}) = 0
[pid 20337] 05:21:05.260013 clock_gettime(CLOCK_REALTIME, {1420032065, 260110400}) = 0
[pid 20337] 05:21:05.260395 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_453/input.scss", {st_mode=S_IFREG|0664, st_size=41, ...}) = 0
[pid 20337] 05:21:05.260586 clock_gettime(CLOCK_REALTIME, {1420032065, 260634200}) = 0
[pid 20337] 05:21:05.260744 clock_gettime(CLOCK_REALTIME, {1420032065, 260797700}) = 0
[pid 20337] 05:21:05.260888 clock_gettime(CLOCK_REALTIME, {1420032065, 260934400}) = 0
[pid 20337] 05:21:05.261086 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_456/input.scss", {st_mode=S_IFREG|0664, st_size=41, ...}) = 0
[pid 20337] 05:21:05.261284 clock_gettime(CLOCK_REALTIME, {1420032065, 261339800}) = 0
[pid 20337] 05:21:05.261479 clock_gettime(CLOCK_REALTIME, {1420032065, 261521300}) = 0
[pid 20337] 05:21:05.261713 clock_gettime(CLOCK_REALTIME, {1420032065, 261758600}) = 0
[pid 20337] 05:21:05.262029 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_478/input.scss", {st_mode=S_IFREG|0664, st_size=42, ...}) = 0
[pid 20337] 05:21:05.262224 clock_gettime(CLOCK_REALTIME, {1420032065, 262279000}) = 0
[pid 20337] 05:21:05.262348 clock_gettime(CLOCK_REALTIME, {1420032065, 262406100}) = 0
[pid 20337] 05:21:05.262484 clock_gettime(CLOCK_REALTIME, {1420032065, 262563300}) = 0
[pid 20337] 05:21:05.262978 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_487/input.scss", {st_mode=S_IFREG|0664, st_size=273, ...}) = 0
[pid 20337] 05:21:05.263274 clock_gettime(CLOCK_REALTIME, {1420032065, 263321700}) = 0
[pid 20337] 05:21:05.263450 clock_gettime(CLOCK_REALTIME, {1420032065, 263523500}) = 0
[pid 20337] 05:21:05.263851 clock_gettime(CLOCK_REALTIME, {1420032065, 263988000}) = 0
[pid 20337] 05:21:05.264418 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_492/input.scss", {st_mode=S_IFREG|0664, st_size=224, ...}) = 0
[pid 20337] 05:21:05.265867 clock_gettime(CLOCK_REALTIME, {1420032065, 265939100}) = 0
[pid 20337] 05:21:05.266042 clock_gettime(CLOCK_REALTIME, {1420032065, 266092400}) = 0
[pid 20337] 05:21:05.266160 clock_gettime(CLOCK_REALTIME, {1420032065, 266199800}) = 0
[pid 20337] 05:21:05.266459 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_495/input.scss", <unfinished ...>
[pid 20338] 05:21:05.266667 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.266774 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.266890 <... stat resumed> {st_mode=S_IFREG|0664, st_size=100, ...}) = 0
[pid 20337] 05:21:05.267017 clock_gettime(CLOCK_REALTIME, {1420032065, 267066700}) = 0
[pid 20337] 05:21:05.267152 clock_gettime(CLOCK_REALTIME, {1420032065, 267192900}) = 0
[pid 20337] 05:21:05.267282 clock_gettime(CLOCK_REALTIME, {1420032065, 267327900}) = 0
[pid 20337] 05:21:05.267512 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_506/input.scss", {st_mode=S_IFREG|0664, st_size=195, ...}) = 0
[pid 20337] 05:21:05.269134 clock_gettime(CLOCK_REALTIME, {1420032065, 269254500}) = 0
[pid 20337] 05:21:05.269337 clock_gettime(CLOCK_REALTIME, {1420032065, 269394400}) = 0
[pid 20337] 05:21:05.269499 clock_gettime(CLOCK_REALTIME, {1420032065, 269547200}) = 0
[pid 20337] 05:21:05.269902 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_509/input.scss", {st_mode=S_IFREG|0664, st_size=623, ...}) = 0
[pid 20337] 05:21:05.270227 clock_gettime(CLOCK_REALTIME, {1420032065, 270322100}) = 0
[pid 20337] 05:21:05.270455 clock_gettime(CLOCK_REALTIME, {1420032065, 270509600}) = 0
[pid 20337] 05:21:05.270641 clock_gettime(CLOCK_REALTIME, {1420032065, 270759800}) = 0
[pid 20337] 05:21:05.270987 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_510/input.scss", {st_mode=S_IFREG|0664, st_size=127, ...}) = 0
[pid 20337] 05:21:05.271358 clock_gettime(CLOCK_REALTIME, {1420032065, 271547700}) = 0
[pid 20337] 05:21:05.274154 clock_gettime(CLOCK_REALTIME, {1420032065, 274343600}) = 0
[pid 20337] 05:21:05.274429 clock_gettime(CLOCK_REALTIME, {1420032065, 274470800}) = 0
[pid 20338] 05:21:05.274777 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.274899 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.276056 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_512/input.scss", {st_mode=S_IFREG|0664, st_size=113, ...}) = 0
[pid 20337] 05:21:05.276370 clock_gettime(CLOCK_REALTIME, {1420032065, 276381000}) = 0
[pid 20337] 05:21:05.276492 clock_gettime(CLOCK_REALTIME, {1420032065, 276501400}) = 0
[pid 20337] 05:21:05.276596 clock_gettime(CLOCK_REALTIME, {1420032065, 276606300}) = 0
[pid 20337] 05:21:05.276824 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_534/input.scss", {st_mode=S_IFREG|0664, st_size=161, ...}) = 0
[pid 20337] 05:21:05.276995 clock_gettime(CLOCK_REALTIME, {1420032065, 277004900}) = 0
[pid 20337] 05:21:05.277117 clock_gettime(CLOCK_REALTIME, {1420032065, 277125700}) = 0
[pid 20337] 05:21:05.277221 clock_gettime(CLOCK_REALTIME, {1420032065, 277231200}) = 0
[pid 20337] 05:21:05.277404 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_549/input.scss", {st_mode=S_IFREG|0664, st_size=56, ...}) = 0
[pid 20337] 05:21:05.277536 clock_gettime(CLOCK_REALTIME, {1420032065, 277546400}) = 0
[pid 20337] 05:21:05.277654 clock_gettime(CLOCK_REALTIME, {1420032065, 277663500}) = 0
[pid 20337] 05:21:05.277782 clock_gettime(CLOCK_REALTIME, {1420032065, 277791000}) = 0
[pid 20337] 05:21:05.277931 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_550/input.scss", 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:05.278142 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_552/input.scss", {st_mode=S_IFREG|0664, st_size=71, ...}) = 0
[pid 20337] 05:21:05.278304 clock_gettime(CLOCK_REALTIME, {1420032065, 278314400}) = 0
[pid 20337] 05:21:05.278407 clock_gettime(CLOCK_REALTIME, {1420032065, 278417200}) = 0
[pid 20337] 05:21:05.278525 clock_gettime(CLOCK_REALTIME, {1420032065, 278554300}) = 0
[pid 20337] 05:21:05.278719 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_553/input.scss", {st_mode=S_IFREG|0664, st_size=179, ...}) = 0
[pid 20337] 05:21:05.278848 clock_gettime(CLOCK_REALTIME, {1420032065, 278856900}) = 0
[pid 20337] 05:21:05.278962 clock_gettime(CLOCK_REALTIME, {1420032065, 278971400}) = 0
[pid 20337] 05:21:05.279061 clock_gettime(CLOCK_REALTIME, {1420032065, 279069400}) = 0
[pid 20337] 05:21:05.279463 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_555/input.scss", {st_mode=S_IFREG|0664, st_size=258, ...}) = 0
[pid 20337] 05:21:05.279730 clock_gettime(CLOCK_REALTIME, {1420032065, 279781100}) = 0
[pid 20337] 05:21:05.280008 clock_gettime(CLOCK_REALTIME, {1420032065, 280062800}) = 0
[pid 20337] 05:21:05.280272 clock_gettime(CLOCK_REALTIME, {1420032065, 280538600}) = 0
[pid 20337] 05:21:05.280990 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_556/input.scss", {st_mode=S_IFREG|0664, st_size=105, ...}) = 0
[pid 20337] 05:21:05.281178 clock_gettime(CLOCK_REALTIME, {1420032065, 281545000}) = 0
[pid 20337] 05:21:05.281729 clock_gettime(CLOCK_REALTIME, {1420032065, 281940200}) = 0
[pid 20337] 05:21:05.282075 clock_gettime(CLOCK_REALTIME, {1420032065, 282317100}) = 0
[pid 20338] 05:21:05.282707 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.282940 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.283038 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_557/input.scss", {st_mode=S_IFREG|0664, st_size=48, ...}) = 0
[pid 20337] 05:21:05.283419 clock_gettime(CLOCK_REALTIME, {1420032065, 283567100}) = 0
[pid 20337] 05:21:05.283841 clock_gettime(CLOCK_REALTIME, {1420032065, 283904700}) = 0
[pid 20337] 05:21:05.284097 clock_gettime(CLOCK_REALTIME, {1420032065, 284150200}) = 0
[pid 20337] 05:21:05.286914 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_574/input.scss", {st_mode=S_IFREG|0664, st_size=115, ...}) = 0
[pid 20337] 05:21:05.287408 clock_gettime(CLOCK_REALTIME, {1420032065, 287758400}) = 0
[pid 20337] 05:21:05.288044 clock_gettime(CLOCK_REALTIME, {1420032065, 288120400}) = 0
[pid 20337] 05:21:05.288411 clock_gettime(CLOCK_REALTIME, {1420032065, 288494500}) = 0
[pid 20337] 05:21:05.288937 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_575/input.scss", {st_mode=S_IFREG|0664, st_size=61, ...}) = 0
[pid 20337] 05:21:05.289393 clock_gettime(CLOCK_REALTIME, {1420032065, 289590200}) = 0
[pid 20337] 05:21:05.290178 clock_gettime(CLOCK_REALTIME, {1420032065, 290475100}) = 0
[pid 20338] 05:21:05.291846 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.292043 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.292323 clock_gettime(CLOCK_REALTIME, {1420032065, 292367600}) = 0
[pid 20337] 05:21:05.292623 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_577/input.scss", {st_mode=S_IFREG|0664, st_size=197, ...}) = 0
[pid 20337] 05:21:05.293035 clock_gettime(CLOCK_REALTIME, {1420032065, 293236100}) = 0
[pid 20337] 05:21:05.293522 clock_gettime(CLOCK_REALTIME, {1420032065, 293630000}) = 0
[pid 20337] 05:21:05.294049 clock_gettime(CLOCK_REALTIME, {1420032065, 294189100}) = 0
[pid 20337] 05:21:05.294697 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_578/input.scss", {st_mode=S_IFREG|0664, st_size=151, ...}) = 0
[pid 20337] 05:21:05.294998 clock_gettime(CLOCK_REALTIME, {1420032065, 295272600}) = 0
[pid 20337] 05:21:05.295470 clock_gettime(CLOCK_REALTIME, {1420032065, 295642300}) = 0
[pid 20337] 05:21:05.295939 clock_gettime(CLOCK_REALTIME, {1420032065, 296077100}) = 0
[pid 20337] 05:21:05.296358 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_579/input.scss", {st_mode=S_IFREG|0664, st_size=143, ...}) = 0
[pid 20337] 05:21:05.296778 clock_gettime(CLOCK_REALTIME, {1420032065, 296881700}) = 0
[pid 20337] 05:21:05.297107 clock_gettime(CLOCK_REALTIME, {1420032065, 297165500}) = 0
[pid 20337] 05:21:05.297318 clock_gettime(CLOCK_REALTIME, {1420032065, 297487500}) = 0
[pid 20337] 05:21:05.297829 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_595/input.scss", {st_mode=S_IFREG|0664, st_size=23, ...}) = 0
[pid 20337] 05:21:05.298128 clock_gettime(CLOCK_REALTIME, {1420032065, 298234300}) = 0
[pid 20337] 05:21:05.298509 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.299040 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.299120 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.299651 <... clock_gettime resumed> {1420032065, 298594600}) = 0
[pid 20337] 05:21:05.299938 clock_gettime(CLOCK_REALTIME, {1420032065, 299984500}) = 0
[pid 20337] 05:21:05.300182 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_602/input.scss", {st_mode=S_IFREG|0664, st_size=143, ...}) = 0
[pid 20337] 05:21:05.300420 clock_gettime(CLOCK_REALTIME, {1420032065, 300520500}) = 0
[pid 20337] 05:21:05.300606 clock_gettime(CLOCK_REALTIME, {1420032065, 300671600}) = 0
[pid 20337] 05:21:05.300745 clock_gettime(CLOCK_REALTIME, {1420032065, 300802200}) = 0
[pid 20337] 05:21:05.301183 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_610/input.scss", {st_mode=S_IFREG|0664, st_size=570, ...}) = 0
[pid 20337] 05:21:05.301447 clock_gettime(CLOCK_REALTIME, {1420032065, 301502800}) = 0
[pid 20337] 05:21:05.301632 clock_gettime(CLOCK_REALTIME, {1420032065, 301706800}) = 0
[pid 20337] 05:21:05.301816 clock_gettime(CLOCK_REALTIME, {1420032065, 301867300}) = 0
[pid 20337] 05:21:05.302141 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_617/input.scss", {st_mode=S_IFREG|0664, st_size=90, ...}) = 0
[pid 20337] 05:21:05.302370 clock_gettime(CLOCK_REALTIME, {1420032065, 302447300}) = 0
[pid 20337] 05:21:05.302596 clock_gettime(CLOCK_REALTIME, {1420032065, 302662400}) = 0
[pid 20337] 05:21:05.302785 clock_gettime(CLOCK_REALTIME, {1420032065, 302849500}) = 0
[pid 20337] 05:21:05.303053 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_622/input.scss", {st_mode=S_IFREG|0664, st_size=116, ...}) = 0
[pid 20337] 05:21:05.303289 clock_gettime(CLOCK_REALTIME, {1420032065, 303344500}) = 0
[pid 20337] 05:21:05.303442 clock_gettime(CLOCK_REALTIME, {1420032065, 303515800}) = 0
[pid 20337] 05:21:05.303636 clock_gettime(CLOCK_REALTIME, {1420032065, 303723500}) = 0
[pid 20337] 05:21:05.304465 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_623/input.scss", {st_mode=S_IFREG|0664, st_size=74, ...}) = 0
[pid 20337] 05:21:05.305410 clock_gettime(CLOCK_REALTIME, {1420032065, 305609800}) = 0
[pid 20337] 05:21:05.306009 clock_gettime(CLOCK_REALTIME, {1420032065, 306137300}) = 0
[pid 20337] 05:21:05.306328 clock_gettime(CLOCK_REALTIME, {1420032065, 306434900}) = 0
[pid 20338] 05:21:05.306916 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.307041 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.307197 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_636/input.scss", {st_mode=S_IFREG|0664, st_size=577, ...}) = 0
[pid 20337] 05:21:05.307386 clock_gettime(CLOCK_REALTIME, {1420032065, 307439600}) = 0
[pid 20337] 05:21:05.307529 clock_gettime(CLOCK_REALTIME, {1420032065, 307574000}) = 0
[pid 20337] 05:21:05.307659 clock_gettime(CLOCK_REALTIME, {1420032065, 307722400}) = 0
[pid 20337] 05:21:05.307869 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_641/input.scss", {st_mode=S_IFREG|0664, st_size=28, ...}) = 0
[pid 20337] 05:21:05.308014 clock_gettime(CLOCK_REALTIME, {1420032065, 308071400}) = 0
[pid 20337] 05:21:05.308147 clock_gettime(CLOCK_REALTIME, {1420032065, 308219100}) = 0
[pid 20337] 05:21:05.308332 clock_gettime(CLOCK_REALTIME, {1420032065, 308389700}) = 0
[pid 20337] 05:21:05.308559 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_643/input.scss", {st_mode=S_IFREG|0664, st_size=56, ...}) = 0
[pid 20337] 05:21:05.308771 clock_gettime(CLOCK_REALTIME, {1420032065, 308830500}) = 0
[pid 20337] 05:21:05.308946 clock_gettime(CLOCK_REALTIME, {1420032065, 309015400}) = 0
[pid 20337] 05:21:05.309108 clock_gettime(CLOCK_REALTIME, {1420032065, 309155300}) = 0
[pid 20337] 05:21:05.309289 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_652/input.scss", {st_mode=S_IFREG|0664, st_size=198, ...}) = 0
[pid 20337] 05:21:05.309468 clock_gettime(CLOCK_REALTIME, {1420032065, 309512300}) = 0
[pid 20337] 05:21:05.309609 clock_gettime(CLOCK_REALTIME, {1420032065, 309665700}) = 0
[pid 20337] 05:21:05.309808 clock_gettime(CLOCK_REALTIME, {1420032065, 309897000}) = 0
[pid 20337] 05:21:05.310117 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_657/input.scss", 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:05.310454 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_660/input.scss", {st_mode=S_IFREG|0664, st_size=121, ...}) = 0
[pid 20337] 05:21:05.310748 clock_gettime(CLOCK_REALTIME, {1420032065, 310816500}) = 0
[pid 20337] 05:21:05.310953 clock_gettime(CLOCK_REALTIME, {1420032065, 311036500}) = 0
[pid 20337] 05:21:05.311138 clock_gettime(CLOCK_REALTIME, {1420032065, 311238600}) = 0
[pid 20337] 05:21:05.311451 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_666/input.scss", 0x7fff384d5d28) = -1 ENOENT (No such file or directory)
[pid 20337] 05:21:05.311815 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_672/input.scss", {st_mode=S_IFREG|0664, st_size=300, ...}) = 0
[pid 20337] 05:21:05.312084 clock_gettime(CLOCK_REALTIME, {1420032065, 312171200}) = 0
[pid 20337] 05:21:05.312325 clock_gettime(CLOCK_REALTIME, {1420032065, 312400400}) = 0
[pid 20337] 05:21:05.312532 clock_gettime(CLOCK_REALTIME, {1420032065, 312609700}) = 0
[pid 20337] 05:21:05.312847 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_683/input.scss", {st_mode=S_IFREG|0664, st_size=124, ...}) = 0
[pid 20337] 05:21:05.313080 clock_gettime(CLOCK_REALTIME, {1420032065, 313185100}) = 0
[pid 20337] 05:21:05.313342 clock_gettime(CLOCK_REALTIME, {1420032065, 313428200}) = 0
[pid 20337] 05:21:05.313557 clock_gettime(CLOCK_REALTIME, {1420032065, 313645000}) = 0
[pid 20337] 05:21:05.313792 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_699/input.scss", {st_mode=S_IFREG|0664, st_size=45, ...}) = 0
[pid 20337] 05:21:05.314066 clock_gettime(CLOCK_REALTIME, {1420032065, 314131800}) = 0
[pid 20337] 05:21:05.314210 clock_gettime(CLOCK_REALTIME, {1420032065, 314267300}) = 0
[pid 20337] 05:21:05.314345 clock_gettime(CLOCK_REALTIME, {1420032065, 314400500}) = 0
[pid 20338] 05:21:05.314576 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.314661 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.314797 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_700/input.scss", {st_mode=S_IFREG|0664, st_size=43, ...}) = 0
[pid 20337] 05:21:05.315009 clock_gettime(CLOCK_REALTIME, {1420032065, 315080900}) = 0
[pid 20337] 05:21:05.315239 clock_gettime(CLOCK_REALTIME, {1420032065, 315330100}) = 0
[pid 20337] 05:21:05.315455 clock_gettime(CLOCK_REALTIME, {1420032065, 315544700}) = 0
[pid 20337] 05:21:05.315887 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_701/input.scss", {st_mode=S_IFREG|0664, st_size=315, ...}) = 0
[pid 20337] 05:21:05.316156 clock_gettime(CLOCK_REALTIME, {1420032065, 316219500}) = 0
[pid 20337] 05:21:05.316351 clock_gettime(CLOCK_REALTIME, {1420032065, 316587500}) = 0
[pid 20337] 05:21:05.316717 clock_gettime(CLOCK_REALTIME, {1420032065, 316785700}) = 0
[pid 20337] 05:21:05.317009 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_702/input.scss", {st_mode=S_IFREG|0664, st_size=89, ...}) = 0
[pid 20337] 05:21:05.317275 clock_gettime(CLOCK_REALTIME, {1420032065, 317347300}) = 0
[pid 20337] 05:21:05.317491 clock_gettime(CLOCK_REALTIME, {1420032065, 317800900}) = 0
[pid 20337] 05:21:05.318083 clock_gettime(CLOCK_REALTIME, {1420032065, 318134000}) = 0
[pid 20337] 05:21:05.318333 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_703/input.scss", {st_mode=S_IFREG|0664, st_size=241, ...}) = 0
[pid 20337] 05:21:05.318513 clock_gettime(CLOCK_REALTIME, {1420032065, 319145600}) = 0
[pid 20337] 05:21:05.319375 clock_gettime(CLOCK_REALTIME, {1420032065, 319436600}) = 0
[pid 20337] 05:21:05.319509 clock_gettime(CLOCK_REALTIME, {1420032065, 319548700}) = 0
[pid 20337] 05:21:05.320265 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_708/input.scss", {st_mode=S_IFREG|0664, st_size=280, ...}) = 0
[pid 20337] 05:21:05.320598 clock_gettime(CLOCK_REALTIME, {1420032065, 320709200}) = 0
[pid 20337] 05:21:05.320847 clock_gettime(CLOCK_REALTIME, {1420032065, 320917500}) = 0
[pid 20337] 05:21:05.321040 clock_gettime(CLOCK_REALTIME, {1420032065, 321144700}) = 0
[pid 20337] 05:21:05.321382 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_736/input.scss", {st_mode=S_IFREG|0664, st_size=379, ...}) = 0
[pid 20337] 05:21:05.321637 clock_gettime(CLOCK_REALTIME, {1420032065, 321762300}) = 0
[pid 20337] 05:21:05.322016 clock_gettime(CLOCK_REALTIME, {1420032065, 322067100}) = 0
[pid 20337] 05:21:05.322165 clock_gettime(CLOCK_REALTIME, {1420032065, 322218200}) = 0
[pid 20337] 05:21:05.322403 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_738/input.scss", {st_mode=S_IFREG|0664, st_size=60, ...}) = 0
[pid 20338] 05:21:05.322715 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.322920 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.323034 clock_gettime(CLOCK_REALTIME, {1420032065, 323072700}) = 0
[pid 20337] 05:21:05.323190 clock_gettime(CLOCK_REALTIME, {1420032065, 323278300}) = 0
[pid 20337] 05:21:05.323401 clock_gettime(CLOCK_REALTIME, {1420032065, 323451300}) = 0
[pid 20337] 05:21:05.323640 stat("/temp/node-sass/test/fixtures/spec/spec/libsass-closed-issues/issue_748/input.scss", {st_mode=S_IFREG|0664, st_size=637, ...}) = 0
[pid 20337] 05:21:05.324046 clock_gettime(CLOCK_REALTIME, {1420032065, 324099600}) = 0
[pid 20337] 05:21:05.324168 clock_gettime(CLOCK_REALTIME, {1420032065, 324237700}) = 0
[pid 20337] 05:21:05.324313 clock_gettime(CLOCK_REALTIME, {1420032065, 324374500}) = 0
[pid 20337] 05:21:05.324567 stat("/temp/node-sass/test/fixtures/spec/spec/maps/map-get/input.scss", {st_mode=S_IFREG|0664, st_size=150, ...}) = 0
[pid 20337] 05:21:05.324814 clock_gettime(CLOCK_REALTIME, {1420032065, 324889300}) = 0
[pid 20337] 05:21:05.324991 clock_gettime(CLOCK_REALTIME, {1420032065, 325074400}) = 0
[pid 20337] 05:21:05.325216 clock_gettime(CLOCK_REALTIME, {1420032065, 325275300}) = 0
[pid 20337] 05:21:05.325542 stat("/temp/node-sass/test/fixtures/spec/spec/maps/map-has-key/input.scss", {st_mode=S_IFREG|0664, st_size=123, ...}) = 0
[pid 20337] 05:21:05.325807 clock_gettime(CLOCK_REALTIME, {1420032065, 325867100}) = 0
[pid 20337] 05:21:05.325973 clock_gettime(CLOCK_REALTIME, {1420032065, 326026800}) = 0
[pid 20337] 05:21:05.326116 clock_gettime(CLOCK_REALTIME, {1420032065, 326161100}) = 0
[pid 20337] 05:21:05.326303 stat("/temp/node-sass/test/fixtures/spec/spec/maps/map-keys/input.scss", {st_mode=S_IFREG|0664, st_size=43, ...}) = 0
[pid 20337] 05:21:05.326483 clock_gettime(CLOCK_REALTIME, {1420032065, 326561200}) = 0
[pid 20337] 05:21:05.326652 clock_gettime(CLOCK_REALTIME, {1420032065, 326764100}) = 0
[pid 20337] 05:21:05.326906 clock_gettime(CLOCK_REALTIME, {1420032065, 327006100}) = 0
[pid 20337] 05:21:05.327240 stat("/temp/node-sass/test/fixtures/spec/spec/maps/map-merge/input.scss", {st_mode=S_IFREG|0664, st_size=446, ...}) = 0
[pid 20337] 05:21:05.327513 clock_gettime(CLOCK_REALTIME, {1420032065, 327588400}) = 0
[pid 20337] 05:21:05.327717 clock_gettime(CLOCK_REALTIME, {1420032065, 327767000}) = 0
[pid 20337] 05:21:05.327840 clock_gettime(CLOCK_REALTIME, {1420032065, 327900900}) = 0
[pid 20337] 05:21:05.328072 stat("/temp/node-sass/test/fixtures/spec/spec/maps/map-remove/input.scss", {st_mode=S_IFREG|0664, st_size=113, ...}) = 0
[pid 20337] 05:21:05.328232 clock_gettime(CLOCK_REALTIME, {1420032065, 328293000}) = 0
[pid 20337] 05:21:05.328366 clock_gettime(CLOCK_REALTIME, {1420032065, 328410900}) = 0
[pid 20337] 05:21:05.328476 clock_gettime(CLOCK_REALTIME, {1420032065, 328515300}) = 0
[pid 20337] 05:21:05.328685 stat("/temp/node-sass/test/fixtures/spec/spec/maps/map-values/input.scss", {st_mode=S_IFREG|0664, st_size=90, ...}) = 0
[pid 20337] 05:21:05.328883 clock_gettime(CLOCK_REALTIME, {1420032065, 328935500}) = 0
[pid 20337] 05:21:05.329016 clock_gettime(CLOCK_REALTIME, {1420032065, 329058400}) = 0
[pid 20337] 05:21:05.329135 clock_gettime(CLOCK_REALTIME, {1420032065, 329173800}) = 0
[pid 20337] 05:21:05.329357 stat("/temp/node-sass/test/fixtures/spec/spec/misc/JMA-pseudo-test/input.scss", {st_mode=S_IFREG|0664, st_size=140, ...}) = 0
[pid 20337] 05:21:05.329516 clock_gettime(CLOCK_REALTIME, {1420032065, 329590800}) = 0
[pid 20337] 05:21:05.329682 clock_gettime(CLOCK_REALTIME, {1420032065, 329744900}) = 0
[pid 20337] 05:21:05.329818 clock_gettime(CLOCK_REALTIME, {1420032065, 329872300}) = 0
[pid 20337] 05:21:05.329990 stat("/temp/node-sass/test/fixtures/spec/spec/misc/directive_interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=37, ...}) = 0
[pid 20337] 05:21:05.330169 clock_gettime(CLOCK_REALTIME, {1420032065, 330227300}) = 0
[pid 20337] 05:21:05.330302 clock_gettime(CLOCK_REALTIME, {1420032065, 330361900}) = 0
[pid 20337] 05:21:05.330434 clock_gettime(CLOCK_REALTIME, {1420032065, 330479000}) = 0
[pid 20338] 05:21:05.330722 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.330847 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.331029 stat("/temp/node-sass/test/fixtures/spec/spec/misc/empty_content/input.scss", {st_mode=S_IFREG|0664, st_size=52, ...}) = 0
[pid 20337] 05:21:05.331312 clock_gettime(CLOCK_REALTIME, {1420032065, 331392200}) = 0
[pid 20337] 05:21:05.331533 clock_gettime(CLOCK_REALTIME, {1420032065, 331620300}) = 0
[pid 20337] 05:21:05.331771 clock_gettime(CLOCK_REALTIME, {1420032065, 331852700}) = 0
[pid 20337] 05:21:05.332085 stat("/temp/node-sass/test/fixtures/spec/spec/misc/import_with_interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=98, ...}) = 0
[pid 20337] 05:21:05.332322 clock_gettime(CLOCK_REALTIME, {1420032065, 332387100}) = 0
[pid 20337] 05:21:05.332557 clock_gettime(CLOCK_REALTIME, {1420032065, 332631800}) = 0
[pid 20337] 05:21:05.332771 clock_gettime(CLOCK_REALTIME, {1420032065, 332853200}) = 0
[pid 20337] 05:21:05.333084 stat("/temp/node-sass/test/fixtures/spec/spec/misc/lang-bug/input.scss", {st_mode=S_IFREG|0664, st_size=30, ...}) = 0
[pid 20337] 05:21:05.333347 clock_gettime(CLOCK_REALTIME, {1420032065, 333422700}) = 0
[pid 20337] 05:21:05.333577 clock_gettime(CLOCK_REALTIME, {1420032065, 333648300}) = 0
[pid 20337] 05:21:05.333848 clock_gettime(CLOCK_REALTIME, {1420032065, 333898700}) = 0
[pid 20337] 05:21:05.334051 stat("/temp/node-sass/test/fixtures/spec/spec/misc/media_interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=35, ...}) = 0
[pid 20337] 05:21:05.334304 clock_gettime(CLOCK_REALTIME, {1420032065, 334620600}) = 0
[pid 20337] 05:21:05.335006 clock_gettime(CLOCK_REALTIME, {1420032065, 335154400}) = 0
[pid 20337] 05:21:05.335328 clock_gettime(CLOCK_REALTIME, {1420032065, 335419400}) = 0
[pid 20337] 05:21:05.336152 stat("/temp/node-sass/test/fixtures/spec/spec/misc/mixin_content/input.scss", {st_mode=S_IFREG|0664, st_size=239, ...}) = 0
[pid 20337] 05:21:05.336378 clock_gettime(CLOCK_REALTIME, {1420032065, 337112700}) = 0
[pid 20337] 05:21:05.337393 clock_gettime(CLOCK_REALTIME, {1420032065, 337471100}) = 0
[pid 20337] 05:21:05.337600 clock_gettime(CLOCK_REALTIME, {1420032065, 337712900}) = 0
[pid 20337] 05:21:05.338090 stat("/temp/node-sass/test/fixtures/spec/spec/misc/namespace_properties_with_script_value/input.scss", {st_mode=S_IFREG|0664, st_size=58, ...}) = 0
[pid 20337] 05:21:05.338334 clock_gettime(CLOCK_REALTIME, {1420032065, 338457500}) = 0
[pid 20338] 05:21:05.338742 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.339042 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.339778 clock_gettime(CLOCK_REALTIME, {1420032065, 339826200}) = 0
[pid 20337] 05:21:05.339921 clock_gettime(CLOCK_REALTIME, {1420032065, 339963000}) = 0
[pid 20337] 05:21:05.340153 stat("/temp/node-sass/test/fixtures/spec/spec/misc/negative_numbers/input.scss", {st_mode=S_IFREG|0664, st_size=112, ...}) = 0
[pid 20337] 05:21:05.340328 clock_gettime(CLOCK_REALTIME, {1420032065, 340404600}) = 0
[pid 20337] 05:21:05.340472 clock_gettime(CLOCK_REALTIME, {1420032065, 340512400}) = 0
[pid 20337] 05:21:05.340637 clock_gettime(CLOCK_REALTIME, {1420032065, 340717800}) = 0
[pid 20337] 05:21:05.341998 stat("/temp/node-sass/test/fixtures/spec/spec/misc/selector_interpolation_before_element_name/input.scss", {st_mode=S_IFREG|0664, st_size=28, ...}) = 0
[pid 20337] 05:21:05.342275 clock_gettime(CLOCK_REALTIME, {1420032065, 342336700}) = 0
[pid 20337] 05:21:05.342423 clock_gettime(CLOCK_REALTIME, {1420032065, 342475700}) = 0
[pid 20337] 05:21:05.342570 clock_gettime(CLOCK_REALTIME, {1420032065, 342635900}) = 0
[pid 20337] 05:21:05.342806 stat("/temp/node-sass/test/fixtures/spec/spec/misc/selector_only_interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=25, ...}) = 0
[pid 20337] 05:21:05.342990 clock_gettime(CLOCK_REALTIME, {1420032065, 343041200}) = 0
[pid 20337] 05:21:05.343115 clock_gettime(CLOCK_REALTIME, {1420032065, 343189900}) = 0
[pid 20337] 05:21:05.343265 clock_gettime(CLOCK_REALTIME, {1420032065, 343323100}) = 0
[pid 20337] 05:21:05.343477 stat("/temp/node-sass/test/fixtures/spec/spec/misc/trailing_comma_in_selector/input.scss", {st_mode=S_IFREG|0664, st_size=54, ...}) = 0
[pid 20337] 05:21:05.343662 clock_gettime(CLOCK_REALTIME, {1420032065, 343735800}) = 0
[pid 20337] 05:21:05.343869 clock_gettime(CLOCK_REALTIME, {1420032065, 343939200}) = 0
[pid 20337] 05:21:05.344036 clock_gettime(CLOCK_REALTIME, {1420032065, 344090700}) = 0
[pid 20337] 05:21:05.344228 stat("/temp/node-sass/test/fixtures/spec/spec/misc/unicode_variables/input.scss", {st_mode=S_IFREG|0664, st_size=29, ...}) = 0
[pid 20337] 05:21:05.344427 clock_gettime(CLOCK_REALTIME, {1420032065, 344488600}) = 0
[pid 20337] 05:21:05.344583 clock_gettime(CLOCK_REALTIME, {1420032065, 344643100}) = 0
[pid 20337] 05:21:05.344746 clock_gettime(CLOCK_REALTIME, {1420032065, 344794800}) = 0
[pid 20337] 05:21:05.344977 stat("/temp/node-sass/test/fixtures/spec/spec/regressions/226_test_nested_selector_with_child_selector_hack_extender_and_extendee/input.scss", {st_mode=S_IFREG|0664, st_size=39, ...}) = 0
[pid 20337] 05:21:05.345202 clock_gettime(CLOCK_REALTIME, {1420032065, 345249900}) = 0
[pid 20337] 05:21:05.345334 clock_gettime(CLOCK_REALTIME, {1420032065, 345384900}) = 0
[pid 20337] 05:21:05.345450 clock_gettime(CLOCK_REALTIME, {1420032065, 345506700}) = 0
[pid 20337] 05:21:05.345661 stat("/temp/node-sass/test/fixtures/spec/spec/regressions/placeholder-mediaquery/input.scss", {st_mode=S_IFREG|0664, st_size=94, ...}) = 0
[pid 20337] 05:21:05.346133 clock_gettime(CLOCK_REALTIME, {1420032065, 346179000}) = 0
[pid 20337] 05:21:05.346272 clock_gettime(CLOCK_REALTIME, {1420032065, 346331500}) = 0
[pid 20337] 05:21:05.346414 clock_gettime(CLOCK_REALTIME, {1420032065, 346459200}) = 0
[pid 20338] 05:21:05.346652 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.346851 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.346979 stat("/temp/node-sass/test/fixtures/spec/spec/regressions/placeholder-nested/input.scss", {st_mode=S_IFREG|0664, st_size=101, ...}) = 0
[pid 20337] 05:21:05.347140 clock_gettime(CLOCK_REALTIME, {1420032065, 347194300}) = 0
[pid 20337] 05:21:05.347324 clock_gettime(CLOCK_REALTIME, {1420032065, 347396000}) = 0
[pid 20337] 05:21:05.347486 clock_gettime(CLOCK_REALTIME, {1420032065, 347531000}) = 0
[pid 20337] 05:21:05.347863 stat("/temp/node-sass/test/fixtures/spec/spec/scss/almost_ambiguous_nested_rules_and_declarations/input.scss", {st_mode=S_IFREG|0664, st_size=195, ...}) = 0
[pid 20337] 05:21:05.348116 clock_gettime(CLOCK_REALTIME, {1420032065, 348174600}) = 0
[pid 20337] 05:21:05.348285 clock_gettime(CLOCK_REALTIME, {1420032065, 348354700}) = 0
[pid 20337] 05:21:05.348448 clock_gettime(CLOCK_REALTIME, {1420032065, 348498400}) = 0
[pid 20337] 05:21:05.348653 stat("/temp/node-sass/test/fixtures/spec/spec/scss/alpha/input.scss", {st_mode=S_IFREG|0664, st_size=401, ...}) = 0
[pid 20337] 05:21:05.348885 clock_gettime(CLOCK_REALTIME, {1420032065, 348931100}) = 0
[pid 20337] 05:21:05.349026 clock_gettime(CLOCK_REALTIME, {1420032065, 349091000}) = 0
[pid 20337] 05:21:05.349173 clock_gettime(CLOCK_REALTIME, {1420032065, 349227400}) = 0
[pid 20337] 05:21:05.349379 stat("/temp/node-sass/test/fixtures/spec/spec/scss/append/input.scss", {st_mode=S_IFREG|0664, st_size=70, ...}) = 0
[pid 20337] 05:21:05.349532 clock_gettime(CLOCK_REALTIME, {1420032065, 349591000}) = 0
[pid 20337] 05:21:05.349772 clock_gettime(CLOCK_REALTIME, {1420032065, 349839300}) = 0
[pid 20337] 05:21:05.349945 clock_gettime(CLOCK_REALTIME, {1420032065, 349986700}) = 0
[pid 20337] 05:21:05.350172 stat("/temp/node-sass/test/fixtures/spec/spec/scss/arglist/input.scss", {st_mode=S_IFREG|0664, st_size=111, ...}) = 0
[pid 20337] 05:21:05.350375 clock_gettime(CLOCK_REALTIME, {1420032065, 350429100}) = 0
[pid 20337] 05:21:05.350518 clock_gettime(CLOCK_REALTIME, {1420032065, 350594500}) = 0
[pid 20337] 05:21:05.350663 clock_gettime(CLOCK_REALTIME, {1420032065, 350888900}) = 0
[pid 20337] 05:21:05.351515 stat("/temp/node-sass/test/fixtures/spec/spec/scss/backrefs-in-selector-groups/input.scss", {st_mode=S_IFREG|0664, st_size=75, ...}) = 0
[pid 20337] 05:21:05.351904 clock_gettime(CLOCK_REALTIME, {1420032065, 352083900}) = 0
[pid 20337] 05:21:05.352259 clock_gettime(CLOCK_REALTIME, {1420032065, 352443000}) = 0
[pid 20337] 05:21:05.352594 clock_gettime(CLOCK_REALTIME, {1420032065, 352729200}) = 0
[pid 20337] 05:21:05.353053 stat("/temp/node-sass/test/fixtures/spec/spec/scss/backslash/input.scss", {st_mode=S_IFREG|0664, st_size=53, ...}) = 0
[pid 20337] 05:21:05.353232 clock_gettime(CLOCK_REALTIME, {1420032065, 353284500}) = 0
[pid 20337] 05:21:05.353352 clock_gettime(CLOCK_REALTIME, {1420032065, 353403100}) = 0
[pid 20337] 05:21:05.353536 clock_gettime(CLOCK_REALTIME, {1420032065, 353595300}) = 0
[pid 20337] 05:21:05.353817 stat("/temp/node-sass/test/fixtures/spec/spec/scss/basic_function/input.scss", {st_mode=S_IFREG|0664, st_size=58, ...}) = 0
[pid 20338] 05:21:05.354670 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.354982 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.355158 clock_gettime(CLOCK_REALTIME, {1420032065, 355261100}) = 0
[pid 20337] 05:21:05.355684 clock_gettime(CLOCK_REALTIME, {1420032065, 356284500}) = 0
[pid 20337] 05:21:05.356419 clock_gettime(CLOCK_REALTIME, {1420032065, 356497100}) = 0
[pid 20337] 05:21:05.357006 stat("/temp/node-sass/test/fixtures/spec/spec/scss/basic_mixins/input.scss", <unfinished ...>
[pid 20338] 05:21:05.359660 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.359772 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.359867 <... stat resumed> {st_mode=S_IFREG|0664, st_size=51, ...}) = 0
[pid 20337] 05:21:05.360269 clock_gettime(CLOCK_REALTIME, {1420032065, 360401600}) = 0
[pid 20337] 05:21:05.360574 clock_gettime(CLOCK_REALTIME, {1420032065, 360641300}) = 0
[pid 20337] 05:21:05.360945 clock_gettime(CLOCK_REALTIME, {1420032065, 361018900}) = 0
[pid 20337] 05:21:05.361456 stat("/temp/node-sass/test/fixtures/spec/spec/scss/basic_prop_name_interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=24, ...}) = 0
[pid 20337] 05:21:05.361811 clock_gettime(CLOCK_REALTIME, {1420032065, 361866100}) = 0
[pid 20337] 05:21:05.362077 clock_gettime(CLOCK_REALTIME, {1420032065, 362139600}) = 0
[pid 20337] 05:21:05.362213 clock_gettime(CLOCK_REALTIME, {1420032065, 362343500}) = 0
[pid 20337] 05:21:05.362826 stat("/temp/node-sass/test/fixtures/spec/spec/scss/basic_selector_interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=24, ...}) = 0
[pid 20337] 05:21:05.363370 clock_gettime(CLOCK_REALTIME, {1420032065, 363450400}) = 0
[pid 20337] 05:21:05.363574 clock_gettime(CLOCK_REALTIME, {1420032065, 363776000}) = 0
[pid 20337] 05:21:05.363882 clock_gettime(CLOCK_REALTIME, {1420032065, 363924200}) = 0
[pid 20337] 05:21:05.364107 stat("/temp/node-sass/test/fixtures/spec/spec/scss/blimp/input.scss", {st_mode=S_IFREG|0664, st_size=23, ...}) = 0
[pid 20337] 05:21:05.364864 clock_gettime(CLOCK_REALTIME, {1420032065, 365492700}) = 0
[pid 20337] 05:21:05.366103 clock_gettime(CLOCK_REALTIME, {1420032065, 366171000}) = 0
[pid 20337] 05:21:05.366247 clock_gettime(CLOCK_REALTIME, {1420032065, 366288000}) = 0
[pid 20338] 05:21:05.367283 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.368523 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.368914 stat("/temp/node-sass/test/fixtures/spec/spec/scss/block_comment_in_script/input.scss", {st_mode=S_IFREG|0664, st_size=29, ...}) = 0
[pid 20337] 05:21:05.369490 clock_gettime(CLOCK_REALTIME, {1420032065, 369668000}) = 0
[pid 20337] 05:21:05.370223 clock_gettime(CLOCK_REALTIME, {1420032065, 370272400}) = 0
[pid 20337] 05:21:05.370340 clock_gettime(CLOCK_REALTIME, {1420032065, 370379900}) = 0
[pid 20337] 05:21:05.370648 stat("/temp/node-sass/test/fixtures/spec/spec/scss/cfunc/input.scss", {st_mode=S_IFREG|0664, st_size=32, ...}) = 0
[pid 20337] 05:21:05.370818 clock_gettime(CLOCK_REALTIME, {1420032065, 370863100}) = 0
[pid 20337] 05:21:05.371029 clock_gettime(CLOCK_REALTIME, {1420032065, 371146500}) = 0
[pid 20337] 05:21:05.371285 clock_gettime(CLOCK_REALTIME, {1420032065, 371403500}) = 0
[pid 20337] 05:21:05.371704 stat("/temp/node-sass/test/fixtures/spec/spec/scss/classes-and-ids/input.scss", {st_mode=S_IFREG|0664, st_size=98, ...}) = 0
[pid 20337] 05:21:05.372361 clock_gettime(CLOCK_REALTIME, {1420032065, 372435900}) = 0
[pid 20337] 05:21:05.372594 clock_gettime(CLOCK_REALTIME, {1420032065, 372688400}) = 0
[pid 20337] 05:21:05.372941 clock_gettime(CLOCK_REALTIME, {1420032065, 373023700}) = 0
[pid 20337] 05:21:05.373280 stat("/temp/node-sass/test/fixtures/spec/spec/scss/color_output/input.scss", {st_mode=S_IFREG|0664, st_size=1118, ...}) = 0
[pid 20337] 05:21:05.373558 clock_gettime(CLOCK_REALTIME, {1420032065, 373643800}) = 0
[pid 20337] 05:21:05.374040 clock_gettime(CLOCK_REALTIME, {1420032065, 374086300}) = 0
[pid 20337] 05:21:05.374180 clock_gettime(CLOCK_REALTIME, {1420032065, 374227500}) = 0
[pid 20337] 05:21:05.374396 stat("/temp/node-sass/test/fixtures/spec/spec/scss/comment_after_if_directive/input.scss", {st_mode=S_IFREG|0664, st_size=74, ...}) = 0
[pid 20338] 05:21:05.374616 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.374740 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.374876 clock_gettime(CLOCK_REALTIME, {1420032065, 374929600}) = 0
[pid 20337] 05:21:05.375008 clock_gettime(CLOCK_REALTIME, {1420032065, 375067700}) = 0
[pid 20337] 05:21:05.375143 clock_gettime(CLOCK_REALTIME, {1420032065, 375198700}) = 0
[pid 20337] 05:21:05.375357 stat("/temp/node-sass/test/fixtures/spec/spec/scss/comparable/input.scss", {st_mode=S_IFREG|0664, st_size=408, ...}) = 0
[pid 20337] 05:21:05.375535 clock_gettime(CLOCK_REALTIME, {1420032065, 375576300}) = 0
[pid 20337] 05:21:05.375901 clock_gettime(CLOCK_REALTIME, {1420032065, 375951300}) = 0
[pid 20337] 05:21:05.376032 clock_gettime(CLOCK_REALTIME, {1420032065, 376079600}) = 0
[pid 20337] 05:21:05.376220 stat("/temp/node-sass/test/fixtures/spec/spec/scss/composed-args/input.scss", {st_mode=S_IFREG|0664, st_size=788, ...}) = 0
[pid 20337] 05:21:05.376405 clock_gettime(CLOCK_REALTIME, {1420032065, 376467200}) = 0
[pid 20337] 05:21:05.376582 clock_gettime(CLOCK_REALTIME, {1420032065, 376652300}) = 0
[pid 20337] 05:21:05.376791 clock_gettime(CLOCK_REALTIME, {1420032065, 376850000}) = 0
[pid 20337] 05:21:05.377036 stat("/temp/node-sass/test/fixtures/spec/spec/scss/concat/input.scss", {st_mode=S_IFREG|0664, st_size=91, ...}) = 0
[pid 20337] 05:21:05.377234 clock_gettime(CLOCK_REALTIME, {1420032065, 377290500}) = 0
[pid 20337] 05:21:05.377372 clock_gettime(CLOCK_REALTIME, {1420032065, 377425600}) = 0
[pid 20337] 05:21:05.377493 clock_gettime(CLOCK_REALTIME, {1420032065, 377552700}) = 0
[pid 20337] 05:21:05.377761 stat("/temp/node-sass/test/fixtures/spec/spec/scss/cons-up/input.scss", {st_mode=S_IFREG|0664, st_size=853, ...}) = 0
[pid 20337] 05:21:05.378011 clock_gettime(CLOCK_REALTIME, {1420032065, 378068500}) = 0
[pid 20337] 05:21:05.378185 clock_gettime(CLOCK_REALTIME, {1420032065, 378268600}) = 0
[pid 20337] 05:21:05.378358 clock_gettime(CLOCK_REALTIME, {1420032065, 378418800}) = 0
[pid 20337] 05:21:05.378609 stat("/temp/node-sass/test/fixtures/spec/spec/scss/css_basic_scss/input.scss", {st_mode=S_IFREG|0664, st_size=16, ...}) = 0
[pid 20337] 05:21:05.378837 clock_gettime(CLOCK_REALTIME, {1420032065, 378883800}) = 0
[pid 20337] 05:21:05.378998 clock_gettime(CLOCK_REALTIME, {1420032065, 379046000}) = 0
[pid 20337] 05:21:05.379198 clock_gettime(CLOCK_REALTIME, {1420032065, 379269700}) = 0
[pid 20337] 05:21:05.379484 stat("/temp/node-sass/test/fixtures/spec/spec/scss/css_block_directive_with_semicolon/input.scss", {st_mode=S_IFREG|0664, st_size=35, ...}) = 0
[pid 20337] 05:21:05.379826 clock_gettime(CLOCK_REALTIME, {1420032065, 379898700}) = 0
[pid 20337] 05:21:05.380036 clock_gettime(CLOCK_REALTIME, {1420032065, 380098300}) = 0
[pid 20337] 05:21:05.380226 clock_gettime(CLOCK_REALTIME, {1420032065, 380295700}) = 0
[pid 20337] 05:21:05.380560 stat("/temp/node-sass/test/fixtures/spec/spec/scss/css_cdo_and_cdc_ignored_at_toplevel/input.scss", {st_mode=S_IFREG|0664, st_size=62, ...}) = 0
[pid 20337] 05:21:05.380945 clock_gettime(CLOCK_REALTIME, {1420032065, 381004400}) = 0
[pid 20337] 05:21:05.381093 clock_gettime(CLOCK_REALTIME, {1420032065, 381158200}) = 0
[pid 20337] 05:21:05.381244 clock_gettime(CLOCK_REALTIME, {1420032065, 381294900}) = 0
[pid 20337] 05:21:05.381430 stat("/temp/node-sass/test/fixtures/spec/spec/scss/css_crazy_comments/input.scss", {st_mode=S_IFREG|0664, st_size=353, ...}) = 0
[pid 20337] 05:21:05.381623 clock_gettime(CLOCK_REALTIME, {1420032065, 381666500}) = 0
[pid 20337] 05:21:05.381753 clock_gettime(CLOCK_REALTIME, {1420032065, 381814200}) = 0
[pid 20337] 05:21:05.381992 clock_gettime(CLOCK_REALTIME, {1420032065, 382047700}) = 0
[pid 20337] 05:21:05.382190 stat("/temp/node-sass/test/fixtures/spec/spec/scss/css_empty_declarations/input.scss", {st_mode=S_IFREG|0664, st_size=20, ...}) = 0
[pid 20337] 05:21:05.382366 clock_gettime(CLOCK_REALTIME, {1420032065, 382430800}) = 0
[pid 20337] 05:21:05.382511 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.382697 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.382923 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.383428 <... clock_gettime resumed> {1420032065, 382615000}) = 0
[pid 20337] 05:21:05.383779 clock_gettime(CLOCK_REALTIME, {1420032065, 383841600}) = 0
[pid 20337] 05:21:05.384104 stat("/temp/node-sass/test/fixtures/spec/spec/scss/css_empty_rule/input.scss", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
[pid 20337] 05:21:05.385750 clock_gettime(CLOCK_REALTIME, {1420032065, 385892600}) = 0
[pid 20337] 05:21:05.386068 clock_gettime(CLOCK_REALTIME, {1420032065, 386145900}) = 0
[pid 20337] 05:21:05.386254 clock_gettime(CLOCK_REALTIME, {1420032065, 386318800}) = 0
[pid 20337] 05:21:05.386772 stat("/temp/node-sass/test/fixtures/spec/spec/scss/css_import_directive/input.scss", {st_mode=S_IFREG|0664, st_size=21, ...}) = 0
[pid 20337] 05:21:05.387194 clock_gettime(CLOCK_REALTIME, {1420032065, 387282900}) = 0
[pid 20337] 05:21:05.387384 clock_gettime(CLOCK_REALTIME, {1420032065, 387457300}) = 0
[pid 20337] 05:21:05.387555 clock_gettime(CLOCK_REALTIME, {1420032065, 387638300}) = 0
[pid 20337] 05:21:05.387893 stat("/temp/node-sass/test/fixtures/spec/spec/scss/css_invisible_comments/input.scss", {st_mode=S_IFREG|0664, st_size=16, ...}) = 0
[pid 20337] 05:21:05.388113 clock_gettime(CLOCK_REALTIME, {1420032065, 388199700}) = 0
[pid 20337] 05:21:05.388311 clock_gettime(CLOCK_REALTIME, {1420032065, 388374400}) = 0
[pid 20337] 05:21:05.388481 clock_gettime(CLOCK_REALTIME, {1420032065, 388537900}) = 0
[pid 20337] 05:21:05.388912 stat("/temp/node-sass/test/fixtures/spec/spec/scss/css_property_comments/input.scss", {st_mode=S_IFREG|0664, st_size=38, ...}) = 0
[pid 20337] 05:21:05.389156 clock_gettime(CLOCK_REALTIME, {1420032065, 389216000}) = 0
[pid 20337] 05:21:05.389333 clock_gettime(CLOCK_REALTIME, {1420032065, 389391900}) = 0
[pid 20337] 05:21:05.389493 clock_gettime(CLOCK_REALTIME, {1420032065, 389557000}) = 0
[pid 20337] 05:21:05.390036 stat("/temp/node-sass/test/fixtures/spec/spec/scss/css_rule_comments/input.scss", {st_mode=S_IFREG|0664, st_size=34, ...}) = 0
[pid 20337] 05:21:05.390244 clock_gettime(CLOCK_REALTIME, {1420032065, 390330000}) = 0
[pid 20337] 05:21:05.390448 clock_gettime(CLOCK_REALTIME, {1420032065, 390503700}) = 0
[pid 20338] 05:21:05.390657 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.390784 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.391115 clock_gettime(CLOCK_REALTIME, {1420032065, 391181500}) = 0
[pid 20337] 05:21:05.391353 stat("/temp/node-sass/test/fixtures/spec/spec/scss/css_selector_comments/input.scss", {st_mode=S_IFREG|0664, st_size=31, ...}) = 0
[pid 20337] 05:21:05.391542 clock_gettime(CLOCK_REALTIME, {1420032065, 391615500}) = 0
[pid 20337] 05:21:05.391726 clock_gettime(CLOCK_REALTIME, {1420032065, 391797000}) = 0
[pid 20337] 05:21:05.391908 clock_gettime(CLOCK_REALTIME, {1420032065, 391971500}) = 0
[pid 20337] 05:21:05.392140 stat("/temp/node-sass/test/fixtures/spec/spec/scss/css_selector_hacks/input.scss", {st_mode=S_IFREG|0664, st_size=18, ...}) = 0
[pid 20337] 05:21:05.392344 clock_gettime(CLOCK_REALTIME, {1420032065, 392396700}) = 0
[pid 20337] 05:21:05.392509 clock_gettime(CLOCK_REALTIME, {1420032065, 392561100}) = 0
[pid 20337] 05:21:05.392639 clock_gettime(CLOCK_REALTIME, {1420032065, 392715000}) = 0
[pid 20337] 05:21:05.392905 stat("/temp/node-sass/test/fixtures/spec/spec/scss/css_spaceless_combo_selectors/input.scss", {st_mode=S_IFREG|0664, st_size=18, ...}) = 0
[pid 20337] 05:21:05.393137 clock_gettime(CLOCK_REALTIME, {1420032065, 393200900}) = 0
[pid 20337] 05:21:05.393299 clock_gettime(CLOCK_REALTIME, {1420032065, 393370800}) = 0
[pid 20337] 05:21:05.393460 clock_gettime(CLOCK_REALTIME, {1420032065, 393514400}) = 0
[pid 20337] 05:21:05.393666 stat("/temp/node-sass/test/fixtures/spec/spec/scss/css_unary_ops/input.scss", {st_mode=S_IFREG|0664, st_size=67, ...}) = 0
[pid 20337] 05:21:05.393912 clock_gettime(CLOCK_REALTIME, {1420032065, 393980700}) = 0
[pid 20337] 05:21:05.394072 clock_gettime(CLOCK_REALTIME, {1420032065, 394122400}) = 0
[pid 20337] 05:21:05.394218 clock_gettime(CLOCK_REALTIME, {1420032065, 394267100}) = 0
[pid 20337] 05:21:05.394427 stat("/temp/node-sass/test/fixtures/spec/spec/scss/default-args/input.scss", {st_mode=S_IFREG|0664, st_size=203, ...}) = 0
[pid 20337] 05:21:05.394658 clock_gettime(CLOCK_REALTIME, {1420032065, 394744700}) = 0
[pid 20337] 05:21:05.394832 clock_gettime(CLOCK_REALTIME, {1420032065, 394880900}) = 0
[pid 20337] 05:21:05.394979 clock_gettime(CLOCK_REALTIME, {1420032065, 395028300}) = 0
[pid 20337] 05:21:05.395187 stat("/temp/node-sass/test/fixtures/spec/spec/scss/default-parameters/input.scss", {st_mode=S_IFREG|0664, st_size=93, ...}) = 0
[pid 20337] 05:21:05.395364 clock_gettime(CLOCK_REALTIME, {1420032065, 395430100}) = 0
[pid 20337] 05:21:05.395514 clock_gettime(CLOCK_REALTIME, {1420032065, 395562200}) = 0
[pid 20337] 05:21:05.395641 clock_gettime(CLOCK_REALTIME, {1420032065, 395741100}) = 0
[pid 20337] 05:21:05.395912 stat("/temp/node-sass/test/fixtures/spec/spec/scss/default-vars-in-default-params/input.scss", {st_mode=S_IFREG|0664, st_size=94, ...}) = 0
[pid 20337] 05:21:05.396157 clock_gettime(CLOCK_REALTIME, {1420032065, 396217700}) = 0
[pid 20337] 05:21:05.396329 clock_gettime(CLOCK_REALTIME, {1420032065, 396425200}) = 0
[pid 20337] 05:21:05.396533 clock_gettime(CLOCK_REALTIME, {1420032065, 396595100}) = 0
[pid 20337] 05:21:05.396772 stat("/temp/node-sass/test/fixtures/spec/spec/scss/directives-in-propsets/input.scss", {st_mode=S_IFREG|0664, st_size=340, ...}) = 0
[pid 20337] 05:21:05.396987 clock_gettime(CLOCK_REALTIME, {1420032065, 397039700}) = 0
[pid 20337] 05:21:05.397139 clock_gettime(CLOCK_REALTIME, {1420032065, 397189600}) = 0
[pid 20337] 05:21:05.397288 clock_gettime(CLOCK_REALTIME, {1420032065, 397339500}) = 0
[pid 20337] 05:21:05.397473 stat("/temp/node-sass/test/fixtures/spec/spec/scss/each/input.scss", {st_mode=S_IFREG|0664, st_size=142, ...}) = 0
[pid 20337] 05:21:05.397666 clock_gettime(CLOCK_REALTIME, {1420032065, 397749700}) = 0
[pid 20337] 05:21:05.397837 clock_gettime(CLOCK_REALTIME, {1420032065, 397887700}) = 0
[pid 20337] 05:21:05.397983 clock_gettime(CLOCK_REALTIME, {1420032065, 398031200}) = 0
[pid 20337] 05:21:05.398162 stat("/temp/node-sass/test/fixtures/spec/spec/scss/each-in-function/input.scss", {st_mode=S_IFREG|0664, st_size=372, ...}) = 0
[pid 20337] 05:21:05.398335 clock_gettime(CLOCK_REALTIME, {1420032065, 398412200}) = 0
[pid 20337] 05:21:05.398494 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.398684 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.398790 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.398910 <... clock_gettime resumed> {1420032065, 398613500}) = 0
[pid 20337] 05:21:05.399034 clock_gettime(CLOCK_REALTIME, {1420032065, 399089500}) = 0
[pid 20337] 05:21:05.399231 stat("/temp/node-sass/test/fixtures/spec/spec/scss/each_directive/input.scss", {st_mode=S_IFREG|0664, st_size=124, ...}) = 0
[pid 20337] 05:21:05.399440 clock_gettime(CLOCK_REALTIME, {1420032065, 399512200}) = 0
[pid 20337] 05:21:05.399636 clock_gettime(CLOCK_REALTIME, {1420032065, 399706100}) = 0
[pid 20337] 05:21:05.399799 clock_gettime(CLOCK_REALTIME, {1420032065, 399847800}) = 0
[pid 20337] 05:21:05.400033 stat("/temp/node-sass/test/fixtures/spec/spec/scss/env/input.scss", {st_mode=S_IFREG|0664, st_size=415, ...}) = 0
[pid 20337] 05:21:05.400222 clock_gettime(CLOCK_REALTIME, {1420032065, 400274800}) = 0
[pid 20337] 05:21:05.400371 clock_gettime(CLOCK_REALTIME, {1420032065, 400420600}) = 0
[pid 20337] 05:21:05.400502 clock_gettime(CLOCK_REALTIME, {1420032065, 400571600}) = 0
[pid 20337] 05:21:05.400758 stat("/temp/node-sass/test/fixtures/spec/spec/scss/for/input.scss", {st_mode=S_IFREG|0664, st_size=102, ...}) = 0
[pid 20337] 05:21:05.401079 clock_gettime(CLOCK_REALTIME, {1420032065, 401140000}) = 0
[pid 20337] 05:21:05.401250 clock_gettime(CLOCK_REALTIME, {1420032065, 401307000}) = 0
[pid 20337] 05:21:05.401407 clock_gettime(CLOCK_REALTIME, {1420032065, 401457600}) = 0
[pid 20337] 05:21:05.401645 stat("/temp/node-sass/test/fixtures/spec/spec/scss/for-in-functions/input.scss", {st_mode=S_IFREG|0664, st_size=143, ...}) = 0
[pid 20337] 05:21:05.401914 clock_gettime(CLOCK_REALTIME, {1420032065, 401987900}) = 0
[pid 20337] 05:21:05.402161 clock_gettime(CLOCK_REALTIME, {1420032065, 402228500}) = 0
[pid 20337] 05:21:05.402338 clock_gettime(CLOCK_REALTIME, {1420032065, 402401400}) = 0
[pid 20337] 05:21:05.402667 stat("/temp/node-sass/test/fixtures/spec/spec/scss/for_directive/input.scss", {st_mode=S_IFREG|0664, st_size=49, ...}) = 0
[pid 20337] 05:21:05.402913 clock_gettime(CLOCK_REALTIME, {1420032065, 402978600}) = 0
[pid 20337] 05:21:05.403103 clock_gettime(CLOCK_REALTIME, {1420032065, 403185200}) = 0
[pid 20337] 05:21:05.403315 clock_gettime(CLOCK_REALTIME, {1420032065, 403380200}) = 0
[pid 20337] 05:21:05.403592 stat("/temp/node-sass/test/fixtures/spec/spec/scss/function-names/input.scss", {st_mode=S_IFREG|0664, st_size=95, ...}) = 0
[pid 20337] 05:21:05.404201 clock_gettime(CLOCK_REALTIME, {1420032065, 404311300}) = 0
[pid 20337] 05:21:05.404427 clock_gettime(CLOCK_REALTIME, {1420032065, 404508700}) = 0
[pid 20337] 05:21:05.404656 clock_gettime(CLOCK_REALTIME, {1420032065, 404845800}) = 0
[pid 20337] 05:21:05.405083 stat("/temp/node-sass/test/fixtures/spec/spec/scss/function_args/input.scss", {st_mode=S_IFREG|0664, st_size=84, ...}) = 0
[pid 20337] 05:21:05.405270 clock_gettime(CLOCK_REALTIME, {1420032065, 405318300}) = 0
[pid 20337] 05:21:05.405385 clock_gettime(CLOCK_REALTIME, {1420032065, 405427400}) = 0
[pid 20337] 05:21:05.405516 clock_gettime(CLOCK_REALTIME, {1420032065, 405595700}) = 0
[pid 20337] 05:21:05.406189 stat("/temp/node-sass/test/fixtures/spec/spec/scss/functions/input.scss", {st_mode=S_IFREG|0664, st_size=218, ...}) = 0
[pid 20337] 05:21:05.406481 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.406694 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.406802 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.406913 <... clock_gettime resumed> {1420032065, 406632400}) = 0
[pid 20337] 05:21:05.407002 clock_gettime(CLOCK_REALTIME, {1420032065, 407064400}) = 0
[pid 20337] 05:21:05.407129 clock_gettime(CLOCK_REALTIME, {1420032065, 407170500}) = 0
[pid 20337] 05:21:05.407381 stat("/temp/node-sass/test/fixtures/spec/spec/scss/functions-and-mixins/input.scss", {st_mode=S_IFREG|0664, st_size=298, ...}) = 0
[pid 20337] 05:21:05.407555 clock_gettime(CLOCK_REALTIME, {1420032065, 407603500}) = 0
[pid 20337] 05:21:05.407733 clock_gettime(CLOCK_REALTIME, {1420032065, 407794000}) = 0
[pid 20337] 05:21:05.407888 clock_gettime(CLOCK_REALTIME, {1420032065, 407964900}) = 0
[pid 20337] 05:21:05.408159 stat("/temp/node-sass/test/fixtures/spec/spec/scss/guard_assign/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.408355 clock_gettime(CLOCK_REALTIME, {1420032065, 408409100}) = 0
[pid 20337] 05:21:05.408492 clock_gettime(CLOCK_REALTIME, {1420032065, 408543400}) = 0
[pid 20337] 05:21:05.408635 clock_gettime(CLOCK_REALTIME, {1420032065, 408675900}) = 0
[pid 20337] 05:21:05.408884 stat("/temp/node-sass/test/fixtures/spec/spec/scss/hey1/input.scss", {st_mode=S_IFREG|0664, st_size=20, ...}) = 0
[pid 20337] 05:21:05.409076 clock_gettime(CLOCK_REALTIME, {1420032065, 409118700}) = 0
[pid 20337] 05:21:05.409195 clock_gettime(CLOCK_REALTIME, {1420032065, 409234700}) = 0
[pid 20337] 05:21:05.409326 clock_gettime(CLOCK_REALTIME, {1420032065, 409371700}) = 0
[pid 20337] 05:21:05.409531 stat("/temp/node-sass/test/fixtures/spec/spec/scss/hey2/input.scss", {st_mode=S_IFREG|0664, st_size=20, ...}) = 0
[pid 20337] 05:21:05.409753 clock_gettime(CLOCK_REALTIME, {1420032065, 409852600}) = 0
[pid 20337] 05:21:05.409991 clock_gettime(CLOCK_REALTIME, {1420032065, 410076500}) = 0
[pid 20337] 05:21:05.410212 clock_gettime(CLOCK_REALTIME, {1420032065, 410287900}) = 0
[pid 20337] 05:21:05.410485 stat("/temp/node-sass/test/fixtures/spec/spec/scss/huge/input.scss", {st_mode=S_IFREG|0664, st_size=1870335, ...}) = 0
[pid 20337] 05:21:05.410824 clock_gettime(CLOCK_REALTIME, {1420032065, 410897400}) = 0
[pid 20337] 05:21:05.411050 clock_gettime(CLOCK_REALTIME, {1420032065, 411127600}) = 0
[pid 20337] 05:21:05.411266 clock_gettime(CLOCK_REALTIME, {1420032065, 411351500}) = 0
[pid 20337] 05:21:05.411615 stat("/temp/node-sass/test/fixtures/spec/spec/scss/hyphen-interpolated/input.scss", {st_mode=S_IFREG|0664, st_size=46, ...}) = 0
[pid 20337] 05:21:05.411898 clock_gettime(CLOCK_REALTIME, {1420032065, 412001700}) = 0
[pid 20337] 05:21:05.412122 clock_gettime(CLOCK_REALTIME, {1420032065, 412207900}) = 0
[pid 20337] 05:21:05.412321 clock_gettime(CLOCK_REALTIME, {1420032065, 412394300}) = 0
[pid 20337] 05:21:05.412582 stat("/temp/node-sass/test/fixtures/spec/spec/scss/ie-backslash/input.scss", {st_mode=S_IFREG|0664, st_size=48, ...}) = 0
[pid 20337] 05:21:05.412751 clock_gettime(CLOCK_REALTIME, {1420032065, 412879600}) = 0
[pid 20337] 05:21:05.413047 clock_gettime(CLOCK_REALTIME, {1420032065, 413125000}) = 0
[pid 20337] 05:21:05.413486 clock_gettime(CLOCK_REALTIME, {1420032065, 413599700}) = 0
[pid 20337] 05:21:05.414079 stat("/temp/node-sass/test/fixtures/spec/spec/scss/ie-functions/input.scss", {st_mode=S_IFREG|0664, st_size=2057, ...}) = 0
[pid 20338] 05:21:05.414693 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.414917 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.415083 clock_gettime(CLOCK_REALTIME, {1420032065, 415124400}) = 0
[pid 20337] 05:21:05.415207 clock_gettime(CLOCK_REALTIME, {1420032065, 415266600}) = 0
[pid 20337] 05:21:05.415351 clock_gettime(CLOCK_REALTIME, {1420032065, 415411200}) = 0
[pid 20337] 05:21:05.415588 stat("/temp/node-sass/test/fixtures/spec/spec/scss/ie-hex-str/input.scss", {st_mode=S_IFREG|0664, st_size=99, ...}) = 0
[pid 20337] 05:21:05.415786 clock_gettime(CLOCK_REALTIME, {1420032065, 415844600}) = 0
[pid 20337] 05:21:05.415955 clock_gettime(CLOCK_REALTIME, {1420032065, 416005900}) = 0
[pid 20337] 05:21:05.416089 clock_gettime(CLOCK_REALTIME, {1420032065, 416140100}) = 0
[pid 20337] 05:21:05.416271 stat("/temp/node-sass/test/fixtures/spec/spec/scss/if/input.scss", {st_mode=S_IFREG|0664, st_size=283, ...}) = 0
[pid 20337] 05:21:05.416454 clock_gettime(CLOCK_REALTIME, {1420032065, 416517500}) = 0
[pid 20337] 05:21:05.416647 clock_gettime(CLOCK_REALTIME, {1420032065, 416747100}) = 0
[pid 20337] 05:21:05.416896 clock_gettime(CLOCK_REALTIME, {1420032065, 416968900}) = 0
[pid 20337] 05:21:05.417171 stat("/temp/node-sass/test/fixtures/spec/spec/scss/if-in-function/input.scss", {st_mode=S_IFREG|0664, st_size=252, ...}) = 0
[pid 20337] 05:21:05.417441 clock_gettime(CLOCK_REALTIME, {1420032065, 417641700}) = 0
[pid 20337] 05:21:05.417828 clock_gettime(CLOCK_REALTIME, {1420032065, 417891600}) = 0
[pid 20337] 05:21:05.417963 clock_gettime(CLOCK_REALTIME, {1420032065, 418004600}) = 0
[pid 20337] 05:21:05.418189 stat("/temp/node-sass/test/fixtures/spec/spec/scss/if-in-mixin/input.scss", {st_mode=S_IFREG|0664, st_size=229, ...}) = 0
[pid 20337] 05:21:05.418420 clock_gettime(CLOCK_REALTIME, {1420032065, 418480200}) = 0
[pid 20337] 05:21:05.418647 clock_gettime(CLOCK_REALTIME, {1420032065, 418784400}) = 0
[pid 20337] 05:21:05.418875 clock_gettime(CLOCK_REALTIME, {1420032065, 418926300}) = 0
[pid 20337] 05:21:05.419316 stat("/temp/node-sass/test/fixtures/spec/spec/scss/if-in-propset/input.scss", {st_mode=S_IFREG|0664, st_size=95, ...}) = 0
[pid 20337] 05:21:05.419498 clock_gettime(CLOCK_REALTIME, {1420032065, 419544200}) = 0
[pid 20337] 05:21:05.419613 clock_gettime(CLOCK_REALTIME, {1420032065, 419663100}) = 0
[pid 20337] 05:21:05.419878 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.424096 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.424210 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.424319 <... clock_gettime resumed> {1420032065, 424030300}) = 0
[pid 20337] 05:21:05.424529 stat("/temp/node-sass/test/fixtures/spec/spec/scss/if_directive/input.scss", {st_mode=S_IFREG|0664, st_size=51, ...}) = 0
[pid 20337] 05:21:05.424715 clock_gettime(CLOCK_REALTIME, {1420032065, 424763700}) = 0
[pid 20337] 05:21:05.424832 clock_gettime(CLOCK_REALTIME, {1420032065, 424870600}) = 0
[pid 20337] 05:21:05.424953 clock_gettime(CLOCK_REALTIME, {1420032065, 424993200}) = 0
[pid 20337] 05:21:05.425115 stat("/temp/node-sass/test/fixtures/spec/spec/scss/imp/input.scss", {st_mode=S_IFREG|0664, st_size=20, ...}) = 0
[pid 20337] 05:21:05.425276 clock_gettime(CLOCK_REALTIME, {1420032065, 425322000}) = 0
[pid 20337] 05:21:05.426101 clock_gettime(CLOCK_REALTIME, {1420032065, 426128900}) = 0
[pid 20337] 05:21:05.426220 clock_gettime(CLOCK_REALTIME, {1420032065, 426285200}) = 0
[pid 20337] 05:21:05.426399 stat("/temp/node-sass/test/fixtures/spec/spec/scss/important/input.scss", {st_mode=S_IFREG|0664, st_size=59, ...}) = 0
[pid 20337] 05:21:05.426627 clock_gettime(CLOCK_REALTIME, {1420032065, 426725800}) = 0
[pid 20337] 05:21:05.426975 clock_gettime(CLOCK_REALTIME, {1420032065, 427025200}) = 0
[pid 20337] 05:21:05.427098 clock_gettime(CLOCK_REALTIME, {1420032065, 427157400}) = 0
[pid 20337] 05:21:05.427322 stat("/temp/node-sass/test/fixtures/spec/spec/scss/important-in-arglist/input.scss", {st_mode=S_IFREG|0664, st_size=133, ...}) = 0
[pid 20337] 05:21:05.427540 clock_gettime(CLOCK_REALTIME, {1420032065, 427587900}) = 0
[pid 20337] 05:21:05.427655 clock_gettime(CLOCK_REALTIME, {1420032065, 427705200}) = 0
[pid 20337] 05:21:05.427795 clock_gettime(CLOCK_REALTIME, {1420032065, 427875600}) = 0
[pid 20337] 05:21:05.428079 stat("/temp/node-sass/test/fixtures/spec/spec/scss/index/input.scss", {st_mode=S_IFREG|0664, st_size=152, ...}) = 0
[pid 20337] 05:21:05.428259 clock_gettime(CLOCK_REALTIME, {1420032065, 428309600}) = 0
[pid 20337] 05:21:05.428383 clock_gettime(CLOCK_REALTIME, {1420032065, 428439500}) = 0
[pid 20337] 05:21:05.428506 clock_gettime(CLOCK_REALTIME, {1420032065, 428554600}) = 0
[pid 20337] 05:21:05.428698 stat("/temp/node-sass/test/fixtures/spec/spec/scss/interpolated-selectors/input.scss", {st_mode=S_IFREG|0664, st_size=31, ...}) = 0
[pid 20337] 05:21:05.428859 clock_gettime(CLOCK_REALTIME, {1420032065, 428911700}) = 0
[pid 20337] 05:21:05.428990 clock_gettime(CLOCK_REALTIME, {1420032065, 429051800}) = 0
[pid 20337] 05:21:05.429141 clock_gettime(CLOCK_REALTIME, {1420032065, 429188500}) = 0
[pid 20337] 05:21:05.429332 stat("/temp/node-sass/test/fixtures/spec/spec/scss/interpolated-strings/input.scss", {st_mode=S_IFREG|0664, st_size=116, ...}) = 0
[pid 20337] 05:21:05.429477 clock_gettime(CLOCK_REALTIME, {1420032065, 429541000}) = 0
[pid 20337] 05:21:05.429619 clock_gettime(CLOCK_REALTIME, {1420032065, 429658700}) = 0
[pid 20337] 05:21:05.429764 clock_gettime(CLOCK_REALTIME, {1420032065, 429814300}) = 0
[pid 20337] 05:21:05.429974 stat("/temp/node-sass/test/fixtures/spec/spec/scss/interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=55, ...}) = 0
[pid 20337] 05:21:05.430116 clock_gettime(CLOCK_REALTIME, {1420032065, 430158600}) = 0
[pid 20337] 05:21:05.430246 clock_gettime(CLOCK_REALTIME, {1420032065, 430342100}) = 0
[pid 20337] 05:21:05.430498 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.430740 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.430871 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.431065 <... clock_gettime resumed> {1420032065, 430620500}) = 0
[pid 20337] 05:21:05.431343 stat("/temp/node-sass/test/fixtures/spec/spec/scss/interpolation_with_bracket_on_next_line/input.scss", {st_mode=S_IFREG|0664, st_size=26, ...}) = 0
[pid 20337] 05:21:05.431630 clock_gettime(CLOCK_REALTIME, {1420032065, 431727400}) = 0
[pid 20337] 05:21:05.431832 clock_gettime(CLOCK_REALTIME, {1420032065, 431893800}) = 0
[pid 20337] 05:21:05.431990 clock_gettime(CLOCK_REALTIME, {1420032065, 432076300}) = 0
[pid 20337] 05:21:05.432317 stat("/temp/node-sass/test/fixtures/spec/spec/scss/keyword_args_in_functions/input.scss", {st_mode=S_IFREG|0664, st_size=50, ...}) = 0
[pid 20337] 05:21:05.432586 clock_gettime(CLOCK_REALTIME, {1420032065, 432668100}) = 0
[pid 20337] 05:21:05.432817 clock_gettime(CLOCK_REALTIME, {1420032065, 432897000}) = 0
[pid 20337] 05:21:05.433042 clock_gettime(CLOCK_REALTIME, {1420032065, 433116500}) = 0
[pid 20337] 05:21:05.433311 stat("/temp/node-sass/test/fixtures/spec/spec/scss/lang/input.scss", {st_mode=S_IFREG|0664, st_size=1323, ...}) = 0
[pid 20337] 05:21:05.433585 clock_gettime(CLOCK_REALTIME, {1420032065, 433653800}) = 0
[pid 20337] 05:21:05.433920 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.437173 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.437505 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.437664 <... clock_gettime resumed> {1420032065, 436893400}) = 0
[pid 20337] 05:21:05.437771 clock_gettime(CLOCK_REALTIME, {1420032065, 437839400}) = 0
[pid 20337] 05:21:05.438020 stat("/temp/node-sass/test/fixtures/spec/spec/scss/line_comment_in_script/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.438203 clock_gettime(CLOCK_REALTIME, {1420032065, 438273500}) = 0
[pid 20337] 05:21:05.438340 clock_gettime(CLOCK_REALTIME, {1420032065, 438392500}) = 0
[pid 20337] 05:21:05.438460 clock_gettime(CLOCK_REALTIME, {1420032065, 438498400}) = 0
[pid 20337] 05:21:05.438626 stat("/temp/node-sass/test/fixtures/spec/spec/scss/long-selector/input.scss", {st_mode=S_IFREG|0664, st_size=452, ...}) = 0
[pid 20337] 05:21:05.438805 clock_gettime(CLOCK_REALTIME, {1420032065, 438846000}) = 0
[pid 20337] 05:21:05.438910 clock_gettime(CLOCK_REALTIME, {1420032065, 438972400}) = 0
[pid 20337] 05:21:05.439044 clock_gettime(CLOCK_REALTIME, {1420032065, 439108400}) = 0
[pid 20337] 05:21:05.439402 stat("/temp/node-sass/test/fixtures/spec/spec/scss/media-with-interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=216, ...}) = 0
[pid 20337] 05:21:05.439765 clock_gettime(CLOCK_REALTIME, {1420032065, 439824600}) = 0
[pid 20337] 05:21:05.440076 clock_gettime(CLOCK_REALTIME, {1420032065, 440138300}) = 0
[pid 20337] 05:21:05.440387 clock_gettime(CLOCK_REALTIME, {1420032065, 440447100}) = 0
[pid 20337] 05:21:05.440810 stat("/temp/node-sass/test/fixtures/spec/spec/scss/media2/input.scss", {st_mode=S_IFREG|0664, st_size=111, ...}) = 0
[pid 20337] 05:21:05.440979 clock_gettime(CLOCK_REALTIME, {1420032065, 441022900}) = 0
[pid 20337] 05:21:05.441091 clock_gettime(CLOCK_REALTIME, {1420032065, 441130300}) = 0
[pid 20337] 05:21:05.441849 clock_gettime(CLOCK_REALTIME, {1420032065, 441962500}) = 0
[pid 20337] 05:21:05.442247 stat("/temp/node-sass/test/fixtures/spec/spec/scss/mix/input.scss", {st_mode=S_IFREG|0664, st_size=61, ...}) = 0
[pid 20337] 05:21:05.442574 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.442982 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.444108 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.444669 <... clock_gettime resumed> {1420032065, 442629000}) = 0
[pid 20337] 05:21:05.444814 clock_gettime(CLOCK_REALTIME, {1420032065, 444884400}) = 0
[pid 20337] 05:21:05.444959 clock_gettime(CLOCK_REALTIME, {1420032065, 445044600}) = 0
[pid 20337] 05:21:05.445206 stat("/temp/node-sass/test/fixtures/spec/spec/scss/mixin-content/input.scss", {st_mode=S_IFREG|0664, st_size=859, ...}) = 0
[pid 20337] 05:21:05.445366 clock_gettime(CLOCK_REALTIME, {1420032065, 445454300}) = 0
[pid 20337] 05:21:05.445539 clock_gettime(CLOCK_REALTIME, {1420032065, 445595600}) = 0
[pid 20337] 05:21:05.445670 clock_gettime(CLOCK_REALTIME, {1420032065, 445740700}) = 0
[pid 20337] 05:21:05.445868 stat("/temp/node-sass/test/fixtures/spec/spec/scss/mixin-content-selectors/input.scss", {st_mode=S_IFREG|0664, st_size=165, ...}) = 0
[pid 20337] 05:21:05.446048 clock_gettime(CLOCK_REALTIME, {1420032065, 446115700}) = 0
[pid 20337] 05:21:05.446211 clock_gettime(CLOCK_REALTIME, {1420032065, 446285300}) = 0
[pid 20337] 05:21:05.446379 clock_gettime(CLOCK_REALTIME, {1420032065, 446445600}) = 0
[pid 20337] 05:21:05.446631 stat("/temp/node-sass/test/fixtures/spec/spec/scss/mixin-content-with-no-block/input.scss", {st_mode=S_IFREG|0664, st_size=105, ...}) = 0
[pid 20337] 05:21:05.446845 clock_gettime(CLOCK_REALTIME, {1420032065, 446886700}) = 0
[pid 20337] 05:21:05.446993 clock_gettime(CLOCK_REALTIME, {1420032065, 447051500}) = 0
[pid 20337] 05:21:05.447157 clock_gettime(CLOCK_REALTIME, {1420032065, 447216700}) = 0
[pid 20337] 05:21:05.447347 stat("/temp/node-sass/test/fixtures/spec/spec/scss/mixin_with_keyword_args/input.scss", {st_mode=S_IFREG|0664, st_size=184, ...}) = 0
[pid 20337] 05:21:05.447576 clock_gettime(CLOCK_REALTIME, {1420032065, 447630800}) = 0
[pid 20337] 05:21:05.447738 clock_gettime(CLOCK_REALTIME, {1420032065, 447796000}) = 0
[pid 20337] 05:21:05.447886 clock_gettime(CLOCK_REALTIME, {1420032065, 447944700}) = 0
[pid 20337] 05:21:05.450331 clock_gettime(CLOCK_REALTIME, {1420032065, 450514900}) = 0
[pid 20338] 05:21:05.450680 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.450807 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:05.451245 clock_gettime(CLOCK_REALTIME, {1420032065, 451305000}) = 0
[pid 20337] 05:21:05.451410 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:05.451551 <... futex resumed> ) = 0
[pid 20338] 05:21:05.451719 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.451916 <... futex resumed> ) = 1
[pid 20337] 05:21:05.452145 stat("/temp/node-sass/test/fixtures/spec/spec/scss/mixins_with_args/input.scss", {st_mode=S_IFREG|0664, st_size=73, ...}) = 0
[pid 20337] 05:21:05.452412 clock_gettime(CLOCK_REALTIME, {1420032065, 452478200}) = 0
[pid 20337] 05:21:05.452621 clock_gettime(CLOCK_REALTIME, {1420032065, 452878500}) = 0
[pid 20337] 05:21:05.452988 clock_gettime(CLOCK_REALTIME, {1420032065, 453071500}) = 0
[pid 20337] 05:21:05.453406 stat("/temp/node-sass/test/fixtures/spec/spec/scss/mixins_with_empty_args/input.scss", {st_mode=S_IFREG|0664, st_size=42, ...}) = 0
[pid 20337] 05:21:05.453665 clock_gettime(CLOCK_REALTIME, {1420032065, 453902600}) = 0
[pid 20337] 05:21:05.454144 clock_gettime(CLOCK_REALTIME, {1420032065, 454228500}) = 0
[pid 20337] 05:21:05.454321 clock_gettime(CLOCK_REALTIME, {1420032065, 454388400}) = 0
[pid 20337] 05:21:05.454571 stat("/temp/node-sass/test/fixtures/spec/spec/scss/multiline-var/input.scss", {st_mode=S_IFREG|0664, st_size=115, ...}) = 0
[pid 20337] 05:21:05.454899 clock_gettime(CLOCK_REALTIME, {1420032065, 454981700}) = 0
[pid 20337] 05:21:05.455111 clock_gettime(CLOCK_REALTIME, {1420032065, 455176800}) = 0
[pid 20337] 05:21:05.455308 clock_gettime(CLOCK_REALTIME, {1420032065, 455380600}) = 0
[pid 20337] 05:21:05.455569 stat("/temp/node-sass/test/fixtures/spec/spec/scss/multiline_var/input.scss", {st_mode=S_IFREG|0664, st_size=113, ...}) = 0
[pid 20337] 05:21:05.456250 clock_gettime(CLOCK_REALTIME, {1420032065, 456330200}) = 0
[pid 20337] 05:21:05.456433 clock_gettime(CLOCK_REALTIME, {1420032065, 456501600}) = 0
[pid 20337] 05:21:05.456681 clock_gettime(CLOCK_REALTIME, {1420032065, 456777300}) = 0
[pid 20337] 05:21:05.456966 stat("/temp/node-sass/test/fixtures/spec/spec/scss/namespace_properties/input.scss", {st_mode=S_IFREG|0664, st_size=58, ...}) = 0
[pid 20337] 05:21:05.457153 clock_gettime(CLOCK_REALTIME, {1420032065, 457215700}) = 0
[pid 20337] 05:21:05.457302 clock_gettime(CLOCK_REALTIME, {1420032065, 457368000}) = 0
[pid 20337] 05:21:05.457460 clock_gettime(CLOCK_REALTIME, {1420032065, 457526500}) = 0
[pid 20337] 05:21:05.457676 stat("/temp/node-sass/test/fixtures/spec/spec/scss/namespace_properties_with_value/input.scss", {st_mode=S_IFREG|0664, st_size=51, ...}) = 0
[pid 20337] 05:21:05.457882 clock_gettime(CLOCK_REALTIME, {1420032065, 457926700}) = 0
[pid 20337] 05:21:05.458006 clock_gettime(CLOCK_REALTIME, {1420032065, 458071900}) = 0
[pid 20337] 05:21:05.458145 clock_gettime(CLOCK_REALTIME, {1420032065, 458207900}) = 0
[pid 20337] 05:21:05.458350 stat("/temp/node-sass/test/fixtures/spec/spec/scss/negation/input.scss", <unfinished ...>
[pid 20338] 05:21:05.458641 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.458752 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.458870 <... stat resumed> {st_mode=S_IFREG|0664, st_size=99, ...}) = 0
[pid 20337] 05:21:05.459037 clock_gettime(CLOCK_REALTIME, {1420032065, 459107800}) = 0
[pid 20337] 05:21:05.459188 clock_gettime(CLOCK_REALTIME, {1420032065, 459229200}) = 0
[pid 20337] 05:21:05.459316 clock_gettime(CLOCK_REALTIME, {1420032065, 459366200}) = 0
[pid 20337] 05:21:05.459542 stat("/temp/node-sass/test/fixtures/spec/spec/scss/nested-extend/input.scss", {st_mode=S_IFREG|0664, st_size=309, ...}) = 0
[pid 20337] 05:21:05.459805 clock_gettime(CLOCK_REALTIME, {1420032065, 459888300}) = 0
[pid 20337] 05:21:05.460047 clock_gettime(CLOCK_REALTIME, {1420032065, 460115700}) = 0
[pid 20337] 05:21:05.460227 clock_gettime(CLOCK_REALTIME, {1420032065, 460294000}) = 0
[pid 20337] 05:21:05.460524 stat("/temp/node-sass/test/fixtures/spec/spec/scss/nested_namespace_properties/input.scss", {st_mode=S_IFREG|0664, st_size=78, ...}) = 0
[pid 20337] 05:21:05.460817 clock_gettime(CLOCK_REALTIME, {1420032065, 460892700}) = 0
[pid 20337] 05:21:05.461028 clock_gettime(CLOCK_REALTIME, {1420032065, 461086200}) = 0
[pid 20337] 05:21:05.461175 clock_gettime(CLOCK_REALTIME, {1420032065, 461270700}) = 0
[pid 20337] 05:21:05.461491 stat("/temp/node-sass/test/fixtures/spec/spec/scss/nested_rules/input.scss", {st_mode=S_IFREG|0664, st_size=46, ...}) = 0
[pid 20337] 05:21:05.461768 clock_gettime(CLOCK_REALTIME, {1420032065, 461818200}) = 0
[pid 20337] 05:21:05.461908 clock_gettime(CLOCK_REALTIME, {1420032065, 461950600}) = 0
[pid 20337] 05:21:05.462016 clock_gettime(CLOCK_REALTIME, {1420032065, 462102400}) = 0
[pid 20337] 05:21:05.462244 stat("/temp/node-sass/test/fixtures/spec/spec/scss/nested_rules_with_declarations/input.scss", {st_mode=S_IFREG|0664, st_size=137, ...}) = 0
[pid 20337] 05:21:05.462430 clock_gettime(CLOCK_REALTIME, {1420032065, 462478200}) = 0
[pid 20337] 05:21:05.462595 clock_gettime(CLOCK_REALTIME, {1420032065, 462643800}) = 0
[pid 20337] 05:21:05.462742 clock_gettime(CLOCK_REALTIME, {1420032065, 462799800}) = 0
[pid 20337] 05:21:05.462978 stat("/temp/node-sass/test/fixtures/spec/spec/scss/nested_rules_with_fancy_selectors/input.scss", {st_mode=S_IFREG|0664, st_size=53, ...}) = 0
[pid 20337] 05:21:05.463193 clock_gettime(CLOCK_REALTIME, {1420032065, 463253900}) = 0
[pid 20337] 05:21:05.463370 clock_gettime(CLOCK_REALTIME, {1420032065, 463417700}) = 0
[pid 20337] 05:21:05.463905 clock_gettime(CLOCK_REALTIME, {1420032065, 464866800}) = 0
[pid 20337] 05:21:05.465127 stat("/temp/node-sass/test/fixtures/spec/spec/scss/newlines_in_selectors/input.scss", {st_mode=S_IFREG|0664, st_size=41, ...}) = 0
[pid 20337] 05:21:05.465402 clock_gettime(CLOCK_REALTIME, {1420032065, 465465000}) = 0
[pid 20337] 05:21:05.465579 clock_gettime(CLOCK_REALTIME, {1420032065, 465636100}) = 0
[pid 20337] 05:21:05.465767 clock_gettime(CLOCK_REALTIME, {1420032065, 465825700}) = 0
[pid 20337] 05:21:05.466004 stat("/temp/node-sass/test/fixtures/spec/spec/scss/no_namespace_properties_without_space/input.scss", {st_mode=S_IFREG|0664, st_size=34, ...}) = 0
[pid 20337] 05:21:05.466511 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.466804 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.466908 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.467047 <... clock_gettime resumed> {1420032065, 466669800}) = 0
[pid 20337] 05:21:05.467166 clock_gettime(CLOCK_REALTIME, {1420032065, 467262500}) = 0
[pid 20337] 05:21:05.467369 clock_gettime(CLOCK_REALTIME, {1420032065, 467432300}) = 0
[pid 20337] 05:21:05.467880 stat("/temp/node-sass/test/fixtures/spec/spec/scss/null/input.scss", {st_mode=S_IFREG|0664, st_size=403, ...}) = 0
[pid 20337] 05:21:05.468118 clock_gettime(CLOCK_REALTIME, {1420032065, 468174300}) = 0
[pid 20337] 05:21:05.468304 clock_gettime(CLOCK_REALTIME, {1420032065, 468370600}) = 0
[pid 20337] 05:21:05.468454 clock_gettime(CLOCK_REALTIME, {1420032065, 468532200}) = 0
[pid 20337] 05:21:05.468962 stat("/temp/node-sass/test/fixtures/spec/spec/scss/numbers/input.scss", {st_mode=S_IFREG|0664, st_size=64, ...}) = 0
[pid 20337] 05:21:05.469214 clock_gettime(CLOCK_REALTIME, {1420032065, 469282300}) = 0
[pid 20337] 05:21:05.469398 clock_gettime(CLOCK_REALTIME, {1420032065, 469455300}) = 0
[pid 20337] 05:21:05.469562 clock_gettime(CLOCK_REALTIME, {1420032065, 469625800}) = 0
[pid 20338] 05:21:05.472211 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.472449 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.472575 stat("/temp/node-sass/test/fixtures/spec/spec/scss/one_line_comments/input.scss", {st_mode=S_IFREG|0664, st_size=40, ...}) = 0
[pid 20337] 05:21:05.473381 clock_gettime(CLOCK_REALTIME, {1420032065, 473449800}) = 0
[pid 20337] 05:21:05.473561 clock_gettime(CLOCK_REALTIME, {1420032065, 473611600}) = 0
[pid 20337] 05:21:05.473724 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.475814 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.476324 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.482195 <... clock_gettime resumed> {1420032065, 475806100}) = 0
[pid 20337] 05:21:05.482439 stat("/temp/node-sass/test/fixtures/spec/spec/scss/parent_selectors/input.scss", {st_mode=S_IFREG|0664, st_size=43, ...}) = 0
[pid 20337] 05:21:05.482544 clock_gettime(CLOCK_REALTIME, {1420032065, 482564600}) = 0
[pid 20337] 05:21:05.482596 clock_gettime(CLOCK_REALTIME, {1420032065, 482613000}) = 0
[pid 20337] 05:21:05.482648 clock_gettime(CLOCK_REALTIME, {1420032065, 482664500}) = 0
[pid 20337] 05:21:05.482745 stat("/temp/node-sass/test/fixtures/spec/spec/scss/passing_all_as_keyword_args_in_opposite_order/input.scss", {st_mode=S_IFREG|0664, st_size=220, ...}) = 0
[pid 20337] 05:21:05.482819 clock_gettime(CLOCK_REALTIME, {1420032065, 482836800}) = 0
[pid 20337] 05:21:05.482870 clock_gettime(CLOCK_REALTIME, {1420032065, 483027500}) = 0
[pid 20337] 05:21:05.483064 clock_gettime(CLOCK_REALTIME, {1420032065, 483083400}) = 0
[pid 20337] 05:21:05.483161 stat("/temp/node-sass/test/fixtures/spec/spec/scss/passing_required_args_as_a_keyword_arg/input.scss", {st_mode=S_IFREG|0664, st_size=170, ...}) = 0
[pid 20337] 05:21:05.483342 clock_gettime(CLOCK_REALTIME, {1420032065, 483388300}) = 0
[pid 20337] 05:21:05.483470 clock_gettime(CLOCK_REALTIME, {1420032065, 483533200}) = 0
[pid 20337] 05:21:05.483743 clock_gettime(CLOCK_REALTIME, {1420032065, 484108600}) = 0
[pid 20337] 05:21:05.485658 stat("/temp/node-sass/test/fixtures/spec/spec/scss/percentages/input.scss", {st_mode=S_IFREG|0664, st_size=223, ...}) = 0
[pid 20337] 05:21:05.486631 clock_gettime(CLOCK_REALTIME, {1420032065, 486779700}) = 0
[pid 20337] 05:21:05.487104 clock_gettime(CLOCK_REALTIME, {1420032065, 487161100}) = 0
[pid 20337] 05:21:05.487249 clock_gettime(CLOCK_REALTIME, {1420032065, 487292500}) = 0
[pid 20337] 05:21:05.487746 stat("/temp/node-sass/test/fixtures/spec/spec/scss/placeholder/input.scss", {st_mode=S_IFREG|0664, st_size=97, ...}) = 0
[pid 20337] 05:21:05.489013 clock_gettime(CLOCK_REALTIME, {1420032065, 490340900}) = 0
[pid 20338] 05:21:05.491414 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.491866 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.492010 clock_gettime(CLOCK_REALTIME, {1420032065, 492064800}) = 0
[pid 20337] 05:21:05.492153 clock_gettime(CLOCK_REALTIME, {1420032065, 492194600}) = 0
[pid 20337] 05:21:05.492376 stat("/temp/node-sass/test/fixtures/spec/spec/scss/placeholder-with-media/input.scss", {st_mode=S_IFREG|0664, st_size=94, ...}) = 0
[pid 20337] 05:21:05.492619 clock_gettime(CLOCK_REALTIME, {1420032065, 493091300}) = 0
[pid 20337] 05:21:05.493307 clock_gettime(CLOCK_REALTIME, {1420032065, 493371900}) = 0
[pid 20337] 05:21:05.493467 clock_gettime(CLOCK_REALTIME, {1420032065, 493523900}) = 0
[pid 20337] 05:21:05.493812 stat("/temp/node-sass/test/fixtures/spec/spec/scss/precision/input.scss", {st_mode=S_IFREG|0664, st_size=84, ...}) = 0
[pid 20337] 05:21:05.494178 clock_gettime(CLOCK_REALTIME, {1420032065, 494232800}) = 0
[pid 20337] 05:21:05.494364 clock_gettime(CLOCK_REALTIME, {1420032065, 494446200}) = 0
[pid 20337] 05:21:05.494613 clock_gettime(CLOCK_REALTIME, {1420032065, 494681300}) = 0
[pid 20337] 05:21:05.494928 stat("/temp/node-sass/test/fixtures/spec/spec/scss/prop_name_interpolation_after_hyphen/input.scss", {st_mode=S_IFREG|0664, st_size=24, ...}) = 0
[pid 20337] 05:21:05.495175 clock_gettime(CLOCK_REALTIME, {1420032065, 495241500}) = 0
[pid 20337] 05:21:05.495375 clock_gettime(CLOCK_REALTIME, {1420032065, 495460000}) = 0
[pid 20337] 05:21:05.495603 clock_gettime(CLOCK_REALTIME, {1420032065, 495669700}) = 0
[pid 20337] 05:21:05.495885 stat("/temp/node-sass/test/fixtures/spec/spec/scss/prop_name_only_interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=30, ...}) = 0
[pid 20337] 05:21:05.496146 clock_gettime(CLOCK_REALTIME, {1420032065, 496230900}) = 0
[pid 20337] 05:21:05.496375 clock_gettime(CLOCK_REALTIME, {1420032065, 496450300}) = 0
[pid 20337] 05:21:05.496545 clock_gettime(CLOCK_REALTIME, {1420032065, 496623100}) = 0
[pid 20337] 05:21:05.496860 stat("/temp/node-sass/test/fixtures/spec/spec/scss/property_interpolation_at_dashes/input.scss", {st_mode=S_IFREG|0664, st_size=50, ...}) = 0
[pid 20337] 05:21:05.497126 clock_gettime(CLOCK_REALTIME, {1420032065, 497201900}) = 0
[pid 20337] 05:21:05.497334 clock_gettime(CLOCK_REALTIME, {1420032065, 497399800}) = 0
[pid 20337] 05:21:05.497540 clock_gettime(CLOCK_REALTIME, {1420032065, 497625000}) = 0
[pid 20337] 05:21:05.497970 stat("/temp/node-sass/test/fixtures/spec/spec/scss/quotes-in-interpolated-strings/input.scss", {st_mode=S_IFREG|0664, st_size=144, ...}) = 0
[pid 20337] 05:21:05.498224 clock_gettime(CLOCK_REALTIME, {1420032065, 498276000}) = 0
[pid 20337] 05:21:05.498353 clock_gettime(CLOCK_REALTIME, {1420032065, 498430700}) = 0
[pid 20337] 05:21:05.498549 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.498709 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.498789 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.498912 <... clock_gettime resumed> {1420032065, 498704600}) = 0
[pid 20337] 05:21:05.499086 stat("/temp/node-sass/test/fixtures/spec/spec/scss/retina-image/input.scss", {st_mode=S_IFREG|0664, st_size=795, ...}) = 0
[pid 20337] 05:21:05.499252 clock_gettime(CLOCK_REALTIME, {1420032065, 499294500}) = 0
[pid 20337] 05:21:05.499359 clock_gettime(CLOCK_REALTIME, {1420032065, 499417700}) = 0
[pid 20337] 05:21:05.499532 clock_gettime(CLOCK_REALTIME, {1420032065, 499576800}) = 0
[pid 20337] 05:21:05.499754 stat("/temp/node-sass/test/fixtures/spec/spec/scss/sass_script/input.scss", {st_mode=S_IFREG|0664, st_size=68, ...}) = 0
[pid 20337] 05:21:05.499971 clock_gettime(CLOCK_REALTIME, {1420032065, 500037000}) = 0
[pid 20337] 05:21:05.500140 clock_gettime(CLOCK_REALTIME, {1420032065, 500208300}) = 0
[pid 20337] 05:21:05.500285 clock_gettime(CLOCK_REALTIME, {1420032065, 500325900}) = 0
[pid 20337] 05:21:05.500483 stat("/temp/node-sass/test/fixtures/spec/spec/scss/selector_interpolation_at_attr_beginning/input.scss", {st_mode=S_IFREG|0664, st_size=35, ...}) = 0
[pid 20337] 05:21:05.500762 clock_gettime(CLOCK_REALTIME, {1420032065, 500844100}) = 0
[pid 20337] 05:21:05.501212 clock_gettime(CLOCK_REALTIME, {1420032065, 501266500}) = 0
[pid 20337] 05:21:05.501336 clock_gettime(CLOCK_REALTIME, {1420032065, 501375600}) = 0
[pid 20337] 05:21:05.501517 stat("/temp/node-sass/test/fixtures/spec/spec/scss/selector_interpolation_at_class_begininng/input.scss", {st_mode=S_IFREG|0664, st_size=30, ...}) = 0
[pid 20337] 05:21:05.502193 clock_gettime(CLOCK_REALTIME, {1420032065, 502280100}) = 0
[pid 20337] 05:21:05.502412 clock_gettime(CLOCK_REALTIME, {1420032065, 502477600}) = 0
[pid 20337] 05:21:05.502605 clock_gettime(CLOCK_REALTIME, {1420032065, 502675900}) = 0
[pid 20337] 05:21:05.502922 stat("/temp/node-sass/test/fixtures/spec/spec/scss/selector_interpolation_at_id_begininng/input.scss", {st_mode=S_IFREG|0664, st_size=30, ...}) = 0
[pid 20337] 05:21:05.503096 clock_gettime(CLOCK_REALTIME, {1420032065, 503138800}) = 0
[pid 20337] 05:21:05.503243 clock_gettime(CLOCK_REALTIME, {1420032065, 503304700}) = 0
[pid 20337] 05:21:05.503410 clock_gettime(CLOCK_REALTIME, {1420032065, 503481100}) = 0
[pid 20337] 05:21:05.503738 stat("/temp/node-sass/test/fixtures/spec/spec/scss/selector_interpolation_at_pseudo_begininng/input.scss", {st_mode=S_IFREG|0664, st_size=39, ...}) = 0
[pid 20337] 05:21:05.504392 clock_gettime(CLOCK_REALTIME, {1420032065, 504644300}) = 0
[pid 20337] 05:21:05.504955 clock_gettime(CLOCK_REALTIME, {1420032065, 505054000}) = 0
[pid 20337] 05:21:05.505200 clock_gettime(CLOCK_REALTIME, {1420032065, 505284500}) = 0
[pid 20337] 05:21:05.505599 stat("/temp/node-sass/test/fixtures/spec/spec/scss/selector_interpolation_in_pseudoclass/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.506305 clock_gettime(CLOCK_REALTIME, {1420032065, 506414400}) = 0
[pid 20338] 05:21:05.506585 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.506729 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.506929 clock_gettime(CLOCK_REALTIME, {1420032065, 506966400}) = 0
[pid 20337] 05:21:05.507036 clock_gettime(CLOCK_REALTIME, {1420032065, 507077700}) = 0
[pid 20337] 05:21:05.507313 stat("/temp/node-sass/test/fixtures/spec/spec/scss/selectors/input.scss", {st_mode=S_IFREG|0664, st_size=409, ...}) = 0
[pid 20337] 05:21:05.507897 clock_gettime(CLOCK_REALTIME, {1420032065, 508094600}) = 0
[pid 20337] 05:21:05.508337 clock_gettime(CLOCK_REALTIME, {1420032065, 508729100}) = 0
[pid 20337] 05:21:05.508882 clock_gettime(CLOCK_REALTIME, {1420032065, 508958800}) = 0
[pid 20337] 05:21:05.509209 stat("/temp/node-sass/test/fixtures/spec/spec/scss/several_namespace_properties/input.scss", {st_mode=S_IFREG|0664, st_size=105, ...}) = 0
[pid 20337] 05:21:05.509462 clock_gettime(CLOCK_REALTIME, {1420032065, 509544200}) = 0
[pid 20337] 05:21:05.509684 clock_gettime(CLOCK_REALTIME, {1420032065, 509903900}) = 0
[pid 20337] 05:21:05.510033 clock_gettime(CLOCK_REALTIME, {1420032065, 510098600}) = 0
[pid 20337] 05:21:05.510280 stat("/temp/node-sass/test/fixtures/spec/spec/scss/simple-inheritance/input.scss", {st_mode=S_IFREG|0664, st_size=603, ...}) = 0
[pid 20337] 05:21:05.510504 clock_gettime(CLOCK_REALTIME, {1420032065, 510620100}) = 0
[pid 20337] 05:21:05.510708 clock_gettime(CLOCK_REALTIME, {1420032065, 510770700}) = 0
[pid 20337] 05:21:05.510837 clock_gettime(CLOCK_REALTIME, {1420032065, 510906100}) = 0
[pid 20337] 05:21:05.511069 stat("/temp/node-sass/test/fixtures/spec/spec/scss/simple-lists/input.scss", {st_mode=S_IFREG|0664, st_size=70, ...}) = 0
[pid 20337] 05:21:05.511276 clock_gettime(CLOCK_REALTIME, {1420032065, 511587200}) = 0
[pid 20337] 05:21:05.511794 clock_gettime(CLOCK_REALTIME, {1420032065, 511868400}) = 0
[pid 20337] 05:21:05.512042 clock_gettime(CLOCK_REALTIME, {1420032065, 512118000}) = 0
[pid 20337] 05:21:05.512319 stat("/temp/node-sass/test/fixtures/spec/spec/scss/star_plus_and_parent/input.scss", {st_mode=S_IFREG|0664, st_size=22, ...}) = 0
[pid 20337] 05:21:05.512638 clock_gettime(CLOCK_REALTIME, {1420032065, 512729600}) = 0
[pid 20337] 05:21:05.512872 clock_gettime(CLOCK_REALTIME, {1420032065, 512943500}) = 0
[pid 20337] 05:21:05.513058 clock_gettime(CLOCK_REALTIME, {1420032065, 513126400}) = 0
[pid 20337] 05:21:05.513327 stat("/temp/node-sass/test/fixtures/spec/spec/scss/strings/input.scss", {st_mode=S_IFREG|0664, st_size=155, ...}) = 0
[pid 20337] 05:21:05.513557 clock_gettime(CLOCK_REALTIME, {1420032065, 513636200}) = 0
[pid 20337] 05:21:05.513781 clock_gettime(CLOCK_REALTIME, {1420032065, 513855700}) = 0
[pid 20337] 05:21:05.513971 clock_gettime(CLOCK_REALTIME, {1420032065, 514054500}) = 0
[pid 20337] 05:21:05.514259 stat("/temp/node-sass/test/fixtures/spec/spec/scss/unquote/input.scss", {st_mode=S_IFREG|0664, st_size=320, ...}) = 0
[pid 20337] 05:21:05.514499 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.514779 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.514892 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.515077 <... clock_gettime resumed> {1420032065, 514636300}) = 0
[pid 20337] 05:21:05.515237 clock_gettime(CLOCK_REALTIME, {1420032065, 515324400}) = 0
[pid 20337] 05:21:05.515426 clock_gettime(CLOCK_REALTIME, {1420032065, 515495400}) = 0
[pid 20337] 05:21:05.515736 stat("/temp/node-sass/test/fixtures/spec/spec/scss/url_import/input.scss", {st_mode=S_IFREG|0664, st_size=24, ...}) = 0
[pid 20337] 05:21:05.515994 clock_gettime(CLOCK_REALTIME, {1420032065, 516053500}) = 0
[pid 20337] 05:21:05.516180 clock_gettime(CLOCK_REALTIME, {1420032065, 516269800}) = 0
[pid 20337] 05:21:05.516403 clock_gettime(CLOCK_REALTIME, {1420032065, 516479500}) = 0
[pid 20337] 05:21:05.516664 stat("/temp/node-sass/test/fixtures/spec/spec/scss/variables/input.scss", {st_mode=S_IFREG|0664, st_size=74, ...}) = 0
[pid 20337] 05:21:05.516906 clock_gettime(CLOCK_REALTIME, {1420032065, 516962000}) = 0
[pid 20337] 05:21:05.517088 clock_gettime(CLOCK_REALTIME, {1420032065, 517149000}) = 0
[pid 20337] 05:21:05.517244 clock_gettime(CLOCK_REALTIME, {1420032065, 517289600}) = 0
[pid 20337] 05:21:05.517406 stat("/temp/node-sass/test/fixtures/spec/spec/scss/vars/input.scss", {st_mode=S_IFREG|0664, st_size=72, ...}) = 0
[pid 20337] 05:21:05.517957 clock_gettime(CLOCK_REALTIME, {1420032065, 518004400}) = 0
[pid 20337] 05:21:05.518082 clock_gettime(CLOCK_REALTIME, {1420032065, 518202100}) = 0
[pid 20337] 05:21:05.518291 clock_gettime(CLOCK_REALTIME, {1420032065, 518335400}) = 0
[pid 20337] 05:21:05.518734 stat("/temp/node-sass/test/fixtures/spec/spec/scss/weird-selectors/input.scss", {st_mode=S_IFREG|0664, st_size=97, ...}) = 0
[pid 20337] 05:21:05.519424 clock_gettime(CLOCK_REALTIME, {1420032065, 519500400}) = 0
[pid 20337] 05:21:05.519620 clock_gettime(CLOCK_REALTIME, {1420032065, 519708900}) = 0
[pid 20337] 05:21:05.519973 clock_gettime(CLOCK_REALTIME, {1420032065, 520135900}) = 0
[pid 20337] 05:21:05.520467 stat("/temp/node-sass/test/fixtures/spec/spec/scss/weird_added_space/input.scss", {st_mode=S_IFREG|0664, st_size=46, ...}) = 0
[pid 20337] 05:21:05.520732 clock_gettime(CLOCK_REALTIME, {1420032065, 520814200}) = 0
[pid 20337] 05:21:05.521013 clock_gettime(CLOCK_REALTIME, {1420032065, 521192400}) = 0
[pid 20337] 05:21:05.521379 clock_gettime(CLOCK_REALTIME, {1420032065, 521512600}) = 0
[pid 20337] 05:21:05.522189 stat("/temp/node-sass/test/fixtures/spec/spec/scss/while/input.scss", {st_mode=S_IFREG|0664, st_size=132, ...}) = 0
[pid 20337] 05:21:05.522481 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.522886 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.523030 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.523187 <... clock_gettime resumed> {1420032065, 522647100}) = 0
[pid 20337] 05:21:05.523330 clock_gettime(CLOCK_REALTIME, {1420032065, 523416000}) = 0
[pid 20337] 05:21:05.523597 clock_gettime(CLOCK_REALTIME, {1420032065, 523682700}) = 0
[pid 20337] 05:21:05.524116 stat("/temp/node-sass/test/fixtures/spec/spec/scss/while_directive/input.scss", {st_mode=S_IFREG|0664, st_size=67, ...}) = 0
[pid 20337] 05:21:05.524373 clock_gettime(CLOCK_REALTIME, {1420032065, 524449600}) = 0
[pid 20337] 05:21:05.524575 clock_gettime(CLOCK_REALTIME, {1420032065, 524656800}) = 0
[pid 20337] 05:21:05.524870 clock_gettime(CLOCK_REALTIME, {1420032065, 524921600}) = 0
[pid 20337] 05:21:05.525172 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/001_test_one_line_comments/input.scss", {st_mode=S_IFREG|0664, st_size=39, ...}) = 0
[pid 20337] 05:21:05.525402 clock_gettime(CLOCK_REALTIME, {1420032065, 525466400}) = 0
[pid 20337] 05:21:05.525580 clock_gettime(CLOCK_REALTIME, {1420032065, 525628600}) = 0
[pid 20337] 05:21:05.525746 clock_gettime(CLOCK_REALTIME, {1420032065, 525791300}) = 0
[pid 20337] 05:21:05.525949 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/002_test_one_line_comments/input.scss", {st_mode=S_IFREG|0664, st_size=40, ...}) = 0
[pid 20337] 05:21:05.526158 clock_gettime(CLOCK_REALTIME, {1420032065, 526226900}) = 0
[pid 20337] 05:21:05.526340 clock_gettime(CLOCK_REALTIME, {1420032065, 526397600}) = 0
[pid 20337] 05:21:05.526491 clock_gettime(CLOCK_REALTIME, {1420032065, 526580900}) = 0
[pid 20337] 05:21:05.526764 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/003_test_variables/input.scss", {st_mode=S_IFREG|0664, st_size=27, ...}) = 0
[pid 20337] 05:21:05.526985 clock_gettime(CLOCK_REALTIME, {1420032065, 527067600}) = 0
[pid 20337] 05:21:05.527201 clock_gettime(CLOCK_REALTIME, {1420032065, 527276500}) = 0
[pid 20337] 05:21:05.527383 clock_gettime(CLOCK_REALTIME, {1420032065, 527467100}) = 0
[pid 20337] 05:21:05.527654 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/004_test_variables/input.scss", {st_mode=S_IFREG|0664, st_size=74, ...}) = 0
[pid 20337] 05:21:05.527937 clock_gettime(CLOCK_REALTIME, {1420032065, 528010100}) = 0
[pid 20337] 05:21:05.528124 clock_gettime(CLOCK_REALTIME, {1420032065, 528203000}) = 0
[pid 20337] 05:21:05.528339 clock_gettime(CLOCK_REALTIME, {1420032065, 528424200}) = 0
[pid 20337] 05:21:05.528611 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/005_test_unicode_variables/input.scss", {st_mode=S_IFREG|0664, st_size=29, ...}) = 0
[pid 20337] 05:21:05.528847 clock_gettime(CLOCK_REALTIME, {1420032065, 528913700}) = 0
[pid 20337] 05:21:05.529006 clock_gettime(CLOCK_REALTIME, {1420032065, 529051900}) = 0
[pid 20337] 05:21:05.529117 clock_gettime(CLOCK_REALTIME, {1420032065, 529186600}) = 0
[pid 20337] 05:21:05.529328 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/006_test_guard_assign/input.scss", {st_mode=S_IFREG|0664, st_size=42, ...}) = 0
[pid 20337] 05:21:05.529501 clock_gettime(CLOCK_REALTIME, {1420032065, 529541500}) = 0
[pid 20337] 05:21:05.529626 clock_gettime(CLOCK_REALTIME, {1420032065, 529665200}) = 0
[pid 20337] 05:21:05.529744 clock_gettime(CLOCK_REALTIME, {1420032065, 529813600}) = 0
[pid 20337] 05:21:05.529953 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/007_test_guard_assign/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.530157 clock_gettime(CLOCK_REALTIME, {1420032065, 530209800}) = 0
[pid 20337] 05:21:05.530347 clock_gettime(CLOCK_REALTIME, {1420032065, 530427700}) = 0
[pid 20338] 05:21:05.530642 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.530782 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.530909 clock_gettime(CLOCK_REALTIME, {1420032065, 530972700}) = 0
[pid 20337] 05:21:05.531126 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/008_test_sass_script/input.scss", {st_mode=S_IFREG|0664, st_size=68, ...}) = 0
[pid 20337] 05:21:05.531344 clock_gettime(CLOCK_REALTIME, {1420032065, 531410300}) = 0
[pid 20337] 05:21:05.531500 clock_gettime(CLOCK_REALTIME, {1420032065, 531546200}) = 0
[pid 20337] 05:21:05.531609 clock_gettime(CLOCK_REALTIME, {1420032065, 531645800}) = 0
[pid 20337] 05:21:05.531788 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/009_test_for_directive/input.scss", {st_mode=S_IFREG|0664, st_size=44, ...}) = 0
[pid 20337] 05:21:05.531988 clock_gettime(CLOCK_REALTIME, {1420032065, 532050100}) = 0
[pid 20337] 05:21:05.532150 clock_gettime(CLOCK_REALTIME, {1420032065, 532211500}) = 0
[pid 20337] 05:21:05.532309 clock_gettime(CLOCK_REALTIME, {1420032065, 532359700}) = 0
[pid 20337] 05:21:05.532479 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/010_test_for_directive/input.scss", {st_mode=S_IFREG|0664, st_size=49, ...}) = 0
[pid 20337] 05:21:05.532672 clock_gettime(CLOCK_REALTIME, {1420032065, 532755000}) = 0
[pid 20337] 05:21:05.532825 clock_gettime(CLOCK_REALTIME, {1420032065, 532865300}) = 0
[pid 20337] 05:21:05.532986 clock_gettime(CLOCK_REALTIME, {1420032065, 533053400}) = 0
[pid 20337] 05:21:05.533184 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/011_test_if_directive/input.scss", {st_mode=S_IFREG|0664, st_size=64, ...}) = 0
[pid 20337] 05:21:05.533384 clock_gettime(CLOCK_REALTIME, {1420032065, 533440200}) = 0
[pid 20337] 05:21:05.533535 clock_gettime(CLOCK_REALTIME, {1420032065, 533612100}) = 0
[pid 20337] 05:21:05.533721 clock_gettime(CLOCK_REALTIME, {1420032065, 533792200}) = 0
[pid 20337] 05:21:05.533914 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/012_test_if_directive/input.scss", {st_mode=S_IFREG|0664, st_size=96, ...}) = 0
[pid 20337] 05:21:05.534104 clock_gettime(CLOCK_REALTIME, {1420032065, 534237400}) = 0
[pid 20337] 05:21:05.534516 clock_gettime(CLOCK_REALTIME, {1420032065, 534632100}) = 0
[pid 20337] 05:21:05.535160 clock_gettime(CLOCK_REALTIME, {1420032065, 535593000}) = 0
[pid 20337] 05:21:05.535945 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/013_test_if_directive/input.scss", {st_mode=S_IFREG|0664, st_size=51, ...}) = 0
[pid 20337] 05:21:05.536249 clock_gettime(CLOCK_REALTIME, {1420032065, 536328800}) = 0
[pid 20337] 05:21:05.536481 clock_gettime(CLOCK_REALTIME, {1420032065, 536563800}) = 0
[pid 20337] 05:21:05.536724 clock_gettime(CLOCK_REALTIME, {1420032065, 536800900}) = 0
[pid 20337] 05:21:05.537036 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/014_test_comment_after_if_directive/input.scss", {st_mode=S_IFREG|0664, st_size=59, ...}) = 0
[pid 20337] 05:21:05.537330 clock_gettime(CLOCK_REALTIME, {1420032065, 537425000}) = 0
[pid 20337] 05:21:05.537603 clock_gettime(CLOCK_REALTIME, {1420032065, 537679300}) = 0
[pid 20337] 05:21:05.537896 clock_gettime(CLOCK_REALTIME, {1420032065, 538025500}) = 0
[pid 20337] 05:21:05.538445 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/015_test_comment_after_if_directive/input.scss", <unfinished ...>
[pid 20338] 05:21:05.539094 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.539877 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.540230 <... stat resumed> {st_mode=S_IFREG|0664, st_size=74, ...}) = 0
[pid 20337] 05:21:05.540446 clock_gettime(CLOCK_REALTIME, {1420032065, 540514100}) = 0
[pid 20337] 05:21:05.540635 clock_gettime(CLOCK_REALTIME, {1420032065, 540742500}) = 0
[pid 20337] 05:21:05.540876 clock_gettime(CLOCK_REALTIME, {1420032065, 540965900}) = 0
[pid 20337] 05:21:05.541228 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/017_test_each_directive/input.scss", {st_mode=S_IFREG|0664, st_size=124, ...}) = 0
[pid 20337] 05:21:05.541505 clock_gettime(CLOCK_REALTIME, {1420032065, 541586700}) = 0
[pid 20337] 05:21:05.541750 clock_gettime(CLOCK_REALTIME, {1420032065, 541827700}) = 0
[pid 20337] 05:21:05.541957 clock_gettime(CLOCK_REALTIME, {1420032065, 542036000}) = 0
[pid 20337] 05:21:05.542246 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/019_test_css_import_directive/input.scss", {st_mode=S_IFREG|0664, st_size=18, ...}) = 0
[pid 20337] 05:21:05.542512 clock_gettime(CLOCK_REALTIME, {1420032065, 542632800}) = 0
[pid 20337] 05:21:05.543022 clock_gettime(CLOCK_REALTIME, {1420032065, 543112900}) = 0
[pid 20337] 05:21:05.543221 clock_gettime(CLOCK_REALTIME, {1420032065, 543299000}) = 0
[pid 20337] 05:21:05.543491 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/020_test_css_import_directive/input.scss", {st_mode=S_IFREG|0664, st_size=18, ...}) = 0
[pid 20337] 05:21:05.543705 clock_gettime(CLOCK_REALTIME, {1420032065, 543937500}) = 0
[pid 20337] 05:21:05.544012 clock_gettime(CLOCK_REALTIME, {1420032065, 544056300}) = 0
[pid 20337] 05:21:05.544144 clock_gettime(CLOCK_REALTIME, {1420032065, 544199000}) = 0
[pid 20337] 05:21:05.544408 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/021_test_css_import_directive/input.scss", {st_mode=S_IFREG|0664, st_size=23, ...}) = 0
[pid 20337] 05:21:05.544626 clock_gettime(CLOCK_REALTIME, {1420032065, 544686300}) = 0
[pid 20337] 05:21:05.545175 clock_gettime(CLOCK_REALTIME, {1420032065, 545253900}) = 0
[pid 20337] 05:21:05.545360 clock_gettime(CLOCK_REALTIME, {1420032065, 545453000}) = 0
[pid 20337] 05:21:05.545731 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/022_test_css_import_directive/input.scss", {st_mode=S_IFREG|0664, st_size=23, ...}) = 0
[pid 20337] 05:21:05.545998 clock_gettime(CLOCK_REALTIME, {1420032065, 546100200}) = 0
[pid 20337] 05:21:05.546224 clock_gettime(CLOCK_REALTIME, {1420032065, 546326200}) = 0
[pid 20337] 05:21:05.546442 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.546702 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.546829 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.547020 <... clock_gettime resumed> {1420032065, 546592200}) = 0
[pid 20337] 05:21:05.547265 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/023_test_css_import_directive/input.scss", {st_mode=S_IFREG|0664, st_size=21, ...}) = 0
[pid 20337] 05:21:05.547540 clock_gettime(CLOCK_REALTIME, {1420032065, 547610000}) = 0
[pid 20337] 05:21:05.547761 clock_gettime(CLOCK_REALTIME, {1420032065, 547836800}) = 0
[pid 20337] 05:21:05.547958 clock_gettime(CLOCK_REALTIME, {1420032065, 548061200}) = 0
[pid 20337] 05:21:05.548229 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/028_test_import_with_interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=98, ...}) = 0
[pid 20337] 05:21:05.548459 clock_gettime(CLOCK_REALTIME, {1420032065, 548520700}) = 0
[pid 20337] 05:21:05.548616 clock_gettime(CLOCK_REALTIME, {1420032065, 548685100}) = 0
[pid 20337] 05:21:05.548815 clock_gettime(CLOCK_REALTIME, {1420032065, 548870900}) = 0
[pid 20337] 05:21:05.549022 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/029_test_url_import/input.scss", {st_mode=S_IFREG|0664, st_size=24, ...}) = 0
[pid 20337] 05:21:05.549239 clock_gettime(CLOCK_REALTIME, {1420032065, 549282300}) = 0
[pid 20337] 05:21:05.549363 clock_gettime(CLOCK_REALTIME, {1420032065, 549410100}) = 0
[pid 20337] 05:21:05.549528 clock_gettime(CLOCK_REALTIME, {1420032065, 549602500}) = 0
[pid 20337] 05:21:05.549794 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/030_test_block_comment_in_script/input.scss", {st_mode=S_IFREG|0664, st_size=29, ...}) = 0
[pid 20337] 05:21:05.550080 clock_gettime(CLOCK_REALTIME, {1420032065, 550147600}) = 0
[pid 20337] 05:21:05.550290 clock_gettime(CLOCK_REALTIME, {1420032065, 550360200}) = 0
[pid 20337] 05:21:05.550494 clock_gettime(CLOCK_REALTIME, {1420032065, 550610700}) = 0
[pid 20337] 05:21:05.551048 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/031_test_line_comment_in_script/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.551317 clock_gettime(CLOCK_REALTIME, {1420032065, 551361300}) = 0
[pid 20337] 05:21:05.551433 clock_gettime(CLOCK_REALTIME, {1420032065, 551475700}) = 0
[pid 20337] 05:21:05.552341 clock_gettime(CLOCK_REALTIME, {1420032065, 552437600}) = 0
[pid 20337] 05:21:05.552904 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/032_test_nested_rules/input.scss", {st_mode=S_IFREG|0664, st_size=17, ...}) = 0
[pid 20337] 05:21:05.553204 clock_gettime(CLOCK_REALTIME, {1420032065, 553260600}) = 0
[pid 20337] 05:21:05.553330 clock_gettime(CLOCK_REALTIME, {1420032065, 553404300}) = 0
[pid 20337] 05:21:05.553513 clock_gettime(CLOCK_REALTIME, {1420032065, 553578000}) = 0
[pid 20337] 05:21:05.554282 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/033_test_nested_rules/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20338] 05:21:05.554680 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.555191 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.555620 clock_gettime(CLOCK_REALTIME, {1420032065, 556407400}) = 0
[pid 20337] 05:21:05.556569 clock_gettime(CLOCK_REALTIME, {1420032065, 556891600}) = 0
[pid 20337] 05:21:05.557194 clock_gettime(CLOCK_REALTIME, {1420032065, 557266200}) = 0
[pid 20337] 05:21:05.557477 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/034_test_nested_rules/input.scss", {st_mode=S_IFREG|0664, st_size=46, ...}) = 0
[pid 20337] 05:21:05.557958 clock_gettime(CLOCK_REALTIME, {1420032065, 558024700}) = 0
[pid 20337] 05:21:05.558137 clock_gettime(CLOCK_REALTIME, {1420032065, 558187300}) = 0
[pid 20337] 05:21:05.558313 clock_gettime(CLOCK_REALTIME, {1420032065, 558377200}) = 0
[pid 20337] 05:21:05.558569 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/035_test_nested_rules_with_declarations/input.scss", {st_mode=S_IFREG|0664, st_size=28, ...}) = 0
[pid 20337] 05:21:05.558857 clock_gettime(CLOCK_REALTIME, {1420032065, 558901000}) = 0
[pid 20337] 05:21:05.558995 clock_gettime(CLOCK_REALTIME, {1420032065, 559067100}) = 0
[pid 20337] 05:21:05.559159 clock_gettime(CLOCK_REALTIME, {1420032065, 559219700}) = 0
[pid 20337] 05:21:05.559358 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/036_test_nested_rules_with_declarations/input.scss", {st_mode=S_IFREG|0664, st_size=27, ...}) = 0
[pid 20337] 05:21:05.559516 clock_gettime(CLOCK_REALTIME, {1420032065, 559562300}) = 0
[pid 20337] 05:21:05.559714 clock_gettime(CLOCK_REALTIME, {1420032065, 559781100}) = 0
[pid 20337] 05:21:05.559890 clock_gettime(CLOCK_REALTIME, {1420032065, 559938100}) = 0
[pid 20337] 05:21:05.560112 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/037_test_nested_rules_with_declarations/input.scss", {st_mode=S_IFREG|0664, st_size=137, ...}) = 0
[pid 20337] 05:21:05.560301 clock_gettime(CLOCK_REALTIME, {1420032065, 560382800}) = 0
[pid 20337] 05:21:05.560517 clock_gettime(CLOCK_REALTIME, {1420032065, 560592400}) = 0
[pid 20337] 05:21:05.560732 clock_gettime(CLOCK_REALTIME, {1420032065, 560799200}) = 0
[pid 20337] 05:21:05.560991 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/038_test_nested_rules_with_fancy_selectors/input.scss", {st_mode=S_IFREG|0664, st_size=53, ...}) = 0
[pid 20337] 05:21:05.561237 clock_gettime(CLOCK_REALTIME, {1420032065, 561327900}) = 0
[pid 20337] 05:21:05.561445 clock_gettime(CLOCK_REALTIME, {1420032065, 561516100}) = 0
[pid 20337] 05:21:05.561639 clock_gettime(CLOCK_REALTIME, {1420032065, 561721700}) = 0
[pid 20337] 05:21:05.561925 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/039_test_almost_ambiguous_nested_rules_and_declarations/input.scss", {st_mode=S_IFREG|0664, st_size=195, ...}) = 0
[pid 20337] 05:21:05.562182 clock_gettime(CLOCK_REALTIME, {1420032065, 562258800}) = 0
[pid 20337] 05:21:05.562378 clock_gettime(CLOCK_REALTIME, {1420032065, 562438500}) = 0
[pid 20338] 05:21:05.562621 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.562747 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.562923 clock_gettime(CLOCK_REALTIME, {1420032065, 563003900}) = 0
[pid 20337] 05:21:05.563223 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/040_test_newlines_in_selectors/input.scss", {st_mode=S_IFREG|0664, st_size=15, ...}) = 0
[pid 20337] 05:21:05.563459 clock_gettime(CLOCK_REALTIME, {1420032065, 563518700}) = 0
[pid 20337] 05:21:05.563654 clock_gettime(CLOCK_REALTIME, {1420032065, 563740400}) = 0
[pid 20337] 05:21:05.563873 clock_gettime(CLOCK_REALTIME, {1420032065, 563943900}) = 0
[pid 20337] 05:21:05.564137 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/041_test_newlines_in_selectors/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.564400 clock_gettime(CLOCK_REALTIME, {1420032065, 564475800}) = 0
[pid 20337] 05:21:05.564583 clock_gettime(CLOCK_REALTIME, {1420032065, 564659600}) = 0
[pid 20337] 05:21:05.564810 clock_gettime(CLOCK_REALTIME, {1420032065, 564883000}) = 0
[pid 20337] 05:21:05.565080 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/042_test_newlines_in_selectors/input.scss", {st_mode=S_IFREG|0664, st_size=49, ...}) = 0
[pid 20337] 05:21:05.565344 clock_gettime(CLOCK_REALTIME, {1420032065, 565414200}) = 0
[pid 20337] 05:21:05.565561 clock_gettime(CLOCK_REALTIME, {1420032065, 565649400}) = 0
[pid 20337] 05:21:05.565857 clock_gettime(CLOCK_REALTIME, {1420032065, 565930100}) = 0
[pid 20337] 05:21:05.566118 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/043_test_newlines_in_selectors/input.scss", {st_mode=S_IFREG|0664, st_size=41, ...}) = 0
[pid 20337] 05:21:05.566373 clock_gettime(CLOCK_REALTIME, {1420032065, 566443200}) = 0
[pid 20337] 05:21:05.566594 clock_gettime(CLOCK_REALTIME, {1420032065, 566667900}) = 0
[pid 20337] 05:21:05.566784 clock_gettime(CLOCK_REALTIME, {1420032065, 566828900}) = 0
[pid 20337] 05:21:05.566995 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/044_test_trailing_comma_in_selector/input.scss", {st_mode=S_IFREG|0664, st_size=54, ...}) = 0
[pid 20337] 05:21:05.567207 clock_gettime(CLOCK_REALTIME, {1420032065, 567295200}) = 0
[pid 20337] 05:21:05.567386 clock_gettime(CLOCK_REALTIME, {1420032065, 567468100}) = 0
[pid 20337] 05:21:05.567826 clock_gettime(CLOCK_REALTIME, {1420032065, 567899000}) = 0
[pid 20337] 05:21:05.568134 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/045_test_parent_selectors/input.scss", {st_mode=S_IFREG|0664, st_size=43, ...}) = 0
[pid 20337] 05:21:05.568375 clock_gettime(CLOCK_REALTIME, {1420032065, 568558800}) = 0
[pid 20338] 05:21:05.570824 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.570996 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.571452 clock_gettime(CLOCK_REALTIME, {1420032065, 571537900}) = 0
[pid 20337] 05:21:05.571654 clock_gettime(CLOCK_REALTIME, {1420032065, 571736600}) = 0
[pid 20337] 05:21:05.572258 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/047_test_unknown_directive_bubbling/input.scss", {st_mode=S_IFREG|0664, st_size=41, ...}) = 0
[pid 20337] 05:21:05.572469 clock_gettime(CLOCK_REALTIME, {1420032065, 572513500}) = 0
[pid 20337] 05:21:05.572623 clock_gettime(CLOCK_REALTIME, {1420032065, 572712900}) = 0
[pid 20337] 05:21:05.572984 clock_gettime(CLOCK_REALTIME, {1420032065, 573086600}) = 0
[pid 20337] 05:21:05.573273 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/048_test_namespace_properties/input.scss", {st_mode=S_IFREG|0664, st_size=58, ...}) = 0
[pid 20337] 05:21:05.573979 clock_gettime(CLOCK_REALTIME, {1420032065, 574060900}) = 0
[pid 20337] 05:21:05.574201 clock_gettime(CLOCK_REALTIME, {1420032065, 574272100}) = 0
[pid 20337] 05:21:05.574377 clock_gettime(CLOCK_REALTIME, {1420032065, 574440900}) = 0
[pid 20337] 05:21:05.574981 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/049_test_several_namespace_properties/input.scss", {st_mode=S_IFREG|0664, st_size=105, ...}) = 0
[pid 20337] 05:21:05.575300 clock_gettime(CLOCK_REALTIME, {1420032065, 575383900}) = 0
[pid 20337] 05:21:05.575484 clock_gettime(CLOCK_REALTIME, {1420032065, 575568200}) = 0
[pid 20337] 05:21:05.575714 clock_gettime(CLOCK_REALTIME, {1420032065, 575792600}) = 0
[pid 20337] 05:21:05.576045 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/050_test_nested_namespace_properties/input.scss", {st_mode=S_IFREG|0664, st_size=78, ...}) = 0
[pid 20337] 05:21:05.576302 clock_gettime(CLOCK_REALTIME, {1420032065, 576382700}) = 0
[pid 20337] 05:21:05.576507 clock_gettime(CLOCK_REALTIME, {1420032065, 576579700}) = 0
[pid 20337] 05:21:05.576713 clock_gettime(CLOCK_REALTIME, {1420032065, 576933100}) = 0
[pid 20337] 05:21:05.577116 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/051_test_namespace_properties_with_value/input.scss", {st_mode=S_IFREG|0664, st_size=51, ...}) = 0
[pid 20337] 05:21:05.577359 clock_gettime(CLOCK_REALTIME, {1420032065, 577438900}) = 0
[pid 20337] 05:21:05.577556 clock_gettime(CLOCK_REALTIME, {1420032065, 577634000}) = 0
[pid 20337] 05:21:05.577770 clock_gettime(CLOCK_REALTIME, {1420032065, 577837300}) = 0
[pid 20337] 05:21:05.578020 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/052_test_namespace_properties_with_script_value/input.scss", {st_mode=S_IFREG|0664, st_size=58, ...}) = 0
[pid 20337] 05:21:05.578287 clock_gettime(CLOCK_REALTIME, {1420032065, 578357300}) = 0
[pid 20337] 05:21:05.578466 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.578740 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.578877 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.579040 <... clock_gettime resumed> {1420032065, 578617800}) = 0
[pid 20337] 05:21:05.579221 clock_gettime(CLOCK_REALTIME, {1420032065, 579294900}) = 0
[pid 20337] 05:21:05.579540 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/053_test_no_namespace_properties_without_space/input.scss", {st_mode=S_IFREG|0664, st_size=34, ...}) = 0
[pid 20337] 05:21:05.579852 clock_gettime(CLOCK_REALTIME, {1420032065, 579936700}) = 0
[pid 20337] 05:21:05.580045 clock_gettime(CLOCK_REALTIME, {1420032065, 580136900}) = 0
[pid 20337] 05:21:05.580253 clock_gettime(CLOCK_REALTIME, {1420032065, 580346700}) = 0
[pid 20337] 05:21:05.580562 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/054_test_basic_mixins/input.scss", {st_mode=S_IFREG|0664, st_size=43, ...}) = 0
[pid 20337] 05:21:05.580840 clock_gettime(CLOCK_REALTIME, {1420032065, 580900200}) = 0
[pid 20337] 05:21:05.580996 clock_gettime(CLOCK_REALTIME, {1420032065, 581056400}) = 0
[pid 20337] 05:21:05.581165 clock_gettime(CLOCK_REALTIME, {1420032065, 581230500}) = 0
[pid 20337] 05:21:05.581387 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/055_test_basic_mixins/input.scss", {st_mode=S_IFREG|0664, st_size=61, ...}) = 0
[pid 20337] 05:21:05.581584 clock_gettime(CLOCK_REALTIME, {1420032065, 581628300}) = 0
[pid 20337] 05:21:05.581731 clock_gettime(CLOCK_REALTIME, {1420032065, 581808400}) = 0
[pid 20337] 05:21:05.581908 clock_gettime(CLOCK_REALTIME, {1420032065, 581986100}) = 0
[pid 20337] 05:21:05.582160 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/056_test_basic_mixins/input.scss", {st_mode=S_IFREG|0664, st_size=51, ...}) = 0
[pid 20337] 05:21:05.582355 clock_gettime(CLOCK_REALTIME, {1420032065, 582408000}) = 0
[pid 20337] 05:21:05.582561 clock_gettime(CLOCK_REALTIME, {1420032065, 582628800}) = 0
[pid 20337] 05:21:05.582742 clock_gettime(CLOCK_REALTIME, {1420032065, 582809300}) = 0
[pid 20337] 05:21:05.582941 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/057_test_mixins_with_empty_args/input.scss", {st_mode=S_IFREG|0664, st_size=44, ...}) = 0
[pid 20337] 05:21:05.583178 clock_gettime(CLOCK_REALTIME, {1420032065, 583248400}) = 0
[pid 20337] 05:21:05.583377 clock_gettime(CLOCK_REALTIME, {1420032065, 583446400}) = 0
[pid 20337] 05:21:05.583563 clock_gettime(CLOCK_REALTIME, {1420032065, 583641300}) = 0
[pid 20337] 05:21:05.583853 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/058_test_mixins_with_empty_args/input.scss", {st_mode=S_IFREG|0664, st_size=42, ...}) = 0
[pid 20337] 05:21:05.584098 clock_gettime(CLOCK_REALTIME, {1420032065, 584352400}) = 0
[pid 20337] 05:21:05.584534 clock_gettime(CLOCK_REALTIME, {1420032065, 584629300}) = 0
[pid 20337] 05:21:05.585048 clock_gettime(CLOCK_REALTIME, {1420032065, 585140800}) = 0
[pid 20337] 05:21:05.585541 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/059_test_mixins_with_empty_args/input.scss", {st_mode=S_IFREG|0664, st_size=42, ...}) = 0
[pid 20337] 05:21:05.585916 clock_gettime(CLOCK_REALTIME, {1420032065, 585972100}) = 0
[pid 20337] 05:21:05.586043 clock_gettime(CLOCK_REALTIME, {1420032065, 586086200}) = 0
[pid 20337] 05:21:05.586151 clock_gettime(CLOCK_REALTIME, {1420032065, 586244400}) = 0
[pid 20338] 05:21:05.586973 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.587340 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.587578 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/060_test_mixins_with_args/input.scss", {st_mode=S_IFREG|0664, st_size=49, ...}) = 0
[pid 20337] 05:21:05.587880 clock_gettime(CLOCK_REALTIME, {1420032065, 587959400}) = 0
[pid 20337] 05:21:05.588065 clock_gettime(CLOCK_REALTIME, {1420032065, 588249400}) = 0
[pid 20337] 05:21:05.588389 clock_gettime(CLOCK_REALTIME, {1420032065, 588520800}) = 0
[pid 20337] 05:21:05.588746 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/061_test_mixins_with_args/input.scss", {st_mode=S_IFREG|0664, st_size=73, ...}) = 0
[pid 20337] 05:21:05.589096 clock_gettime(CLOCK_REALTIME, {1420032065, 589182200}) = 0
[pid 20337] 05:21:05.589254 clock_gettime(CLOCK_REALTIME, {1420032065, 589293600}) = 0
[pid 20337] 05:21:05.589371 clock_gettime(CLOCK_REALTIME, {1420032065, 589411300}) = 0
[pid 20337] 05:21:05.589876 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/062_test_basic_function/input.scss", {st_mode=S_IFREG|0664, st_size=58, ...}) = 0
[pid 20337] 05:21:05.590301 clock_gettime(CLOCK_REALTIME, {1420032065, 590460500}) = 0
[pid 20337] 05:21:05.590764 clock_gettime(CLOCK_REALTIME, {1420032065, 590849800}) = 0
[pid 20337] 05:21:05.590957 clock_gettime(CLOCK_REALTIME, {1420032065, 591041900}) = 0
[pid 20337] 05:21:05.591342 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/063_test_function_args/input.scss", {st_mode=S_IFREG|0664, st_size=84, ...}) = 0
[pid 20337] 05:21:05.591605 clock_gettime(CLOCK_REALTIME, {1420032065, 591684900}) = 0
[pid 20337] 05:21:05.591855 clock_gettime(CLOCK_REALTIME, {1420032065, 591925000}) = 0
[pid 20337] 05:21:05.592072 clock_gettime(CLOCK_REALTIME, {1420032065, 592147700}) = 0
[pid 20337] 05:21:05.592372 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/064_test_mixin_var_args/input.scss", {st_mode=S_IFREG|0664, st_size=77, ...}) = 0
[pid 20337] 05:21:05.592637 clock_gettime(CLOCK_REALTIME, {1420032065, 592727800}) = 0
[pid 20337] 05:21:05.592846 clock_gettime(CLOCK_REALTIME, {1420032065, 592901700}) = 0
[pid 20337] 05:21:05.592972 clock_gettime(CLOCK_REALTIME, {1420032065, 593027700}) = 0
[pid 20337] 05:21:05.593174 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/065_test_mixin_empty_var_args/input.scss", {st_mode=S_IFREG|0664, st_size=76, ...}) = 0
[pid 20337] 05:21:05.593401 clock_gettime(CLOCK_REALTIME, {1420032065, 593476100}) = 0
[pid 20337] 05:21:05.593613 clock_gettime(CLOCK_REALTIME, {1420032065, 593686200}) = 0
[pid 20337] 05:21:05.593880 clock_gettime(CLOCK_REALTIME, {1420032065, 593935000}) = 0
[pid 20337] 05:21:05.594112 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/066_test_mixin_var_args_act_like_list/input.scss", {st_mode=S_IFREG|0664, st_size=93, ...}) = 0
[pid 20337] 05:21:05.594298 clock_gettime(CLOCK_REALTIME, {1420032065, 594385900}) = 0
[pid 20337] 05:21:05.594497 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.594646 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.594768 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.594928 <... clock_gettime resumed> {1420032065, 594595300}) = 0
[pid 20337] 05:21:05.595026 clock_gettime(CLOCK_REALTIME, {1420032065, 595106600}) = 0
[pid 20337] 05:21:05.595279 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/067_test_mixin_splat_args/input.scss", {st_mode=S_IFREG|0664, st_size=117, ...}) = 0
[pid 20337] 05:21:05.595509 clock_gettime(CLOCK_REALTIME, {1420032065, 595567800}) = 0
[pid 20337] 05:21:05.595670 clock_gettime(CLOCK_REALTIME, {1420032065, 595802400}) = 0
[pid 20337] 05:21:05.595944 clock_gettime(CLOCK_REALTIME, {1420032065, 596027000}) = 0
[pid 20337] 05:21:05.596171 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/068_test_mixin_splat_expression/input.scss", {st_mode=S_IFREG|0664, st_size=105, ...}) = 0
[pid 20337] 05:21:05.596341 clock_gettime(CLOCK_REALTIME, {1420032065, 596406000}) = 0
[pid 20337] 05:21:05.596497 clock_gettime(CLOCK_REALTIME, {1420032065, 596556800}) = 0
[pid 20337] 05:21:05.596652 clock_gettime(CLOCK_REALTIME, {1420032065, 596750800}) = 0
[pid 20337] 05:21:05.597021 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/069_test_mixin_splat_args_with_var_args/input.scss", {st_mode=S_IFREG|0664, st_size=94, ...}) = 0
[pid 20337] 05:21:05.597186 clock_gettime(CLOCK_REALTIME, {1420032065, 597226000}) = 0
[pid 20337] 05:21:05.597290 clock_gettime(CLOCK_REALTIME, {1420032065, 597328700}) = 0
[pid 20337] 05:21:05.597415 clock_gettime(CLOCK_REALTIME, {1420032065, 597453900}) = 0
[pid 20337] 05:21:05.597580 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/070_test_mixin_splat_args_with_var_args_and_normal_args/input.scss", {st_mode=S_IFREG|0664, st_size=107, ...}) = 0
[pid 20337] 05:21:05.597848 clock_gettime(CLOCK_REALTIME, {1420032065, 597889900}) = 0
[pid 20337] 05:21:05.597988 clock_gettime(CLOCK_REALTIME, {1420032065, 598047300}) = 0
[pid 20337] 05:21:05.598115 clock_gettime(CLOCK_REALTIME, {1420032065, 598153500}) = 0
[pid 20337] 05:21:05.598312 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/072_test_mixin_var_and_splat_args_pass_through_keywords/input.scss", {st_mode=S_IFREG|0664, st_size=138, ...}) = 0
[pid 20337] 05:21:05.598584 clock_gettime(CLOCK_REALTIME, {1420032065, 598627200}) = 0
[pid 20337] 05:21:05.598769 clock_gettime(CLOCK_REALTIME, {1420032065, 598876200}) = 0
[pid 20337] 05:21:05.598992 clock_gettime(CLOCK_REALTIME, {1420032065, 599052200}) = 0
[pid 20337] 05:21:05.599242 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/078_test_mixin_list_of_pairs_splat_treated_as_list/input.scss", {st_mode=S_IFREG|0664, st_size=100, ...}) = 0
[pid 20337] 05:21:05.599496 clock_gettime(CLOCK_REALTIME, {1420032065, 599557700}) = 0
[pid 20337] 05:21:05.599676 clock_gettime(CLOCK_REALTIME, {1420032065, 600122000}) = 0
[pid 20337] 05:21:05.600715 clock_gettime(CLOCK_REALTIME, {1420032065, 601046800}) = 0
[pid 20337] 05:21:05.601670 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/083_test_function_var_args/input.scss", {st_mode=S_IFREG|0664, st_size=90, ...}) = 0
[pid 20337] 05:21:05.602010 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.602972 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.603090 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.603231 <... clock_gettime resumed> {1420032065, 602607800}) = 0
[pid 20337] 05:21:05.603365 clock_gettime(CLOCK_REALTIME, {1420032065, 603428500}) = 0
[pid 20337] 05:21:05.603519 clock_gettime(CLOCK_REALTIME, {1420032065, 603585200}) = 0
[pid 20337] 05:21:05.604396 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/084_test_function_empty_var_args/input.scss", {st_mode=S_IFREG|0664, st_size=89, ...}) = 0
[pid 20337] 05:21:05.604625 clock_gettime(CLOCK_REALTIME, {1420032065, 604709900}) = 0
[pid 20337] 05:21:05.604889 clock_gettime(CLOCK_REALTIME, {1420032065, 604938000}) = 0
[pid 20337] 05:21:05.605052 clock_gettime(CLOCK_REALTIME, {1420032065, 605105800}) = 0
[pid 20337] 05:21:05.605231 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/085_test_function_var_args_act_like_list/input.scss", {st_mode=S_IFREG|0664, st_size=106, ...}) = 0
[pid 20337] 05:21:05.605462 clock_gettime(CLOCK_REALTIME, {1420032065, 605530400}) = 0
[pid 20337] 05:21:05.605657 clock_gettime(CLOCK_REALTIME, {1420032065, 605748900}) = 0
[pid 20337] 05:21:05.605861 clock_gettime(CLOCK_REALTIME, {1420032065, 606305800}) = 0
[pid 20337] 05:21:05.606639 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/086_test_function_splat_args/input.scss", {st_mode=S_IFREG|0664, st_size=132, ...}) = 0
[pid 20337] 05:21:05.606960 clock_gettime(CLOCK_REALTIME, {1420032065, 607039000}) = 0
[pid 20337] 05:21:05.607161 clock_gettime(CLOCK_REALTIME, {1420032065, 607238400}) = 0
[pid 20337] 05:21:05.607381 clock_gettime(CLOCK_REALTIME, {1420032065, 607454700}) = 0
[pid 20337] 05:21:05.607659 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/087_test_function_splat_expression/input.scss", {st_mode=S_IFREG|0664, st_size=120, ...}) = 0
[pid 20337] 05:21:05.607894 clock_gettime(CLOCK_REALTIME, {1420032065, 607960900}) = 0
[pid 20337] 05:21:05.608075 clock_gettime(CLOCK_REALTIME, {1420032065, 608124400}) = 0
[pid 20337] 05:21:05.608191 clock_gettime(CLOCK_REALTIME, {1420032065, 608247300}) = 0
[pid 20337] 05:21:05.608374 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/088_test_function_splat_args_with_var_args/input.scss", {st_mode=S_IFREG|0664, st_size=107, ...}) = 0
[pid 20337] 05:21:05.608622 clock_gettime(CLOCK_REALTIME, {1420032065, 608825400}) = 0
[pid 20337] 05:21:05.608935 clock_gettime(CLOCK_REALTIME, {1420032065, 608990500}) = 0
[pid 20337] 05:21:05.609106 clock_gettime(CLOCK_REALTIME, {1420032065, 609171600}) = 0
[pid 20337] 05:21:05.609327 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/089_test_function_splat_args_with_var_args_and_normal_args/input.scss", {st_mode=S_IFREG|0664, st_size=121, ...}) = 0
[pid 20337] 05:21:05.609549 clock_gettime(CLOCK_REALTIME, {1420032065, 609599500}) = 0
[pid 20337] 05:21:05.609680 clock_gettime(CLOCK_REALTIME, {1420032065, 609764200}) = 0
[pid 20337] 05:21:05.609890 clock_gettime(CLOCK_REALTIME, {1420032065, 609948600}) = 0
[pid 20337] 05:21:05.610108 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/091_test_function_var_and_splat_args_pass_through_keywords/input.scss", {st_mode=S_IFREG|0664, st_size=154, ...}) = 0
[pid 20337] 05:21:05.610329 clock_gettime(CLOCK_REALTIME, {1420032065, 610400600}) = 0
[pid 20337] 05:21:05.610515 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.610855 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.610982 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.611133 <... clock_gettime resumed> {1420032065, 610630800}) = 0
[pid 20337] 05:21:05.611273 clock_gettime(CLOCK_REALTIME, {1420032065, 611364900}) = 0
[pid 20337] 05:21:05.611597 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/098_test_function_list_of_pairs_splat_treated_as_list/input.scss", {st_mode=S_IFREG|0664, st_size=114, ...}) = 0
[pid 20337] 05:21:05.611895 clock_gettime(CLOCK_REALTIME, {1420032065, 611965800}) = 0
[pid 20337] 05:21:05.612107 clock_gettime(CLOCK_REALTIME, {1420032065, 612188300}) = 0
[pid 20337] 05:21:05.612327 clock_gettime(CLOCK_REALTIME, {1420032065, 612389000}) = 0
[pid 20337] 05:21:05.612621 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/103_test_function_var_args_passed_to_native/input.scss", {st_mode=S_IFREG|0664, st_size=98, ...}) = 0
[pid 20337] 05:21:05.612903 clock_gettime(CLOCK_REALTIME, {1420032065, 612967200}) = 0
[pid 20337] 05:21:05.613096 clock_gettime(CLOCK_REALTIME, {1420032065, 613194100}) = 0
[pid 20337] 05:21:05.613313 clock_gettime(CLOCK_REALTIME, {1420032065, 613373600}) = 0
[pid 20337] 05:21:05.613614 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/104_test_basic_selector_interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=23, ...}) = 0
[pid 20337] 05:21:05.613921 clock_gettime(CLOCK_REALTIME, {1420032065, 614011300}) = 0
[pid 20337] 05:21:05.614116 clock_gettime(CLOCK_REALTIME, {1420032065, 614210700}) = 0
[pid 20337] 05:21:05.614364 clock_gettime(CLOCK_REALTIME, {1420032065, 614431000}) = 0
[pid 20337] 05:21:05.614644 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/105_test_basic_selector_interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=24, ...}) = 0
[pid 20337] 05:21:05.615238 clock_gettime(CLOCK_REALTIME, {1420032065, 615523500}) = 0
[pid 20337] 05:21:05.615762 clock_gettime(CLOCK_REALTIME, {1420032065, 615879300}) = 0
[pid 20337] 05:21:05.616197 clock_gettime(CLOCK_REALTIME, {1420032065, 616568400}) = 0
[pid 20337] 05:21:05.616888 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/106_test_basic_selector_interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=24, ...}) = 0
[pid 20337] 05:21:05.617195 clock_gettime(CLOCK_REALTIME, {1420032065, 617274400}) = 0
[pid 20337] 05:21:05.617417 clock_gettime(CLOCK_REALTIME, {1420032065, 617700700}) = 0
[pid 20337] 05:21:05.617866 clock_gettime(CLOCK_REALTIME, {1420032065, 617932900}) = 0
[pid 20337] 05:21:05.618134 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/107_test_selector_only_interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=25, ...}) = 0
[pid 20337] 05:21:05.618831 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.619081 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.619196 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.619401 <... clock_gettime resumed> {1420032065, 618999600}) = 0
[pid 20337] 05:21:05.619552 clock_gettime(CLOCK_REALTIME, {1420032065, 619630000}) = 0
[pid 20337] 05:21:05.619887 clock_gettime(CLOCK_REALTIME, {1420032065, 620048900}) = 0
[pid 20337] 05:21:05.620318 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/108_test_selector_interpolation_before_element_name/input.scss", {st_mode=S_IFREG|0664, st_size=28, ...}) = 0
[pid 20337] 05:21:05.620611 clock_gettime(CLOCK_REALTIME, {1420032065, 620703700}) = 0
[pid 20337] 05:21:05.620849 clock_gettime(CLOCK_REALTIME, {1420032065, 620919400}) = 0
[pid 20337] 05:21:05.621042 clock_gettime(CLOCK_REALTIME, {1420032065, 621121100}) = 0
[pid 20337] 05:21:05.621301 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/110_test_selector_interpolation_in_pseudoclass/input.scss", {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.621586 clock_gettime(CLOCK_REALTIME, {1420032065, 621663200}) = 0
[pid 20337] 05:21:05.622063 clock_gettime(CLOCK_REALTIME, {1420032065, 622146300}) = 0
[pid 20337] 05:21:05.622281 clock_gettime(CLOCK_REALTIME, {1420032065, 622347300}) = 0
[pid 20337] 05:21:05.622596 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/111_test_selector_interpolation_at_class_begininng/input.scss", {st_mode=S_IFREG|0664, st_size=30, ...}) = 0
[pid 20337] 05:21:05.622976 clock_gettime(CLOCK_REALTIME, {1420032065, 623048600}) = 0
[pid 20337] 05:21:05.623176 clock_gettime(CLOCK_REALTIME, {1420032065, 623249400}) = 0
[pid 20337] 05:21:05.623364 clock_gettime(CLOCK_REALTIME, {1420032065, 623425400}) = 0
[pid 20337] 05:21:05.623620 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/112_test_selector_interpolation_at_id_begininng/input.scss", {st_mode=S_IFREG|0664, st_size=30, ...}) = 0
[pid 20337] 05:21:05.623965 clock_gettime(CLOCK_REALTIME, {1420032065, 624012600}) = 0
[pid 20337] 05:21:05.624124 clock_gettime(CLOCK_REALTIME, {1420032065, 624179600}) = 0
[pid 20337] 05:21:05.624289 clock_gettime(CLOCK_REALTIME, {1420032065, 624346100}) = 0
[pid 20337] 05:21:05.624473 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/113_test_selector_interpolation_at_pseudo_begininng/input.scss", {st_mode=S_IFREG|0664, st_size=39, ...}) = 0
[pid 20338] 05:21:05.629608 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.629786 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.629914 clock_gettime(CLOCK_REALTIME, {1420032065, 629968200}) = 0
[pid 20337] 05:21:05.630048 clock_gettime(CLOCK_REALTIME, {1420032065, 630108100}) = 0
[pid 20337] 05:21:05.630187 clock_gettime(CLOCK_REALTIME, {1420032065, 630242100}) = 0
[pid 20337] 05:21:05.630433 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/114_test_selector_interpolation_at_attr_beginning/input.scss", {st_mode=S_IFREG|0664, st_size=35, ...}) = 0
[pid 20337] 05:21:05.630671 clock_gettime(CLOCK_REALTIME, {1420032065, 630732200}) = 0
[pid 20337] 05:21:05.630851 clock_gettime(CLOCK_REALTIME, {1420032065, 630897700}) = 0
[pid 20337] 05:21:05.630972 clock_gettime(CLOCK_REALTIME, {1420032065, 631057200}) = 0
[pid 20337] 05:21:05.631230 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/115_test_selector_interpolation_at_attr_end/input.scss", {st_mode=S_IFREG|0664, st_size=35, ...}) = 0
[pid 20337] 05:21:05.631426 clock_gettime(CLOCK_REALTIME, {1420032065, 631480400}) = 0
[pid 20337] 05:21:05.631574 clock_gettime(CLOCK_REALTIME, {1420032065, 631622000}) = 0
[pid 20337] 05:21:05.631717 clock_gettime(CLOCK_REALTIME, {1420032065, 631819300}) = 0
[pid 20337] 05:21:05.632074 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/116_test_selector_interpolation_at_dashes/input.scss", {st_mode=S_IFREG|0664, st_size=50, ...}) = 0
[pid 20337] 05:21:05.633354 clock_gettime(CLOCK_REALTIME, {1420032065, 633442900}) = 0
[pid 20337] 05:21:05.633555 clock_gettime(CLOCK_REALTIME, {1420032065, 633656200}) = 0
[pid 20337] 05:21:05.633791 clock_gettime(CLOCK_REALTIME, {1420032065, 633904500}) = 0
[pid 20337] 05:21:05.634448 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/119_test_basic_prop_name_interpolation/input.scss", <unfinished ...>
[pid 20338] 05:21:05.634704 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.635152 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.635251 <... stat resumed> {st_mode=S_IFREG|0664, st_size=33, ...}) = 0
[pid 20337] 05:21:05.636356 clock_gettime(CLOCK_REALTIME, {1420032065, 636429100}) = 0
[pid 20337] 05:21:05.636662 clock_gettime(CLOCK_REALTIME, {1420032065, 636727200}) = 0
[pid 20337] 05:21:05.636838 clock_gettime(CLOCK_REALTIME, {1420032065, 636901700}) = 0
[pid 20337] 05:21:05.637198 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/120_test_basic_prop_name_interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=24, ...}) = 0
[pid 20337] 05:21:05.637430 clock_gettime(CLOCK_REALTIME, {1420032065, 637494500}) = 0
[pid 20337] 05:21:05.637624 clock_gettime(CLOCK_REALTIME, {1420032065, 637699700}) = 0
[pid 20337] 05:21:05.637837 clock_gettime(CLOCK_REALTIME, {1420032065, 637912700}) = 0
[pid 20337] 05:21:05.638127 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/121_test_prop_name_only_interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=30, ...}) = 0
[pid 20337] 05:21:05.638399 clock_gettime(CLOCK_REALTIME, {1420032065, 638474700}) = 0
[pid 20337] 05:21:05.638652 clock_gettime(CLOCK_REALTIME, {1420032065, 638764500}) = 0
[pid 20337] 05:21:05.638871 clock_gettime(CLOCK_REALTIME, {1420032065, 638917400}) = 0
[pid 20337] 05:21:05.639073 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/122_test_directive_interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=37, ...}) = 0
[pid 20337] 05:21:05.639253 clock_gettime(CLOCK_REALTIME, {1420032065, 639300300}) = 0
[pid 20337] 05:21:05.639424 clock_gettime(CLOCK_REALTIME, {1420032065, 639482300}) = 0
[pid 20337] 05:21:05.639595 clock_gettime(CLOCK_REALTIME, {1420032065, 639656900}) = 0
[pid 20337] 05:21:05.640841 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/123_test_media_interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=35, ...}) = 0
[pid 20337] 05:21:05.641033 clock_gettime(CLOCK_REALTIME, {1420032065, 641098600}) = 0
[pid 20337] 05:21:05.641198 clock_gettime(CLOCK_REALTIME, {1420032065, 641245000}) = 0
[pid 20337] 05:21:05.641326 clock_gettime(CLOCK_REALTIME, {1420032065, 641374800}) = 0
[pid 20337] 05:21:05.641496 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/124_test_script_in_media/input.scss", {st_mode=S_IFREG|0664, st_size=140, ...}) = 0
[pid 20337] 05:21:05.641684 clock_gettime(CLOCK_REALTIME, {1420032065, 641743800}) = 0
[pid 20337] 05:21:05.641831 clock_gettime(CLOCK_REALTIME, {1420032065, 641881600}) = 0
[pid 20337] 05:21:05.641962 clock_gettime(CLOCK_REALTIME, {1420032065, 642011000}) = 0
[pid 20337] 05:21:05.642146 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/125_test_script_in_media/input.scss", {st_mode=S_IFREG|0664, st_size=95, ...}) = 0
[pid 20337] 05:21:05.642318 clock_gettime(CLOCK_REALTIME, {1420032065, 642365800}) = 0
[pid 20337] 05:21:05.642448 clock_gettime(CLOCK_REALTIME, {1420032065, 642505800}) = 0
[pid 20338] 05:21:05.642610 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.642694 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.642814 clock_gettime(CLOCK_REALTIME, {1420032065, 642892800}) = 0
[pid 20337] 05:21:05.643033 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/129_test_supports_bubbling/input.scss", {st_mode=S_IFREG|0664, st_size=91, ...}) = 0
[pid 20337] 05:21:05.643264 clock_gettime(CLOCK_REALTIME, {1420032065, 643327200}) = 0
[pid 20337] 05:21:05.643398 clock_gettime(CLOCK_REALTIME, {1420032065, 643454400}) = 0
[pid 20337] 05:21:05.643522 clock_gettime(CLOCK_REALTIME, {1420032065, 643573600}) = 0
[pid 20337] 05:21:05.643701 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/130_test_random_directive_interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=152, ...}) = 0
[pid 20337] 05:21:05.643918 clock_gettime(CLOCK_REALTIME, {1420032065, 643970500}) = 0
[pid 20337] 05:21:05.644035 clock_gettime(CLOCK_REALTIME, {1420032065, 644091600}) = 0
[pid 20337] 05:21:05.644171 clock_gettime(CLOCK_REALTIME, {1420032065, 644226900}) = 0
[pid 20337] 05:21:05.644349 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/131_test_nested_mixin_def/input.scss", {st_mode=S_IFREG|0664, st_size=44, ...}) = 0
[pid 20337] 05:21:05.644521 clock_gettime(CLOCK_REALTIME, {1420032065, 644563700}) = 0
[pid 20337] 05:21:05.644631 clock_gettime(CLOCK_REALTIME, {1420032065, 644684400}) = 0
[pid 20337] 05:21:05.645166 clock_gettime(CLOCK_REALTIME, {1420032065, 645237600}) = 0
[pid 20337] 05:21:05.645409 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/132_test_nested_mixin_shadow/input.scss", {st_mode=S_IFREG|0664, st_size=83, ...}) = 0
[pid 20337] 05:21:05.645635 clock_gettime(CLOCK_REALTIME, {1420032065, 645692500}) = 0
[pid 20337] 05:21:05.645889 clock_gettime(CLOCK_REALTIME, {1420032065, 645941800}) = 0
[pid 20337] 05:21:05.646075 clock_gettime(CLOCK_REALTIME, {1420032065, 646147000}) = 0
[pid 20337] 05:21:05.646328 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/133_test_nested_function_def/input.scss", {st_mode=S_IFREG|0664, st_size=66, ...}) = 0
[pid 20337] 05:21:05.646490 clock_gettime(CLOCK_REALTIME, {1420032065, 646627800}) = 0
[pid 20337] 05:21:05.646783 clock_gettime(CLOCK_REALTIME, {1420032065, 646931600}) = 0
[pid 20337] 05:21:05.647074 clock_gettime(CLOCK_REALTIME, {1420032065, 647196300}) = 0
[pid 20337] 05:21:05.648177 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/134_test_nested_function_shadow/input.scss", {st_mode=S_IFREG|0664, st_size=95, ...}) = 0
[pid 20337] 05:21:05.648602 clock_gettime(CLOCK_REALTIME, {1420032065, 648688500}) = 0
[pid 20337] 05:21:05.649095 clock_gettime(CLOCK_REALTIME, {1420032065, 649145100}) = 0
[pid 20337] 05:21:05.649266 clock_gettime(CLOCK_REALTIME, {1420032065, 649334700}) = 0
[pid 20337] 05:21:05.649611 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/135_test_simple_at_root/input.scss", {st_mode=S_IFREG|0664, st_size=42, ...}) = 0
[pid 20337] 05:21:05.649869 clock_gettime(CLOCK_REALTIME, {1420032065, 649929500}) = 0
[pid 20337] 05:21:05.650039 clock_gettime(CLOCK_REALTIME, {1420032065, 650109500}) = 0
[pid 20337] 05:21:05.650184 clock_gettime(CLOCK_REALTIME, {1420032065, 650224100}) = 0
[pid 20337] 05:21:05.650415 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/136_test_at_root_with_selector/input.scss", {st_mode=S_IFREG|0664, st_size=32, ...}) = 0
[pid 20338] 05:21:05.650639 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.650768 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.651103 clock_gettime(CLOCK_REALTIME, {1420032065, 651143900}) = 0
[pid 20337] 05:21:05.651215 clock_gettime(CLOCK_REALTIME, {1420032065, 651254900}) = 0
[pid 20337] 05:21:05.651327 clock_gettime(CLOCK_REALTIME, {1420032065, 651393500}) = 0
[pid 20337] 05:21:05.651618 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/137_test_at_root_in_mixin/input.scss", {st_mode=S_IFREG|0664, st_size=64, ...}) = 0
[pid 20337] 05:21:05.651973 clock_gettime(CLOCK_REALTIME, {1420032065, 652054100}) = 0
[pid 20337] 05:21:05.652191 clock_gettime(CLOCK_REALTIME, {1420032065, 652269400}) = 0
[pid 20337] 05:21:05.652405 clock_gettime(CLOCK_REALTIME, {1420032065, 652483500}) = 0
[pid 20337] 05:21:05.652736 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/138_test_at_root_in_media/input.scss", {st_mode=S_IFREG|0664, st_size=56, ...}) = 0
[pid 20337] 05:21:05.653018 clock_gettime(CLOCK_REALTIME, {1420032065, 653094700}) = 0
[pid 20337] 05:21:05.653232 clock_gettime(CLOCK_REALTIME, {1420032065, 653301800}) = 0
[pid 20337] 05:21:05.653439 clock_gettime(CLOCK_REALTIME, {1420032065, 653516500}) = 0
[pid 20337] 05:21:05.653770 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/139_test_at_root_in_bubbled_media/input.scss", {st_mode=S_IFREG|0664, st_size=56, ...}) = 0
[pid 20337] 05:21:05.653997 clock_gettime(CLOCK_REALTIME, {1420032065, 654049600}) = 0
[pid 20337] 05:21:05.654152 clock_gettime(CLOCK_REALTIME, {1420032065, 654219700}) = 0
[pid 20337] 05:21:05.654310 clock_gettime(CLOCK_REALTIME, {1420032065, 654372400}) = 0
[pid 20337] 05:21:05.654498 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/140_test_at_root_in_unknown_directive/input.scss", {st_mode=S_IFREG|0664, st_size=50, ...}) = 0
[pid 20337] 05:21:05.654976 clock_gettime(CLOCK_REALTIME, {1420032065, 655291500}) = 0
[pid 20337] 05:21:05.655418 clock_gettime(CLOCK_REALTIME, {1420032065, 655513000}) = 0
[pid 20337] 05:21:05.655627 clock_gettime(CLOCK_REALTIME, {1420032065, 655717400}) = 0
[pid 20337] 05:21:05.656396 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/171_test_loud_comment_in_compressed_mode/input.scss", {st_mode=S_IFREG|0664, st_size=11, ...}) = 0
[pid 20337] 05:21:05.656658 clock_gettime(CLOCK_REALTIME, {1420032065, 656740000}) = 0
[pid 20337] 05:21:05.656837 clock_gettime(CLOCK_REALTIME, {1420032065, 656883500}) = 0
[pid 20337] 05:21:05.656992 clock_gettime(CLOCK_REALTIME, {1420032065, 657092400}) = 0
[pid 20337] 05:21:05.657282 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/173_test_parsing_many_numbers_doesnt_take_forever/input.scss", {st_mode=S_IFREG|0664, st_size=9020, ...}) = 0
[pid 20337] 05:21:05.657543 clock_gettime(CLOCK_REALTIME, {1420032065, 657620200}) = 0
[pid 20337] 05:21:05.657757 clock_gettime(CLOCK_REALTIME, {1420032065, 657833600}) = 0
[pid 20337] 05:21:05.657968 clock_gettime(CLOCK_REALTIME, {1420032065, 658043100}) = 0
[pid 20337] 05:21:05.658222 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/174_test_import_comments_in_imports/input.scss", {st_mode=S_IFREG|0664, st_size=135, ...}) = 0
[pid 20337] 05:21:05.658456 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.658679 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.658828 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.659003 <... clock_gettime resumed> {1420032065, 658567700}) = 0
[pid 20337] 05:21:05.659136 clock_gettime(CLOCK_REALTIME, {1420032065, 659215700}) = 0
[pid 20337] 05:21:05.659349 clock_gettime(CLOCK_REALTIME, {1420032065, 659424100}) = 0
[pid 20337] 05:21:05.659602 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/176_test_newline_selector_rendered_multiple_times/input.scss", {st_mode=S_IFREG|0664, st_size=92, ...}) = 0
[pid 20337] 05:21:05.659846 clock_gettime(CLOCK_REALTIME, {1420032065, 659929200}) = 0
[pid 20337] 05:21:05.660085 clock_gettime(CLOCK_REALTIME, {1420032065, 660158100}) = 0
[pid 20337] 05:21:05.660276 clock_gettime(CLOCK_REALTIME, {1420032065, 660348400}) = 0
[pid 20337] 05:21:05.660550 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/177_test_prop_name_interpolation_after_hyphen/input.scss", {st_mode=S_IFREG|0664, st_size=24, ...}) = 0
[pid 20337] 05:21:05.660838 clock_gettime(CLOCK_REALTIME, {1420032065, 660912300}) = 0
[pid 20337] 05:21:05.661037 clock_gettime(CLOCK_REALTIME, {1420032065, 661107400}) = 0
[pid 20337] 05:21:05.661235 clock_gettime(CLOCK_REALTIME, {1420032065, 661310900}) = 0
[pid 20337] 05:21:05.661488 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/178_test_star_plus_and_parent/input.scss", {st_mode=S_IFREG|0664, st_size=22, ...}) = 0
[pid 20337] 05:21:05.661764 clock_gettime(CLOCK_REALTIME, {1420032065, 661849600}) = 0
[pid 20337] 05:21:05.661957 clock_gettime(CLOCK_REALTIME, {1420032065, 662029700}) = 0
[pid 20337] 05:21:05.662148 clock_gettime(CLOCK_REALTIME, {1420032065, 662225300}) = 0
[pid 20337] 05:21:05.662394 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/179_test_weird_added_space/input.scss", {st_mode=S_IFREG|0664, st_size=46, ...}) = 0
[pid 20337] 05:21:05.662713 clock_gettime(CLOCK_REALTIME, {1420032065, 662988600}) = 0
[pid 20337] 05:21:05.663159 clock_gettime(CLOCK_REALTIME, {1420032065, 663253200}) = 0
[pid 20337] 05:21:05.663508 clock_gettime(CLOCK_REALTIME, {1420032065, 663645500}) = 0
[pid 20337] 05:21:05.663904 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/180_test_interpolation_with_bracket_on_next_line/input.scss", {st_mode=S_IFREG|0664, st_size=26, ...}) = 0
[pid 20337] 05:21:05.664229 clock_gettime(CLOCK_REALTIME, {1420032065, 664332300}) = 0
[pid 20337] 05:21:05.664521 clock_gettime(CLOCK_REALTIME, {1420032065, 664572500}) = 0
[pid 20337] 05:21:05.664640 clock_gettime(CLOCK_REALTIME, {1420032065, 664680000}) = 0
[pid 20337] 05:21:05.664862 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/181_test_interpolation/input.scss", {st_mode=S_IFREG|0664, st_size=55, ...}) = 0
[pid 20337] 05:21:05.665262 clock_gettime(CLOCK_REALTIME, {1420032065, 665339000}) = 0
[pid 20337] 05:21:05.665514 clock_gettime(CLOCK_REALTIME, {1420032065, 665608400}) = 0
[pid 20337] 05:21:05.666102 clock_gettime(CLOCK_REALTIME, {1420032065, 666168500}) = 0
[pid 20337] 05:21:05.666311 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/182_test_mixin_with_keyword_args/input.scss", {st_mode=S_IFREG|0664, st_size=184, ...}) = 0
[pid 20337] 05:21:05.666493 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.666615 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.666720 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.666869 <... clock_gettime resumed> {1420032065, 666566700}) = 0
[pid 20337] 05:21:05.666975 clock_gettime(CLOCK_REALTIME, {1420032065, 667045200}) = 0
[pid 20337] 05:21:05.667149 clock_gettime(CLOCK_REALTIME, {1420032065, 667225800}) = 0
[pid 20337] 05:21:05.667359 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/183_test_passing_required_args_as_a_keyword_arg/input.scss", {st_mode=S_IFREG|0664, st_size=170, ...}) = 0
[pid 20337] 05:21:05.668291 clock_gettime(CLOCK_REALTIME, {1420032065, 668397500}) = 0
[pid 20337] 05:21:05.668553 clock_gettime(CLOCK_REALTIME, {1420032065, 668627500}) = 0
[pid 20337] 05:21:05.668816 clock_gettime(CLOCK_REALTIME, {1420032065, 668862900}) = 0
[pid 20337] 05:21:05.669045 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/184_test_passing_all_as_keyword_args_in_opposite_order/input.scss", {st_mode=S_IFREG|0664, st_size=220, ...}) = 0
[pid 20337] 05:21:05.669327 clock_gettime(CLOCK_REALTIME, {1420032065, 669391800}) = 0
[pid 20337] 05:21:05.669487 clock_gettime(CLOCK_REALTIME, {1420032065, 669537300}) = 0
[pid 20337] 05:21:05.669610 clock_gettime(CLOCK_REALTIME, {1420032065, 669656700}) = 0
[pid 20337] 05:21:05.670010 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/185_test_keyword_args_in_functions/input.scss", {st_mode=S_IFREG|0664, st_size=50, ...}) = 0
[pid 20337] 05:21:05.670182 clock_gettime(CLOCK_REALTIME, {1420032065, 670228200}) = 0
[pid 20337] 05:21:05.670296 clock_gettime(CLOCK_REALTIME, {1420032065, 670335400}) = 0
[pid 20337] 05:21:05.670418 clock_gettime(CLOCK_REALTIME, {1420032065, 670466100}) = 0
[pid 20337] 05:21:05.670642 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/187_test_multiline_var/input.scss", {st_mode=S_IFREG|0664, st_size=113, ...}) = 0
[pid 20337] 05:21:05.670864 clock_gettime(CLOCK_REALTIME, {1420032065, 670924400}) = 0
[pid 20337] 05:21:05.671026 clock_gettime(CLOCK_REALTIME, {1420032065, 671085800}) = 0
[pid 20337] 05:21:05.671160 clock_gettime(CLOCK_REALTIME, {1420032065, 671227200}) = 0
[pid 20337] 05:21:05.671405 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/188_test_mixin_content/input.scss", {st_mode=S_IFREG|0664, st_size=239, ...}) = 0
[pid 20337] 05:21:05.671573 clock_gettime(CLOCK_REALTIME, {1420032065, 671632200}) = 0
[pid 20337] 05:21:05.671713 clock_gettime(CLOCK_REALTIME, {1420032065, 671772100}) = 0
[pid 20337] 05:21:05.672217 clock_gettime(CLOCK_REALTIME, {1420032065, 672385500}) = 0
[pid 20337] 05:21:05.672720 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/189_test_empty_content/input.scss", <unfinished ...>
[pid 20338] 05:21:05.675063 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.675188 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.675305 <... stat resumed> {st_mode=S_IFREG|0664, st_size=52, ...}) = 0
[pid 20337] 05:21:05.675448 clock_gettime(CLOCK_REALTIME, {1420032065, 675501900}) = 0
[pid 20337] 05:21:05.675586 clock_gettime(CLOCK_REALTIME, {1420032065, 675648600}) = 0
[pid 20337] 05:21:05.675758 clock_gettime(CLOCK_REALTIME, {1420032065, 675810700}) = 0
[pid 20337] 05:21:05.675996 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/190_test_options_passed_to_script/input.scss", {st_mode=S_IFREG|0664, st_size=32, ...}) = 0
[pid 20337] 05:21:05.676192 clock_gettime(CLOCK_REALTIME, {1420032065, 676240900}) = 0
[pid 20337] 05:21:05.676338 clock_gettime(CLOCK_REALTIME, {1420032065, 676405800}) = 0
[pid 20337] 05:21:05.676518 clock_gettime(CLOCK_REALTIME, {1420032065, 676572800}) = 0
[pid 20337] 05:21:05.677164 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/191_test_color_translation_functions/input.scss", {st_mode=S_IFREG|0664, st_size=740, ...}) = 0
[pid 20337] 05:21:05.677366 clock_gettime(CLOCK_REALTIME, {1420032065, 677409200}) = 0
[pid 20337] 05:21:05.677507 clock_gettime(CLOCK_REALTIME, {1420032065, 677553800}) = 0
[pid 20337] 05:21:05.677625 clock_gettime(CLOCK_REALTIME, {1420032065, 677686200}) = 0
[pid 20337] 05:21:05.677896 stat("/temp/node-sass/test/fixtures/spec/spec/scss-tests/191_test_extend_in_media_in_rule/input.scss", {st_mode=S_IFREG|0664, st_size=91, ...}) = 0
[pid 20337] 05:21:05.678101 clock_gettime(CLOCK_REALTIME, {1420032065, 678148600}) = 0
[pid 20337] 05:21:05.678215 clock_gettime(CLOCK_REALTIME, {1420032065, 678255300}) = 0
[pid 20337] 05:21:05.678319 clock_gettime(CLOCK_REALTIME, {1420032065, 678405900}) = 0
[pid 20337] 05:21:05.678643 stat("/temp/node-sass/test/fixtures/spec/spec/types/expected_output.css/input.scss", 0x7fff384d5d28) = -1 ENOTDIR (Not a directory)
[pid 20337] 05:21:05.678894 stat("/temp/node-sass/test/fixtures/spec/spec/types/input.scss/input.scss", 0x7fff384d5d28) = -1 ENOTDIR (Not a directory)
[pid 20337] 05:21:05.679651 clock_gettime(CLOCK_REALTIME, {1420032065, 679835400}) = 0
[pid 20337] 05:21:05.679981 clock_gettime(CLOCK_REALTIME, {1420032065, 680042400}) = 0
[pid 20337] 05:21:05.680105 clock_gettime(CLOCK_REALTIME, {1420032065, 680144200}) = 0
[pid 20337] 05:21:05.680320 clock_gettime(CLOCK_REALTIME, {1420032065, 680390000}) = 0
[pid 20337] 05:21:05.680456 clock_gettime(CLOCK_REALTIME, {1420032065, 680494100}) = 0
[pid 20337] 05:21:05.680608 clock_gettime(CLOCK_REALTIME, {1420032065, 680652800}) = 0
[pid 20337] 05:21:05.680869 clock_gettime(CLOCK_REALTIME, {1420032065, 680926600}) = 0
[pid 20337] 05:21:05.681042 clock_gettime(CLOCK_REALTIME, {1420032065, 681088300}) = 0
[pid 20337] 05:21:05.681146 clock_gettime(CLOCK_REALTIME, {1420032065, 681184200}) = 0
[pid 20337] 05:21:05.681369 clock_gettime(CLOCK_REALTIME, {1420032065, 681416500}) = 0
[pid 20337] 05:21:05.681490 clock_gettime(CLOCK_REALTIME, {1420032065, 681528700}) = 0
[pid 20337] 05:21:05.681624 clock_gettime(CLOCK_REALTIME, {1420032065, 681685400}) = 0
[pid 20337] 05:21:05.681888 clock_gettime(CLOCK_REALTIME, {1420032065, 681967300}) = 0
[pid 20337] 05:21:05.682427 clock_gettime(CLOCK_REALTIME, {1420032065, 682488300}) = 0
[pid 20338] 05:21:05.682570 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.682634 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:05.682833 clock_gettime(CLOCK_REALTIME, {1420032065, 683143400}) = 0
[pid 20337] 05:21:05.683684 clock_gettime(CLOCK_REALTIME, {1420032065, 683787300}) = 0
[pid 20337] 05:21:05.683885 clock_gettime(CLOCK_REALTIME, {1420032065, 683996200}) = 0
[pid 20337] 05:21:05.685279 clock_gettime(CLOCK_REALTIME, {1420032065, 685513800}) = 0
[pid 20337] 05:21:05.685681 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:05.685856 <... futex resumed> ) = 0
[pid 20338] 05:21:05.685942 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.686050 <... futex resumed> ) = 1
[pid 20337] 05:21:05.686466 clock_gettime(CLOCK_REALTIME, {1420032065, 686602700}) = 0
[pid 20337] 05:21:05.686878 clock_gettime(CLOCK_REALTIME, {1420032065, 686934900}) = 0
[pid 20337] 05:21:05.687011 clock_gettime(CLOCK_REALTIME, {1420032065, 687064900}) = 0
[pid 20337] 05:21:05.687223 clock_gettime(CLOCK_REALTIME, {1420032065, 687280200}) = 0
[pid 20337] 05:21:05.687355 clock_gettime(CLOCK_REALTIME, {1420032065, 687397300}) = 0
[pid 20337] 05:21:05.687503 clock_gettime(CLOCK_REALTIME, {1420032065, 687567300}) = 0
[pid 20337] 05:21:05.687783 clock_gettime(CLOCK_REALTIME, {1420032065, 687836100}) = 0
[pid 20337] 05:21:05.688619 clock_gettime(CLOCK_REALTIME, {1420032065, 688744300}) = 0
[pid 20337] 05:21:05.688854 clock_gettime(CLOCK_REALTIME, {1420032065, 688936200}) = 0
[pid 20337] 05:21:05.689616 clock_gettime(CLOCK_REALTIME, {1420032065, 689752900}) = 0
[pid 20337] 05:21:05.689882 clock_gettime(CLOCK_REALTIME, {1420032065, 689984300}) = 0
[pid 20337] 05:21:05.690297 clock_gettime(CLOCK_REALTIME, {1420032065, 690383000}) = 0
[pid 20338] 05:21:05.690556 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.690746 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:05.690906 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:05.690995 <... futex resumed> ) = 0
[pid 20338] 05:21:05.691124 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.691208 <... futex resumed> ) = 1
[pid 20337] 05:21:05.691347 clock_gettime(CLOCK_REALTIME, {1420032065, 691420200}) = 0
[pid 20337] 05:21:05.692780 clock_gettime(CLOCK_REALTIME, {1420032065, 692908000}) = 0
[pid 20337] 05:21:05.693188 clock_gettime(CLOCK_REALTIME, {1420032065, 693277700}) = 0
[pid 20337] 05:21:05.695204 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff384d5828) = -1 ENOTTY (Inappropriate ioctl for device)
[pid 20337] 05:21:05.695613 fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
[pid 20337] 05:21:05.697111 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff384d5768) = -1 ENOTTY (Inappropriate ioctl for device)
[pid 20337] 05:21:05.697340 fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
[pid 20337] 05:21:05.697810 open("/", O_RDONLY|O_CLOEXEC) = 9
[pid 20337] 05:21:05.698407 ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff384d5818) = -1 ENOTTY (Inappropriate ioctl for device)
[pid 20338] 05:21:05.698671 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.698798 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:05.698900 fstat(2, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
[pid 20337] 05:21:05.699209 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:05.699297 <... futex resumed> ) = 0
[pid 20338] 05:21:05.699448 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.699518 <... futex resumed> ) = 1
[pid 20337] 05:21:05.699922 ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff384d5758) = -1 ENOTTY (Inappropriate ioctl for device)
[pid 20337] 05:21:05.700044 fstat(2, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
[pid 20337] 05:21:05.701985 write(1, "\n", 1
) = 1
[pid 20337] 05:21:05.702662 mmap(0x208b6f700000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x208b6f700000
[pid 20337] 05:21:05.703182 mprotect(0x208b6f705000, 4096, PROT_NONE) = 0
[pid 20337] 05:21:05.703328 mmap(0x208b6f706000, 1019904, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x208b6f706000
[pid 20337] 05:21:05.703484 mprotect(0x208b6f7ff000, 4096, PROT_NONE) = 0
[pid 20337] 05:21:05.703943 clock_gettime(CLOCK_REALTIME, {1420032065, 704008000}) = 0
[pid 20337] 05:21:05.704130 clock_gettime(CLOCK_REALTIME, {1420032065, 704179400}) = 0
[pid 20337] 05:21:05.704443 clock_gettime(CLOCK_REALTIME, {1420032065, 704523300}) = 0
[pid 20337] 05:21:05.706098 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.706609 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.706749 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:05.706804 <... clock_gettime resumed> {1420032065, 706796500}) = 0
[pid 20337] 05:21:05.706966 clock_gettime(CLOCK_REALTIME, {1420032065, 707008200}) = 0
[pid 20337] 05:21:05.707413 clock_gettime(CLOCK_REALTIME, {1420032065, 707476700}) = 0
[pid 20337] 05:21:05.707583 clock_gettime(CLOCK_REALTIME, {1420032065, 707633200}) = 0
[pid 20337] 05:21:05.707977 clock_gettime(CLOCK_REALTIME, {1420032065, 708059900}) = 0
[pid 20337] 05:21:05.708176 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:05.708259 <... futex resumed> ) = 0
[pid 20338] 05:21:05.708424 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.708520 <... futex resumed> ) = 1
[pid 20337] 05:21:05.708693 clock_gettime(CLOCK_REALTIME, {1420032065, 708792300}) = 0
[pid 20337] 05:21:05.709298 clock_gettime(CLOCK_REALTIME, {1420032065, 709358000}) = 0
[pid 20337] 05:21:05.709629 clock_gettime(CLOCK_REALTIME, {1420032065, 709691200}) = 0
[pid 20337] 05:21:05.709970 clock_gettime(CLOCK_REALTIME, {1420032065, 710037500}) = 0
[pid 20337] 05:21:05.710347 clock_gettime(CLOCK_REALTIME, {1420032065, 710404300}) = 0
[pid 20337] 05:21:05.710489 clock_gettime(CLOCK_REALTIME, {1420032065, 710599000}) = 0
[pid 20337] 05:21:05.710788 clock_gettime(CLOCK_REALTIME, {1420032065, 710839000}) = 0
[pid 20337] 05:21:05.710955 clock_gettime(CLOCK_REALTIME, {1420032065, 711009100}) = 0
[pid 20337] 05:21:05.711131 clock_gettime(CLOCK_REALTIME, {1420032065, 711227000}) = 0
[pid 20337] 05:21:05.711326 clock_gettime(CLOCK_REALTIME, {1420032065, 711382900}) = 0
[pid 20337] 05:21:05.711551 clock_gettime(CLOCK_REALTIME, {1420032065, 711601800}) = 0
[pid 20337] 05:21:05.711665 clock_gettime(CLOCK_REALTIME, {1420032065, 711714000}) = 0
[pid 20337] 05:21:05.711926 clock_gettime(CLOCK_REALTIME, {1420032065, 711985700}) = 0
[pid 20337] 05:21:05.712396 clock_gettime(CLOCK_REALTIME, {1420032065, 712468800}) = 0
[pid 20337] 05:21:05.712675 clock_gettime(CLOCK_REALTIME, {1420032065, 712742700}) = 0
[pid 20337] 05:21:05.712807 clock_gettime(CLOCK_REALTIME, {1420032065, 712863500}) = 0
[pid 20337] 05:21:05.713276 clock_gettime(CLOCK_REALTIME, {1420032065, 713347500}) = 0
[pid 20337] 05:21:05.713433 clock_gettime(CLOCK_REALTIME, {1420032065, 713483300}) = 0
[pid 20337] 05:21:05.713668 clock_gettime(CLOCK_REALTIME, {1420032065, 713733900}) = 0
[pid 20337] 05:21:05.713817 clock_gettime(CLOCK_REALTIME, {1420032065, 713876300}) = 0
[pid 20338] 05:21:05.714562 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.714696 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.715905 write(1, "\n", 1
) = 1
[pid 20337] 05:21:05.718197 rt_sigprocmask(SIG_SETMASK, ~[RTMIN RT_1], [], 8) = 0
[pid 20337] 05:21:05.718768 read(3, "*", 1) = 1
[pid 20337] 05:21:05.719009 rt_sigaction(SIGINT, {0x9a9e40, ~[RTMIN RT_1], SA_RESTORER, 0x7f6ce3249cb0}, NULL, 8) = 0
[pid 20337] 05:21:05.719210 write(4, "*", 1) = 1
[pid 20337] 05:21:05.719380 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
[pid 20337] 05:21:05.720313 clock_gettime(CLOCK_MONOTONIC, {180613, 227364100}) = 0
[pid 20337] 05:21:05.721154 epoll_ctl(5, EPOLL_CTL_ADD, 6, {EPOLLIN, {u32=6, u64=6}}) = 0
[pid 20337] 05:21:05.721426 epoll_ctl(5, EPOLL_CTL_ADD, 8, {EPOLLIN, {u32=8, u64=8}}) = 0
[pid 20337] 05:21:05.721624 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.722274 clock_gettime(CLOCK_MONOTONIC, {180613, 229105100}) = 0
[pid 20338] 05:21:05.722547 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.722634 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.723466 clock_gettime(CLOCK_REALTIME, {1420032065, 723627300}) = 0
[pid 20337] 05:21:05.724189 write(1, " api\n", 6 api
) = 6
[pid 20337] 05:21:05.724628 clock_gettime(CLOCK_MONOTONIC, {180613, 231504200}) = 0
[pid 20337] 05:21:05.725066 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.725664 clock_gettime(CLOCK_MONOTONIC, {180613, 232771400}) = 0
[pid 20337] 05:21:05.726773 write(1, " .render(options)\n", 21 .render(options)
) = 21
[pid 20337] 05:21:05.727267 clock_gettime(CLOCK_MONOTONIC, {180613, 234105300}) = 0
[pid 20337] 05:21:05.727412 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.727566 clock_gettime(CLOCK_MONOTONIC, {180613, 234413700}) = 0
[pid 20337] 05:21:05.728146 clock_gettime(CLOCK_MONOTONIC, {180613, 235017000}) = 0
[pid 20337] 05:21:05.728394 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.728621 clock_gettime(CLOCK_MONOTONIC, {180613, 235459600}) = 0
[pid 20337] 05:21:05.728931 clock_gettime(CLOCK_MONOTONIC, {180613, 235766400}) = 0
[pid 20337] 05:21:05.729060 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.729169 clock_gettime(CLOCK_MONOTONIC, {180613, 235988000}) = 0
[pid 20337] 05:21:05.729333 clock_gettime(CLOCK_MONOTONIC, {180613, 236159700}) = 0
[pid 20337] 05:21:05.729444 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.729563 clock_gettime(CLOCK_MONOTONIC, {180613, 236375700}) = 0
[pid 20337] 05:21:05.730000 clock_gettime(CLOCK_REALTIME, {1420032065, 730063000}) = 0
[pid 20338] 05:21:05.730570 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.730794 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:05.731341 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:05.731471 <... futex resumed> ) = 0
[pid 20338] 05:21:05.731631 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.732131 <... futex resumed> ) = 1
[pid 20337] 05:21:05.732289 clock_gettime(CLOCK_REALTIME, {1420032065, 732341500}) = 0
[pid 20337] 05:21:05.732466 clock_gettime(CLOCK_MONOTONIC, {180613, 239307700}) = 0
[pid 20337] 05:21:05.732820 open("/temp/node-sass/test/fixtures/simple/expected.css", O_RDONLY) = 10
[pid 20337] 05:21:05.733052 fstat(10, {st_mode=S_IFREG|0664, st_size=156, ...}) = 0
[pid 20337] 05:21:05.733251 clock_gettime(CLOCK_REALTIME, {1420032065, 733315400}) = 0
[pid 20337] 05:21:05.733433 clock_gettime(CLOCK_REALTIME, {1420032065, 733496100}) = 0
[pid 20337] 05:21:05.733608 clock_gettime(CLOCK_REALTIME, {1420032065, 733660500}) = 0
[pid 20337] 05:21:05.733814 read(10, "#navbar {\n width: 80%;\n height"..., 156) = 156
[pid 20337] 05:21:05.734036 close(10) = 0
[pid 20337] 05:21:05.735495 clock_gettime(CLOCK_REALTIME, {1420032065, 735640300}) = 0
[pid 20337] 05:21:05.736105 mmap(NULL, 8392704, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f6ce2308000
[pid 20337] 05:21:05.736495 mprotect(0x7f6ce2308000, 4096, PROT_NONE) = 0
[pid 20337] 05:21:05.736661 clone(Process 20339 attached
child_stack=0x7f6ce2b07fb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f6ce2b089d0, tls=0x7f6ce2b08700, child_tidptr=0x7f6ce2b089d0) = 20339
[pid 20337] 05:21:05.737057 mmap(NULL, 8392704, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f6ce1b07000
[pid 20337] 05:21:05.737262 mprotect(0x7f6ce1b07000, 4096, PROT_NONE) = 0
[pid 20337] 05:21:05.737423 clone(Process 20340 attached
child_stack=0x7f6ce2306fb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f6ce23079d0, tls=0x7f6ce2307700, child_tidptr=0x7f6ce23079d0) = 20340
[pid 20337] 05:21:05.737675 mmap(NULL, 8392704, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f6ce1306000
[pid 20337] 05:21:05.737928 mprotect(0x7f6ce1306000, 4096, PROT_NONE) = 0
[pid 20337] 05:21:05.738092 clone(Process 20341 attached
child_stack=0x7f6ce1b05fb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f6ce1b069d0, tls=0x7f6ce1b06700, child_tidptr=0x7f6ce1b069d0) = 20341
[pid 20337] 05:21:05.738327 mmap(NULL, 8392704, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f6ce0b05000
[pid 20337] 05:21:05.738506 mprotect(0x7f6ce0b05000, 4096, PROT_NONE <unfinished ...>
[pid 20338] 05:21:05.738606 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.738777 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:05.738870 <... mprotect resumed> ) = 0
[pid 20337] 05:21:05.739023 clone(Process 20342 attached
child_stack=0x7f6ce1304fb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f6ce13059d0, tls=0x7f6ce1305700, child_tidptr=0x7f6ce13059d0) = 20342
[pid 20337] 05:21:05.739256 futex(0xe728a0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 20337] 05:21:05.739445 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:05.739515 <... futex resumed> ) = 0
[pid 20338] 05:21:05.739647 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.739798 <... futex resumed> ) = 1
[pid 20337] 05:21:05.739926 clock_gettime(CLOCK_MONOTONIC, {180613, 246783300}) = 0
[pid 20337] 05:21:05.740095 epoll_wait(5, <unfinished ...>
[pid 20342] 05:21:05.740190 set_robust_list(0x7f6ce13059e0, 0x18) = 0
[pid 20342] 05:21:05.740386 mmap(NULL, 134217728, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x7f6cd4000000
[pid 20342] 05:21:05.740571 munmap(0x7f6cd8000000, 67108864) = 0
[pid 20342] 05:21:05.740747 mprotect(0x7f6cd4000000, 135168, PROT_READ|PROT_WRITE) = 0
[pid 20342] 05:21:05.740925 getcwd("/temp/node-sass", 1024) = 16
[pid 20342] 05:21:05.741142 getcwd("/temp/node-sass", 1024) = 16
[pid 20342] 05:21:05.745309 stat("/temp/node-sass/test/fixtures/simple/index.scss", <unfinished ...>
[pid 20338] 05:21:05.745369 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.745671 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20341] 05:21:05.745800 set_robust_list(0x7f6ce1b069e0, 0x18) = 0
[pid 20341] 05:21:05.745985 futex(0xe72864, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
[pid 20342] 05:21:05.746068 <... stat resumed> {st_mode=S_IFREG|0664, st_size=148, ...}) = 0
[pid 20342] 05:21:05.746222 open("/temp/node-sass/test/fixtures/simple/index.scss", O_RDONLY) = 10
[pid 20342] 05:21:05.746354 lseek(10, 0, SEEK_END) = 148
[pid 20342] 05:21:05.746492 lseek(10, 0, SEEK_CUR) = 148
[pid 20342] 05:21:05.746624 lseek(10, 0, SEEK_SET) = 0
[pid 20342] 05:21:05.746747 read(10, "#navbar {\n width: 80%;\n height"..., 8191) = 148
[pid 20342] 05:21:05.746886 close(10) = 0
[pid 20342] 05:21:05.747949 mprotect(0x7f6cd4021000, 4096, PROT_READ|PROT_WRITE <unfinished ...>
[pid 20340] 05:21:05.748072 set_robust_list(0x7f6ce23079e0, 0x18) = 0
[pid 20340] 05:21:05.748243 futex(0xe72864, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 20342] 05:21:05.748320 <... mprotect resumed> ) = 0
[pid 20342] 05:21:05.748576 mprotect(0x7f6cd4022000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 20342] 05:21:05.748834 mprotect(0x7f6cd4023000, 4096, PROT_READ|PROT_WRITE <unfinished ...>
[pid 20339] 05:21:05.748912 set_robust_list(0x7f6ce2b089e0, 0x18) = 0
[pid 20339] 05:21:05.749061 futex(0xe72864, FUTEX_WAIT_PRIVATE, 3, NULL <unfinished ...>
[pid 20342] 05:21:05.749117 <... mprotect resumed> ) = 0
[pid 20342] 05:21:05.749411 write(8, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
[pid 20337] 05:21:05.749544 <... epoll_wait resumed> {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1993) = 1
[pid 20337] 05:21:05.749682 clock_gettime(CLOCK_MONOTONIC, {180613, 256520100}) = 0
[pid 20337] 05:21:05.749843 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:05.749992 futex(0xe72550, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 20342] 05:21:05.750073 <... write resumed> ) = 8
[pid 20342] 05:21:05.750186 futex(0xe72550, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20337] 05:21:05.750239 <... futex resumed> ) = 0
[pid 20337] 05:21:05.750346 futex(0xe72550, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20337] 05:21:05.750668 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:05.750848 <... futex resumed> ) = 0
[pid 20337] 05:21:05.750921 <... futex resumed> ) = 1
[pid 20338] 05:21:05.751379 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.751403 clock_gettime(CLOCK_REALTIME, {1420032065, 751615000}) = 0
[pid 20337] 05:21:05.752768 clock_gettime(CLOCK_REALTIME, {1420032065, 752903400}) = 0
[pid 20337] 05:21:05.753899 write(1, "\r", 1
) = 1
[pid 20337] 05:21:05.754262 write(1, " \342\234\223 should compile sass to"..., 48 ✓ should compile sass to css with file
) = 48
[pid 20337] 05:21:05.756404 clock_gettime(CLOCK_MONOTONIC, <unfinished ...>
[pid 20342] 05:21:05.756681 <... futex resumed> ) = 1
[pid 20342] 05:21:05.757216 futex(0xe72864, FUTEX_WAIT_PRIVATE, 4, NULL <unfinished ...>
[pid 20337] 05:21:05.757455 <... clock_gettime resumed> {180613, 264218600}) = 0
[pid 20337] 05:21:05.757822 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.758070 clock_gettime(CLOCK_MONOTONIC, {180613, 265259100}) = 0
[pid 20338] 05:21:05.758552 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.758584 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:05.759295 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:05.759473 <... futex resumed> ) = 0
[pid 20338] 05:21:05.759501 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.759823 <... futex resumed> ) = 1
[pid 20337] 05:21:05.760065 clock_gettime(CLOCK_MONOTONIC, {180613, 266907400}) = 0
[pid 20337] 05:21:05.760221 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.760357 clock_gettime(CLOCK_MONOTONIC, {180613, 267187900}) = 0
[pid 20337] 05:21:05.760640 clock_gettime(CLOCK_MONOTONIC, {180613, 267474200}) = 0
[pid 20337] 05:21:05.760838 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.760957 clock_gettime(CLOCK_MONOTONIC, {180613, 267791000}) = 0
[pid 20337] 05:21:05.761126 clock_gettime(CLOCK_MONOTONIC, {180613, 267944700}) = 0
[pid 20337] 05:21:05.761242 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.761401 clock_gettime(CLOCK_MONOTONIC, {180613, 268239900}) = 0
[pid 20337] 05:21:05.761586 clock_gettime(CLOCK_MONOTONIC, {180613, 268431300}) = 0
[pid 20337] 05:21:05.761832 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.761983 clock_gettime(CLOCK_MONOTONIC, {180613, 268815900}) = 0
[pid 20337] 05:21:05.762249 clock_gettime(CLOCK_REALTIME, {1420032065, 762316700}) = 0
[pid 20337] 05:21:05.762646 clock_gettime(CLOCK_REALTIME, {1420032065, 762704800}) = 0
[pid 20337] 05:21:05.762910 clock_gettime(CLOCK_MONOTONIC, {180613, 269756500}) = 0
[pid 20337] 05:21:05.763263 open("/temp/node-sass/test/fixtures/simple/index.scss", O_RDONLY) = 10
[pid 20337] 05:21:05.763519 fstat(10, {st_mode=S_IFREG|0664, st_size=148, ...}) = 0
[pid 20337] 05:21:05.763768 clock_gettime(CLOCK_REALTIME, {1420032065, 763829800}) = 0
[pid 20337] 05:21:05.763920 clock_gettime(CLOCK_REALTIME, {1420032065, 763977300}) = 0
[pid 20337] 05:21:05.764058 clock_gettime(CLOCK_REALTIME, {1420032065, 764130400}) = 0
[pid 20337] 05:21:05.764246 read(10, "#navbar {\n width: 80%;\n height"..., 148) = 148
[pid 20337] 05:21:05.764473 close(10) = 0
[pid 20337] 05:21:05.764885 open("/temp/node-sass/test/fixtures/simple/expected.css", O_RDONLY) = 10
[pid 20337] 05:21:05.765139 fstat(10, {st_mode=S_IFREG|0664, st_size=156, ...}) = 0
[pid 20337] 05:21:05.765391 clock_gettime(CLOCK_REALTIME, {1420032065, 765485100}) = 0
[pid 20337] 05:21:05.765591 clock_gettime(CLOCK_REALTIME, {1420032065, 765638200}) = 0
[pid 20337] 05:21:05.765804 clock_gettime(CLOCK_REALTIME, {1420032065, 765855200}) = 0
[pid 20337] 05:21:05.765966 read(10, "#navbar {\n width: 80%;\n height"..., 156) = 156
[pid 20337] 05:21:05.766110 close(10) = 0
[pid 20337] 05:21:05.766435 clock_gettime(CLOCK_REALTIME, {1420032065, 766492600}) = 0
[pid 20338] 05:21:05.766628 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.766746 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.766904 futex(0xe72864, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0xe72860, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20341] 05:21:05.767044 <... futex resumed> ) = 0
[pid 20341] 05:21:05.767159 futex(0xe72820, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 20337] 05:21:05.767221 <... futex resumed> ) = 1
[pid 20337] 05:21:05.767325 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20341] 05:21:05.767410 <... futex resumed> ) = 0
[pid 20341] 05:21:05.767708 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20341] 05:21:05.768070 mmap(0x7f6cd8000000, 67108864, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x7f6cd8000000
[pid 20341] 05:21:05.768247 mprotect(0x7f6cd8000000, 135168, PROT_READ|PROT_WRITE) = 0
[pid 20341] 05:21:05.768526 getcwd("/temp/node-sass", 1024) = 16
[pid 20341] 05:21:05.768734 getcwd("/temp/node-sass", 1024) = 16
[pid 20341] 05:21:05.770141 mprotect(0x7f6cd8021000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 20341] 05:21:05.770649 mprotect(0x7f6cd8022000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 20341] 05:21:05.770998 mprotect(0x7f6cd8023000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 20341] 05:21:05.771386 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20341] 05:21:05.772576 futex(0xe72864, FUTEX_WAIT_PRIVATE, 6, NULL <unfinished ...>
[pid 20337] 05:21:05.773294 <... futex resumed> ) = 1
[pid 20337] 05:21:05.773461 clock_gettime(CLOCK_MONOTONIC, {180613, 280358100}) = 0
[pid 20337] 05:21:05.774466 epoll_wait(5, <unfinished ...>
[pid 20338] 05:21:05.774893 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.774962 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:05.775138 <... epoll_wait resumed> {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1989) = 1
[pid 20337] 05:21:05.775273 clock_gettime(CLOCK_MONOTONIC, {180613, 282107700}) = 0
[pid 20337] 05:21:05.775425 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:05.775622 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:05.775840 <... futex resumed> ) = 0
[pid 20338] 05:21:05.775998 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.776163 <... futex resumed> ) = 1
[pid 20337] 05:21:05.776347 clock_gettime(CLOCK_REALTIME, {1420032065, 776441900}) = 0
[pid 20337] 05:21:05.776952 clock_gettime(CLOCK_REALTIME, {1420032065, 777051100}) = 0
[pid 20337] 05:21:05.777397 write(1, "\r", 1
) = 1
[pid 20337] 05:21:05.777787 write(1, " \342\234\223 should compile sass to"..., 48 ✓ should compile sass to css with data
) = 48
[pid 20337] 05:21:05.778216 clock_gettime(CLOCK_MONOTONIC, {180613, 285066500}) = 0
[pid 20337] 05:21:05.778434 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.778622 clock_gettime(CLOCK_MONOTONIC, {180613, 285450200}) = 0
[pid 20337] 05:21:05.778850 clock_gettime(CLOCK_MONOTONIC, {180613, 285702800}) = 0
[pid 20337] 05:21:05.779017 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.779370 clock_gettime(CLOCK_MONOTONIC, {180613, 286212000}) = 0
[pid 20337] 05:21:05.779659 clock_gettime(CLOCK_MONOTONIC, {180613, 286539900}) = 0
[pid 20337] 05:21:05.779865 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.780012 clock_gettime(CLOCK_MONOTONIC, {180613, 286846900}) = 0
[pid 20337] 05:21:05.780168 clock_gettime(CLOCK_MONOTONIC, {180613, 287009000}) = 0
[pid 20337] 05:21:05.780313 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.780461 clock_gettime(CLOCK_MONOTONIC, {180613, 287307700}) = 0
[pid 20337] 05:21:05.780671 clock_gettime(CLOCK_MONOTONIC, {180613, 287521300}) = 0
[pid 20337] 05:21:05.780841 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.780969 clock_gettime(CLOCK_MONOTONIC, {180613, 287809200}) = 0
[pid 20337] 05:21:05.781179 clock_gettime(CLOCK_REALTIME, {1420032065, 781238500}) = 0
[pid 20337] 05:21:05.781391 clock_gettime(CLOCK_REALTIME, {1420032065, 781445900}) = 0
[pid 20337] 05:21:05.781511 clock_gettime(CLOCK_MONOTONIC, {180613, 288349700}) = 0
[pid 20337] 05:21:05.781809 open("/temp/node-sass/test/fixtures/indent/index.sass", O_RDONLY) = 10
[pid 20337] 05:21:05.781991 fstat(10, {st_mode=S_IFREG|0664, st_size=27, ...}) = 0
[pid 20337] 05:21:05.782158 clock_gettime(CLOCK_REALTIME, {1420032065, 782208100}) = 0
[pid 20337] 05:21:05.782286 clock_gettime(CLOCK_REALTIME, {1420032065, 782334000}) = 0
[pid 20337] 05:21:05.782424 clock_gettime(CLOCK_REALTIME, {1420032065, 782484500}) = 0
[pid 20338] 05:21:05.782607 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.782686 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.782894 read(10, "foo\n + bar\n color: red\n", 27) = 27
[pid 20337] 05:21:05.783149 close(10) = 0
[pid 20337] 05:21:05.783396 open("/temp/node-sass/test/fixtures/indent/expected.css", O_RDONLY) = 10
[pid 20337] 05:21:05.783579 fstat(10, {st_mode=S_IFREG|0664, st_size=28, ...}) = 0
[pid 20337] 05:21:05.783746 clock_gettime(CLOCK_REALTIME, {1420032065, 783844900}) = 0
[pid 20337] 05:21:05.783933 clock_gettime(CLOCK_REALTIME, {1420032065, 783997000}) = 0
[pid 20337] 05:21:05.784185 clock_gettime(CLOCK_REALTIME, {1420032065, 784326000}) = 0
[pid 20337] 05:21:05.784493 read(10, "foo + bar {\n color: red; }\n", 28) = 28
[pid 20337] 05:21:05.784683 close(10) = 0
[pid 20337] 05:21:05.785489 clock_gettime(CLOCK_REALTIME, {1420032065, 785599000}) = 0
[pid 20337] 05:21:05.785852 futex(0xe72864, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0xe72860, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20340] 05:21:05.786061 <... futex resumed> ) = 0
[pid 20340] 05:21:05.786176 futex(0xe72820, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 20337] 05:21:05.786301 <... futex resumed> ) = 1
[pid 20337] 05:21:05.786389 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20340] 05:21:05.786630 <... futex resumed> ) = 0
[pid 20340] 05:21:05.786763 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20340] 05:21:05.789572 mmap(NULL, 134217728, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x7f6ccc000000
[pid 20340] 05:21:05.789632 munmap(0x7f6cd0000000, 67108864) = 0
[pid 20340] 05:21:05.789666 mprotect(0x7f6ccc000000, 135168, PROT_READ|PROT_WRITE) = 0
[pid 20340] 05:21:05.789789 getcwd("/temp/node-sass", 1024) = 16
[pid 20340] 05:21:05.789835 getcwd("/temp/node-sass", 1024) = 16
[pid 20340] 05:21:05.790858 write(8, "\1\0\0\0\0\0\0\0", 8 <unfinished ...>
[pid 20338] 05:21:05.790894 <... nanosleep resumed> NULL) = 0
[pid 20340] 05:21:05.790919 <... write resumed> ) = 8
[pid 20338] 05:21:05.790931 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20340] 05:21:05.790953 futex(0xe72864, FUTEX_WAIT_PRIVATE, 8, NULL <unfinished ...>
[pid 20337] 05:21:05.792061 <... futex resumed> ) = 1
[pid 20337] 05:21:05.792312 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:05.792429 <... futex resumed> ) = 0
[pid 20338] 05:21:05.792456 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.792665 <... futex resumed> ) = 1
[pid 20337] 05:21:05.793036 clock_gettime(CLOCK_MONOTONIC, {180613, 299877100}) = 0
[pid 20337] 05:21:05.793181 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1989) = 1
[pid 20337] 05:21:05.793322 clock_gettime(CLOCK_MONOTONIC, {180613, 300147400}) = 0
[pid 20337] 05:21:05.793469 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:05.793700 clock_gettime(CLOCK_REALTIME, {1420032065, 793791700}) = 0
[pid 20337] 05:21:05.794229 clock_gettime(CLOCK_REALTIME, {1420032065, 794320600}) = 0
[pid 20337] 05:21:05.794722 write(1, "\r", 1
) = 1
[pid 20337] 05:21:05.795092 write(1, " \342\234\223 should compile sass to"..., 60 ✓ should compile sass to css using indented syntax
) = 60
[pid 20337] 05:21:05.795527 clock_gettime(CLOCK_MONOTONIC, {180613, 302392600}) = 0
[pid 20337] 05:21:05.795737 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.795866 clock_gettime(CLOCK_MONOTONIC, {180613, 302681600}) = 0
[pid 20337] 05:21:05.796019 clock_gettime(CLOCK_MONOTONIC, {180613, 302845900}) = 0
[pid 20337] 05:21:05.796173 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.796281 clock_gettime(CLOCK_MONOTONIC, {180613, 303099100}) = 0
[pid 20337] 05:21:05.796480 clock_gettime(CLOCK_MONOTONIC, {180613, 303320600}) = 0
[pid 20337] 05:21:05.796652 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.796821 clock_gettime(CLOCK_MONOTONIC, {180613, 303656400}) = 0
[pid 20337] 05:21:05.797025 clock_gettime(CLOCK_MONOTONIC, {180613, 303884300}) = 0
[pid 20337] 05:21:05.797233 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.797371 clock_gettime(CLOCK_MONOTONIC, {180613, 304196200}) = 0
[pid 20337] 05:21:05.797560 clock_gettime(CLOCK_MONOTONIC, {180613, 304404300}) = 0
[pid 20337] 05:21:05.797745 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.797875 clock_gettime(CLOCK_MONOTONIC, {180613, 304711700}) = 0
[pid 20337] 05:21:05.798039 clock_gettime(CLOCK_REALTIME, {1420032065, 798093100}) = 0
[pid 20337] 05:21:05.798237 clock_gettime(CLOCK_REALTIME, {1420032065, 798334100}) = 0
[pid 20337] 05:21:05.798445 clock_gettime(CLOCK_MONOTONIC, {180613, 305282100}) = 0
[pid 20338] 05:21:05.798563 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.798582 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.798970 clock_gettime(CLOCK_REALTIME, {1420032065, 799054500}) = 0
[pid 20337] 05:21:05.799224 futex(0xe72864, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0xe72860, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20339] 05:21:05.799299 <... futex resumed> ) = 0
[pid 20339] 05:21:05.799314 futex(0xe72820, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 20337] 05:21:05.799446 <... futex resumed> ) = 1
[pid 20337] 05:21:05.799555 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20339] 05:21:05.799606 <... futex resumed> ) = 0
[pid 20339] 05:21:05.799637 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20339] 05:21:05.799661 mmap(0x7f6cd0000000, 67108864, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x7f6cd0000000
[pid 20339] 05:21:05.799690 mprotect(0x7f6cd0000000, 135168, PROT_READ|PROT_WRITE) = 0
[pid 20339] 05:21:05.799733 getcwd("/temp/node-sass", 1024) = 16
[pid 20339] 05:21:05.799766 getcwd("/temp/node-sass", 1024) = 16
[pid 20339] 05:21:05.800118 futex(0x7f6ce366c190, FUTEX_WAKE_PRIVATE, 2147483647) = 0
[pid 20339] 05:21:05.800310 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20339] 05:21:05.800339 futex(0xe72864, FUTEX_WAIT_PRIVATE, 10, NULL <unfinished ...>
[pid 20337] 05:21:05.801144 <... futex resumed> ) = 1
[pid 20337] 05:21:05.801331 clock_gettime(CLOCK_MONOTONIC, {180613, 308174200}) = 0
[pid 20337] 05:21:05.801501 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1997) = 1
[pid 20337] 05:21:05.801741 clock_gettime(CLOCK_MONOTONIC, {180613, 308616400}) = 0
[pid 20337] 05:21:05.801962 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:05.802947 clock_gettime(CLOCK_REALTIME, {1420032065, 803049400}) = 0
[pid 20337] 05:21:05.803240 write(1, "\r", 1
) = 1
[pid 20337] 05:21:05.803920 write(1, " \342\234\223 should throw error sta"..., 53 ✓ should throw error status 1 for bad input
) = 53
[pid 20337] 05:21:05.805362 clock_gettime(CLOCK_MONOTONIC, <unfinished ...>
[pid 20338] 05:21:05.806661 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.806940 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:05.807258 <... clock_gettime resumed> {180613, 314020300}) = 0
[pid 20337] 05:21:05.807420 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:05.807502 <... futex resumed> ) = 0
[pid 20338] 05:21:05.807519 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.807668 <... futex resumed> ) = 1
[pid 20337] 05:21:05.807829 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.807963 clock_gettime(CLOCK_MONOTONIC, {180613, 314793500}) = 0
[pid 20337] 05:21:05.808152 clock_gettime(CLOCK_MONOTONIC, {180613, 315003700}) = 0
[pid 20337] 05:21:05.808306 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.808408 clock_gettime(CLOCK_MONOTONIC, {180613, 315220800}) = 0
[pid 20337] 05:21:05.808583 clock_gettime(CLOCK_MONOTONIC, {180613, 315424500}) = 0
[pid 20337] 05:21:05.808805 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.809009 clock_gettime(CLOCK_MONOTONIC, {180613, 315873100}) = 0
[pid 20337] 05:21:05.809220 clock_gettime(CLOCK_MONOTONIC, {180613, 316090400}) = 0
[pid 20337] 05:21:05.809440 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.809647 clock_gettime(CLOCK_MONOTONIC, {180613, 316509100}) = 0
[pid 20337] 05:21:05.809877 clock_gettime(CLOCK_MONOTONIC, {180613, 316733100}) = 0
[pid 20337] 05:21:05.810103 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.810295 clock_gettime(CLOCK_MONOTONIC, {180613, 317155600}) = 0
[pid 20337] 05:21:05.810602 clock_gettime(CLOCK_REALTIME, {1420032065, 810686200}) = 0
[pid 20337] 05:21:05.810891 clock_gettime(CLOCK_REALTIME, {1420032065, 810964900}) = 0
[pid 20337] 05:21:05.811086 clock_gettime(CLOCK_MONOTONIC, {180613, 317921700}) = 0
[pid 20337] 05:21:05.811395 open("/temp/node-sass/test/fixtures/include-path/index.scss", O_RDONLY) = 10
[pid 20337] 05:21:05.811609 fstat(10, {st_mode=S_IFREG|0664, st_size=91, ...}) = 0
[pid 20337] 05:21:05.811797 clock_gettime(CLOCK_REALTIME, {1420032065, 811866900}) = 0
[pid 20337] 05:21:05.811992 clock_gettime(CLOCK_REALTIME, {1420032065, 812045700}) = 0
[pid 20337] 05:21:05.812134 clock_gettime(CLOCK_REALTIME, {1420032065, 812186300}) = 0
[pid 20337] 05:21:05.812296 read(10, "@import 'vars';\n@import 'colorBl"..., 91) = 91
[pid 20337] 05:21:05.812464 close(10) = 0
[pid 20337] 05:21:05.812688 open("/temp/node-sass/test/fixtures/include-path/expected.css", O_RDONLY) = 10
[pid 20337] 05:21:05.812859 fstat(10, {st_mode=S_IFREG|0664, st_size=46, ...}) = 0
[pid 20337] 05:21:05.813018 clock_gettime(CLOCK_REALTIME, {1420032065, 813096300}) = 0
[pid 20337] 05:21:05.813180 clock_gettime(CLOCK_REALTIME, {1420032065, 813250600}) = 0
[pid 20337] 05:21:05.813342 clock_gettime(CLOCK_REALTIME, {1420032065, 813393400}) = 0
[pid 20337] 05:21:05.813496 read(10, "body {\n background: red;\n colo"..., 46) = 46
[pid 20337] 05:21:05.813738 close(10) = 0
[pid 20337] 05:21:05.814160 clock_gettime(CLOCK_REALTIME, {1420032065, 814223300}) = 0
[pid 20337] 05:21:05.814369 futex(0xe72864, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0xe72860, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20342] 05:21:05.814452 <... futex resumed> ) = 0
[pid 20342] 05:21:05.814674 futex(0xe72820, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 20338] 05:21:05.814761 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.814947 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.815048 <... futex resumed> ) = 1
[pid 20337] 05:21:05.815246 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20342] 05:21:05.815343 <... futex resumed> ) = 0
[pid 20342] 05:21:05.815507 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20342] 05:21:05.815691 getcwd("/temp/node-sass", 1024) = 16
[pid 20342] 05:21:05.815933 getcwd("/temp/node-sass", 1024) = 16
[pid 20342] 05:21:05.816401 stat("vars", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.816594 stat("_vars", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.816721 stat("_vars.scss", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.816899 stat("_vars.sass", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.817056 stat("vars.scss", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.817182 stat("vars.sass", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.817337 stat("/temp/node-sass/vars", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.817604 stat("/temp/node-sass/_vars", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.817939 stat("/temp/node-sass/_vars.scss", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.818147 stat("/temp/node-sass/_vars.sass", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.818411 stat("/temp/node-sass/vars.scss", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.818667 stat("/temp/node-sass/vars.sass", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.819061 stat("/temp/node-sass/test/fixtures/include-path/functions/vars", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.820561 stat("/temp/node-sass/test/fixtures/include-path/functions/_vars", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.821109 stat("/temp/node-sass/test/fixtures/include-path/functions/_vars.scss", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.821361 stat("/temp/node-sass/test/fixtures/include-path/functions/_vars.sass", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.821576 stat("/temp/node-sass/test/fixtures/include-path/functions/vars.scss", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.822001 stat("/temp/node-sass/test/fixtures/include-path/functions/vars.sass", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.822246 stat("/temp/node-sass/test/fixtures/include-path/lib/vars", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.822441 stat("/temp/node-sass/test/fixtures/include-path/lib/_vars", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.823094 stat("/temp/node-sass/test/fixtures/include-path/lib/_vars.scss", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.823292 stat("/temp/node-sass/test/fixtures/include-path/lib/_vars.sass", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.823499 stat("/temp/node-sass/test/fixtures/include-path/lib/vars.scss", {st_mode=S_IFREG|0664, st_size=13, ...}) = 0
[pid 20342] 05:21:05.823953 open("/temp/node-sass/test/fixtures/include-path/lib/vars.scss", O_RDONLY) = 10
[pid 20342] 05:21:05.824113 lseek(10, 0, SEEK_END) = 13
[pid 20342] 05:21:05.824250 lseek(10, 0, SEEK_CUR) = 13
[pid 20342] 05:21:05.824370 lseek(10, 0, SEEK_SET) = 0
[pid 20342] 05:21:05.824498 read(10, "$color: red;\n", 8191) = 13
[pid 20342] 05:21:05.824632 close(10) = 0
[pid 20342] 05:21:05.824938 stat("colorBlue", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.825149 stat("_colorBlue", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.825301 stat("_colorBlue.scss", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.825415 stat("_colorBlue.sass", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.825545 stat("colorBlue.scss", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.825686 stat("colorBlue.sass", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.825817 stat("/temp/node-sass/colorBlue", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.825931 stat("/temp/node-sass/_colorBlue", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.826054 stat("/temp/node-sass/_colorBlue.scss", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.826185 stat("/temp/node-sass/_colorBlue.sass", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.826299 stat("/temp/node-sass/colorBlue.scss", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.826427 stat("/temp/node-sass/colorBlue.sass", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.826638 stat("/temp/node-sass/test/fixtures/include-path/functions/colorBlue", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.826909 stat("/temp/node-sass/test/fixtures/include-path/functions/_colorBlue", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.827087 stat("/temp/node-sass/test/fixtures/include-path/functions/_colorBlue.scss", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.827214 stat("/temp/node-sass/test/fixtures/include-path/functions/_colorBlue.sass", 0x7f6ce1303d40) = -1 ENOENT (No such file or directory)
[pid 20342] 05:21:05.827334 stat("/temp/node-sass/test/fixtures/include-path/functions/colorBlue.scss", {st_mode=S_IFREG|0664, st_size=45, ...}) = 0
[pid 20342] 05:21:05.827524 open("/temp/node-sass/test/fixtures/include-path/functions/colorBlue.scss", O_RDONLY) = 10
[pid 20342] 05:21:05.827685 lseek(10, 0, SEEK_END) = 45
[pid 20342] 05:21:05.827813 lseek(10, 0, SEEK_CUR) = 45
[pid 20342] 05:21:05.827944 lseek(10, 0, SEEK_SET) = 0
[pid 20342] 05:21:05.828062 read(10, "@function colorBlue() {\n @retur"..., 8191) = 45
[pid 20342] 05:21:05.828217 close(10) = 0
[pid 20342] 05:21:05.829470 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20342] 05:21:05.829645 futex(0xe72864, FUTEX_WAIT_PRIVATE, 12, NULL <unfinished ...>
[pid 20338] 05:21:05.829716 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.829858 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.829942 <... futex resumed> ) = 1
[pid 20337] 05:21:05.830066 clock_gettime(CLOCK_MONOTONIC, {180613, 336852900}) = 0
[pid 20337] 05:21:05.830209 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1981) = 1
[pid 20337] 05:21:05.830358 clock_gettime(CLOCK_MONOTONIC, {180613, 337149900}) = 0
[pid 20337] 05:21:05.830488 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:05.830809 clock_gettime(CLOCK_REALTIME, {1420032065, 831164400}) = 0
[pid 20337] 05:21:05.832121 clock_gettime(CLOCK_REALTIME, {1420032065, 832136900}) = 0
[pid 20337] 05:21:05.832396 write(1, "\r", 1
) = 1
[pid 20337] 05:21:05.832622 write(1, " \342\234\223 should compile with in"..., 45 ✓ should compile with include paths
) = 45
[pid 20337] 05:21:05.832983 clock_gettime(CLOCK_MONOTONIC, {180613, 339778400}) = 0
[pid 20337] 05:21:05.833185 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.833322 clock_gettime(CLOCK_MONOTONIC, {180613, 340108200}) = 0
[pid 20337] 05:21:05.833472 clock_gettime(CLOCK_MONOTONIC, {180613, 340277100}) = 0
[pid 20337] 05:21:05.833600 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.833748 clock_gettime(CLOCK_MONOTONIC, {180613, 340534300}) = 0
[pid 20337] 05:21:05.833933 clock_gettime(CLOCK_MONOTONIC, {180613, 340720300}) = 0
[pid 20337] 05:21:05.834092 epoll_wait(5, {}, 1024, 0) = 0
[pid 20338] 05:21:05.834721 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.835341 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:05.835438 clock_gettime(CLOCK_MONOTONIC, {180613, 342228100}) = 0
[pid 20337] 05:21:05.835703 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:05.835827 <... futex resumed> ) = 0
[pid 20338] 05:21:05.836063 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.836148 <... futex resumed> ) = 1
[pid 20337] 05:21:05.836397 clock_gettime(CLOCK_MONOTONIC, {180613, 343188200}) = 0
[pid 20337] 05:21:05.836551 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.836696 clock_gettime(CLOCK_MONOTONIC, {180613, 343514800}) = 0
[pid 20337] 05:21:05.837137 clock_gettime(CLOCK_MONOTONIC, {180613, 344451400}) = 0
[pid 20337] 05:21:05.838466 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.838659 clock_gettime(CLOCK_MONOTONIC, {180613, 345491400}) = 0
[pid 20337] 05:21:05.839092 clock_gettime(CLOCK_REALTIME, {1420032065, 839105600}) = 0
[pid 20337] 05:21:05.839285 clock_gettime(CLOCK_REALTIME, {1420032065, 839317400}) = 0
[pid 20337] 05:21:05.839453 clock_gettime(CLOCK_MONOTONIC, {180613, 346301800}) = 0
[pid 20337] 05:21:05.840929 open("/temp/node-sass/test/fixtures/image-path/index.scss", O_RDONLY) = 10
[pid 20337] 05:21:05.841117 fstat(10, {st_mode=S_IFREG|0664, st_size=53, ...}) = 0
[pid 20337] 05:21:05.841296 clock_gettime(CLOCK_REALTIME, {1420032065, 841309100}) = 0
[pid 20337] 05:21:05.841553 clock_gettime(CLOCK_REALTIME, {1420032065, 841565600}) = 0
[pid 20337] 05:21:05.841689 clock_gettime(CLOCK_REALTIME, {1420032065, 841699400}) = 0
[pid 20337] 05:21:05.841921 read(10, "body {\n background-image: image"..., 53) = 53
[pid 20337] 05:21:05.842206 close(10) = 0
[pid 20338] 05:21:05.842630 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.842776 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.842843 open("/temp/node-sass/test/fixtures/image-path/expected.css", O_RDONLY) = 10
[pid 20337] 05:21:05.843029 fstat(10, {st_mode=S_IFREG|0664, st_size=63, ...}) = 0
[pid 20337] 05:21:05.843216 clock_gettime(CLOCK_REALTIME, {1420032065, 843226300}) = 0
[pid 20337] 05:21:05.843360 clock_gettime(CLOCK_REALTIME, {1420032065, 843369900}) = 0
[pid 20337] 05:21:05.843493 clock_gettime(CLOCK_REALTIME, {1420032065, 843502300}) = 0
[pid 20337] 05:21:05.843670 read(10, "body {\n background-image: url(\""..., 63) = 63
[pid 20337] 05:21:05.843902 close(10) = 0
[pid 20337] 05:21:05.844234 clock_gettime(CLOCK_REALTIME, {1420032065, 844245400}) = 0
[pid 20337] 05:21:05.844439 futex(0xe72864, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0xe72860, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20341] 05:21:05.844498 <... futex resumed> ) = 0
[pid 20341] 05:21:05.844613 futex(0xe72820, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 20337] 05:21:05.844674 <... futex resumed> ) = 1
[pid 20337] 05:21:05.844836 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20341] 05:21:05.844897 <... futex resumed> ) = 0
[pid 20341] 05:21:05.845023 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20341] 05:21:05.845192 getcwd("/temp/node-sass", 1024) = 16
[pid 20341] 05:21:05.845411 getcwd("/temp/node-sass", 1024) = 16
[pid 20341] 05:21:05.846495 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20341] 05:21:05.846693 futex(0xe72864, FUTEX_WAIT_PRIVATE, 14, NULL <unfinished ...>
[pid 20337] 05:21:05.846768 <... futex resumed> ) = 1
[pid 20337] 05:21:05.846986 clock_gettime(CLOCK_MONOTONIC, {180613, 353780800}) = 0
[pid 20337] 05:21:05.847203 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1993) = 1
[pid 20337] 05:21:05.847377 clock_gettime(CLOCK_MONOTONIC, {180613, 354242300}) = 0
[pid 20337] 05:21:05.847558 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:05.847855 clock_gettime(CLOCK_REALTIME, {1420032065, 847934100}) = 0
[pid 20337] 05:21:05.848305 clock_gettime(CLOCK_REALTIME, {1420032065, 848400000}) = 0
[pid 20337] 05:21:05.848643 write(1, "\r", 1
) = 1
[pid 20337] 05:21:05.849254 write(1, " \342\234\223 should compile with im"..., 42 ✓ should compile with image path
) = 42
[pid 20337] 05:21:05.849829 clock_gettime(CLOCK_MONOTONIC, {180613, 356687200}) = 0
[pid 20337] 05:21:05.850054 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.850370 clock_gettime(CLOCK_MONOTONIC, <unfinished ...>
[pid 20338] 05:21:05.850801 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.851685 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:05.851788 <... clock_gettime resumed> {180613, 357161700}) = 0
[pid 20337] 05:21:05.851965 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:05.852170 <... futex resumed> ) = 0
[pid 20338] 05:21:05.852548 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.852670 <... futex resumed> ) = 1
[pid 20337] 05:21:05.852845 clock_gettime(CLOCK_MONOTONIC, {180613, 359676400}) = 0
[pid 20337] 05:21:05.853072 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.853227 clock_gettime(CLOCK_MONOTONIC, {180613, 360065000}) = 0
[pid 20337] 05:21:05.853547 clock_gettime(CLOCK_MONOTONIC, {180613, 360376700}) = 0
[pid 20337] 05:21:05.853685 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.854051 clock_gettime(CLOCK_MONOTONIC, {180613, 360878100}) = 0
[pid 20337] 05:21:05.854223 clock_gettime(CLOCK_MONOTONIC, {180613, 361064000}) = 0
[pid 20337] 05:21:05.854348 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.854472 clock_gettime(CLOCK_MONOTONIC, {180613, 361319600}) = 0
[pid 20337] 05:21:05.854657 clock_gettime(CLOCK_MONOTONIC, {180613, 361508700}) = 0
[pid 20337] 05:21:05.854952 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.855409 clock_gettime(CLOCK_MONOTONIC, {180613, 362271300}) = 0
[pid 20337] 05:21:05.855639 clock_gettime(CLOCK_REALTIME, {1420032065, 855719300}) = 0
[pid 20337] 05:21:05.856454 clock_gettime(CLOCK_REALTIME, {1420032065, 856517200}) = 0
[pid 20337] 05:21:05.856621 clock_gettime(CLOCK_MONOTONIC, {180613, 363453600}) = 0
[pid 20337] 05:21:05.856938 open("/temp/node-sass/test/fixtures/image-path/index.scss", O_RDONLY) = 10
[pid 20337] 05:21:05.857152 fstat(10, {st_mode=S_IFREG|0664, st_size=53, ...}) = 0
[pid 20337] 05:21:05.857366 clock_gettime(CLOCK_REALTIME, {1420032065, 857425000}) = 0
[pid 20337] 05:21:05.857555 clock_gettime(CLOCK_REALTIME, {1420032065, 857616500}) = 0
[pid 20337] 05:21:05.857738 clock_gettime(CLOCK_REALTIME, {1420032065, 857813600}) = 0
[pid 20337] 05:21:05.857959 read(10, "body {\n background-image: image"..., 53) = 53
[pid 20337] 05:21:05.858161 close(10) = 0
[pid 20338] 05:21:05.859241 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.859365 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.859515 clock_gettime(CLOCK_REALTIME, {1420032065, 859566100}) = 0
[pid 20337] 05:21:05.859719 write(1, "\r", 1
) = 1
[pid 20337] 05:21:05.859934 write(1, " \342\234\223 should throw error wit"..., 57 ✓ should throw error with non-string image path
) = 57
[pid 20337] 05:21:05.860261 clock_gettime(CLOCK_MONOTONIC, {180613, 367097700}) = 0
[pid 20337] 05:21:05.860419 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.860537 clock_gettime(CLOCK_MONOTONIC, {180613, 367366600}) = 0
[pid 20337] 05:21:05.860682 clock_gettime(CLOCK_MONOTONIC, {180613, 367514200}) = 0
[pid 20337] 05:21:05.860822 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.860923 clock_gettime(CLOCK_MONOTONIC, {180613, 367754100}) = 0
[pid 20337] 05:21:05.861083 clock_gettime(CLOCK_MONOTONIC, {180613, 367920600}) = 0
[pid 20337] 05:21:05.861206 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.861307 clock_gettime(CLOCK_MONOTONIC, {180613, 368120200}) = 0
[pid 20337] 05:21:05.861512 clock_gettime(CLOCK_MONOTONIC, {180613, 368343700}) = 0
[pid 20337] 05:21:05.861679 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.861905 clock_gettime(CLOCK_MONOTONIC, {180613, 368769900}) = 0
[pid 20337] 05:21:05.862159 clock_gettime(CLOCK_MONOTONIC, {180613, 369017000}) = 0
[pid 20337] 05:21:05.862394 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.862626 clock_gettime(CLOCK_MONOTONIC, {180613, 369554500}) = 0
[pid 20337] 05:21:05.862937 clock_gettime(CLOCK_MONOTONIC, {180613, 369797700}) = 0
[pid 20337] 05:21:05.863148 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.863332 clock_gettime(CLOCK_MONOTONIC, {180613, 370183700}) = 0
[pid 20337] 05:21:05.863621 clock_gettime(CLOCK_REALTIME, {1420032065, 863701000}) = 0
[pid 20337] 05:21:05.863870 clock_gettime(CLOCK_REALTIME, {1420032065, 863947600}) = 0
[pid 20337] 05:21:05.864083 clock_gettime(CLOCK_MONOTONIC, {180613, 370940800}) = 0
[pid 20337] 05:21:05.864390 open("/temp/node-sass/test/fixtures/precision/index.scss", O_RDONLY) = 10
[pid 20337] 05:21:05.864619 fstat(10, {st_mode=S_IFREG|0664, st_size=34, ...}) = 0
[pid 20337] 05:21:05.865380 clock_gettime(CLOCK_REALTIME, {1420032065, 865504000}) = 0
[pid 20337] 05:21:05.865667 clock_gettime(CLOCK_REALTIME, {1420032065, 865748600}) = 0
[pid 20337] 05:21:05.865974 clock_gettime(CLOCK_REALTIME, {1420032065, 866142500}) = 0
[pid 20337] 05:21:05.866459 read(10, <unfinished ...>
[pid 20338] 05:21:05.867193 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.867308 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.867679 <... read resumed> ".foo {\n margin: 1.23456789 px;\n"..., 34) = 34
[pid 20337] 05:21:05.867857 close(10) = 0
[pid 20337] 05:21:05.868220 open("/temp/node-sass/test/fixtures/precision/expected.css", O_RDONLY) = 10
[pid 20337] 05:21:05.868432 fstat(10, {st_mode=S_IFREG|0664, st_size=34, ...}) = 0
[pid 20337] 05:21:05.868630 clock_gettime(CLOCK_REALTIME, {1420032065, 868721000}) = 0
[pid 20337] 05:21:05.868859 clock_gettime(CLOCK_REALTIME, {1420032065, 868905000}) = 0
[pid 20337] 05:21:05.869039 clock_gettime(CLOCK_REALTIME, {1420032065, 869098000}) = 0
[pid 20337] 05:21:05.869199 read(10, ".foo {\n margin: 1.23456789 px; "..., 34) = 34
[pid 20337] 05:21:05.869419 close(10) = 0
[pid 20337] 05:21:05.870314 clock_gettime(CLOCK_REALTIME, {1420032065, 870392800}) = 0
[pid 20337] 05:21:05.870614 futex(0xe72864, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0xe72860, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20340] 05:21:05.870775 <... futex resumed> ) = 0
[pid 20340] 05:21:05.871152 futex(0xe72820, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 20337] 05:21:05.871295 <... futex resumed> ) = 1
[pid 20337] 05:21:05.871426 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20340] 05:21:05.871578 <... futex resumed> ) = 0
[pid 20340] 05:21:05.872188 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20340] 05:21:05.872494 getcwd("/temp/node-sass", 1024) = 16
[pid 20340] 05:21:05.872853 getcwd("/temp/node-sass", 1024) = 16
[pid 20340] 05:21:05.874299 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20340] 05:21:05.874654 futex(0xe72864, FUTEX_WAIT_PRIVATE, 16, NULL <unfinished ...>
[pid 20338] 05:21:05.875064 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.875146 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.875274 <... futex resumed> ) = 1
[pid 20337] 05:21:05.875362 clock_gettime(CLOCK_MONOTONIC, {180613, 382186300}) = 0
[pid 20337] 05:21:05.875492 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1988) = 1
[pid 20337] 05:21:05.875644 clock_gettime(CLOCK_MONOTONIC, {180613, 382461500}) = 0
[pid 20337] 05:21:05.876006 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:05.876181 clock_gettime(CLOCK_REALTIME, {1420032065, 876235500}) = 0
[pid 20337] 05:21:05.876478 clock_gettime(CLOCK_REALTIME, {1420032065, 876536800}) = 0
[pid 20337] 05:21:05.876692 write(1, "\r", 1
) = 1
[pid 20337] 05:21:05.877074 write(1, " \342\234\223 should render with --p"..., 49 ✓ should render with --precision option
) = 49
[pid 20337] 05:21:05.877496 clock_gettime(CLOCK_MONOTONIC, {180613, 384355200}) = 0
[pid 20337] 05:21:05.877749 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.877973 clock_gettime(CLOCK_MONOTONIC, {180613, 384808900}) = 0
[pid 20337] 05:21:05.878186 clock_gettime(CLOCK_MONOTONIC, {180613, 385041500}) = 0
[pid 20337] 05:21:05.878403 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.878656 clock_gettime(CLOCK_MONOTONIC, {180613, 385561100}) = 0
[pid 20337] 05:21:05.878986 clock_gettime(CLOCK_MONOTONIC, {180613, 385843500}) = 0
[pid 20337] 05:21:05.879209 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.879377 clock_gettime(CLOCK_MONOTONIC, {180613, 386240200}) = 0
[pid 20337] 05:21:05.879572 clock_gettime(CLOCK_MONOTONIC, {180613, 386402200}) = 0
[pid 20337] 05:21:05.879703 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.879835 clock_gettime(CLOCK_MONOTONIC, {180613, 386666700}) = 0
[pid 20337] 05:21:05.879988 clock_gettime(CLOCK_MONOTONIC, {180613, 386817400}) = 0
[pid 20337] 05:21:05.880117 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.880218 clock_gettime(CLOCK_MONOTONIC, {180613, 387047800}) = 0
[pid 20337] 05:21:05.880358 clock_gettime(CLOCK_REALTIME, {1420032065, 880426100}) = 0
[pid 20337] 05:21:05.880565 clock_gettime(CLOCK_REALTIME, {1420032065, 880622800}) = 0
[pid 20337] 05:21:05.880726 clock_gettime(CLOCK_MONOTONIC, {180613, 387583200}) = 0
[pid 20337] 05:21:05.881006 open("/temp/node-sass/test/fixtures/include-files/index.scss", O_RDONLY) = 10
[pid 20337] 05:21:05.881239 fstat(10, {st_mode=S_IFREG|0664, st_size=30, ...}) = 0
[pid 20337] 05:21:05.881447 clock_gettime(CLOCK_REALTIME, {1420032065, 881509300}) = 0
[pid 20337] 05:21:05.881635 clock_gettime(CLOCK_REALTIME, {1420032065, 881696500}) = 0
[pid 20337] 05:21:05.881822 clock_gettime(CLOCK_REALTIME, {1420032065, 881864600}) = 0
[pid 20337] 05:21:05.881995 read(10, "@import 'foo';\n@import 'bar';\n", 30) = 30
[pid 20337] 05:21:05.882149 close(10) = 0
[pid 20337] 05:21:05.882490 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:05.882676 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.882778 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.882947 <... clock_gettime resumed> {1420032065, 882586100}) = 0
[pid 20337] 05:21:05.883128 futex(0xe72864, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0xe72860, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20339] 05:21:05.883270 <... futex resumed> ) = 0
[pid 20339] 05:21:05.883341 futex(0xe72820, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 20337] 05:21:05.883432 <... futex resumed> ) = 1
[pid 20337] 05:21:05.883506 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20339] 05:21:05.883623 <... futex resumed> ) = 0
[pid 20339] 05:21:05.883692 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20339] 05:21:05.883874 getcwd("/temp/node-sass", 1024) = 16
[pid 20339] 05:21:05.884103 getcwd("/temp/node-sass", 1024) = 16
[pid 20339] 05:21:05.885489 stat("foo", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.886152 stat("_foo", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.886301 stat("_foo.scss", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.886627 stat("_foo.sass", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.886942 stat("foo.scss", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.887208 stat("foo.sass", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.887441 stat("/temp/node-sass/foo", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.887637 stat("/temp/node-sass/_foo", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.887842 stat("/temp/node-sass/_foo.scss", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.888020 stat("/temp/node-sass/_foo.sass", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.888190 stat("/temp/node-sass/foo.scss", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.888355 stat("/temp/node-sass/foo.sass", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.888514 stat("/temp/node-sass/test/fixtures/include-files/foo", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.888690 stat("/temp/node-sass/test/fixtures/include-files/_foo", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.888904 stat("/temp/node-sass/test/fixtures/include-files/_foo.scss", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.889082 stat("/temp/node-sass/test/fixtures/include-files/_foo.sass", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.889267 stat("/temp/node-sass/test/fixtures/include-files/foo.scss", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
[pid 20339] 05:21:05.889542 open("/temp/node-sass/test/fixtures/include-files/foo.scss", O_RDONLY) = 10
[pid 20339] 05:21:05.889823 lseek(10, 0, SEEK_END) = 0
[pid 20339] 05:21:05.890022 lseek(10, 0, SEEK_CUR) = 0
[pid 20339] 05:21:05.890216 lseek(10, 0, SEEK_SET) = 0
[pid 20339] 05:21:05.890425 close(10) = 0
[pid 20339] 05:21:05.890792 stat("bar", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.890925 stat("_bar", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.891041 stat("_bar.scss", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.891154 stat("_bar.sass", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.891283 stat("bar.scss", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.891435 stat("bar.sass", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.891551 stat("/temp/node-sass/bar", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.891674 stat("/temp/node-sass/_bar", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.891804 stat("/temp/node-sass/_bar.scss", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.891934 stat("/temp/node-sass/_bar.sass", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.892087 stat("/temp/node-sass/bar.scss", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.892240 stat("/temp/node-sass/bar.sass", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.892405 stat("/temp/node-sass/test/fixtures/include-files/bar", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.892563 stat("/temp/node-sass/test/fixtures/include-files/_bar", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.892747 stat("/temp/node-sass/test/fixtures/include-files/_bar.scss", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.892987 stat("/temp/node-sass/test/fixtures/include-files/_bar.sass", 0x7f6ce2b06d40) = -1 ENOENT (No such file or directory)
[pid 20339] 05:21:05.893093 stat("/temp/node-sass/test/fixtures/include-files/bar.scss", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
[pid 20339] 05:21:05.893293 open("/temp/node-sass/test/fixtures/include-files/bar.scss", O_RDONLY) = 10
[pid 20339] 05:21:05.893469 lseek(10, 0, SEEK_END) = 0
[pid 20339] 05:21:05.893607 lseek(10, 0, SEEK_CUR) = 0
[pid 20339] 05:21:05.893739 lseek(10, 0, SEEK_SET) = 0
[pid 20339] 05:21:05.893899 close(10) = 0
[pid 20339] 05:21:05.894684 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20339] 05:21:05.894877 futex(0xe72864, FUTEX_WAIT_PRIVATE, 18, NULL <unfinished ...>
[pid 20338] 05:21:05.895011 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.895126 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.895249 <... futex resumed> ) = 1
[pid 20337] 05:21:05.895385 clock_gettime(CLOCK_MONOTONIC, {180613, 402287500}) = 0
[pid 20337] 05:21:05.895698 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1985) = 1
[pid 20337] 05:21:05.895999 clock_gettime(CLOCK_MONOTONIC, {180613, 402894700}) = 0
[pid 20337] 05:21:05.896315 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:05.897456 clock_gettime(CLOCK_REALTIME, {1420032065, 897590900}) = 0
[pid 20337] 05:21:05.899069 clock_gettime(CLOCK_REALTIME, {1420032065, 899209600}) = 0
[pid 20337] 05:21:05.899464 write(1, "\r", 1
) = 1
[pid 20337] 05:21:05.899908 write(1, " \342\234\223 should contain all inc"..., 74 ✓ should contain all included files in stats when data is passed
) = 74
[pid 20337] 05:21:05.900347 clock_gettime(CLOCK_MONOTONIC, {180613, 407201300}) = 0
[pid 20337] 05:21:05.900532 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.900658 clock_gettime(CLOCK_MONOTONIC, {180613, 407505900}) = 0
[pid 20337] 05:21:05.901055 clock_gettime(CLOCK_MONOTONIC, {180613, 407909800}) = 0
[pid 20337] 05:21:05.901226 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.901355 clock_gettime(CLOCK_MONOTONIC, {180613, 408183200}) = 0
[pid 20337] 05:21:05.901737 clock_gettime(CLOCK_MONOTONIC, {180613, 408609200}) = 0
[pid 20337] 05:21:05.901913 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.902012 clock_gettime(CLOCK_MONOTONIC, {180613, 408833300}) = 0
[pid 20337] 05:21:05.902485 write(1, " .render(importer)\n", 22 <unfinished ...>
.render(importer)
[pid 20338] 05:21:05.902834 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.902948 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.903146 <... write resumed> ) = 22
[pid 20337] 05:21:05.903402 clock_gettime(CLOCK_MONOTONIC, {180613, 410244900}) = 0
[pid 20337] 05:21:05.903589 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.903720 clock_gettime(CLOCK_MONOTONIC, {180613, 410538000}) = 0
[pid 20337] 05:21:05.903917 clock_gettime(CLOCK_MONOTONIC, {180613, 410749700}) = 0
[pid 20337] 05:21:05.904059 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.904176 clock_gettime(CLOCK_MONOTONIC, {180613, 410991000}) = 0
[pid 20337] 05:21:05.904312 clock_gettime(CLOCK_MONOTONIC, {180613, 411137300}) = 0
[pid 20337] 05:21:05.904440 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.904560 clock_gettime(CLOCK_MONOTONIC, {180613, 411397100}) = 0
[pid 20337] 05:21:05.904899 clock_gettime(CLOCK_MONOTONIC, {180613, 411745700}) = 0
[pid 20337] 05:21:05.905066 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.905191 clock_gettime(CLOCK_MONOTONIC, {180613, 412027700}) = 0
[pid 20337] 05:21:05.905336 clock_gettime(CLOCK_REALTIME, {1420032065, 905381000}) = 0
[pid 20337] 05:21:05.905530 clock_gettime(CLOCK_REALTIME, {1420032065, 905596700}) = 0
[pid 20337] 05:21:05.905683 clock_gettime(CLOCK_MONOTONIC, {180613, 412513300}) = 0
[pid 20337] 05:21:05.906959 clock_gettime(CLOCK_REALTIME, {1420032065, 907039600}) = 0
[pid 20337] 05:21:05.907242 futex(0xe72864, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0xe72860, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20342] 05:21:05.907392 <... futex resumed> ) = 0
[pid 20342] 05:21:05.907514 futex(0xe72820, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 20337] 05:21:05.907651 <... futex resumed> ) = 1
[pid 20337] 05:21:05.907748 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20342] 05:21:05.907859 <... futex resumed> ) = 0
[pid 20342] 05:21:05.907968 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20342] 05:21:05.908105 getcwd("/temp/node-sass", 1024) = 16
[pid 20342] 05:21:05.908239 getcwd("/temp/node-sass", 1024) = 16
[pid 20342] 05:21:05.908612 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20342] 05:21:05.908754 futex(0x2119828, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20342] 05:21:05.908869 futex(0x2119854, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
[pid 20337] 05:21:05.909010 <... futex resumed> ) = 1
[pid 20337] 05:21:05.909091 clock_gettime(CLOCK_MONOTONIC, {180613, 415921200}) = 0
[pid 20337] 05:21:05.909225 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1997) = 1
[pid 20337] 05:21:05.909361 clock_gettime(CLOCK_MONOTONIC, {180613, 416190900}) = 0
[pid 20337] 05:21:05.909477 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:05.909896 futex(0x2119854, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x2119850, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20342] 05:21:05.910040 <... futex resumed> ) = 0
[pid 20342] 05:21:05.910165 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20342] 05:21:05.910334 futex(0x2119828, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20342] 05:21:05.910597 futex(0x2119854, FUTEX_WAIT_PRIVATE, 3, NULL <unfinished ...>
[pid 20338] 05:21:05.910795 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.910933 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:05.911105 <... futex resumed> ) = 1
[pid 20337] 05:21:05.911274 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:05.911460 <... futex resumed> ) = 0
[pid 20338] 05:21:05.911583 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.911793 <... futex resumed> ) = 1
[pid 20337] 05:21:05.911938 clock_gettime(CLOCK_MONOTONIC, {180613, 418795900}) = 0
[pid 20337] 05:21:05.912162 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1994) = 1
[pid 20337] 05:21:05.912388 clock_gettime(CLOCK_MONOTONIC, {180613, 419239800}) = 0
[pid 20337] 05:21:05.912597 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:05.912875 futex(0x2119854, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x2119850, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20342] 05:21:05.913120 <... futex resumed> ) = 0
[pid 20342] 05:21:05.914178 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20342] 05:21:05.914368 futex(0xe72864, FUTEX_WAIT_PRIVATE, 20, NULL <unfinished ...>
[pid 20337] 05:21:05.914486 <... futex resumed> ) = 1
[pid 20337] 05:21:05.914605 clock_gettime(CLOCK_MONOTONIC, {180613, 421450700}) = 0
[pid 20337] 05:21:05.914805 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1991) = 1
[pid 20337] 05:21:05.915105 clock_gettime(CLOCK_MONOTONIC, {180613, 422172800}) = 0
[pid 20337] 05:21:05.915556 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:05.915930 clock_gettime(CLOCK_REALTIME, {1420032065, 916056600}) = 0
[pid 20337] 05:21:05.916499 clock_gettime(CLOCK_REALTIME, {1420032065, 916657200}) = 0
[pid 20337] 05:21:05.917187 write(1, "\r", 1
) = 1
[pid 20337] 05:21:05.917860 write(1, " \342\234\223 should override import"..., 98 ✓ should override imports with "data" as input and fires callback with file and contents
) = 98
[pid 20337] 05:21:05.918327 clock_gettime(CLOCK_MONOTONIC, {180613, 425216900}) = 0
[pid 20338] 05:21:05.918599 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.918872 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:05.919019 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.919148 clock_gettime(CLOCK_MONOTONIC, {180613, 425971300}) = 0
[pid 20337] 05:21:05.919276 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:05.919379 <... futex resumed> ) = 0
[pid 20338] 05:21:05.919455 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.919554 <... futex resumed> ) = 1
[pid 20337] 05:21:05.919666 clock_gettime(CLOCK_MONOTONIC, {180613, 426520300}) = 0
[pid 20337] 05:21:05.920067 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.920193 clock_gettime(CLOCK_MONOTONIC, {180613, 427015600}) = 0
[pid 20337] 05:21:05.920403 clock_gettime(CLOCK_MONOTONIC, {180613, 427249200}) = 0
[pid 20337] 05:21:05.920552 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.920685 clock_gettime(CLOCK_MONOTONIC, {180613, 427631800}) = 0
[pid 20337] 05:21:05.920995 clock_gettime(CLOCK_MONOTONIC, {180613, 427822800}) = 0
[pid 20337] 05:21:05.921125 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.921213 clock_gettime(CLOCK_MONOTONIC, {180613, 428057600}) = 0
[pid 20337] 05:21:05.921370 clock_gettime(CLOCK_MONOTONIC, {180613, 428206100}) = 0
[pid 20337] 05:21:05.921502 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.921610 clock_gettime(CLOCK_MONOTONIC, {180613, 428424600}) = 0
[pid 20337] 05:21:05.923715 clock_gettime(CLOCK_REALTIME, {1420032065, 923959300}) = 0
[pid 20337] 05:21:05.924153 clock_gettime(CLOCK_REALTIME, {1420032065, 924214500}) = 0
[pid 20337] 05:21:05.924306 clock_gettime(CLOCK_MONOTONIC, {180613, 431133000}) = 0
[pid 20337] 05:21:05.924640 clock_gettime(CLOCK_REALTIME, {1420032065, 924698200}) = 0
[pid 20337] 05:21:05.924922 futex(0xe72864, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0xe72860, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20341] 05:21:05.925055 <... futex resumed> ) = 0
[pid 20341] 05:21:05.925129 futex(0xe72820, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 20337] 05:21:05.925240 <... futex resumed> ) = 1
[pid 20337] 05:21:05.925318 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20341] 05:21:05.925431 <... futex resumed> ) = 0
[pid 20341] 05:21:05.925518 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20341] 05:21:05.925631 getcwd("/temp/node-sass", 1024) = 16
[pid 20341] 05:21:05.925838 getcwd("/temp/node-sass", 1024) = 16
[pid 20341] 05:21:05.926321 stat("/temp/node-sass/test/fixtures/include-files/index.scss", {st_mode=S_IFREG|0664, st_size=30, ...}) = 0
[pid 20341] 05:21:05.926587 open("/temp/node-sass/test/fixtures/include-files/index.scss", O_RDONLY) = 10
[pid 20341] 05:21:05.926843 lseek(10, 0, SEEK_END) = 30
[pid 20341] 05:21:05.927070 lseek(10, 0, SEEK_CUR) = 30
[pid 20341] 05:21:05.927194 lseek(10, 0, SEEK_SET) = 0
[pid 20341] 05:21:05.927316 read(10, "@import 'foo';\n@import 'bar';\n", 8191) = 30
[pid 20341] 05:21:05.927460 close(10) = 0
[pid 20341] 05:21:05.927680 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20341] 05:21:05.927807 futex(0x2119c18, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20341] 05:21:05.927930 futex(0x2119c44, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
[pid 20338] 05:21:05.928043 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.928112 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:05.928222 <... futex resumed> ) = 1
[pid 20337] 05:21:05.928400 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:05.928538 <... futex resumed> ) = 0
[pid 20338] 05:21:05.928618 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.928732 <... futex resumed> ) = 1
[pid 20337] 05:21:05.928891 clock_gettime(CLOCK_MONOTONIC, {180613, 435749400}) = 0
[pid 20337] 05:21:05.929280 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1996) = 1
[pid 20337] 05:21:05.929682 clock_gettime(CLOCK_MONOTONIC, {180613, 436625400}) = 0
[pid 20337] 05:21:05.930173 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:05.930768 futex(0x2119c44, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x2119c40, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20341] 05:21:05.930916 <... futex resumed> ) = 0
[pid 20341] 05:21:05.931038 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20341] 05:21:05.931143 futex(0x2119c18, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20341] 05:21:05.931273 futex(0x2119c44, FUTEX_WAIT_PRIVATE, 3, NULL <unfinished ...>
[pid 20337] 05:21:05.931429 <... futex resumed> ) = 1
[pid 20337] 05:21:05.931518 clock_gettime(CLOCK_MONOTONIC, {180613, 438341500}) = 0
[pid 20337] 05:21:05.931657 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1993) = 1
[pid 20337] 05:21:05.931864 clock_gettime(CLOCK_MONOTONIC, {180613, 438699700}) = 0
[pid 20337] 05:21:05.932021 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:05.932179 futex(0x2119c44, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x2119c40, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20341] 05:21:05.932275 <... futex resumed> ) = 0
[pid 20341] 05:21:05.933008 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20341] 05:21:05.933141 futex(0xe72864, FUTEX_WAIT_PRIVATE, 22, NULL <unfinished ...>
[pid 20337] 05:21:05.933251 <... futex resumed> ) = 1
[pid 20337] 05:21:05.933315 clock_gettime(CLOCK_MONOTONIC, {180613, 440133000}) = 0
[pid 20337] 05:21:05.933440 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1991) = 1
[pid 20337] 05:21:05.933542 clock_gettime(CLOCK_MONOTONIC, {180613, 440367200}) = 0
[pid 20337] 05:21:05.933652 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:05.933820 clock_gettime(CLOCK_REALTIME, {1420032065, 933876000}) = 0
[pid 20337] 05:21:05.934048 clock_gettime(CLOCK_REALTIME, {1420032065, 934103700}) = 0
[pid 20337] 05:21:05.934563 write(1, "\r", 1
<unfinished ...>
[pid 20338] 05:21:05.939393 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.939443 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.939462 <... write resumed> ) = 1
[pid 20337] 05:21:05.939628 write(1, " \342\234\223 should override import"..., 98 ✓ should override imports with "file" as input and fires callback with file and contents
) = 98
[pid 20337] 05:21:05.939732 clock_gettime(CLOCK_MONOTONIC, {180613, 446523700}) = 0
[pid 20337] 05:21:05.939785 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.939805 clock_gettime(CLOCK_MONOTONIC, {180613, 446587700}) = 0
[pid 20337] 05:21:05.939836 clock_gettime(CLOCK_MONOTONIC, {180613, 446619200}) = 0
[pid 20337] 05:21:05.939855 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.939870 clock_gettime(CLOCK_MONOTONIC, {180613, 446652200}) = 0
[pid 20337] 05:21:05.939920 clock_gettime(CLOCK_MONOTONIC, {180613, 446704500}) = 0
[pid 20337] 05:21:05.939941 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.939956 clock_gettime(CLOCK_MONOTONIC, {180613, 446737900}) = 0
[pid 20337] 05:21:05.939984 clock_gettime(CLOCK_MONOTONIC, {180613, 446766800}) = 0
[pid 20337] 05:21:05.940002 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.940017 clock_gettime(CLOCK_MONOTONIC, {180613, 446798900}) = 0
[pid 20337] 05:21:05.940043 clock_gettime(CLOCK_MONOTONIC, {180613, 446826500}) = 0
[pid 20337] 05:21:05.940062 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.940077 clock_gettime(CLOCK_MONOTONIC, {180613, 446858700}) = 0
[pid 20337] 05:21:05.940106 clock_gettime(CLOCK_REALTIME, {1420032065, 940112900}) = 0
[pid 20337] 05:21:05.940146 clock_gettime(CLOCK_REALTIME, {1420032065, 940152600}) = 0
[pid 20337] 05:21:05.940167 clock_gettime(CLOCK_MONOTONIC, {180613, 446948700}) = 0
[pid 20337] 05:21:05.940302 clock_gettime(CLOCK_REALTIME, {1420032065, 940312100}) = 0
[pid 20337] 05:21:05.940380 futex(0xe72864, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0xe72860, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20340] 05:21:05.940401 <... futex resumed> ) = 0
[pid 20340] 05:21:05.940413 futex(0xe72820, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 20337] 05:21:05.940423 <... futex resumed> ) = 1
[pid 20337] 05:21:05.940434 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20340] 05:21:05.940445 <... futex resumed> ) = 0
[pid 20340] 05:21:05.940456 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20340] 05:21:05.940489 getcwd("/temp/node-sass", 1024) = 16
[pid 20340] 05:21:05.940520 getcwd("/temp/node-sass", 1024) = 16
[pid 20340] 05:21:05.940747 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20340] 05:21:05.940775 futex(0x2119c18, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20340] 05:21:05.940791 futex(0x2119c44, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
[pid 20337] 05:21:05.940801 <... futex resumed> ) = 1
[pid 20337] 05:21:05.940816 clock_gettime(CLOCK_MONOTONIC, {180613, 447598700}) = 0
[pid 20337] 05:21:05.940835 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1999) = 1
[pid 20337] 05:21:05.940856 clock_gettime(CLOCK_MONOTONIC, {180613, 447638200}) = 0
[pid 20337] 05:21:05.940873 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:05.940988 futex(0x2119c44, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x2119c40, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20340] 05:21:05.941007 <... futex resumed> ) = 0
[pid 20340] 05:21:05.941034 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20340] 05:21:05.941055 futex(0x2119c18, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20340] 05:21:05.941071 futex(0x2119c44, FUTEX_WAIT_PRIVATE, 3, NULL <unfinished ...>
[pid 20337] 05:21:05.941080 <... futex resumed> ) = 1
[pid 20337] 05:21:05.941094 clock_gettime(CLOCK_MONOTONIC, {180613, 447876800}) = 0
[pid 20337] 05:21:05.941113 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1999) = 1
[pid 20337] 05:21:05.941132 clock_gettime(CLOCK_MONOTONIC, {180613, 447914000}) = 0
[pid 20337] 05:21:05.941149 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:05.941295 futex(0x2119c44, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x2119c40, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20340] 05:21:05.941372 <... futex resumed> ) = 0
[pid 20340] 05:21:05.942063 mprotect(0x7f6ccc021000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 20340] 05:21:05.942741 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20340] 05:21:05.943218 futex(0xe72864, FUTEX_WAIT_PRIVATE, 24, NULL <unfinished ...>
[pid 20337] 05:21:05.943728 <... futex resumed> ) = 1
[pid 20337] 05:21:05.943887 clock_gettime(CLOCK_MONOTONIC, {180613, 450676800}) = 0
[pid 20337] 05:21:05.944817 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1996) = 1
[pid 20337] 05:21:05.944869 clock_gettime(CLOCK_MONOTONIC, {180613, 451657000}) = 0
[pid 20337] 05:21:05.944901 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:05.945034 clock_gettime(CLOCK_REALTIME, {1420032065, 945050700}) = 0
[pid 20337] 05:21:05.945222 clock_gettime(CLOCK_REALTIME, {1420032065, 945238100}) = 0
[pid 20337] 05:21:05.945358 write(1, "\r", 1
) = 1
[pid 20337] 05:21:05.945503 write(1, " \342\234\223 should override import"..., 86 ✓ should override imports with "data" as input and returns file and contents
) = 86
[pid 20337] 05:21:05.945639 clock_gettime(CLOCK_MONOTONIC, <unfinished ...>
[pid 20338] 05:21:05.946911 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.946940 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:05.946957 <... clock_gettime resumed> {180613, 452428600}) = 0
[pid 20337] 05:21:05.946981 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:05.947147 <... futex resumed> ) = 0
[pid 20338] 05:21:05.947497 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.947520 <... futex resumed> ) = 1
[pid 20337] 05:21:05.947590 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.947628 clock_gettime(CLOCK_MONOTONIC, {180613, 454411700}) = 0
[pid 20337] 05:21:05.947687 clock_gettime(CLOCK_MONOTONIC, {180613, 454473800}) = 0
[pid 20337] 05:21:05.948696 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.949360 clock_gettime(CLOCK_MONOTONIC, {180613, 456149800}) = 0
[pid 20337] 05:21:05.949643 clock_gettime(CLOCK_MONOTONIC, {180613, 456432300}) = 0
[pid 20337] 05:21:05.949833 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.949950 clock_gettime(CLOCK_MONOTONIC, {180613, 456735800}) = 0
[pid 20337] 05:21:05.950102 clock_gettime(CLOCK_MONOTONIC, {180613, 456888900}) = 0
[pid 20337] 05:21:05.950215 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.950703 clock_gettime(CLOCK_MONOTONIC, {180613, 457493400}) = 0
[pid 20337] 05:21:05.952237 clock_gettime(CLOCK_MONOTONIC, {180613, 459033800}) = 0
[pid 20337] 05:21:05.952400 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.952545 clock_gettime(CLOCK_MONOTONIC, {180613, 459341600}) = 0
[pid 20337] 05:21:05.953003 clock_gettime(CLOCK_REALTIME, {1420032065, 953022200}) = 0
[pid 20337] 05:21:05.953185 clock_gettime(CLOCK_REALTIME, {1420032065, 953201200}) = 0
[pid 20337] 05:21:05.953325 clock_gettime(CLOCK_MONOTONIC, {180613, 460111200}) = 0
[pid 20337] 05:21:05.953636 clock_gettime(CLOCK_REALTIME, {1420032065, 953648900}) = 0
[pid 20337] 05:21:05.954138 futex(0xe72864, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0xe72860, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20339] 05:21:05.954233 <... futex resumed> ) = 0
[pid 20339] 05:21:05.954350 futex(0xe72820, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 20337] 05:21:05.954410 <... futex resumed> ) = 1
[pid 20338] 05:21:05.954570 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.954674 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.954747 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20339] 05:21:05.957280 <... futex resumed> ) = 0
[pid 20339] 05:21:05.957449 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20339] 05:21:05.957638 getcwd("/temp/node-sass", 1024) = 16
[pid 20339] 05:21:05.958414 getcwd("/temp/node-sass", 1024) = 16
[pid 20339] 05:21:05.958735 stat("/temp/node-sass/test/fixtures/include-files/index.scss", {st_mode=S_IFREG|0664, st_size=30, ...}) = 0
[pid 20339] 05:21:05.958906 open("/temp/node-sass/test/fixtures/include-files/index.scss", O_RDONLY) = 10
[pid 20339] 05:21:05.959341 lseek(10, 0, SEEK_END) = 30
[pid 20339] 05:21:05.959648 lseek(10, 0, SEEK_CUR) = 30
[pid 20339] 05:21:05.960160 lseek(10, 0, SEEK_SET) = 0
[pid 20339] 05:21:05.960549 read(10, "@import 'foo';\n@import 'bar';\n", 8191) = 30
[pid 20339] 05:21:05.961543 close(10) = 0
[pid 20339] 05:21:05.962980 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20339] 05:21:05.963275 futex(0x2119fd8, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20339] 05:21:05.963613 futex(0x211a004, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
[pid 20338] 05:21:05.963901 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.964162 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.964359 <... futex resumed> ) = 1
[pid 20337] 05:21:05.964484 clock_gettime(CLOCK_MONOTONIC, {180613, 471271500}) = 0
[pid 20337] 05:21:05.964667 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1989) = 1
[pid 20337] 05:21:05.964972 clock_gettime(CLOCK_MONOTONIC, {180613, 471760500}) = 0
[pid 20337] 05:21:05.965248 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:05.965939 futex(0x211a004, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x211a000, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20339] 05:21:05.966058 <... futex resumed> ) = 0
[pid 20339] 05:21:05.966342 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20339] 05:21:05.966891 futex(0x2119fd8, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20339] 05:21:05.967247 futex(0x211a004, FUTEX_WAIT_PRIVATE, 3, NULL <unfinished ...>
[pid 20337] 05:21:05.967360 <... futex resumed> ) = 1
[pid 20337] 05:21:05.967560 clock_gettime(CLOCK_MONOTONIC, {180613, 474348700}) = 0
[pid 20337] 05:21:05.967662 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1986) = 1
[pid 20337] 05:21:05.967766 clock_gettime(CLOCK_MONOTONIC, {180613, 474552000}) = 0
[pid 20337] 05:21:05.967863 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:05.968031 futex(0x211a004, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x211a000, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20339] 05:21:05.968094 <... futex resumed> ) = 0
[pid 20339] 05:21:05.969272 mprotect(0x7f6cd0021000, 4096, PROT_READ|PROT_WRITE) = 0
[pid 20339] 05:21:05.972977 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20339] 05:21:05.973373 futex(0xe72864, FUTEX_WAIT_PRIVATE, 26, NULL <unfinished ...>
[pid 20338] 05:21:05.973595 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.973691 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.974051 <... futex resumed> ) = 1
[pid 20337] 05:21:05.974191 clock_gettime(CLOCK_MONOTONIC, {180613, 481075700}) = 0
[pid 20337] 05:21:05.974395 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1979) = 1
[pid 20337] 05:21:05.974636 clock_gettime(CLOCK_MONOTONIC, {180613, 481512900}) = 0
[pid 20337] 05:21:05.975874 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:05.976246 clock_gettime(CLOCK_REALTIME, {1420032065, 976272400}) = 0
[pid 20337] 05:21:05.976695 clock_gettime(CLOCK_REALTIME, {1420032065, 976711800}) = 0
[pid 20337] 05:21:05.976972 write(1, "\r", 1
) = 1
[pid 20337] 05:21:05.977299 write(1, " \342\234\223 should override import"..., 86 ✓ should override imports with "file" as input and returns file and contents
) = 86
[pid 20337] 05:21:05.977582 clock_gettime(CLOCK_MONOTONIC, {180613, 484372200}) = 0
[pid 20337] 05:21:05.977768 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.977979 clock_gettime(CLOCK_MONOTONIC, {180613, 484772800}) = 0
[pid 20337] 05:21:05.978199 clock_gettime(CLOCK_MONOTONIC, {180613, 484994500}) = 0
[pid 20337] 05:21:05.978378 epoll_wait(5, {}, 1024, 0) = 0
[pid 20338] 05:21:05.978651 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.978737 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:05.978829 clock_gettime(CLOCK_MONOTONIC, {180613, 485615400}) = 0
[pid 20337] 05:21:05.979003 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:05.979095 <... futex resumed> ) = 0
[pid 20338] 05:21:05.979211 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.979277 <... futex resumed> ) = 1
[pid 20337] 05:21:05.979472 clock_gettime(CLOCK_MONOTONIC, {180613, 486259400}) = 0
[pid 20337] 05:21:05.979620 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.979734 clock_gettime(CLOCK_MONOTONIC, {180613, 486524700}) = 0
[pid 20337] 05:21:05.979895 clock_gettime(CLOCK_MONOTONIC, {180613, 486682400}) = 0
[pid 20337] 05:21:05.980066 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.980282 clock_gettime(CLOCK_MONOTONIC, {180613, 487073900}) = 0
[pid 20337] 05:21:05.980518 clock_gettime(CLOCK_MONOTONIC, {180613, 487313400}) = 0
[pid 20337] 05:21:05.980728 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:05.980993 clock_gettime(CLOCK_MONOTONIC, {180613, 487780700}) = 0
[pid 20337] 05:21:05.981169 clock_gettime(CLOCK_REALTIME, {1420032065, 981180200}) = 0
[pid 20337] 05:21:05.981338 clock_gettime(CLOCK_REALTIME, {1420032065, 981366400}) = 0
[pid 20337] 05:21:05.981463 clock_gettime(CLOCK_MONOTONIC, {180613, 488264700}) = 0
[pid 20337] 05:21:05.981703 clock_gettime(CLOCK_REALTIME, {1420032065, 981714400}) = 0
[pid 20337] 05:21:05.981955 futex(0xe72864, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0xe72860, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20342] 05:21:05.982035 <... futex resumed> ) = 0
[pid 20342] 05:21:05.982179 futex(0xe72820, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 20337] 05:21:05.982230 <... futex resumed> ) = 1
[pid 20337] 05:21:05.982921 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20342] 05:21:05.982990 <... futex resumed> ) = 0
[pid 20342] 05:21:05.983077 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20342] 05:21:05.983188 getcwd("/temp/node-sass", 1024) = 16
[pid 20342] 05:21:05.983359 getcwd("/temp/node-sass", 1024) = 16
[pid 20342] 05:21:05.984008 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20342] 05:21:05.984465 futex(0x2119fd8, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20342] 05:21:05.984606 futex(0x211a004, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
[pid 20337] 05:21:05.984677 <... futex resumed> ) = 1
[pid 20338] 05:21:05.990588 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.991190 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:05.991388 clock_gettime(CLOCK_MONOTONIC, {180613, 498185300}) = 0
[pid 20337] 05:21:05.991693 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1990) = 1
[pid 20337] 05:21:05.991956 clock_gettime(CLOCK_MONOTONIC, {180613, 498750200}) = 0
[pid 20337] 05:21:05.992132 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:05.992318 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:05.992410 <... futex resumed> ) = 0
[pid 20338] 05:21:05.992562 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:05.992633 <... futex resumed> ) = 1
[pid 20337] 05:21:05.993079 futex(0x211a004, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x211a000, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20342] 05:21:05.993165 <... futex resumed> ) = 0
[pid 20342] 05:21:05.993322 stat("/temp/node-sass/test/fixtures/include-files/foo.scss", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
[pid 20342] 05:21:05.993543 open("/temp/node-sass/test/fixtures/include-files/foo.scss", O_RDONLY) = 10
[pid 20342] 05:21:05.993800 lseek(10, 0, SEEK_END) = 0
[pid 20342] 05:21:05.993952 lseek(10, 0, SEEK_CUR) = 0
[pid 20342] 05:21:05.994111 lseek(10, 0, SEEK_SET) = 0
[pid 20342] 05:21:05.994268 close(10) = 0
[pid 20342] 05:21:05.994563 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20342] 05:21:05.994758 futex(0x2119fd8, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20342] 05:21:05.994909 futex(0x211a004, FUTEX_WAIT_PRIVATE, 3, NULL <unfinished ...>
[pid 20337] 05:21:05.994986 <... futex resumed> ) = 1
[pid 20337] 05:21:05.995149 clock_gettime(CLOCK_MONOTONIC, {180613, 501939500}) = 0
[pid 20337] 05:21:05.995318 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1987) = 1
[pid 20337] 05:21:05.995456 clock_gettime(CLOCK_MONOTONIC, {180613, 502264700}) = 0
[pid 20337] 05:21:05.995616 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:05.996030 futex(0x211a004, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x211a000, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20342] 05:21:05.996102 <... futex resumed> ) = 0
[pid 20342] 05:21:05.996240 stat("/temp/node-sass/test/fixtures/include-files/bar.scss", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
[pid 20342] 05:21:05.996459 open("/temp/node-sass/test/fixtures/include-files/bar.scss", O_RDONLY) = 10
[pid 20342] 05:21:05.996650 lseek(10, 0, SEEK_END) = 0
[pid 20342] 05:21:05.996823 lseek(10, 0, SEEK_CUR) = 0
[pid 20342] 05:21:05.996951 lseek(10, 0, SEEK_SET) = 0
[pid 20342] 05:21:05.997098 close(10) = 0
[pid 20342] 05:21:05.998100 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20342] 05:21:05.998304 futex(0xe72864, FUTEX_WAIT_PRIVATE, 28, NULL <unfinished ...>
[pid 20337] 05:21:05.998496 <... futex resumed> ) = 1
[pid 20338] 05:21:05.998674 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:05.998812 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:05.998938 clock_gettime(CLOCK_MONOTONIC, {180613, 505773600}) = 0
[pid 20337] 05:21:05.999128 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1983) = 1
[pid 20337] 05:21:05.999301 clock_gettime(CLOCK_MONOTONIC, {180613, 506128000}) = 0
[pid 20337] 05:21:05.999465 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:05.999668 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:05.999848 <... futex resumed> ) = 0
[pid 20338] 05:21:05.999953 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.000101 <... futex resumed> ) = 1
[pid 20337] 05:21:06.000202 clock_gettime(CLOCK_REALTIME, {1420032066, 282700}) = 0
[pid 20337] 05:21:06.000564 clock_gettime(CLOCK_REALTIME, {1420032066, 647600}) = 0
[pid 20337] 05:21:06.001624 write(1, "\r", 1
) = 1
[pid 20337] 05:21:06.002206 write(1, " \342\234\223 should override import"..., 85 ✓ should override imports with "data" as input and fires callback with file
) = 85
[pid 20337] 05:21:06.003106 clock_gettime(CLOCK_MONOTONIC, {180613, 509956700}) = 0
[pid 20337] 05:21:06.003300 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.003429 clock_gettime(CLOCK_MONOTONIC, {180613, 510265100}) = 0
[pid 20337] 05:21:06.003593 clock_gettime(CLOCK_MONOTONIC, {180613, 511130000}) = 0
[pid 20337] 05:21:06.005443 epoll_wait(5, {}, 1024, 0) = 0
[pid 20338] 05:21:06.006656 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.006846 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:06.007126 clock_gettime(CLOCK_MONOTONIC, {180613, 513976700}) = 0
[pid 20337] 05:21:06.007312 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:06.007446 <... futex resumed> ) = 0
[pid 20338] 05:21:06.007552 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.007669 <... futex resumed> ) = 1
[pid 20337] 05:21:06.007840 clock_gettime(CLOCK_MONOTONIC, {180613, 514683700}) = 0
[pid 20337] 05:21:06.008062 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.008468 clock_gettime(CLOCK_MONOTONIC, {180613, 515324200}) = 0
[pid 20337] 05:21:06.009786 clock_gettime(CLOCK_MONOTONIC, {180613, 516658900}) = 0
[pid 20337] 05:21:06.009979 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.010131 clock_gettime(CLOCK_MONOTONIC, {180613, 516946500}) = 0
[pid 20337] 05:21:06.010311 clock_gettime(CLOCK_MONOTONIC, {180613, 517159000}) = 0
[pid 20337] 05:21:06.010454 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.010607 clock_gettime(CLOCK_MONOTONIC, {180613, 517443000}) = 0
[pid 20337] 05:21:06.010786 clock_gettime(CLOCK_REALTIME, {1420032066, 10870800}) = 0
[pid 20337] 05:21:06.011035 clock_gettime(CLOCK_REALTIME, {1420032066, 11114900}) = 0
[pid 20337] 05:21:06.011219 clock_gettime(CLOCK_MONOTONIC, {180613, 518073700}) = 0
[pid 20337] 05:21:06.011603 clock_gettime(CLOCK_REALTIME, {1420032066, 11686100}) = 0
[pid 20337] 05:21:06.011857 futex(0xe72864, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0xe72860, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20341] 05:21:06.012053 <... futex resumed> ) = 0
[pid 20341] 05:21:06.012165 futex(0xe72820, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 20337] 05:21:06.012316 <... futex resumed> ) = 1
[pid 20337] 05:21:06.012428 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20341] 05:21:06.012563 <... futex resumed> ) = 0
[pid 20341] 05:21:06.012684 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20341] 05:21:06.012864 getcwd("/temp/node-sass", 1024) = 16
[pid 20341] 05:21:06.013047 getcwd("/temp/node-sass", 1024) = 16
[pid 20341] 05:21:06.013387 stat("/temp/node-sass/test/fixtures/include-files/index.scss", {st_mode=S_IFREG|0664, st_size=30, ...}) = 0
[pid 20341] 05:21:06.013589 open("/temp/node-sass/test/fixtures/include-files/index.scss", O_RDONLY) = 10
[pid 20341] 05:21:06.013753 lseek(10, 0, SEEK_END) = 30
[pid 20341] 05:21:06.013872 lseek(10, 0, SEEK_CUR) = 30
[pid 20341] 05:21:06.014021 lseek(10, 0, SEEK_SET) = 0
[pid 20341] 05:21:06.014173 read(10, "@import 'foo';\n@import 'bar';\n", 8191) = 30
[pid 20341] 05:21:06.014310 close(10) = 0
[pid 20341] 05:21:06.014584 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20341] 05:21:06.014793 futex(0x21186d8, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20341] 05:21:06.014985 futex(0x2118704, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
[pid 20338] 05:21:06.015088 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.015155 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.015337 <... futex resumed> ) = 1
[pid 20337] 05:21:06.015483 clock_gettime(CLOCK_MONOTONIC, {180613, 522356600}) = 0
[pid 20337] 05:21:06.015747 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1996) = 1
[pid 20337] 05:21:06.015977 clock_gettime(CLOCK_MONOTONIC, {180613, 522827100}) = 0
[pid 20337] 05:21:06.016173 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:06.016630 futex(0x2118704, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x2118700, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20341] 05:21:06.016844 <... futex resumed> ) = 0
[pid 20341] 05:21:06.016974 stat("/temp/node-sass/test/fixtures/include-files/foo.scss", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
[pid 20341] 05:21:06.017202 open("/temp/node-sass/test/fixtures/include-files/foo.scss", O_RDONLY) = 10
[pid 20341] 05:21:06.017712 lseek(10, 0, SEEK_END) = 0
[pid 20341] 05:21:06.017979 lseek(10, 0, SEEK_CUR) = 0
[pid 20341] 05:21:06.018073 lseek(10, 0, SEEK_SET) = 0
[pid 20341] 05:21:06.018170 close(10) = 0
[pid 20341] 05:21:06.018404 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20341] 05:21:06.018554 futex(0x21186d8, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20341] 05:21:06.018688 futex(0x2118704, FUTEX_WAIT_PRIVATE, 3, NULL <unfinished ...>
[pid 20337] 05:21:06.018836 <... futex resumed> ) = 1
[pid 20337] 05:21:06.018936 clock_gettime(CLOCK_MONOTONIC, {180613, 525781500}) = 0
[pid 20337] 05:21:06.019085 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1993) = 1
[pid 20337] 05:21:06.019222 clock_gettime(CLOCK_MONOTONIC, {180613, 526052400}) = 0
[pid 20337] 05:21:06.019340 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:06.019581 futex(0x2118704, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x2118700, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20341] 05:21:06.019749 <... futex resumed> ) = 0
[pid 20341] 05:21:06.020066 stat("/temp/node-sass/test/fixtures/include-files/bar.scss", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
[pid 20341] 05:21:06.020433 open("/temp/node-sass/test/fixtures/include-files/bar.scss", O_RDONLY) = 10
[pid 20341] 05:21:06.020596 lseek(10, 0, SEEK_END) = 0
[pid 20341] 05:21:06.020822 lseek(10, 0, SEEK_CUR) = 0
[pid 20341] 05:21:06.021087 lseek(10, 0, SEEK_SET) = 0
[pid 20341] 05:21:06.021510 close(10) = 0
[pid 20341] 05:21:06.023498 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20341] 05:21:06.023982 futex(0xe72864, FUTEX_WAIT_PRIVATE, 30, NULL <unfinished ...>
[pid 20338] 05:21:06.024153 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.024270 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.024428 <... futex resumed> ) = 1
[pid 20337] 05:21:06.024530 clock_gettime(CLOCK_MONOTONIC, {180613, 531354600}) = 0
[pid 20337] 05:21:06.024687 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1987) = 1
[pid 20337] 05:21:06.025185 clock_gettime(CLOCK_MONOTONIC, {180613, 532019500}) = 0
[pid 20337] 05:21:06.025322 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:06.025511 clock_gettime(CLOCK_REALTIME, {1420032066, 25577600}) = 0
[pid 20337] 05:21:06.025837 clock_gettime(CLOCK_REALTIME, {1420032066, 25910200}) = 0
[pid 20337] 05:21:06.026085 write(1, "\r", 1
) = 1
[pid 20337] 05:21:06.026321 write(1, " \342\234\223 should override import"..., 85 ✓ should override imports with "file" as input and fires callback with file
) = 85
[pid 20337] 05:21:06.026630 clock_gettime(CLOCK_MONOTONIC, {180613, 533467900}) = 0
[pid 20337] 05:21:06.026803 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.026934 clock_gettime(CLOCK_MONOTONIC, {180613, 533769700}) = 0
[pid 20337] 05:21:06.027099 clock_gettime(CLOCK_MONOTONIC, {180613, 533921500}) = 0
[pid 20337] 05:21:06.027215 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.027331 clock_gettime(CLOCK_MONOTONIC, {180613, 534164200}) = 0
[pid 20337] 05:21:06.027516 clock_gettime(CLOCK_MONOTONIC, {180613, 534345200}) = 0
[pid 20337] 05:21:06.027643 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.027765 clock_gettime(CLOCK_MONOTONIC, {180613, 534623400}) = 0
[pid 20337] 05:21:06.028031 clock_gettime(CLOCK_MONOTONIC, {180613, 534871900}) = 0
[pid 20337] 05:21:06.028169 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.028308 clock_gettime(CLOCK_MONOTONIC, {180613, 535163900}) = 0
[pid 20337] 05:21:06.028483 clock_gettime(CLOCK_MONOTONIC, {180613, 535360500}) = 0
[pid 20337] 05:21:06.028729 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.028891 clock_gettime(CLOCK_MONOTONIC, {180613, 535730500}) = 0
[pid 20337] 05:21:06.029097 clock_gettime(CLOCK_REALTIME, {1420032066, 29185900}) = 0
[pid 20337] 05:21:06.029353 clock_gettime(CLOCK_REALTIME, {1420032066, 29431400}) = 0
[pid 20337] 05:21:06.029563 clock_gettime(CLOCK_MONOTONIC, {180613, 536417200}) = 0
[pid 20337] 05:21:06.029910 clock_gettime(CLOCK_REALTIME, {1420032066, 30014000}) = 0
[pid 20337] 05:21:06.030223 futex(0xe72864, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0xe72860, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20340] 05:21:06.030418 <... futex resumed> ) = 0
[pid 20340] 05:21:06.030493 futex(0xe72820, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 20338] 05:21:06.030620 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.030702 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.030825 <... futex resumed> ) = 1
[pid 20337] 05:21:06.030901 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20340] 05:21:06.031002 <... futex resumed> ) = 0
[pid 20340] 05:21:06.031107 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20340] 05:21:06.031262 getcwd("/temp/node-sass", 1024) = 16
[pid 20340] 05:21:06.031498 getcwd("/temp/node-sass", 1024) = 16
[pid 20340] 05:21:06.031951 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20340] 05:21:06.032107 futex(0x21186d8, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20340] 05:21:06.032228 futex(0x2118704, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
[pid 20337] 05:21:06.032340 <... futex resumed> ) = 1
[pid 20337] 05:21:06.032447 clock_gettime(CLOCK_MONOTONIC, {180613, 539279600}) = 0
[pid 20337] 05:21:06.032580 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1997) = 1
[pid 20337] 05:21:06.032713 clock_gettime(CLOCK_MONOTONIC, {180613, 539591100}) = 0
[pid 20337] 05:21:06.032909 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:06.033362 futex(0x2118704, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x2118700, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20340] 05:21:06.033480 <... futex resumed> ) = 0
[pid 20340] 05:21:06.033547 stat("/temp/node-sass/test/fixtures/include-files/foo.scss", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
[pid 20340] 05:21:06.033742 open("/temp/node-sass/test/fixtures/include-files/foo.scss", O_RDONLY) = 10
[pid 20340] 05:21:06.033942 lseek(10, 0, SEEK_END) = 0
[pid 20340] 05:21:06.034142 lseek(10, 0, SEEK_CUR) = 0
[pid 20340] 05:21:06.034446 lseek(10, 0, SEEK_SET) = 0
[pid 20340] 05:21:06.034592 close(10) = 0
[pid 20340] 05:21:06.035362 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20340] 05:21:06.035581 futex(0x21186d8, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20340] 05:21:06.035755 futex(0x2118704, FUTEX_WAIT_PRIVATE, 3, NULL <unfinished ...>
[pid 20337] 05:21:06.035906 <... futex resumed> ) = 1
[pid 20337] 05:21:06.036016 clock_gettime(CLOCK_MONOTONIC, {180613, 542863600}) = 0
[pid 20337] 05:21:06.036197 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1994) = 1
[pid 20337] 05:21:06.036460 clock_gettime(CLOCK_MONOTONIC, {180613, 543314300}) = 0
[pid 20337] 05:21:06.036652 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:06.036988 futex(0x2118704, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x2118700, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20340] 05:21:06.037166 <... futex resumed> ) = 0
[pid 20340] 05:21:06.037295 stat("/temp/node-sass/test/fixtures/include-files/bar.scss", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
[pid 20340] 05:21:06.037517 open("/temp/node-sass/test/fixtures/include-files/bar.scss", O_RDONLY) = 10
[pid 20340] 05:21:06.037699 lseek(10, 0, SEEK_END) = 0
[pid 20340] 05:21:06.037876 lseek(10, 0, SEEK_CUR) = 0
[pid 20340] 05:21:06.038026 lseek(10, 0, SEEK_SET) = 0
[pid 20340] 05:21:06.038187 close(10) = 0
[pid 20340] 05:21:06.039815 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20340] 05:21:06.040238 futex(0xe72864, FUTEX_WAIT_PRIVATE, 32, NULL <unfinished ...>
[pid 20338] 05:21:06.040500 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.040614 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.041163 <... futex resumed> ) = 1
[pid 20337] 05:21:06.041303 clock_gettime(CLOCK_MONOTONIC, {180613, 548127600}) = 0
[pid 20337] 05:21:06.041440 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1988) = 1
[pid 20337] 05:21:06.041575 clock_gettime(CLOCK_MONOTONIC, {180613, 548398800}) = 0
[pid 20337] 05:21:06.041699 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:06.041881 clock_gettime(CLOCK_REALTIME, {1420032066, 41956100}) = 0
[pid 20337] 05:21:06.042216 clock_gettime(CLOCK_REALTIME, {1420032066, 42289600}) = 0
[pid 20337] 05:21:06.042468 write(1, "\r", 1
) = 1
[pid 20337] 05:21:06.042944 write(1, " \342\234\223 should override import"..., 73 ✓ should override imports with "data" as input and returns file
) = 73
[pid 20337] 05:21:06.043420 clock_gettime(CLOCK_MONOTONIC, {180613, 550287100}) = 0
[pid 20337] 05:21:06.043668 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.044081 clock_gettime(CLOCK_MONOTONIC, {180613, 551004500}) = 0
[pid 20337] 05:21:06.044394 clock_gettime(CLOCK_MONOTONIC, {180613, 551222000}) = 0
[pid 20337] 05:21:06.044510 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.044602 clock_gettime(CLOCK_MONOTONIC, {180613, 551534400}) = 0
[pid 20337] 05:21:06.044980 clock_gettime(CLOCK_MONOTONIC, {180613, 551822500}) = 0
[pid 20337] 05:21:06.045157 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.045263 clock_gettime(CLOCK_MONOTONIC, {180613, 552119900}) = 0
[pid 20337] 05:21:06.045463 clock_gettime(CLOCK_MONOTONIC, {180613, 552317900}) = 0
[pid 20337] 05:21:06.045644 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.045864 clock_gettime(CLOCK_MONOTONIC, {180613, 552708700}) = 0
[pid 20337] 05:21:06.046072 clock_gettime(CLOCK_MONOTONIC, {180613, 552912600}) = 0
[pid 20337] 05:21:06.046238 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.046332 clock_gettime(CLOCK_MONOTONIC, {180613, 553169200}) = 0
[pid 20338] 05:21:06.046615 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.046711 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:06.046901 clock_gettime(CLOCK_REALTIME, {1420032066, 46955800}) = 0
[pid 20337] 05:21:06.047151 clock_gettime(CLOCK_REALTIME, {1420032066, 47205700}) = 0
[pid 20337] 05:21:06.047284 clock_gettime(CLOCK_REALTIME, {1420032066, 47331700}) = 0
[pid 20337] 05:21:06.047561 clock_gettime(CLOCK_REALTIME, {1420032066, 47616900}) = 0
[pid 20337] 05:21:06.047728 clock_gettime(CLOCK_REALTIME, {1420032066, 47801500}) = 0
[pid 20337] 05:21:06.048020 clock_gettime(CLOCK_REALTIME, {1420032066, 48078300}) = 0
[pid 20337] 05:21:06.048172 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:06.048272 <... futex resumed> ) = 0
[pid 20338] 05:21:06.048364 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.048472 <... futex resumed> ) = 1
[pid 20337] 05:21:06.048608 clock_gettime(CLOCK_REALTIME, {1420032066, 48665800}) = 0
[pid 20337] 05:21:06.048785 clock_gettime(CLOCK_REALTIME, {1420032066, 48873700}) = 0
[pid 20337] 05:21:06.048949 clock_gettime(CLOCK_MONOTONIC, {180613, 555772700}) = 0
[pid 20337] 05:21:06.049195 clock_gettime(CLOCK_REALTIME, {1420032066, 49251300}) = 0
[pid 20337] 05:21:06.049389 futex(0xe72864, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0xe72860, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20339] 05:21:06.049551 <... futex resumed> ) = 0
[pid 20339] 05:21:06.049653 futex(0xe72820, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 20337] 05:21:06.049825 <... futex resumed> ) = 1
[pid 20337] 05:21:06.049915 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20339] 05:21:06.050028 <... futex resumed> ) = 0
[pid 20339] 05:21:06.050103 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20339] 05:21:06.050255 getcwd("/temp/node-sass", 1024) = 16
[pid 20339] 05:21:06.050386 getcwd("/temp/node-sass", 1024) = 16
[pid 20339] 05:21:06.050950 stat("/temp/node-sass/test/fixtures/include-files/index.scss", {st_mode=S_IFREG|0664, st_size=30, ...}) = 0
[pid 20339] 05:21:06.051191 open("/temp/node-sass/test/fixtures/include-files/index.scss", O_RDONLY) = 10
[pid 20339] 05:21:06.051350 lseek(10, 0, SEEK_END) = 30
[pid 20339] 05:21:06.051506 lseek(10, 0, SEEK_CUR) = 30
[pid 20339] 05:21:06.051665 lseek(10, 0, SEEK_SET) = 0
[pid 20339] 05:21:06.051818 read(10, "@import 'foo';\n@import 'bar';\n", 8191) = 30
[pid 20339] 05:21:06.052021 close(10) = 0
[pid 20339] 05:21:06.052280 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20339] 05:21:06.052452 futex(0x21186d8, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20339] 05:21:06.052619 futex(0x2118704, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
[pid 20337] 05:21:06.052780 <... futex resumed> ) = 1
[pid 20337] 05:21:06.052897 clock_gettime(CLOCK_MONOTONIC, {180613, 559756900}) = 0
[pid 20337] 05:21:06.053069 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1996) = 1
[pid 20337] 05:21:06.053219 clock_gettime(CLOCK_MONOTONIC, {180613, 560057600}) = 0
[pid 20337] 05:21:06.053379 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:06.054090 futex(0x2118704, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x2118700, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20339] 05:21:06.054292 <... futex resumed> ) = 0
[pid 20339] 05:21:06.054393 stat("/temp/node-sass/test/fixtures/include-files/foo.scss", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
[pid 20339] 05:21:06.054691 open("/temp/node-sass/test/fixtures/include-files/foo.scss", O_RDONLY) = 10
[pid 20339] 05:21:06.054909 lseek(10, 0, SEEK_END) = 0
[pid 20339] 05:21:06.055072 lseek(10, 0, SEEK_CUR) = 0
[pid 20339] 05:21:06.055222 lseek(10, 0, SEEK_SET) = 0
[pid 20339] 05:21:06.055369 close(10) = 0
[pid 20339] 05:21:06.055602 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20339] 05:21:06.055854 futex(0x21186d8, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20339] 05:21:06.056219 futex(0x2118704, FUTEX_WAIT_PRIVATE, 3, NULL <unfinished ...>
[pid 20338] 05:21:06.056897 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.056965 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.057096 <... futex resumed> ) = 1
[pid 20337] 05:21:06.057178 clock_gettime(CLOCK_MONOTONIC, {180613, 564011300}) = 0
[pid 20337] 05:21:06.057302 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1991) = 1
[pid 20337] 05:21:06.057417 clock_gettime(CLOCK_MONOTONIC, {180613, 564231700}) = 0
[pid 20337] 05:21:06.057530 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:06.057777 futex(0x2118704, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x2118700, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20339] 05:21:06.058139 <... futex resumed> ) = 0
[pid 20339] 05:21:06.058434 stat("/temp/node-sass/test/fixtures/include-files/bar.scss", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
[pid 20339] 05:21:06.059529 open("/temp/node-sass/test/fixtures/include-files/bar.scss", O_RDONLY) = 10
[pid 20339] 05:21:06.059781 lseek(10, 0, SEEK_END) = 0
[pid 20339] 05:21:06.059969 lseek(10, 0, SEEK_CUR) = 0
[pid 20339] 05:21:06.060170 lseek(10, 0, SEEK_SET) = 0
[pid 20339] 05:21:06.060339 close(10) = 0
[pid 20339] 05:21:06.061179 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20339] 05:21:06.061323 futex(0xe72864, FUTEX_WAIT_PRIVATE, 34, NULL <unfinished ...>
[pid 20337] 05:21:06.061452 <... futex resumed> ) = 1
[pid 20337] 05:21:06.061558 clock_gettime(CLOCK_MONOTONIC, {180613, 568387800}) = 0
[pid 20337] 05:21:06.061690 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1987) = 1
[pid 20337] 05:21:06.061857 clock_gettime(CLOCK_MONOTONIC, {180613, 568685800}) = 0
[pid 20337] 05:21:06.061994 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:06.062151 clock_gettime(CLOCK_REALTIME, {1420032066, 62212800}) = 0
[pid 20337] 05:21:06.062451 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:06.062588 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.062664 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.062788 <... clock_gettime resumed> {1420032066, 62536400}) = 0
[pid 20337] 05:21:06.062959 write(1, "\r", 1
) = 1
[pid 20337] 05:21:06.063231 write(1, " \342\234\223 should override import"..., 73 ✓ should override imports with "file" as input and returns file
) = 73
[pid 20337] 05:21:06.063505 clock_gettime(CLOCK_MONOTONIC, {180613, 570335900}) = 0
[pid 20337] 05:21:06.063669 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.063831 clock_gettime(CLOCK_MONOTONIC, {180613, 570651900}) = 0
[pid 20337] 05:21:06.063959 clock_gettime(CLOCK_MONOTONIC, {180613, 570779000}) = 0
[pid 20337] 05:21:06.064078 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.064183 clock_gettime(CLOCK_MONOTONIC, {180613, 570996300}) = 0
[pid 20337] 05:21:06.064343 clock_gettime(CLOCK_MONOTONIC, {180613, 571196300}) = 0
[pid 20337] 05:21:06.064500 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.064605 clock_gettime(CLOCK_MONOTONIC, {180613, 571431400}) = 0
[pid 20337] 05:21:06.064752 clock_gettime(CLOCK_MONOTONIC, {180613, 571596100}) = 0
[pid 20337] 05:21:06.064881 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.065004 clock_gettime(CLOCK_MONOTONIC, {180613, 571823500}) = 0
[pid 20337] 05:21:06.065126 clock_gettime(CLOCK_MONOTONIC, {180613, 571960700}) = 0
[pid 20337] 05:21:06.065249 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.065342 clock_gettime(CLOCK_MONOTONIC, {180613, 572156400}) = 0
[pid 20337] 05:21:06.065470 clock_gettime(CLOCK_REALTIME, {1420032066, 65524400}) = 0
[pid 20337] 05:21:06.065630 clock_gettime(CLOCK_REALTIME, {1420032066, 65698900}) = 0
[pid 20337] 05:21:06.065838 clock_gettime(CLOCK_MONOTONIC, {180613, 572666600}) = 0
[pid 20337] 05:21:06.066030 clock_gettime(CLOCK_REALTIME, {1420032066, 66087600}) = 0
[pid 20337] 05:21:06.066192 futex(0xe72864, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0xe72860, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20342] 05:21:06.066321 <... futex resumed> ) = 0
[pid 20342] 05:21:06.066403 futex(0xe72820, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 20337] 05:21:06.066498 <... futex resumed> ) = 1
[pid 20337] 05:21:06.066580 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20342] 05:21:06.066696 <... futex resumed> ) = 0
[pid 20342] 05:21:06.066814 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20342] 05:21:06.066932 getcwd("/temp/node-sass", 1024) = 16
[pid 20342] 05:21:06.067092 getcwd("/temp/node-sass", 1024) = 16
[pid 20342] 05:21:06.067426 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20342] 05:21:06.067797 futex(0x21186d8, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20342] 05:21:06.067982 futex(0x2118704, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
[pid 20337] 05:21:06.068139 <... futex resumed> ) = 1
[pid 20337] 05:21:06.068261 clock_gettime(CLOCK_MONOTONIC, {180613, 575101900}) = 0
[pid 20337] 05:21:06.068415 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1997) = 1
[pid 20337] 05:21:06.068860 clock_gettime(CLOCK_MONOTONIC, {180613, 575764000}) = 0
[pid 20337] 05:21:06.069159 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:06.069956 futex(0x2118704, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x2118700, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20342] 05:21:06.070453 <... futex resumed> ) = 0
[pid 20342] 05:21:06.070796 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20342] 05:21:06.070939 futex(0x21186d8, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20342] 05:21:06.071175 futex(0x2118704, FUTEX_WAIT_PRIVATE, 3, NULL <unfinished ...>
[pid 20338] 05:21:06.071325 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.071452 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.071649 <... futex resumed> ) = 1
[pid 20337] 05:21:06.071750 clock_gettime(CLOCK_MONOTONIC, {180613, 578827600}) = 0
[pid 20337] 05:21:06.072179 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1994) = 1
[pid 20337] 05:21:06.072353 clock_gettime(CLOCK_MONOTONIC, {180613, 579201300}) = 0
[pid 20337] 05:21:06.072533 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:06.073909 futex(0x2118704, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x2118700, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20342] 05:21:06.074073 <... futex resumed> ) = 0
[pid 20342] 05:21:06.075164 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20342] 05:21:06.075385 futex(0xe72864, FUTEX_WAIT_PRIVATE, 36, NULL <unfinished ...>
[pid 20337] 05:21:06.075518 <... futex resumed> ) = 1
[pid 20337] 05:21:06.075618 clock_gettime(CLOCK_MONOTONIC, {180613, 582442300}) = 0
[pid 20337] 05:21:06.075743 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1990) = 1
[pid 20337] 05:21:06.075892 clock_gettime(CLOCK_MONOTONIC, {180613, 582724000}) = 0
[pid 20337] 05:21:06.076017 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:06.076191 clock_gettime(CLOCK_REALTIME, {1420032066, 76239800}) = 0
[pid 20337] 05:21:06.076463 clock_gettime(CLOCK_REALTIME, {1420032066, 76521700}) = 0
[pid 20337] 05:21:06.076681 write(1, "\r", 1
) = 1
[pid 20337] 05:21:06.077111 write(1, " \342\234\223 should override import"..., 89 ✓ should override imports with "data" as input and fires callback with contents
) = 89
[pid 20337] 05:21:06.077562 clock_gettime(CLOCK_MONOTONIC, {180613, 584423900}) = 0
[pid 20337] 05:21:06.077841 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.078045 clock_gettime(CLOCK_MONOTONIC, {180613, 584887900}) = 0
[pid 20337] 05:21:06.078291 clock_gettime(CLOCK_MONOTONIC, {180613, 585152900}) = 0
[pid 20337] 05:21:06.078488 epoll_wait(5, <unfinished ...>
[pid 20338] 05:21:06.078752 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.078894 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:06.079094 <... epoll_wait resumed> {}, 1024, 0) = 0
[pid 20337] 05:21:06.079215 clock_gettime(CLOCK_MONOTONIC, {180613, 586050100}) = 0
[pid 20337] 05:21:06.079411 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:06.079611 <... futex resumed> ) = 0
[pid 20338] 05:21:06.079704 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.079917 <... futex resumed> ) = 1
[pid 20337] 05:21:06.080162 clock_gettime(CLOCK_REALTIME, {1420032066, 80218700}) = 0
[pid 20337] 05:21:06.080568 clock_gettime(CLOCK_REALTIME, {1420032066, 80642800}) = 0
[pid 20337] 05:21:06.080796 clock_gettime(CLOCK_REALTIME, {1420032066, 80879000}) = 0
[pid 20337] 05:21:06.081505 clock_gettime(CLOCK_REALTIME, {1420032066, 81601600}) = 0
[pid 20337] 05:21:06.081705 clock_gettime(CLOCK_REALTIME, {1420032066, 81812400}) = 0
[pid 20337] 05:21:06.082173 clock_gettime(CLOCK_REALTIME, {1420032066, 82259100}) = 0
[pid 20337] 05:21:06.082404 clock_gettime(CLOCK_MONOTONIC, {180613, 589232700}) = 0
[pid 20337] 05:21:06.082580 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.082681 clock_gettime(CLOCK_MONOTONIC, {180613, 589526100}) = 0
[pid 20337] 05:21:06.082876 clock_gettime(CLOCK_REALTIME, {1420032066, 82940700}) = 0
[pid 20337] 05:21:06.083132 clock_gettime(CLOCK_REALTIME, {1420032066, 83193100}) = 0
[pid 20337] 05:21:06.083255 clock_gettime(CLOCK_REALTIME, {1420032066, 83311400}) = 0
[pid 20337] 05:21:06.083598 clock_gettime(CLOCK_REALTIME, {1420032066, 83657000}) = 0
[pid 20337] 05:21:06.083753 clock_gettime(CLOCK_REALTIME, {1420032066, 83794300}) = 0
[pid 20337] 05:21:06.084033 clock_gettime(CLOCK_REALTIME, {1420032066, 84144600}) = 0
[pid 20337] 05:21:06.084391 clock_gettime(CLOCK_MONOTONIC, {180613, 591379600}) = 0
[pid 20337] 05:21:06.085868 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.086036 clock_gettime(CLOCK_MONOTONIC, {180613, 593010700}) = 0
[pid 20338] 05:21:06.086833 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.086992 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:06.087093 clock_gettime(CLOCK_MONOTONIC, {180613, 593907100}) = 0
[pid 20337] 05:21:06.087341 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.087730 clock_gettime(CLOCK_MONOTONIC, {180613, 594583300}) = 0
[pid 20337] 05:21:06.087909 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:06.088175 <... futex resumed> ) = 0
[pid 20338] 05:21:06.088303 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.088473 <... futex resumed> ) = 1
[pid 20337] 05:21:06.088628 clock_gettime(CLOCK_REALTIME, {1420032066, 88688000}) = 0
[pid 20337] 05:21:06.088808 clock_gettime(CLOCK_REALTIME, {1420032066, 88878600}) = 0
[pid 20337] 05:21:06.088961 clock_gettime(CLOCK_MONOTONIC, {180613, 595801800}) = 0
[pid 20337] 05:21:06.089265 clock_gettime(CLOCK_REALTIME, {1420032066, 89329500}) = 0
[pid 20337] 05:21:06.089486 futex(0xe72864, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0xe72860, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20341] 05:21:06.089623 <... futex resumed> ) = 0
[pid 20341] 05:21:06.089692 futex(0xe72820, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 20337] 05:21:06.090112 <... futex resumed> ) = 1
[pid 20337] 05:21:06.090210 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20341] 05:21:06.090652 <... futex resumed> ) = 0
[pid 20341] 05:21:06.090791 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20341] 05:21:06.091017 getcwd("/temp/node-sass", 1024) = 16
[pid 20341] 05:21:06.091180 getcwd("/temp/node-sass", 1024) = 16
[pid 20341] 05:21:06.091597 stat("/temp/node-sass/test/fixtures/include-files/index.scss", {st_mode=S_IFREG|0664, st_size=30, ...}) = 0
[pid 20341] 05:21:06.091867 open("/temp/node-sass/test/fixtures/include-files/index.scss", O_RDONLY) = 10
[pid 20341] 05:21:06.092028 lseek(10, 0, SEEK_END) = 30
[pid 20341] 05:21:06.092144 lseek(10, 0, SEEK_CUR) = 30
[pid 20341] 05:21:06.092280 lseek(10, 0, SEEK_SET) = 0
[pid 20341] 05:21:06.092397 read(10, "@import 'foo';\n@import 'bar';\n", 8191) = 30
[pid 20341] 05:21:06.092510 close(10) = 0
[pid 20341] 05:21:06.092716 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20341] 05:21:06.092876 futex(0x21186d8, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20341] 05:21:06.092992 futex(0x2118704, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
[pid 20337] 05:21:06.093107 <... futex resumed> ) = 1
[pid 20337] 05:21:06.093223 clock_gettime(CLOCK_MONOTONIC, {180613, 600052500}) = 0
[pid 20337] 05:21:06.093360 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1995) = 1
[pid 20337] 05:21:06.093484 clock_gettime(CLOCK_MONOTONIC, {180613, 600316100}) = 0
[pid 20337] 05:21:06.093636 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:06.094063 futex(0x2118704, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x2118700, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20341] 05:21:06.094209 <... futex resumed> ) = 0
[pid 20341] 05:21:06.094313 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20341] 05:21:06.094452 futex(0x21186d8, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20341] 05:21:06.094629 futex(0x2118704, FUTEX_WAIT_PRIVATE, 3, NULL <unfinished ...>
[pid 20338] 05:21:06.094890 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.095914 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.096164 <... futex resumed> ) = 1
[pid 20337] 05:21:06.096313 clock_gettime(CLOCK_MONOTONIC, {180613, 603187500}) = 0
[pid 20337] 05:21:06.096537 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1992) = 1
[pid 20337] 05:21:06.097022 clock_gettime(CLOCK_MONOTONIC, {180613, 603912400}) = 0
[pid 20337] 05:21:06.097292 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:06.097578 futex(0x2118704, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x2118700, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20341] 05:21:06.097819 <... futex resumed> ) = 0
[pid 20341] 05:21:06.099060 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20341] 05:21:06.099778 futex(0xe72864, FUTEX_WAIT_PRIVATE, 38, NULL <unfinished ...>
[pid 20337] 05:21:06.099959 <... futex resumed> ) = 1
[pid 20337] 05:21:06.100082 clock_gettime(CLOCK_MONOTONIC, {180613, 606958500}) = 0
[pid 20337] 05:21:06.100314 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1989) = 1
[pid 20337] 05:21:06.100538 clock_gettime(CLOCK_MONOTONIC, {180613, 607405900}) = 0
[pid 20337] 05:21:06.105103 read(8, <unfinished ...>
[pid 20338] 05:21:06.105358 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.105481 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:06.105612 <... read resumed> "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:06.105796 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:06.105986 <... futex resumed> ) = 0
[pid 20338] 05:21:06.106058 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.106149 <... futex resumed> ) = 1
[pid 20337] 05:21:06.106272 clock_gettime(CLOCK_REALTIME, {1420032066, 106355800}) = 0
[pid 20337] 05:21:06.106815 clock_gettime(CLOCK_REALTIME, {1420032066, 106920400}) = 0
[pid 20337] 05:21:06.107175 write(1, "\r", 1
) = 1
[pid 20337] 05:21:06.107655 write(1, " \342\234\223 should override import"..., 89 ✓ should override imports with "file" as input and fires callback with contents
) = 89
[pid 20337] 05:21:06.108121 clock_gettime(CLOCK_REALTIME, {1420032066, 108210800}) = 0
[pid 20337] 05:21:06.108483 clock_gettime(CLOCK_REALTIME, {1420032066, 108568800}) = 0
[pid 20337] 05:21:06.108782 clock_gettime(CLOCK_MONOTONIC, {180613, 615635500}) = 0
[pid 20337] 05:21:06.109013 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.109224 clock_gettime(CLOCK_MONOTONIC, {180613, 616069100}) = 0
[pid 20337] 05:21:06.109458 clock_gettime(CLOCK_MONOTONIC, {180613, 616308100}) = 0
[pid 20337] 05:21:06.109628 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.109919 clock_gettime(CLOCK_MONOTONIC, {180613, 616834300}) = 0
[pid 20337] 05:21:06.110185 clock_gettime(CLOCK_MONOTONIC, {180613, 617031300}) = 0
[pid 20337] 05:21:06.110362 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.110649 clock_gettime(CLOCK_MONOTONIC, {180613, 617541000}) = 0
[pid 20337] 05:21:06.110895 clock_gettime(CLOCK_MONOTONIC, {180613, 617736000}) = 0
[pid 20337] 05:21:06.111053 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.111211 clock_gettime(CLOCK_MONOTONIC, {180613, 618036600}) = 0
[pid 20337] 05:21:06.111374 clock_gettime(CLOCK_MONOTONIC, {180613, 618224000}) = 0
[pid 20337] 05:21:06.111577 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.111762 clock_gettime(CLOCK_MONOTONIC, {180613, 618614300}) = 0
[pid 20337] 05:21:06.112012 clock_gettime(CLOCK_REALTIME, {1420032066, 112078700}) = 0
[pid 20337] 05:21:06.112341 clock_gettime(CLOCK_REALTIME, {1420032066, 112404000}) = 0
[pid 20337] 05:21:06.112522 clock_gettime(CLOCK_MONOTONIC, {180613, 619357700}) = 0
[pid 20337] 05:21:06.112748 clock_gettime(CLOCK_REALTIME, {1420032066, 112812500}) = 0
[pid 20337] 05:21:06.112973 futex(0xe72864, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0xe72860, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20340] 05:21:06.113159 <... futex resumed> ) = 0
[pid 20340] 05:21:06.113343 futex(0xe72820, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 20337] 05:21:06.113516 <... futex resumed> ) = 1
[pid 20337] 05:21:06.113624 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20340] 05:21:06.113816 <... futex resumed> ) = 0
[pid 20340] 05:21:06.113951 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20340] 05:21:06.114186 getcwd("/temp/node-sass", 1024) = 16
[pid 20340] 05:21:06.114355 getcwd("/temp/node-sass", 1024) = 16
[pid 20340] 05:21:06.114956 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20340] 05:21:06.115293 futex(0x21186d8, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20340] 05:21:06.115477 futex(0x2118704, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
[pid 20338] 05:21:06.115687 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.116026 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.122860 <... futex resumed> ) = 1
[pid 20338] 05:21:06.123258 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.123457 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:06.123648 clock_gettime(CLOCK_MONOTONIC, {180613, 630489700}) = 0
[pid 20337] 05:21:06.123814 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1989) = 1
[pid 20337] 05:21:06.123977 clock_gettime(CLOCK_MONOTONIC, {180613, 630844400}) = 0
[pid 20337] 05:21:06.124172 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:06.124380 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:06.124541 <... futex resumed> ) = 0
[pid 20338] 05:21:06.124647 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.124786 <... futex resumed> ) = 1
[pid 20337] 05:21:06.125040 futex(0x2118704, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x2118700, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20340] 05:21:06.125235 <... futex resumed> ) = 0
[pid 20340] 05:21:06.125368 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20340] 05:21:06.125536 futex(0x21186d8, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20340] 05:21:06.125687 futex(0x2118704, FUTEX_WAIT_PRIVATE, 3, NULL <unfinished ...>
[pid 20337] 05:21:06.125834 <... futex resumed> ) = 1
[pid 20337] 05:21:06.125922 clock_gettime(CLOCK_MONOTONIC, {180613, 632770600}) = 0
[pid 20337] 05:21:06.126086 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1987) = 1
[pid 20337] 05:21:06.126265 clock_gettime(CLOCK_MONOTONIC, {180613, 633092800}) = 0
[pid 20337] 05:21:06.126423 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:06.126669 futex(0x2118704, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x2118700, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20340] 05:21:06.126802 <... futex resumed> ) = 0
[pid 20340] 05:21:06.127594 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20340] 05:21:06.127760 futex(0xe72864, FUTEX_WAIT_PRIVATE, 40, NULL <unfinished ...>
[pid 20337] 05:21:06.127898 <... futex resumed> ) = 1
[pid 20337] 05:21:06.128063 clock_gettime(CLOCK_MONOTONIC, {180613, 634938100}) = 0
[pid 20337] 05:21:06.128275 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1985) = 1
[pid 20337] 05:21:06.128502 clock_gettime(CLOCK_MONOTONIC, {180613, 635354900}) = 0
[pid 20337] 05:21:06.128713 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:06.128986 clock_gettime(CLOCK_REALTIME, {1420032066, 129065800}) = 0
[pid 20337] 05:21:06.129375 clock_gettime(CLOCK_REALTIME, {1420032066, 129468700}) = 0
[pid 20337] 05:21:06.130377 write(1, "\r", 1
<unfinished ...>
[pid 20338] 05:21:06.131894 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.132028 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.132178 <... write resumed> ) = 1
[pid 20337] 05:21:06.132421 write(1, " \342\234\223 should override import"..., 77 ✓ should override imports with "data" as input and returns contents
) = 77
[pid 20337] 05:21:06.132746 clock_gettime(CLOCK_MONOTONIC, {180613, 639594500}) = 0
[pid 20337] 05:21:06.132938 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.133104 clock_gettime(CLOCK_MONOTONIC, {180613, 639945800}) = 0
[pid 20337] 05:21:06.133285 clock_gettime(CLOCK_MONOTONIC, {180613, 640136500}) = 0
[pid 20337] 05:21:06.133496 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.133598 clock_gettime(CLOCK_MONOTONIC, {180613, 640430500}) = 0
[pid 20337] 05:21:06.133954 clock_gettime(CLOCK_MONOTONIC, {180613, 641182100}) = 0
[pid 20337] 05:21:06.134574 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.134738 clock_gettime(CLOCK_MONOTONIC, {180613, 641764100}) = 0
[pid 20337] 05:21:06.135329 clock_gettime(CLOCK_MONOTONIC, {180613, 642166900}) = 0
[pid 20337] 05:21:06.135456 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.135578 clock_gettime(CLOCK_MONOTONIC, {180613, 642392100}) = 0
[pid 20337] 05:21:06.135688 clock_gettime(CLOCK_MONOTONIC, {180613, 642549600}) = 0
[pid 20337] 05:21:06.135846 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.135951 clock_gettime(CLOCK_MONOTONIC, {180613, 642766600}) = 0
[pid 20337] 05:21:06.136216 clock_gettime(CLOCK_REALTIME, {1420032066, 136333100}) = 0
[pid 20337] 05:21:06.136485 clock_gettime(CLOCK_REALTIME, {1420032066, 136882500}) = 0
[pid 20337] 05:21:06.136976 clock_gettime(CLOCK_MONOTONIC, {180613, 643830400}) = 0
[pid 20337] 05:21:06.137420 clock_gettime(CLOCK_REALTIME, {1420032066, 137513200}) = 0
[pid 20337] 05:21:06.137748 futex(0xe72864, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0xe72860, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20339] 05:21:06.138116 <... futex resumed> ) = 0
[pid 20339] 05:21:06.138231 futex(0xe72820, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 20337] 05:21:06.138342 <... futex resumed> ) = 1
[pid 20337] 05:21:06.138443 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20339] 05:21:06.138627 <... futex resumed> ) = 0
[pid 20339] 05:21:06.138841 futex(0xe72820, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20339] 05:21:06.140295 getcwd("/temp/node-sass", 1024) = 16
[pid 20339] 05:21:06.140719 getcwd("/temp/node-sass", 1024) = 16
[pid 20339] 05:21:06.141189 stat("/temp/node-sass/test/fixtures/include-files/index.scss", {st_mode=S_IFREG|0664, st_size=30, ...}) = 0
[pid 20339] 05:21:06.141546 open("/temp/node-sass/test/fixtures/include-files/index.scss", O_RDONLY) = 10
[pid 20339] 05:21:06.141812 lseek(10, 0, SEEK_END) = 30
[pid 20339] 05:21:06.141936 lseek(10, 0, SEEK_CUR) = 30
[pid 20339] 05:21:06.142024 lseek(10, 0, SEEK_SET) = 0
[pid 20339] 05:21:06.142143 read(10, "@import 'foo';\n@import 'bar';\n", 8191) = 30
[pid 20339] 05:21:06.142275 close(10) = 0
[pid 20339] 05:21:06.142825 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20339] 05:21:06.143021 futex(0x2119148, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20339] 05:21:06.143234 futex(0x2119174, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...>
[pid 20338] 05:21:06.143388 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.143456 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.143563 <... futex resumed> ) = 1
[pid 20337] 05:21:06.143706 clock_gettime(CLOCK_MONOTONIC, {180613, 650603400}) = 0
[pid 20337] 05:21:06.143912 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1993) = 1
[pid 20337] 05:21:06.144032 clock_gettime(CLOCK_MONOTONIC, {180613, 650865600}) = 0
[pid 20337] 05:21:06.144161 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:06.144462 futex(0x2119174, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x2119170, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20339] 05:21:06.144701 <... futex resumed> ) = 0
[pid 20339] 05:21:06.144819 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20339] 05:21:06.144944 futex(0x2119148, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 20339] 05:21:06.145038 futex(0x2119174, FUTEX_WAIT_PRIVATE, 3, NULL <unfinished ...>
[pid 20337] 05:21:06.146151 <... futex resumed> ) = 1
[pid 20337] 05:21:06.146900 clock_gettime(CLOCK_MONOTONIC, {180613, 653835100}) = 0
[pid 20337] 05:21:06.147180 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1990) = 1
[pid 20337] 05:21:06.147370 clock_gettime(CLOCK_MONOTONIC, {180613, 654198600}) = 0
[pid 20337] 05:21:06.147501 read(8, "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:06.147954 futex(0x2119174, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x2119170, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1} <unfinished ...>
[pid 20339] 05:21:06.148067 <... futex resumed> ) = 0
[pid 20339] 05:21:06.148960 write(8, "\1\0\0\0\0\0\0\0", 8) = 8
[pid 20339] 05:21:06.149222 futex(0xe72864, FUTEX_WAIT_PRIVATE, 42, NULL <unfinished ...>
[pid 20337] 05:21:06.149363 <... futex resumed> ) = 1
[pid 20337] 05:21:06.149552 clock_gettime(CLOCK_MONOTONIC, {180613, 656420000}) = 0
[pid 20337] 05:21:06.149717 epoll_wait(5, {{EPOLLIN, {u32=8, u64=8}}}, 1024, 1987) = 1
[pid 20337] 05:21:06.150045 clock_gettime(CLOCK_MONOTONIC, {180613, 657136500}) = 0
[pid 20337] 05:21:06.150450 read(8, <unfinished ...>
[pid 20338] 05:21:06.150613 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.150915 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:06.152361 <... read resumed> "\1\0\0\0\0\0\0\0", 1024) = 8
[pid 20337] 05:21:06.153002 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:06.153128 <... futex resumed> ) = 0
[pid 20338] 05:21:06.153219 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.153388 <... futex resumed> ) = 1
[pid 20337] 05:21:06.153530 clock_gettime(CLOCK_REALTIME, {1420032066, 153854900}) = 0
[pid 20337] 05:21:06.154217 clock_gettime(CLOCK_REALTIME, {1420032066, 154316700}) = 0
[pid 20337] 05:21:06.154616 write(1, "\r", 1
) = 1
[pid 20337] 05:21:06.155015 write(1, " \342\234\223 should override import"..., 77 ✓ should override imports with "file" as input and returns contents
) = 77
[pid 20337] 05:21:06.155391 clock_gettime(CLOCK_MONOTONIC, {180613, 662256000}) = 0
[pid 20337] 05:21:06.155632 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.156092 clock_gettime(CLOCK_MONOTONIC, {180613, 663727700}) = 0
[pid 20337] 05:21:06.157220 clock_gettime(CLOCK_MONOTONIC, {180613, 664073000}) = 0
[pid 20337] 05:21:06.157521 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.157694 clock_gettime(CLOCK_MONOTONIC, {180613, 664552500}) = 0
[pid 20337] 05:21:06.157995 clock_gettime(CLOCK_REALTIME, {1420032066, 158055900}) = 0
[pid 20337] 05:21:06.158265 clock_gettime(CLOCK_REALTIME, {1420032066, 158319600}) = 0
[pid 20337] 05:21:06.158383 clock_gettime(CLOCK_REALTIME, {1420032066, 158494000}) = 0
[pid 20338] 05:21:06.158840 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.158962 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:06.159082 clock_gettime(CLOCK_REALTIME, {1420032066, 159122600}) = 0
[pid 20337] 05:21:06.159200 clock_gettime(CLOCK_REALTIME, {1420032066, 159248500}) = 0
[pid 20337] 05:21:06.159368 clock_gettime(CLOCK_REALTIME, {1420032066, 159418100}) = 0
[pid 20337] 05:21:06.159881 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:06.160143 <... futex resumed> ) = 0
[pid 20338] 05:21:06.160281 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.160396 <... futex resumed> ) = 1
[pid 20337] 05:21:06.160520 clock_gettime(CLOCK_REALTIME, {1420032066, 160630300}) = 0
[pid 20337] 05:21:06.161297 clock_gettime(CLOCK_REALTIME, {1420032066, 161432100}) = 0
[pid 20337] 05:21:06.161518 clock_gettime(CLOCK_REALTIME, {1420032066, 161606800}) = 0
[pid 20337] 05:21:06.163336 clock_gettime(CLOCK_REALTIME, {1420032066, 163956600}) = 0
[pid 20337] 05:21:06.164242 clock_gettime(CLOCK_REALTIME, {1420032066, 164379300}) = 0
[pid 20337] 05:21:06.165410 clock_gettime(CLOCK_REALTIME, {1420032066, 165511600}) = 0
[pid 20337] 05:21:06.165652 clock_gettime(CLOCK_MONOTONIC, {180613, 672479200}) = 0
[pid 20337] 05:21:06.165871 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.166073 clock_gettime(CLOCK_MONOTONIC, {180613, 672902900}) = 0
[pid 20337] 05:21:06.166370 clock_gettime(CLOCK_REALTIME, {1420032066, 166445100}) = 0
[pid 20338] 05:21:06.166603 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.166984 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:06.167205 clock_gettime(CLOCK_REALTIME, {1420032066, 167244500}) = 0
[pid 20337] 05:21:06.167305 clock_gettime(CLOCK_REALTIME, {1420032066, 167353300}) = 0
[pid 20337] 05:21:06.167895 clock_gettime(CLOCK_REALTIME, {1420032066, 167979900}) = 0
[pid 20337] 05:21:06.168076 clock_gettime(CLOCK_REALTIME, {1420032066, 168132000}) = 0
[pid 20337] 05:21:06.168421 clock_gettime(CLOCK_REALTIME, {1420032066, 168478200}) = 0
[pid 20337] 05:21:06.168565 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:06.168961 <... futex resumed> ) = 0
[pid 20338] 05:21:06.169083 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.169319 <... futex resumed> ) = 1
[pid 20337] 05:21:06.169438 clock_gettime(CLOCK_REALTIME, {1420032066, 169491300}) = 0
[pid 20337] 05:21:06.169865 clock_gettime(CLOCK_REALTIME, {1420032066, 169976800}) = 0
[pid 20337] 05:21:06.170110 clock_gettime(CLOCK_REALTIME, {1420032066, 170198000}) = 0
[pid 20337] 05:21:06.170677 clock_gettime(CLOCK_REALTIME, {1420032066, 170961500}) = 0
[pid 20337] 05:21:06.171182 clock_gettime(CLOCK_REALTIME, {1420032066, 171232600}) = 0
[pid 20337] 05:21:06.171366 clock_gettime(CLOCK_REALTIME, {1420032066, 171713200}) = 0
[pid 20337] 05:21:06.172302 write(1, " .renderSync(options)\n", 25 .renderSync(options)
) = 25
[pid 20337] 05:21:06.172579 clock_gettime(CLOCK_MONOTONIC, {180613, 679412300}) = 0
[pid 20337] 05:21:06.172752 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.173065 clock_gettime(CLOCK_MONOTONIC, {180613, 679898100}) = 0
[pid 20337] 05:21:06.173287 clock_gettime(CLOCK_MONOTONIC, {180613, 680152600}) = 0
[pid 20337] 05:21:06.173481 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.173611 clock_gettime(CLOCK_MONOTONIC, {180613, 680436900}) = 0
[pid 20337] 05:21:06.173910 clock_gettime(CLOCK_MONOTONIC, {180613, 680763200}) = 0
[pid 20337] 05:21:06.174065 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.174204 clock_gettime(CLOCK_MONOTONIC, {180613, 681043100}) = 0
[pid 20337] 05:21:06.174377 clock_gettime(CLOCK_MONOTONIC, {180613, 681220700}) = 0
[pid 20338] 05:21:06.174582 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.174679 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:06.174924 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.175074 clock_gettime(CLOCK_MONOTONIC, {180613, 681902000}) = 0
[pid 20337] 05:21:06.175204 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:06.175351 <... futex resumed> ) = 0
[pid 20338] 05:21:06.175444 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.175583 <... futex resumed> ) = 1
[pid 20337] 05:21:06.175690 clock_gettime(CLOCK_REALTIME, {1420032066, 175777600}) = 0
[pid 20337] 05:21:06.175953 clock_gettime(CLOCK_REALTIME, {1420032066, 176023400}) = 0
[pid 20337] 05:21:06.176126 clock_gettime(CLOCK_MONOTONIC, {180613, 682953100}) = 0
[pid 20337] 05:21:06.176394 open("/temp/node-sass/test/fixtures/simple/expected.css", O_RDONLY) = 10
[pid 20337] 05:21:06.176597 fstat(10, {st_mode=S_IFREG|0664, st_size=156, ...}) = 0
[pid 20337] 05:21:06.176825 clock_gettime(CLOCK_REALTIME, {1420032066, 176889200}) = 0
[pid 20337] 05:21:06.177005 clock_gettime(CLOCK_REALTIME, {1420032066, 177062400}) = 0
[pid 20337] 05:21:06.177167 clock_gettime(CLOCK_REALTIME, {1420032066, 177230400}) = 0
[pid 20337] 05:21:06.177367 read(10, "#navbar {\n width: 80%;\n height"..., 156) = 156
[pid 20337] 05:21:06.177569 close(10) = 0
[pid 20337] 05:21:06.178098 clock_gettime(CLOCK_REALTIME, {1420032066, 178178300}) = 0
[pid 20337] 05:21:06.178415 getcwd("/temp/node-sass", 1024) = 16
[pid 20337] 05:21:06.178653 getcwd("/temp/node-sass", 1024) = 16
[pid 20337] 05:21:06.179088 stat("/temp/node-sass/test/fixtures/simple/index.scss", {st_mode=S_IFREG|0664, st_size=148, ...}) = 0
[pid 20337] 05:21:06.179591 open("/temp/node-sass/test/fixtures/simple/index.scss", O_RDONLY) = 10
[pid 20337] 05:21:06.179827 lseek(10, 0, SEEK_END) = 148
[pid 20337] 05:21:06.179992 lseek(10, 0, SEEK_CUR) = 148
[pid 20337] 05:21:06.180151 lseek(10, 0, SEEK_SET) = 0
[pid 20337] 05:21:06.180304 read(10, "#navbar {\n width: 80%;\n height"..., 8191) = 148
[pid 20337] 05:21:06.180458 close(10) = 0
[pid 20337] 05:21:06.181790 clock_gettime(CLOCK_REALTIME, {1420032066, 181868400}) = 0
[pid 20337] 05:21:06.182019 clock_gettime(CLOCK_REALTIME, {1420032066, 182098000}) = 0
[pid 20337] 05:21:06.182247 write(1, "\r", 1
) = 1
[pid 20337] 05:21:06.182483 write(1, " \342\234\223 should compile sass to"..., 48 <unfinished ...>
[pid 20338] 05:21:06.182657 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.182764 nanosleep({0, 900000}, ✓ should compile sass to css with file
<unfinished ...>
[pid 20337] 05:21:06.182939 <... write resumed> ) = 48
[pid 20337] 05:21:06.183067 clock_gettime(CLOCK_MONOTONIC, {180613, 689904400}) = 0
[pid 20337] 05:21:06.183243 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.183364 clock_gettime(CLOCK_MONOTONIC, {180613, 690188700}) = 0
[pid 20337] 05:21:06.183503 clock_gettime(CLOCK_MONOTONIC, {180613, 690333300}) = 0
[pid 20337] 05:21:06.183630 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.183774 clock_gettime(CLOCK_MONOTONIC, {180613, 690603900}) = 0
[pid 20337] 05:21:06.183924 clock_gettime(CLOCK_MONOTONIC, {180613, 690754400}) = 0
[pid 20337] 05:21:06.184059 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.184270 clock_gettime(CLOCK_MONOTONIC, {180613, 691108800}) = 0
[pid 20337] 05:21:06.184462 clock_gettime(CLOCK_MONOTONIC, {180613, 691299300}) = 0
[pid 20337] 05:21:06.184598 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.184757 clock_gettime(CLOCK_MONOTONIC, {180613, 692038000}) = 0
[pid 20337] 05:21:06.185377 clock_gettime(CLOCK_MONOTONIC, {180613, 692209700}) = 0
[pid 20337] 05:21:06.185497 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.185586 clock_gettime(CLOCK_MONOTONIC, {180613, 692404900}) = 0
[pid 20337] 05:21:06.185701 clock_gettime(CLOCK_MONOTONIC, {180613, 692554600}) = 0
[pid 20337] 05:21:06.185839 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.185929 clock_gettime(CLOCK_MONOTONIC, {180613, 692742200}) = 0
[pid 20337] 05:21:06.186041 clock_gettime(CLOCK_REALTIME, {1420032066, 186096300}) = 0
[pid 20337] 05:21:06.186405 clock_gettime(CLOCK_REALTIME, {1420032066, 186585300}) = 0
[pid 20337] 05:21:06.186676 clock_gettime(CLOCK_MONOTONIC, {180613, 693560000}) = 0
[pid 20337] 05:21:06.186944 open("/temp/node-sass/test/fixtures/simple/index.scss", O_RDONLY) = 10
[pid 20337] 05:21:06.187104 fstat(10, {st_mode=S_IFREG|0664, st_size=148, ...}) = 0
[pid 20337] 05:21:06.187358 clock_gettime(CLOCK_REALTIME, {1420032066, 187412100}) = 0
[pid 20337] 05:21:06.187479 clock_gettime(CLOCK_REALTIME, {1420032066, 187538100}) = 0
[pid 20337] 05:21:06.187602 clock_gettime(CLOCK_REALTIME, {1420032066, 187720100}) = 0
[pid 20337] 05:21:06.187873 read(10, "#navbar {\n width: 80%;\n height"..., 148) = 148
[pid 20337] 05:21:06.188098 close(10) = 0
[pid 20337] 05:21:06.188413 open("/temp/node-sass/test/fixtures/simple/expected.css", O_RDONLY) = 10
[pid 20337] 05:21:06.188665 fstat(10, {st_mode=S_IFREG|0664, st_size=156, ...}) = 0
[pid 20337] 05:21:06.189384 clock_gettime(CLOCK_REALTIME, {1420032066, 189792900}) = 0
[pid 20337] 05:21:06.190150 clock_gettime(CLOCK_REALTIME, {1420032066, 190213000}) = 0
[pid 20337] 05:21:06.190302 clock_gettime(CLOCK_REALTIME, {1420032066, 190346600}) = 0
[pid 20337] 05:21:06.190438 read(10, "#navbar {\n width: 80%;\n height"..., 156) = 156
[pid 20338] 05:21:06.190635 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.190712 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.190845 close(10) = 0
[pid 20337] 05:21:06.191120 clock_gettime(CLOCK_REALTIME, {1420032066, 191177300}) = 0
[pid 20337] 05:21:06.191308 getcwd("/temp/node-sass", 1024) = 16
[pid 20337] 05:21:06.191538 getcwd("/temp/node-sass", 1024) = 16
[pid 20337] 05:21:06.192985 clock_gettime(CLOCK_REALTIME, {1420032066, 193125300}) = 0
[pid 20337] 05:21:06.193373 clock_gettime(CLOCK_REALTIME, {1420032066, 193477400}) = 0
[pid 20337] 05:21:06.193712 write(1, "\r", 1
) = 1
[pid 20337] 05:21:06.194842 write(1, " \342\234\223 should compile sass to"..., 48 ✓ should compile sass to css with data
) = 48
[pid 20337] 05:21:06.195354 clock_gettime(CLOCK_MONOTONIC, {180613, 702208700}) = 0
[pid 20337] 05:21:06.195559 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.195718 clock_gettime(CLOCK_MONOTONIC, {180613, 702569400}) = 0
[pid 20337] 05:21:06.195916 clock_gettime(CLOCK_MONOTONIC, {180613, 702750200}) = 0
[pid 20337] 05:21:06.196058 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.196206 clock_gettime(CLOCK_MONOTONIC, {180613, 703038000}) = 0
[pid 20337] 05:21:06.196360 clock_gettime(CLOCK_MONOTONIC, {180613, 703193100}) = 0
[pid 20337] 05:21:06.196515 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.196640 clock_gettime(CLOCK_MONOTONIC, {180613, 703467800}) = 0
[pid 20337] 05:21:06.196851 clock_gettime(CLOCK_MONOTONIC, {180613, 703695600}) = 0
[pid 20337] 05:21:06.197027 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.197168 clock_gettime(CLOCK_MONOTONIC, {180613, 704004100}) = 0
[pid 20337] 05:21:06.197354 clock_gettime(CLOCK_MONOTONIC, {180613, 704198000}) = 0
[pid 20337] 05:21:06.197520 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.197647 clock_gettime(CLOCK_MONOTONIC, {180613, 704469800}) = 0
[pid 20337] 05:21:06.197826 clock_gettime(CLOCK_MONOTONIC, {180613, 704661700}) = 0
[pid 20337] 05:21:06.197986 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.198105 clock_gettime(CLOCK_MONOTONIC, {180613, 704928000}) = 0
[pid 20337] 05:21:06.198254 clock_gettime(CLOCK_REALTIME, {1420032066, 198316600}) = 0
[pid 20337] 05:21:06.198441 clock_gettime(CLOCK_REALTIME, <unfinished ...>
[pid 20338] 05:21:06.198567 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.198722 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.198831 <... clock_gettime resumed> {1420032066, 198820100}) = 0
[pid 20337] 05:21:06.199002 clock_gettime(CLOCK_MONOTONIC, {180613, 705827200}) = 0
[pid 20337] 05:21:06.199274 open("/temp/node-sass/test/fixtures/indent/index.sass", O_RDONLY) = 10
[pid 20337] 05:21:06.199483 fstat(10, {st_mode=S_IFREG|0664, st_size=27, ...}) = 0
[pid 20337] 05:21:06.199689 clock_gettime(CLOCK_REALTIME, {1420032066, 199757900}) = 0
[pid 20337] 05:21:06.199870 clock_gettime(CLOCK_REALTIME, {1420032066, 199938600}) = 0
[pid 20337] 05:21:06.200056 clock_gettime(CLOCK_REALTIME, {1420032066, 200123200}) = 0
[pid 20337] 05:21:06.200259 read(10, "foo\n + bar\n color: red\n", 27) = 27
[pid 20337] 05:21:06.200456 close(10) = 0
[pid 20337] 05:21:06.200712 open("/temp/node-sass/test/fixtures/indent/expected.css", O_RDONLY) = 10
[pid 20337] 05:21:06.201567 fstat(10, {st_mode=S_IFREG|0664, st_size=28, ...}) = 0
[pid 20337] 05:21:06.201842 clock_gettime(CLOCK_REALTIME, {1420032066, 201912000}) = 0
[pid 20337] 05:21:06.202019 clock_gettime(CLOCK_REALTIME, {1420032066, 202091100}) = 0
[pid 20337] 05:21:06.202217 clock_gettime(CLOCK_REALTIME, {1420032066, 202278800}) = 0
[pid 20337] 05:21:06.202426 read(10, "foo + bar {\n color: red; }\n", 28) = 28
[pid 20337] 05:21:06.202674 close(10) = 0
[pid 20337] 05:21:06.203141 clock_gettime(CLOCK_REALTIME, {1420032066, 203245800}) = 0
[pid 20337] 05:21:06.203493 getcwd("/temp/node-sass", 1024) = 16
[pid 20337] 05:21:06.203686 getcwd("/temp/node-sass", 1024) = 16
[pid 20337] 05:21:06.204864 clock_gettime(CLOCK_REALTIME, {1420032066, 204953700}) = 0
[pid 20337] 05:21:06.205142 clock_gettime(CLOCK_REALTIME, {1420032066, 205215900}) = 0
[pid 20337] 05:21:06.205410 write(1, "\r", 1
) = 1
[pid 20337] 05:21:06.205750 write(1, " \342\234\223 should compile sass to"..., 60 <unfinished ...>
[pid 20338] 05:21:06.206752 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.207615 nanosleep({0, 900000}, ✓ should compile sass to css using indented syntax
<unfinished ...>
[pid 20337] 05:21:06.207736 <... write resumed> ) = 60
[pid 20337] 05:21:06.208040 clock_gettime(CLOCK_MONOTONIC, {180613, 714934300}) = 0
[pid 20337] 05:21:06.208272 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.208410 clock_gettime(CLOCK_MONOTONIC, {180613, 715244700}) = 0
[pid 20337] 05:21:06.208597 clock_gettime(CLOCK_MONOTONIC, {180613, 715436500}) = 0
[pid 20337] 05:21:06.208800 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.208977 clock_gettime(CLOCK_MONOTONIC, {180613, 715843200}) = 0
[pid 20337] 05:21:06.209228 clock_gettime(CLOCK_MONOTONIC, {180613, 716076000}) = 0
[pid 20337] 05:21:06.209414 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.209593 clock_gettime(CLOCK_MONOTONIC, {180613, 716464400}) = 0
[pid 20337] 05:21:06.209926 clock_gettime(CLOCK_MONOTONIC, {180613, 716783400}) = 0
[pid 20337] 05:21:06.210142 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.210345 clock_gettime(CLOCK_MONOTONIC, {180613, 717183300}) = 0
[pid 20337] 05:21:06.210604 clock_gettime(CLOCK_MONOTONIC, {180613, 717473900}) = 0
[pid 20337] 05:21:06.210819 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.211108 clock_gettime(CLOCK_MONOTONIC, {180613, 717960300}) = 0
[pid 20337] 05:21:06.211417 clock_gettime(CLOCK_MONOTONIC, {180613, 718591200}) = 0
[pid 20337] 05:21:06.212094 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.212902 clock_gettime(CLOCK_MONOTONIC, {180613, 719767500}) = 0
[pid 20337] 05:21:06.213204 clock_gettime(CLOCK_REALTIME, {1420032066, 213291200}) = 0
[pid 20337] 05:21:06.213475 clock_gettime(CLOCK_REALTIME, {1420032066, 213555100}) = 0
[pid 20337] 05:21:06.213696 clock_gettime(CLOCK_MONOTONIC, {180613, 720578300}) = 0
[pid 20337] 05:21:06.214297 clock_gettime(CLOCK_REALTIME, {1420032066, 214374700}) = 0
[pid 20337] 05:21:06.214489 getcwd( <unfinished ...>
[pid 20338] 05:21:06.214707 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.214899 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.215083 <... getcwd resumed> "/temp/node-sass", 1024) = 16
[pid 20337] 05:21:06.215302 getcwd("/temp/node-sass", 1024) = 16
[pid 20337] 05:21:06.216000 clock_gettime(CLOCK_REALTIME, {1420032066, 216098400}) = 0
[pid 20337] 05:21:06.216307 write(1, "\r", 1
) = 1
[pid 20337] 05:21:06.216697 write(1, " \342\234\223 should throw error for"..., 44 ✓ should throw error for bad input
) = 44
[pid 20337] 05:21:06.217116 clock_gettime(CLOCK_MONOTONIC, {180613, 723970800}) = 0
[pid 20337] 05:21:06.217359 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.217830 clock_gettime(CLOCK_MONOTONIC, {180613, 724653800}) = 0
[pid 20337] 05:21:06.217963 clock_gettime(CLOCK_MONOTONIC, {180613, 724783900}) = 0
[pid 20337] 05:21:06.218071 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.218207 clock_gettime(CLOCK_MONOTONIC, {180613, 725061600}) = 0
[pid 20337] 05:21:06.218380 clock_gettime(CLOCK_MONOTONIC, {180613, 725199900}) = 0
[pid 20337] 05:21:06.218583 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.218708 clock_gettime(CLOCK_MONOTONIC, {180613, 725562200}) = 0
[pid 20337] 05:21:06.218955 clock_gettime(CLOCK_MONOTONIC, {180613, 725804700}) = 0
[pid 20337] 05:21:06.219149 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.219340 clock_gettime(CLOCK_MONOTONIC, {180613, 726194300}) = 0
[pid 20337] 05:21:06.219875 write(1, " .renderSync(importer)\n", 26 .renderSync(importer)
) = 26
[pid 20337] 05:21:06.220263 clock_gettime(CLOCK_MONOTONIC, {180613, 727116800}) = 0
[pid 20337] 05:21:06.220493 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.220688 clock_gettime(CLOCK_MONOTONIC, {180613, 727645900}) = 0
[pid 20338] 05:21:06.224199 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.224394 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.224560 clock_gettime(CLOCK_MONOTONIC, {180613, 731465000}) = 0
[pid 20337] 05:21:06.224885 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.225155 clock_gettime(CLOCK_MONOTONIC, {180613, 732288000}) = 0
[pid 20337] 05:21:06.225996 clock_gettime(CLOCK_MONOTONIC, {180613, 732971200}) = 0
[pid 20337] 05:21:06.226319 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.227016 clock_gettime(CLOCK_MONOTONIC, {180613, 733843100}) = 0
[pid 20337] 05:21:06.227268 clock_gettime(CLOCK_MONOTONIC, {180613, 734121200}) = 0
[pid 20337] 05:21:06.227459 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.227872 clock_gettime(CLOCK_MONOTONIC, {180613, 734755700}) = 0
[pid 20337] 05:21:06.228212 clock_gettime(CLOCK_REALTIME, {1420032066, 228296900}) = 0
[pid 20337] 05:21:06.228617 clock_gettime(CLOCK_REALTIME, {1420032066, 228738100}) = 0
[pid 20337] 05:21:06.228982 clock_gettime(CLOCK_MONOTONIC, {180613, 735860900}) = 0
[pid 20337] 05:21:06.229446 clock_gettime(CLOCK_REALTIME, {1420032066, 229523100}) = 0
[pid 20337] 05:21:06.229703 getcwd("/temp/node-sass", 1024) = 16
[pid 20337] 05:21:06.229923 getcwd("/temp/node-sass", 1024) = 16
[pid 20338] 05:21:06.230587 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.230689 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.231408 clock_gettime(CLOCK_REALTIME, {1420032066, 231520900}) = 0
[pid 20337] 05:21:06.231673 clock_gettime(CLOCK_REALTIME, {1420032066, 231725700}) = 0
[pid 20337] 05:21:06.231881 write(1, "\r", 1
) = 1
[pid 20337] 05:21:06.232130 write(1, " \342\234\223 should override import"..., 86 ✓ should override imports with "data" as input and returns file and contents
) = 86
[pid 20337] 05:21:06.232459 clock_gettime(CLOCK_MONOTONIC, {180613, 739304800}) = 0
[pid 20337] 05:21:06.232652 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.232807 clock_gettime(CLOCK_MONOTONIC, {180613, 739650600}) = 0
[pid 20337] 05:21:06.233020 clock_gettime(CLOCK_MONOTONIC, {180613, 739858900}) = 0
[pid 20337] 05:21:06.233171 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.233340 clock_gettime(CLOCK_MONOTONIC, {180613, 740184200}) = 0
[pid 20337] 05:21:06.233519 clock_gettime(CLOCK_MONOTONIC, {180613, 740356900}) = 0
[pid 20337] 05:21:06.233685 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.233827 clock_gettime(CLOCK_MONOTONIC, {180613, 740658100}) = 0
[pid 20337] 05:21:06.234000 clock_gettime(CLOCK_MONOTONIC, {180613, 740835200}) = 0
[pid 20337] 05:21:06.234379 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.234558 clock_gettime(CLOCK_MONOTONIC, {180613, 741381700}) = 0
[pid 20337] 05:21:06.234705 clock_gettime(CLOCK_MONOTONIC, {180613, 744053800}) = 0
[pid 20337] 05:21:06.237418 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.237545 clock_gettime(CLOCK_MONOTONIC, {180613, 744369200}) = 0
[pid 20337] 05:21:06.237707 clock_gettime(CLOCK_MONOTONIC, {180613, 744537100}) = 0
[pid 20337] 05:21:06.237853 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.237971 clock_gettime(CLOCK_MONOTONIC, {180613, 744793900}) = 0
[pid 20337] 05:21:06.238126 clock_gettime(CLOCK_REALTIME, {1420032066, 238190300}) = 0
[pid 20337] 05:21:06.238360 clock_gettime(CLOCK_REALTIME, {1420032066, 238416700}) = 0
[pid 20337] 05:21:06.238481 clock_gettime(CLOCK_MONOTONIC, <unfinished ...>
[pid 20338] 05:21:06.238595 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.238709 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.238765 <... clock_gettime resumed> {180613, 745532200}) = 0
[pid 20337] 05:21:06.239085 clock_gettime(CLOCK_REALTIME, {1420032066, 239142300}) = 0
[pid 20337] 05:21:06.239299 getcwd("/temp/node-sass", 1024) = 16
[pid 20337] 05:21:06.239447 getcwd("/temp/node-sass", 1024) = 16
[pid 20337] 05:21:06.239701 stat("/temp/node-sass/test/fixtures/include-files/index.scss", {st_mode=S_IFREG|0664, st_size=30, ...}) = 0
[pid 20337] 05:21:06.239887 open("/temp/node-sass/test/fixtures/include-files/index.scss", O_RDONLY) = 10
[pid 20337] 05:21:06.240029 lseek(10, 0, SEEK_END) = 30
[pid 20337] 05:21:06.240140 lseek(10, 0, SEEK_CUR) = 30
[pid 20337] 05:21:06.240247 lseek(10, 0, SEEK_SET) = 0
[pid 20337] 05:21:06.240375 read(10, "@import 'foo';\n@import 'bar';\n", 8191) = 30
[pid 20337] 05:21:06.240516 close(10) = 0
[pid 20337] 05:21:06.242674 clock_gettime(CLOCK_REALTIME, {1420032066, 242867100}) = 0
[pid 20337] 05:21:06.243109 clock_gettime(CLOCK_REALTIME, {1420032066, 243185500}) = 0
[pid 20337] 05:21:06.243387 write(1, "\r", 1
) = 1
[pid 20337] 05:21:06.243679 write(1, " \342\234\223 should override import"..., 86 ✓ should override imports with "file" as input and returns file and contents
) = 86
[pid 20337] 05:21:06.244087 clock_gettime(CLOCK_MONOTONIC, {180613, 750959600}) = 0
[pid 20337] 05:21:06.244295 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.244445 clock_gettime(CLOCK_MONOTONIC, {180613, 751303100}) = 0
[pid 20337] 05:21:06.244679 clock_gettime(CLOCK_MONOTONIC, {180613, 751520200}) = 0
[pid 20337] 05:21:06.244849 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.244973 clock_gettime(CLOCK_MONOTONIC, {180613, 751805100}) = 0
[pid 20337] 05:21:06.245148 clock_gettime(CLOCK_MONOTONIC, {180613, 751991800}) = 0
[pid 20337] 05:21:06.245300 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.245454 clock_gettime(CLOCK_MONOTONIC, {180613, 752295200}) = 0
[pid 20337] 05:21:06.245671 clock_gettime(CLOCK_MONOTONIC, {180613, 752504800}) = 0
[pid 20337] 05:21:06.245812 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.245954 clock_gettime(CLOCK_MONOTONIC, {180613, 752775600}) = 0
[pid 20337] 05:21:06.246105 clock_gettime(CLOCK_MONOTONIC, {180613, 752932400}) = 0
[pid 20337] 05:21:06.246232 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.246364 clock_gettime(CLOCK_MONOTONIC, {180613, 753196400}) = 0
[pid 20338] 05:21:06.246550 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.246643 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:06.246745 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:06.246857 <... futex resumed> ) = 0
[pid 20338] 05:21:06.247010 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.247096 <... futex resumed> ) = 1
[pid 20337] 05:21:06.247256 clock_gettime(CLOCK_MONOTONIC, {180613, 754093700}) = 0
[pid 20337] 05:21:06.247436 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.247572 clock_gettime(CLOCK_MONOTONIC, {180613, 754394200}) = 0
[pid 20337] 05:21:06.247748 clock_gettime(CLOCK_REALTIME, {1420032066, 247811300}) = 0
[pid 20337] 05:21:06.247926 clock_gettime(CLOCK_REALTIME, {1420032066, 247978500}) = 0
[pid 20337] 05:21:06.248056 clock_gettime(CLOCK_MONOTONIC, {180613, 754906600}) = 0
[pid 20337] 05:21:06.248374 clock_gettime(CLOCK_REALTIME, {1420032066, 248445100}) = 0
[pid 20337] 05:21:06.248634 getcwd("/temp/node-sass", 1024) = 16
[pid 20337] 05:21:06.248819 getcwd("/temp/node-sass", 1024) = 16
[pid 20337] 05:21:06.249399 stat("/temp/node-sass/test/fixtures/include-files/foo.scss", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
[pid 20337] 05:21:06.249656 open("/temp/node-sass/test/fixtures/include-files/foo.scss", O_RDONLY) = 10
[pid 20337] 05:21:06.249855 lseek(10, 0, SEEK_END) = 0
[pid 20337] 05:21:06.249988 lseek(10, 0, SEEK_CUR) = 0
[pid 20337] 05:21:06.250138 lseek(10, 0, SEEK_SET) = 0
[pid 20337] 05:21:06.250276 close(10) = 0
[pid 20337] 05:21:06.250690 stat("/temp/node-sass/test/fixtures/include-files/bar.scss", {st_mode=S_IFREG|0664, st_size=0, ...}) = 0
[pid 20337] 05:21:06.250959 open("/temp/node-sass/test/fixtures/include-files/bar.scss", O_RDONLY) = 10
[pid 20337] 05:21:06.251198 lseek(10, 0, SEEK_END) = 0
[pid 20337] 05:21:06.251339 lseek(10, 0, SEEK_CUR) = 0
[pid 20337] 05:21:06.251488 lseek(10, 0, SEEK_SET) = 0
[pid 20337] 05:21:06.251611 close(10) = 0
[pid 20337] 05:21:06.252720 clock_gettime(CLOCK_REALTIME, {1420032066, 252872100}) = 0
[pid 20337] 05:21:06.253038 clock_gettime(CLOCK_REALTIME, {1420032066, 253098200}) = 0
[pid 20337] 05:21:06.253454 write(1, "\r", 1
) = 1
[pid 20337] 05:21:06.253733 write(1, " \342\234\223 should override import"..., 73 ✓ should override imports with "data" as input and returns file
) = 73
[pid 20337] 05:21:06.254117 clock_gettime(CLOCK_MONOTONIC, {180613, 760960400}) = 0
[pid 20337] 05:21:06.254294 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.254424 clock_gettime(CLOCK_MONOTONIC, {180613, 761247700}) = 0
[pid 20338] 05:21:06.254623 <... nanosleep resumed> NULL) = 0
[pid 20338] 05:21:06.254709 futex(0x7f6cdc0008c8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
[pid 20337] 05:21:06.254784 futex(0x7f6cdc0008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20338] 05:21:06.254886 <... futex resumed> ) = 0
[pid 20338] 05:21:06.255000 nanosleep({0, 900000}, <unfinished ...>
[pid 20337] 05:21:06.255064 <... futex resumed> ) = 1
[pid 20337] 05:21:06.255200 clock_gettime(CLOCK_MONOTONIC, {180613, 762036800}) = 0
[pid 20337] 05:21:06.255343 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.255454 clock_gettime(CLOCK_MONOTONIC, {180613, 762275000}) = 0
[pid 20337] 05:21:06.255591 clock_gettime(CLOCK_MONOTONIC, {180613, 762417800}) = 0
[pid 20337] 05:21:06.255720 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.256387 clock_gettime(CLOCK_MONOTONIC, {180613, 763243400}) = 0
[pid 20337] 05:21:06.256675 clock_gettime(CLOCK_MONOTONIC, {180613, 763535200}) = 0
[pid 20337] 05:21:06.257161 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.257333 clock_gettime(CLOCK_MONOTONIC, {180613, 764172600}) = 0
[pid 20337] 05:21:06.257534 clock_gettime(CLOCK_MONOTONIC, {180613, 764379700}) = 0
[pid 20337] 05:21:06.257709 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.257878 clock_gettime(CLOCK_MONOTONIC, {180613, 764709100}) = 0
[pid 20337] 05:21:06.258067 clock_gettime(CLOCK_MONOTONIC, {180613, 764918600}) = 0
[pid 20337] 05:21:06.258245 epoll_wait(5, {}, 1024, 0) = 0
[pid 20337] 05:21:06.258389 clock_gettime(CLOCK_MONOTONIC, {180613, 765223400}) = 0
[pid 20337] 05:21:06.258598 clock_gettime(CLOCK_REALTIME, {1420032066, 258665800}) = 0
[pid 20337] 05:21:06.258795 clock_gettime(CLOCK_REALTIME, {1420032066, 258872800}) = 0
[pid 20337] 05:21:06.258975 clock_gettime(CLOCK_MONOTONIC, {180613, 765811400}) = 0
[pid 20337] 05:21:06.259321 clock_gettime(CLOCK_REALTIME, {1420032066, 259389400}) = 0
[pid 20337] 05:21:06.259591 getcwd("/temp/node-sass", 1024) = 16
[pid 20337] 05:21:06.259954 getcwd("/temp/node-sass", 1024) = 16
[pid 20337] 05:21:06.260199 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
Process 20337 detached
[pid 20342] 05:21:06.284731 +++ killed by SIGSEGV (core dumped) +++
[pid 20341] 05:21:06.285269 +++ killed by SIGSEGV (core dumped) +++
[pid 20340] 05:21:06.285282 +++ killed by SIGSEGV (core dumped) +++
[pid 20339] 05:21:06.285290 +++ killed by SIGSEGV (core dumped) +++
[pid 20338] 05:21:06.285297 +++ killed by SIGSEGV (core dumped) +++
[pid 20335] 05:21:06.293680 <... epoll_wait resumed> 7fffcbcdc900, 1024, 4294967295) = -1 EINTR (Interrupted system call)
[pid 20335] 05:21:06.294136 --- SIGCHLD (Child exited) @ 0 (0) ---
[pid 20335] 05:21:06.294276 read(3, "*", 1) = 1
[pid 20335] 05:21:06.294485 write(7, "\310&\347\0\0\0\0\0\21\0\0\0\0\0\0\0", 16) = 16
[pid 20335] 05:21:06.294702 write(4, "*", 1) = 1
[pid 20335] 05:21:06.294958 rt_sigreturn(0) = -1 EINTR (Interrupted system call)
[pid 20335] 05:21:06.295114 clock_gettime(CLOCK_MONOTONIC, {180613, 801901800}) = 0
[pid 20335] 05:21:06.295218 epoll_wait(5, {{EPOLLIN, {u32=6, u64=6}}}, 1024, 4294967295) = 1
[pid 20335] 05:21:06.295429 clock_gettime(CLOCK_MONOTONIC, {180613, 802222500}) = 0
[pid 20335] 05:21:06.295591 read(6, "\310&\347\0\0\0\0\0\21\0\0\0\0\0\0\0", 512) = 16
[pid 20335] 05:21:06.295848 wait4(-1, [{WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV && WCOREDUMP(s)}], WNOHANG, NULL) = 20337
[pid 20335] 05:21:06.296065 futex(0x7ff1000008c8, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 20336] 05:21:06.296166 <... futex resumed> ) = 0
[pid 20335] 05:21:06.296177 <... futex resumed> ) = 1
[pid 20336] 05:21:06.297472 nanosleep({0, 900000}, <unfinished ...>
[pid 20335] 05:21:06.297502 wait4(-1, 0x7fffcbcdc65c, WNOHANG, NULL) = 0
[pid 20335] 05:21:06.297759 clock_gettime(CLOCK_MONOTONIC, {180613, 804590400}) = 0
[pid 20335] 05:21:06.298003 epoll_wait(5, {}, 1024, 0) = 0
[pid 20335] 05:21:06.298143 clock_gettime(CLOCK_MONOTONIC, {180613, 804960100}) = 0
[pid 20335] 05:21:06.298480 kill(20335, SIGSEGV) = 0
[pid 20335] 05:21:06.298694 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
[pid 20336] 05:21:06.898307 +++ killed by SIGSEGV (core dumped) +++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment