From 61b76f009714d797361ff10f822173b6032ede13 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 13 Dec 2018 16:40:18 +0100 Subject: pkg/report: another gvisor OOM suppression --- pkg/report/testdata/gvisor/report/11 | 4 ++-- pkg/report/testdata/gvisor/report/13 | 4 ++-- pkg/report/testdata/gvisor/report/21 | 11 +++++++++++ 3 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 pkg/report/testdata/gvisor/report/21 (limited to 'pkg/report/testdata') diff --git a/pkg/report/testdata/gvisor/report/11 b/pkg/report/testdata/gvisor/report/11 index dbe8eb1a4..f1e6a4692 100644 --- a/pkg/report/testdata/gvisor/report/11 +++ b/pkg/report/testdata/gvisor/report/11 @@ -5,5 +5,5 @@ accept(r1, &(0x7f0000000b00)=@rc, &(0x7f0000000b80)=0x80) W0622 12:13:40.386697 9726 x:0] FATAL ERROR: error getting processes for container: error executing in sandbox: EOF error getting processes for container: error executing in sandbox: EOF -W0622 12:13:40.386737 9188 x:0] FATAL ERROR: error running container: err waiting on container "ci-gvisor-main-10": EOF -error running container: err waiting on container "ci-gvisor-main-10": EOF +W0622 12:13:40.386737 9188 x:0] FATAL ERROR: error running container: err waiting on container "syzkaller": EOF +error running container: err waiting on container "syzkaller": EOF diff --git a/pkg/report/testdata/gvisor/report/13 b/pkg/report/testdata/gvisor/report/13 index 38fc4cf35..140fe22bb 100644 --- a/pkg/report/testdata/gvisor/report/13 +++ b/pkg/report/testdata/gvisor/report/13 @@ -8,5 +8,5 @@ linkat(0xffffffffffffffff, &(0x7f0000000100)='./file0\x00', 0xffffffffffffffff, FATAL: ThreadSanitizer CHECK failed: ./gotsan.cc:6532 "((0 && "unable to mmap")) != (0)" (0x0, 0x0) W0623 07:55:00.082589 64365 x:0] FATAL ERROR: error getting processes for container: error executing in sandbox: EOF error getting processes for container: error executing in sandbox: EOF -W0623 07:55:00.082787 64048 x:0] FATAL ERROR: error running container: err waiting on container "ci-gvisor-ptrace-proxy-sandbox-race-0": EOF -error running container: err waiting on container "ci-gvisor-ptrace-proxy-sandbox-race-0": EOF +W0623 07:55:00.082787 64048 x:0] FATAL ERROR: error running container: err waiting on container "syzkaller": EOF +error running container: err waiting on container "syzkaller": EOF diff --git a/pkg/report/testdata/gvisor/report/21 b/pkg/report/testdata/gvisor/report/21 new file mode 100644 index 000000000..15f2388c5 --- /dev/null +++ b/pkg/report/testdata/gvisor/report/21 @@ -0,0 +1,11 @@ +TITLE: fatal error: newosproc +SUPPRESSED: Y + +runtime: failed to create new OS thread (have 25 already; errno=11) +runtime: may need to increase max user processes (ulimit -u) +fatal error: newosproc +executing program +W1016 23:14:39.681210 17547 x:0] Wait RPC to container "syzkaller" failed: . Will try waiting on the sandbox process instead. +W1016 23:14:39.681194 38814 x:0] FATAL ERROR: error waiting on pid 19: error waiting on PID 19 in sandbox "syzkaller": urpc method "containerManager.WaitPID" failed: EOF +error waiting on pid 19: error waiting on PID 19 in sandbox "syzkaller": urpc method "containerManager.WaitPID" failed: EOF +I1016 23:14:40.684713 17547 x:0] Exiting with status: 512 -- cgit mrf-deployment