cmbi / mrs

Maarten's Retrieval Service
Boost Software License 1.0
0 stars 3 forks source link

Test failures in test suite "BlastTest" #58

Open jonblack opened 7 years ago

jonblack commented 7 years ago

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
cbaakman commented 7 years ago

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?

jonblack commented 7 years ago

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.

cbaakman commented 7 years ago

I just did that, the image still builds.