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.
92% tests passed, 15 tests failed out of 193

Total Test time (real) =  75.16 sec

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

######################################################

[baz@localhost build]$ while read line; do ctest -V -R $line ; done < 
../../../test_fails
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
Test project /home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
test 1
    Start 1: qa_volk_test_all

1: Test command: 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/volk/lib/test_all
1: Test timeout computed to be: 9.99988e+06
1: /home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/volk/lib/test_all: 
error while loading shared libraries: libvolk.so.0.0.0: cannot open shared 
object file: No such file or directory
1/1 Test #1: qa_volk_test_all .................***Failed    0.00 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.02 sec

The following tests FAILED:
          1 - qa_volk_test_all (Failed)
Errors while running CTest
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
Test project /home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
test 52
    Start 52: qa_fft_filter

52: Test command: /usr/bin/sh 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gnuradio-core/src/python/gnuradio/gr/qa_fft_filter_test.sh"
52: Test timeout computed to be: 9.99988e+06
52: 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gnuradio-core/src/python/gnuradio/gr/qa_fft_filter_test.sh:
 line 7: 30693 Segmentation fault      /usr/bin/python -B 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gnuradio-core/src/python/gnuradio/gr/qa_fft_filter.py
1/2 Test #52: qa_fft_filter ....................***Failed    0.19 sec
test 93
    Start 93: qa_fft_filter

93: Test command: /usr/bin/sh 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/python/qa_fft_filter_test.sh"
93: Test timeout computed to be: 9.99988e+06
93: 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/python/qa_fft_filter_test.sh:
 line 7: 30699 Segmentation fault      /usr/bin/python -B 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gr-filter/python/qa_fft_filter.py
2/2 Test #93: qa_fft_filter ....................***Failed    0.20 sec

0% tests passed, 2 tests failed out of 2

Total Test time (real) =   0.41 sec

The following tests FAILED:
         52 - qa_fft_filter (Failed)
         93 - qa_fft_filter (Failed)
Errors while running CTest
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
Test project /home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
test 84
    Start 84: test_gr_filter

84: Test command: /usr/bin/sh 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/lib/test_gr_filter_test.sh"
84: Test timeout computed to be: 9.99988e+06
84: ........Using Volk machine: avx_32_mmx_orc
84: ...Volk warning: no arch found, returning generic impl
84: 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/lib/test_gr_filter_test.sh:
 line 7: 30710 Segmentation fault      test-gr-filter
84: ...
1/1 Test #84: test_gr_filter ...................***Failed    0.40 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.42 sec

The following tests FAILED:
         84 - test_gr_filter (Failed)
Errors while running CTest
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
Test project /home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
test 16
    Start 16: qa_fractional_interpolator

16: Test command: /usr/bin/sh 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gnuradio-core/src/python/gnuradio/gr/qa_fractional_interpolator_test.sh"
16: Test timeout computed to be: 9.99988e+06
16: >>> gr_fir_fff: using SSE
16: >>> gr_fir_ccf: using SSE
16: .
16: ----------------------------------------------------------------------
16: Ran 1 test in 0.000s
16: 
16: OK
1/2 Test #16: qa_fractional_interpolator .......   Passed    0.19 sec
test 86
    Start 86: qa_fractional_interpolator

86: Test command: /usr/bin/sh 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/python/qa_fractional_interpolator_test.sh"
86: Test timeout computed to be: 9.99988e+06
86: 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/python/qa_fractional_interpolator_test.sh:
 line 7: 30717 Segmentation fault      /usr/bin/python -B 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gr-filter/python/qa_fractional_interpolator.py
2/2 Test #86: qa_fractional_interpolator .......***Failed    0.23 sec

The following tests passed:
        qa_fractional_interpolator

50% tests passed, 1 tests failed out of 2

Total Test time (real) =   0.44 sec

The following tests FAILED:
         86 - qa_fractional_interpolator (Failed)
Errors while running CTest
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
Test project /home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
test 87
    Start 87: qa_pfb_decimator

87: Test command: /usr/bin/sh 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/python/qa_pfb_decimator_test.sh"
87: Test timeout computed to be: 9.99988e+06
87: 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/python/qa_pfb_decimator_test.sh:
 line 7: 30730 Segmentation fault      /usr/bin/python -B 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gr-filter/python/qa_pfb_decimator.py
1/1 Test #87: qa_pfb_decimator .................***Failed    0.21 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.22 sec

The following tests FAILED:
         87 - qa_pfb_decimator (Failed)
Errors while running CTest
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
Test project /home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
test 52
    Start 52: qa_fft_filter

52: Test command: /usr/bin/sh 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gnuradio-core/src/python/gnuradio/gr/qa_fft_filter_test.sh"
52: Test timeout computed to be: 9.99988e+06
52: 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gnuradio-core/src/python/gnuradio/gr/qa_fft_filter_test.sh:
 line 7: 30748 Segmentation fault      /usr/bin/python -B 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gnuradio-core/src/python/gnuradio/gr/qa_fft_filter.py
1/2 Test #52: qa_fft_filter ....................***Failed    0.18 sec
test 93
    Start 93: qa_fft_filter

93: Test command: /usr/bin/sh 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/python/qa_fft_filter_test.sh"
93: Test timeout computed to be: 9.99988e+06
93: 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/python/qa_fft_filter_test.sh:
 line 7: 30754 Segmentation fault      /usr/bin/python -B 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gr-filter/python/qa_fft_filter.py
2/2 Test #93: qa_fft_filter ....................***Failed    0.21 sec

0% tests passed, 2 tests failed out of 2

Total Test time (real) =   0.41 sec

The following tests FAILED:
         52 - qa_fft_filter (Failed)
         93 - qa_fft_filter (Failed)
Errors while running CTest
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
Test project /home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
test 96
    Start 96: qa_adaptive_fir_filter

96: Test command: /usr/bin/sh 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/python/qa_adaptive_fir_filter_test.sh"
96: Test timeout computed to be: 9.99988e+06
96: 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/python/qa_adaptive_fir_filter_test.sh:
 line 7: 30761 Segmentation fault      /usr/bin/python -B 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gr-filter/python/qa_adaptive_fir_filter.py
1/1 Test #96: qa_adaptive_fir_filter ...........***Failed    0.21 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.22 sec

The following tests FAILED:
         96 - qa_adaptive_fir_filter (Failed)
Errors while running CTest
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
Test project /home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
test 97
    Start 97: qa_channel_model

97: Test command: /usr/bin/sh 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/python/qa_channel_model_test.sh"
97: Test timeout computed to be: 9.99988e+06
97: 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/python/qa_channel_model_test.sh:
 line 7: 30775 Segmentation fault      /usr/bin/python -B 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gr-filter/python/qa_channel_model.py
1/1 Test #97: qa_channel_model .................***Failed    0.20 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.21 sec

The following tests FAILED:
         97 - qa_channel_model (Failed)
Errors while running CTest
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
Test project /home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
test 98
    Start 98: qa_freq_xlating_fir_filter

98: Test command: /usr/bin/sh 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/python/qa_freq_xlating_fir_filter_test.sh"
98: Test timeout computed to be: 9.99988e+06
98: ........FFFF
98: ======================================================================
98: FAIL: test_fir_filter_scc_001 (__main__.test_freq_xlating_filter)
98: ----------------------------------------------------------------------
98: Traceback (most recent call last):
98:   File 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gr-filter/python/qa_freq_xlating_fir_filter.py",
 line 411, in test_fir_filter_scc_001
98:     self.assertComplexTuplesAlmostEqual(expected_data, result_data[-20:], 5)
98:   File 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gnuradio-core/src/python/gnuradio/gr_unittest.py",
 line 71, in assertComplexTuplesAlmostEqual
98:     self.assertComplexAlmostEqual (a[i], b[i], places, msg)
98:   File 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gnuradio-core/src/python/gnuradio/gr_unittest.py",
 line 44, in assertComplexAlmostEqual
98:     (msg or '%s != %s within %s places' % (`first`, `second`, `places` ))
98: AssertionError: (-0.00775564694777+0.0437113791704j) != (nan+nanj) within 5 
places
98: 
98: ======================================================================
98: FAIL: test_fir_filter_scc_002 (__main__.test_freq_xlating_filter)
98: ----------------------------------------------------------------------
98: Traceback (most recent call last):
98:   File 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gr-filter/python/qa_freq_xlating_fir_filter.py",
 line 441, in test_fir_filter_scc_002
98:     self.assertComplexTuplesAlmostEqual(expected_data, result_data[-20:], 5)
98:   File 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gnuradio-core/src/python/gnuradio/gr_unittest.py",
 line 71, in assertComplexTuplesAlmostEqual
98:     self.assertComplexAlmostEqual (a[i], b[i], places, msg)
98:   File 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gnuradio-core/src/python/gnuradio/gr_unittest.py",
 line 44, in assertComplexAlmostEqual
98:     (msg or '%s != %s within %s places' % (`first`, `second`, `places` ))
98: AssertionError: (-0.0080680437386-0.00158522999845j) != (nan+nanj) within 5 
places
98: 
98: Using Volk machine: avx_32_mmx_orc
98: Volk warning: no arch found, returning generic impl
98: ======================================================================
98: FAIL: test_fir_filter_scf_001 (__main__.test_freq_xlating_filter)
98: ----------------------------------------------------------------------
98: Traceback (most recent call last):
98:   File 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gr-filter/python/qa_freq_xlating_fir_filter.py",
 line 351, in test_fir_filter_scf_001
98:     self.assertComplexTuplesAlmostEqual(expected_data, result_data[-20:], 5)
98:   File 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gnuradio-core/src/python/gnuradio/gr_unittest.py",
 line 71, in assertComplexTuplesAlmostEqual
