[llvm] [RISCV] Correct qc.e.li instruction definition (PR #132380)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 21 17:18:43 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `lldb-aarch64-ubuntu` running on `linaro-lldb-aarch64-ubuntu` while building `llvm` at step 6 "test".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/59/builds/14724
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test) failure: build (failure)
...
PASS: lldb-api :: lang/cpp/global_variables/TestCPPGlobalVariables.py (807 of 2109)
PASS: lldb-api :: lang/cpp/incompatible-class-templates/TestCppIncompatibleClassTemplates.py (808 of 2109)
PASS: lldb-api :: lang/cpp/keywords_enabled/TestCppKeywordsEnabled.py (809 of 2109)
PASS: lldb-api :: lang/cpp/inlines/TestInlines.py (810 of 2109)
PASS: lldb-api :: lang/cpp/incomplete-types/members/TestCppIncompleteTypeMembers.py (811 of 2109)
UNSUPPORTED: lldb-api :: lang/cpp/libcxx-internals-recognizer/TestLibcxxInternalsRecognizer.py (812 of 2109)
PASS: lldb-api :: lang/cpp/incomplete-stl-types/TestStlIncompleteTypes.py (813 of 2109)
UNSUPPORTED: lldb-api :: lang/cpp/modules-import/TestCXXModulesImport.py (814 of 2109)
PASS: lldb-api :: lang/cpp/lambdas/TestLambdas.py (815 of 2109)
PASS: lldb-api :: lang/cpp/llvm-style/TestLLVMStyle.py (816 of 2109)
FAIL: lldb-api :: lang/cpp/incomplete-types/TestCppIncompleteTypes.py (817 of 2109)
******************** TEST 'lldb-api :: lang/cpp/incomplete-types/TestCppIncompleteTypes.py' FAILED ********************
Script:
--
/usr/bin/python3.10 /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./lib --env LLVM_INCLUDE_DIR=/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/include --env LLVM_TOOLS_DIR=/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin --arch aarch64 --build-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build.noindex --lldb-module-cache-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin/lldb --compiler /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin/clang --dsymutil /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./bin --lldb-obj-root /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/tools/lldb --lldb-libs-dir /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/./lib /home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/llvm-project/lldb/test/API/lang/cpp/incomplete-types -p TestCppIncompleteTypes.py
--
Exit Code: -11
Command Output (stdout):
--
lldb version 21.0.0git (https://github.com/llvm/llvm-project.git revision 6419905f53d4dbdb9d49358115ccba873f674dd4)
clang revision 6419905f53d4dbdb9d49358115ccba873f674dd4
llvm revision 6419905f53d4dbdb9d49358115ccba873f674dd4
Skipping the following test categories: ['libc++', 'dsym', 'gmodules', 'debugserver', 'objc']
--
Command Output (stderr):
--
UNSUPPORTED: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_limit_debug_info_dsym (TestCppIncompleteTypes.TestCppIncompleteTypes) (test case does not fall in any category of interest for this run)
PASS: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_limit_debug_info_dwarf (TestCppIncompleteTypes.TestCppIncompleteTypes)
PASS: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_limit_debug_info_dwo (TestCppIncompleteTypes.TestCppIncompleteTypes)
UNSUPPORTED: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_partial_limit_debug_info_dsym (TestCppIncompleteTypes.TestCppIncompleteTypes) (test case does not fall in any category of interest for this run)
PASS: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_partial_limit_debug_info_dwarf (TestCppIncompleteTypes.TestCppIncompleteTypes)
PASS: LLDB (/home/tcwg-buildbot/worker/lldb-aarch64-ubuntu/build/bin/clang-aarch64) :: test_partial_limit_debug_info_dwo (TestCppIncompleteTypes.TestCppIncompleteTypes)
----------------------------------------------------------------------
Ran 6 tests in 1.960s
OK (skipped=2)
--
********************
PASS: lldb-api :: lang/cpp/multiple-inheritance/TestCppMultipleInheritance.py (818 of 2109)
PASS: lldb-api :: lang/cpp/member-and-local-vars-with-same-name/TestMembersAndLocalsWithSameName.py (819 of 2109)
PASS: lldb-api :: lang/cpp/limit-debug-info/TestWithLimitDebugInfo.py (820 of 2109)
PASS: lldb-api :: iohandler/autosuggestion/TestAutosuggestion.py (821 of 2109)
PASS: lldb-api :: lang/cpp/namespace_conflicts/TestNamespaceConflicts.py (822 of 2109)
PASS: lldb-api :: lang/cpp/non-type-template-param/TestCppNonTypeTemplateParam.py (823 of 2109)
PASS: lldb-api :: lang/cpp/nested-class-other-compilation-unit/TestNestedClassWithParentInAnotherCU.py (824 of 2109)
```
</details>
https://github.com/llvm/llvm-project/pull/132380
More information about the llvm-commits
mailing list