- Package:
- src:crowdsec
- Source:
- src:crowdsec
- Submitter:
- Nilesh Patra
- Date:
- 2023-11-26 08:39:02 UTC
- Severity:
- normal
Dear Maintainer, crowdsec fails its autopkgtests on unstable with: | 316s === RUN TestOneShot | 316s journalctl_test.go:172: Expected log output 'journalctl: invalid option' but got nothing ! | 316s --- FAIL: TestOneShot (0.08s) | 316s === RUN TestStreaming | 316s journalctl_test.go:181: unreliable test: https://github.com/crowdsecurity/crowdsec/issues/2352 | 316s --- SKIP: TestStreaming (0.00s) | 316s FAIL | 316s FAIL github.com/crowdsecurity/crowdsec/pkg/acquisition/modules/journalctl 0.225s | 319s ? github.com/crowdsecurity/crowdsec/pkg/apiserver/controllers [no test files] | 319s ? github.com/crowdsecurity/crowdsec/pkg/apiserver/controllers/v1 [no test files] | 319s ? github.com/crowdsecurity/crowdsec/pkg/apiserver/middlewares/v1 [no test files] | 319s ? github.com/crowdsecurity/crowdsec/pkg/cstest [no test files] This is currently blocking golang-github-gin-gonic-gin to testing which fixes a bunch of RC bugs (of same kind).
Best, Nilesh
Hi, Nilesh Patra <nilesh@debian.org> (2023-10-31): I think we've had this issue showing up in a few cases (on other archs though), but I wasn't able to replicate it, possibly timing issues or something similar. I'd suggest a retry if that wasn't attempted already. Cheers,
Since this means it is a flaky test and a recurring problem, would it make sense to skip those tests to save some cycles for debci? I had triggered it - we will see if it fixes itself. Best, Nilesh
Nilesh Patra <nilesh@debian.org> (2023-10-31): I didn't say I was certain, quite the opposite. Looking at https://ci.debian.net/packages/c/crowdsec/testing/armel/ it succeeded, 4 times in a row, within 2 minutes… Cheers,
Cyril Brulebois <cyril@debamax.com> (2023-10-31): Downgrading severity as this isn't actually blocking any packages. Cheers,