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

IndexingTest_SpectrumNumberTranslatorTest failing on Ubuntu 14.04 #19470

Closed
rosswhitfield opened this issue May 2, 2017 · 4 comments
Closed
Assignees
Labels
Framework Issues and pull requests related to components in the Framework
Milestone

Comments

@rosswhitfield
Copy link
Member

IndexingTest_SpectrumNumberTranslatorTest has been failing on Ubuntu 14.04 for a while http://builds.mantidproject.org/job/master_clean-ubuntu/

test 179
    Start 179: IndexingTest_SpectrumNumberTranslatorTest

179: Test command: /usr/bin/cmake "-E" "chdir" "/home/builder/jenkins-linode/workspace/master_clean-ubuntu/build/bin/Testing" "/home/builder/jenkins-linode/workspace/master_clean-ubuntu/build/bin/IndexingTest" "SpectrumNumberTranslatorTest"
179: Test timeout computed to be: 300
179: Running 23 tests...
179: In SpectrumNumberTranslatorTest::test_spectrum_numbers_order_preserved:
179: /home/builder/jenkins-linode/workspace/master_clean-ubuntu/Framework/Indexing/test/SpectrumNumberTranslatorTest.h:116: Error: Test failed: Unknown error -1
179: /home/builder/jenkins-linode/workspace/master_clean-ubuntu/Framework/Indexing/test/SpectrumNumberTranslatorTest.h:117: Error: Test failed: Unknown error -1
179: /home/builder/jenkins-linode/workspace/master_clean-ubuntu/Framework/Indexing/test/SpectrumNumberTranslatorTest.h:118: Error: Test failed: Unknown error -1
179: /home/builder/jenkins-linode/workspace/master_clean-ubuntu/Framework/Indexing/test/SpectrumNumberTranslatorTest.h:119: Error: Test failed: Unknown error -1
179: ......terminate called after throwing an instance of 'std::system_error'
179:   what():  Unknown error -1
179: Child aborted
1/1 Test #179: IndexingTest_SpectrumNumberTranslatorTest ...***Failed    0.12 sec

0% tests passed, 1 tests failed out of 1
@rosswhitfield rosswhitfield added the Framework Issues and pull requests related to components in the Framework label May 2, 2017
@rosswhitfield rosswhitfield added this to the Release 3.10 milestone May 2, 2017
@SimonHeybrock
Copy link
Contributor

@rosswhitfield I suppose you do not know anything more specific? I just ran that test 10000 times without failure on Ubuntu 16.04.

@rosswhitfield
Copy link
Member Author

Nope, just that it seems to fails every time on Ubuntu 14.04.

@SimonHeybrock
Copy link
Contributor

SimonHeybrock commented May 2, 2017

Might be similar to this: google/benchmark#67 (comment).
Are we linking pthread on Ubuntu 14.04?

@SimonHeybrock
Copy link
Contributor

Related bug report for gcc: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60662, but this is not really giving a solution.
I can reproduce this in a 14.04 VM. Linking with -lpthread does not fix it though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework
Projects
None yet
Development

No branches or pull requests

2 participants