github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 87042 tests passed
* 1333 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### Clang Tools
<details>
<summary>Clang Tools.clang-tidy/infrastructure/cxx20-modules.cppm</summary>
```
Exit Code: 127
Command Output (stdout):
--
# RUN: at line 1
rm -fr
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/cxx20-modules.cppm.tmp
# executed command: rm -fr
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/cxx20-modules.cppm.tmp
# note: command had no output on stdout or stderr
# RUN: at line 2
mkdir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/cxx20-modules.cppm.tmp
# executed command: mkdir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/cxx20-modules.cppm.tmp
# note: command had no output on stdout or stderr
# RUN: at line 3
split-file
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/cxx20-modules.cppm
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/cxx20-modules.cppm.tmp
# executed command: split-file
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/cxx20-modules.cppm
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/cxx20-modules.cppm.tmp
# note: command had no output on stdout or stderr
# RUN: at line 4
mkdir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/cxx20-modules.cppm.tmp/tmp
# executed command: mkdir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/cxx20-modules.cppm.tmp/tmp
# note: command had no output on stdout or stderr
# RUN: at line 6
/usr/bin/python3
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/../test/clang-tidy/check_clang_tidy.py
-std=c++20 -check-suffix=DEFAULT
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/cxx20-modules.cppm.tmp/a.cpp
cppcoreguidelines-narrowing-conversions
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/cxx20-modules.cppm.tmp/a.cpp
-- -config='{}'
# executed command: /usr/bin/python3
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/../test/clang-tidy/check_clang_tidy.py
-std=c++20 -check-suffix=DEFAULT
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/cxx20-modules.cppm.tmp/a.cpp
cppcoreguidelines-narrowing-conversions
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/cxx20-modules.cppm.tmp/a.cpp
-- '-config={}'
# .---command stdout------------
# | Running ['clang-tidy', '--experimental-custom-checks',
'/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/cxx20-modules.cppm.tmp/a.cpp.cpp',
'-fix', '--checks=-*,cppcoreguidelines-narrowing-conversions', '-config={}',
'--', '-std=c++20', '-nostdinc++', '-isystem',
'/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/../test/clang-tidy/checkers/Inputs/Headers/std']...
# | ------------------------ clang-tidy output -----------------------
# | 1 warning generated.
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/cxx20-modules.cppm.tmp/a.cpp.cpp:5:7:
warning: narrowing conversion from 'long long' to signed type 'int' is
implementation-defined [cppcoreguidelines-narrowing-conversions]
# | 5 | i = ui;
# | | ^
# |
# | ------------------------------------------------------------------
# | ------------------------------ Fixes -----------------------------
# |
# | ------------------------------------------------------------------
# `-----------------------------
# RUN: at line 10
%clang -std=c++20 -x c++-module
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/cxx20-modules.cppm.tmp/a.cpp
--precompile -o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/cxx20-modules.cppm.tmp/a.pcm
# executed command: %clang -std=c++20 -x c++-module
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/cxx20-modules.cppm.tmp/a.cpp
--precompile -o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/infrastructure/Output/cxx20-modules.cppm.tmp/a.pcm
# .---command stderr------------
# | '%clang': command not found
# `-----------------------------
# error: command failed with exit status: 127
--
```
</details>
If these failures are unrelated to your changes (for example tests are broken
or flaky at HEAD), please open an issue at
https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/145630
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits