llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `llvm-clang-win-x-armv7l` running on `as-builder-1` while building `clang-tools-extra` at step 9 "test-check-llvm".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/38/builds/6235 <details> <summary>Here is the relevant piece of the build log for the reference</summary> ``` Step 9 (test-check-llvm) failure: Test just built components: check-llvm completed (failure) ******************** TEST 'LLVM :: tools/dsymutil/typedefs-with-same-name.test' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 c:\buildbot\as-builder-1\x-armv7l\build\bin\dsymutil.exe --linker=parallel -f -oso-prepend-path=C:\buildbot\as-builder-1\x-armv7l\llvm-project\llvm\test\tools\dsymutil/Inputs/ -y C:\buildbot\as-builder-1\x-armv7l\llvm-project\llvm\test\tools\dsymutil\typedefs-with-same-name.test -o C:\buildbot\as-builder-1\x-armv7l\build\test\tools\dsymutil\Output\typedefs-with-same-name.test.tmp.dwarf # executed command: 'c:\buildbot\as-builder-1\x-armv7l\build\bin\dsymutil.exe' --linker=parallel -f '-oso-prepend-path=C:\buildbot\as-builder-1\x-armv7l\llvm-project\llvm\test\tools\dsymutil/Inputs/' -y 'C:\buildbot\as-builder-1\x-armv7l\llvm-project\llvm\test\tools\dsymutil\typedefs-with-same-name.test' -o 'C:\buildbot\as-builder-1\x-armv7l\build\test\tools\dsymutil\Output\typedefs-with-same-name.test.tmp.dwarf' # .---command stderr------------ # | error: unable to get target for 'arm64-apple-darwin', see --version and --triple. # | note: while processing dwarf streamer init # | error: C:\buildbot\as-builder-1\x-armv7l\build\test\tools\dsymutil\Output\typedefs-with-same-name.test.tmp.dwarf: The file was not recognized as a valid object file # `----------------------------- # error: command failed with exit status: 1 -- ******************** Step 10 (test-check-clang) failure: Test just built components: check-clang completed (failure) ******************** TEST 'Clang :: CodeGenCXX/constructors.cpp' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 c:\buildbot\as-builder-1\x-armv7l\build\bin\clang.exe -cc1 -internal-isystem C:\buildbot\as-builder-1\x-armv7l\build\lib\clang\22\include -nostdsysteminc -triple x86_64-apple-darwin10 C:\buildbot\as-builder-1\x-armv7l\llvm-project\clang\test\CodeGenCXX\constructors.cpp -emit-llvm -o - | c:\buildbot\as-builder-1\x-armv7l\build\bin\filecheck.exe C:\buildbot\as-builder-1\x-armv7l\llvm-project\clang\test\CodeGenCXX\constructors.cpp --implicit-check-not=should_not_appear_in_output --check-prefixes=CHECK,NULL-INVALID # executed command: 'c:\buildbot\as-builder-1\x-armv7l\build\bin\clang.exe' -cc1 -internal-isystem 'C:\buildbot\as-builder-1\x-armv7l\build\lib\clang\22\include' -nostdsysteminc -triple x86_64-apple-darwin10 'C:\buildbot\as-builder-1\x-armv7l\llvm-project\clang\test\CodeGenCXX\constructors.cpp' -emit-llvm -o - # .---command stderr------------ # | C:\buildbot\as-builder-1\x-armv7l\llvm-project\clang\test\CodeGenCXX\constructors.cpp:197:14: warning: expression result unused [-Wunused-value] # | 197 | void f() { C{}; } # | | ^~~ # | 1 warning generated. # `----------------------------- # executed command: 'c:\buildbot\as-builder-1\x-armv7l\build\bin\filecheck.exe' 'C:\buildbot\as-builder-1\x-armv7l\llvm-project\clang\test\CodeGenCXX\constructors.cpp' --implicit-check-not=should_not_appear_in_output --check-prefixes=CHECK,NULL-INVALID # .---command stderr------------ # | C:\buildbot\as-builder-1\x-armv7l\llvm-project\clang\test\CodeGenCXX\constructors.cpp:26:24: error: NULL-INVALID-LABEL: expected string not found in input # | // NULL-INVALID-LABEL: define{{.*}} void @_ZN1AC2ER10Undeclared(ptr {{[^,]*}} %this, ptr noundef nonnull align 1 %ref) unnamed_addr # | ^ # | <stdin>:1:1: note: scanning from here # | ; ModuleID = 'C:\buildbot\as-builder-1\x-armv7l\llvm-project\clang\test\CodeGenCXX\constructors.cpp' # | ^ # | # | Input file: <stdin> # | Check file: C:\buildbot\as-builder-1\x-armv7l\llvm-project\clang\test\CodeGenCXX\constructors.cpp # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: ; ModuleID = 'C:\buildbot\as-builder-1\x-armv7l\llvm-project\clang\test\CodeGenCXX\constructors.cpp' # | label:26 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found # | 2: source_filename = "C:\\buildbot\\as-builder-1\\x-armv7l\\llvm-project\\clang\\test\\CodeGenCXX\\constructors.cpp" # | label:26 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 3: target datalayout = "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" # | label:26 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 4: target triple = "x86_64-apple-darwin10" # | label:26 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: # | label:26 ~ # | 6: %"struct.fwdecl::C" = type { %"struct.fwdecl::B" } # | label:26 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ... ``` </details> https://github.com/llvm/llvm-project/pull/164566 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
