Error starting Nix daemon through Docker inside act
#60
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
From discord, heres the output when running nix-installer-action via act (on the fully-featured image):
Local machine is x86_64-linux NixOS. Issue happened on both
v8
andv9
pin, and both rootless and rootful docker| WARN SelfTest([ShellFailed { shell: Sh, command: "\"sh\" \"-lc\" \"nix build --no-link --expr \\'derivation { name = \\\"self-test-sh-1701955359511\\\"; system = \\\"x86_64-linux\\\"; builder = \\\"/bin/sh\\\"; args = [\\\"-c\\\" \\\"echo hello > \\\\$out\\\"]; }\\'\"", output: Output { status: ExitStatus(unix_wait_status(512)), stdout: "", stderr: "sh: 10: .: cannot open /etc/skel/.cargo/env: No such file\n" } }])
hm
Just to be sure: this doesn't happen on
v7
, but it does happen onv8
?Could you show the error message for
v8
's failure (it won't be the same, because v9 introduced the Docker shim, whereas v8 only introduced kvm support)?This appears similar to #63
Testing again, I can only reproduce this on v9, I cant reproduce it on v7 or v8
I believe this should be fixed on the
main
branch, could you give it a shot?Doesnt appear to work
I wonder if your Docker works differently than the one I tested on...
Could I ask you to do
docker run -ti --rm ubuntu
and show mecat /proc/self/cgroup
?Here's mine: