github-actions[bot] wrote:

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

* 86533 tests passed
* 1288 tests skipped
* 1 test failed

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

### Clang
<details>
<summary>Clang.Driver/darwin-print-libgcc-file-name.c</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 7
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang 
-rtlib=compiler-rt -print-libgcc-file-name      --target=x86_64-apple-macos     
 
-resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir
 2>&1    | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
--check-prefix=CHECK-CLANGRT-MACOS 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/darwin-print-libgcc-file-name.c
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang 
-rtlib=compiler-rt -print-libgcc-file-name --target=x86_64-apple-macos 
-resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir
# note: command had no output on stdout or stderr
# error: command failed with exit status: -6
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck 
--check-prefix=CHECK-CLANGRT-MACOS 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/darwin-print-libgcc-file-name.c
# .---command stderr------------
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/darwin-print-libgcc-file-name.c:11:25:
 error: CHECK-CLANGRT-MACOS: expected string not found in input
# | // CHECK-CLANGRT-MACOS: libclang_rt.osx.a
# |                         ^
# | <stdin>:1:1: note: scanning from here
# | clang: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Driver/ToolChains/Darwin.h:452:
 void clang::driver::toolchains::Darwin::setTarget(DarwinPlatformKind, 
DarwinEnvironmentKind, unsigned int, unsigned int, unsigned int, VersionTuple) 
const: Assertion `!TargetInitialized && "Target already initialized!"' failed.
# | ^
# | <stdin>:4:86: note: possible intended match here
# | 0. Program arguments: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang 
-rtlib=compiler-rt -print-libgcc-file-name --target=x86_64-apple-macos 
-resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir
# |                                                                             
         ^
# | 
# | Input file: <stdin>
# | Check file: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/darwin-print-libgcc-file-name.c
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |             1: clang: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/lib/Driver/ToolChains/Darwin.h:452:
 void clang::driver::toolchains::Darwin::setTarget(DarwinPlatformKind, 
DarwinEnvironmentKind, unsigned int, unsigned int, unsigned int, VersionTuple) 
const: Assertion `!TargetInitialized && "Target already initialized!"' failed. 
# | check:11'0     
X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 error: no match found
# |             2: PLEASE submit a bug report to 
https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, 
preprocessed source, and associated run script. 
# | check:11'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             3: Stack dump: 
# | check:11'0     ~~~~~~~~~~~~
# |             4: 0. Program arguments: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang 
-rtlib=compiler-rt -print-libgcc-file-name --target=x86_64-apple-macos 
-resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir
 
# | check:11'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | check:11'1                                                                  
                        ?                                                       
                                                                                
                                                       possible intended match
# |             5: 1. Compilation construction 
# | check:11'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             6:  #0 0x00000000090d5e68 
llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:880:13
 
# | check:11'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             7:  #1 0x00000000090d2dd5 llvm::sys::RunSignalHandlers() 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Signals.cpp:109:18
 
# | check:11'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             8:  #2 0x00000000090d6cc1 SignalHandler(int, siginfo_t*, void*) 
/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/lib/Support/Unix/Signals.inc:448:38
 
# | check:11'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             9:  #3 0x00000000090d6b18 __find_if<const int *, 
__gnu_cxx::__ops::_Iter_equals_val<const int> > 
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_algobase.h:2072:8
 
# | check:11'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/183991
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to