llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `clang-aarch64-quick` running on `linaro-clang-aarch64-quick` while building `clang` at step 5 "ninja check 1".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/65/builds/30657 <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 :: CodeGenOpenCL/cl-uniform-wg-size.cl' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 2 /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/clang -cc1 -internal-isystem /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/lib/clang/23/include -nostdsysteminc -emit-llvm -O0 -cl-std=CL1.2 -o - /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/clang/test/CodeGenOpenCL/cl-uniform-wg-size.cl | /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/clang/test/CodeGenOpenCL/cl-uniform-wg-size.cl -check-prefixes CHECK,CHECK-UNIFORM-12 # executed command: /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/clang -cc1 -internal-isystem /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/lib/clang/23/include -nostdsysteminc -emit-llvm -O0 -cl-std=CL1.2 -o - /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/clang/test/CodeGenOpenCL/cl-uniform-wg-size.cl # executed command: /home/tcwg-buildbot/worker/clang-aarch64-quick/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/clang/test/CodeGenOpenCL/cl-uniform-wg-size.cl -check-prefixes CHECK,CHECK-UNIFORM-12 # .---command stderr------------ # | /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/clang/test/CodeGenOpenCL/cl-uniform-wg-size.cl:25:22: error: CHECK-UNIFORM-12: expected string not found in input # | // CHECK-UNIFORM-12: attributes #[[ATTR0]] = { convergent noinline norecurse nounwind optnone "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-features"="+cx8,+mmx,+sse,+sse2,+x87" "uniform-work-group-size"="true" } # | ^ # | <stdin>:22:10: note: scanning from here # | ret void # | ^ # | <stdin>:22:10: note: with "ATTR0" equal to "0" # | ret void # | ^ # | # | Input file: <stdin> # | Check file: /home/tcwg-buildbot/worker/clang-aarch64-quick/llvm/clang/test/CodeGenOpenCL/cl-uniform-wg-size.cl # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 17: } # | 18: # | 19: ; Function Attrs: convergent noinline norecurse nounwind optnone # | 20: define dso_local void @foo() #1 { # | 21: entry: # | 22: ret void # | check:25'0 X error: no match found # | check:25'1 with "ATTR0" equal to "0" # | 23: } # | check:25'0 ~~ # | 24: # | check:25'0 ~ # | 25: attributes #0 = { convergent noinline norecurse nounwind optnone "no-trapping-math"="true" "stack-protector-buffer-size"="8" "uniform-work-group-size"="true" } # | check:25'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 26: attributes #1 = { convergent noinline norecurse nounwind optnone "no-trapping-math"="true" "stack-protector-buffer-size"="8" } # | check:25'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 27: attributes #2 = { convergent nounwind } # | check:25'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . ... ``` </details> https://github.com/llvm/llvm-project/pull/183926 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
