Alex Couture-Beil

Results 256 comments of Alex Couture-Beil
trafficstars

thanks for the report; perhaps it's WSL related? I can't replicate it under linux (ubuntu 23.10, amd64, cgroups v2)

@kukkok3 can you try running ``` VERSION 0.8 test: FROM earthly/dind:alpine-3.19-docker-25.0.2-r0-20240206002608 RUN which iptables RUN --privileged iptables --list ``` I'm curious if `iptables` works for you directly?

it looks like alpine 3.19 contains a different version of iptables compared to 3.18 ``` $ docker run --rm earthly/dind:alpine-3.19-docker-25.0.2-r0 ls -la /sbin/iptables lrwxrwxrwx 1 root root 17 Feb 5...

> warning: processes exist in the root cgroup; this may cause errors during cgroup initialization This part jumps out. What's odd is `running under pid=1` make it look like `entrypoint.sh`...

> @chroder workaround is not working for me, and in fact I'm not sure how it could, as the artifacts are not saved locally in case of failure anywhere in...

I'm going to convert this to a draft since it's blocked by code-change.

We recently had a PR submitted (and merged) for this: #3869 it hasn't been released yet, but you could give it a try using our pre-release binaries from https://github.com/earthly/earthly-staging/releases/tag/v0.1710273402.818533702

awesome! thanks for confirming that worked once you added in the extra attributes. We'll likely get a new release out next week.

This issue stems from the WAIT / END feature, which adds a PushedImageSummary under: https://github.com/earthly/earthly/blob/41338b4319925ae82a71743c659ccfe0422b6594/earthfile2llb/converter.go#L1102 which incorrectly sets the Pushed flag to `c.opt.DoPushes`. Unfortunately it's not as simple as just...

Note that this bug does not occur when there's just a single chain of BUILD commands.