Make test errors

I’m new to this, and I’m sure it will show…

I am trying to install and run Gnu Radio in an Ubuntu 12.10 environment.
I
followed the instructions at
http://gnuradio.org/redmine/projects/gnuradio/wiki/UbuntuInstall#Installation-Overview
and am getting errors on four modules when I run make test. They are:

86 - qa_fir_filter
91 - qa_freq__xlating_fir_filter
150 - qa_constellation_receiver
169 - qa_codec2_vocoder

Here is the output of ctest -V -R qa for each of those modules. I’d
really
appreciate any guidance on how to resolve these failures.

86: Test command: /bin/sh
“/home/dave/gnuradio/build/gr-filter/python/qa_fir_filter_test.sh”
86: Test timeout computed to be: 9.99988e+06
86: …FF
86:

86: FAIL: test_fir_filter_scc_001 (main.test_filter)
86:

86: Traceback (most recent call last):
86: File “/home/dave/gnuradio/gr-filter/python/qa_fir_filter.py”, line
262, in test_fir_filter_scc_001
86: self.assertComplexTuplesAlmostEqual(expected_data, result_data,
5)
86: File
“/home/dave/gnuradio/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line
74, in assertComplexTuplesAlmostEqual
86: self.assertComplexAlmostEqual (a[i], b[i], places, msg)
86: File
“/home/dave/gnuradio/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line
47, in assertComplexAlmostEqual
86: (msg or ‘%s != %s within %s places’ % (first, second,
places
))
86: AssertionError: (0.5+1j) != (nan+nanj) within 5 places
86:
86:

86: FAIL: test_fir_filter_scc_002 (main.test_filter)
86:

86: Traceback (most recent call last):
86: Using Volk machine: avx_32_mmx
86: File “/home/dave/gnuradio/gr-filter/python/qa_fir_filter.py”, line
281, in test_fir_filter_scc_002
86: self.assertComplexTuplesAlmostEqual(expected_data, result_data,
5)
86: File
“/home/dave/gnuradio/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line
74, in assertComplexTuplesAlmostEqual
86: self.assertComplexAlmostEqual (a[i], b[i], places, msg)
86: File
“/home/dave/gnuradio/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line
47, in assertComplexAlmostEqual
86: (msg or ‘%s != %s within %s places’ % (first, second,
places
))
86: AssertionError: (0.5+1j) != (nan+nanj) within 5 places
86:
86:

86: Ran 11 tests in 0.035s
86:
86: FAILED (failures=2)
1/1 Test #86: qa_fir_filter …***Failed 0.30 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) = 0.31 sec

The following tests FAILED:
86 - qa_fir_filter (Failed)
Errors while running CTest

91: Test command: /bin/sh
“/home/dave/gnuradio/build/gr-filter/python/qa_freq_xlating_fir_filter_test.sh”
91: Test timeout computed to be: 9.99988e+06
91: …FFFF
91:

91: FAIL: test_fir_filter_scc_001 (main.test_freq_xlating_filter)
91:

91: Traceback (most recent call last):
91: File
“/home/dave/gnuradio/gr-filter/python/qa_freq_xlating_fir_filter.py”,
line
412, in test_fir_filter_scc_001
91: self.assertComplexTuplesAlmostEqual(expected_data,
result_data[-20:], 5)
91: File
“/home/dave/gnuradio/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line
74, in assertComplexTuplesAlmostEqual
91: self.assertComplexAlmostEqual (a[i], b[i], places, msg)
91: File
“/home/dave/gnuradio/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line
47, in assertComplexAlmostEqual
91: (msg or ‘%s != %s within %s places’ % (first, second,
places
))
91: AssertionError: (-0.00775564694777+0.0437113791704j) != (nan+nanj)
within 5 places
91:
91:

91: Using Volk machine: avx_32_mmx
91: FAIL: test_fir_filter_scc_002 (main.test_freq_xlating_filter)
91:

91: Traceback (most recent call last):
91: File
“/home/dave/gnuradio/gr-filter/python/qa_freq_xlating_fir_filter.py”,
line
442, in test_fir_filter_scc_002
91: self.assertComplexTuplesAlmostEqual(expected_data,
result_data[-20:], 5)
91: File
“/home/dave/gnuradio/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line
74, in assertComplexTuplesAlmostEqual
91: self.assertComplexAlmostEqual (a[i], b[i], places, msg)
91: File
“/home/dave/gnuradio/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line
47, in assertComplexAlmostEqual
91: (msg or ‘%s != %s within %s places’ % (first, second,
places
))
91: AssertionError: (-0.0080680437386-0.00158522999845j) != (nan+nanj)
within 5 places
91:
91:

91: FAIL: test_fir_filter_scf_001 (main.test_freq_xlating_filter)
91:

91: Traceback (most recent call last):
91: File
“/home/dave/gnuradio/gr-filter/python/qa_freq_xlating_fir_filter.py”,
line
352, in test_fir_filter_scf_001
91: self.assertComplexTuplesAlmostEqual(expected_data,
result_data[-20:], 5)
91: File
“/home/dave/gnuradio/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line
74, in assertComplexTuplesAlmostEqual
91: self.assertComplexAlmostEqual (a[i], b[i], places, msg)
91: File
“/home/dave/gnuradio/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line
47, in assertComplexAlmostEqual
91: (msg or ‘%s != %s within %s places’ % (first, second,
places
))
91: AssertionError: (-0.0330070219934+0.101965591311j) != (nan+nanj)
within
5 places
91:
91:

91: FAIL: test_fir_filter_scf_002 (main.test_freq_xlating_filter)
91:

91: Traceback (most recent call last):
91: File
“/home/dave/gnuradio/gr-filter/python/qa_freq_xlating_fir_filter.py”,
line
382, in test_fir_filter_scf_002
91: self.assertComplexTuplesAlmostEqual(expected_data,
result_data[-20:], 5)
91: File
“/home/dave/gnuradio/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line
74, in assertComplexTuplesAlmostEqual
91: self.assertComplexAlmostEqual (a[i], b[i], places, msg)
91: File
“/home/dave/gnuradio/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line
47, in assertComplexAlmostEqual
91: (msg or ‘%s != %s within %s places’ % (first, second,
places
))
91: AssertionError: (0.00824625696987-1.50158575707e-05j) != (nan+nanj)
within 5 places
91:
91:

91: Ran 12 tests in 0.045s
91:
91: FAILED (failures=4)
1/1 Test #91: qa_freq_xlating_fir_filter …***Failed 0.32 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) = 0.34 sec

The following tests FAILED:
91 - qa_freq_xlating_fir_filter (Failed)
Errors while running CTest

150: Test command: /bin/sh
“/home/dave/gnuradio/build/gr-digital/python/qa_constellation_receiver_test.sh”
150: Test timeout computed to be: 9.99988e+06
150: Segmentation fault (core dumped)
1/1 Test #150: qa_constellation_receiver …***Failed 13.64 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) = 13.66 sec

The following tests FAILED:
150 - qa_constellation_receiver (Failed)
Errors while running CTest

169: Test command: /bin/sh
“/home/dave/gnuradio/build/gr-vocoder/python/qa_codec2_vocoder_test.sh”
169: Test timeout computed to be: 9.99988e+06
169: F
169:

169: FAIL: test001_module_load (main.test_codec2_vocoder)
169:

169: Traceback (most recent call last):
169: File
“/home/dave/gnuradio/gr-vocoder/python/qa_codec2_vocoder.py”,
line 56, in test001_module_load
169: self.assertEqual(expected_data, actual_result)
169: AssertionError: Tuples differ: (0, 0, 0, 3, 2, 0, 1, 5, 6, 7,… !=
(0L, 0L, 0L, 3L, 2L, 0L, 1L, 5…
169:
169: First differing element 112:
169: 24
169: 25
169:
169: Diff is 3978 characters long. Set self.maxDiff to None to see it.
169:
169:

169: Ran 1 test in 0.503s
169:
169: FAILED (failures=1)
1/1 Test #169: qa_codec2_vocoder …***Failed 0.86 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) = 0.87 sec

The following tests FAILED:
169 - qa_codec2_vocoder (Failed)
Errors while running CTest

I’ve rerun apt-get on for the following, and all report back as being
the
most current release:
python-dev
python-wxgtk2.8
python-numpy
python-cheetah
python-lxml
python-qt4
python-qwt5-qt4

Any help you can offer would be very much appreciated.
libqt4-opengl-dev libqwt5-qt4-dev libfontconfig1-dev libxrender-dev


View this message in context:
http://gnuradio.4.n7.nabble.com/make-test-errors-tp41841.html
Sent from the GnuRadio mailing list archive at Nabble.com.

The CPU on the laptop is an Intel i3-2350M (64 bit).

What steps should I take (or where can I learn how) to resolve the
problem with Volk?

Dave


From: Tom R. [email protected]
To: Botany D. [email protected]
Sent: Monday, June 10, 2013 6:41 AM
Subject: Re: [Discuss-gnuradio] make test errors

On Thu, Jun 6, 2013 at 11:52 PM, Botany D. [email protected]
wrote:

169 - qa_codec2_vocoder
86: ----------------------------------------------------------------------
47, in assertComplexAlmostEqual
281, in test_fir_filter_scc_002
86: AssertionError: (0.5+1j) != (nan+nanj) within 5 places

91: FAIL: test_fir_filter_scc_001 (main.test_freq_xlating_filter)
91: self.assertComplexAlmostEqual (a[i], b[i], places, msg)
91: FAIL: test_fir_filter_scc_002 (main.test_freq_xlating_filter)
91: self.assertComplexAlmostEqual (a[i], b[i], places, msg)
91: ----------------------------------------------------------------------
91: File
91: Traceback (most recent call last):
“/home/dave/gnuradio/gnuradio-runtime/python/gnuradio/gr_unittest.py”, line
1/1 Test #91: qa_freq_xlating_fir_filter …***Failed 0.32 sec
150: Test command: /bin/sh
150 - qa_constellation_receiver (Failed)
169: Traceback (most recent call last):
169: Diff is 3978 characters long. Set self.maxDiff to None to see it.

python-numpy
python-cheetah
python-lxml
python-qt4
python-qwt5-qt4

Any help you can offer would be very much appreciated.
libqt4-opengl-dev libqwt5-qt4-dev libfontconfig1-dev libxrender-dev

Dave,

Thanks for the details in your question. The first three look like
Volk issues and the last looks like a precision error.

What is the computer hardware? Specifically, what processor, processor
architecture (32 or 64 bit), and are your running it in a VM?

Tom

Run volk/lib/test_all from the build dir

If a kernel fails, it will tell you which one, start commenting out its
implementations in the source dir volk/kernels/volk/volk_*.h until the
test works. We narrow down suspect implementation and fix.

-josh

On 06/11/2013 07:34 PM, Botany D. wrote:

./volk/lib/test-all completes with no errors found.

Any other suggestions would be very much appreciated.

:frowning:

Well, having the volk qa fail would have nicely narrowed it down. I
guess that now its potentially ambiguous to blame volk. The good news, I
think those tests are related.

Can you report the OS name version, 32/64 bit?
The version of gnuradio where the tests failed?

-josh

The OS is Ubuntu 12.10 (32 bit).

Frankly, I’m not sure which version of gnuradio this is, but I installed
it from http://gnuradio.org/git/gnuradio.git/ last week.


From: Josh B. [email protected]
To: [email protected]
Sent: Tuesday, June 11, 2013 6:02 PM
Subject: Re: [Discuss-gnuradio] make test errors

On 06/11/2013 07:34 PM, Botany D. wrote:

./volk/lib/test-all completes with no errors found.

Any other suggestions would be very much appreciated.

:frowning:

Well, having the volk qa fail would have nicely narrowed it down. I
guess that now its potentially ambiguous to blame volk. The good news, I
think those tests are related.

Can you report the OS name version, 32/64 bit?
The version of gnuradio where the tests failed?

-josh

Hi Dave,
To know the gnuradio version being used type
gnuradio-config-info -v in the terminal.

./volk/lib/test-all completes with no errors found.

Any other suggestions would be very much appreciated.


From: Josh B.-2 [via GnuRadio] [email protected]
To: Botany D. [email protected]
Sent: Monday, June 10, 2013 7:13 PM
Subject: Re: make test errors

Run volk/lib/test_all from the build dir

If a kernel fails, it will tell you which one, start commenting out its
implementations in the source dir volk/kernels/volk/volk_*.h until the
test works. We narrow down suspect implementation and fix.

-josh

On 06/10/2013 09:57 PM, Dave L wrote:

From: Tom R. <[hidden email]>

http://gnuradio.org/redmine/projects/gnuradio/wiki/UbuntuInstall#Installation-Overview

86: Test command: /bin/sh
86: File
86: ======================================================================
86: self.assertComplexAlmostEqual (a[i], b[i], places, msg)
86: FAILED (failures=2)

412, in test_fir_filter_scc_001
))
442, in test_fir_filter_scc_002
))
91: self.assertComplexTuplesAlmostEqual(expected_data,
91: AssertionError: (-0.0330070219934+0.101965591311j) != (nan+nanj) within
result_data[-20:], 5)
within 5 places

“/home/dave/gnuradio/build/gr-vocoder/python/qa_codec2_vocoder_test.sh”
(0L, 0L, 0L, 3L, 2L, 0L, 1L, 5…
169: FAILED (failures=1)

Tom


Discuss-gnuradio mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Discuss-gnuradio mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Is there a way to check before I do “make install”? I’m still at the
point of trying to resolve issues found while running “make test”.


From: Karan T. [via GnuRadio] [email protected]
To: Botany D. [email protected]
Sent: Wednesday, June 12, 2013 2:29 AM
Subject: Re: make test errors

Hi Dave,
To know the gnuradio version being used type
gnuradio-config-info -v in the terminal.

On Wed, Jun 12, 2013 at 6:45 AM, Dave L <[hidden email]> wrote:

The OS is Ubuntu 12.10 (32 bit).

Subject: Re: [Discuss-gnuradio] make test errors

On
06/11/2013 07:34 PM, Botany D. wrote:
guess that now its potentially ambiguous to blame volk. The good news, I

Sent: Monday, June 10, 2013 7:13 PM
Subject: Re: make test
errors

I am trying to install and run Gnu Radio in an Ubuntu 12.10 environment. I
appreciate any guidance on
how to resolve these failures.

262, in test_fir_filter_scc_001
86: AssertionError: (0.5+1j) != (nan+nanj) within 5 places
86:
86: ======================================================================
86: FAIL: test_fir_filter_scc_002 (main.test_filter)
86: ----------------------------------------------------------------------
86: Traceback (most recent call last):
86: Using Volk machine: avx_32_mmx
86: File
“/home/dave/gnuradio/gr-filter/python/qa_fir_filter.py”, line

))
86: AssertionError: (0.5+1j) != (nan+nanj) within 5 places
86:
86:


  86 - qa_fir_filter (Failed)

91: Traceback (most recent call last):
“/home/dave/gnuradio/gnuradio-runtime/python/gnuradio/gr_unittest.py”, line
47, in
assertComplexAlmostEqual

91: File
47, in assertComplexAlmostEqual
91: (msg or ‘%s != %s within %s places’ % (first, second, places
))
91: AssertionError: (-0.0080680437386-0.00158522999845j) != (nan+nanj)
within 5 places
91:
91: ======================================================================
91: FAIL: test_fir_filter_scf_001 (main.test_freq_xlating_filter)
91:


91: File
“/home/dave/gnuradio/gnuradio-runtime/python/gnuradio/gr_unittest.py”, line
47, in assertComplexAlmostEqual
91: (msg or ‘%s != %s within %s places’ % (first, second,
places

382, in test_fir_filter_scf_002
91: self.assertComplexTuplesAlmostEqual(expected_data,
result_data[-20:], 5)
91: File
“/home/dave/gnuradio/gnuradio-runtime/python/gnuradio/gr_unittest.py”, line
74, in
assertComplexTuplesAlmostEqual

91: Ran 12 tests in 0.045s
91:
91: FAILED (failures=4)
1/1 Test #91: qa_freq_xlating_fir_filter …***Failed 0.32 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) = 0.34 sec

1/1 Test #150: qa_constellation_receiver …***Failed 13.64 sec
169: Test command: /bin/sh
169: AssertionError: Tuples differ: (0, 0, 0, 3, 2, 0, 1, 5, 6, 7,… !=
169:

I’ve rerun apt-get on for the following, and all
report back as being the

libqt4-opengl-dev libqwt5-qt4-dev libfontconfig1-dev libxrender-dev
Tom


Discuss-gnuradio
mailing list

https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Discuss-gnuradio mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Regards
Karan T.


Discuss-gnuradio mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

On 06/12/2013 08:47 AM, Botany D. wrote:

Is there a way to check before I do “make install”? I’m still at the point of
trying to resolve issues found while running “make test”.

when you configure, cmake ~/src/gnuradio-checkout…
The last thing printed should be the git hash

The best thing you can do is collect all the error verbose, and then OS
version, gr version, and get it on a bug tracker issue so the devs can
replicate and fix it.

-josh

Hi!

I’m having the same issue, so let me describe my hardware for the
record:

  • 32-bit Ubuntu 12.04 virtual machine on VMware Player.
  • 64-bit processor Intel Core i7-3612QM.
  • Host OS: Windows 8.

Additional information:

  • It also fails on a 64-bit Ubuntu 12.04 VM.
  • I enabled the option “Intel VT-x/EPT or AMD-V/RVI vitualization”, with
    no result.
  • Works great on Ubuntu 12.04, without VM.
  • Works great on Mac.

Tests results for qa_constellation_receiver: sometimes fails, other
passes, which means that the problem is on the processors precision,
just like Tom said.

Tests for qa_freq_xlating_fir_filter, qa_fir_filter and
qa_codec2_vocoder always fails.

Everything is ok with Volk.

Hope this information helps you, I’ll try to solve it.

[email protected]:~/Documents/source/gnuradio/gnuradio-3.7.1/build$ ctest -V
-R qa_constellation_receiver
UpdateCTestConfiguration from
:/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build/DartConfiguration.tcl
UpdateCTestConfiguration from
:/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build/DartConfiguration.tcl
Test project /home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph…
Checking test dependency graph end
test 135
Start 135: qa_constellation_receiver

135: Test command: /bin/sh
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build/gr-digital/python/digital/qa_constellation_receiver_test.sh”
135: Test timeout computed to be: 9.99988e+06
135: .
135:

135: Ran 1 test in 1.323s
135:
135: OK
135: Using Volk machine: avx_32_mmx
1/1 Test #135: qa_constellation_receiver … Passed 3.71 sec

The following tests passed:
qa_constellation_receiver

100% tests passed, 0 tests failed out of 1

Total Test time (real) = 3.74 sec
[email protected]:~/Documents/source/gnuradio/gnuradio-3.7.1/build$ ctest -V
-R qa_constellation_receiver
UpdateCTestConfiguration from
:/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build/DartConfiguration.tcl
UpdateCTestConfiguration from
:/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build/DartConfiguration.tcl
Test project /home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph…
Checking test dependency graph end
test 135
Start 135: qa_constellation_receiver

135: Test command: /bin/sh
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build/gr-digital/python/digital/qa_constellation_receiver_test.sh”
135: Test timeout computed to be: 9.99988e+06
135: .
135:

135: Ran 1 test in 1.395s
135:
135: OK
135: Using Volk machine: avx_32_mmx
1/1 Test #135: qa_constellation_receiver … Passed 2.97 sec

The following tests passed:
qa_constellation_receiver

100% tests passed, 0 tests failed out of 1

Total Test time (real) = 2.98 sec
[email protected]:~/Documents/source/gnuradio/gnuradio-3.7.1/build$ ctest -V
-R qa_constellation_receiver
UpdateCTestConfiguration from
:/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build/DartConfiguration.tcl
UpdateCTestConfiguration from
:/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build/DartConfiguration.tcl
Test project /home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph…
Checking test dependency graph end
test 135
Start 135: qa_constellation_receiver

135: Test command: /bin/sh
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build/gr-digital/python/digital/qa_constellation_receiver_test.sh”
135: Test timeout computed to be: 9.99988e+06
135: Segmentation fault (core dumped)
1/1 Test #135: qa_constellation_receiver …***Failed 10.39 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) = 10.42 sec

The following tests FAILED:
135 - qa_constellation_receiver (Failed)
Errors while running CTest

[email protected]:~/Documents/source/gnuradio/gnuradio-3.7.1/build$ ctest -V
-R qa_freq_xlating_fir_filter
UpdateCTestConfiguration from
:/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build/DartConfiguration.tcl
UpdateCTestConfiguration from
:/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build/DartConfiguration.tcl
Test project /home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph…
Checking test dependency graph end
test 88
Start 88: qa_freq_xlating_fir_filter

88: Test command: /bin/sh
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build/gr-filter/python/filter/qa_freq_xlating_fir_filter_test.sh”
88: Test timeout computed to be: 9.99988e+06
88: Using Volk machine: avx_32_mmx
88: …FFFF
88:

88: FAIL: test_fir_filter_scc_001 (main.test_freq_xlating_filter)
88:

88: Traceback (most recent call last):
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gr-filter/python/filter/qa_freq_xlating_fir_filter.py”,
line 411, in test_fir_filter_scc_001
88: self.assertComplexTuplesAlmostEqual(expected_data,
result_data[-20:], 5)
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line 74, in assertComplexTuplesAlmostEqual
88: self.assertComplexAlmostEqual (a[i], b[i], places, msg)
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line 47, in assertComplexAlmostEqual
88: (msg or ‘%s != %s within %s places’ % (first, second,
places ))
88: AssertionError: (-0.00775564694777+0.0437113791704j) != (nan+nanj)
within 5 places
88:
88:

88: FAIL: test_fir_filter_scc_002 (main.test_freq_xlating_filter)
88:

88: Traceback (most recent call last):
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gr-filter/python/filter/qa_freq_xlating_fir_filter.py”,
line 441, in test_fir_filter_scc_002
88: self.assertComplexTuplesAlmostEqual(expected_data,
result_data[-20:], 5)
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line 74, in assertComplexTuplesAlmostEqual
88: self.assertComplexAlmostEqual (a[i], b[i], places, msg)
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line 47, in assertComplexAlmostEqual
88: (msg or ‘%s != %s within %s places’ % (first, second,
places ))
88: AssertionError: (-0.0080680437386-0.00158522999845j) != (nan+nanj)
within 5 places
88:
88:

88: FAIL: test_fir_filter_scf_001 (main.test_freq_xlating_filter)
88:

88: Traceback (most recent call last):
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gr-filter/python/filter/qa_freq_xlating_fir_filter.py”,
line 351, in test_fir_filter_scf_001
88: self.assertComplexTuplesAlmostEqual(expected_data,
result_data[-20:], 5)
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line 74, in assertComplexTuplesAlmostEqual
88: self.assertComplexAlmostEqual (a[i], b[i], places, msg)
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line 47, in assertComplexAlmostEqual
88: (msg or ‘%s != %s within %s places’ % (first, second,
places ))
88: AssertionError: (-0.0330070219934+0.101965591311j) != (nan+nanj)
within 5 places
88:
88:

88: FAIL: test_fir_filter_scf_002 (main.test_freq_xlating_filter)
88:

88: Traceback (most recent call last):
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gr-filter/python/filter/qa_freq_xlating_fir_filter.py”,
line 381, in test_fir_filter_scf_002
88: self.assertComplexTuplesAlmostEqual(expected_data,
result_data[-20:], 5)
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line 74, in assertComplexTuplesAlmostEqual
88: self.assertComplexAlmostEqual (a[i], b[i], places, msg)
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line 47, in assertComplexAlmostEqual
88: (msg or ‘%s != %s within %s places’ % (first, second,
places ))
88: AssertionError: (0.00824625696987-1.50158575707e-05j) != (nan+nanj)
within 5 places
88:
88:

88: Ran 12 tests in 0.025s
88:
88: FAILED (failures=4)
1/1 Test #88: qa_freq_xlating_fir_filter …***Failed 0.25 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) = 0.28 sec

The following tests FAILED:
88 - qa_freq_xlating_fir_filter (Failed)
Errors while running CTest

[email protected]:~/Documents/source/gnuradio/gnuradio-3.7.1/build$ ctest -V
-R fir_filter
UpdateCTestConfiguration from
:/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build/DartConfiguration.tcl
UpdateCTestConfiguration from
:/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build/DartConfiguration.tcl
Test project /home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph…
Checking test dependency graph end
test 81
Start 81: qa_interp_fir_filter

81: Test command: /bin/sh
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build/gr-filter/python/filter/qa_interp_fir_filter_test.sh”
81: Test timeout computed to be: 9.99988e+06
81: Using Volk machine: avx_32_mmx
81: .
81:

81: Ran 1 test in 0.003s
81:
81: OK
1/4 Test #81: qa_interp_fir_filter … Passed 0.29 sec
test 83
Start 83: qa_adaptive_fir_filter

83: Test command: /bin/sh
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build/gr-filter/python/filter/qa_adaptive_fir_filter_test.sh”
83: Test timeout computed to be: 9.99988e+06
83: Using Volk machine: avx_32_mmx
83: …
83:

83: Ran 4 tests in 0.009s
83:
83: OK
2/4 Test #83: qa_adaptive_fir_filter … Passed 0.23 sec
test 88
Start 88: qa_freq_xlating_fir_filter

88: Test command: /bin/sh
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build/gr-filter/python/filter/qa_freq_xlating_fir_filter_test.sh”
88: Test timeout computed to be: 9.99988e+06
88: Using Volk machine: avx_32_mmx
88: …FFFF
88:

88: FAIL: test_fir_filter_scc_001 (main.test_freq_xlating_filter)
88:

88: Traceback (most recent call last):
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gr-filter/python/filter/qa_freq_xlating_fir_filter.py”,
line 411, in test_fir_filter_scc_001
88: self.assertComplexTuplesAlmostEqual(expected_data,
result_data[-20:], 5)
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line 74, in assertComplexTuplesAlmostEqual
88: self.assertComplexAlmostEqual (a[i], b[i], places, msg)
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line 47, in assertComplexAlmostEqual
88: (msg or ‘%s != %s within %s places’ % (first, second,
places ))
88: AssertionError: (-0.00775564694777+0.0437113791704j) != (nan+nanj)
within 5 places
88:
88:

88: FAIL: test_fir_filter_scc_002 (main.test_freq_xlating_filter)
88:

88: Traceback (most recent call last):
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gr-filter/python/filter/qa_freq_xlating_fir_filter.py”,
line 441, in test_fir_filter_scc_002
88: self.assertComplexTuplesAlmostEqual(expected_data,
result_data[-20:], 5)
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line 74, in assertComplexTuplesAlmostEqual
88: self.assertComplexAlmostEqual (a[i], b[i], places, msg)
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line 47, in assertComplexAlmostEqual
88: (msg or ‘%s != %s within %s places’ % (first, second,
places ))
88: AssertionError: (-0.0080680437386-0.00158522999845j) != (nan+nanj)
within 5 places
88:
88:

88: FAIL: test_fir_filter_scf_001 (main.test_freq_xlating_filter)
88:

88: Traceback (most recent call last):
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gr-filter/python/filter/qa_freq_xlating_fir_filter.py”,
line 351, in test_fir_filter_scf_001
88: self.assertComplexTuplesAlmostEqual(expected_data,
result_data[-20:], 5)
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line 74, in assertComplexTuplesAlmostEqual
88: self.assertComplexAlmostEqual (a[i], b[i], places, msg)
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line 47, in assertComplexAlmostEqual
88: (msg or ‘%s != %s within %s places’ % (first, second,
places ))
88: AssertionError: (-0.0330070219934+0.101965591311j) != (nan+nanj)
within 5 places
88:
88:

88: FAIL: test_fir_filter_scf_002 (main.test_freq_xlating_filter)
88:

88: Traceback (most recent call last):
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gr-filter/python/filter/qa_freq_xlating_fir_filter.py”,
line 381, in test_fir_filter_scf_002
88: self.assertComplexTuplesAlmostEqual(expected_data,
result_data[-20:], 5)
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line 74, in assertComplexTuplesAlmostEqual
88: self.assertComplexAlmostEqual (a[i], b[i], places, msg)
88: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line 47, in assertComplexAlmostEqual
88: (msg or ‘%s != %s within %s places’ % (first, second,
places ))
88: AssertionError: (0.00824625696987-1.50158575707e-05j) != (nan+nanj)
within 5 places
88:
88:

88: Ran 12 tests in 0.019s
88:
88: FAILED (failures=4)
3/4 Test #88: qa_freq_xlating_fir_filter …***Failed 0.25 sec
test 92
Start 92: qa_fir_filter

92: Test command: /bin/sh
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build/gr-filter/python/filter/qa_fir_filter_test.sh”
92: Test timeout computed to be: 9.99988e+06
92: Using Volk machine: avx_32_mmx
92: …FF
92:

92: FAIL: test_fir_filter_scc_001 (main.test_filter)
92:

92: Traceback (most recent call last):
92: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gr-filter/python/filter/qa_fir_filter.py”,
line 260, in test_fir_filter_scc_001
92: self.assertComplexTuplesAlmostEqual(expected_data, result_data,
5)
92: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line 74, in assertComplexTuplesAlmostEqual
92: self.assertComplexAlmostEqual (a[i], b[i], places, msg)
92: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line 47, in assertComplexAlmostEqual
92: (msg or ‘%s != %s within %s places’ % (first, second,
places ))
92: AssertionError: (0.5+1j) != (nan+nanj) within 5 places
92:
92:

92: FAIL: test_fir_filter_scc_002 (main.test_filter)
92:

92: Traceback (most recent call last):
92: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gr-filter/python/filter/qa_fir_filter.py”,
line 279, in test_fir_filter_scc_002
92: self.assertComplexTuplesAlmostEqual(expected_data, result_data,
5)
92: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line 74, in assertComplexTuplesAlmostEqual
92: self.assertComplexAlmostEqual (a[i], b[i], places, msg)
92: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gnuradio-runtime/python/gnuradio/gr_unittest.py”,
line 47, in assertComplexAlmostEqual
92: (msg or ‘%s != %s within %s places’ % (first, second,
places ))
92: AssertionError: (0.5+1j) != (nan+nanj) within 5 places
92:
92:

92: Ran 11 tests in 0.023s
92:
92: FAILED (failures=2)
4/4 Test #92: qa_fir_filter …***Failed 0.28 sec

The following tests passed:
qa_interp_fir_filter
qa_adaptive_fir_filter

50% tests passed, 2 tests failed out of 4

Total Test time (real) = 1.07 sec

The following tests FAILED:
88 - qa_freq_xlating_fir_filter (Failed)
92 - qa_fir_filter (Failed)
Errors while running CTest

[email protected]:~/Documents/source/gnuradio/gnuradio-3.7.1/build$ ctest -V
-R qa_codec2_vocoder
UpdateCTestConfiguration from
:/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build/DartConfiguration.tcl
UpdateCTestConfiguration from
:/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build/DartConfiguration.tcl
Test project /home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph…
Checking test dependency graph end
test 171
Start 171: qa_codec2_vocoder

171: Test command: /bin/sh
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/build/gr-vocoder/python/vocoder/qa_codec2_vocoder_test.sh”
171: Test timeout computed to be: 9.99988e+06
171: F
171:

171: FAIL: test001_module_load (main.test_codec2_vocoder)
171:

171: Traceback (most recent call last):
171: File
“/home/i2t/Documents/source/gnuradio/gnuradio-3.7.1/gr-vocoder/python/vocoder/qa_codec2_vocoder.py”,
line 54, in test001_module_load
171: self.assertEqual(expected_data, actual_result)
171: AssertionError: Tuples differ: (0, 0, 0, 3, 2, 0, 1, 5, 6, 7,… !=
(0, 0, 0, 3, 2, 0, 1, 5, 6, 7,…
171:
171: First differing element 112:
171: 24
171: 25
171:
171: Diff is 1270 characters long. Set self.maxDiff to None to see it.
171:
171:

171: Ran 1 test in 0.006s
171:
171: FAILED (failures=1)
1/1 Test #171: qa_codec2_vocoder …***Failed 0.31 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) = 0.33 sec

The following tests FAILED:
171 - qa_codec2_vocoder (Failed)
Errors while running CTest