[Lldb-commits] [lldb] [lldb] Make use of Scripted{Python, }Interface for ScriptedThreadPlan (#70392) (PR #96868)

LLVM Continuous Integration via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 27 01:59:07 PDT 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `lldb-x86_64-debian` running on `lldb-x86_64-debian` while building `lldb` at step 6 "test".

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

Here is the relevant piece of the build log for the reference:
```
Step 6 (test) failure: build (failure)
...
PASS: lldb-api :: functionalities/postmortem/mach-core/TestMachCore.py (578 of 2617)
PASS: lldb-api :: functionalities/thread/concurrent_events/TestConcurrentNWatchNBreak.py (579 of 2617)
PASS: lldb-api :: functionalities/tail_call_frames/unambiguous_sequence/TestUnambiguousTailCalls.py (580 of 2617)
PASS: lldb-api :: functionalities/thread/concurrent_events/TestConcurrentBreakpointDelayBreakpointOneSignal.py (581 of 2617)
PASS: lldb-api :: functionalities/thread/concurrent_events/TestConcurrentBreakpointsDelayedBreakpointOneWatchpoint.py (582 of 2617)
PASS: lldb-api :: functionalities/thread/concurrent_events/TestConcurrentBreakpointOneDelayBreakpointThreads.py (583 of 2617)
XFAIL: lldb-api :: functionalities/thread/break_after_join/TestBreakAfterJoin.py (584 of 2617)
PASS: lldb-api :: functionalities/inline-stepping/TestInlineStepping.py (585 of 2617)
PASS: lldb-api :: functionalities/step-avoids-no-debug/TestStepNoDebug.py (586 of 2617)
PASS: lldb-api :: functionalities/inferior-assert/TestInferiorAssert.py (587 of 2617)
FAIL: lldb-api :: functionalities/step_scripted/TestStepScripted.py (588 of 2617)
******************** TEST 'lldb-api :: functionalities/step_scripted/TestStepScripted.py' FAILED ********************
Script:
--
/usr/bin/python3 /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env ARCHIVER=/usr/bin/ar --env OBJCOPY=/usr/bin/objcopy --env LLVM_LIBS_DIR=/home/worker/2.0.1/lldb-x86_64-debian/build/./lib --env LLVM_INCLUDE_DIR=/home/worker/2.0.1/lldb-x86_64-debian/build/include --env LLVM_TOOLS_DIR=/home/worker/2.0.1/lldb-x86_64-debian/build/./bin --arch x86_64 --build-dir /home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex --lldb-module-cache-dir /home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /home/worker/2.0.1/lldb-x86_64-debian/build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /home/worker/2.0.1/lldb-x86_64-debian/build/./bin/lldb --compiler /home/worker/2.0.1/lldb-x86_64-debian/build/./bin/clang --dsymutil /home/worker/2.0.1/lldb-x86_64-debian/build/./bin/dsymutil --llvm-tools-dir /home/worker/2.0.1/lldb-x86_64-debian/build/./bin --lldb-obj-root /home/worker/2.0.1/lldb-x86_64-debian/build/tools/lldb --lldb-libs-dir /home/worker/2.0.1/lldb-x86_64-debian/build/./lib -t /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/test/API/functionalities/step_scripted -p TestStepScripted.py
--
Exit Code: 1

Command Output (stdout):
--
lldb version 19.0.0git (https://github.com/llvm/llvm-project.git revision 9a9ec228cdcf75d01be82be5be13e1542f0fc75d)
  clang revision 9a9ec228cdcf75d01be82be5be13e1542f0fc75d
  llvm revision 9a9ec228cdcf75d01be82be5be13e1542f0fc75d
Skipping the following test categories: ['libc++', 'dsym', 'gmodules', 'debugserver', 'objc']
thread step-scripted -C Steps.StepReportsStopOthers -k token -v 140471925396160 --run-mode all-threads
{'140471925396160': False}
thread step-scripted -C Steps.StepReportsStopOthers -k token -v 140471925396160 --run-mode this-thread
{'140471925396160': True}
thread step-scripted -C Steps.StepReportsStopOthers -k token -v 140471925396160
{'140471925396160': True}
thread step-scripted -C Steps.StepReportsStopOthers -k token -v 140471925396160
{'140471925396160': False}

--
Command Output (stderr):
--
Change dir to: /home/worker/2.0.1/lldb-x86_64-debian/llvm-project/lldb/test/API/functionalities/step_scripted
runCmd: settings clear -all

output: 

runCmd: settings set symbols.enable-external-lookup false

output: 

runCmd: settings set target.inherit-tcc true

output: 


```

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


More information about the lldb-commits mailing list