You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to build the docker image it fails because the tests don't pass:
Running 1 test case...
blast done in 0s cpu / 0s wall
unit-tests/M6TestBlast.cpp(24): error in "TestBlast1": check r->mHits.size() > 0 failed
unknown location(0): fatal error in "TestBlast1": memory access violation at address: 0x00000071: no mapping at fault address
unit-tests/M6TestBlast.cpp(30): last checkpoint
*** 2 failures detected in test suite "BlastTest"
make: *** [install] Error 201
GNUmakefile:157: recipe for target 'install' failed
Removing intermediate container b198563148db
ERROR: Service 'mrs' failed to build: The command '/bin/sh -c ./configure && make -j && make install' returned a non-zero code: 2
The text was updated successfully, but these errors were encountered:
I cannot reproduce this error. When I build the image it says: "no errors detected". Docker files should behave the same everywhere right? So what could be different?
The cache may not be invalidated correctly. Run docker-compose build --force-rm --no-cache to force rebuilding without using the cache and run the tests again.
When I try to build the docker image it fails because the tests don't pass:
The text was updated successfully, but these errors were encountered: