llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `clang-aarch64-quick` running on `linaro-clang-aarch64-quick` while building `clang,llvm` at step 5 "ninja check 1".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/65/builds/38801 <details> <summary>Here is the relevant piece of the build log for the reference</summary> ``` Step 5 (ninja check 1) failure: stage 1 checked (failure) ******************** TEST 'Clang :: DebugInfo/DynamicDebugging/attr-outer-tail-pad.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/clang -cc1 /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/clang/test/DebugInfo/DynamicDebugging/attr-outer-tail-pad.c -triple x86_64-unknown-unknown -debug-info-kind=constructor -fdynamic-debugging -o - -emit-llvm --discard-dynamic-debugging-debug-module | /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/clang/test/DebugInfo/DynamicDebugging/attr-outer-tail-pad.c --check-prefix=X86 # executed command: /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/clang -cc1 /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/clang/test/DebugInfo/DynamicDebugging/attr-outer-tail-pad.c -triple x86_64-unknown-unknown -debug-info-kind=constructor -fdynamic-debugging -o - -emit-llvm --discard-dynamic-debugging-debug-module # .---command stderr------------ # | warning: ignoring -fdynamic-debugging: unable to create target: 'No available targets are compatible with triple "x86_64-unknown-unknown"' [-Wdynamic-debugging] # | 1 warning generated. # `----------------------------- # executed command: /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/clang/test/DebugInfo/DynamicDebugging/attr-outer-tail-pad.c --check-prefix=X86 # .---command stderr------------ # | /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/clang/test/DebugInfo/DynamicDebugging/attr-outer-tail-pad.c:8:14: error: X86-SAME: expected string not found in input # | // X86-SAME: "tail-pad-to-size"="5" # | ^ # | <stdin>:12:16: note: scanning from here # | attributes #0 = { noinline nounwind optnone "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-features"="+cx8,+mmx,+sse,+sse2,+x87" } # | ^ # | <stdin>:12:111: note: possible intended match here # | attributes #0 = { noinline nounwind optnone "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-features"="+cx8,+mmx,+sse,+sse2,+x87" } # | ^ # | # | Input file: <stdin> # | Check file: /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/clang/test/DebugInfo/DynamicDebugging/attr-outer-tail-pad.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 7: define dso_local i32 @f() #0 !dbg !4 { # | 8: entry: # | 9: ret i32 0, !dbg !9 # | 10: } # | 11: # | 12: attributes #0 = { noinline nounwind optnone "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-features"="+cx8,+mmx,+sse,+sse2,+x87" } # | same:8'0 { search range start (exclusive) # | same:8'1 error: no match found in search range # | same:8'2 ? possible intended match # | 13: # | 14: !llvm.dbg.cu = !{!0} # | 15: !llvm.module.flags = !{!2} # | 16: !llvm.ident = !{!3} # | 17: # | . # | . ... ``` </details> https://github.com/llvm/llvm-project/pull/194860 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
