abrt / satyr

Automatic problem management with anonymous reports
GNU General Public License v2.0
19 stars 22 forks source link

0.42: test suite is failing in `core_stacktrace` unit #339

Closed kloczek closed 8 months ago

kloczek commented 1 year ago

Looks like something is wrong like it was in https://github.com/abrt/satyr/issues/322 because the same unit now is failing

```console ====================================== satyr 0.42: tests/test-suite.log ====================================== # TOTAL: 25 # PASS: 24 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: core_stacktrace ===================== TAP version 13 # random seed: R02Sdac17f28df43991a51443f4af30e761d 1..3 # Start of stacktrace tests # Start of core tests ok 1 /stacktrace/core/to-json ok 2 /stacktrace/core/from-json core_stacktrace: WEXITSTATUS: 1 FAIL core_stacktrace (exit status: 1) ============================================================================ Testsuite summary for satyr 0.42 ============================================================================ # TOTAL: 25 # PASS: 24 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to crash-catcher@fedorahosted.org ============================================================================ ```
MANGOPIE3 commented 1 year ago

--cap-add=SYS_PTRACE --security-opt seccomp=unconfined doesn't work now ?

kloczek commented 9 months ago

Those params where needs to be added? 🤔

msrb commented 8 months ago

Those params where needs to be added? 🤔

podman :)

kloczek commented 8 months ago

podman :)

I'm building all my packages in LXC zones in which access to ptrace() is allowed 🤔