github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 86920 tests passed
* 752 tests skipped
* 1 test failed

## Failed Tests
(click on a test name to see its output)

### Clang Tools
<details>
<summary>Clang 
Tools.clang-tidy/checkers/cppcoreguidelines/pro-type-vararg.cpp</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/usr/bin/python3 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/../test/clang-tidy/check_clang_tidy.py
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/pro-type-vararg.cpp
 cppcoreguidelines-pro-type-vararg 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/cppcoreguidelines/Output/pro-type-vararg.cpp.tmp
# 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
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/pro-type-vararg.cpp
 cppcoreguidelines-pro-type-vararg 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/cppcoreguidelines/Output/pro-type-vararg.cpp.tmp
# .---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/checkers/cppcoreguidelines/Output/pro-type-vararg.cpp.tmp.cpp',
 '-fix', '--checks=-*,cppcoreguidelines-pro-type-vararg', '--config={}', '--', 
'-std=c++11', '-nostdinc++']...
# | clang-tidy --experimental-custom-checks 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/cppcoreguidelines/Output/pro-type-vararg.cpp.tmp.cpp
 -fix --checks=-*,cppcoreguidelines-pro-type-vararg --config={} -- -std=c++11 
-nostdinc++ failed:
# | 6 warnings and 8 errors generated.
# | Error while processing 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/cppcoreguidelines/Output/pro-type-vararg.cpp.tmp.cpp.
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/cppcoreguidelines/Output/pro-type-vararg.cpp.tmp.cpp:15:3:
 warning: do not call c-style vararg functions 
[cppcoreguidelines-pro-type-vararg]
# |    15 |   f_vararg(1, 7, 9);
# |       |   ^
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/cppcoreguidelines/Output/pro-type-vararg.cpp.tmp.cpp:17:5:
 warning: do not call c-style vararg functions 
[cppcoreguidelines-pro-type-vararg]
# |    17 |   c.g_vararg("foo");
# |       |     ^
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/cppcoreguidelines/Output/pro-type-vararg.cpp.tmp.cpp:41:3:
 warning: do not declare variables of type va_list; use variadic templates 
instead [cppcoreguidelines-pro-type-vararg]
# |    41 |   va_list ap;
# |       |   ^
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/cppcoreguidelines/Output/pro-type-vararg.cpp.tmp.cpp:44:3:
 warning: do not declare variables of type va_list; use variadic templates 
instead [cppcoreguidelines-pro-type-vararg]
# |    44 |   va_list n;
# |       |   ^
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/cppcoreguidelines/Output/pro-type-vararg.cpp.tmp.cpp:47:11:
 warning: do not use va_arg to define c-style vararg functions; use variadic 
templates instead [cppcoreguidelines-pro-type-vararg]
# |    47 |   int i = va_arg(ap, int);
# |       |           ^
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/cppcoreguidelines/Output/pro-type-vararg.cpp.tmp.cpp:60:29:
 error: 1st argument must be a scalar unsigned integer type (was 'int') 
[clang-diagnostic-error]
# |    60 |   (void)__builtin_popcountg(42);
# |       |                             ^
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/cppcoreguidelines/Output/pro-type-vararg.cpp.tmp.cpp:72:19:
 error: use of undeclared identifier 'cl' [clang-diagnostic-error]
# |    72 |   struct X;static cl::opt<unsigned long long>
# |       |                   ^
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/cppcoreguidelines/Output/pro-type-vararg.cpp.tmp.cpp:74:5:
 error: use of undeclared identifier 'cl' [clang-diagnostic-error]
# |    74 |     cl::init(-1ULL),
# |       |     ^
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/cppcoreguidelines/Output/pro-type-vararg.cpp.tmp.cpp:75:5:
 error: use of undeclared identifier 'cl' [clang-diagnostic-error]
# |    75 |     cl::desc("maximum number of samples to read from LBR profile"),
# |       |     ^
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/cppcoreguidelines/Output/pro-type-vararg.cpp.tmp.cpp:76:5:
 error: use of undeclared identifier 'cl' [clang-diagnostic-error]
# |    76 |     cl::Optional,
# |       |     ^
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/cppcoreguidelines/Output/pro-type-vararg.cpp.tmp.cpp:77:5:
 error: use of undeclared identifier 'cl' [clang-diagnostic-error]
# |    77 |     cl::Hidden,
# |       |     ^
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/cppcoreguidelines/Output/pro-type-vararg.cpp.tmp.cpp:78:5:
 error: use of undeclared identifier 'cl' [clang-diagnostic-error]
# |    78 |     cl::cat(AggregatorCategory));
# |       |     ^
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/cppcoreguidelines/Output/pro-type-vararg.cpp.tmp.cpp:78:13:
 error: use of undeclared identifier 'AggregatorCategory' 
[clang-diagnostic-error]
# |    78 |     cl::cat(AggregatorCategory));
# |       |             ^~~~~~~~~~~~~~~~~~
# | Suppressed 1 warnings (1 in non-user code).
# | Use -header-filter=.* or leave it as default to display errors from all 
non-system headers. Use -system-headers to display errors from system headers 
as well.
# | Found compiler errors, but -fix-errors was not specified.
# | Fixes have NOT been applied.
# | 
# | Found compiler error(s).
# | 
# `-----------------------------
# .---command stderr------------
# | Traceback (most recent call last):
# |   File 
"/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/../test/clang-tidy/check_clang_tidy.py",
 line 413, in <module>
# |     main()
# |   File 
"/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/../test/clang-tidy/check_clang_tidy.py",
 line 409, in main
# |     CheckRunner(args, extra_args).run()
# |   File 
"/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/../test/clang-tidy/check_clang_tidy.py",
 line 307, in run
# |     clang_tidy_output = self.run_clang_tidy()
# |                         ^^^^^^^^^^^^^^^^^^^^^
# |   File 
"/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/../test/clang-tidy/check_clang_tidy.py",
 line 232, in run_clang_tidy
# |     clang_tidy_output = try_run(args)
# |                         ^^^^^^^^^^^^^
# |   File 
"/home/gha/actions-runner/_work/llvm-project/llvm-project/clang-tools-extra/test/../test/clang-tidy/check_clang_tidy.py",
 line 63, in try_run
# |     process_output = subprocess.check_output(args, 
stderr=subprocess.STDOUT).decode(
# |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# |   File "/usr/lib/python3.12/subprocess.py", line 466, in check_output
# |     return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
# |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# |   File "/usr/lib/python3.12/subprocess.py", line 571, in run
# |     raise CalledProcessError(retcode, process.args,
# | subprocess.CalledProcessError: Command '['clang-tidy', 
'--experimental-custom-checks', 
'/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/tools/extra/test/clang-tidy/checkers/cppcoreguidelines/Output/pro-type-vararg.cpp.tmp.cpp',
 '-fix', '--checks=-*,cppcoreguidelines-pro-type-vararg', '--config={}', '--', 
'-std=c++11', '-nostdinc++']' returned non-zero exit status 1.
# `-----------------------------
# error: command failed with exit status: 1

--

```
</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/178709
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to