Skip to content
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

Test failures in test suite "BlastTest" #58

Open
jonblack opened this issue Nov 30, 2016 · 3 comments
Open

Test failures in test suite "BlastTest" #58

jonblack opened this issue Nov 30, 2016 · 3 comments
Assignees

Comments

@jonblack
Copy link
Contributor

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
Copy link
Contributor

cbaakman commented Dec 2, 2016

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
Copy link
Contributor Author

jonblack commented Dec 5, 2016

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
Copy link
Contributor

cbaakman commented Dec 5, 2016

I just did that, the image still builds.

@cbaakman cbaakman assigned jonblack and unassigned cbaakman Dec 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants