discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] How to diagnose make test failures


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] How to diagnose make test failures
Date: Sun, 28 Apr 2013 13:55:30 -0400

On Sun, Apr 21, 2013 at 6:26 PM, Barry Jackson <address@hidden> wrote:
> On 21/04/13 22:42, Stamper, Brian wrote:
>>
>> Some additional information..
>>
>>> When I run make test I get the following failures:
>>>
>>>
>>> 22/192 Test #22: qa_fft_filter ....................***Failed 1.05 sec
>>> 85/192 Test #85: test_gr_filter ...................***Failed 0.27 sec
>>> 91/192 Test #91: qa_fft_filter ....................***Failed 1.11 sec
>>> 92/192 Test #92: qa_hilbert .......................***Failed 1.09 sec
>>> 93/192 Test #93: qa_filter_delay_fc ...............***Failed 1.10 sec
>>> 94/192 Test #94: qa_pfb_arb_resampler .............***Failed 1.13 sec
>>> 95/192 Test #95: qa_rational_resampler ............***Failed 1.23 sec
>>> 97/192 Test #97: qa_fir_filter ....................***Failed 1.23 sec
>>> 114/192 Test #114: qa_ctcss_squelch .................***Failed 1.21 sec
>>
>>
>>> My question is how should I go about diagnosing the problems?
>
>
>
> I am seeing similar errors with tests, but only when building on an i586
> system, these (except for #1) don't appear in x86_64.
> The following tests FAILED:
>           1 - qa_volk_test_all (Failed)                 #1 Can't find
> libvolk.so.0.0.0
>          52 - qa_fft_filter (Failed)                    #52 Segmentation
> fault
>          84 - test_gr_filter (Failed)                   #84 Segmentation
> fault
>          86 - qa_fractional_interpolator (Failed)       #16 Pass #86
> Segmentation fault
>          87 - qa_pfb_decimator (Failed)                 #87 Segmentation
> fault
>          93 - qa_fft_filter (Failed)                    #93 Segmentation
> fault
>          96 - qa_adaptive_fir_filter (Failed)           #96 Segmentation
> fault
>          97 - qa_channel_model (Failed)                 #97 Segmentation
> fault
>          98 - qa_freq_xlating_fir_filter (Failed)       #98 Assertion Errors
>          99 - qa_pfb_synthesizer (Failed)               #99 Segmentation
> fault
>         100 - qa_pfb_channelizer (Failed)               #100 Segmentation
> fault
>         102 - qa_fir_filter (Failed)                    #102 Segmentation
> fault
>         103 - qa_pfb_interpolator (Failed)              #103 Segmentation
> fault
>         104 - qa_pfb_arb_resampler (Failed)             #104 Segmentation
> fault
>         156 - qa_qtgui (Failed)                         #156 Passes when not
> run from script
> Errors while running CTest
>
> Output of all failing tests with ctest -V -R is attached.
>
> I too would like to know how to resolve these failures.


That's very concerning about not finding libvolk.so. Make sure you
have, in the build directory, volk/lib/libvolk.so.0.0.0. If that's not
there, volk didn't build properly, which is necessary for the rest of
the QA tests that are failing.

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]