From 21e16efbf0c83c6975bba2eef3d525ebb3fa9d09 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 23 Jun 2018 10:13:12 +0200 Subject: pkg/report: add suppressions for Go race OOMs --- pkg/report/testdata/gvisor/report/13 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pkg/report/testdata/gvisor/report/13 (limited to 'pkg/report/testdata/gvisor') diff --git a/pkg/report/testdata/gvisor/report/13 b/pkg/report/testdata/gvisor/report/13 new file mode 100644 index 000000000..38fc4cf35 --- /dev/null +++ b/pkg/report/testdata/gvisor/report/13 @@ -0,0 +1,12 @@ +TITLE: FATAL ERROR: error getting processes for container: error executing in sandbox: EOF +SUPPRESSED: Y + +7:54:59 executing program 1: +linkat(0xffffffffffffffff, &(0x7f0000000100)='./file0\x00', 0xffffffffffffffff, &(0x7f0000000140)='./file0\x00', 0x0) + +==64097==ERROR: ThreadSanitizer failed to allocate 0x80000 (524288) bytes of DenseSlabAllocator (error code: 12) +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 -- cgit mrf-deployment