-
Notifications
You must be signed in to change notification settings - Fork 13
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
Bass sometimes fails to start on first run after computer boot #220
Comments
Thanks :) I wonder if this is from trying to use buildkit too quickly after spawning it. Does the same thing happen if you |
I get some warnings, but no errors.
|
This is the log from
|
Very weird. Those warnings are a red herring; I see those too and need to clean them up. I'm having trouble reproducing the failed start though. I'm using WSL on Windows so a
This seems like something that could be fixed by adding retry logic to the part that lists workers but it'd be nice to understand what's going on here before potentially adding something that makes actually-broken configurations slower to diagnose. When you start Docker after the reboot can you see Is there anything enlightening in |
Even weirder, I'm not able to reproduce it anymore... Only thing that changed was that I did a system update, so I assume that must have (somehow) fixed it, even though I don't remember it updating Docker. (Perhaps it was a Systemd bug?) I'll close this issue then as it doesn't appear to be an issue with Bass. Thanks for taking the time to look into it anyway. |
Started encountering this issue again and did some more investigation. Here are my findings: (TL;DR: run
|
I'm absolutely loving Bass so far (it easily makes it into my top 5 open source projects! 🏆). Unfortunately I've been encountering this issue (minor inconvenience) with the new automatic starting of the Buildkit daemon.
Describe the bug
Often after a computer reboot, running
bass
to start the REPL, exits with status 1 and prints the following message.This only happens on the first run of
bass
, subsequent runs work every time.To Reproduce
Sometimes after a system reboot, the first time running
bass
to start the REPL, it will fail.Expected behavior
Bass should start without error after computer boot.
Additional context
My setup: Fedora Linux 36, with Docker (
sudo dnf install docker
).Bass version (downloaded from the GitHub release page):
The text was updated successfully, but these errors were encountered: