-
Notifications
You must be signed in to change notification settings - Fork 1.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
Make Test failed #537
Comments
Same issue here with i7 3612qm (supports AVX) |
pretty similar here with the 20.04.2 release
|
Hey guys, |
We pushed a release candidate for 20.10 to the |
next branch built with gcc 10 on gentoo
|
Can you post your entire cmake output, please? Also are you running with memcheck, i.e. valgrind? Parallel tests? Please post also the stdout of one of the failed tests. |
I would, but the next branch appears to have disappeared.... you want me to build master? |
Ah, yes. We've just updated |
The requested info is a bit large, so I had to put it here https://dev.gentoo.org/~zerochaos/net-wireless:srslte-9999:20201028-144208.log.gz |
I can't access the file I am afraid. Just post the stdout of one of the failed tests and CMake output. I believe the reason is the same. |
My apologies, you can access it now |
I believe it's because of the parallel execution of tests (see Could you provide this file |
Updated for 20.10.1
Just to test the parallel execution theory, I went ahead and tested with "ctest -j1" and it failed the same 60 tests, but slower. LastTest.log is 368M (54M compressed), but if you want it you can download it here (from the -j1 run, just in case it matters): |
Seems to be resolved by running again Total Test time (real) = 256.74 sec The following tests FAILED: Previously, For srslte 20.4.1 with UHD 3.14.1.1 0% tests passed, 737 tests failed out of 739 $ make install Makefile:73: recipe for target 'install' failed Thanks, |
Should all be fixed with the current release. Please reopen if there are still issues. |
SRSLTE make test failed in the following phases!
Can anyone help?
git cloned from original source and then checkout with version 19_12
I'm using USRP B210 and the PC is i7 6700HQ
581/587 Test #581: scell_search_test ................................ Passed 14.65 sec
Start 582: usim_test
582/587 Test #582: usim_test ........................................ Passed 0.02 sec
Start 583: rrc_reconfig_test
583/587 Test #583: rrc_reconfig_test ................................ Passed 0.02 sec
Start 584: nas_test
584/587 Test #584: nas_test .........................................***Exception: Child aborted 0.25 sec
Start 585: tft_test
585/587 Test #585: tft_test ......................................... Passed 0.04 sec
Start 586: rrc_mobility_test
586/587 Test #586: rrc_mobility_test ................................ Passed 0.05 sec
Start 587: erab_setup_test
587/587 Test #587: erab_setup_test .................................. Passed 0.05 sec
98% tests passed, 9 tests failed out of 587
Total Test time (real) = 252.43 sec
The following tests FAILED:
357 - phy_dl_test-p6-t2-q-m27 (Failed)
362 - phy_dl_test-p6-t3-q-m27 (Failed)
367 - phy_dl_test-p6-t4-q-m27 (Failed)
422 - phy_dl_test-p25-t3-m28 (Failed)
427 - phy_dl_test-p25-t4-m28 (Failed)
437 - phy_dl_test-p25-t2-q-m27 (Failed)
442 - phy_dl_test-p25-t3-q-m27 (Failed)
447 - phy_dl_test-p25-t4-q-m27 (Failed)
584 - nas_test (Child aborted)
Errors while running CTest
Makefile:140: recipe for target 'test' failed
make: *** [test] Error 8
Thanks
Best regards
The text was updated successfully, but these errors were encountered: