INFO:2025-04-28T21:04:30Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD d2ce88a93941..4fa0f1d166b6 main -> origin/main Switched to branch 'main' Your branch is behind 'origin/main' by 2 commits, and can be fast-forwarded. (use "git pull" to update your local branch) HEAD is now at 4fa0f1d166b6 [lldb-dap] Adding an icon to the lldb-dap package. (#137695) INFO:2025-04-28T21:04:32Z:root:syncing... Deleted branch merge (was d2ce88a93941). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2025-04-28T21:04:33Z:root:building ninja: Entering directory `out/gn' ninja: no work to do. INFO:2025-04-28T21:04:33Z:root:analyze gn analyze output: { "compile_targets": [], "status": "No dependency", "test_targets": [] } gn analyze input: { "files": [ "//lldb/tools/lldb-dap/.vscodeignore", "//lldb/tools/lldb-dap/llvm-logo.png", "//lldb/tools/lldb-dap/package.json", "//llvm/test/Analysis/LoopAccessAnalysis/safe-with-dep-distance-non-power-of-2.ll" ], "test_targets": [ "//clang-tools-extra/clangd/test:check-clangd", "//clang-tools-extra/test:check-clang-tools", "//clang/test:check-clang", "//compiler-rt/test/hwasan:check-hwasan", "//lld/test:check-lld", "//llvm/test:check-llvm" ], "additional_compile_targets": [] } INFO:2025-04-28T21:04:33Z:root:testing INFO:2025-04-28T21:04:33Z:root:skip check-clang INFO:2025-04-28T21:04:33Z:root:skip check-clang-tools INFO:2025-04-28T21:04:33Z:root:skip check-clangd INFO:2025-04-28T21:04:33Z:root:skip check-hwasan INFO:2025-04-28T21:04:33Z:root:skip check-lld INFO:2025-04-28T21:04:33Z: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: 59233 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. FAIL: LLVM :: Analysis/LoopAccessAnalysis/safe-with-dep-distance-non-power-of-2.ll (59233 of 59233) ******************** TEST 'LLVM :: Analysis/LoopAccessAnalysis/safe-with-dep-distance-non-power-of-2.ll' FAILED ******************** Exit Code: 1 Command Output (stderr): -- /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/opt -passes='print' -disable-output -mtriple=riscv64 -mattr=+v < /usr/local/google/home/thakis/src/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/safe-with-dep-distance-non-power-of-2.ll 2>&1 | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/safe-with-dep-distance-non-power-of-2.ll # RUN: at line 2 + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/opt '-passes=print' -disable-output -mtriple=riscv64 -mattr=+v + /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/safe-with-dep-distance-non-power-of-2.ll /usr/local/google/home/thakis/src/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/safe-with-dep-distance-non-power-of-2.ll:224:15: error: CHECK-NEXT: expected string not found in input ; CHECK-NEXT: %3 = load i32, ptr %arrayidx2, align 4 -> ^ :89:10: note: scanning from here Forward: ^ :90:2: note: possible intended match here %3 = load i32, ptr %gep.iv.4, align 4 -> ^ Input file: Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/safe-with-dep-distance-non-power-of-2.ll -dump-input=help explains the following input dump. Input was: <<<<<< . . . 84: Printing analysis 'Loop Access Analysis' for function 'non_power_2_storeloadforward': 85: loop: 86: Report: unsafe dependent memory operations in loop. Use #pragma clang loop distribute(enable) to allow loop distribution to attempt to isolate the offending operations into a separate loop 87: Backward loop carried data dependence that prevents store-to-load forwarding. 88: Dependences: 89: Forward: next:224'0 X error: no match found 90: %3 = load i32, ptr %gep.iv.4, align 4 -> next:224'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ next:224'1 ? possible intended match 91: store i32 %add3, ptr %gep.iv, align 4 next:224'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 92: next:224'0 ~ 93: BackwardVectorizableButPreventsForwarding: next:224'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 94: %1 = load i32, ptr %gep.iv.sub.3, align 4 -> next:224'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 95: store i32 %add3, ptr %gep.iv, align 4 next:224'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . . . >>>>>> -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. ******************** Failed Tests (1): LLVM :: Analysis/LoopAccessAnalysis/safe-with-dep-distance-non-power-of-2.ll Testing Time: 171.74s Total Discovered Tests: 65302 Skipped : 16 (0.02%) Unsupported : 2172 (3.33%) Passed : 62939 (96.38%) Expectedly Failed: 174 (0.27%) 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.