[BUG] test failure with zlib-ng
Prerequisites
- [ ] Put an X between the brackets on this line if you have done all of the following:
- Read about bug reporting in general: https://rspamd.com/doc/faq.html#how-to-report-bugs-found-in-rspamd
- Enabled relevant debugging logs: https://rspamd.com/doc/faq.html#how-to-debug-some-module-in-rspamd
- Checked the FAQs about Core files in case of fatal crash: https://rspamd.com/doc/faq.html#how-to-figure-out-why-rspamd-process-crashed
- Tried ASAN package and obtained the ASAN report (if possible): https://rspamd.com/doc/faq.html#asan-builds
- Checked that your issue isn't already filed: https://github.com/issues?utf8=%E2%9C%93&q=is%3Aissue+user%3Arspamd
- Checked that there is not already an experimental package or master branch
Describe the bug There is a test failure on chimera linux which uses musl and zlib-ng:
https://github.com/chimera-linux/cports/actions/runs/9918660588/job/27403585394#step:7:936
The test passes on alpine linux which uses musl and zlib:
https://gitlab.alpinelinux.org/a16bitsysop/aports/-/jobs/1452333#L2546
Possibly because of this:
https://github.com/chimera-linux/cports/pull/2497#issuecomment-2226826125
Steps to Reproduce
- compile on chimera-linux with zlib-ng
- run tests
Expected behavior A clear and concise description of what you expected to happen.
Test should pass
Versions
You can get this information from copy and pasting the output of rspamd --version from the command line. Also, please include the OS and what version and architecture including the generation of CPU model (e.g. Haswell) where applicable, of the OS you're running.
3.9.0
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.