I've seen this module's unittests newly fail *sporadically*, i.e., not consistently. At least twice: * DMD FreeBSD CI (https://github.com/dlang/dmd/actions/runs/14202895666/job/39793758312?pr=21133#step:3:7803): ``` ****** FAIL debug64 std.experimental.allocator.building_blocks.allocator_list core.exception.AssertError@std/experimental/allocator/building_blocks/allocator_list.d(500): Assertion failure ``` * LDC macOS x86_64 CI (https://github.com/ldc-developers/ldc/actions/runs/14049565198/job/39337280925?pr=4877#step:12:3605, https://github.com/ldc-developers/ldc/actions/runs/14419064983/job/40439352050) ``` The following tests FAILED: 732 - std.experimental.allocator.building_blocks.allocator_list-debug (Timeout) ``` (with a generous 2-minutes timeout) I *guess* introduced in https://github.com/dlang/phobos/pull/10594.
I've seen this module's unittests newly fail sporadically, i.e., not consistently. At least twice:
I guess introduced in #10594.