Issue 172893
Summary Dexter tests failing due to failure to initialize lldb-dap
Labels new issue
Assignees
Reporter Michael137
    Our public arm64 macOS buildbot occasionally fails in the `cross-project-tests` stage with following error:
```
16:59:46 ['/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/venv/bin/python3.9', '/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/../dexter.py', 'run-debugger-internal-', '/var/folders/rx/wwt3r31n0wx1xmtg3h393nk80000gn/T/lit-tmp-ptuzpfrq/dexter/tmpqjim04am/tmpzqpy7s0v', '--working-directory=/var/folders/rx/wwt3r31n0wx1xmtg3h393nk80000gn/T/lit-tmp-ptuzpfrq/dexter/tmpqjim04am', '--unittest=off', '--indent-timer-level=3']
16:59:46  
16:59:46  Traceback (most recent call last):
16:59:46    File "/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/../dexter.py", line 20, in <module>
16:59:46      return_code = main()
16:59:46    File "/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/tools/Main.py", line 204, in main
16:59:46      return tool_main(context, module.Tool(context), args)
16:59:46    File "/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/tools/Main.py", line 173, in tool_main
16:59:46      return_code = tool.go()
16:59:46 File "/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/tools/run_debugger_internal_/Tool.py", line 61, in go
16:59:46 self.debugger_controller.run_debugger(debugger)
16:59:46    File "/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DebuggerControllerBase.py", line 39, in run_debugger
16:59:46 self._run_debugger_custom(the_cmdline)
16:59:46    File "/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/DefaultController.py", line 89, in _run_debugger_custom
16:59:46 self.debugger.launch(cmdline)
16:59:46    File "/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/DAP.py", line 784, in launch
16:59:46      raise TimeoutError(
16:59:46 TimeoutError: Timed out while waiting for initialized event from DAP
```

Example: https://green.lab.llvm.org/job/llvm.org/job/as-lldb-cmake/37387/execution/node/91/log/?consoleFull

(attached full log to this issue)

[dexter.log](https://github.com/user-attachments/files/24243861/dexter.log)


_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to