Your message dated Fri, 27 Apr 2018 08:57:36 +0000
with message-id <[email protected]>
and subject line Bug#892783: fixed in watcher 1.8.0-4
has caused the Debian Bug report #892783,
regarding watcher 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 [email protected]
immediately.)


-- 
892783: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892783
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: watcher
Version: 1.4.1-3
Severity: serious

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

...
======================================================================
FAIL: watcher.tests.common.test_clients.TestClients.test_clients_gnocchi_cached
watcher.tests.common.test_clients.TestClients.test_clients_gnocchi_cached
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
    return func(*args, **keywargs)
  File "watcher/tests/common/test_clients.py", line 218, in 
test_clients_gnocchi_cached
    gnocchi = osc.gnocchi()
  File "watcher/common/exception.py", line 46, in wrapped
    return func(*args, **kw)
  File "watcher/common/clients.py", line 115, in gnocchi
    session=self.session)
  File "/usr/lib/python2.7/dist-packages/gnocchiclient/client.py", line 24, in 
Client
    return client_class(*args, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'interface'


======================================================================
FAIL: 
watcher.tests.common.test_clients.TestClients.test_clients_gnocchi_diff_endpoint
watcher.tests.common.test_clients.TestClients.test_clients_gnocchi_diff_endpoint
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
    return func(*args, **keywargs)
  File "watcher/tests/common/test_clients.py", line 211, in 
test_clients_gnocchi_diff_endpoint
    osc.gnocchi()
  File "watcher/common/exception.py", line 46, in wrapped
    return func(*args, **kw)
  File "watcher/common/clients.py", line 115, in gnocchi
    session=self.session)
  File "/usr/lib/python2.7/dist-packages/gnocchiclient/client.py", line 24, in 
Client
    return client_class(*args, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'interface'


======================================================================
FAIL: 
watcher.tests.common.test_clients.TestClients.test_clients_gnocchi_diff_vers
watcher.tests.common.test_clients.TestClients.test_clients_gnocchi_diff_vers
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
    return func(*args, **keywargs)
  File "watcher/tests/common/test_clients.py", line 202, in 
test_clients_gnocchi_diff_vers
    osc.gnocchi()
  File "watcher/common/exception.py", line 46, in wrapped
    return func(*args, **kw)
  File "watcher/common/clients.py", line 115, in gnocchi
    session=self.session)
  File "/usr/lib/python2.7/dist-packages/gnocchiclient/client.py", line 24, in 
Client
    return client_class(*args, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'interface'


======================================================================
FAIL: watcher.tests.common.test_service.TestService.test_build_topic_handler
watcher.tests.common.test_service.TestService.test_build_topic_handler
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "watcher/tests/common/test_service.py", line 94, in 
test_build_topic_handler
    dummy_service = service.Service(DummyManager)
  File "watcher/common/service.py", line 204, in __init__
    self.conductor_topic, self.conductor_endpoints)
  File "watcher/common/service.py", line 249, in build_topic_handler
    access_policy=access_policy)
  File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/server.py", line 
208, in get_rpc_server
    access_policy)
  File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", 
line 161, in __init__
    raise TypeError("%s: endpoint=%s" % (errmsg, ep))
TypeError: 'target' is a reserved Endpoint attribute used for namespace and 
version filtering.  It must be of type oslo_messaging.Target. Do not define an 
Endpoint method named 'target': endpoint=<Mock name='mock()' 
id='140154918834896'>


======================================================================
FAIL: watcher.tests.common.test_service.TestService.test_init_service
watcher.tests.common.test_service.TestService.test_init_service
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "watcher/tests/common/test_service.py", line 101, in test_init_service
    dummy_service = service.Service(DummyManager)
  File "watcher/common/service.py", line 204, in __init__
    self.conductor_topic, self.conductor_endpoints)
  File "watcher/common/service.py", line 249, in build_topic_handler
    access_policy=access_policy)
  File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/server.py", line 
208, in get_rpc_server
    access_policy)
  File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", 
line 161, in __init__
    raise TypeError("%s: endpoint=%s" % (errmsg, ep))
TypeError: 'target' is a reserved Endpoint attribute used for namespace and 
version filtering.  It must be of type oslo_messaging.Target. Do not define an 
Endpoint method named 'target': endpoint=<Mock name='mock()' 
id='140154918834896'>


======================================================================
FAIL: watcher.tests.common.test_service.TestService.test_start
watcher.tests.common.test_service.TestService.test_start
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
    return func(*args, **keywargs)
  File "watcher/tests/common/test_service.py", line 82, in test_start
    dummy_service = service.Service(DummyManager)
  File "watcher/common/service.py", line 204, in __init__
    self.conductor_topic, self.conductor_endpoints)
  File "watcher/common/service.py", line 249, in build_topic_handler
    access_policy=access_policy)
  File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/server.py", line 
208, in get_rpc_server
    access_policy)
  File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", 
line 161, in __init__
    raise TypeError("%s: endpoint=%s" % (errmsg, ep))
TypeError: 'target' is a reserved Endpoint attribute used for namespace and 
version filtering.  It must be of type oslo_messaging.Target. Do not define an 
Endpoint method named 'target': endpoint=<Mock name='mock()' 
id='140154918834896'>


======================================================================
FAIL: watcher.tests.common.test_service.TestService.test_stop
watcher.tests.common.test_service.TestService.test_stop
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/mock/mock.py", line 1305, in patched
    return func(*args, **keywargs)
  File "watcher/tests/common/test_service.py", line 88, in test_stop
    dummy_service = service.Service(DummyManager)
  File "watcher/common/service.py", line 204, in __init__
    self.conductor_topic, self.conductor_endpoints)
  File "watcher/common/service.py", line 249, in build_topic_handler
    access_policy=access_policy)
  File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/server.py", line 
208, in get_rpc_server
    access_policy)
  File "/usr/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", 
line 161, in __init__
    raise TypeError("%s: endpoint=%s" % (errmsg, ep))
TypeError: 'target' is a reserved Endpoint attribute used for namespace and 
version filtering.  It must be of type oslo_messaging.Target. Do not define an 
Endpoint method named 'target': endpoint=<Mock name='mock()' 
id='140154918834896'>

--- End Message ---
--- Begin Message ---
Source: watcher
Source-Version: 1.8.0-4

We believe that the bug you reported is fixed in the latest version of
watcher, 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 watcher 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: SHA256

Format: 1.8
Date: Fri, 27 Apr 2018 08:59:55 +0200
Source: watcher
Binary: python3-watcher watcher-api watcher-applier watcher-common 
watcher-decision-engine watcher-doc
Architecture: source all
Version: 1.8.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Description:
 python3-watcher - OpenStack Cloud Optimization as a Service - Python 2.7 
libraries
 watcher-api - OpenStack Cloud Optimization as a Service - API server
 watcher-applier - OpenStack Cloud Optimization as a Service - Applier
 watcher-common - OpenStack Cloud Optimization as a Service - common files
 watcher-decision-engine - OpenStack Cloud Optimization as a Service - Decision 
Engine
 watcher-doc - OpenStack Cloud Optimization as a Service - doc
