Your message dated Fri, 14 Sep 2018 10:05:17 +0000
with message-id <e1g0kyt-00067f...@fasolo.debian.org>
and subject line Bug#906978: fixed in python-pysnmp4 4.4.6-1
has caused the Debian Bug report #906978,
regarding pysmi: FTBFS in buster/sid (failing tests)
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.)
--
906978: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906978
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pysmi
Version: 0.2.2-1
Severity: serious
Tags: ftbfs
Dear maintainer:
I tried to build this package in buster but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh build-indep --with python2,python3,sphinxdoc --buildsystem=pybuild
dh_update_autotools_config -i -O--buildsystem=pybuild
dh_autoreconf -i -O--buildsystem=pybuild
dh_auto_configure -i -O--buildsystem=pybuild
I: pybuild base:217: python2.7 setup.py config
running config
I: pybuild base:217: python3.6 setup.py config
running config
dh_auto_build -i -O--buildsystem=pybuild
I: pybuild base:217: /usr/bin/python setup.py build
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_pysmi/build/pysmi
[... snipped ...]
testTypeDeclarationGauge32ClassTestCase
(tests.test_typedeclaration_smiv2_pysnmp.TypeDeclarationTestCase) ... ok
testTypeDeclarationGauge32SymbolTestCase
(tests.test_typedeclaration_smiv2_pysnmp.TypeDeclarationTestCase) ... ok
testTypeDeclarationInteger32ClassTestCase
(tests.test_typedeclaration_smiv2_pysnmp.TypeDeclarationTestCase) ... ok
testTypeDeclarationInteger32SymbolTestCase
(tests.test_typedeclaration_smiv2_pysnmp.TypeDeclarationTestCase) ... ok
testTypeDeclarationIpAddressClassTestCase
(tests.test_typedeclaration_smiv2_pysnmp.TypeDeclarationTestCase) ... ok
testTypeDeclarationIpAddressSymbolTestCase
(tests.test_typedeclaration_smiv2_pysnmp.TypeDeclarationTestCase) ... ok
testTypeDeclarationObjectIdentifierClassTestCase
(tests.test_typedeclaration_smiv2_pysnmp.TypeDeclarationTestCase) ... ok
testTypeDeclarationObjectIdentifierSymbolTestCase
(tests.test_typedeclaration_smiv2_pysnmp.TypeDeclarationTestCase) ... ok
testTypeDeclarationOctetStringClassTestCase
(tests.test_typedeclaration_smiv2_pysnmp.TypeDeclarationTestCase) ... ok
testTypeDeclarationOctetStringSymbolTestCase
(tests.test_typedeclaration_smiv2_pysnmp.TypeDeclarationTestCase) ... ok
testTypeDeclarationOpaqueClassTestCase
(tests.test_typedeclaration_smiv2_pysnmp.TypeDeclarationTestCase) ... ok
testTypeDeclarationOpaqueSymbolTestCase
(tests.test_typedeclaration_smiv2_pysnmp.TypeDeclarationTestCase) ... ok
testTypeDeclarationTimeTicksClassTestCase
(tests.test_typedeclaration_smiv2_pysnmp.TypeDeclarationTestCase) ... ok
testTypeDeclarationTimeTicksSymbolTestCase
(tests.test_typedeclaration_smiv2_pysnmp.TypeDeclarationTestCase) ... ok
testTypeDeclarationUnsigned32ClassTestCase
(tests.test_typedeclaration_smiv2_pysnmp.TypeDeclarationTestCase) ... ok
testTypeDeclarationUnsigned32SymbolTestCase
(tests.test_typedeclaration_smiv2_pysnmp.TypeDeclarationTestCase) ... ok
======================================================================
ERROR: testObjectTypeSyntax
(tests.test_objecttype_smiv2_pysnmp.ObjectTypeBitsTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "tests/test_objecttype_smiv2_pysnmp.py", line 365, in
testObjectTypeSyntax
self.ctx['testObjectType'].getSyntax().clone(('set',)), str2octs('@'),
File "/usr/lib/python2.7/dist-packages/pysnmp/proto/rfc1902.py", line 202, in
clone
return univ.OctetString.clone(self, *args,
**kwargs).setFixedLength(self.getFixedLength())
File "/usr/lib/python2.7/dist-packages/pyasn1/type/base.py", line 349, in
clone
return self.__class__(value, **initilaizers)
File "/usr/lib/python2.7/dist-packages/pysnmp/proto/rfc1902.py", line 603, in
__new__
Bits = cls.withNamedBits(**kwargs.pop('namedValues'))
File "/usr/lib/python2.7/dist-packages/pysnmp/proto/rfc1902.py", line 642, in
withNamedBits
class X(cls):
File "/usr/lib/python2.7/dist-packages/pysnmp/proto/rfc1902.py", line 643, in
X
namedValues = cls.namedValues + namedval.NamedValues(*values.items())
File "/usr/lib/python2.7/dist-packages/pyasn1/type/namedval.py", line 166, in
__add__
return self.__class__(*tuple(self.items()) + tuple(namedValues.items()))
File "/usr/lib/python2.7/dist-packages/pyasn1/type/namedval.py", line 74, in
__init__
raise error.PyAsn1Error('Duplicate name %s' % (name,))
PyAsn1Error: Duplicate name notification
----------------------------------------------------------------------
Ran 108 tests in 6.721s
FAILED (errors=1)
E: pybuild pybuild:338: test: plugin distutils failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_pysmi/build; python2.7 -m unittest
discover -v
dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13
make: *** [debian/rules:5: build-indep] Error 25
dpkg-buildpackage: error: debian/rules build-indep subprocess returned exit
status 2
--------------------------------------------------------------------------------
The build was made with "dpkg-buildpackage -A" in my autobuilder.
Most probably, it also fails here in reproducible builds:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/pysmi.html
where you can get a full build log if you need it.
If this is really a bug in one of the build-depends, please use reassign and
affects,
so that this is still visible in the BTS web page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: python-pysnmp4
Source-Version: 4.4.6-1
We believe that the bug you reported is fixed in the latest version of
python-pysnmp4, 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 906...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Vincent Bernat <ber...@debian.org> (supplier of updated python-pysnmp4 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: SHA256
Format: 1.8
Date: Fri, 14 Sep 2018 11:37:59 +0200
Source: python-pysnmp4
Binary: python-pysnmp4 python3-pysnmp4 python-pysnmp4-doc
Architecture: source
Version: 4.4.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Vincent Bernat <ber...@debian.org>
Description:
python-pysnmp4 - Python SNMP library for agents and managers (Python 2 module)
python-pysnmp4-doc - Python SNMP library for agents and managers (unstable
branch)
python3-pysnmp4 - Python SNMP library for agents and managers (Python 3 module)
Closes: 906978
Changes:
python-pysnmp4 (4.4.6-1) unstable; urgency=medium
.
[ Ondřej Nový ]
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
.
[ Vincent Bernat ]
* New upstream release.
- tolerate duplicate enumerations. Closes: #906978.
Checksums-Sha1:
de629b6e84da33d0d365690f8259e36dc4d54927 2542 python-pysnmp4_4.4.6-1.dsc
27c046f283a5c00fa90f17c33cbf7de52cc4f2d0 455621
python-pysnmp4_4.4.6.orig.tar.gz
a9bc474c5a8b6ec0e22fe81534403965e6877710 5828
python-pysnmp4_4.4.6-1.debian.tar.xz
0ce1a97ab662ae78e0c4a3582ed504bf7b7d070c 10030
python-pysnmp4_4.4.6-1_amd64.buildinfo
Checksums-Sha256:
e96307194f6c5ecb0d9d7b4efc872257070bb1ef6baf9677bc9d2070c8f63361 2542
python-pysnmp4_4.4.6-1.dsc
22ad149c714eda961a5058b9fc12c43cc08b4a35660663b2107a0560e2ebc5fb 455621
python-pysnmp4_4.4.6.orig.tar.gz
654ded5e252325dee913b06182ad6e605a5b2f1e04d2aef29cf977f48da33d22 5828
python-pysnmp4_4.4.6-1.debian.tar.xz
4ec5546b92dc2e8128a015f58e56cef9ed39db8722f1ac58e4ce7d869c397a00 10030
python-pysnmp4_4.4.6-1_amd64.buildinfo
Files:
21ab2a2d47e33254ac5b2032ac42a59a 2542 python optional
python-pysnmp4_4.4.6-1.dsc
20d71537b2cd2632dc5704d1ebd52159 455621 python optional
python-pysnmp4_4.4.6.orig.tar.gz
c1e0e50f3747da596360450390d5cce3 5828 python optional
python-pysnmp4_4.4.6-1.debian.tar.xz
abee56cbdf074077d3c263a238997f2e 10030 python optional
python-pysnmp4_4.4.6-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCAAwFiEErvI0h2bzccaJpzYAlaQv6DU1JfkFAlubgjcSHGJlcm5hdEBk
ZWJpYW4ub3JnAAoJEJWkL+g1NSX57+YP/Ri8A7g2l4mw6dJNhHt7uGf/rEWHiEu1
tchEWDIof6f4YhOW/cp6CNfEWRNMJM64um+gPHufH2h7LKdEOh3+OaSYhVZRFLgw
g/Q8/kj/fy4t7iFTqnlwVB41kJlU2v26vu3Qn+d9gokia+5uUShz/FhzTo+D8HjT
0uZ0qnazM6yr9g1nQ5WCgQ+zGQMYb1i0+OfZWGBeDVE0PAFpzVNrYcMyhSYRney9
Mq6D9BlNsgfO8QahxnPMxjCxWJRjjCr66AMIF+q5+86kEW5Wsr7I2zj78Kym5kb6
vV7Xm55s6GtR0Q7D883x/nBL0V9VWAWnrywQW7c8EHuN/wksTTfCOndJWKFX/y6T
iWn+pchQzCrmBzVQ+iW1RNKBT6l5UHf9oXBtmLF4DDbqJarvLK9/Yx/q8tYSZ8zD
Msas/Xjh6HpB9w7h1XzrZMVQZ78+19MLcysjUulqeSbJbf4UyI5NE8KlzLgbC3p/
+Kvzhqeh/V9a9NOTrCbLtSsSyOIWW+5fdPXNcDTSRxF1CG4KtfBFAC4RPiV1eUlr
nOaFIGWGmdupUcNoSoFSkhLE+Q/hbuLh19OzMsw2KPYMBfmeFWJQ6jASASvxkKxj
1icM+enBqAS+I5zECxtKDgxUHhnGtk+KTIBTzoQgkl4w/XrUaPJovdMWC2nMTME0
ZvJqZ/aBi6wW
=g3Fr
-----END PGP SIGNATURE-----
--- End Message ---