[libcxx-commits] [PATCH] D113244: Simplify the libcxx std::string_view gdb pretty printer

David Blaikie via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 30 14:07:39 PST 2021


dblaikie added a comment.

In D113244#3162479 <https://reviews.llvm.org/D113244#3162479>, @ldionne wrote:

> In D113244#3162452 <https://reviews.llvm.org/D113244#3162452>, @dblaikie wrote:
>
>> @ldionne - any ideas what's failing in the CI? I'm not sure how to read/where to look for the root cause of these failures: https://reviews.llvm.org/B136591
>
> The build is here: https://buildkite.com/llvm-project/libcxx-ci/builds/6943

Yeah, I think I managed to get as far as that page, expand a bunch of the red/failed/X marked ones, see that they timed out or were interrupted (wasn't sure if they were maybe interrupted/timed out after some first failure (as a means of stopping the test sooner if one failure had already been encountered)) & none of the sample I looked at seemed related to gdb pretty printers, so I couldn't really make sense of it beyond that.

> It looks like a bunch of jobs timed out. Can you try running (from the monorepo, and it will require Docker):
>
>   ./libcxx/utils/ci/run-buildbot-container
>   
>   # From within the container:
>   ./libcxx/utils/ci/run-buildbot generic-cxx20
>
> Then see if that works. That will be starting a Docker image that runs our CI images and then running the `generic-cxx20` job that CI runs.

Sorry, I can't do that - I'm not at all familiar with Docker. This seems like more of an infrastructure issue, rather than something I'm really qualified/suited to debugging?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113244/new/

https://reviews.llvm.org/D113244



More information about the libcxx-commits mailing list