-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Labels
Description
We are experiencing stochastic CI errors in tree_part1 for roughly three weeks now. Some common error messages don't include a lot of information:
- https://github.com/trixi-framework/Trixi.jl/actions/runs/17061781870/job/48369914977
- https://github.com/trixi-framework/Trixi.jl/actions/runs/17061028897/job/48367751434
- https://github.com/trixi-framework/Trixi.jl/actions/runs/16920171249/job/47944035193
- https://github.com/trixi-framework/Trixi.jl/actions/runs/16834398150/job/47690063397
But at least once, we had a slightly more useful error message:
which points towards Measurements.jl. A test dependency on Measurements.jl was added in #2504, which fits both the time frame we started experiencing the errors and the fact this occurs in tree_part1 because the elixir added in that PR is part if tree_part1.
We could try to revert this PR as a hotfix and to verify this was the offending PR.
vchuravy