[clang] [clang-repl] Include consistency using the default clang actions. (PR #116610)
LLVM Continuous Integration via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 19 08:28:52 PST 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-aarch64-sve-vla` running on `linaro-g3-03` while building `clang` at step 7 "ninja check 1".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/17/builds/3994
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (ninja check 1) failure: stage 1 checked (failure)
******************** TEST 'DataFlowSanitizer-aarch64 :: release_shadow_space.c' FAILED ********************
Exit Code: 134
Command Output (stderr):
--
RUN: at line 1: /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/./bin/clang -fsanitize=dataflow -Wthread-safety -Wthread-safety-reference -Wthread-safety-beta /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/llvm/compiler-rt/test/dfsan/release_shadow_space.c -o /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/runtimes/runtimes-bins/compiler-rt/test/dfsan/AARCH64Config/Output/release_shadow_space.c.tmp && /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/runtimes/runtimes-bins/compiler-rt/test/dfsan/AARCH64Config/Output/release_shadow_space.c.tmp
+ /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/./bin/clang -fsanitize=dataflow -Wthread-safety -Wthread-safety-reference -Wthread-safety-beta /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/llvm/compiler-rt/test/dfsan/release_shadow_space.c -o /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/runtimes/runtimes-bins/compiler-rt/test/dfsan/AARCH64Config/Output/release_shadow_space.c.tmp
+ /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/runtimes/runtimes-bins/compiler-rt/test/dfsan/AARCH64Config/Output/release_shadow_space.c.tmp
RSS at start: 2836, after mmap: 105236, after mmap+set label: 207640, after fixed map: 2840, after another mmap+set label: 207640, after munmap: 2840
RUN: at line 2: /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/./bin/clang -fsanitize=dataflow -Wthread-safety -Wthread-safety-reference -Wthread-safety-beta /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/llvm/compiler-rt/test/dfsan/release_shadow_space.c -o /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/runtimes/runtimes-bins/compiler-rt/test/dfsan/AARCH64Config/Output/release_shadow_space.c.tmp && /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/runtimes/runtimes-bins/compiler-rt/test/dfsan/AARCH64Config/Output/release_shadow_space.c.tmp
+ /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/./bin/clang -fsanitize=dataflow -Wthread-safety -Wthread-safety-reference -Wthread-safety-beta /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/llvm/compiler-rt/test/dfsan/release_shadow_space.c -o /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/runtimes/runtimes-bins/compiler-rt/test/dfsan/AARCH64Config/Output/release_shadow_space.c.tmp
+ /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/runtimes/runtimes-bins/compiler-rt/test/dfsan/AARCH64Config/Output/release_shadow_space.c.tmp
RSS at start: 2836, after mmap: 105232, after mmap+set label: 207636, after fixed map: 2836, after another mmap+set label: 207632, after munmap: 2832
release_shadow_space.c.tmp: /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/llvm/compiler-rt/test/dfsan/release_shadow_space.c:91: int main(int, char **): Assertion `after_mmap >= before + mmap_cost_kb' failed.
/home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/runtimes/runtimes-bins/compiler-rt/test/dfsan/AARCH64Config/Output/release_shadow_space.c.script: line 4: 648385 Aborted (core dumped) /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/runtimes/runtimes-bins/compiler-rt/test/dfsan/AARCH64Config/Output/release_shadow_space.c.tmp
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/116610
More information about the cfe-commits
mailing list