Closes: 892783
Changes:
 watcher (1.8.0-4) unstable; urgency=medium
 .
   * Use pkgos-dh_auto_{test,install} (Closes: #892783).
   * Fix sphinx import of the Directive module.
Checksums-Sha1:
 1937c24234304460cc102bfa304dbf23e051f427 3912 watcher_1.8.0-4.dsc
 8f49a65340b56302f13247f17a6e36e9ed58cdb2 6488 watcher_1.8.0-4.debian.tar.xz
 3a91bf5262d6d41fb2ef83fae7348af80fb7ef3b 263040 python3-watcher_1.8.0-4_all.deb
 f901d4b0ef8280cc3f373bb02da043434124b1ed 18140 watcher-api_1.8.0-4_all.deb
 ce3c882e8d111d3782c4e3a7891ab904e5813eed 6316 watcher-applier_1.8.0-4_all.deb
 2dfd175f9f3672269b683a97d2f8d87a70f0072a 34456 watcher-common_1.8.0-4_all.deb
 483b2872f1a375414e05f3a9f6975efb94ce54a1 6340 
watcher-decision-engine_1.8.0-4_all.deb
 521045ea53a5325dde888824641ea1a6618fa061 1564132 watcher-doc_1.8.0-4_all.deb
 9351ca77703bc9e25c60e07186e39aa1776c4c60 16707 watcher_1.8.0-4_amd64.buildinfo
Checksums-Sha256:
 903c5edd0af87585e4498b37ece17ec4ae2451b36afb8eb259ac83b06ae7b731 3912 
watcher_1.8.0-4.dsc
 daf3c2cf71ed319b2ff59d36083d50be5c5a90ad33dbd23898db62e818869be2 6488 
watcher_1.8.0-4.debian.tar.xz
 e5ae6168208f8347d340585980fc3b982dd0eca1ac6180138eec0e756f544748 263040 
python3-watcher_1.8.0-4_all.deb
 d8ffb584a2a09c21248e6c99229f0f504132c794bec96441baf63acd59ae949f 18140 
watcher-api_1.8.0-4_all.deb
 b0eaeb0552f15f89f3035a9282bc63105e5f8c78c45fcdb0b51e3dbecbd24f85 6316 
watcher-applier_1.8.0-4_all.deb
 f8fad134c1c994513f9c8722bbb41389580efb3a81322352a6daa4f0e8789e0f 34456 
watcher-common_1.8.0-4_all.deb
 24b26ad3fbecf0b277fde88e7cb749b4dae97ea9353464170f5dc76b0456b2a6 6340 
watcher-decision-engine_1.8.0-4_all.deb
 3bd99ce30b350210e1b77de03054c3e5961eb04d7a60f95c9777a1237b58e273 1564132 
watcher-doc_1.8.0-4_all.deb
 7a35a6ab96def94681234c673d7dfe6ce6461aa1b87032004669d7265f622c00 16707 
watcher_1.8.0-4_amd64.buildinfo
Files:
 0e5dc874be5d9131de1d294f24d0ee72 3912 net optional watcher_1.8.0-4.dsc
 79854464ba4340d1339ab50da81d8df0 6488 net optional 
watcher_1.8.0-4.debian.tar.xz
 3b4156935fbb62702351eb5baac4f5a3 263040 python optional 
python3-watcher_1.8.0-4_all.deb
 619ddc0e977bd70b0ba1f59522608eda 18140 net optional watcher-api_1.8.0-4_all.deb
 639c590d85c6d647219e6c1e5443915c 6316 net optional 
watcher-applier_1.8.0-4_all.deb
 665b6dcd716d59682682fab42ac02586 34456 net optional 
watcher-common_1.8.0-4_all.deb
 d822dd21ed668f1583ddab4427572fa1 6340 net optional 
watcher-decision-engine_1.8.0-4_all.deb
 5b74bea6e5cee012c77793170be35ca3 1564132 doc optional 
watcher-doc_1.8.0-4_all.deb
 565e8f715c2045f48adf7f580b16e0bc 16707 net optional 
watcher_1.8.0-4_amd64.buildinfo

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

iQIzBAEBCAAdFiEEtKCq/KhshgVdBnYUq1PlA1hod6YFAlri2R4ACgkQq1PlA1ho
d6aPPQ//YquEa7NLUJuyo6roIV7SN2pNri6VaVwVjn2O+eUTSJrvpk9lAxC/vLD2
snLrXVxVCXop7XAgk4WC/xw3fzMJSD/VrJNtQtBCvWUZiJJUwEsV2JFVZ/De8G6f
IOsN+rAYnz2q65FtclI2NhXXkOkkDa6sA5cokhQE1TYCUHcGy8jAluFA1BwUkSYH
4W2Rf/dsa/hk5hKeH7jE7yUSeo+8o91RK33w+Z0kmc3x2jPkH5910zDTix97FdmY
45RbT/21tZgcppZ0t4BXWhXFaAIUwi6vCvStzJ6GfJ/M68I8z5gChb4mt4rSSOQL
8KLL/sU6pek4cnhINOls50cLz5XhyOOD2icrwSE6ic1cxZTEA1iE7pS0YR315kc9
rw07268PM3IYi8Kj3rfmDJtDLwHYXOOLf9Qi7YDLwn+meObWw5l/9USH7Ik30kQN
x7jd0dAX7Ecygk4McI7bj2gSZ9rN1be2JTdHlt46a5w16E1Wg58WYg2FCIOT5yXE
qnggz1WM3qLaZh4UResVxC6hH9s+MhuSkn8TnFu7HhDAN+68ak5ad1xJeQPur+Bx
5MHXYb0Q4tPvzS/SYUNvnsuGfqIm4a6I2R42f8S+CKfYxAY7HW7BuPS1NJx97zPd
baWbTZhbVm3d5SPpQxkQzNmEJKoqU7YAiebiJW2Pdfwxw3/eP+w=
=xJ8N
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to