Teemperor wrote:

```
(TestProcessAttach.ProcessAttachTestCase.test_attach_to_process_from_different_dir_by_id)
2026-06-29T10:04:21.5950973Z 
======================================================================
2026-06-29T10:04:21.5952262Z FAIL: test_attach_to_process_by_id 
(TestProcessAttach.ProcessAttachTestCase.test_attach_to_process_by_id)
2026-06-29T10:04:21.5953270Z    Test attach by process id
2026-06-29T10:04:21.5953871Z 
----------------------------------------------------------------------
2026-06-29T10:04:21.5954607Z Traceback (most recent call last):
2026-06-29T10:04:21.5955795Z   File 
"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py",
 line 175, in wrapper
2026-06-29T10:04:21.5957014Z     return func(*args, **kwargs)
2026-06-29T10:04:21.5957571Z            ^^^^^^^^^^^^^^^^^^^^^
2026-06-29T10:04:21.5958955Z   File 
"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/commands/process/attach/TestProcessAttach.py",
 line 36, in test_attach_to_process_by_id
2026-06-29T10:04:21.5960475Z     self.runCmd("process attach -p " + 
str(popen.pid))
2026-06-29T10:04:21.5961862Z   File 
"/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py",
 line 1092, in runCmd
2026-06-29T10:04:21.5963157Z     self.assertTrue(self.res.Succeeded(), msg + 
output)
2026-06-29T10:04:21.5964138Z AssertionError: False is not true : Command 
'process attach -p 394393' did not return successfully
2026-06-29T10:04:21.5965094Z Error output:
2026-06-29T10:04:21.5966128Z error: attach failed: The current value of 
ptrace_scope is 1, which can cause ptrace to fail to attach to a running 
process. To fix this, run:
2026-06-29T10:04:21.5967330Z    sudo sysctl -w kernel.yama.ptrace_scope=0
2026-06-29T10:04:21.5968248Z For more information, see: 
https://www.kernel.org/doc/Documentation/security/Yama.txt.
2026-06-29T10:04:21.5968959Z 
2026-06-29T10:04:21.5969944Z 
Config=x86_64-/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang
2026-06-29T10:04:21.5970924Z 
----------------------------------------------------------------------
2026-06-29T10:04:21.5971695Z Ran 5 tests in 5.755s
2026-06-29T10:04:21.5971965Z 
2026-06-29T10:04:21.5972166Z FAILED (failures=1)
```

Is that bot setup busted?

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

Reply via email to