github-actions[bot] wrote:

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

* 89842 tests passed
* 837 tests skipped
* 1 test failed

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

### Clang
<details>
<summary>Clang.Modules/rebuild.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/Modules/Output/rebuild.m.tmp
# executed command: rm -rf 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp
# note: command had no output on stdout or stderr
# RUN: at line 4
echo '@import Module;' | 
/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 -fmodules -fimplicit-module-maps 
-fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp
 -fdisable-module-hash -fsyntax-only -F 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs
 -x objective-c -
# executed command: echo '@import Module;'
# note: command had no output on stdout or stderr
# 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 -fmodules -fimplicit-module-maps 
-fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp
 -fdisable-module-hash -fsyntax-only -F 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs
 -x objective-c -
# .---command stderr------------
# | While building module 'Module' imported from <stdin>:1:
# | In file included from <module-includes>:1:
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/Module.framework/Headers/Module.h:38:1:
 warning: umbrella header for module 'Module' does not include header 
'NotInModule.h' [-Wincomplete-umbrella]
# | 1 warning generated.
# `-----------------------------
# RUN: at line 5
touch -m -a -t 201101010000 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# executed command: touch -m -a -t 201101010000 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# note: command had no output on stdout or stderr
# RUN: at line 6
cp 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved
# executed command: cp 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved
# note: command had no output on stdout or stderr
# RUN: at line 7
wc -c 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
 > 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.size.saved
# executed command: wc -c 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# note: command had no output on stdout or stderr
# RUN: at line 10
/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 -fmodules -fimplicit-module-maps 
-fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp
 -fdisable-module-hash -fsyntax-only -F 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/rebuild.m
# 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 -fmodules -fimplicit-module-maps 
-fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp
 -fdisable-module-hash -fsyntax-only -F 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/rebuild.m
# .---command stderr------------
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Modules/module.private.modulemap:1:33:
 warning: private submodule 'DependsOnModule.Private' in private module map, 
expected top-level module [-Wprivate-module]
# |     1 | explicit module DependsOnModule.Private {
# |       |                                 ^
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Modules/module.private.modulemap:1:33:
 note: rename 'DependsOnModule.Private' to ensure it can be found by name
# |     1 | explicit module DependsOnModule.Private {
# |       | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# |       | framework module DependsOnModule_Private
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Modules/module.private.modulemap:1:33:
 warning: private submodule 'DependsOnModule.Private' in private module map, 
expected top-level module [-Wprivate-module]
# |     1 | explicit module DependsOnModule.Private {
# |       |                                 ^
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Modules/module.private.modulemap:1:33:
 note: rename 'DependsOnModule.Private' to ensure it can be found by name
# |     1 | explicit module DependsOnModule.Private {
# |       | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# |       | framework module DependsOnModule_Private
# | 2 warnings generated.
# `-----------------------------
# RUN: at line 11
diff 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved
# executed command: diff 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved
# note: command had no output on stdout or stderr
# RUN: at line 12
cp 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm.saved
# executed command: cp 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm.saved
# note: command had no output on stdout or stderr
# RUN: at line 15
rm 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# executed command: rm 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# note: command had no output on stdout or stderr
# RUN: at line 16
echo '@import Module;' | 
/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 -fmodules -fimplicit-module-maps 
-fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp
 -fdisable-module-hash -fsyntax-only -F 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs
 -x objective-c -
# executed command: echo '@import Module;'
# note: command had no output on stdout or stderr
# 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 -fmodules -fimplicit-module-maps 
-fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp
 -fdisable-module-hash -fsyntax-only -F 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs
 -x objective-c -
# .---command stderr------------
# | While building module 'Module' imported from <stdin>:1:
# | In file included from <module-includes>:1:
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/Module.framework/Headers/Module.h:38:1:
 warning: umbrella header for module 'Module' does not include header 
'NotInModule.h' [-Wincomplete-umbrella]
# | 1 warning generated.
# `-----------------------------
# RUN: at line 17
touch -m -a -t 201101010000 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# executed command: touch -m -a -t 201101010000 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# note: command had no output on stdout or stderr
# RUN: at line 18
wc -c 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
 > 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.size
