We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following tests fail:
7 - clamd_valgrind (Failed) 9 - freshclam_valgrind (Failed) 11 - sigtool_valgrind (Failed)
The summary would be helpful if it wasn't truncated. I'm finding it difficult to understand the logs.
[INFO]: ==13017== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) =========================== short test summary info ============================ FAILED sigtool_test.py::TC::test_sigtool_01_run_cdiff - AssertionError: asser... FAILED sigtool_test.py::TC::test_sigtool_02_rust_logs_messages_work - Asserti... ERROR sigtool_test.py::TC::test_sigtool_01_run_cdiff - UnicodeDecodeError: 'u... ERROR sigtool_test.py::TC::test_sigtool_02_rust_logs_messages_work - Assertio...
rel/1.4
mkdir build && cd build
cmake .. -D DATABASE_DIRECTORY="/var/lib/_clamav" -D CLAMAV_USER="_clamav" -D CLAMAV_GROUP="_clamav"
cmake --build .
ctest
The list of prerequisites for my system (Void Linux amd64 glibc):
`gcc gdb make cmake python3-pytest python3 valgrind bzip2-devel check-devel libcurl-devel json-c-devel libmilter-devel libxml2-devel linux-headers ncurses-devel openssl-devel pcre2-devel zlib-devel`
Is it safe to complete the installation even if these tests failed?
LastTest.log
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The following tests fail:
The summary would be helpful if it wasn't truncated. I'm finding it difficult to understand the logs.
How to reproduce the problem
rel/1.4
branchmkdir build && cd build
cmake .. -D DATABASE_DIRECTORY="/var/lib/_clamav" -D CLAMAV_USER="_clamav" -D CLAMAV_GROUP="_clamav"
cmake --build .
ctest
The list of prerequisites for my system (Void Linux amd64 glibc):
Is it safe to complete the installation even if these tests failed?
Attachments
LastTest.log
The text was updated successfully, but these errors were encountered: