google / fuzzbench

FuzzBench - Fuzzer benchmarking as a service.

Home Page:https://google.github.io/fuzzbench/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker error when running a local experiment

apach301 opened this issue · comments

Hi!

Updated docker to the newest 23.0.0 version on my server and local fuzzbench experiments began to failed during setup (right after INFO:root:Starting experiment. message):
Selection_091

After a little debugging I found out that the problem is in BUILDKIT_INLINE_CACHE=1 parameter, it causes docker to fail with ERRO[0086] error waiting for container: unexpected EOF message. I finally managed to launch fuzzbench experiment successfully after commenting out that argument from the code. I don't quite understand where the problem lays: is it fuzzbench configs or bug in docker. On my machine with docker 20.0.7 fuzzbench works perfectly.

Also this may be related to #1484 and #1211

UPD.
It's a problem with docker (moby/moby#44944). On 23.0.1 version fuzzbench works well.