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

TestPreconfig.test_vt_assert_no_mpi segfaults in icpx build #2068

Closed
cz4rs opened this issue Jan 17, 2023 · 2 comments · Fixed by #2077 or #2112
Closed

TestPreconfig.test_vt_assert_no_mpi segfaults in icpx build #2068

cz4rs opened this issue Jan 17, 2023 · 2 comments · Fixed by #2077 or #2112
Assignees

Comments

@cz4rs
Copy link
Contributor

cz4rs commented Jan 17, 2023

Reproduced on develop (9089be5) using Docker.

root@e89cb46df633:/build/vt# ctest -R TestPreconfig.test_vt_assert_no_mpi --output-on-failure
Test project /build/vt
    Start 995: vt:TestPreconfig.test_vt_assert_no_mpi
1/1 Test #995: vt:TestPreconfig.test_vt_assert_no_mpi ...***Exception: SegFault  0.06 sec
Note: Google Test filter = TestPreconfig.test_vt_assert
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from TestPreconfig
[ RUN      ] TestPreconfig.test_vt_assert


0% tests passed, 1 tests failed out of 1

Label Time Summary:
unit_test    =   0.06 sec*proc (1 test)

Total Test time (real) =   0.14 sec

The following tests FAILED:
	995 - vt:TestPreconfig.test_vt_assert_no_mpi (SEGFAULT)

First observed in #2058: see Azure logs.

I suspect that this is caused by an icpx update (we don't use pinned version in ci/docker/ubuntu-intel-oneapi-cpp.dockerfile).

root@062055a887d5:/build/vt# icpx --version
Intel(R) oneAPI DPC++/C++ Compiler 2023.0.0 (2023.0.0.20221201)

Originally posted by @cz4rs in #2058 (comment)

@cz4rs
Copy link
Contributor Author

cz4rs commented Mar 16, 2023

This keeps failing on icpc build (recent logs):

383/483 Test #383: vt:TestPreconfig.test_vt_assert_no_mpi .............................................***Exception: SegFault  0.29 sec
Note: Google Test filter = TestPreconfig.test_vt_assert
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from TestPreconfig
[ RUN      ] TestPreconfig.test_vt_assert

(...)
The following tests FAILED:
	383 - vt:TestPreconfig.test_vt_assert_no_mpi (SEGFAULT)

Either fix this or disable the test for Intel compilers if that's too much of a hassle.

@cz4rs cz4rs reopened this Mar 16, 2023
@cz4rs cz4rs self-assigned this Mar 16, 2023
@cz4rs
Copy link
Contributor Author

cz4rs commented Mar 21, 2023

DARMA weekly conclusion: disabling this test for Intel Classic is fine.

cz4rs added a commit that referenced this issue Mar 21, 2023
Test segfaults when built with icpc 2021.8.0.
cz4rs added a commit that referenced this issue Mar 21, 2023
Test segfaults when built with icpc 2021.8.0.
cz4rs added a commit that referenced this issue Mar 22, 2023
Test segfaults when built with icpc 2021.8.0.
PhilMiller added a commit that referenced this issue Mar 22, 2023
…st-intel-classic

#2068: disable vtAssert test for Intel Classic
cz4rs added a commit that referenced this issue Mar 27, 2023
Test segfaults when built with icpc 2021.8.0.
cz4rs added a commit that referenced this issue Mar 30, 2023
Test segfaults when built with icpc 2021.8.0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants