Your message dated Tue, 07 Nov 2017 21:20:20 +0000
with message-id <e1ecbic-0007jh...@fasolo.debian.org>
and subject line Bug#881095: fixed in openstack-trove 1:8.0.0-1
has caused the Debian Bug report #881095,
regarding openstack-trove FTBFS: test failures
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.)


-- 
881095: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881095
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: openstack-trove
Version: 1:6.0.0-3
Severity: serious
Tags: buster sid

Some recent change in unstable makes openstack-trove FTBFS:

https://tests.reproducible-builds.org/debian/history/openstack-trove.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/openstack-trove.html

...
======================================================================
FAIL: common.test_remote.TestCreateNovaClient.test_create_admin_client
common.test_remote.TestCreateNovaClient.test_create_admin_client
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File 
"/build/1st/openstack-trove-6.0.0/trove/tests/unittests/common/test_remote.py", 
line 423, in test_create_admin_client
    self.assertEqual(admin_user, admin_client.client.user)
AttributeError: 'SessionClient' object has no attribute 'user'


======================================================================
FAIL: taskmanager.test_models.BuiltInstanceTasksTest.test_attach_public_ips
taskmanager.test_models.BuiltInstanceTasksTest.test_attach_public_ips
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File 
"/build/1st/openstack-trove-6.0.0/trove/tests/unittests/taskmanager/test_models.py",
 line 741, in setUp
    spec=novaclient.v2.floating_ips.FloatingIPManager)
AttributeError: 'module' object has no attribute 'floating_ips'


======================================================================
FAIL: taskmanager.test_models.BuiltInstanceTasksTest.test_attach_replica
taskmanager.test_models.BuiltInstanceTasksTest.test_attach_replica
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File 
"/build/1st/openstack-trove-6.0.0/trove/tests/unittests/taskmanager/test_models.py",
 line 741, in setUp
    spec=novaclient.v2.floating_ips.FloatingIPManager)
AttributeError: 'module' object has no attribute 'floating_ips'


======================================================================
FAIL: 
taskmanager.test_models.BuiltInstanceTasksTest.test_cleanup_source_on_replica_detach
taskmanager.test_models.BuiltInstanceTasksTest.test_cleanup_source_on_replica_detach
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File 
"/build/1st/openstack-trove-6.0.0/trove/tests/unittests/taskmanager/test_models.py",
 line 741, in setUp
    spec=novaclient.v2.floating_ips.FloatingIPManager)
AttributeError: 'module' object has no attribute 'floating_ips'


======================================================================
FAIL: 
taskmanager.test_models.BuiltInstanceTasksTest.test_demote_replication_master
taskmanager.test_models.BuiltInstanceTasksTest.test_demote_replication_master
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File 
"/build/1st/openstack-trove-6.0.0/trove/tests/unittests/taskmanager/test_models.py",
 line 741, in setUp
    spec=novaclient.v2.floating_ips.FloatingIPManager)
AttributeError: 'module' object has no attribute 'floating_ips'


======================================================================
FAIL: taskmanager.test_models.BuiltInstanceTasksTest.test_detach_public_ips
taskmanager.test_models.BuiltInstanceTasksTest.test_detach_public_ips
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File 
"/build/1st/openstack-trove-6.0.0/trove/tests/unittests/taskmanager/test_models.py",
 line 741, in setUp
    spec=novaclient.v2.floating_ips.FloatingIPManager)
AttributeError: 'module' object has no attribute 'floating_ips'


======================================================================
FAIL: taskmanager.test_models.BuiltInstanceTasksTest.test_detach_replica
taskmanager.test_models.BuiltInstanceTasksTest.test_detach_replica
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File 
"/build/1st/openstack-trove-6.0.0/trove/tests/unittests/taskmanager/test_models.py",
 line 741, in setUp
    spec=novaclient.v2.floating_ips.FloatingIPManager)
AttributeError: 'module' object has no attribute 'floating_ips'


======================================================================
FAIL: taskmanager.test_models.BuiltInstanceTasksTest.test_enable_as_master
taskmanager.test_models.BuiltInstanceTasksTest.test_enable_as_master
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File 
"/build/1st/openstack-trove-6.0.0/trove/tests/unittests/taskmanager/test_models.py",
 line 741, in setUp
    spec=novaclient.v2.floating_ips.FloatingIPManager)
AttributeError: 'module' object has no attribute 'floating_ips'


======================================================================
FAIL: taskmanager.test_models.BuiltInstanceTasksTest.test_error_detach_replica
taskmanager.test_models.BuiltInstanceTasksTest.test_error_detach_replica
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File 
"/build/1st/openstack-trove-6.0.0/trove/tests/unittests/taskmanager/test_models.py",
 line 741, in setUp
    spec=novaclient.v2.floating_ips.FloatingIPManager)
AttributeError: 'module' object has no attribute 'floating_ips'


======================================================================
FAIL: taskmanager.test_models.BuiltInstanceTasksTest.test_fix_device_path
taskmanager.test_models.BuiltInstanceTasksTest.test_fix_device_path
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File 
"/build/1st/openstack-trove-6.0.0/trove/tests/unittests/taskmanager/test_models.py",
 line 741, in setUp
    spec=novaclient.v2.floating_ips.FloatingIPManager)
AttributeError: 'module' object has no attribute 'floating_ips'


======================================================================
FAIL: taskmanager.test_models.BuiltInstanceTasksTest.test_get_floating_ips
taskmanager.test_models.BuiltInstanceTasksTest.test_get_floating_ips
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File 
"/build/1st/openstack-trove-6.0.0/trove/tests/unittests/taskmanager/test_models.py",
 line 741, in setUp
    spec=novaclient.v2.floating_ips.FloatingIPManager)
AttributeError: 'module' object has no attribute 'floating_ips'


======================================================================
FAIL: taskmanager.test_models.BuiltInstanceTasksTest.test_get_last_txn
taskmanager.test_models.BuiltInstanceTasksTest.test_get_last_txn
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File 
"/build/1st/openstack-trove-6.0.0/trove/tests/unittests/taskmanager/test_models.py",
 line 741, in setUp
    spec=novaclient.v2.floating_ips.FloatingIPManager)
AttributeError: 'module' object has no attribute 'floating_ips'


======================================================================
FAIL: taskmanager.test_models.BuiltInstanceTasksTest.test_get_latest_txn_id
taskmanager.test_models.BuiltInstanceTasksTest.test_get_latest_txn_id
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File 
"/build/1st/openstack-trove-6.0.0/trove/tests/unittests/taskmanager/test_models.py",
 line 741, in setUp
    spec=novaclient.v2.floating_ips.FloatingIPManager)
AttributeError: 'module' object has no attribute 'floating_ips'


======================================================================
FAIL: taskmanager.test_models.BuiltInstanceTasksTest.test_make_read_only
taskmanager.test_models.BuiltInstanceTasksTest.test_make_read_only
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File 
"/build/1st/openstack-trove-6.0.0/trove/tests/unittests/taskmanager/test_models.py",
 line 741, in setUp
    spec=novaclient.v2.floating_ips.FloatingIPManager)
AttributeError: 'module' object has no attribute 'floating_ips'


======================================================================
FAIL: taskmanager.test_models.BuiltInstanceTasksTest.test_reboot
taskmanager.test_models.BuiltInstanceTasksTest.test_reboot
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File 
"/build/1st/openstack-trove-6.0.0/trove/tests/unittests/taskmanager/test_models.py",
 line 741, in setUp
    spec=novaclient.v2.floating_ips.FloatingIPManager)
AttributeError: 'module' object has no attribute 'floating_ips'


======================================================================
FAIL: 
taskmanager.test_models.BuiltInstanceTasksTest.test_reboot_datastore_not_ready
taskmanager.test_models.BuiltInstanceTasksTest.test_reboot_datastore_not_ready
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File 
"/build/1st/openstack-trove-6.0.0/trove/tests/unittests/taskmanager/test_models.py",
 line 741, in setUp
    spec=novaclient.v2.floating_ips.FloatingIPManager)
AttributeError: 'module' object has no attribute 'floating_ips'


======================================================================
FAIL: taskmanager.test_models.BuiltInstanceTasksTest.test_resize_flavor
taskmanager.test_models.BuiltInstanceTasksTest.test_resize_flavor
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File 
"/build/1st/openstack-trove-6.0.0/trove/tests/unittests/taskmanager/test_models.py",
 line 741, in setUp
    spec=novaclient.v2.floating_ips.FloatingIPManager)
AttributeError: 'module' object has no attribute 'floating_ips'


======================================================================
FAIL: 
taskmanager.test_models.BuiltInstanceTasksTest.test_resize_flavor_resize_failure
taskmanager.test_models.BuiltInstanceTasksTest.test_resize_flavor_resize_failure
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File 
"/build/1st/openstack-trove-6.0.0/trove/tests/unittests/taskmanager/test_models.py",
 line 741, in setUp
    spec=novaclient.v2.floating_ips.FloatingIPManager)
AttributeError: 'module' object has no attribute 'floating_ips'


======================================================================
FAIL: taskmanager.test_models.BuiltInstanceTasksTest.test_upgrade
taskmanager.test_models.BuiltInstanceTasksTest.test_upgrade
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File 
"/build/1st/openstack-trove-6.0.0/trove/tests/unittests/taskmanager/test_models.py",
 line 741, in setUp
    spec=novaclient.v2.floating_ips.FloatingIPManager)
AttributeError: 'module' object has no attribute 'floating_ips'


======================================================================
FAIL: taskmanager.test_models.BuiltInstanceTasksTest.test_wait_for_txn
taskmanager.test_models.BuiltInstanceTasksTest.test_wait_for_txn
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File 
"/build/1st/openstack-trove-6.0.0/trove/tests/unittests/taskmanager/test_models.py",
 line 741, in setUp
    spec=novaclient.v2.floating_ips.FloatingIPManager)
AttributeError: 'module' object has no attribute 'floating_ips'


----------------------------------------------------------------------
Ran 1545 tests in 435.089s

FAILED (failures=20, skipped=11)
debian/rules:59: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1

--- End Message ---
--- Begin Message ---
Source: openstack-trove
Source-Version: 1:8.0.0-1

We believe that the bug you reported is fixed in the latest version of
openstack-trove, 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 881...@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 openstack-trove 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: Tue, 07 Nov 2017 20:06:48 +0100
Source: openstack-trove
Binary: python-trove trove-api trove-common trove-conductor trove-doc 
trove-guestagent trove-taskmanager
Architecture: source all
Version: 1:8.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <openstack-de...@lists.alioth.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
 python-trove - Database as a Service for OpenStack - Python lib
 trove-api  - Database as a Service for OpenStack - API server
 trove-common - Database as a Service for OpenStack - common files
 trove-conductor - Database as a Service for OpenStack - conductor
 trove-doc  - Database as a Service for OpenStack - doc
 trove-guestagent - Database as a Service for OpenStack - guest agent
 trove-taskmanager - Database as a Service for OpenStack - taskmanager
Closes: 881095
Changes:
 openstack-trove (1:8.0.0-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #881095).
   * Updating vcs fields.
   * Updating copyright format url.
   * Updating maintainer field.
   * Running wrap-and-sort -bast.
   * Deprecating priority extra as per policy 4.0.1.
   * Standards-Version is now 4.1.1.
   * debian/rules: remove things defined in openstack-pkg-tools.
   * Rebased / removed old patches.
   * Fixed (build-)depends for this release.
Checksums-Sha1:
 334ff75f576ea22c3156f3984ab356d041349d25 4148 openstack-trove_8.0.0-1.dsc
 0bbcd2639786335c8025fd2a29b9ce37e61b2f3f 748172 
openstack-trove_8.0.0.orig.tar.xz
 2c97cdf2792c35ee3b5734ea9fedce81ceb495ea 26104 
openstack-trove_8.0.0-1.debian.tar.xz
 87ce8f6977b24130f42b78661f31bb2ce303bd1c 18401 
openstack-trove_8.0.0-1_amd64.buildinfo
 1d3c05d5e24e777e371f3ea2c7a9cd3c3128306b 607088 python-trove_8.0.0-1_all.deb
 6eaadc2131f89e1f50ce30d9bf6b073e512b821a 20592 trove-api_8.0.0-1_all.deb
 db3e469afa6bf77f4f85c7d499fb8c23cbc00e2f 25812 trove-common_8.0.0-1_all.deb
 a23132aaed9e34b959182c0571e37a6057855012 9448 trove-conductor_8.0.0-1_all.deb
 681aa83f2b68b162698fa34a81a4577eb000a041 990928 trove-doc_8.0.0-1_all.deb
 eccc2b59d085bb89794846d593cd650857bf8c80 9596 trove-guestagent_8.0.0-1_all.deb
 da500ddb69e51541c86b4f5b32743ee47d52a80b 9528 trove-taskmanager_8.0.0-1_all.deb
Checksums-Sha256:
 4ba50a9d12c07bfd618072d0e22f72db31aa1202e6453377f6b1101809757e1e 4148 
openstack-trove_8.0.0-1.dsc
 130a73878b661bc4bcba7564a0c2ec4ac1581d63b10a04c5f4ed08c10f0f0dab 748172 
openstack-trove_8.0.0.orig.tar.xz
 fdf6946e959239011bb68171a8bb68c5d124157a6f0ba18c8c6aee982289b944 26104 
openstack-trove_8.0.0-1.debian.tar.xz
 f663502ac4e4de6865f31364225d4d046c47017eef3a7cef0a32b64f210acd26 18401 
openstack-trove_8.0.0-1_amd64.buildinfo
 97ee7346acd32987654ca4f9896de45869913f5206d4da2c623d69f101d81d53 607088 
python-trove_8.0.0-1_all.deb
 b27fdd32e7d68b079e5233c0954bded3e245c60ba67b758bc74aff856b440d31 20592 
trove-api_8.0.0-1_all.deb
 c044051196d65c54a60b47e4ea339d78d43245a6abb69317a4b86b19784ab6e8 25812 
trove-common_8.0.0-1_all.deb
 cc016f73c54ded7a4dbafff20f2ee11c9b655b837b5b6a92cf014775397662c5 9448 
trove-conductor_8.0.0-1_all.deb
 b26341a0d1ddf449f447616e665679ceb16f7da736f964b5b4e9b4b2fcc6d6fa 990928 
trove-doc_8.0.0-1_all.deb
 0724b94b2263a3f3029318063bbddf4b18b25efd4523d1a6238acb48533c1f34 9596 
trove-guestagent_8.0.0-1_all.deb
 579668e0580b996d6e5d54d2fae9e3e2f7e1a0fbaa8b9dd5b5939f2a17f5088e 9528 
trove-taskmanager_8.0.0-1_all.deb
Files:
 3b9b795529b2a870460a4ef7b90bc587 4148 net optional openstack-trove_8.0.0-1.dsc
 8dc57dcce5882af5b59bc623fe55d5fe 748172 net optional 
openstack-trove_8.0.0.orig.tar.xz
 9522c8535015ecb0497aafdd9edded93 26104 net optional 
openstack-trove_8.0.0-1.debian.tar.xz
 9f5d1c61e9ce7e7e769a5bc758823647 18401 net optional 
openstack-trove_8.0.0-1_amd64.buildinfo
 434dbfff76cdded15c8b540739089a1a 607088 python optional 
python-trove_8.0.0-1_all.deb
 4f2e52d9206315d2ec3f2ce630af10b5 20592 net optional trove-api_8.0.0-1_all.deb
 f44bc1cf7b2cf365f4bb8dc2168d9625 25812 net optional 
trove-common_8.0.0-1_all.deb
 716f6d18c6d702899040badef11f97f2 9448 net optional 
trove-conductor_8.0.0-1_all.deb
 ebccd1dbf6661cc45837b8041d5c38e7 990928 doc optional trove-doc_8.0.0-1_all.deb
 e10f6f9bdadd2edfb4fc44583ee57e80 9596 net optional 
trove-guestagent_8.0.0-1_all.deb
 73a36da61762f35302cab4b01c48dcd4 9528 net optional 
trove-taskmanager_8.0.0-1_all.deb

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

iQJEBAEBCAAuFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAloCHuMQHHppZ29AZGVi
aWFuLm9yZwAKCRDUFq0VrGtD/jfqD/45cDcDpdzcFgI7FwsUlXY5OquyzHdEBG/Q
qQBYtkyd2CEtST4uIqEL5zgKnkhwpKx8daze9Eoi1T8BgdYzSdsZ+JOoCQ9adGtD
oEbvgFYkW676tpYOG+2bNn4F2K5ZwHUFGRVHiBBKTStg4dCfw892qVPT8S1Q4bs+
hCDXK4iZB7v8r6+SVYLhJj3pp8Bej5n+LRPujN3zLj2anOKBIoQ7Neu1xBgmnHA+
kQvZsMUmRgG1WDBMai1rGOzouIcZ+LFnf1AVEJ72vGmiH55dQnPFedMRzYo+A4Ae
ynmHoblYyPmYXR1ZHcGfbaESdUyUeq9EFmA38NfJ1ayz+eEMBeYYET0utb73U5aA
Tsa+UtrKadvZjs04pmq/67GTnCtyOmcTrA/Ru+sKTgQhK3+1UCQWqPYhKFCbtr/1
SR9A1NM9SVlr1X+IEzraFnts/fICcAwKItH73HdLOFgDhzOvXv00tOaw+EcVwvqE
ZOunm69i09vFaA9VV7TFcoWksBsLbIsQNjio7yCEhh242wmL/Xs8NWn/Swxvkmm7
fH7iwGn5fjMJQDBjMmHkuEgPhoewUbKG8h23b5x4uFl7f9D1mYuMlPjr72ZkXyZJ
UXJE6LfR0+WL4XQhTR2iI1LEJMt+0pfiOGtrp9w7o8qDzKlDsa3kA9MSAPzdzSEY
rb5mj/rEng==
=Nq8E
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to