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

Bug#1003989: marked as done (gr-satellites FTBFS with gnuradio 3.10.0)



Your message dated Wed, 19 Jan 2022 04:04:04 +0000
with message-id <E1nA2Ca-0009G3-Jm@fasolo.debian.org>
and subject line Bug#1003989: fixed in gr-satellites 4.4.0-2
has caused the Debian Bug report #1003989,
regarding gr-satellites FTBFS with gnuradio 3.10.0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1003989: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003989
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: gr-satellites
Version: 4.4.0-1
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/package.php?p=gr-satellites&suite=sid

...
   dh_auto_test -a
	cd obj-x86_64-linux-gnu && make -j4 test ARGS\+=--verbose ARGS\+=-j4
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
Running tests...
/usr/bin/ctest --force-new-ctest-process --verbose -j4
UpdateCTestConfiguration  from :/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/DartConfiguration.tcl
UpdateCTestConfiguration  from :/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/DartConfiguration.tcl
Test project /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
Constructing a list of tests
Done constructing a list of tests
Updating test list for fixtures
Added 0 tests to meet fixture requirements
Checking test dependency graph...
Checking test dependency graph end
test 1
      Start  1: qa_fixedlen_tagger

1: Test command: /bin/sh "qa_fixedlen_tagger_test.sh"
1: Test timeout computed to be: 10000000
test 2
      Start  2: qa_hdlc

2: Test command: /bin/sh "qa_hdlc_test.sh"
2: Test timeout computed to be: 10000000
test 3
      Start  3: qa_kiss

3: Test command: /bin/sh "qa_kiss_test.sh"
3: Test timeout computed to be: 10000000
test 4
      Start  4: qa_nrzi

4: Test command: /bin/sh "qa_nrzi_test.sh"
4: Test timeout computed to be: 10000000
4: vmcircbuf_prefs::get :error: /<<PKGBUILDDIR>>/debian/.debhelper/generated/_source/home/.gnuradio/prefs/vmcircbuf_default_factory: No such file or directory
4: gr::vmcircbuf :error: vmcircbuf_createfilemapping: createfilemapping is not available
4: ...
4: ----------------------------------------------------------------------
4: Ran 3 tests in 0.038s
4: 
4: OK
2: E
2: ======================================================================
2: ERROR: test_framer_deframer (__main__.qa_hdlc)
2: Connects an HDLC framer to a deframer and sends PDUs through
2: ----------------------------------------------------------------------
2: Traceback (most recent call last):
2:   File "/<<PKGBUILDDIR>>/python/qa_hdlc.py", line 38, in test_framer_deframer
2:     pdu2tag = blocks.pdu_to_tagged_stream(blocks.byte_t)
2: AttributeError: module 'gnuradio.blocks' has no attribute 'byte_t'
2: 
2: ----------------------------------------------------------------------
2: Ran 1 test in 0.001s
2: 
2: FAILED (errors=1)
 1/14 Test  #4: qa_nrzi ..........................   Passed    0.40 sec
test 5
      Start  5: qa_pdu_add_meta

