llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `clang-ppc64le-rhel` running on `ppc64le-clang-rhel-test` while building `clang` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/145/builds/601 <details> <summary>Here is the relevant piece of the build log for the reference</summary> ``` Step 6 (test-build-unified-tree-check-all) failure: test (failure) ******************** TEST 'Clang :: Interpreter/emit-llvm.cpp' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 5 cat /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-rhel-test/clang-ppc64le-rhel/llvm-project/clang/test/Interpreter/emit-llvm.cpp | /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-rhel-test/clang-ppc64le-rhel/build/bin/clang-repl -Xcc -Xclang -Xcc -emit-llvm | /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-rhel-test/clang-ppc64le-rhel/build/bin/FileCheck /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-rhel-test/clang-ppc64le-rhel/llvm-project/clang/test/Interpreter/emit-llvm.cpp # executed command: cat /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-rhel-test/clang-ppc64le-rhel/llvm-project/clang/test/Interpreter/emit-llvm.cpp # executed command: /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-rhel-test/clang-ppc64le-rhel/build/bin/clang-repl -Xcc -Xclang -Xcc -emit-llvm # executed command: /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-rhel-test/clang-ppc64le-rhel/build/bin/FileCheck /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-rhel-test/clang-ppc64le-rhel/llvm-project/clang/test/Interpreter/emit-llvm.cpp # .---command stderr------------ # | /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-rhel-test/clang-ppc64le-rhel/llvm-project/clang/test/Interpreter/emit-llvm.cpp:19:11: error: CHECK: expected string not found in input # | // CHECK: call i32 @add( # | ^ # | <stdin>:227:16: note: scanning from here # | @r = global i32 0, align 4 # | ^ # | <stdin>:233:18: note: possible intended match here # | %call = call signext i32 @add(i32 noundef signext 19, i32 noundef signext 23) # | ^ # | # | Input file: <stdin> # | Check file: /home/buildbots/llvm-external-buildbots/workers/ppc64le-clang-rhel-test/clang-ppc64le-rhel/llvm-project/clang/test/Interpreter/emit-llvm.cpp # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 222: ; ModuleID = 'incr_module_17' # | 223: source_filename = "incr_module_17" # | 224: target datalayout = "e-m:e-Fn32-i64:64-i128:128-n32:64-S128-v256:256:256-v512:512:512" # | 225: target triple = "powerpc64le-unknown-linux-gnu" # | 226: # | 227: @r = global i32 0, align 4 # | check:19'0 { search range start (exclusive) # | check:19'1 error: no match found in search range # | 228: @llvm.global_ctors = appending global [1 x { i32, ptr, ptr }] [{ i32, ptr, ptr } { i32 65535, ptr @_GLOBAL__sub_I_incr_module_17, ptr null }] # | 229: # | 230: ; Function Attrs: noinline uwtable # | 231: define internal void @__cxx_global_var_init() #0 section ".text.startup" { # | 232: entry: # | 233: %call = call signext i32 @add(i32 noundef signext 19, i32 noundef signext 23) # | check:19'2 ? possible intended match # | 234: store i32 %call, ptr @r, align 4 # | 235: ret void # | 236: } # | 237: ... ``` </details> https://github.com/llvm/llvm-project/pull/217870 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
