Claudio Bley
Claudio Bley
> In a slightly different case, [attoparsec-aeson](https://www.stackage.org/lts-22.26/package/attoparsec-aeson-2.1.0.0) also fails to build, both with the same Haddock issue, but also with `output 'external/stackage/attoparsec-aeson-2.1.0.0/_install/lib/libHSattoparsec-aeson-2.1.0.0.a' was not created`, which makes sense as the...
Note, this only happens when using `--build_tests_only` (which is used by default on BCR tests). I tracked this down to ~https://github.com/bazelbuild/bazel/commit/282ac623df3523e2e31a2de9c002e5c50da19fec~ https://github.com/bazelbuild/bazel/commit/610fe7bb25c8853fd9b55d85cb08d2bf4e3ee8b7
@fmeum do you have an idea how I can fix this? Should I create an issue in bazelbuild/bazel?
@sgowroji PTAL, does this look reasonable to you?
Seems this is no longer too relevant, as I just discovered that rules_haskell has been removed from the bazel@HEAD + downstream CI pipeline (see https://github.com/bazelbuild/continuous-integration/commit/a423d66f7d96fcf3a8f3236a81170e43d9e26729) The reason was that it...
> (it's still running and I'll see if it finishes at all; I'll report back what happened) It just failed because it ran out of disk space. This was on...
Hi @adam-singer, here's a repository which contains a reproducer: https://github.com/avdv/nl-repro/ I cancelled the workflow run after ~1h, see https://github.com/avdv/nl-repro/actions/runs/10664811435/job/29556846974 > So, yes the node_modules output is indeed large: > >...
Note, I also created a workflow running on Linux. It shows the same symptom: https://github.com/avdv/nl-repro/actions/runs/10679208408/job/29597917819
> Are we sure this is a NativeLink issue? We are currently using bazel-remote-worker and BuildBuddy RE with our project. Both work fine for us (although bazel-remote-worker is very slow)....
> On second thought, we'll attempt to run the reproducer on `0.5.3` and report back. Stay tuned! Already did that today, I cancelled it after ~50 mins: https://github.com/avdv/nl-repro/actions/runs/10723077069/job/29735546354