[llvm] [X86AsmParser] IntelExpression: End of Statement should check for valid end state (PR #95677)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 15 18:45:49 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-aarch64-darwin` running on `doug-worker-4` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/190/builds/1904
Here is the relevant piece of the build log for the reference:
```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: Analysis/StructuralHash/structural-hash-printer.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 1: /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/opt -passes='print<structural-hash>' -disable-output /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll 2>&1 | /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/FileCheck /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll
+ /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/opt '-passes=print<structural-hash>' -disable-output /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll
+ /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/FileCheck /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll
RUN: at line 2: /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/opt -passes='print<structural-hash><detailed>' -disable-output /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll 2>&1 | /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/FileCheck /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll -check-prefix=DETAILED-HASH
+ /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/opt '-passes=print<structural-hash><detailed>' -disable-output /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll
+ /Users/buildbot/buildbot-root/aarch64-darwin/build/bin/FileCheck /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll -check-prefix=DETAILED-HASH
[1m/Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll:21:18: [0m[0;1;31merror: [0m[1mDETAILED-HASH: expected string not found in input
[0m; DETAILED-HASH: Module Hash: {{([a-z0-9]{14,})}}
[0;1;32m ^
[0m[1m<stdin>:1:1: [0m[0;1;30mnote: [0m[1mscanning from here
[0mModule Hash: 8d6dc22990ebe
[0;1;32m^
[0m
Input file: <stdin>
Check file: /Users/buildbot/buildbot-root/aarch64-darwin/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll
-dump-input=help explains the following input dump.
Input was:
<<<<<<
[1m[0m[0;1;30m 1: [0m[1m[0;1;46mModule Hash: 8d6dc22990ebe [0m
[0;1;31mcheck:21 X~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
[0m[0;1;30m 2: [0m[1m[0;1;46mFunction f1 Hash: 7062c67049c6f99c [0m
[0;1;31mcheck:21 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;30m 3: [0m[1m[0;1;46mFunction f2 Hash: 1e47c72d08a2afcd [0m
[0;1;31mcheck:21 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m>>>>>>
--
********************
```
https://github.com/llvm/llvm-project/pull/95677
More information about the llvm-commits
mailing list