[clang] [llvm] [X86][AVX10.2] Support AVX10.2-SATCVT-DS new instructions. (PR #102592)

LLVM Continuous Integration via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 12 14:34:44 PDT 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `clang-solaris11-sparcv9` running on `solaris11-sparcv9` while building `clang,llvm` at step 5 "ninja check 1".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/13/builds/2175

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 5 (ninja check 1) failure: stage 1 checked (failure)
******************** TEST 'Profile-sparcv9 :: Posix/instrprof-dlopen-norpath.test' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 1: rm -rf /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/projects/compiler-rt/test/profile/Profile-sparcv9/Posix/Output/instrprof-dlopen-norpath.test.tmp && split-file /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/compiler-rt/test/profile/Posix/instrprof-dlopen-norpath.test /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/projects/compiler-rt/test/profile/Profile-sparcv9/Posix/Output/instrprof-dlopen-norpath.test.tmp && cd /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/projects/compiler-rt/test/profile/Profile-sparcv9/Posix/Output/instrprof-dlopen-norpath.test.tmp
+ rm -rf /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/projects/compiler-rt/test/profile/Profile-sparcv9/Posix/Output/instrprof-dlopen-norpath.test.tmp
+ split-file /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/compiler-rt/test/profile/Posix/instrprof-dlopen-norpath.test /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/projects/compiler-rt/test/profile/Profile-sparcv9/Posix/Output/instrprof-dlopen-norpath.test.tmp
+ cd /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/projects/compiler-rt/test/profile/Profile-sparcv9/Posix/Output/instrprof-dlopen-norpath.test.tmp
RUN: at line 2: /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/./bin/clang   -m64   -fprofile-generate -fPIC foo.c -c -Xclang -fprofile-instrument-path="default_foo_%m.profraw"
+ /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/./bin/clang -m64 -fprofile-generate -fPIC foo.c -c -Xclang -fprofile-instrument-path=default_foo_%m.profraw
RUN: at line 3: /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/./bin/clang   -m64   -fprofile-generate -fPIC foo2.c -c -Xclang -fprofile-instrument-path="default_foo2_%m.profraw"
+ /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/./bin/clang -m64 -fprofile-generate -fPIC foo2.c -c -Xclang -fprofile-instrument-path=default_foo2_%m.profraw
RUN: at line 4: /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/./bin/clang   -m64   -fprofile-generate -shared foo.o -o shr_foo.o
+ /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/./bin/clang -m64 -fprofile-generate -shared foo.o -o shr_foo.o
RUN: at line 5: /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/./bin/clang   -m64   -fprofile-generate -shared foo2.o -o shr_foo2.o
+ /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/./bin/clang -m64 -fprofile-generate -shared foo2.o -o shr_foo2.o
RUN: at line 7: /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/./bin/clang   -m64   -fprofile-generate common.c -c
+ /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/./bin/clang -m64 -fprofile-generate common.c -c
RUN: at line 9: /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/./bin/clang   -m64   -fprofile-generate test1.c common.o -Xclang -fprofile-instrument-path="default_test1_%m.profraw"
+ /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/./bin/clang -m64 -fprofile-generate test1.c common.o -Xclang -fprofile-instrument-path=default_test1_%m.profraw
RUN: at line 10: ./a.out 2>&1 | FileCheck /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/compiler-rt/test/profile/Posix/instrprof-dlopen-norpath.test -check-prefix=CHECK-FOO
+ ./a.out
+ FileCheck /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/compiler-rt/test/profile/Posix/instrprof-dlopen-norpath.test -check-prefix=CHECK-FOO
RUN: at line 11: llvm-profdata show default_test1_*.profraw --counts --all-functions 2>&1 |    FileCheck /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/compiler-rt/test/profile/Posix/instrprof-dlopen-norpath.test -check-prefix=CHECK-TEST1
+ llvm-profdata show default_test1_15853247569413294213_0.profraw --counts --all-functions
+ FileCheck /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/compiler-rt/test/profile/Posix/instrprof-dlopen-norpath.test -check-prefix=CHECK-TEST1
RUN: at line 13: rm -f default*
+ rm -f default_foo2_2525240427549578013_0.profraw default_foo_6729855310072066103_0.profraw default_test1_15853247569413294213_0.profraw
RUN: at line 15: /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/./bin/clang   -m64   -fprofile-generate test2.c common.o -Xclang -fprofile-instrument-path="default_test2_%m.profraw"
+ /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/./bin/clang -m64 -fprofile-generate test2.c common.o -Xclang -fprofile-instrument-path=default_test2_%m.profraw
RUN: at line 16: ./a.out 2>&1 | FileCheck /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/compiler-rt/test/profile/Posix/instrprof-dlopen-norpath.test -check-prefix=CHECK-FOO
+ ./a.out
+ FileCheck /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/compiler-rt/test/profile/Posix/instrprof-dlopen-norpath.test -check-prefix=CHECK-FOO
RUN: at line 17: llvm-profdata show default_test2_*.profraw --counts --all-functions 2>&1 |    FileCheck /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/compiler-rt/test/profile/Posix/instrprof-dlopen-norpath.test -check-prefix=CHECK-TEST2
+ llvm-profdata show default_test2_15931797235434973893_0.profraw --counts --all-functions
+ FileCheck /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/compiler-rt/test/profile/Posix/instrprof-dlopen-norpath.test -check-prefix=CHECK-TEST2
RUN: at line 19: rm -f default*
+ rm -f default_foo2_2525240427549578013_0.profraw default_foo_6729855310072066103_0.profraw default_test2_15931797235434973893_0.profraw
RUN: at line 21: /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/./bin/clang  --driver-mode=g++  -m64   -fprofile-generate -lpthread test3.cpp common.o -Xclang -fprofile-instrument-path="default_test3_%m.profraw"
+ /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/stage1/./bin/clang --driver-mode=g++ -m64 -fprofile-generate -lpthread test3.cpp common.o -Xclang -fprofile-instrument-path=default_test3_%m.profraw
RUN: at line 22: ./a.out 2>&1 | FileCheck /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/compiler-rt/test/profile/Posix/instrprof-dlopen-norpath.test -check-prefix=CHECK-FOO-FOUR-THREADS
+ ./a.out
+ FileCheck /opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/compiler-rt/test/profile/Posix/instrprof-dlopen-norpath.test -check-prefix=CHECK-FOO-FOUR-THREADS
/opt/llvm-buildbot/home/solaris11-sparcv9/clang-solaris11-sparcv9/llvm/compiler-rt/test/profile/Posix/instrprof-dlopen-norpath.test:32:25: error: CHECK-FOO-FOUR-THREADS: expected string not found in input
CHECK-FOO-FOUR-THREADS: Block counts: [8]
                        ^
<stdin>:2:6: note: scanning from here
 foo:
     ^
...

```

</details>

https://github.com/llvm/llvm-project/pull/102592


More information about the cfe-commits mailing list