# executed command: wc -c 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# note: command had no output on stdout or stderr
# RUN: at line 19
diff 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.size
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.size.saved
# executed command: diff 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.size
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.size.saved
# note: command had no output on stdout or stderr
# RUN: at line 20
cp 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved.2
# executed command: cp 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved.2
# note: command had no output on stdout or stderr
# RUN: at line 23
/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 -fmodules -fimplicit-module-maps 
-fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp
 -fdisable-module-hash -fsyntax-only -F 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/rebuild.m
# 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 -fmodules -fimplicit-module-maps 
-fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp
 -fdisable-module-hash -fsyntax-only -F 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/rebuild.m
# .---command stderr------------
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Modules/module.private.modulemap:1:33:
 warning: private submodule 'DependsOnModule.Private' in private module map, 
expected top-level module [-Wprivate-module]
# |     1 | explicit module DependsOnModule.Private {
# |       |                                 ^
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Modules/module.private.modulemap:1:33:
 note: rename 'DependsOnModule.Private' to ensure it can be found by name
# |     1 | explicit module DependsOnModule.Private {
# |       | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# |       | framework module DependsOnModule_Private
# | 1 warning generated.
# `-----------------------------
# RUN: at line 24
diff 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved.2
# executed command: diff 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved.2
# note: command had no output on stdout or stderr
# RUN: at line 25
diff 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm.saved
# executed command: diff 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm.saved
# note: command had no output on stdout or stderr
# RUN: at line 28
rm 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# executed command: rm 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# note: command had no output on stdout or stderr
# RUN: at line 29
echo '@import Module;' | 
/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 -fmodules -fimplicit-module-maps 
-fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp
 -fdisable-module-hash -fsyntax-only -F 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs
 -x objective-c -
# executed command: echo '@import Module;'
# note: command had no output on stdout or stderr
# 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 -fmodules -fimplicit-module-maps 
-fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp
 -fdisable-module-hash -fsyntax-only -F 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs
 -x objective-c -
# .---command stderr------------
# | While building module 'Module' imported from <stdin>:1:
# | In file included from <module-includes>:1:
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/Module.framework/Headers/Module.h:38:1:
 warning: umbrella header for module 'Module' does not include header 
'NotInModule.h' [-Wincomplete-umbrella]
# | 1 warning generated.
# `-----------------------------
# RUN: at line 30
touch -m -a -t 201101010000 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# executed command: touch -m -a -t 201101010000 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# note: command had no output on stdout or stderr
# RUN: at line 31
wc -c 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
 > 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.size
# executed command: wc -c 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# note: command had no output on stdout or stderr
# RUN: at line 32
diff 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.size
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.size.saved
# executed command: diff 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.size
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.size.saved
# note: command had no output on stdout or stderr
# RUN: at line 33
cp 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved.2
# executed command: cp 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved.2
# note: command had no output on stdout or stderr
# RUN: at line 36
/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 -fmodules -fimplicit-module-maps 
-fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp
 -fdisable-module-hash -fsyntax-only -F 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/rebuild.m
# 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 -fmodules -fimplicit-module-maps 
-fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp
 -fdisable-module-hash -fsyntax-only -F 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/rebuild.m
# .---command stderr------------
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Modules/module.private.modulemap:1:33:
 warning: private submodule 'DependsOnModule.Private' in private module map, 
expected top-level module [-Wprivate-module]
# |     1 | explicit module DependsOnModule.Private {
# |       |                                 ^
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Modules/module.private.modulemap:1:33:
 note: rename 'DependsOnModule.Private' to ensure it can be found by name
# |     1 | explicit module DependsOnModule.Private {
# |       | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# |       | framework module DependsOnModule_Private
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Modules/module.private.modulemap:1:33:
 warning: private submodule 'DependsOnModule.Private' in private module map, 
expected top-level module [-Wprivate-module]
# |     1 | explicit module DependsOnModule.Private {
# |       |                                 ^
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Modules/module.private.modulemap:1:33:
 note: rename 'DependsOnModule.Private' to ensure it can be found by name
# |     1 | explicit module DependsOnModule.Private {
# |       | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# |       | framework module DependsOnModule_Private
# | 2 warnings generated.
# `-----------------------------
# RUN: at line 37
diff 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved.2
# executed command: diff 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved.2
# note: command had no output on stdout or stderr
# RUN: at line 38
diff 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm.saved
# executed command: diff 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm
 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm.saved
