INFO:2025-08-06T12:38:26Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD 56ba1181e9e9..86c192694d8c main -> origin/main Switched to branch 'main' Your branch is behind 'origin/main' by 1 commit, and can be fast-forwarded. (use "git pull" to update your local branch) HEAD is now at 86c192694d8c [NFC][PowerPC] Rebase the anonymous xxeval patterns to use the new XXEvalPattern class (#151462) INFO:2025-08-06T12:38:29Z:root:syncing... Deleted branch merge (was 56ba1181e9e9). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2025-08-06T12:38:29Z:root:building ninja: Entering directory `out/gn' [1/543] ACTION //llvm/include/llvm/TargetParser:PPCGenTargetFeatures(//llvm/utils/gn/build/toolchain:unix) [2/397] ACTION //llvm/tools/llvm-exegesis/lib/PowerPC:PPCGenExegesis(//llvm/utils/gn/build/toolchain:unix) [3/397] ACTION //llvm/lib/Target/PowerPC:PPCGenRegisterBank(//llvm/utils/gn/build/toolchain:unix) [4/397] ACTION //llvm/lib/Target/PowerPC:PPCGenCallingConv(//llvm/utils/gn/build/toolchain:unix) [5/397] ACTION //llvm/lib/Target/PowerPC/MCTargetDesc:PPCGenRegisterInfo(//llvm/utils/gn/build/toolchain:unix) [6/397] ACTION //llvm/lib/Target/PowerPC/MCTargetDesc:PPCGenMCCodeEmitter(//llvm/utils/gn/build/toolchain:unix) [7/397] ACTION //llvm/lib/Target/PowerPC/Disassembler:PPCGenDisassemblerTables(//llvm/utils/gn/build/toolchain:unix) [8/397] ACTION //llvm/lib/Target/PowerPC/MCTargetDesc:PPCGenAsmWriter(//llvm/utils/gn/build/toolchain:unix) [9/397] ACTION //llvm/lib/Target/PowerPC/AsmParser:PPCGenAsmMatcher(//llvm/utils/gn/build/toolchain:unix) [10/397] ACTION //llvm/lib/Target/PowerPC/MCTargetDesc:PPCGenSubtargetInfo(//llvm/utils/gn/build/toolchain:unix) [11/397] ACTION //llvm/lib/Target/PowerPC:PPCGenFastISel(//llvm/utils/gn/build/toolchain:unix) [12/397] ACTION //llvm/lib/Target/PowerPC/MCTargetDesc:PPCGenInstrInfo(//llvm/utils/gn/build/toolchain:unix) [13/328] ACTION //llvm/lib/Target/PowerPC:PPCGenDAGISel(//llvm/utils/gn/build/toolchain:unix) [14/327] ACTION //llvm/lib/Target/PowerPC:PPCGenGlobalISel(//llvm/utils/gn/build/toolchain:unix) INFO:2025-08-06T12:38:31Z:root:analyze skipping analyze because previous build was not green INFO:2025-08-06T12:38:31Z:root:testing INFO:2025-08-06T12:38:31Z:root:test check-clang ninja: Entering directory `out/gn' [0/1] ACTION //clang/test:check-clang(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using clang: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/subst.py:126: note: Did not find cir-opt in /usr/local/google/home/thakis/src/llvm-project/out/gn/bin:/usr/local/google/home/thakis/src/llvm-project/out/gn/bin llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using ld.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using lld-link: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using ld64.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 23359 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 131.29s Total Discovered Tests: 47881 Skipped : 4 (0.01%) Unsupported : 351 (0.73%) Passed : 47496 (99.20%) Expectedly Failed: 30 (0.06%) INFO:2025-08-06T12:40:45Z:root:test check-clang-tools ninja: Entering directory `out/gn' [0/1] ACTION //clang-tools-extra/test:check-clang-tools(//llvm/utils/gn/build/toolchain:unix) -- Testing: 1248 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 7.01s Total Discovered Tests: 1491 Unsupported : 2 (0.13%) Passed : 1488 (99.80%) Expectedly Failed: 1 (0.07%) INFO:2025-08-06T12:40:53Z:root:test check-clangd ninja: Entering directory `out/gn' [0/1] ACTION //clang-tools-extra/clangd/test:check-clangd(//llvm/utils/gn/build/toolchain:unix) -- Testing: 173 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 3.65s Total Discovered Tests: 1411 Unsupported: 6 (0.43%) Passed : 1405 (99.57%) INFO:2025-08-06T12:40:57Z:root:test check-hwasan ninja: Entering directory `out/gn' [0/1] ACTION //compiler-rt/test/hwasan:check-hwasan(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/compiler-rt/test/lit.common.cfg.py:60: warning: Path reported by clang does not exist: "/usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/lib/x86_64-unknown-linux-gnu". This path was found by running ['/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang', '--target=x86_64-unknown-linux-gnu', '-print-runtime-dir']. -- Testing: 110 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 1 warning(s) in tests Testing Time: 7.90s Total Discovered Tests: 110 Unsupported : 37 (33.64%) Passed : 64 (58.18%) Expectedly Failed: 9 (8.18%) INFO:2025-08-06T12:41:06Z:root:test check-lld ninja: Entering directory `out/gn' [0/1] ACTION //lld/test:check-lld(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using ld.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using lld-link: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using ld64.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 3130 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 11.50s Total Discovered Tests: 3130 Unsupported : 21 (0.67%) Passed : 3108 (99.30%) Expectedly Failed: 1 (0.03%) INFO:2025-08-06T12:41:18Z:root:test check-llvm ninja: Entering directory `out/gn' [0/1] ACTION //llvm/test:check-llvm(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using ld.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using lld-link: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using ld64.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:520: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 60725 tests, 64 workers -- Testing: FAIL: LLVM :: CodeGen/AArch64/midpoint-int.ll (1 of 60725) ******************** TEST 'LLVM :: CodeGen/AArch64/midpoint-int.ll' FAILED ******************** Exit Code: 1 Command Output (stderr): -- /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llc -mtriple=aarch64-unknown-linux-gnu < /usr/local/google/home/thakis/src/llvm-project/llvm/test/CodeGen/AArch64/midpoint-int.ll | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/CodeGen/AArch64/midpoint-int.ll # RUN: at line 2 + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llc -mtriple=aarch64-unknown-linux-gnu + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/CodeGen/AArch64/midpoint-int.ll /usr/local/google/home/thakis/src/llvm-project/llvm/test/CodeGen/AArch64/midpoint-int.ll:304:15: error: CHECK-NEXT: expected string not found in input ; CHECK-NEXT: sxth w9, w1 ^ :197:10: note: scanning from here // %bb.0: ^ :200:7: note: possible intended match here subs w10, w9, w1, sxth ^ /usr/local/google/home/thakis/src/llvm-project/llvm/test/CodeGen/AArch64/midpoint-int.ll:429:15: error: CHECK-NEXT: expected string not found in input ; CHECK-NEXT: sxtb w9, w1 ^ :279:10: note: scanning from here // %bb.0: ^ :282:7: note: possible intended match here subs w10, w9, w1, sxtb ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/CodeGen/AArch64/midpoint-int.ll -dump-input=help explains the following input dump. Input was: <<<<<< . . . 192: // -- End function 193: .globl scalar_i16_signed_mem_reg // -- Begin function scalar_i16_signed_mem_reg 194: .p2align 2 195: .type scalar_i16_signed_mem_reg,@function 196: scalar_i16_signed_mem_reg: // @scalar_i16_signed_mem_reg 197: // %bb.0: next:304'0 X error: no match found 198: ldrsh w9, [x0] next:304'0 ~~~~~~~~~~~~~~~~ 199: mov w8, #-1 // =0xffffffff next:304'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 200: subs w10, w9, w1, sxth next:304'0 ~~~~~~~~~~~~~~~~~~~~~~~~ next:304'1 ? possible intended match 201: cneg w8, w8, le next:304'0 ~~~~~~~~~~~~~~~~~ 202: cneg w10, w10, mi next:304'0 ~~~~~~~~~~~~~~~~~~~ 203: lsr w10, w10, #1 next:304'0 ~~~~~~~~~~~~~~~~~~ 204: madd w0, w10, w8, w9 next:304'0 ~~~~~~~~~~~~~~~~~~~~~~ 205: ret next:304'0 ~~~~~ . . . 274: // -- End function 275: .globl scalar_i8_signed_mem_reg // -- Begin function scalar_i8_signed_mem_reg 276: .p2align 2 277: .type scalar_i8_signed_mem_reg,@function 278: scalar_i8_signed_mem_reg: // @scalar_i8_signed_mem_reg 279: // %bb.0: next:429'0 X error: no match found 280: ldrsb w9, [x0] next:429'0 ~~~~~~~~~~~~~~~~ 281: mov w8, #-1 // =0xffffffff next:429'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 282: subs w10, w9, w1, sxtb next:429'0 ~~~~~~~~~~~~~~~~~~~~~~~~ next:429'1 ? possible intended match 283: cneg w8, w8, le next:429'0 ~~~~~~~~~~~~~~~~~ 284: cneg w10, w10, mi next:429'0 ~~~~~~~~~~~~~~~~~~~ 285: lsr w10, w10, #1 next:429'0 ~~~~~~~~~~~~~~~~~~ 286: madd w0, w10, w8, w9 next:429'0 ~~~~~~~~~~~~~~~~~~~~~~ 287: ret next:429'0 ~~~~~ . . . >>>>>> -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. ******************** Failed Tests (1): LLVM :: CodeGen/AArch64/midpoint-int.ll Testing Time: 146.01s Total Discovered Tests: 67990 Skipped : 16 (0.02%) Unsupported : 2386 (3.51%) Passed : 65416 (96.21%) Expectedly Failed: 171 (0.25%) Failed : 1 (0.00%) FAILED: gen/llvm/test/run-lit python3 bin/llvm-lit -sv ../../llvm/test ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn', 'check-llvm']' returned non-zero exit status 1.