Your message dated Sat, 20 Nov 2021 20:39:24 +0000
with message-id <e1mox8u-0002wy...@fasolo.debian.org>
and subject line Bug#999402: fixed in pyasn 1.6.1-3
has caused the Debian Bug report #999402,
regarding pyasn ftbfs with Python 3.10 (test failures)
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 ow...@bugs.debian.org
immediately.)


-- 
999402: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999402
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pyasn
Version: 1.6.1-2
Severity: important
Tags: ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.10

pyasn ftbfs with python3-defaults from experimental:

[...]
I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build;
python3.10 -m nose -v tests
Checks compatibility of PyASN 1.2 results with current pyasn for all 2014 ipasn
dbs . ... SKIPPING - Python 2 or PyASN 1.2 not present ... ok
Failure: FileNotFoundError ([Errno 2] No such file or directory:
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/tests/../data/ipasn_20140513.dat.gz')
... ERROR
Tests pyasn.mrtx.parse_mrt_file() - converts a full (TD1) RIB file, and compares
... SKIPPING - full dump doesn't exist.ok
Tests pyasn.mrtx.parse_mrt_file() - converts a full (TD2) RIB file, and compares
... SKIPPING - full dump doesn't exist.ok
Tests pyasn.mrtx.parse_mrt_file() - converts a full (TD2) RIB file with IPv6;
... SKIPPING - full dump doesn't exist.ok
Tests pyasn.mrtx internal classes by converting start of an RIB6 TD2 file (IPv6)
... ERROR
Tests pyasn.mrtx internal classes by converting start of an RIB TD1 file ... 
ERROR
Tests pyasn.mrtx internal classes by converting start of an RIB TD2 file ... 
ERROR
Tests pyasn.mrtx.parse_mrt_file() with repeated prefixes causing errros (bug
#39) ... SKIPPING - full dump doesn't exist.ok
Tests pyasn.mrtx.parse_mrt_file() with routeviews WIDE archive TD1 (bug #42) ...
SKIPPING - full dump doesn't exist.ok
Tests pyasn.mrtx.parse_mrt_file() with skip_record_on_error set to True ... 
ERROR
Tests pyasn.mrtx.parse_mrt_file() with skip_record_on_error set to
default(False); ... ERROR
Failure: FileNotFoundError ([Errno 2] No such file or directory:
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/tests/../data/ipasn_20140513.dat.gz')
... ERROR

======================================================================
ERROR: Failure: FileNotFoundError ([Errno 2] No such file or directory:
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/tests/../data/ipasn_20140513.dat.gz')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
    raise self.exc_val.with_traceback(self.tb)
  File "/usr/lib/python3/dist-packages/nose/loader.py", line 416, in
loadTestsFromName
    module = self.importer.importFromPath(
  File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in 
importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in 
importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/usr/lib/python3.10/imp.py", line 235, in load_module
    return load_source(name, filename, file)
  File "/usr/lib/python3.10/imp.py", line 172, in load_source
    module = _load(spec)
  File "<frozen importlib._bootstrap>", line 719, in _load
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/tests/test_comparative.py",
line 39, in <module>
    class TestCorrectness(TestCase):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/tests/test_comparative.py",
line 40, in TestCorrectness
    asndb = pyasn.pyasn(IPASN_DB_PATH)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/pyasn/__init__.py",
line 64, in __init__
    f = gzip.open(ipasn_file, 'rt')  # Py2.6 doesn't support 'with' for gzip
  File "/usr/lib/python3.10/gzip.py", line 58, in open
    binary_file = GzipFile(filename, gz_mode, compresslevel)
  File "/usr/lib/python3.10/gzip.py", line 174, in __init__
    fileobj = self.myfileobj = builtins.open(filename, mode or 'rb')
FileNotFoundError: [Errno 2] No such file or directory:
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/tests/../data/ipasn_20140513.dat.gz'

======================================================================
ERROR: Tests pyasn.mrtx internal classes by converting start of an RIB6 TD2 file
(IPv6)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/tests/test_mrtx.py",
line 309, in test_mrt6_table_dump_v2
    f = BZ2File(RIB6_TD2_PARTDUMP, 'rb')
  File "/usr/lib/python3.10/bz2.py", line 81, in __init__
    self._fp = _builtin_open(filename, mode)
FileNotFoundError: [Errno 2] No such file or directory:
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/tests/../data/rib6.20151101.0600_firstMB.bz2'

======================================================================
ERROR: Tests pyasn.mrtx internal classes by converting start of an RIB TD1 file
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/tests/test_mrtx.py",
line 135, in test_mrt_table_dump_v1
    f = BZ2File(RIB_TD1_PARTDUMP, 'rb')
  File "/usr/lib/python3.10/bz2.py", line 81, in __init__
    self._fp = _builtin_open(filename, mode)
FileNotFoundError: [Errno 2] No such file or directory:
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/tests/../data/rib.20080501.0644_firstMB.bz2'

======================================================================
ERROR: Tests pyasn.mrtx internal classes by converting start of an RIB TD2 file
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/tests/test_mrtx.py",
line 50, in test_mrt_table_dump_v2
    f = BZ2File(RIB_TD2_PARTDUMP, 'rb')
  File "/usr/lib/python3.10/bz2.py", line 81, in __init__
    self._fp = _builtin_open(filename, mode)
FileNotFoundError: [Errno 2] No such file or directory:
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/tests/../data/rib.20140523.0600_firstMB.bz2'

======================================================================
ERROR: Tests pyasn.mrtx.parse_mrt_file() with skip_record_on_error set to True
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/tests/test_mrtx.py",
line 478, in test_read_all_line_on_single_error_with_boolean_true
    res = parse_mrt_file(RIB_TD2_RECORD_FAIL_PARTDUMP, 
skip_record_on_error=True)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/pyasn/mrtx.py", line
89, in parse_mrt_file
    mrt_file = open_archive(mrt_file)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/pyasn/mrtx.py", line
63, in open_archive
    with open(fpath, mode) as fh:
FileNotFoundError: [Errno 2] No such file or directory:
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/tests/../data/bview.20140112.1600_3samples.bz2'

======================================================================
ERROR: Tests pyasn.mrtx.parse_mrt_file() with skip_record_on_error set to
default(False);
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/tests/test_mrtx.py",
line 472, in test_skip_all_line_on_single_error_with_boolean_false
    self.assertRaises(IndexError, parse_mrt_file, RIB_TD2_RECORD_FAIL_PARTDUMP)
  File "/usr/lib/python3.10/unittest/case.py", line 738, in assertRaises
    return context.handle('assertRaises', args, kwargs)
  File "/usr/lib/python3.10/unittest/case.py", line 201, in handle
    callable_obj(*args, **kwargs)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/pyasn/mrtx.py", line
89, in parse_mrt_file
    mrt_file = open_archive(mrt_file)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/pyasn/mrtx.py", line
63, in open_archive
    with open(fpath, mode) as fh:
FileNotFoundError: [Errno 2] No such file or directory:
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/tests/../data/bview.20140112.1600_3samples.bz2'

======================================================================
ERROR: Failure: FileNotFoundError ([Errno 2] No such file or directory:
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/tests/../data/ipasn_20140513.dat.gz')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
    raise self.exc_val.with_traceback(self.tb)
  File "/usr/lib/python3/dist-packages/nose/loader.py", line 416, in
loadTestsFromName
    module = self.importer.importFromPath(
  File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in 
importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in 
importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/usr/lib/python3.10/imp.py", line 235, in load_module
    return load_source(name, filename, file)
  File "/usr/lib/python3.10/imp.py", line 172, in load_source
    module = _load(spec)
  File "<frozen importlib._bootstrap>", line 719, in _load
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/tests/test_simple.py", line
34, in <module>
    class TestSimple(TestCase):
  File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/tests/test_simple.py", line
38, in TestSimple
    asndb = pyasn(IPASN_DB_PATH)
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/pyasn/__init__.py",
line 64, in __init__
    f = gzip.open(ipasn_file, 'rt')  # Py2.6 doesn't support 'with' for gzip
  File "/usr/lib/python3.10/gzip.py", line 58, in open
    binary_file = GzipFile(filename, gz_mode, compresslevel)
  File "/usr/lib/python3.10/gzip.py", line 174, in __init__
    fileobj = self.myfileobj = builtins.open(filename, mode or 'rb')
FileNotFoundError: [Errno 2] No such file or directory:
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build/tests/../data/ipasn_20140513.dat.gz'

----------------------------------------------------------------------
Ran 13 tests in 0.030s

FAILED (errors=7)
E: pybuild pybuild:354: test: plugin distutils failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_pyasn/build; python3.10 -m nose -v tests

--- End Message ---
--- Begin Message ---
Source: pyasn
Source-Version: 1.6.1-3
Done: Stefano Rivera <stefa...@debian.org>

We believe that the bug you reported is fixed in the latest version of
pyasn, 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 999...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefano Rivera <stefa...@debian.org> (supplier of updated pyasn 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 20 Nov 2021 16:20:11 -0400
Source: pyasn
Architecture: source
Version: 1.6.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Stefano Rivera <stefa...@debian.org>
Closes: 999402
Changes:
 pyasn (1.6.1-3) unstable; urgency=medium
 .
   * Team upload.
   * Support multiple supported Python 3 versions. (Closes: #999402)
   * Use autopkgtest-pkg-python for the import test.
   * Run autopkgtest on all supported Python 3 versions. Run it out of the
     source tree, against the installed package.
   * Bump watch file format to 4.
   * Bump Standards-Version to 4.6.0, no changes needed.
Checksums-Sha1:
 859133c7f96fa352a7edab2408e534a9edd820da 1518 pyasn_1.6.1-3.dsc
 ff3aeab0aebe2e9841356b7e361bbf193a0c3f3a 4520 pyasn_1.6.1-3.debian.tar.xz
 78b648fde3a0a25cf152a38b10357d2cf2d985ea 6042 pyasn_1.6.1-3_source.buildinfo
Checksums-Sha256:
 642cdd6c24fd2a884f4b82472973574f16df39dd95f4396cc78c3405a43390a7 1518 
pyasn_1.6.1-3.dsc
 7396e43599370d011dde7c7b1052dc674a3157704ee5a61cf0af607ceb834e16 4520 
pyasn_1.6.1-3.debian.tar.xz
 9ce0581a64fd05793226072f818dc9fb432f0d6905d8b304ceac57904859b8a1 6042 
pyasn_1.6.1-3_source.buildinfo
Files:
 9f7259a85e5d6c981a877b7e7c173fd4 1518 python optional pyasn_1.6.1-3.dsc
 521cfacf23f179f9b34fbbf10c494d02 4520 python optional 
pyasn_1.6.1-3.debian.tar.xz
 39df3dee596035bbf0433279904faf6b 6042 python optional 
pyasn_1.6.1-3_source.buildinfo

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

iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCYZlYpBQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2NVFAQDJ+Y1XJsHVTLJOdtdCk1tzsyut582s
r8JjryYRHULAZgD8Cri+RbqHjnmvd1SrGVsOr4H+OsmilQ+f7VtpZ9bMIw8=
=p2eI
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to