llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `lldb-arm-ubuntu` running 
on `linaro-lldb-arm-ubuntu` while building `clang,compiler-rt` at step 6 "test".

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

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

```
Step 6 (test) failure: build (failure)
...
PASS: lldb-api :: 
functionalities/thread/create_after_attach/TestCreateAfterAttach.py (690 of 
2630)
PASS: lldb-api :: 
functionalities/thread/exit_during_break/TestExitDuringBreak.py (691 of 2630)
PASS: lldb-api :: 
functionalities/thread/finish-from-empty-func/TestEmptyFuncThreadStepOut.py 
(692 of 2630)
PASS: lldb-api :: 
functionalities/thread/ignore_suspended/TestIgnoreSuspendedThread.py (693 of 
2630)
XFAIL: lldb-api :: 
functionalities/thread/create_during_step/TestCreateDuringStep.py (694 of 2630)
PASS: lldb-api :: functionalities/thread/exit_during_step/TestExitDuringStep.py 
(695 of 2630)
PASS: lldb-api :: functionalities/thread/jump/TestThreadJump.py (696 of 2630)
XFAIL: lldb-api :: 
functionalities/thread/multi_break/TestMultipleBreakpoints.py (697 of 2630)
PASS: lldb-api :: functionalities/thread/num_threads/TestNumThreads.py (698 of 
2630)
PASS: lldb-api :: 
functionalities/thread/exit_during_expression/TestExitDuringExpression.py (699 
of 2630)
FAIL: lldb-api :: 
functionalities/thread/state_after_expression/TestStateAfterExpression.py (700 
of 2630)
******************** TEST 'lldb-api :: 
functionalities/thread/state_after_expression/TestStateAfterExpression.py' 
FAILED ********************
Script:
--
/usr/bin/python3.10 
/home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/test/API/dotest.py 
-u CXXFLAGS -u CFLAGS --env 
LLVM_LIBS_DIR=/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./lib --env 
LLVM_INCLUDE_DIR=/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/include --env 
LLVM_TOOLS_DIR=/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin --arch 
armv8l --build-dir 
/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/lldb-test-build.noindex 
--lldb-module-cache-dir 
/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/lldb-test-build.noindex/module-cache-lldb/lldb-api
 --clang-module-cache-dir 
/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/lldb-test-build.noindex/module-cache-clang/lldb-api
 --executable /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin/lldb 
--compiler /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin/clang 
--dsymutil /home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin/dsymutil 
--make /usr/bin/gmake --llvm-tools-dir 
/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./bin --lldb-obj-root 
/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/tools/lldb --lldb-libs-dir 
/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/./lib --cmake-build-type 
Release 
/home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/test/API/functionalities/thread/state_after_expression
 -p TestStateAfterExpression.py
--
Exit Code: 1

Command Output (stdout):
--
lldb version 22.0.0git (https://github.com/llvm/llvm-project.git revision 
190b8d0b4f19e1c3d68c5d153ec7be71a9969192)
  clang revision 190b8d0b4f19e1c3d68c5d153ec7be71a9969192
  llvm revision 190b8d0b4f19e1c3d68c5d153ec7be71a9969192
Skipping the following test categories: libc++, msvcstl, dsym, pdb, gmodules, 
debugserver, objc

--
Command Output (stderr):
--
UNSUPPORTED: LLDB 
(/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/bin/clang-arm) :: 
test_thread_state_after_expr_dsym 
(TestStateAfterExpression.TestStopReasonAfterExpression) (test case does not 
fall in any category of interest for this run) 
PASS: LLDB (/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/bin/clang-arm) :: 
test_thread_state_after_expr_dwarf 
(TestStateAfterExpression.TestStopReasonAfterExpression)
FAIL: LLDB (/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/bin/clang-arm) :: 
test_thread_state_after_expr_dwo 
(TestStateAfterExpression.TestStopReasonAfterExpression)
======================================================================
FAIL: test_thread_state_after_expr_dwo 
(TestStateAfterExpression.TestStopReasonAfterExpression)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py",
 line 1809, in test_method
    return attrvalue(self)
  File 
"/home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py",
 line 588, in wrapper
    func(*args, **kwargs)
  File 
"/home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/test/API/functionalities/thread/state_after_expression/TestStateAfterExpression.py",
 line 20, in test_thread_state_after_expr
    self.do_test()
  File 
"/home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/test/API/functionalities/thread/state_after_expression/TestStateAfterExpression.py",
 line 47, in do_test
    self.assertSuccess(result.GetError(), "Expression failed")
  File 
"/home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py",
 line 2619, in assertSuccess
    self.fail(self._formatMessage(msg, "'{}' is not success".format(error)))
AssertionError: 'Could not find type system for language assembly: TypeSystem 
for language assembly doesn't exist' is not success : Expression failed
Config=arm-/home/tcwg-buildbot/worker/lldb-arm-ubuntu/build/bin/clang
----------------------------------------------------------------------
Ran 3 tests in 1.698s

```

</details>

https://github.com/llvm/llvm-project/pull/170303
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to