Your message dated Sat, 22 Feb 2025 15:09:36 +0000
with message-id <e1tlr8k-009pok...@fasolo.debian.org>
and subject line Bug#1098606: fixed in python-pysnmp4 4.4.12-3
has caused the Debian Bug report #1098606,
regarding python-pysmi-lextudio: FTBFS: E ModuleNotFoundError: No module
named 'pyasn1.compat.octets'
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.)
--
1098606: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098606
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-pysmi-lextudio
Version: 1.0.4-5
Severity: serious
Tags: ftbfs trixie sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules clean
make: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
dh clean --buildsystem=pybuild --with python3,sphinxdoc
debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
rm -rf build .stestr *.egg-info .pybuild
find . -iname '*.pyc' -delete
for i in $(find . -type d -iname __pycache__) ; do rm -rf $i ; done
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
debian/rules binary
make: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
dh binary --buildsystem=pybuild --with python3,sphinxdoc
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build"
module
I: pybuild base:311: python3.12 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pysnmp-pysmi
* Building wheel...
The "poetry.dev-dependencies" section is deprecated and will be removed in a
future version. Use "poetry.group.dev.dependencies" instead.
Successfully built pysnmp_pysmi-1.0.4-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with
"installer" module
I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build"
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pysnmp-pysmi
* Building wheel...
The "poetry.dev-dependencies" section is deprecated and will be removed in a
future version. Use "poetry.group.dev.dependencies" instead.
Successfully built pysnmp_pysmi-1.0.4-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with
"installer" module
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pysnmp-pysmi/build; python3.12 -m
pytest -v tests
============================= test session starts ==============================
platform linux -- Python 3.12.9, pytest-8.3.4, pluggy-1.5.0 --
/usr/bin/python3.12
cachedir: .pytest_cache
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pysnmp-pysmi/build
configfile: pyproject.toml
plugins: typeguard-4.4.1
collecting ... collected 2 items / 14 errors
==================================== ERRORS ====================================
________ ERROR collecting tests/test_agentcapabilities_smiv2_pysnmp.py _________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pysnmp-pysmi/build/tests/test_agentcapabilities_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_agentcapabilities_smiv2_pysnmp.py:17: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
_____________ ERROR collecting tests/test_imports_smiv2_pysnmp.py ______________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pysnmp-pysmi/build/tests/test_imports_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_imports_smiv2_pysnmp.py:17: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
_________ ERROR collecting tests/test_modulecompliance_smiv2_pysnmp.py _________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pysnmp-pysmi/build/tests/test_modulecompliance_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_modulecompliance_smiv2_pysnmp.py:17: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
__________ ERROR collecting tests/test_moduleidentity_smiv2_pysnmp.py __________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pysnmp-pysmi/build/tests/test_moduleidentity_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_moduleidentity_smiv2_pysnmp.py:17: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
________ ERROR collecting tests/test_notificationgroup_smiv2_pysnmp.py _________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pysnmp-pysmi/build/tests/test_notificationgroup_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_notificationgroup_smiv2_pysnmp.py:17: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
_________ ERROR collecting tests/test_notificationtype_smiv2_pysnmp.py _________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pysnmp-pysmi/build/tests/test_notificationtype_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_notificationtype_smiv2_pysnmp.py:17: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
___________ ERROR collecting tests/test_objectgroup_smiv2_pysnmp.py ____________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pysnmp-pysmi/build/tests/test_objectgroup_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_objectgroup_smiv2_pysnmp.py:18: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
__________ ERROR collecting tests/test_objectidentity_smiv2_pysnmp.py __________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pysnmp-pysmi/build/tests/test_objectidentity_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_objectidentity_smiv2_pysnmp.py:17: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
____________ ERROR collecting tests/test_objecttype_smiv2_pysnmp.py ____________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pysnmp-pysmi/build/tests/test_objecttype_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_objecttype_smiv2_pysnmp.py:14: in <module>
from pyasn1.compat.octets import str2octs
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
______________ ERROR collecting tests/test_smiv1_smiv2_pysnmp.py _______________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pysnmp-pysmi/build/tests/test_smiv1_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_smiv1_smiv2_pysnmp.py:17: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
_____________ ERROR collecting tests/test_traptype_smiv2_pysnmp.py _____________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pysnmp-pysmi/build/tests/test_traptype_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_traptype_smiv2_pysnmp.py:17: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
_________ ERROR collecting tests/test_typedeclaration_smiv1_pysnmp.py __________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pysnmp-pysmi/build/tests/test_typedeclaration_smiv1_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_typedeclaration_smiv1_pysnmp.py:18: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
_________ ERROR collecting tests/test_typedeclaration_smiv2_pysnmp.py __________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pysnmp-pysmi/build/tests/test_typedeclaration_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_typedeclaration_smiv2_pysnmp.py:17: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
_________ ERROR collecting tests/test_valuedeclaration_smiv2_pysnmp.py _________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pysnmp-pysmi/build/tests/test_valuedeclaration_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_valuedeclaration_smiv2_pysnmp.py:17: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
=========================== short test summary info ============================
ERROR tests/test_agentcapabilities_smiv2_pysnmp.py
ERROR tests/test_imports_smiv2_pysnmp.py
ERROR tests/test_modulecompliance_smiv2_pysnmp.py
ERROR tests/test_moduleidentity_smiv2_pysnmp.py
ERROR tests/test_notificationgroup_smiv2_pysnmp.py
ERROR tests/test_notificationtype_smiv2_pysnmp.py
ERROR tests/test_objectgroup_smiv2_pysnmp.py
ERROR tests/test_objectidentity_smiv2_pysnmp.py
ERROR tests/test_objecttype_smiv2_pysnmp.py
ERROR tests/test_smiv1_smiv2_pysnmp.py
ERROR tests/test_traptype_smiv2_pysnmp.py
ERROR tests/test_typedeclaration_smiv1_pysnmp.py
ERROR tests/test_typedeclaration_smiv2_pysnmp.py
ERROR tests/test_valuedeclaration_smiv2_pysnmp.py
!!!!!!!!!!!!!!!!!!! Interrupted: 14 errors during collection !!!!!!!!!!!!!!!!!!!
============================== 14 errors in 0.25s ==============================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pysnmp-pysmi/build; python3.12 -m
pytest -v tests
I: pybuild base:311: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pysnmp-pysmi/build; python3.13 -m
pytest -v tests
============================= test session starts ==============================
platform linux -- Python 3.13.2, pytest-8.3.4, pluggy-1.5.0 --
/usr/bin/python3.13
cachedir: .pytest_cache
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pysnmp-pysmi/build
configfile: pyproject.toml
plugins: typeguard-4.4.1
collecting ... collected 2 items / 14 errors
==================================== ERRORS ====================================
________ ERROR collecting tests/test_agentcapabilities_smiv2_pysnmp.py _________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pysnmp-pysmi/build/tests/test_agentcapabilities_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_agentcapabilities_smiv2_pysnmp.py:17: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
_____________ ERROR collecting tests/test_imports_smiv2_pysnmp.py ______________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pysnmp-pysmi/build/tests/test_imports_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_imports_smiv2_pysnmp.py:17: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
_________ ERROR collecting tests/test_modulecompliance_smiv2_pysnmp.py _________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pysnmp-pysmi/build/tests/test_modulecompliance_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_modulecompliance_smiv2_pysnmp.py:17: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
__________ ERROR collecting tests/test_moduleidentity_smiv2_pysnmp.py __________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pysnmp-pysmi/build/tests/test_moduleidentity_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_moduleidentity_smiv2_pysnmp.py:17: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
________ ERROR collecting tests/test_notificationgroup_smiv2_pysnmp.py _________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pysnmp-pysmi/build/tests/test_notificationgroup_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_notificationgroup_smiv2_pysnmp.py:17: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
_________ ERROR collecting tests/test_notificationtype_smiv2_pysnmp.py _________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pysnmp-pysmi/build/tests/test_notificationtype_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_notificationtype_smiv2_pysnmp.py:17: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
___________ ERROR collecting tests/test_objectgroup_smiv2_pysnmp.py ____________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pysnmp-pysmi/build/tests/test_objectgroup_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_objectgroup_smiv2_pysnmp.py:18: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
__________ ERROR collecting tests/test_objectidentity_smiv2_pysnmp.py __________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pysnmp-pysmi/build/tests/test_objectidentity_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_objectidentity_smiv2_pysnmp.py:17: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
____________ ERROR collecting tests/test_objecttype_smiv2_pysnmp.py ____________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pysnmp-pysmi/build/tests/test_objecttype_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_objecttype_smiv2_pysnmp.py:14: in <module>
from pyasn1.compat.octets import str2octs
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
______________ ERROR collecting tests/test_smiv1_smiv2_pysnmp.py _______________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pysnmp-pysmi/build/tests/test_smiv1_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_smiv1_smiv2_pysnmp.py:17: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
_____________ ERROR collecting tests/test_traptype_smiv2_pysnmp.py _____________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pysnmp-pysmi/build/tests/test_traptype_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_traptype_smiv2_pysnmp.py:17: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
_________ ERROR collecting tests/test_typedeclaration_smiv1_pysnmp.py __________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pysnmp-pysmi/build/tests/test_typedeclaration_smiv1_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_typedeclaration_smiv1_pysnmp.py:18: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
_________ ERROR collecting tests/test_typedeclaration_smiv2_pysnmp.py __________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pysnmp-pysmi/build/tests/test_typedeclaration_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_typedeclaration_smiv2_pysnmp.py:17: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
_________ ERROR collecting tests/test_valuedeclaration_smiv2_pysnmp.py _________
ImportError while importing test module
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pysnmp-pysmi/build/tests/test_valuedeclaration_smiv2_pysnmp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_valuedeclaration_smiv2_pysnmp.py:17: in <module>
from pysnmp.smi.builder import MibBuilder
/usr/lib/python3/dist-packages/pysnmp/smi/builder.py:43: in <module>
from pysnmp import debug
/usr/lib/python3/dist-packages/pysnmp/debug.py:8: in <module>
from pyasn1.compat.octets import octs2ints
E ModuleNotFoundError: No module named 'pyasn1.compat.octets'
=========================== short test summary info ============================
ERROR tests/test_agentcapabilities_smiv2_pysnmp.py
ERROR tests/test_imports_smiv2_pysnmp.py
ERROR tests/test_modulecompliance_smiv2_pysnmp.py
ERROR tests/test_moduleidentity_smiv2_pysnmp.py
ERROR tests/test_notificationgroup_smiv2_pysnmp.py
ERROR tests/test_notificationtype_smiv2_pysnmp.py
ERROR tests/test_objectgroup_smiv2_pysnmp.py
ERROR tests/test_objectidentity_smiv2_pysnmp.py
ERROR tests/test_objecttype_smiv2_pysnmp.py
ERROR tests/test_smiv1_smiv2_pysnmp.py
ERROR tests/test_traptype_smiv2_pysnmp.py
ERROR tests/test_typedeclaration_smiv1_pysnmp.py
ERROR tests/test_typedeclaration_smiv2_pysnmp.py
ERROR tests/test_valuedeclaration_smiv2_pysnmp.py
!!!!!!!!!!!!!!!!!!! Interrupted: 14 errors during collection !!!!!!!!!!!!!!!!!!!
============================== 14 errors in 0.20s ==============================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pysnmp-pysmi/build; python3.13 -m
pytest -v tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12
3.13" returned exit code 13
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202502/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:python-pysmi-lextudio, 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.12-3
Done: Alexandre Detiste <tc...@debian.org>
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 1098...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alexandre Detiste <tc...@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: SHA512
Format: 1.8
Date: Sat, 22 Feb 2025 15:07:05 +0100
Source: python-pysnmp4
Architecture: source
Version: 4.4.12-3
Distribution: unstable
Urgency: high
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Alexandre Detiste <tc...@debian.org>
Closes: 1098568 1098592 1098605 1098606 1098610
Changes:
python-pysnmp4 (4.4.12-3) unstable; urgency=high
.
* Team upload.
* Re add removed 'pyasn1.compat.octets' shims with a patch.
Closes: #1098568, #1098592, #1098605, #1098606, #1098610
Checksums-Sha1:
d0750106425de18b9346c25f10898b91fada54de 2354 python-pysnmp4_4.4.12-3.dsc
7770586a573504ababb20be201217b7104723dbf 7932
python-pysnmp4_4.4.12-3.debian.tar.xz
96dceecc51594bb0769db27167cdaba78a9cd522 8963
python-pysnmp4_4.4.12-3_source.buildinfo
Checksums-Sha256:
893caecb4d21f1939e16a073d63b0d5a36e14e24856c1e7047f0356783158c20 2354
python-pysnmp4_4.4.12-3.dsc
cd45d1abc45986adc2668355e1c52812489b79da6de2ee77721e34ca5dc0008f 7932
python-pysnmp4_4.4.12-3.debian.tar.xz
11cf599c0057661769a698e4d519e05866ee73d55758f75c598b9aafb2d92071 8963
python-pysnmp4_4.4.12-3_source.buildinfo
Files:
90476e86ebbe42ed8c69eda197ca1413 2354 python optional
python-pysnmp4_4.4.12-3.dsc
843ac5ac2fd424b3002602bc5f0c430e 7932 python optional
python-pysnmp4_4.4.12-3.debian.tar.xz
0f22497289f8a0d01ea828b8a50e15f4 8963 python optional
python-pysnmp4_4.4.12-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAme5228RHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBpLlg//Q4lTeXKoPr04tOiZHpOZAWQAb5JJyJi9
UYrorH7bg2FilcHNHptqsLyYf7iQwk23xgEhFd90+gcpX+eIjj/TvxsxsDxe84Kz
Vux4rNAPNQ6BwqKmsm/30vNNtHFdZj3TYwo4Brs1Fo+uZRhXDa0iRmtTx8cX7ICD
jLfSuKChi7s3p8qu5iMGpUTkverPesX8IXFgVcsvZLP2NEcNSnmN4yaK7EC+0qnz
2pd0YcSKDibqs5AptGgbc5FzKot4NiAEaRR27Taxp7ECHyqsG3/6gif5QKpwem1G
HSXL1YwGD6Azw7RHuAMAKZCvkOeNcdpdpnRpwAgEBjmz0SuYTLHtRwDTvTN1UuzT
ilkyE2+yP9wH5iFLEX/uhPEyk+Z7FnLmt2LCIXn7IF1rs28HN6PxqmA5ptI4z0DE
/p5JKzdA7oOS5REcVwfqaZ5fvSzq/813WJv09Iq6HCNNr3vIc0TaY/Nlm/MrhUin
0aqO7DjS6XOriEeqQB2z0VVN7T7gUgxD3zTqQ7/qBtVApCVpS1CwT/ITWKQ/P07A
s/DpAVBOSbHHuDvtvEo/BMlieKj2Y0EOYsQ0FfhHb9vXvU/VsSvykAXnnHd7VkNQ
hmN9njl+nCfTwJ6OwOGwF8O3HzCfvXp0sfFTY9NIpEZH0tJ1VtF5RvlOvcPWo6ZF
crIX35O3rJ0=
=1AXx
-----END PGP SIGNATURE-----
pgpB_yhV8D8HL.pgp
Description: PGP signature
--- End Message ---