Gerhard Lazu
Gerhard Lazu
Amazing! I am going to: - [x] https://github.com/thechangelog/pipely/pull/15 - [x] https://github.com/thechangelog/pipely/pull/16 - [x] extract any configs if needed - [x] review all changes in this PR - [ ] test...
> i'm a little surprised by the volume of deletion here, is all that code really only to support running against released versions? or is it that we obviated a...
@sipsma @jedevc Do we need a stable Engine to run `TestProvision`? FTR: https://v3.dagger.cloud/dagger/traces/b735d4252d1ea4afc084216617f3e5fb?span=779e4caf961aab8e
I still need to introduce the new `dind` runner types via a PR to the private repository. Wait for @shykes to approve before merging. Related to: - https://github.com/dagger/dagger/pull/8355
That makes sense! Is there an existing Linux `x86_64` binary or should I extract it from the container image?
OK, will extract the binary & try again.
@jedevc Dagger Cloud trace + GitHub Actions job from last time this deadlock happened in our CI: - https://dagger.cloud/dagger/traces/3add32bb1a460bde62b9ccbbfd25d0ca - https://github.com/dagger/dagger/actions/runs/9064274086/job/24902159559 I am trying to reproduce locally so that I...
Starting with @aluzzardi's repro, I spawned 10k x `sleep 1` in parallel. While the behaviour is completely different from what we have been hunting here, it's even worse: 1. There...
When I tried to reproduce @sipsma, I didn't get any OOM's, just a very slow start, and a slow progress. Most of it happened **after** `dagger` CLI exited. Happy to...
Thanks for helping out @sipsma! I was able to trigger the hang again, and capture `pstree -w` on the Engine: [test.all.race.failfast.parallel16.timeout180m.pstree-w.2024-05-18.20-31-24.txt](https://github.com/dagger/dagger/files/15376906/test.all.race.failfast.parallel16.timeout180m.pstree-w.2024-05-18.20-31-24.txt) Here is the full CLI log: [test.all.race.failfast.parallel16.timeout180m.2024-05-18.20-31-24.txt.gz](https://github.com/dagger/dagger/files/15376993/test.all.race.failfast.parallel16.timeout180m.2024-05-18.20-31-24.txt.gz) And this...