From a659b3f1dc889d5ab5ead017b877765b3d042379 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 21 Feb 2021 12:32:11 +0100 Subject: pkg/report: detect executor failures Currently all executor fail errors go into "lost connection" bucket. This is not very useful. First, there are different executor failures. Second, it's not possible to understand what failures happen how frequently. Third, there are not authentic lost connection. Create separate SYZFAIL: bugs for them. Update #573 Update #502 Update #318 --- pkg/report/testdata/linux/report/601 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 pkg/report/testdata/linux/report/601 (limited to 'pkg/report/testdata/linux') diff --git a/pkg/report/testdata/linux/report/601 b/pkg/report/testdata/linux/report/601 new file mode 100644 index 000000000..907585130 --- /dev/null +++ b/pkg/report/testdata/linux/report/601 @@ -0,0 +1,26 @@ +TITLE: SYZFAIL: negative running + +2021/02/21 12:37:19 executor 5 failed 11 times: +executor 5: exit status 67 +running=-1 collide=0 completed=3 flag_threaded=1 flag_collide=1 current=0 +th # 0: created=1 executing=0 colliding=0 ready=0 done=1 call_index=2 res=0 reserrno=14 +th # 1: created=0 executing=0 colliding=0 ready=0 done=0 call_index=0 res=0 reserrno=0 +th # 2: created=0 executing=0 colliding=0 ready=0 done=0 call_index=0 res=0 reserrno=0 +th # 3: created=0 executing=0 colliding=0 ready=0 done=0 call_index=0 res=0 reserrno=0 +th # 4: created=0 executing=0 colliding=0 ready=0 done=0 call_index=0 res=0 reserrno=0 +th # 5: created=0 executing=0 colliding=0 ready=0 done=0 call_index=0 res=0 reserrno=0 +th # 6: created=0 executing=0 colliding=0 ready=0 done=0 call_index=0 res=0 reserrno=0 +th # 7: created=0 executing=0 colliding=0 ready=0 done=0 call_index=0 res=0 reserrno=0 +th # 8: created=0 executing=0 colliding=0 ready=0 done=0 call_index=0 res=0 reserrno=0 +th # 9: created=0 executing=0 colliding=0 ready=0 done=0 call_index=0 res=0 reserrno=0 +th #10: created=0 executing=0 colliding=0 ready=0 done=0 call_index=0 res=0 reserrno=0 +th #11: created=0 executing=0 colliding=0 ready=0 done=0 call_index=0 res=0 reserrno=0 +th #12: created=0 executing=0 colliding=0 ready=0 done=0 call_index=0 res=0 reserrno=0 +th #13: created=0 executing=0 colliding=0 ready=0 done=0 call_index=0 res=0 reserrno=0 +th #14: created=0 executing=0 colliding=0 ready=0 done=0 call_index=0 res=0 reserrno=0 +th #15: created=0 executing=0 colliding=0 ready=0 done=0 call_index=0 res=0 reserrno=0 + (errno 11: Resource temporarily unavailable) +SYZFAIL: negative running + (errno 0: Success) +SYZFAIL: child failed +loop exited with status 67 -- cgit mrf-deployment