5: Test command: /bin/sh "qa_pdu_add_meta_test.sh"
5: Test timeout computed to be: 10000000
1: E
1: ======================================================================
1: ERROR: test_tagger (__main__.qa_fixedlen_tagger)
1: Runs some test data through the tagger and checks resulting PDUs
1: ----------------------------------------------------------------------
1: Traceback (most recent call last):
1:   File "/<<PKGBUILDDIR>>/python/qa_fixedlen_tagger.py", line 38, in setUp
1:     self.tag2pdu = blocks.tagged_stream_to_pdu(blocks.byte_t,
1: AttributeError: module 'gnuradio.blocks' has no attribute 'byte_t'
1: 
1: ----------------------------------------------------------------------
1: Ran 1 test in 0.001s
1: 
1: FAILED (errors=1)
 2/14 Test  #2: qa_hdlc ..........................***Failed    0.44 sec
E
======================================================================
ERROR: test_framer_deframer (__main__.qa_hdlc)
Connects an HDLC framer to a deframer and sends PDUs through
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/python/qa_hdlc.py", line 38, in test_framer_deframer
    pdu2tag = blocks.pdu_to_tagged_stream(blocks.byte_t)
AttributeError: module 'gnuradio.blocks' has no attribute 'byte_t'

----------------------------------------------------------------------
Ran 1 test in 0.001s

FAILED (errors=1)

test 6
      Start  6: qa_pdu_head_tail

6: Test command: /bin/sh "qa_pdu_head_tail_test.sh"
6: Test timeout computed to be: 10000000
 3/14 Test  #1: qa_fixedlen_tagger ...............***Failed    0.51 sec
E
======================================================================
ERROR: test_tagger (__main__.qa_fixedlen_tagger)
Runs some test data through the tagger and checks resulting PDUs
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/python/qa_fixedlen_tagger.py", line 38, in setUp
    self.tag2pdu = blocks.tagged_stream_to_pdu(blocks.byte_t,
AttributeError: module 'gnuradio.blocks' has no attribute 'byte_t'

----------------------------------------------------------------------
Ran 1 test in 0.001s

FAILED (errors=1)

test 7
      Start  7: qa_pdu_length_filter

7: Test command: /bin/sh "qa_pdu_length_filter_test.sh"
7: Test timeout computed to be: 10000000
3: E
3: ======================================================================
3: ERROR: test_encoder_decoder (__main__.qa_kiss)
3: Connects a PDU to KISS and KISS to PDU and  sends PDUs through
3: ----------------------------------------------------------------------
3: Traceback (most recent call last):
3:   File "/<<PKGBUILDDIR>>/python/qa_kiss.py", line 38, in test_encoder_decoder
3:     pdu2tag = blocks.pdu_to_tagged_stream(blocks.byte_t)
3: AttributeError: module 'gnuradio.blocks' has no attribute 'byte_t'
3: 
3: ----------------------------------------------------------------------
3: Ran 1 test in 0.001s
3: 
3: FAILED (errors=1)
 4/14 Test  #3: qa_kiss ..........................***Failed    0.64 sec
E
======================================================================
ERROR: test_encoder_decoder (__main__.qa_kiss)
Connects a PDU to KISS and KISS to PDU and  sends PDUs through
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/python/qa_kiss.py", line 38, in test_encoder_decoder
    pdu2tag = blocks.pdu_to_tagged_stream(blocks.byte_t)
AttributeError: module 'gnuradio.blocks' has no attribute 'byte_t'

----------------------------------------------------------------------
Ran 1 test in 0.001s

FAILED (errors=1)

test 8
      Start  8: qa_rs

8: Test command: /bin/sh "qa_rs_test.sh"
8: Test timeout computed to be: 10000000
5: .
5: ----------------------------------------------------------------------
5: Ran 1 test in 0.003s
5: 
5: OK
 5/14 Test  #5: qa_pdu_add_meta ..................   Passed    0.42 sec
test 9
      Start  9: qa_viterbi

9: Test command: /bin/sh "qa_viterbi_test.sh"
9: Test timeout computed to be: 10000000
6: .
6: ----------------------------------------------------------------------
6: Ran 1 test in 0.019s
6: 
6: OK
7: .
7: ----------------------------------------------------------------------
7: Ran 1 test in 0.008s
7: 
7: OK
 6/14 Test  #6: qa_pdu_head_tail .................   Passed    0.45 sec
test 10
      Start 10: qa_ao40_fec_deframer

10: Test command: /bin/sh "qa_ao40_fec_deframer_test.sh"
10: Test timeout computed to be: 10000000
 7/14 Test  #7: qa_pdu_length_filter .............   Passed    0.42 sec
test 11
      Start 11: qa_usp_deframer

11: Test command: /bin/sh "qa_usp_deframer_test.sh"
11: Test timeout computed to be: 10000000
9: .
9: ----------------------------------------------------------------------
9: Ran 1 test in 0.025s
9: 
9: OK
8: decode_rs :debug: Reed-Solomon decode corrected 0 bytes (interleaver path 0)
8: .decode_rs :debug: Reed-Solomon decode corrected 0 bytes (interleaver path 0)
8: .decode_rs :debug: Reed-Solomon decode corrected 0 bytes (interleaver path 0)
8: .decode_rs :debug: Reed-Solomon decode corrected 0 bytes (interleaver path 0)
8: decode_rs :debug: Reed-Solomon decode corrected 0 bytes (interleaver path 1)
8: decode_rs :debug: Reed-Solomon decode corrected 0 bytes (interleaver path 2)
8: decode_rs :debug: Reed-Solomon decode corrected 0 bytes (interleaver path 3)
8: decode_rs :debug: Reed-Solomon decode corrected 0 bytes (interleaver path 4)
8: .decode_rs :debug: Reed-Solomon decode corrected 0 bytes (interleaver path 0)
8: .
8: ----------------------------------------------------------------------
8: Ran 5 tests in 0.043s
8: 
8: OK
 8/14 Test  #9: qa_viterbi .......................   Passed    0.37 sec
test 12
      Start 12: qa_telemetry_parser

12: Test command: /bin/sh "qa_telemetry_parser_test.sh"
12: Test timeout computed to be: 10000000
 9/14 Test  #8: qa_rs ............................   Passed    0.57 sec
test 13
      Start 13: qa_satyaml

13: Test command: /bin/sh "qa_satyaml_test.sh"
13: Test timeout computed to be: 10000000
10: E
10: ======================================================================
10: ERROR: test_ao40_fec_deframer (__main__.qa_ao40_fec_deframer)
10: Test AO-40 FEC deframer
10: ----------------------------------------------------------------------
10: Traceback (most recent call last):
10:   File "/<<PKGBUILDDIR>>/python/components/deframers/qa_ao40_fec_deframer.py", line 96, in test_ao40_fec_deframer
10:     deframer = ao40_fec_deframer()
10:   File "/<<PKGBUILDDIR>>/python/components/deframers/ao40_fec_deframer.py", line 63, in __init__
10:     self.scrambler = ccsds_descrambler()
10:   File "/<<PKGBUILDDIR>>/python/hier/ccsds_descrambler.py", line 38, in __init__
10:     blocks.tagged_stream_to_pdu(blocks.byte_t, 'packet_len'))
10: AttributeError: module 'gnuradio.blocks' has no attribute 'byte_t'
10: 
10: ----------------------------------------------------------------------
10: Ran 1 test in 0.003s
10: 
10: FAILED (errors=1)
10/14 Test #10: qa_ao40_fec_deframer .............***Failed    0.51 sec
E
======================================================================
ERROR: test_ao40_fec_deframer (__main__.qa_ao40_fec_deframer)
Test AO-40 FEC deframer
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/python/components/deframers/qa_ao40_fec_deframer.py", line 96, in test_ao40_fec_deframer
    deframer = ao40_fec_deframer()
  File "/<<PKGBUILDDIR>>/python/components/deframers/ao40_fec_deframer.py", line 63, in __init__
    self.scrambler = ccsds_descrambler()
  File "/<<PKGBUILDDIR>>/python/hier/ccsds_descrambler.py", line 38, in __init__
    blocks.tagged_stream_to_pdu(blocks.byte_t, 'packet_len'))
AttributeError: module 'gnuradio.blocks' has no attribute 'byte_t'

----------------------------------------------------------------------
Ran 1 test in 0.003s

FAILED (errors=1)

test 14
      Start 14: qa_by02

14: Test command: /bin/sh "qa_by02_test.sh"
14: Test timeout computed to be: 10000000
12: .
12: ----------------------------------------------------------------------
12: Ran 1 test in 0.001s
12: 
12: OK
11: correlate_access_code_tag_ff :debug: Access code: 5072f64b2d90b1f5
11: correlate_access_code_tag_ff :debug: Mask: ffffffffffffffff
11: E
11: ======================================================================
11: ERROR: test_usp_fec_deframer (__main__.qa_usp_deframer)
11: Inserts a long and a short frame in the USP deframer
11: ----------------------------------------------------------------------
11: Traceback (most recent call last):
11:   File "/<<PKGBUILDDIR>>/python/components/deframers/qa_usp_deframer.py", line 142, in test_usp_fec_deframer
11:     deframer = usp_deframer()
11:   File "/<<PKGBUILDDIR>>/python/components/deframers/usp_deframer.py", line 55, in __init__
11:     self.deframer = sync_to_pdu_soft(
11:   File "/<<PKGBUILDDIR>>/python/hier/sync_to_pdu_soft.py", line 49, in __init__
11:     blocks.tagged_stream_to_pdu(blocks.float_t, 'packet_len'))
11: AttributeError: module 'gnuradio.blocks' has no attribute 'float_t'
11: 
11: ----------------------------------------------------------------------
11: Ran 1 test in 0.017s
11: 
11: FAILED (errors=1)
11/14 Test #12: qa_telemetry_parser ..............   Passed    0.34 sec
12/14 Test #11: qa_usp_deframer ..................***Failed    0.67 sec
correlate_access_code_tag_ff :debug: Access code: 5072f64b2d90b1f5
correlate_access_code_tag_ff :debug: Mask: ffffffffffffffff
E
======================================================================
ERROR: test_usp_fec_deframer (__main__.qa_usp_deframer)
Inserts a long and a short frame in the USP deframer
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/python/components/deframers/qa_usp_deframer.py", line 142, in test_usp_fec_deframer
    deframer = usp_deframer()
  File "/<<PKGBUILDDIR>>/python/components/deframers/usp_deframer.py", line 55, in __init__
    self.deframer = sync_to_pdu_soft(
  File "/<<PKGBUILDDIR>>/python/hier/sync_to_pdu_soft.py", line 49, in __init__
    blocks.tagged_stream_to_pdu(blocks.float_t, 'packet_len'))
AttributeError: module 'gnuradio.blocks' has no attribute 'float_t'

----------------------------------------------------------------------
Ran 1 test in 0.017s

FAILED (errors=1)

14: .
14: ----------------------------------------------------------------------
14: Ran 1 test in 0.000s
14: 
14: OK
13/14 Test #14: qa_by02 ..........................   Passed    0.32 sec
13: .
13: ----------------------------------------------------------------------
13: Ran 1 test in 0.422s
13: 
13: OK
14/14 Test #13: qa_satyaml .......................   Passed    0.57 sec

64% tests passed, 5 tests failed out of 14

Total Test time (real) =   1.79 sec

The following tests FAILED:
	  1 - qa_fixedlen_tagger (Failed)
	  2 - qa_hdlc (Failed)
	  3 - qa_kiss (Failed)
	 10 - qa_ao40_fec_deframer (Failed)
	 11 - qa_usp_deframer (Failed)
Errors while running CTest
make[1]: *** [Makefile:74: test] Error 8

--- End Message ---
--- Begin Message ---
Source: gr-satellites
Source-Version: 4.4.0-2
Done: A. Maitland Bottoms <bottoms@debian.org>

We believe that the bug you reported is fixed in the latest version of
gr-satellites, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1003989@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
A. Maitland Bottoms <bottoms@debian.org> (supplier of updated gr-satellites package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 18 Jan 2022 22:37:37 -0500
Source: gr-satellites
Architecture: source
Version: 4.4.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Changed-By: A. Maitland Bottoms <bottoms@debian.org>
Closes: 1001856 1003989
Changes:
 gr-satellites (4.4.0-2) unstable; urgency=medium
 .
   [ tony mancill ]
   * Pass -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON to configure (Closes: #1001856)
   [ A. Maitland Bottoms ]
   * succeed even with some tests failing on gnuradio 3.10 builds.
     (Closes: #1003989)
Checksums-Sha1:
 dc15512164f4cd80b813f1e615788856cfc24c04 2264 gr-satellites_4.4.0-2.dsc
 7701467e53ca442513b29a7d99b92cfb67c0d036 4368 gr-satellites_4.4.0-2.debian.tar.xz
 d4de9b83a8b2259bf6d13e875290f68cf91ae949 16671 gr-satellites_4.4.0-2_amd64.buildinfo
Checksums-Sha256:
 c065e75ab819f24b0ab807373bcf9d869f4ecfc628ba48b77c4af778a6e3a18d 2264 gr-satellites_4.4.0-2.dsc
 4efe0d082e9a01a709908f248ea96f805575d466102b215ca2c5cbc2aa6383d7 4368 gr-satellites_4.4.0-2.debian.tar.xz
 a2a1fbfc7f7dfdda3c4af387877e20f7200ef88a6629b8df18e2f3746ab50a04 16671 gr-satellites_4.4.0-2_amd64.buildinfo
Files:
 185e337fa74fba85573cd8cca7c2839e 2264 hamradio optional gr-satellites_4.4.0-2.dsc
 01d07f61d4f8e32b2960f073ec4a04ba 4368 hamradio optional gr-satellites_4.4.0-2.debian.tar.xz
 ab0c26a182f3fd0f2e370f162d63beaa 16671 hamradio optional gr-satellites_4.4.0-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEB8qH3cTCsGJAtrF0UEHxiR9E4JAFAmHniWYACgkQUEHxiR9E
4JBcBg//dwiqiXV5YYr+bkLGTdAlCEtVKpr6uywE9oFu+JYd0U59wsRokl7dLDEE
IOQ5+UFNe3v6PKq04fvVbVW6wXKM/3vM4bFIDOFLpFFSQ4awfRxwrR/r7UE3ueyK
EJzynWdazytz+k+i7iMEFcmOtKbZ4wg6C4XmGFE4logf/XWdBzshVzlGLp0p1b+y
FNXAZfGQ8EQtsj3jDE5ceOEt9tnIZ8kDHeDyshIehO5w0vxkP5RUUa9Coej0J7OF
GXa+3qD9HvgHq7TQ554AHJOeRKdnhY6Lh5AtjwvXIRhBmvAmE1Misq/q9dtMELBP
ru7MIGJES1HgbbCwbGHodRURaAwm0wehv7rJTki7kEnUesWyOnATpA0xlWy0n2Iw
uU07x3HBsc8/L1Jy4E7YsPy0N87fg5OQwTrlHE3qr9dOdOqVXTQrGclwiM2M6JAm
4vplxOJpB5TpXPZHR5nVkp5NW2w6BTK0oQfJEx4O3745Uc6xChe6Q6ufo/bsBBnt
tXKERsV6XAYTWdL076d3vF+EWXeMrnmpRowe7m9F0RY7E8DG2eMUsR6I4NeRRWOG
5IDui4IhpjvuoS2LJ+JlokVHB3WnBh4AHrvd8J1Arlh6YxfSF/IplAyGWLQd3kVw
XVlyfqlE61oiC15DrNEOtRm7UVvZLRyejBSX2pyxAIAl6XfxjZ0=
=VH8g
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: