github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 90378 tests passed
* 1723 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.ExtractAPI/objc_nullability.m</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
rm -rf
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/ExtractAPI/Output/objc_nullability.m.tmp
# executed command: rm -rf
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/ExtractAPI/Output/objc_nullability.m.tmp
# note: command had no output on stdout or stderr
# RUN: at line 2
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -extract-api --pretty-sgf --emit-sgf-symbol-labels-for-testing
-x objective-c-header -triple arm64-apple-macosx
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/ExtractAPI/objc_nullability.m
-o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/ExtractAPI/Output/objc_nullability.m.tmp/output.symbols.json
-verify
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1
-internal-isystem
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include
-nostdsysteminc -extract-api --pretty-sgf --emit-sgf-symbol-labels-for-testing
-x objective-c-header -triple arm64-apple-macosx
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/ExtractAPI/objc_nullability.m
-o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/ExtractAPI/Output/objc_nullability.m.tmp/output.symbols.json
-verify
# note: command had no output on stdout or stderr
# RUN: at line 9
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/ExtractAPI/objc_nullability.m
--input-file
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/ExtractAPI/Output/objc_nullability.m.tmp/output.symbols.json
--check-prefix RET_NULLABLE
# executed command:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/ExtractAPI/objc_nullability.m
--input-file
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/ExtractAPI/Output/objc_nullability.m.tmp/output.symbols.json
--check-prefix RET_NULLABLE
# .---command stderr------------
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/ExtractAPI/objc_nullability.m:27:23:
error: RET_NULLABLE-NEXT: is not on the line after the previous match
# | // RET_NULLABLE-NEXT: "kind": "text",
# | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/ExtractAPI/Output/objc_nullability.m.tmp/output.symbols.json:100:2:
note: 'next' match was here
# | "kind": "text",
# | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/ExtractAPI/Output/objc_nullability.m.tmp/output.symbols.json:95:3:
note: previous match ended here
# | {
# | ^
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/ExtractAPI/Output/objc_nullability.m.tmp/output.symbols.json:96:1:
note: non-matching line after previous match is here
# | "kind": "identifier",
# | ^
# |
# | Input file:
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/ExtractAPI/Output/objc_nullability.m.tmp/output.symbols.json
# | Check file:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/ExtractAPI/objc_nullability.m
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | .
# | .
# | .
# | 90: },
# | 91: {
# | 92: "kind": "keyword",
# | 93: "spelling": "_Nullable"
# | 94: },
# | 95: {
# | next:27'0 { search range start (exclusive)
# | 96: "kind": "identifier",
# | 97: "spelling": "returnsNullable"
# | 98: },
# | 99: {
# | 100: "kind": "text",
# | next:27'1 !~~~~~~~~~~~~~~ error: match on wrong line
# | 101: "spelling": "();"
# | 102: }
# | 103: ],
# | 104: "functionSignature": {
# | 105: "returns": [
# | .
# | .
# | .
# | 841: "pathComponents": [
# | 842: "implicitlyNonnull"
# | 843: ]
# | 844: }
# | 845: ]
# | 846: }
# | next:27'2 } search range end (exclusive)
# | >>>>>>
# `-----------------------------
# 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/209221
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits