-
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
Seems to be failing due to some kind of IPv6 issue? #288
Comments
Similar response as with #287 - lately I'm thinking it might be better to just use the Dagger runtime, since we've already gone through all these compatibility issues and resolved them in the Dagger engine. Apologies for suggesting another tool for your stack. Maybe someday I'll fix the direct Buildkit runtime, but for now most of my energy is going to Dagger. :) Thanks for trying it out! |
Okay. I think I understand that in this case Bass is basically acting as a Lisp SDK for Dagger. So I downloaded the CLI runner and tried the
It hangs indefinitely with no args or a script for args. It does terminate if all i do is |
Yep! Not sure why it's hanging, but there are some issues with the script, so you could try this: ; added (run) and changed sh to sh -c
(defn main [] (run (from (linux/alpine) ($ sh -c "echo 'meow' > artifact"))))
Make sure you pull first though since Bass was still pointing at an older SDK version; just pushed a bump to v0.8.2. That might explain the hanging too. |
I would expect a broken script to exit with an error message 🥴 |
Of course, but that's not what's happening, so it helps to eliminate variables to figure out why. |
Reset the dagger container, restarted docker, ran one of their bash test scripts. Also replaced the bass script. The bash script runs and fails for an unrelated reason (something about elogind, probably permission shenanigans) but attempting to run bass still results in the infinite failure. Using Mysterious. |
I'm not entirely sure if this should remain tagged as cryptic, or something else. There are kind of two errors going on here--one is a backend communication failure, and reporting it weird. I can open a second ticket if you like to track these issues separately. (The third issue, with Dagger, I am not entirely sure is Bass' fault yet but can do a third ticket for that if you wish.) |
Displayed error message
To Reproduce
Run
bass
on Void Linux.Suggested message
[not applicable]
It looks like some kind of IPv6 address is trying to be fed to Docker and is being rejected. I'm not sure if this version of Docker is just too old, misconfigured, or what is going on.
The text was updated successfully, but these errors were encountered: