Skip to content

Instantly share code, notes, and snippets.

View jbergstroem's full-sized avatar

Johan Bergström jbergstroem

View GitHub Profile
execve("/sbin/apk", ["apk", "add", "gcc"], [/* 7 vars */]) = 0
arch_prctl(ARCH_SET_FS, 0x7f738f807b28) = 0
set_tid_address(0x7f738f807b60) = 44
open("/etc/ld-musl-x86_64.path", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/lib/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = 3
fcntl(3, F_SETFD, FD_CLOEXEC) = 0
fstat(3, {st_mode=S_IFREG|0555, st_size=424872, ...}) = 0
mmap(NULL, 2523136, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x7f738f315000
mmap(0x7f738f572000, 45056, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x5d000) = 0x7f738f572000
close(3) = 0
fchownat(3, "usr/libexec/gcc/x86_64-alpine-linux-musl/5.3.0/install-tools/mkinstalldirs.apk-new", 0, 0, 0) = 0
utimensat(3, "usr/libexec/gcc/x86_64-alpine-linux-musl/5.3.0/install-tools/mkinstalldirs.apk-new", [{1461934179, 0}, {1461934179, 0}], 0) = 0
openat(3, "usr/libexec/gcc/x86_64-alpine-linux-musl/5.3.0/lto1.apk-new", O_RDWR|O_CREAT|O_TRUNC|O_CLOEXEC, 0755) = 13
fallocate(13, 0, 0, 14496416) = 0
mmap(NULL, 14496416, PROT_READ|PROT_WRITE, MAP_SHARED, 13, 0) = 0x7eff09a62000
read(12, "$\26T\303\343!\35\332\23{\224V\342\306\3607Fn\352<\234\254>\225\215<\224\27n\235\274\266"..., 8192) = 8192
read(12, "\256\234\312\272\277\267\217\261d\300\372\333F\377\366\233\232O>\375\306\245\344\367\206o\275\350\222p\356\313"..., 8192) = 8192
read(12, "\0<\231\4~\225\344\351$\317$\371u\22x!\311o\222\0\274\230\4\340\245$\277M\2/'\201"..., 8192) = 496
read(12, "\263^\32\200\365\323\300\3444\260A\232)i6N\263i\32\200-\323|*\315Vi\266N\3\260]"..., 7696) = 1448
read(12, "x4\307c9\36\317\361D\216\247r\300\257r<\223\343
[Sat Dec 24 16:06:28 2016] xgene-ahci 1a800000.sata: link has error
[Sat Dec 24 16:06:28 2016] ata3: SATA link down (SStatus 1 SControl 4310)
[Sat Dec 24 16:06:28 2016] ata3: EH complete
[Sat Dec 24 16:06:28 2016] ata3: exception Emask 0x10 SAct 0x0 SErr 0x41c0000 action 0xe frozen
[Sat Dec 24 16:06:28 2016] ata3: irq_stat 0x00000040, connection status changed
[Sat Dec 24 16:06:28 2016] ata3: SError: { CommWake 10B8B Dispar DevExch }
[Sat Dec 24 16:06:28 2016] ata3: limiting SATA link speed to 1.5 Gbps
[Sat Dec 24 16:06:28 2016] ata3: hard resetting link
[Sat Dec 24 16:06:37 2016] xgene-ahci 1a800000.sata: link has error
[Sat Dec 24 16:06:37 2016] ata3: SATA link down (SStatus 1 SControl 4310)
diff --git a/deps/v8/src/compiler/instruction.h b/deps/v8/src/compiler/instruction.h
index b7c9430..ed9a5d7 100644
--- a/deps/v8/src/compiler/instruction.h
+++ b/deps/v8/src/compiler/instruction.h
@@ -1012,7 +1012,7 @@ class InstructionBlock final : public ZoneObject {
typedef ZoneDeque<Constant> ConstantDeque;
typedef std::map<int, Constant, std::less<int>,
- zone_allocator<std::pair<int, Constant> > > ConstantMap;
+
not ok 1 - UtilTest.ListHead
---
duration_ms: 0
...
# Value of: list.IsEmpty()
# Actual: false
# Expected: true
- name: "influxdb : set sane default values"
ini_file:
dest: /etc/influxdb/influxdb.conf
section: "{{ ini.section }}"
option: "{{ ini.option }}"
value: "{{ ini.value }}"
loop_control:
loop_var: ini
with_items:
- { section: admin, option: enabled, value: 'false' }
ode-test-commit-freebsd/nodes/freebsd11-x64/out/Release/node --no_logfile_per_isolate --logfile=- --prof
server {
listen 80;
return 301 https://ci-release.nodejs.org$request_uri;
}
iojs 22206 0.0 0.1 10612 2732 - I Sat09 0:00.01 gmake run-ci -j 2
iojs 22259 0.0 0.1 10612 2796 - I Sat09 0:00.01 gmake
iojs 22302 0.0 0.6 20852 11788 - I Sat09 0:00.41 gmake -C out BUILDTYPE=Release V=1
iojs 24484 0.0 0.0 0 0 - Z Sat09 0:00.01 <defunct>
iojs 24498 0.0 0.0 0 0 - Z Sat09 0:00.00 <defunct>
$ ansible -a "chown -R iojs:iojs /home/iojs/.npm" "*freebsd*"
test-digitalocean-freebsd11-x64-2 | FAILED | rc=1 >>
chown: /home/iojs/.npm: No such file or directory
test-joyent-freebsd10-x64-2 | FAILED | rc=1 >>
chown: /home/iojs/.npm: No such file or directory
test-digitalocean-freebsd11-x64-1 | SUCCESS | rc=0 >>