[clang] [compiler-rt] [compiler-rt] adding safestack support for sunos platforms. (PR #95648)
LLVM Continuous Integration via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 29 10:21:41 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-sie-ubuntu-fast` running on `sie-linux-worker` while building `clang,compiler-rt` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/144/builds/1199
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: /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/opt -passes='print<structural-hash>' -disable-output /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll 2>&1 | /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/opt '-passes=print<structural-hash>' -disable-output /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll
RUN: at line 2: /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/opt -passes='print<structural-hash><detailed>' -disable-output /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll 2>&1 | /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll -check-prefix=DETAILED-HASH
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/opt '-passes=print<structural-hash><detailed>' -disable-output /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll -check-prefix=DETAILED-HASH
[1m/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll:22:23: [0m[0;1;31merror: [0m[1mDETAILED-HASH-NEXT: expected string not found in input
[0m; DETAILED-HASH-NEXT: Function f1 Hash: [[DF1H:([a-z0-9]{14,})]]
[0;1;32m ^
[0m[1m<stdin>:1:29: [0m[0;1;30mnote: [0m[1mscanning from here
[0mModule Hash: 64fc99a803d8204
[0;1;32m ^
[0m[1m<stdin>:2:1: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0mFunction f1 Hash: 6d6a4bf7ff005
[0;1;32m^
[0m
Input file: <stdin>
Check file: /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/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;46m[0mModule Hash: 64fc99a803d8204[0;1;46m [0m
[0;1;32mcheck:21 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;31mnext:22'0 X error: no match found
[0m[0;1;30m 2: [0m[1m[0;1;46mFunction f1 Hash: 6d6a4bf7ff005 [0m
[0;1;31mnext:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m[0;1;35mnext:22'1 ? possible intended match
[0m[0;1;30m 3: [0m[1m[0;1;46mFunction f2 Hash: dd4a2adf9742ebed [0m
[0;1;31mnext:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m>>>>>>
--
********************
```
https://github.com/llvm/llvm-project/pull/95648
More information about the cfe-commits
mailing list