-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
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
[BUG] Backend Build Failure #313
Comments
Thanks @axelarator - I'll review and keep you posted. Appreciate the issue posting. |
@axelarator Testing on 22.04 for 0.23.01.07
Built fine using no image cache. Do you mind building again with If the issue still persists, do you mind posting additional details such as architecture / additional build logs (looks to be failing on the tests, so maybe the above tests section?) |
No luck with uname -a
|
Same issue building here, I also tried the recommendation above |
The test output @axelarator shared shows
It's likely a mistake to assume the Workaround 1: Move Workaround 2: Include the default test yara in the
|
Thank you @ryanohoro, good catch - that would indeed cause it to fail. @axelarator + @sl0wz3r, do you mind testing the latest commit at https://github.com/target/strelka/tree/master? If successful, I'll push out a new release. Appreciate the issue posts. |
Working great. Tested in a conda environment running Python 3.9.13 and could follow the install steps without error. |
Describe the bug
I see this was an issue in the past as well and fixed in #186 but it appears again.
The command '/bin/sh -c echo '[+] Run build checks' && cd /strelka/strelka/ && python3 -m pytest -s tests/ && if $CONFIG_TESTS; then python3 -m pytest -s tests_configuration/; fi && echo '[+] Done'' returned a non-zero code: 1
ERROR: Service 'backend' failed to build : Build failed
Steps to reproduce
docker-compose -f build/docker-compose.yaml build
Expected behavior
Build without failure
Screenshots
N/A
Release
Additional context
Recreated issue on both Ubuntu 20.04 and 22.04
The text was updated successfully, but these errors were encountered: