Your message dated Wed, 12 Mar 2025 03:42:47 +0000 with message-id <[email protected]> and subject line Bug#1100006: Removed package(s) from unstable 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 [email protected] immediately.) -- 1098606: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098606 Debian Bug Tracking System Contact [email protected] 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 ---Version: 1.0.4-5+rm Dear submitter, as the package python-pysmi-lextudio has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1100006 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Paul Tagliamonte (the ftpmaster behind the curtain)
--- End Message ---

