Your message dated Sun, 21 Nov 2021 06:34:03 +0000
with message-id <e1mogqn-0007ar...@fasolo.debian.org>
and subject line Bug#997878: fixed in python-softlayer 5.9.7-1
has caused the Debian Bug report #997878,
regarding python-click breaks python-softlayer autopkgtest: 'NoneType' object 
is not iterable
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.)


-- 
997878: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997878
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-click, python-softlayer
Control: found -1 python-click/8.0.2-1
Control: found -1 python-softlayer/5.8.5-2
Severity: serious
Tags: sid bookworm
X-Debbugs-CC: debian...@lists.debian.org
User: debian...@lists.debian.org
Usertags: breaks needs-update

Dear maintainer(s),

With a recent upload of python-click the autopkgtest of python-softlayer
fails in testing when that autopkgtest is run with the binary packages
of python-click from unstable. It passes when run with only packages
from testing. In tabular form:

                       pass            fail
python-click           from testing    8.0.2-1
python-softlayer       from testing    5.8.5-2
all others             from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration of python-click to
testing [1]. Due to the nature of this issue, I filed this bug report
against both packages. Can you please investigate the situation and
reassign the bug to the right package?

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=python-click

https://ci.debian.net/data/autopkgtest/testing/amd64/p/python-softlayer/16215050/log.gz

=================================== FAILURES
===================================
_______________________ VirtCreateTests.test_create_like
_______________________
'NoneType' object is not iterable

During handling of the above exception, another exception occurred:
NOTE: Incompatible Exception Representation, displaying natively:

testtools.testresult.real._StringException: Traceback (most recent call
last):
  File "/usr/lib/python3/dist-packages/mock/mock.py", line 1346, in patched
    return func(*newargs, **newkeywargs)
  File
"/tmp/autopkgtest-lxc.st1ir0ft/downtmp/build.Zrk/src/tests/CLI/modules/vs/vs_create_tests.py",
line 370, in test_create_like
    self.assert_called_with('SoftLayer_Virtual_Guest',
'generateOrderTemplate', args=args)
  File
"/tmp/autopkgtest-lxc.st1ir0ft/downtmp/build.Zrk/src/SoftLayer/testing/__init__.py",
line 144, in assert_called_with
    raise AssertionError('%s::%s was not called with given properties: %s'
AssertionError: SoftLayer_Virtual_Guest::generateOrderTemplate was not
called with given properties: {'args': ({'datacenter': {'name':
'dal05'}, 'domain': 'test.sftlyr.ws', 'hourlyBillingFlag': True,
'hostname': 'vs-test-like', 'startCpus': 2, 'maxMemory': 1024,
'localDiskFlag': False, 'operatingSystemReferenceCode': 'UBUNTU_LATEST',
'networkComponents': [{'maxSpeed': 100}],
'supplementalCreateObjectOptions': {'bootMode': None}},)}

----------------------------- Captured stderr call
-----------------------------
CRITICAL:root:SoftLayer_Virtual_Guest::generateOrderTemplate property
mismatch, args: expected=({'datacenter': {'name': 'dal05'}, 'domain':
'test.sftlyr.ws', 'hourlyBillingFlag': True, 'hostname': 'vs-test-like',
'startCpus': 2, 'maxMemory': 1024, 'localDiskFlag': False,
'operatingSystemReferenceCode': 'UBUNTU_LATEST', 'networkComponents':
[{'maxSpeed': 100}], 'supplementalCreateObjectOptions': {'bootMode':
None}},); actual=({'startCpus': 2, 'maxMemory': 1024, 'hostname':
'vs-test-like', 'domain': 'test.sftlyr.ws', 'localDiskFlag': False,
'hourlyBillingFlag': True, 'supplementalCreateObjectOptions':
{'bootMode': None}, 'operatingSystemReferenceCode': 'UBUNTU_LATEST',
'datacenter': {'name': 'dal05'}, 'networkComponents': [{'maxSpeed':
'100'}]},)
------------------------------ Captured log call
-------------------------------
CRITICAL root:__init__.py:180
SoftLayer_Virtual_Guest::generateOrderTemplate property mismatch, args:
expected=({'datacenter': {'name': 'dal05'}, 'domain': 'test.sftlyr.ws',
'hourlyBillingFlag': True, 'hostname': 'vs-test-like', 'startCpus': 2,
'maxMemory': 1024, 'localDiskFlag': False,
'operatingSystemReferenceCode': 'UBUNTU_LATEST', 'networkComponents':
[{'maxSpeed': 100}], 'supplementalCreateObjectOptions': {'bootMode':
None}},); actual=({'startCpus': 2, 'maxMemory': 1024, 'hostname':
'vs-test-like', 'domain': 'test.sftlyr.ws', 'localDiskFlag': False,
'hourlyBillingFlag': True, 'supplementalCreateObjectOptions':
{'bootMode': None}, 'operatingSystemReferenceCode': 'UBUNTU_LATEST',
'datacenter': {'name': 'dal05'}, 'networkComponents': [{'maxSpeed':
'100'}]},)
___________________ VirtCreateTests.test_create_like_flavor
____________________
'NoneType' object is not iterable

During handling of the above exception, another exception occurred:
NOTE: Incompatible Exception Representation, displaying natively:

testtools.testresult.real._StringException: Traceback (most recent call
last):
  File "/usr/lib/python3/dist-packages/mock/mock.py", line 1346, in patched
    return func(*newargs, **newkeywargs)
  File
"/tmp/autopkgtest-lxc.st1ir0ft/downtmp/build.Zrk/src/tests/CLI/modules/vs/vs_create_tests.py",
line 486, in test_create_like_flavor
    self.assert_called_with('SoftLayer_Virtual_Guest',
'generateOrderTemplate', args=args)
  File
"/tmp/autopkgtest-lxc.st1ir0ft/downtmp/build.Zrk/src/SoftLayer/testing/__init__.py",
line 144, in assert_called_with
    raise AssertionError('%s::%s was not called with given properties: %s'
AssertionError: SoftLayer_Virtual_Guest::generateOrderTemplate was not
called with given properties: {'args': ({'datacenter': {'name':
'dal05'}, 'domain': 'test.sftlyr.ws', 'hourlyBillingFlag': True,
'hostname': 'vs-test-like', 'startCpus': None, 'maxMemory': None,
'localDiskFlag': None, 'supplementalCreateObjectOptions': {'bootMode':
None, 'flavorKeyName': 'B1_1X2X25'}, 'operatingSystemReferenceCode':
'UBUNTU_LATEST', 'networkComponents': [{'maxSpeed': 100}]},)}

----------------------------- Captured stderr call
-----------------------------
CRITICAL:root:SoftLayer_Virtual_Guest::generateOrderTemplate property
mismatch, args: expected=({'datacenter': {'name': 'dal05'}, 'domain':
'test.sftlyr.ws', 'hourlyBillingFlag': True, 'hostname': 'vs-test-like',
'startCpus': None, 'maxMemory': None, 'localDiskFlag': None,
'supplementalCreateObjectOptions': {'bootMode': None, 'flavorKeyName':
'B1_1X2X25'}, 'operatingSystemReferenceCode': 'UBUNTU_LATEST',
'networkComponents': [{'maxSpeed': 100}]},); actual=({'startCpus': None,
'maxMemory': None, 'hostname': 'vs-test-like', 'domain':
'test.sftlyr.ws', 'localDiskFlag': None, 'hourlyBillingFlag': True,
'supplementalCreateObjectOptions': {'bootMode': None, 'flavorKeyName':
'B1_1X2X25'}, 'operatingSystemReferenceCode': 'UBUNTU_LATEST',
'datacenter': {'name': 'dal05'}, 'networkComponents': [{'maxSpeed':
'100'}]},)
------------------------------ Captured log call
-------------------------------
CRITICAL root:__init__.py:180
SoftLayer_Virtual_Guest::generateOrderTemplate property mismatch, args:
expected=({'datacenter': {'name': 'dal05'}, 'domain': 'test.sftlyr.ws',
'hourlyBillingFlag': True, 'hostname': 'vs-test-like', 'startCpus':
None, 'maxMemory': None, 'localDiskFlag': None,
'supplementalCreateObjectOptions': {'bootMode': None, 'flavorKeyName':
'B1_1X2X25'}, 'operatingSystemReferenceCode': 'UBUNTU_LATEST',
'networkComponents': [{'maxSpeed': 100}]},); actual=({'startCpus': None,
'maxMemory': None, 'hostname': 'vs-test-like', 'domain':
'test.sftlyr.ws', 'localDiskFlag': None, 'hourlyBillingFlag': True,
'supplementalCreateObjectOptions': {'bootMode': None, 'flavorKeyName':
'B1_1X2X25'}, 'operatingSystemReferenceCode': 'UBUNTU_LATEST',
'datacenter': {'name': 'dal05'}, 'networkComponents': [{'maxSpeed':
'100'}]},)
____________________ VirtCreateTests.test_create_like_image
____________________
'NoneType' object is not iterable

During handling of the above exception, another exception occurred:
NOTE: Incompatible Exception Representation, displaying natively:

testtools.testresult.real._StringException: Traceback (most recent call
last):
  File "/usr/lib/python3/dist-packages/mock/mock.py", line 1346, in patched
    return func(*newargs, **newkeywargs)
  File
"/tmp/autopkgtest-lxc.st1ir0ft/downtmp/build.Zrk/src/tests/CLI/modules/vs/vs_create_tests.py",
line 444, in test_create_like_image
    self.assert_called_with('SoftLayer_Virtual_Guest',
'generateOrderTemplate', args=args)
  File
"/tmp/autopkgtest-lxc.st1ir0ft/downtmp/build.Zrk/src/SoftLayer/testing/__init__.py",
line 144, in assert_called_with
    raise AssertionError('%s::%s was not called with given properties: %s'
AssertionError: SoftLayer_Virtual_Guest::generateOrderTemplate was not
called with given properties: {'args': ({'datacenter': {'name':
'dal05'}, 'domain': 'test.sftlyr.ws', 'hourlyBillingFlag': True,
'hostname': 'vs-test-like', 'startCpus': 2, 'maxMemory': 1024,
'localDiskFlag': False, 'blockDeviceTemplateGroup': {'globalIdentifier':
'aaa1xxx1122233'}, 'networkComponents': [{'maxSpeed': 100}],
'supplementalCreateObjectOptions': {'bootMode': None}},)}

----------------------------- Captured stderr call
-----------------------------
CRITICAL:root:SoftLayer_Virtual_Guest::generateOrderTemplate property
mismatch, args: expected=({'datacenter': {'name': 'dal05'}, 'domain':
'test.sftlyr.ws', 'hourlyBillingFlag': True, 'hostname': 'vs-test-like',
'startCpus': 2, 'maxMemory': 1024, 'localDiskFlag': False,
'blockDeviceTemplateGroup': {'globalIdentifier': 'aaa1xxx1122233'},
'networkComponents': [{'maxSpeed': 100}],
'supplementalCreateObjectOptions': {'bootMode': None}},);
actual=({'startCpus': 2, 'maxMemory': 1024, 'hostname': 'vs-test-like',
'domain': 'test.sftlyr.ws', 'localDiskFlag': False, 'hourlyBillingFlag':
True, 'supplementalCreateObjectOptions': {'bootMode': None},
'blockDeviceTemplateGroup': {'globalIdentifier': 'aaa1xxx1122233'},
'datacenter': {'name': 'dal05'}, 'networkComponents': [{'maxSpeed':
'100'}]},)
------------------------------ Captured log call
-------------------------------
CRITICAL root:__init__.py:180
SoftLayer_Virtual_Guest::generateOrderTemplate property mismatch, args:
expected=({'datacenter': {'name': 'dal05'}, 'domain': 'test.sftlyr.ws',
'hourlyBillingFlag': True, 'hostname': 'vs-test-like', 'startCpus': 2,
'maxMemory': 1024, 'localDiskFlag': False, 'blockDeviceTemplateGroup':
{'globalIdentifier': 'aaa1xxx1122233'}, 'networkComponents':
[{'maxSpeed': 100}], 'supplementalCreateObjectOptions': {'bootMode':
None}},); actual=({'startCpus': 2, 'maxMemory': 1024, 'hostname':
'vs-test-like', 'domain': 'test.sftlyr.ws', 'localDiskFlag': False,
'hourlyBillingFlag': True, 'supplementalCreateObjectOptions':
{'bootMode': None}, 'blockDeviceTemplateGroup': {'globalIdentifier':
'aaa1xxx1122233'}, 'datacenter': {'name': 'dal05'}, 'networkComponents':
[{'maxSpeed': '100'}]},)
__________________ VirtCreateTests.test_create_like_transient
__________________
'NoneType' object is not iterable

During handling of the above exception, another exception occurred:
NOTE: Incompatible Exception Representation, displaying natively:

testtools.testresult.real._StringException: Traceback (most recent call
last):
  File "/usr/lib/python3/dist-packages/mock/mock.py", line 1346, in patched
    return func(*newargs, **newkeywargs)
  File
"/tmp/autopkgtest-lxc.st1ir0ft/downtmp/build.Zrk/src/tests/CLI/modules/vs/vs_create_tests.py",
line 528, in test_create_like_transient
    self.assert_called_with('SoftLayer_Virtual_Guest',
'generateOrderTemplate', args=args)
  File
"/tmp/autopkgtest-lxc.st1ir0ft/downtmp/build.Zrk/src/SoftLayer/testing/__init__.py",
line 144, in assert_called_with
    raise AssertionError('%s::%s was not called with given properties: %s'
AssertionError: SoftLayer_Virtual_Guest::generateOrderTemplate was not
called with given properties: {'args': ({'datacenter': {'name':
'dal05'}, 'domain': 'test.sftlyr.ws', 'hourlyBillingFlag': True,
'hostname': 'vs-test-like', 'startCpus': None, 'maxMemory': None,
'localDiskFlag': None, 'transientGuestFlag': True,
'supplementalCreateObjectOptions': {'bootMode': None, 'flavorKeyName':
'B1_1X2X25'}, 'operatingSystemReferenceCode': 'UBUNTU_LATEST',
'networkComponents': [{'maxSpeed': 100}]},)}

----------------------------- Captured stderr call
-----------------------------
CRITICAL:root:SoftLayer_Virtual_Guest::generateOrderTemplate property
mismatch, args: expected=({'datacenter': {'name': 'dal05'}, 'domain':
'test.sftlyr.ws', 'hourlyBillingFlag': True, 'hostname': 'vs-test-like',
'startCpus': None, 'maxMemory': None, 'localDiskFlag': None,
'transientGuestFlag': True, 'supplementalCreateObjectOptions':
{'bootMode': None, 'flavorKeyName': 'B1_1X2X25'},
'operatingSystemReferenceCode': 'UBUNTU_LATEST', 'networkComponents':
[{'maxSpeed': 100}]},); actual=({'startCpus': None, 'maxMemory': None,
'hostname': 'vs-test-like', 'domain': 'test.sftlyr.ws', 'localDiskFlag':
None, 'hourlyBillingFlag': True, 'supplementalCreateObjectOptions':
{'bootMode': None, 'flavorKeyName': 'B1_1X2X25'}, 'transientGuestFlag':
True, 'operatingSystemReferenceCode': 'UBUNTU_LATEST', 'datacenter':
{'name': 'dal05'}, 'networkComponents': [{'maxSpeed': '100'}]},)
------------------------------ Captured log call
-------------------------------
CRITICAL root:__init__.py:180
SoftLayer_Virtual_Guest::generateOrderTemplate property mismatch, args:
expected=({'datacenter': {'name': 'dal05'}, 'domain': 'test.sftlyr.ws',
'hourlyBillingFlag': True, 'hostname': 'vs-test-like', 'startCpus':
None, 'maxMemory': None, 'localDiskFlag': None, 'transientGuestFlag':
True, 'supplementalCreateObjectOptions': {'bootMode': None,
'flavorKeyName': 'B1_1X2X25'}, 'operatingSystemReferenceCode':
'UBUNTU_LATEST', 'networkComponents': [{'maxSpeed': 100}]},);
actual=({'startCpus': None, 'maxMemory': None, 'hostname':
'vs-test-like', 'domain': 'test.sftlyr.ws', 'localDiskFlag': None,
'hourlyBillingFlag': True, 'supplementalCreateObjectOptions':
{'bootMode': None, 'flavorKeyName': 'B1_1X2X25'}, 'transientGuestFlag':
True, 'operatingSystemReferenceCode': 'UBUNTU_LATEST', 'datacenter':
{'name': 'dal05'}, 'networkComponents': [{'maxSpeed': '100'}]},)
=========================== short test summary info
============================
FAILED
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_like
FAILED
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_like_flavor
FAILED
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_like_image
FAILED
tests/CLI/modules/vs/vs_create_tests.py::VirtCreateTests::test_create_like_transient
================== 4 failed, 1477 passed, 4 skipped in 14.95s
==================
autopkgtest [01:10:17]: test py3


Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: python-softlayer
Source-Version: 5.9.7-1
Done: Sandro Tosi <mo...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-softlayer, 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 997...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi <mo...@debian.org> (supplier of updated python-softlayer package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 21 Nov 2021 01:15:20 -0500
Source: python-softlayer
Architecture: source
Version: 5.9.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Sandro Tosi <mo...@debian.org>
Closes: 997878
Changes:
 python-softlayer (5.9.7-1) unstable; urgency=medium
 .
   * New upstream release; Closes: #997878
   * debian/patches/
     - refresh, drop patch released upstream
   * debian/patches/collections-abc-mapping.patch
     - fix a test failure by importing Mapping from the right module
   * debian/control
     - run wrap-and-sort
   * debian/tests/control
     - install tkinter, needed by autopkgtests
Checksums-Sha1:
 7c96f8dbd4a2a3d84a9c6929b336e437542429eb 2186 python-softlayer_5.9.7-1.dsc
 2b767080bbfbf03d0fae4c8d2567a4e5c7f9b30d 337388 
python-softlayer_5.9.7.orig.tar.xz
 b92a5b1faf4ae1672909f3bb2ed2afc9970130a7 5000 
python-softlayer_5.9.7-1.debian.tar.xz
 46656e02b0e446f1bdf13acb3100525b513472bd 6542 
python-softlayer_5.9.7-1_source.buildinfo
Checksums-Sha256:
 109c342b7f8a20d9d9718e741d7586c253655086893af29b598fa983e662c95b 2186 
python-softlayer_5.9.7-1.dsc
 00c42077124696d16ffdc4ec0650426c24b73bd92a5da3ef7505d0f0ce899a22 337388 
python-softlayer_5.9.7.orig.tar.xz
 d933776ca2344cf4d01b113c305721f6f330b261f57c5e6a83c6422c3e4f52a3 5000 
python-softlayer_5.9.7-1.debian.tar.xz
 103ca626a613d6d0795222a2d8ace532dd61d3ee2dfca978fde0a927f313231f 6542 
python-softlayer_5.9.7-1_source.buildinfo
Files:
 cc41f9d201cc3757a4c0a984a3fd67ee 2186 python optional 
python-softlayer_5.9.7-1.dsc
 31946fe74d2566d5afaeeed9c43d3813 337388 python optional 
python-softlayer_5.9.7.orig.tar.xz
 6e1734553f2e7aefb58346f9530d6684 5000 python optional 
python-softlayer_5.9.7-1.debian.tar.xz
 822b6ba3f5b8306834956ab0cfcd4a79 6542 python optional 
python-softlayer_5.9.7-1_source.buildinfo

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

iQIzBAEBCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAmGZ5AwACgkQh588mTgB
qU/5ng//WP7kpQFDFg5QBhb6EXMkP7x1W/v0Y5ZjK79fCcfILo4uXfpg1ByXAnK/
XnWTetTv3m/Gm/NrJh+Dm7rjkN9eaMYtStYYvky7BvmE8H4LyXAn2jLQxYjNyU2c
468pq9P1rVG+Qyco0RUI/RNFA+GnffWM96OV34w/eIiNlfWb8t7iK0hHKjhb3q+4
oqiw2la7JVjf68k6xcQqbdoL4Fcx2FcaPIcCdVDirhLTWKwRwsO5UfXF1Q4P/+/V
dDm8z8WRmfKkUIZYgcGKoVIAl9Qt4BtOy1vwAZAwduuJUzlY0cuR4LP3Bnxj9BF4
kR/qXMdjsTlgrdibLKZM4HharzjoYVLrsbh549gDDRilsHyCvXu/vcn12pe4esA6
J31mWIVCfgT6usvbVEeeQTq/G3ZvYKd8krzqenXBlQrj8MhZijYzh5nP8zFk6Ykv
WB1NCI+K+43rzjp96Ewz6EjpQVW5afLTqIHxrDJMR2Mgi+mjLlI3q7jbxnUnrNpW
rms4Mh+sCBsKMYYwzy2BT96u+WxDVC2yYoi7CdYtiafF8aBYzmR35FhIuCHYYibl
LFnUNRk+7FR29JU4sh3cdl7bMdePy9qlXxzjdF1ZAE1lPaSEbHKuLlrggxikQTN7
JXNwjftKNq1fZaR72xrV5N0dC81a1Y+itNKBo1dn0cUdqR9diuo=
=goR/
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to