Your message dated Fri, 21 Nov 2025 14:40:13 +0000
with message-id <[email protected]>
and subject line Bug#1117426: fixed in python-scciclient 0.17.0-1
has caused the Debian Bug report #1117426,
regarding python-scciclient: FTBFS: FAIL: 
scciclient.tests.irmc.test_snmp.SNMPClientTestCase.test_set_err_transport
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.)


-- 
1117426: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1117426
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-scciclient
Source-Version: 0.17.0-1
Done: Thomas Goirand <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-scciclient, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <[email protected]> (supplier of updated python-scciclient 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 [email protected])


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

Format: 1.8
Date: Wed, 08 Oct 2025 08:20:52 +0200
Source: python-scciclient
Architecture: source
Version: 0.17.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1117426
Changes:
 python-scciclient (0.17.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Switch from python3-pysnmp4 to python3-pysnmp.
   * Add pysnmp7-compat.patch (Closes: #1117426).
   * Blacklist all snmp tests until upstream gain pysnmp7 support.
Checksums-Sha1:
 b55c57ff679f1f2f2c3b4766b3d61252b7369cce 2725 python-scciclient_0.17.0-1.dsc
 81b09bb850b9465bf48460b901acf8221f4a6309 52432 
python-scciclient_0.17.0.orig.tar.xz
 ec9d8609bbf707f551e71ffd09290deaafdfacad 5080 
python-scciclient_0.17.0-1.debian.tar.xz
 d0b925d6c94ecc4a1b77067338cf887cb608e982 10504 
python-scciclient_0.17.0-1_amd64.buildinfo
Checksums-Sha256:
 7929ffcf176949ec080415f0aeb87d3102f2b3c53e6cf85ad07c08e43a6bad45 2725 
python-scciclient_0.17.0-1.dsc
 b3d9f08c4b9248bc3e86ea5b62b16c52f588292a97ff128e56a0eceaa074bff3 52432 
python-scciclient_0.17.0.orig.tar.xz
 2d1b2bdc1067239e97cf327ca3f037fd8804df8664996e5f3d1aa465d808019a 5080 
python-scciclient_0.17.0-1.debian.tar.xz
 7c157ee5138f45e27029b8ab9bce19b3144fd15e80ca5d2bad9ccc52c284ceda 10504 
python-scciclient_0.17.0-1_amd64.buildinfo
Files:
 ef76b37e0915d6a9783f4ef6fe35f37c 2725 python optional 
python-scciclient_0.17.0-1.dsc
 6026cfd994264eed83475a9445984ea8 52432 python optional 
python-scciclient_0.17.0.orig.tar.xz
 9ed591691f928743314b59ee39ca1040 5080 python optional 
python-scciclient_0.17.0-1.debian.tar.xz
 8c3a2b800f6e1cccf3b691a51cdf3cd6 10504 python optional 
python-scciclient_0.17.0-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmkgdHgACgkQ1BatFaxr
Q/5mxA/8D5pxcH9GLR1tOkNARHvF4Kd5WRA1DQc6w5KH8m00DOnMGz1iMDiDY3jF
uUwDZBeelF9ZqtI0Sra/1rZ6TKLXNY5FoOkmkwK2oSnNLZcv2YqDGwH12BiUF3CR
V5L//whY2CfI+H9jMCrEwqXH1x/7sMxKHBJZg+3fw8l47kwBDFFYXfCXpbZoJWeo
xiZY/C/QSEPWtJ/s2NRc00VXjo8eeAQFA0zhRBhRUmbhJQr+cVxLh7VvCQktaTUy
4iURgdGKwEz5JyR5SfZnHwx/i//o0MX+gRiF7yEbO39j/MF2DLjWDiOEOo347/dF
kTqk+7INIes8rGikLNBpoPnZeTsDUBxaUPGCpLft6+9qQtTVGKUzS7/U0e32o7Tz
0ecHR7wSuSuZud6t+mHhP/Ygi3Q3HM9mEhZ3IHsHiSTYIlezgtRE++mUUZuAKipa
kgBQr6ay99fnSnEYp+Budb3+myeCEaKjxJg7O3hSeTBxtljE201cbwcjebJpWZJJ
ggk2bsc64+WGrvZ6i7so7ey4qme9JPUGtYE+C34QY+2MX+g38TCd2AcQG0o7+HNA
FXplpWU0+VXvBQ4t/5pgrEy/IuF6ZiY27SVO5qeQNzoDcvSd9M8FER9HU4Q45CjX
xREbM10mvKkYQMzqET6YFrVooQXgsgYpFIo1nAh7w01MI21469g=
=F4WK
-----END PGP SIGNATURE-----

Attachment: pgpnxgFz4w2l9.pgp
Description: PGP signature


--- End Message ---

Reply via email to