[llvm] LSV: document hang reported in #37865 (PR #102479)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 9 04:01:22 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-sie-win` running on `sie-win-worker` while building `llvm` at step 7 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/46/builds/2973
Here is the relevant piece of the build log for the reference:
```
Step 7 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: Transforms/LoadStoreVectorizer/AArch64/pr37865.ll' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
not --crash z:\b\llvm-clang-x86_64-sie-win\build\bin\opt.exe -mtriple=aarch64 -passes=load-store-vectorizer -disable-output Z:\b\llvm-clang-x86_64-sie-win\llvm-project\llvm\test\Transforms\LoadStoreVectorizer\AArch64\pr37865.ll 2>&1 | z:\b\llvm-clang-x86_64-sie-win\build\bin\filecheck.exe Z:\b\llvm-clang-x86_64-sie-win\llvm-project\llvm\test\Transforms\LoadStoreVectorizer\AArch64\pr37865.ll
# executed command: not --crash 'z:\b\llvm-clang-x86_64-sie-win\build\bin\opt.exe' -mtriple=aarch64 -passes=load-store-vectorizer -disable-output 'Z:\b\llvm-clang-x86_64-sie-win\llvm-project\llvm\test\Transforms\LoadStoreVectorizer\AArch64\pr37865.ll'
# note: command had no output on stdout or stderr
# error: command failed with exit status: 1
# executed command: 'z:\b\llvm-clang-x86_64-sie-win\build\bin\filecheck.exe' 'Z:\b\llvm-clang-x86_64-sie-win\llvm-project\llvm\test\Transforms\LoadStoreVectorizer\AArch64\pr37865.ll'
# .---command stderr------------
# | [1mZ:\b\llvm-clang-x86_64-sie-win\llvm-project\llvm\test\Transforms\LoadStoreVectorizer\AArch64\pr37865.ll:6:10: [0m[0;1;31merror: [0m[1mCHECK: expected string not found in input
# | [0m; CHECK: Unexpected cycle while re-ordering instructions
# | [0;1;32m ^
# | [0m[1m<stdin>:1:1: [0m[0;1;30mnote: [0m[1mscanning from here
# | [0mz:\b\llvm-clang-x86_64-sie-win\build\bin\opt.exe: warning: failed to infer data layout: unable to get target for 'aarch64', see --version and --triple.
# | [0;1;32m^
# | [0m[1m<stdin>:2:44: [0m[0;1;30mnote: [0m[1mpossible intended match here
# | [0mz:\b\llvm-clang-x86_64-sie-win\build\bin\opt.exe: WARNING: failed to create target machine for 'aarch64': unable to get target for 'aarch64', see --version and --triple.
# | [0;1;32m ^
# | [0m
# | Input file: <stdin>
# | Check file: Z:\b\llvm-clang-x86_64-sie-win\llvm-project\llvm\test\Transforms\LoadStoreVectorizer\AArch64\pr37865.ll
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | [1m[0m[0;1;30m 1: [0m[1m[0;1;46mz:\b\llvm-clang-x86_64-sie-win\build\bin\opt.exe: warning: failed to infer data layout: unable to get target for 'aarch64', see --version and --triple. [0m
# | [0;1;31mcheck:6'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# | [0m[0;1;30m 2: [0m[1m[0;1;46mz:\b\llvm-clang-x86_64-sie-win\build\bin\opt.exe: WARNING: failed to create target machine for 'aarch64': unable to get target for 'aarch64', see --version and --triple. [0m
# | [0;1;31mcheck:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | [0m[0;1;35mcheck:6'1 ? possible intended match
# | [0m>>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
********************
```
https://github.com/llvm/llvm-project/pull/102479
More information about the llvm-commits
mailing list