# .---command stdout------------
# | --- 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm
# | +++ 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm.saved
# | @@ -983,9 +983,9 @@
# |  \xa7P
# |  \xcaa
# | \xa60
# | \xbfP
# | \xb3
# |  \xa7P
# | -MaBPBP=\xbb\xe6\x8d3WHuUW\x87\xe1-۷\xc2V$\xfbB
# | \xd0B
# | }\xf2&h\xa4\xe5\xb6\xd0}\xe2\xd42ا\xfeg7\xd6c0\x80   \x80
# | 
E\x91(@\x82,\xbc:\xbcC;\x94\xc3\x9c:\x84\xc3\x84\xc38\xd0C:\xbc\x83;\xccC\xc8C=\xb8\x83;\x94\x83<\xbc\xc1/\xdc\xc3;\xc8\xc3:\xbc;\xb0\x83=\xb4C\xc0\x83<\xbc\x83:\x94\xc38\xd0\xc3\xb0;\xd8C;\xb4<\xc8\xc3;\xa8C9\x8c=\xbc\xc18\xb0C8\xb8\xc39\xbc=\x94\xc3<\xd0\xc3\xb4\xc2;\x90C=\xb0C9\xcc\xc3\xa4\x82;\xc0C=\xd0\xc3<A0
# | 
o\x80\xef\xd0\xe5\xf0\xe7\x80\xe1\xf0\xe10\xf4\x90\xef\xe0\xf3\xd0\xf2P\xee\xe0\xe5
 o\xf0
# | \xf7\xf0\xf2\xb0o\xc0\xec`\xed\xd0\xf0 
\xef\xa0\xe50\xf4\xf0\xec\xc0\xf6\xd0m\xf2\xf0\xeaP\xe3@o 
\xf5\x90\xec@o\xc0\xe9 o0\xec\xeepo s\xf0\xe9\xe0\xe3\xc0\xf5@\xe5 
\x8c\xe2\x80\xa3\x81@\xa1F b<(\xf4=\xf5B
# | \x81A`\x90 A\x82%&\xf4
# | +MaBPB\x8f?\xe2D6\xa9k\xc5\xe4c\x93\xe8l\xd6\xc0\xa3\xa1B
# | \xd0B0~M\x91\xa6\xd9絖\x96\xf8Ž`\xf2\xc9F\xc8Xc0\x80   \x80
# | 
E\x91(@\x82,\xbc:\xbcC;\x94\xc3\x9c:\x84\xc3\x84\xc38\xd0C:\xbc\x83;\xccC\xc8C=\xb8\x83;\x94\x83<\xbc\xc1/\xdc\xc3;\xc8\xc3:\xbc;\xb0\x83=\xb4C\xc0\x83<\xbc\x83:\x94\xc38\xd0\xc3\xb0;\xd8C;\xb4<\xc8\xc3;\xa8C9\x8c=\xbc\xc18\xb0C8\xb8\xc39\xbc=\x94\xc3<\xd0\xc3\xb4\xc2;\x90C=\xb0C9\xcc\xc3\xa4\x82;\xc0C=\xd0\xc3<A0
# | 
o\x80\xef\xd0\xe5\xf0\xe7\x80\xe1\xf0\xe10\xf4\x90\xef\xe0\xf3\xd0\xf2P\xee\xe0\xe5
 o\xf0
# | \xf7\xf0\xf2\xb0o\xc0\xec`\xed\xd0\xf0 
\xef\xa0\xe50\xf4\xf0\xec\xc0\xf6\xd0m\xf2\xf0\xeaP\xe3@o 
\xf5\x90\xec@o\xc0\xe9 o0\xec\xeepo s\xf0\xe9\xe0\xe3\xc0\xf5@\xe5 
\x8c\xe2\x80\xa3\x81@\xa1F b<(\xf4=\xf5B
# | \x81A`\x90 A\x82%&\xf4
# |  (https://github.com/llvm/llvm-project 
e3ed0886214ac6bad51f70ef6aca3df5e36b2c04)B4\xd0\xf2DependsOnModuleBDP\xc3/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework\xe3\xd8\xacށ
# | \xea\x81
# | \xcaa
# | ޠ
# | ށ
# | \xea\x81
# | \xca\xc1
# | \xda\xe1
# | ȡ
# | ء
# | \xda!
# | \xe0!\x83Vxr\xa8v(\x87yx\x83vxr\xa8v(7\x80yH{z(7h\x87w 
\x87z`\x87rh\x87p\x80\xa1
# | -\xc8 CF2d\xc8\xe8  \x97\x81\x96{\x88       
Module\x81\xac\xbc\xfd\x90\xfc\x9f      
0\xb6\x8c.\xe6\xea]\xd0\xf9\xb2\xd2/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm!\x82\xbe\xc8MAA@@@
 \xc3B  \x82\x81 \x88@8\xf0\xff\xff 
)\x94<\x94\x83;\x90\xc3<\xbc\x82;\xb4\xc2;\x90C=\xb0C9\x8cA \x8c\x80>\xe0\x81
# | \xfc\x82
# | \xd0Aԃ;\xac\x83;\xbc\xc3=\xb8C\xb0C:\xb8C=\xe0C\x9c\x83;\xd4@A\xac\xc18\xe0
# | k\xd0\xed\x80\xc4\xcc\xc3<\x94C\xb1\xf30\xe5 \xc4\xe0
# | \xdc\xc1
# | 0\x84lo\xb0
# | +\xc8 CF2d\xc8\xe8  \x97\x81\x96{\x88       
ModulejqĢ\xe3\xfdJET\x87\xab\xc3\xef0\xe2|\xd6\x8b\xf5/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm!\x82\xbe\xc8MAA@@@
 \xc3B  \x82\x81 \x88@8\xf0\xff\xff 
)\x94<\x94\x83;\x90\xc3<\xbc\x82;\xb4\xc2;\x90C=\xb0C9\x8cA \x8c\x80>\xe0\x81
# | \xfc\x82
# | \xd0Aԃ;\xac\x83;\xbc\xc3=\xb8C\xb0C:\xb8C=\xe0C\x9c\x83;\xd4@A\xac\xc18\xe0
# | k\xd0\xed\x80\xc4\xcc\xc3<\x94C\xb1\xf30\xe5 \xc4\xe0
# | \xdc\xc1
# | 0\x84lo\xb0
# |  
o\x80\xef\xd0\xe5\xf0\xe7\x80\xe1\xf0\xe10\xf4\x90\xef\xe0\xf3\xd0\xf2P\xee\xe0\xe5
 o\xf0
# | \xf7\xf0\xf2\xb0o\xc0\xec`\xed\xd0\xf0 
\xef\xa0\xe50\xf4\xf0\xec\xc0\xf6\xd0m\xf2\xf0\xeaP\xe3@o 
\xf5\x90\xec@o\xc0\xe9 o0\xec\xeepo 
s\xc0o\x80\xef\xd0\xe5\xf0\xe7\x80\xe1\xf0\xe10\xf4\x90\xef\xe0\xf3\xd0\xf2P\xee\xe0\xe5
 o\xf0
# | \xf7\xf0\xf2\xb0o\xc0\xec`\xed\xd0\xf0 
\xef\xa0\xe50\xf4\xf0\xec\xc0\xf6\xd0m\xf2\xf0\xeaP\xe3@o 
\xf5\x90\xec@o@\xef\xf0\xec0o0\xec\xeepo@\xe50\xf4\xf0\xad\xf0\xe4P\xecP\xf3\xf0\xafP\xf4\xf5@o
 \xe5 \xf5\x90\xec@n\xd0n@\xed@@@\xb5 \xb5`
# | \xa9
# | \xb7p
# |  xPq\x90
# |  S \x83\x86A\x9b\xa2\x90!FPH\x90 A\xc1\xa02
# | @@ -1012,9 +1012,9 @@
# |  \x84?Pz\R
# | X\x99\xe7#\xf8Lq觔Ԇ\x9e )
# | =ARz\\xfcK\xea\x82\xff\xc1\xb2\xe0T\xa8(\xf4YMty\xe4\x83\xa1\xd7 
+=CVz\x86\xac
# | \xf4
# | \xe8n\x93\xe2/\xa0\xdc{/,\x89'\xdc}\xa3-Y\xd8K\xf4O\xeeU~\xe9\xd5x
# | \x85\xf8\xb9$\xfd\xbd\xd9l2\xc1ߩeI>ɂo
# | y\xb5\xca\xfa       
3\xc8Wi\xe5\xedP\xbe\xbc\x96\xa3\xb7\xf7\xe3\xbax-\x97\x87\xfd\xf5<\xe0\xd5\xcd\xb20\xf6\xfdq\xbaQ\xf7\xb6\x95|\x93Ɠ/\x85\x9fx\xecW\xaa
# | \x8f\xbc\xbe\x90\x87\x93\xe8\xa5\\xbc\xe9/\xe1\xb6e\@\xad\xbf
# |  \xb9\x80H\x8e
# | ô\xe6
# | 
\x95aޥ\xc4\xf6q,LE\xe1D!\xfe\xd8T|\x96\xb8S\xa84\x9f}\xec=\x8b\xa7ȿ\xaa\xf2\xbf#\xee\xfb\xcb\xfd\xf3?\xcbb\xffkW
# | 
\x8e\xeb\xcd\xdb5\xa6\xd0\xdfn\xc5\xf1t\xc09\xe0|\xb7\x9a\xc4v,\xdfO\xfbC\xb5\xad\xca\xe3f\xb0?\xc3e\x87Aɧ\xfcQ\xa1_\x87\xeaTnp:?\xd4n\xbf\xab\xd8\xbc\xd0笉\xb7\x89\x9bΑU\xddY\xe7\xd9"\xcfR\x8e\xb2ܯ\xaa\xe2\xfd\xd8\xc7\xd7r\xbb\xe5\xe0\xf2u%|\xf8Hژ\x96ߎU\x80M\\xcfԛ\xb3Th\xf2٦c\xf5R\xbc
# | \xf9嗫ա:
# | 
\x8b\xe3[\xb9\xac\xae5\xd3\xe2܇:\xfd\xecd\xb3\x9do\xa48H\xcf%\xc7:N9թ\xc7\x96L\x9aH\xa1
# | 
h\x88\xf3\xf9\xe0\xbeg\xb7\xef\xcew\xf3\x85\x9bx\x85M\x8b\xf4\xd1]\xeaG\xc8\xdaG\xc8\xc6G\xc8\xbb8\xea;\xe1;\xb1\xf7\xdd\xe67\xc3+l7\xbbw\x96"i\xe1l\xf7\xb2{\xdbia\xb4\xecl:\x81\x9a
# | b\xfc\xfb 
\x82\xf4\xc4k\x8a\xaa\xaa̫(B\xc83\xbf@E\xe8\x8a]\x88\x8cx\xf3{4[\xa3\xb2
# | \xe7є\xab\xb9\xa5\x85%#x\xf3y\x93\xc8\xfc=\xfe\x9c\xf4 
\x84\xb4ܿ\xbe\x96\xbb6p\xf5\xd7U\xd7L\xfdm\x92\xf6\xc7\xff\xc5g\xe6\xd9%j<scratch
 space>\xc7\xfd\xc1x\x9c\xedɫ
# |  
# | Qt\xd7*
# | \xc1@\xc2O`\xba\xff
# |  \xee\xc9;qO\xaa
# | \xad\x8f6u\xe4e\xde\xf3\xb6 \xb7k-\xcf_9@d\xf4_ i\x83\x80\x91^
# | @\xeb\xdf\xdaPP"x\x80\xe3\xf4       
# | `|G\x80@\xa5\x830b"p @\xa0\xe1\xe8\xc1\x90$\x90ox\x80d(
# | \xa2t \x82BY8\x9cE
# | F\x94*\xaaajd\xc8d
# | e|e\xdae8f\x96f\xfcf
# | \xd8@\xe1q\xa8\x87t`zh\x83tp?p\xf8`
# | ޡ
# | \xda!
# | ܁
# | \xc0\x80
# | \xd2\xc1
# | \xca\xc1b N\xb2     \xc0$\x9fl\x82\xc3\xa3\x80\xa00#
# | 2/\xd0\xed2\x82\x86\xa1\xdbe\xe0\xdfe\xc1\x86¿\xcb\xe0\x82|(
# |  m\xc0\x9b\xb7\xa2(
# | -\x81B
# | \xa4\x80\xb6n5\xd6˚8
# |  \xbf!jPrivateHeaders/DependsOnModulePrivate.h``\xe5\xc8ױ"
# | \xbf!jHeaders/not_cxx.h`@\x95\xbe 
# | 
# | \xbf!jHeaders/other.h`8\x95\xbeB
# | 
# | \xbf!jFrameworks/SubFramework.framework/Headers/Other.h@P\x8f?\xb7#
# | \xbf!jHeaders/not_objc.hh\x87\xaf\x8d)
# | I\xbf!jHeaders/not_coroutines.h`Hx\x8c\xcenI
# | 6\xbf!jFrameworks/SubFramework.framework/Headers/SubFramework.h`X\xaa«@$
# | 7\xbf!jHeaders/cxx_other.hp\xea`%\xd3%
# | F\xbf!jHeaders/coroutines.hx
# | \xde$v*
# | \xa4\xbf!jHeaders/DependsOnModule.h`8
# | +\x81B
# | \xa4\x80\xb6n5\xd6˚8
# |  \xbf!jPrivateHeaders/DependsOnModulePrivate.h``\xe5\xc8ױ"
# | \xbf!jHeaders/not_cxx.h`@\x95\xbe 
# | 
# | \xbf!jHeaders/other.h`8\x95\xbeB
# | 
# | \xbf!jFrameworks/SubFramework.framework/Headers/Other.h@P\x8f?\xb7#
# | \xbf!jHeaders/not_objc.hh\x87\xaf\x8d)
# | I\xbf!jHeaders/not_coroutines.h`Hx\x8c\xcenI
# | 6\xbf!jFrameworks/SubFramework.framework/Headers/SubFramework.h`X\xea`%\xd3%
# | F\xbf!jHeaders/coroutines.hp\xaa«@$
# | 7\xbf!jHeaders/cxx_other.hx
# | \xde$v*
# | \xa4\xbf!jHeaders/DependsOnModule.h`8
# |  D\x82\xe0Qb,(\xf4\x81\xa0a\xa2\xab\xee     template
# | \xfe\xffb\xabi\xb0module_subframework%\xfe\xff
# | \xe3\xa9}#depends_on_module_private\xfe\xff!$\xfc\xb15
# | 
# | __VA_ARGS__\xfe\xff\xa5\xb2\x84|FILE
# | 
# |  \x85\xe8\xfb\xe4__NSConstantString\xfe\xff\xc6뤯
# | Module_Sub2
# | \xfe\xff)
# | \x88
# | SEL\xfe\xffɑP\xe7DEPENDS_ON_MODULE
# | 
\xfe\xff`jȭ]Buried_Treasure\xfe\xff\xeaiPEdepends_on_module_other\xfe\xff\xcaK\xd39__builtin_ms_va_list\xfe\xff
# | J\x8e˼
# | 
# | __VA_OPT__\xfe\xffk\xac\xf6|__builtin_va_list\xfe\xff       qvL2
# | __uint128_t\xfe\xff2xYid#\xfe\xff\xc9+j
# | Module_Sub  \xfe\xff\xd6\xe1~z__sFILE
# | \xfe\xff    w(\xa3  Protocol
# | \xfe\xff\xbbN\xf8
# | Class\xfe\xff\x9c\x94w\xfc
# | __int128_t\xfe\xff
# | }\xaf\xd0sub_framework\xfe\xff\x9d\xf9\xab\xd8sub_framework_other   \xfe\xff
# |  )Y\x8f\xaf\xfd%mEm\x8c\xb3\xd7\xfc
# | mb
# | (`\x9d_Is
# |  I.\xe5
# | ~\xa1&\xea\x826FdMRe^z\xe6u\xfc\xa7\x87Vi\x9ed*\xafzK\xc4\xc8,\xd5\xe6m\x8cA
# | W BCs"\x86d\xc8!DD\x82      $H\x90 A\x82\xa2\x80
# |  q@\x85H\xa0B,P1"HP!&\xa8
# | T\x88
# | *\xc4\xa3\x82₊\x91\x81\x8c
# | -1B\xc58AF\xc9\x80  
D\xf9DependsOnModule%DependsOnModule.h\xe6other.h\xe7Headers/other.h'Headers/DependsOnModule.h\xc3\xf7DependsOnModule\xd2CXX1NotCXX\xb29NotObjCRCustomReq12RCustomReq2\xf2QCoroutines2iNotCoroutinesraSubFrameworkR*CXX11r*CXX14\x92*CXX17\xb2*CXX20\xd2*CXX23\xf2*CXX26C992C11RC17rC23\x92;Private\x88s\xa78CXXicplusplusfcxx_other.hr\xedhNotCXXIcplusplus&not_cxx.h'Headers/not_cxx.hHs4xNotObjC
     
objcFnot_objc.ht\x80y\xa8CustomReq1\xe9custom_req1Ht\x80\xb7\xa8CustomReq2\xe9custom_req2\xc8s\x80\xf5\xa8Coroutines\xa9coroutines\x86coroutines.hHr`\xd8NotCoroutines\x89coroutinesnot_coroutines.hHeaders/not_coroutines.h\xc8r\x80\xb3L\xc9SubFramework\xc5SubFramework.hFrameworks/SubFramework.framework/Headers/SubFramework.h\xc3\xa9Other\x88t+XCXX11\xe9cplusplus11\xc8t\x80fXCXX14\xe9cplusplus14u\xa2XCXX17\xe9cplusplus17Hu\x80\xbdXCXX20\xe9cplusplus20\x88u\xf9XCXX23\xe9cplusplus23\xc8u\x804XCXX26\xe9cplusplus26vp8C99\xe9c99Hv\x80\xa68C11\xe9c11\x88v\xbd8C17\xe9c17\xc8v\x80\xf38C23\xe9c23w\x802|Private\x92yDependsOnModule\x88\xb2@XOther'Frameworks/SubFramework.framework/Headers/Other.h\xe3\x80`a8\xac\x81DependsOnModuleDependsOnModulePrivate.h\xe7
# | PrivateHeaders/DependsOnModulePrivate.h\xa2\x84"C\x86\x8cF\xcb8\xe0
# | \xa8&\xe8%)h\x88
# | H\xc8\xa8\xc8
# | \xe8
# | ( H!h"(#\xe8#\xa8$h%\xe3@P\x92@AAFB`\xdd1\x80+1B\xc58AF\xc9\x80     
D\xf9DependsOnModule%DependsOnModule.h\xe6other.h\xe7Headers/other.h'Headers/DependsOnModule.h\xc3\xf7DependsOnModule\xf2CXX1NotCXX\xb29NotObjCRCustomReq12RCustomReq2\xd2QCoroutines2iNotCoroutinesraSubFrameworkR*CXX11r*CXX14\x92*CXX17\xb2*CXX20\xd2*CXX23\xf2*CXX26C992C11RC17rC23\x92;Private\xc8s\xa78CXXicplusplusfcxx_other.hr\xedhNotCXXIcplusplus&not_cxx.h'Headers/not_cxx.hHs4xNotObjC
     
objcFnot_objc.ht\x80y\xa8CustomReq1\xe9custom_req1Ht\x80\xb7\xa8CustomReq2\xe9custom_req2\x88s\x80\xf5\xa8Coroutines\xa9coroutines\x86coroutines.hHr`\xd8NotCoroutines\x89coroutinesnot_coroutines.hHeaders/not_coroutines.h\xc8r\x80\xb3L\xc9SubFramework\xc5SubFramework.hFrameworks/SubFramework.framework/Headers/SubFramework.h\xc3\xa9Other\x88t+XCXX11\xe9cplusplus11\xc8t\x80fXCXX14\xe9cplusplus14u\xa2XCXX17\xe9cplusplus17Hu\x80\xbdXCXX20\xe9cplusplus20\x88u\xf9XCXX23\xe9cplusplus23\xc8u\x804XCXX26\xe9cplusplus26vp8C99\xe9c99Hv\x80\xa68C11\xe9c11\x88v\xbd8C17\xe9c17\xc8v\x80\xf38C23\xe9c23w\x802|Private\x92yDependsOnModule\x88\xb2@XOther'Frameworks/SubFramework.framework/Headers/Other.h\xe3\x80`a8\xac\x81DependsOnModuleDependsOnModulePrivate.h\xe7
# | PrivateHeaders/DependsOnModulePrivate.h\xa2\x84"C\x86\x8cF\xcb8\xe0
# | \xa8&\xe8%)hH\x88
# | \xc8\xa8\xc8
# | \xe8
# | ( H!h"(#\xe8#\xa8$h%\xe3@P\x92@AAFB`\xdd1\x80
# `-----------------------------
# 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/201654
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to