[libcxx-commits] [libcxx] [libc++][ranges] LWG4016: container-insertable checks do not match what container-inserter does (PR #113103)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 22 06:42:25 PDT 2024
ldionne wrote:
> (Don't know why CI failed to run, but whatever...)
Unless we can confirm that it's a fluke or an unrelated failure, we shouldn't merge until the CI is green. Our CI is usually pretty stable and a CI failure generally means a true failure.
However, when the CI jobs start, they fail due to "interrupted by user" often and they get automatically restarted. When you see one of these failures, it basically means that the CI is not done running yet and that job needs to be restarted (which will happen automatically). What's going on under the hood is that our CI machines are containers that can be preempted so the jobs sometimes get killed out of nowhere.
https://github.com/llvm/llvm-project/pull/113103
More information about the libcxx-commits
mailing list