github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 87094 tests passed
* 1343 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### Clang
<details>
<summary>Clang.CodeCompletion/module-partitions.cpp</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/CodeCompletion/Output/module-partitions.cpp.tmp
&& mkdir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp
# executed command: rm -rf
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp
# note: command had no output on stdout or stderr
# executed command: mkdir
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp
# note: command had no output on stdout or stderr
# RUN: at line 4
echo 'export module M:Part; export int mpart_func();' >
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/m-part.cppm
# executed command: echo 'export module M:Part; export int mpart_func();'
# note: command had no output on stdout or stderr
# RUN: at line 5
/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 -std=c++20 -emit-module-interface
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/m-part.cppm
-o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/M-Part.pcm
# 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 -std=c++20 -emit-module-interface
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/m-part.cppm
-o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/M-Part.pcm
# .---command stderr------------
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/m-part.cppm:1:23:
warning: extra tokens after semicolon in 'module' directive [-Wextra-tokens]
# | 1 | export module M:Part; export int mpart_func();
# | | ^
# | | //
# | 1 warning generated.
# `-----------------------------
# RUN: at line 8
echo 'export module N:OtherPart; export int npart_func();' >
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/n-otherpart.cppm
# executed command: echo 'export module N:OtherPart; export int npart_func();'
# note: command had no output on stdout or stderr
# RUN: at line 9
/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 -std=c++20 -emit-module-interface
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/n-otherpart.cppm
-o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/N-OtherPart.pcm
# 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 -std=c++20 -emit-module-interface
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/n-otherpart.cppm
-o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/N-OtherPart.pcm
# .---command stderr------------
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/n-otherpart.cppm:1:28:
warning: extra tokens after semicolon in 'module' directive [-Wextra-tokens]
# | 1 | export module N:OtherPart; export int npart_func();
# | | ^
# | | //
# | 1 warning generated.
# `-----------------------------
# RUN: at line 10
printf 'export module N;\nexport import :OtherPart;\n' >
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/n.cppm
# executed command: printf 'export module N;\nexport import :OtherPart;\n'
# note: command had no output on stdout or stderr
# RUN: at line 11
/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 -std=c++20 -emit-module-interface
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/n.cppm
-fmodule-file=N:OtherPart=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/N-OtherPart.pcm
-o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/N.pcm
# 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 -std=c++20 -emit-module-interface
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/n.cppm
-fmodule-file=N:OtherPart=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/N-OtherPart.pcm
-o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/N.pcm
# note: command had no output on stdout or stderr
# RUN: at line 16
/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 -std=c++20
-code-completion-at=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeCompletion/module-partitions.cpp:22:8
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeCompletion/module-partitions.cpp
-fmodule-file=M:Part=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/M-Part.pcm
-fmodule-file=N=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/N.pcm
-fmodule-file=N:OtherPart=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/N-OtherPart.pcm
| /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeCompletion/module-partitions.cpp
# 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 -std=c++20
-code-completion-at=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeCompletion/module-partitions.cpp:22:8
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeCompletion/module-partitions.cpp
-fmodule-file=M:Part=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/M-Part.pcm
-fmodule-file=N=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/N.pcm
-fmodule-file=N:OtherPart=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/CodeCompletion/Output/module-partitions.cpp.tmp/N-OtherPart.pcm
# .---command stderr------------
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeCompletion/module-partitions.cpp:22:1:
error: unknown type name 'import'
# | 22 | import <U+0000>;
# | | ^
# | 1 error generated.
# `-----------------------------
# error: command failed with exit status: 1
# 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/CodeCompletion/module-partitions.cpp
# .---command stderr------------
# |
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeCompletion/module-partitions.cpp:25:11:
error: CHECK: expected string not found in input
# | // CHECK: M:Part
# | ^
# | <stdin>:1:1: note: scanning from here
# | COMPLETION: const
# | ^
# | <stdin>:1:2: note: possible intended match here
# | COMPLETION: const
# | ^
# |
# | Input file: <stdin>
# | Check file:
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeCompletion/module-partitions.cpp
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: COMPLETION: const
# | check:25'0 X~~~~~~~~~~~~~~~~~ error: no match found
# | check:25'1 ? possible intended match
# | 2: COMPLETION: operator
# | check:25'0 ~~~~~~~~~~~~~~~~~~~~~
# | 3: COMPLETION: volatile
# | check:25'0 ~~~~~~~~~~~~~~~~~~~~~
# | >>>>>>
# `-----------------------------
# 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/187657
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits