Package: src:python-scciclient Version: 0.16.0-3 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202510/ 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 cannot 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-scciclient, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] 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 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 debian/rules override_dh_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' [... snipped ...] ~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/unittest/mock.py", line 1467, in get_original raise AttributeError( "%s does not have the attribute %r" % (target, name) ) AttributeError: <module 'pysnmp.hlapi' (namespace) from ['/usr/lib/python3/dist-packages/pysnmp/hlapi']> does not have the attribute 'getCmd' ====================================================================== FAIL: scciclient.tests.irmc.test_snmp.SNMPClientTestCase.test_get_next scciclient.tests.irmc.test_snmp.SNMPClientTestCase.test_get_next ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last): File "/usr/lib/python3.13/unittest/mock.py", line 1423, in patched with self.decoration_helper(patched, ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ args, ^^^^^ keywargs) as (newargs, newkeywargs): ^^^^^^^^^ File "/usr/lib/python3.13/contextlib.py", line 141, in __enter__ return next(self.gen) File "/usr/lib/python3.13/unittest/mock.py", line 1405, in decoration_helper arg = exit_stack.enter_context(patching) File "/usr/lib/python3.13/contextlib.py", line 530, in enter_context result = _enter(cm) File "/usr/lib/python3.13/unittest/mock.py", line 1497, in __enter__ original, local = self.get_original() ~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/unittest/mock.py", line 1467, in get_original raise AttributeError( "%s does not have the attribute %r" % (target, name) ) AttributeError: <module 'pysnmp.hlapi' (namespace) from ['/usr/lib/python3/dist-packages/pysnmp/hlapi']> does not have the attribute 'nextCmd' ====================================================================== FAIL: scciclient.tests.irmc.test_snmp.SNMPClientTestCase.test_get_next_err_engine scciclient.tests.irmc.test_snmp.SNMPClientTestCase.test_get_next_err_engine ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last): File "/usr/lib/python3.13/unittest/mock.py", line 1423, in patched with self.decoration_helper(patched, ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ args, ^^^^^ keywargs) as (newargs, newkeywargs): ^^^^^^^^^ File "/usr/lib/python3.13/contextlib.py", line 141, in __enter__ return next(self.gen) File "/usr/lib/python3.13/unittest/mock.py", line 1405, in decoration_helper arg = exit_stack.enter_context(patching) File "/usr/lib/python3.13/contextlib.py", line 530, in enter_context result = _enter(cm) File "/usr/lib/python3.13/unittest/mock.py", line 1497, in __enter__ original, local = self.get_original() ~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/unittest/mock.py", line 1467, in get_original raise AttributeError( "%s does not have the attribute %r" % (target, name) ) AttributeError: <module 'pysnmp.hlapi' (namespace) from ['/usr/lib/python3/dist-packages/pysnmp/hlapi']> does not have the attribute 'nextCmd' ====================================================================== FAIL: scciclient.tests.irmc.test_snmp.SNMPClientTestCase.test_get_next_err_transport scciclient.tests.irmc.test_snmp.SNMPClientTestCase.test_get_next_err_transport ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last): File "/usr/lib/python3.13/unittest/mock.py", line 1423, in patched with self.decoration_helper(patched, ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ args, ^^^^^ keywargs) as (newargs, newkeywargs): ^^^^^^^^^ File "/usr/lib/python3.13/contextlib.py", line 141, in __enter__ return next(self.gen) File "/usr/lib/python3.13/unittest/mock.py", line 1405, in decoration_helper arg = exit_stack.enter_context(patching) File "/usr/lib/python3.13/contextlib.py", line 530, in enter_context result = _enter(cm) File "/usr/lib/python3.13/unittest/mock.py", line 1497, in __enter__ original, local = self.get_original() ~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/unittest/mock.py", line 1467, in get_original raise AttributeError( "%s does not have the attribute %r" % (target, name) ) AttributeError: <module 'pysnmp.hlapi' (namespace) from ['/usr/lib/python3/dist-packages/pysnmp/hlapi']> does not have the attribute 'nextCmd' ====================================================================== FAIL: scciclient.tests.irmc.test_snmp.SNMPClientTestCase.test_set scciclient.tests.irmc.test_snmp.SNMPClientTestCase.test_set ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last): File "/usr/lib/python3.13/unittest/mock.py", line 1423, in patched with self.decoration_helper(patched, ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ args, ^^^^^ keywargs) as (newargs, newkeywargs): ^^^^^^^^^ File "/usr/lib/python3.13/contextlib.py", line 141, in __enter__ return next(self.gen) File "/usr/lib/python3.13/unittest/mock.py", line 1405, in decoration_helper arg = exit_stack.enter_context(patching) File "/usr/lib/python3.13/contextlib.py", line 530, in enter_context result = _enter(cm) File "/usr/lib/python3.13/unittest/mock.py", line 1497, in __enter__ original, local = self.get_original() ~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/unittest/mock.py", line 1467, in get_original raise AttributeError( "%s does not have the attribute %r" % (target, name) ) AttributeError: <module 'pysnmp.hlapi' (namespace) from ['/usr/lib/python3/dist-packages/pysnmp/hlapi']> does not have the attribute 'setCmd' ====================================================================== FAIL: scciclient.tests.irmc.test_snmp.SNMPClientTestCase.test_set_err_engine scciclient.tests.irmc.test_snmp.SNMPClientTestCase.test_set_err_engine ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last): File "/usr/lib/python3.13/unittest/mock.py", line 1423, in patched with self.decoration_helper(patched, ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ args, ^^^^^ keywargs) as (newargs, newkeywargs): ^^^^^^^^^ File "/usr/lib/python3.13/contextlib.py", line 141, in __enter__ return next(self.gen) File "/usr/lib/python3.13/unittest/mock.py", line 1405, in decoration_helper arg = exit_stack.enter_context(patching) File "/usr/lib/python3.13/contextlib.py", line 530, in enter_context result = _enter(cm) File "/usr/lib/python3.13/unittest/mock.py", line 1497, in __enter__ original, local = self.get_original() ~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/unittest/mock.py", line 1467, in get_original raise AttributeError( "%s does not have the attribute %r" % (target, name) ) AttributeError: <module 'pysnmp.hlapi' (namespace) from ['/usr/lib/python3/dist-packages/pysnmp/hlapi']> does not have the attribute 'setCmd' ====================================================================== FAIL: scciclient.tests.irmc.test_snmp.SNMPClientTestCase.test_set_err_transport scciclient.tests.irmc.test_snmp.SNMPClientTestCase.test_set_err_transport ---------------------------------------------------------------------- testtools.testresult.real._StringException: Traceback (most recent call last): File "/usr/lib/python3.13/unittest/mock.py", line 1423, in patched with self.decoration_helper(patched, ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ args, ^^^^^ keywargs) as (newargs, newkeywargs): ^^^^^^^^^ File "/usr/lib/python3.13/contextlib.py", line 141, in __enter__ return next(self.gen) File "/usr/lib/python3.13/unittest/mock.py", line 1405, in decoration_helper arg = exit_stack.enter_context(patching) File "/usr/lib/python3.13/contextlib.py", line 530, in enter_context result = _enter(cm) File "/usr/lib/python3.13/unittest/mock.py", line 1497, in __enter__ original, local = self.get_original() ~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/unittest/mock.py", line 1467, in get_original raise AttributeError( "%s does not have the attribute %r" % (target, name) ) AttributeError: <module 'pysnmp.hlapi' (namespace) from ['/usr/lib/python3/dist-packages/pysnmp/hlapi']> does not have the attribute 'setCmd' ---------------------------------------------------------------------- Ran 268 tests in 19.431s FAILED (failures=22) + echo ======> STESTR TEST SUITE FAILED FOR python3.13: displaying pip3 freeze output... ======> STESTR TEST SUITE FAILED FOR python3.13: displaying pip3 freeze output... + [ -x /usr/bin/pip3 ] + pip3 freeze WARNING: The directory '/sbuild-nonexistent/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag. alabaster==0.7.16 autocommand==2.2.2 autopage==0.4.0 babel==2.17.0 bcrypt==4.3.0 blinker==1.9.0 certifi==2025.1.31 chardet==5.2.0 charset-normalizer==3.4.3 cliff==4.11.0 cmd2==2.5.11+ds cryptography==44.0.2 debtcollector==3.0.0 decorator==5.2.1 defusedxml==0.7.1 deprecation==2.1.0 docutils==0.21.2 dogpile.cache==1.3.3 dulwich==0.24.2 fixtures==4.2.5 httpretty==1.1.4 idna==3.10 imagesize==1.4.1 inflect==7.5.0 iso8601==2.1.0 jaraco.context==6.0.1 jaraco.functools==4.1.0 jaraco.text==4.0.0 Jinja2==3.1.6 jmespath==1.0.1 jsonpatch==1.32 jsonpointer==2.4 keystoneauth1==5.12.0 lxml==6.0.2 Mako==1.3.10.dev0 MarkupSafe==3.0.2 more-itertools==10.8.0 msgpack==1.0.3 netaddr==1.3.0 oauthlib==3.3.1 openstackdocstheme==3.2.0 openstacksdk==4.7.1 os-client-config==2.3.0 os-service-types==1.8.0 oslo.i18n==6.6.0 oslo.serialization==5.8.0 oslo.utils==9.1.0 oslotest==5.0.1 packaging==25.0 pbr==7.0.1 platformdirs==4.4.0 prettytable==3.16.0 psutil==7.1.0 pyasn1==0.6.1 pyasn1_modules==0.4.1 pyasyncore==1.0.2 pyghmi==1.6.2 Pygments==2.18.0 PyJWT==2.10.1 pyparsing==3.1.2 pyperclip==1.11.0 pysnmp==7.1.21 python-dateutil==2.9.0 python-subunit==1.4.4 pytz==2025.2 PyYAML==6.0.2 requests==2.32.5 requests_mock==1.12.1 requestsexceptions==1.4.0 roman==5.1 roman-numerals-py==3.1.0 setuptools==78.1.1 six==1.17.0 snowballstemmer==3.0.1 Sphinx==8.2.3 stestr==4.2.0 stevedore==5.5.0 testscenarios==0.5.0 testtools==2.7.2 tomlkit==0.13.2 typeguard==4.4.4 typing_extensions==4.15.0 urllib3==2.5.0 voluptuous==0.15.2 wcwidth==0.2.13 wheel==0.46.1 wrapt==1.17.3 zipp==3.23.0 + exit 1 make[1]: *** [debian/rules:22: override_dh_auto_test] Error 1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:7: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 --------------------------------------------------------------------------------

