blob: 0eb2ba5a38e8af1f5c4380d33b8580695d2d32a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
[WILDCARD]
running 7 benches from [WILDCARD]
bench read ... 1000 iterations FAILED [WILDCARD]
bench write ... 1000 iterations FAILED [WILDCARD]
bench net ... 1000 iterations FAILED [WILDCARD]
bench env ... 1000 iterations FAILED [WILDCARD]
bench run ... 1000 iterations FAILED [WILDCARD]
bench ffi ... 1000 iterations FAILED [WILDCARD]
bench hrtime ... 1000 iterations FAILED [WILDCARD]
failures:
read
PermissionDenied: Can't escalate parent thread permissions
[WILDCARD]
write
PermissionDenied: Can't escalate parent thread permissions
[WILDCARD]
net
PermissionDenied: Can't escalate parent thread permissions
[WILDCARD]
env
PermissionDenied: Can't escalate parent thread permissions
[WILDCARD]
run
PermissionDenied: Can't escalate parent thread permissions
[WILDCARD]
ffi
PermissionDenied: Can't escalate parent thread permissions
[WILDCARD]
hrtime
PermissionDenied: Can't escalate parent thread permissions
[WILDCARD]
failures:
read
write
net
env
run
ffi
hrtime
bench result: FAILED. 0 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out [WILDCARD]
|