98:     self.assertComplexAlmostEqual (a[i], b[i], places, msg)
98:   File 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gnuradio-core/src/python/gnuradio/gr_unittest.py",
 line 44, in assertComplexAlmostEqual
98:     (msg or '%s != %s within %s places' % (`first`, `second`, `places` ))
98: AssertionError: (-0.0330070219934+0.101965591311j) != (nan+nanj) within 5 
places
98: 
98: ======================================================================
98: FAIL: test_fir_filter_scf_002 (__main__.test_freq_xlating_filter)
98: ----------------------------------------------------------------------
98: Traceback (most recent call last):
98:   File 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gr-filter/python/qa_freq_xlating_fir_filter.py",
 line 381, in test_fir_filter_scf_002
98:     self.assertComplexTuplesAlmostEqual(expected_data, result_data[-20:], 5)
98:   File 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gnuradio-core/src/python/gnuradio/gr_unittest.py",
 line 71, in assertComplexTuplesAlmostEqual
98:     self.assertComplexAlmostEqual (a[i], b[i], places, msg)
98:   File 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gnuradio-core/src/python/gnuradio/gr_unittest.py",
 line 44, in assertComplexAlmostEqual
98:     (msg or '%s != %s within %s places' % (`first`, `second`, `places` ))
98: AssertionError: (0.00824625696987-1.50158575707e-05j) != (nan+nanj) within 
5 places
98: 
98: ----------------------------------------------------------------------
98: Ran 12 tests in 0.028s
98: 
98: FAILED (failures=4)
1/1 Test #98: qa_freq_xlating_fir_filter .......***Failed    0.28 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.30 sec

The following tests FAILED:
         98 - qa_freq_xlating_fir_filter (Failed)
Errors while running CTest
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
Test project /home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
test 99
    Start 99: qa_pfb_synthesizer

99: Test command: /usr/bin/sh 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/python/qa_pfb_synthesizer_test.sh"
99: Test timeout computed to be: 9.99988e+06
99: 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/python/qa_pfb_synthesizer_test.sh:
 line 7: 30891 Segmentation fault      /usr/bin/python -B 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gr-filter/python/qa_pfb_synthesizer.py
1/1 Test #99: qa_pfb_synthesizer ...............***Failed    0.20 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.21 sec

The following tests FAILED:
         99 - qa_pfb_synthesizer (Failed)
Errors while running CTest
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
Test project /home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
test 100
    Start 100: qa_pfb_channelizer

100: Test command: /usr/bin/sh 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/python/qa_pfb_channelizer_test.sh"
100: Test timeout computed to be: 9.99988e+06
100: 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/python/qa_pfb_channelizer_test.sh:
 line 7: 30903 Segmentation fault      /usr/bin/python -B 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gr-filter/python/qa_pfb_channelizer.py
1/1 Test #100: qa_pfb_channelizer ...............***Failed    0.20 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.21 sec

The following tests FAILED:
        100 - qa_pfb_channelizer (Failed)
Errors while running CTest
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
Test project /home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
test 102
    Start 102: qa_fir_filter

102: Test command: /usr/bin/sh 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/python/qa_fir_filter_test.sh"
102: Test timeout computed to be: 9.99988e+06
102: 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/python/qa_fir_filter_test.sh:
 line 7: 30921 Segmentation fault      /usr/bin/python -B 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gr-filter/python/qa_fir_filter.py
1/1 Test #102: qa_fir_filter ....................***Failed    0.21 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.23 sec

The following tests FAILED:
        102 - qa_fir_filter (Failed)
Errors while running CTest
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
Test project /home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
test 103
    Start 103: qa_pfb_interpolator

103: Test command: /usr/bin/sh 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/python/qa_pfb_interpolator_test.sh"
103: Test timeout computed to be: 9.99988e+06
103: 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/python/qa_pfb_interpolator_test.sh:
 line 7: 30947 Segmentation fault      /usr/bin/python -B 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gr-filter/python/qa_pfb_interpolator.py
1/1 Test #103: qa_pfb_interpolator ..............***Failed    0.19 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.21 sec

The following tests FAILED:
        103 - qa_pfb_interpolator (Failed)
Errors while running CTest
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
UpdateCTestConfiguration  from 
:/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/DartConfiguration.tcl
Test project /home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
Checking test dependency graph end
test 104
    Start 104: qa_pfb_arb_resampler

104: Test command: /usr/bin/sh 
"/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/python/qa_pfb_arb_resampler_test.sh"
104: Test timeout computed to be: 9.99988e+06
104: 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/build/gr-filter/python/qa_pfb_arb_resampler_test.sh:
 line 7: 30955 Segmentation fault      /usr/bin/python -B 
/home/baz/BOOST2/gnuradio/BUILD/gnuradio-3.6.4.1/gr-filter/python/qa_pfb_arb_resampler.py
1/1 Test #104: qa_pfb_arb_resampler .............***Failed    0.20 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.22 sec

The following tests FAILED:
        104 - qa_pfb_arb_resampler (Failed)
Errors while running CTest
[baz@localhost build]$ 
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to