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 failure on circle CI #234

Open
markus-stoll opened this issue Apr 28, 2015 · 8 comments
Open

Test failure on circle CI #234

markus-stoll opened this issue Apr 28, 2015 · 8 comments
Labels

Comments

@markus-stoll
Copy link

There is a test failure for 9 days now:
https://circleci.com/gh/CognitionGuidedSurgery/msml/511

Can we fix the issue ? If not, we should remove the failing test to make sure people notice new errors.

@markus-stoll
Copy link
Author

Is this related to #230 ?

@markus-stoll markus-stoll changed the title Build failure on circle CI Test failure on circle CI Apr 28, 2015
@wadoon wadoon self-assigned this Apr 28, 2015
@wadoon
Copy link
Member

wadoon commented Apr 28, 2015

Circle CI is Ubuntu 12.04.
We encountered the problem under Ubuntu 14.04.
There is a operator unbounded needed by mitral workflow.

@markus-stoll
Copy link
Author

Can we deactive the test until the problem is fixed?

@wadoon
Copy link
Member

wadoon commented Apr 28, 2015

We need to install numpy and scipy on CircleCi.

The operator exploding is: vtuToHf3inpWithBdyFacetMatIDsProducer

@wadoon
Copy link
Member

wadoon commented Apr 29, 2015

Locally, I only get my #230 failure.

@wadoon
Copy link
Member

wadoon commented May 2, 2015

Test is commented out now.
We have CGAL bug on circleci too, caused of using cgal-4.5 packages.
With cgal-4.3 the project does not compile on circleci and with 4.6 I can compile on our machines, but I get the same error.

We should fixed the CGAL version and add this as an ExternalProject in CMake. The download is 20MB, the compile on our system at 7 seconds with Clang.

@markus-stoll
Copy link
Author

4.6 is not compatible - it shouldnt even compile. If we can fix the version we should use 4.3.

@wadoon
Copy link
Member

wadoon commented May 8, 2015

With the default version from the distribution I get compile errors on CircleCI.
If someone want debug this, you can log into circleci via SSH.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants