Your message dated Thu, 02 Nov 2017 00:35:19 +0000
with message-id <e1ea3tb-000bns...@fasolo.debian.org>
and subject line Bug#867508: fixed in python-openstackclient 3.12.0-2
has caused the Debian Bug report #867508,
regarding python-openstackclient FTBFS with python 3.6 as supported version
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.)


-- 
867508: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867508
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-openstackclient
Version: 3.2.1-1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-openstackclient.html

...
======================================================================
FAIL: 
unittest2.loader._FailedTest.openstackclient.tests.common.test_availability_zone
unittest2.loader._FailedTest.openstackclient.tests.common.test_availability_zone
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
ImportError: Failed to import test module: 
openstackclient.tests.common.test_availability_zone
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/unittest2/loader.py", line 456, in 
_find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python3/dist-packages/unittest2/loader.py", line 395, in 
_get_module_from_name
    __import__(name)
  File 
"/build/1st/python-openstackclient-3.2.1/openstackclient/tests/common/test_availability_zone.py",
 line 19, in <module>
    from openstackclient.tests.compute.v2 import fakes as compute_fakes
  File 
"/build/1st/python-openstackclient-3.2.1/openstackclient/tests/compute/v2/fakes.py",
 line 22, in <module>
    from openstackclient.tests.image.v2 import fakes as image_fakes
  File 
"/build/1st/python-openstackclient-3.2.1/openstackclient/tests/image/v2/fakes.py",
 line 21, in <module>
    from glanceclient.v2 import schemas
  File "/usr/lib/python3/dist-packages/glanceclient/v2/__init__.py", line 15, 
in <module>
    from glanceclient.v2.client import Client      # noqa
  File "/usr/lib/python3/dist-packages/glanceclient/v2/client.py", line 19, in 
<module>
    from glanceclient.v2 import image_members
  File "/usr/lib/python3/dist-packages/glanceclient/v2/image_members.py", line 
16, in <module>
    import warlock
  File "/usr/lib/python3/dist-packages/warlock/__init__.py", line 18, in 
<module>
    from warlock.core import model_factory
  File "/usr/lib/python3/dist-packages/warlock/core.py", line 19, in <module>
    from . import model
  File "/usr/lib/python3/dist-packages/warlock/model.py", line 20, in <module>
    import jsonpatch
  File "/usr/lib/python3/dist-packages/jsonpatch.py", line 114, in <module>
    json.load = get_loadjson()
  File "/usr/lib/python3/dist-packages/jsonpatch.py", line 108, in get_loadjson
    argspec = inspect.getargspec(json.load)
  File "/usr/lib/python3.6/inspect.py", line 1072, in getargspec
    raise ValueError("Function has keyword-only parameters or annotations"
ValueError: Function has keyword-only parameters or annotations, use 
getfullargspec() API which can support them


======================================================================
FAIL: unittest2.loader._FailedTest.openstackclient.tests.common.test_extension
unittest2.loader._FailedTest.openstackclient.tests.common.test_extension
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
ImportError: Failed to import test module: 
openstackclient.tests.common.test_extension
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/unittest2/loader.py", line 456, in 
_find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python3/dist-packages/unittest2/loader.py", line 395, in 
_get_module_from_name
    __import__(name)
  File 
"/build/1st/python-openstackclient-3.2.1/openstackclient/tests/common/test_extension.py",
 line 17, in <module>
    from openstackclient.tests.compute.v2 import fakes as compute_fakes
  File 
"/build/1st/python-openstackclient-3.2.1/openstackclient/tests/compute/v2/fakes.py",
 line 22, in <module>
    from openstackclient.tests.image.v2 import fakes as image_fakes
  File 
"/build/1st/python-openstackclient-3.2.1/openstackclient/tests/image/v2/fakes.py",
 line 21, in <module>
    from glanceclient.v2 import schemas
  File "/usr/lib/python3/dist-packages/glanceclient/v2/__init__.py", line 15, 
in <module>
    from glanceclient.v2.client import Client      # noqa
  File "/usr/lib/python3/dist-packages/glanceclient/v2/client.py", line 19, in 
<module>
    from glanceclient.v2 import image_members
  File "/usr/lib/python3/dist-packages/glanceclient/v2/image_members.py", line 
16, in <module>
    import warlock
  File "/usr/lib/python3/dist-packages/warlock/__init__.py", line 18, in 
<module>
    from warlock.core import model_factory
  File "/usr/lib/python3/dist-packages/warlock/core.py", line 19, in <module>
    from . import model
  File "/usr/lib/python3/dist-packages/warlock/model.py", line 20, in <module>
    import jsonpatch
  File "/usr/lib/python3/dist-packages/jsonpatch.py", line 114, in <module>
    json.load = get_loadjson()
  File "/usr/lib/python3/dist-packages/jsonpatch.py", line 108, in get_loadjson
    argspec = inspect.getargspec(json.load)
  File "/usr/lib/python3.6/inspect.py", line 1072, in getargspec
    raise ValueError("Function has keyword-only parameters or annotations"
ValueError: Function has keyword-only parameters or annotations, use 
getfullargspec() API which can support them
...
Ran 706 tests in 10.934s

FAILED (failures=29)
debian/rules:17: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1

--- End Message ---
--- Begin Message ---
Source: python-openstackclient
Source-Version: 3.12.0-2

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

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated python-openstackclient 
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, 29 Oct 2017 17:47:25 +0100
Source: python-openstackclient
Binary: python-openstackclient python-openstackclient-doc 
python3-openstackclient
Architecture: source all
Version: 3.12.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <openstack-de...@lists.alioth.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
 python-openstackclient - OpenStack Command-line Client - Python 2.7
 python-openstackclient-doc - OpenStack Command-line Client - doc
 python3-openstackclient - OpenStack Command-line Client - Python 3.x
Closes: 867508
Changes:
 python-openstackclient (3.12.0-2) unstable; urgency=medium
 .
   * Uploading to unstable:
     - Fix FTBFS with Python 3.6 (Closes: #867508).
Checksums-Sha1:
 8017cafa5f9e1da1fa72a079b3ca21e9280f4ca0 4930 
python-openstackclient_3.12.0-2.dsc
 cd6562201496b732d09de82858ace66899f2d3c4 46208 
python-openstackclient_3.12.0-2.debian.tar.xz
 01149098c564940be82b481e3e5e47a1bee2af42 1211756 
python-openstackclient-doc_3.12.0-2_all.deb
 4dbca925e2dd4824a097c27ab8c908599ba20cdc 337900 
python-openstackclient_3.12.0-2_all.deb
 f2a74987f0e087a88ae2b232475e8b2bd09ac76d 19409 
python-openstackclient_3.12.0-2_amd64.buildinfo
 a893ff69b4f19ed46b6235ceb8cbea9a4992fae8 337876 
python3-openstackclient_3.12.0-2_all.deb
Checksums-Sha256:
 7b1cc85c86a63be4247f1c76ec22f1ddc3039436a13ad5c5f1f8b051b4582d89 4930 
python-openstackclient_3.12.0-2.dsc
 ccab475827506ffea981b97a4a92c9bd2d81e9e6f398aa61b4ed576a982c86ff 46208 
python-openstackclient_3.12.0-2.debian.tar.xz
 c22b9452cd51bc33ef69b36d2817c33a949a5f89d2f8743cf788a4b643e785b2 1211756 
python-openstackclient-doc_3.12.0-2_all.deb
 a4a65c39520627e2e73e67ab77a9990eb9fae67fb3e1616d4d4a5034e93685cc 337900 
python-openstackclient_3.12.0-2_all.deb
 cd564e8f089a325c88a613aa09322e630d9eec4ed336dbb3a601b263fc471b18 19409 
python-openstackclient_3.12.0-2_amd64.buildinfo
 baf0ee4b570ed05e80a26d8c73c20697b2d13dff02e288302259da0d94b7ce99 337876 
python3-openstackclient_3.12.0-2_all.deb
Files:
 0627c0ff1053442e924431f8dd705c66 4930 python optional 
python-openstackclient_3.12.0-2.dsc
 9d6da4c2a7e1291d7809955ff48d6be7 46208 python optional 
python-openstackclient_3.12.0-2.debian.tar.xz
 a2c72a47bbf77f274032216a402a91b3 1211756 doc optional 
python-openstackclient-doc_3.12.0-2_all.deb
 d1d429ead31de33039902e2e3efed569 337900 python optional 
python-openstackclient_3.12.0-2_all.deb
 4a9707762eeccae53748a3a6d02e029e 19409 python optional 
python-openstackclient_3.12.0-2_amd64.buildinfo
 9a7782071487d2a34210b421fa42fdc3 337876 python optional 
python3-openstackclient_3.12.0-2_all.deb

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

iQJEBAEBCAAuFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAln6ZAkQHHppZ29AZGVi
aWFuLm9yZwAKCRDUFq0VrGtD/lPdEACGHQAXAR7ER0w/YynklcETvftHsltzk8rc
FxLtI0mm+bK1Y6lTRpOzbt1ofurGgdX8ZzjZ3oJ9uyJif7QjudoCdQuQowEerxQy
A8jp0yWIAyvDvjMV6PTS3pkph5uFWl2nFU/xIL1qtYTko2p63QUAU4yiFGaM10wC
wkGqG7uUR44LvF9DMRmvwk/MbttXvH3qc1eswVx7Azs9HlqwLkcOVabj401AMrwr
thV+mtadBV19x9NZSBaNwr2yQoGGOuu93DUBLnTUB9YKSbGg4UEJ8kfsyZuap2dC
kAFvFJfE+MgCa+JXEqZR7vnbfC4zmOzBjIxwY3MMIt1/hPVVuBbeC2zKaKF15hvP
t9Hu3/hTICWC4XGRMa9L7bSs8sDI2jKFA5fJEnCSHo/59sskE5NrMHvJfOdfARVA
ViepzXHM7oRrixvfZm4YYWdIY6mRARSwEFaC49j21b+l/+p2XCISKDcv9nJUUtdo
V+ouV6sbuneGFhsbEeXP3ZWey9YbQc1n2AVtPySkQUMycTJe894DU1EIif68DSU9
6h+8tgAvv3tyzbFFyRCFrmPPJiDHSgeQRUMKEhooYDYPPOxKS36CIbWLQWsVTG0L
BW/zeFDBVITZloA2Xd8wajkTvB63us40CgjWKnzLUuG6st4YzaJItY7sGZlZHx0c
srBYAd5oVQ==
=R0gq
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to