-
Notifications
You must be signed in to change notification settings - Fork 48
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
ERROR: runtime error: index out of range [0] with length 0 #237
Comments
I have not seen this error before, and it does not look like a Nix, Arion or Haskell error. |
The arion tests pass for |
I'll dig into it a bit more. Rolling back to a pre-podman 5.0 nixpkgs commit did fix it for me. |
Still not sure what's going on entirely, but I now see this on two systems. The error message looks like it is coming from Go. I have tried a Running
and indeed running /nix/store/491k4bspg098nm2jqk9p81hrn4wx5d01-docker-compose-1.29.2/bin/.docker-compose-wrapped --file docker-compose.yaml up where the docker-compose.yaml is generated by |
Another thing you could try is start with an empty docker compose file and then add things until it fails, or insert half of it and do like a bisect of sorts. |
Even the trivial version: '3.4' triggers it. But I have confirmed it is not an arion bug. It seems to be a bug between docker compose v1 and podman v5.0. I only see this error when using docker-compose v1 and from nixpkgs commit I have not seen this reported elsewhere yet, but fyi podman no longer test against docker compose v1, see containers/podman#22421 I'm also fairly certain now that #230 is a docker-compose v1 bug, too. |
I get the above runtime error when running
aup
on the latest unstable NixOS, reproducible with the "minimal" example in this repo. I haven't had time to confirm this, but I suspect it could be connected to the update to podman 5.0.The text was updated successfully, but these errors were encountered: