[Openmp-commits] [clang] [llvm] [mlir] [openmp] [OpenMP][offload] Cross-team reductions with variable number of teams (PR #195102)
LLVM Continuous Integration via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jun 19 22:33:39 PDT 2026
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-aarch64-quick` running on `linaro-clang-aarch64-quick` while building `clang,llvm,mlir,offload,openmp` at step 5 "ninja check 1".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/65/builds/36119
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 5 (ninja check 1) failure: stage 1 checked (failure)
******************** TEST 'lit :: print-relative-path.py' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
env -u FILECHECK_OPTS "/usr/bin/python3.10" /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/llvm/utils/lit/lit.py -j1 -D use_normalized_slashes=0 --order=lexical --ignore-fail --show-pass Inputs/print-relative-path | FileCheck --check-prefix=CHECK-DEFAULT /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/utils/lit/tests/print-relative-path.py
# executed command: env -u FILECHECK_OPTS /usr/bin/python3.10 /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/llvm/utils/lit/lit.py -j1 -D use_normalized_slashes=0 --order=lexical --ignore-fail --show-pass Inputs/print-relative-path
# .---command stderr------------
# |
# | Exiting with status 0 instead of 1 because '--ignore-fail' was specified.
# `-----------------------------
# executed command: FileCheck --check-prefix=CHECK-DEFAULT /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/utils/lit/tests/print-relative-path.py
# .---command stderr------------
# | /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/utils/lit/tests/print-relative-path.py:6:18: error: CHECK-DEFAULT: expected string not found in input
# | # CHECK-DEFAULT: PASS: print-relative-path :: test.txt (1 of 2)
# | ^
# | <stdin>:1:1: note: scanning from here
# | -- Testing: 2 tests, 1 workers --
# | ^
# | <stdin>:3:1: note: possible intended match here
# | PASS: print-relative-path :: test.txt (2 of 2)
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/utils/lit/tests/print-relative-path.py
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: -- Testing: 2 tests, 1 workers --
# | check:6'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | 2: FAIL: print-relative-path :: test2.txt (1 of 2)
# | check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 3: PASS: print-relative-path :: test.txt (2 of 2)
# | check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:6'1 ? possible intended match
# | 4: ********************
# | check:6'0 ~~~~~~~~~~~~~~~~~~~~~
# | 5: Passed Tests (1):
# | check:6'0 ~~~~~~~~~~~~~~~~~~
# | 6: print-relative-path :: test.txt
# | check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 7:
# | check:6'0 ~
# | 8: ********************
# | check:6'0 ~~~~~~~~~~~~~~~~~~~~~
# | .
# | .
...
```
</details>
https://github.com/llvm/llvm-project/pull/195102
More information about the Openmp-commits
mailing list