-
Notifications
You must be signed in to change notification settings - Fork 1k
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
2021.1.1: Test failures #317
Comments
Thank you for the report. Can you please clarify what issues did you have with |
|
@Lastique , do you use release build (not relwithdebinfo)? If so, can you try to add CXXFLAGS="-fno-ipa-cp-clone" to check if the issue relates to #342 (comment). Thank you in advance. |
Yes.
It fixed some tests but not conformance_arena_constraints and conformance_enumerable_thread_specific. The latter one does not fail 100% of the runs, only on some runs. I'm attaching a full build log. Having to disable compiler optimizations makes me suspect that something is not right with the code. |
2021.4 does not compile:
This is on Kubuntu 21.10 with gcc 11.2. |
After applying #519 to 2021.4,
|
After running the build a second time,
|
I believe @Lastique , is |
I mentioned |
I built 2021.5.0 with #697 applied a couple times and got these failures:
Not |
|
@Lastique is this issue still relevant? |
I don't know, I haven't been running TBB tests for a while. |
If anyone encounter this issue in the future please open new issue with a link to this one |
When building oneTBB 2021.1.1 release on Kubuntu 20.10 x86_64, the following tests fail:
The test_limiter_node test is hanging indefinitely and in this case was interrupted with SIGINT.
The libtbbbind library CMake file was patched to be able to compile it with libhwloc 2.2.0, which is the version of the library that is available in Kubuntu 20.10 repos. This patch is here: fix_hwloc_detection.patch.txt
The library was also patched to work around #312. This patch is here: fix_inheriting_members.patch.txt (#318)
The full log is here: tbb_build_fail.txt
This was run on a Core i7 2600K.
The text was updated successfully, but these errors were encountered: