Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker error when running a local experiment #1733

Closed
apach301 opened this issue Feb 17, 2023 · 1 comment
Closed

Docker error when running a local experiment #1733

apach301 opened this issue Feb 17, 2023 · 1 comment

Comments

@apach301
Copy link
Contributor

apach301 commented Feb 17, 2023

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

@apach301
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant