[libcxx-commits] [PATCH] D112086: [libc++][AIX] Do not assert chmod return value is non-zero.

David Tenty via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 25 09:03:39 PST 2022


daltenty added a comment.

In D112086#3266817 <https://reviews.llvm.org/D112086#3266817>, @sfertile wrote:

> In D112086#3266644 <https://reviews.llvm.org/D112086#3266644>, @ldionne wrote:
>
>> Here is an example of a build that's failing: https://buildkite.com/llvm-project/libcxx-ci/builds/8104#3fcf3f17-bdfe-476b-85f7-314c82a378ff. D117512 <https://reviews.llvm.org/D117512> is completely unrelated to filesystem, so I can't imagine it's an actual issue with D117512 <https://reviews.llvm.org/D117512>.
>
> Yeah, I had noticed that and am looking into it. It seems to be failing at one of the other assertions, before the one modified by this patch.

Looks like this is actually caused by `/tmp` hitting some filesystem limits on the bots. We've cleaned up and re-dispatched the test run which looks clean. Sorry for the noise.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112086



More information about the libcxx-commits mailing list