Your message dated Wed, 05 Sep 2018 18:37:38 +0000
with message-id <e1fxcgm-000icj...@fasolo.debian.org>
and subject line Bug#906417: fixed in vitrage 3.2.0-1
has caused the Debian Bug report #906417,
regarding vitrage: FTBFS in buster/sid (failing tests)
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.)
--
906417: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=906417
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:vitrage
Version: 2.2.0-1
Severity: serious
Tags: ftbfs
Dear maintainer:
I tried to build this package in buster but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
pyversions: missing X(S)-Python-Version in control file, fall back to
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
py3versions: no X-Python3-Version in control file, using supported versions
dh build-indep --buildsystem=python_distutils --with python3,sphinxdoc,systemd
dh_update_autotools_config -i -O--buildsystem=python_distutils
dh_autoreconf -i -O--buildsystem=python_distutils
dh_auto_configure -i -O--buildsystem=python_distutils
dh_auto_configure: Please use the third-party "pybuild" build system instead of
python-distutils
dh_auto_configure: This feature will be removed in compat 12.
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
pyversions: missing X(S)-Python-Version in control file, fall back to
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
[... snipped ...]
File "/<<PKGBUILDDIR>>/vitrage/graph/driver/networkx_graph.py", line 85, in
_add_vertex
self._g.add_node(n=v.vertex_id, attr_dict=properties_copy)
TypeError: add_node() missing 1 required positional argument: 'node_for_adding'
======================================================================
FAIL: vitrage.tests.unit.graph.test_graph.TestGraph.test_vertex_crud
vitrage.tests.unit.graph.test_graph.TestGraph.test_vertex_crud
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/vitrage/tests/unit/graph/test_graph.py", line 64, in
test_vertex_crud
g.add_vertex(v_node)
File "/<<PKGBUILDDIR>>/vitrage/graph/driver/notifier.py", line 53, in
notified_func
func(graph, item, *args, **kwargs)
File "/<<PKGBUILDDIR>>/vitrage/graph/driver/networkx_graph.py", line 81, in
add_vertex
self._add_vertex(v)
File "/<<PKGBUILDDIR>>/vitrage/graph/driver/networkx_graph.py", line 85, in
_add_vertex
self._g.add_node(n=v.vertex_id, attr_dict=properties_copy)
TypeError: add_node() missing 1 required positional argument: 'node_for_adding'
======================================================================
FAIL: setUpClass (vitrage.tests.unit.graph.test_graph_algo.GraphAlgorithmTest)
setUpClass (vitrage.tests.unit.graph.test_graph_algo.GraphAlgorithmTest)
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/vitrage/tests/unit/graph/test_graph_algo.py", line 54,
in setUpClass
num_of_tests_per_host=ENTITY_GRAPH_TESTS_PER_HOST)
File "/<<PKGBUILDDIR>>/vitrage/tests/unit/graph/base.py", line 143, in
_create_entity_graph
g.add_vertex(v_node)
File "/<<PKGBUILDDIR>>/vitrage/graph/driver/notifier.py", line 53, in
notified_func
func(graph, item, *args, **kwargs)
File "/<<PKGBUILDDIR>>/vitrage/graph/driver/networkx_graph.py", line 81, in
add_vertex
self._add_vertex(v)
File "/<<PKGBUILDDIR>>/vitrage/graph/driver/networkx_graph.py", line 85, in
_add_vertex
self._g.add_node(n=v.vertex_id, attr_dict=properties_copy)
TypeError: add_node() missing 1 required positional argument: 'node_for_adding'
----------------------------------------------------------------------
Ran 385 tests in 13.452s
FAILED (failures=91, skipped=5)
make[1]: *** [debian/rules:45: override_dh_install] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess
returned exit status 2
--------------------------------------------------------------------------------
The build was made with "dpkg-buildpackage -A" in my autobuilder.
Most probably, it also fails here in reproducible builds:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/vitrage.html
where you can get a full build log if you need it.
If this is really a bug in one of the build-depends, please use reassign and
affects,
so that this is still visible in the BTS web page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: vitrage
Source-Version: 3.2.0-1
We believe that the bug you reported is fixed in the latest version of
vitrage, 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 906...@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 vitrage 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: Mon, 03 Sep 2018 16:27:13 +0200
Source: vitrage
Binary: python3-vitrage vitrage-api vitrage-collector vitrage-common
vitrage-doc vitrage-graph vitrage-ml vitrage-notifier vitrage-persistor
vitrage-snmp-parsing
Architecture: source all
Version: 3.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
python3-vitrage - OpenStack RCA as a Service - Python libs
vitrage-api - OpenStack RCA as a Service - API server
vitrage-collector - OpenStack RCA as a Service - Collector service
vitrage-common - OpenStack RCA as a Service - metapackage
vitrage-doc - OpenStack RCA as a Service - documentation
vitrage-graph - OpenStack RCA as a Service - Graph service
vitrage-ml - OpenStack RCA as a Service - Machine Learning Service
vitrage-notifier - OpenStack RCA as a Service - Notifier Service
vitrage-persistor - OpenStack RCA as a Service - Persistor Service
vitrage-snmp-parsing - OpenStack RCA as a Service - SNMP Parsing Service
Closes: 906417
Changes:
vitrage (3.2.0-1) unstable; urgency=medium
.
* New upstream release.
* Uploading to unstable:
- Fixes FTBFS (Closes: #906417).
Checksums-Sha1:
64492bb0e9c77c7d4097c5a50f88cf1cde54f0a1 4328 vitrage_3.2.0-1.dsc
5acb5faba96e18cfd2284e6ad5988ffcda5a1e78 1600436 vitrage_3.2.0.orig.tar.xz
f803eb6d18b0ad899b0ae37b354d02bb311f06ab 6080 vitrage_3.2.0-1.debian.tar.xz
2f81fba54703f5be5c894c8f20427c5c20e502b1 227396 python3-vitrage_3.2.0-1_all.deb
4b39fd0256485fe36a2ef93371673b6d58ad6e5c 18780 vitrage-api_3.2.0-1_all.deb
de7e7ceda0d505bfdbf6206e4230cdd507a9fd11 5452 vitrage-collector_3.2.0-1_all.deb
1eb4756d4a2584988231f0e6ee6983fd08041abf 35772 vitrage-common_3.2.0-1_all.deb
aefc68ce69ec402884b14b8eeffd15da1496aecc 2250072 vitrage-doc_3.2.0-1_all.deb
5df30707908db30a132ef3d7266f102c52593590 5452 vitrage-graph_3.2.0-1_all.deb
2539d04d9c9e1465d13a2512838c24a152e818fb 5472 vitrage-ml_3.2.0-1_all.deb
f116bd63c9d1fb6211381bbec4d8c379e2a0210d 5456 vitrage-notifier_3.2.0-1_all.deb
c1e16f32508776f6e44d65a67189e99a03385a9b 5452 vitrage-persistor_3.2.0-1_all.deb
b27d321b483023ca88161e9dec74a334cf545deb 5468
vitrage-snmp-parsing_3.2.0-1_all.deb
251b10ed816d544feb6d2a12f544653eda19ed43 17087 vitrage_3.2.0-1_amd64.buildinfo
Checksums-Sha256:
4c478e4cbf1e5998552ee6b245b91ded74c2df33345f4035f2850f4a954a1630 4328
vitrage_3.2.0-1.dsc
98e994ad8a10208a7de9a3173cecc1b3bf62db7e0666cd94d1e8796907e0e9cb 1600436
vitrage_3.2.0.orig.tar.xz
b4dfcadcb5b732f86f965b7cb11ae621fdce5a9fa7e57d7cf8f055964acfb117 6080
vitrage_3.2.0-1.debian.tar.xz
197c050791940bbb118cea130dff37f548e26f8c97cafbe8b48ba205ce9d6872 227396
python3-vitrage_3.2.0-1_all.deb
e901372fac60941da7a3b439b46684619e4f52276e3a4a1543c6127608be58ac 18780
vitrage-api_3.2.0-1_all.deb
856c05b636e711256c7840531920c6ff6e0ec12cece518a480b615a67705da17 5452
vitrage-collector_3.2.0-1_all.deb
77dad1007a213c66452f3fb363df37b09bfccfde6cd0de154d1aa1797e035dbe 35772
vitrage-common_3.2.0-1_all.deb
ab1661f0d348988766d67dca5c4ce3bc8255943858348da629860706e2e3fbde 2250072
vitrage-doc_3.2.0-1_all.deb
6759a3fa7402e0b4f8328d5acc843a9a1f00f5e67999a4b24567408125e73fce 5452
vitrage-graph_3.2.0-1_all.deb
a348a6efc24407e6323a6f371d17f769b19457bdef188fb7e4cb102984648616 5472
vitrage-ml_3.2.0-1_all.deb
0eba60c168fba9597370b8a3697433cd0ef6e2bbc0a84913dfc4d99de8f903c0 5456
vitrage-notifier_3.2.0-1_all.deb
9bee017bd0786b4c665bfede87fc5afe7ee23d81d0b93c88122e78bf98fa02db 5452
vitrage-persistor_3.2.0-1_all.deb
db9dcc35585667d866b356b2f3c82f55d6e2b1a8dbde147838d46e2e73c04d3c 5468
vitrage-snmp-parsing_3.2.0-1_all.deb
682b4c100cbf5a8ce779a7e5f687560b9cf37ce192beac88371f7f5b7fd9331f 17087
vitrage_3.2.0-1_amd64.buildinfo
Files:
a5dd2cce374c19e4cc232d83bf79498c 4328 net optional vitrage_3.2.0-1.dsc
5787721062fde81a32cf81c27e1bad3e 1600436 net optional vitrage_3.2.0.orig.tar.xz
5eba4b9a4e958fcc94eab972048d6945 6080 net optional
vitrage_3.2.0-1.debian.tar.xz
76b249dbd67a37e6e4860ee11d1a10e1 227396 python optional
python3-vitrage_3.2.0-1_all.deb
21c7b950c41415b7c40f9bc7136c6f68 18780 net optional vitrage-api_3.2.0-1_all.deb
9d00247cfef958bfda04344ba2ddab0b 5452 net optional
vitrage-collector_3.2.0-1_all.deb
4b79fc3c86352f3acffe2a108c3aca2d 35772 net optional
vitrage-common_3.2.0-1_all.deb
37c00d8f72ec9f161e87026fc654518d 2250072 doc optional
vitrage-doc_3.2.0-1_all.deb
5a83e8f73f3b8fe4b9178aeee5f56427 5452 net optional
vitrage-graph_3.2.0-1_all.deb
0ed0d3071110848c5db79de5d7eabc4a 5472 net optional vitrage-ml_3.2.0-1_all.deb
aadb7788cd74c9e52f72a560be658600 5456 net optional
vitrage-notifier_3.2.0-1_all.deb
9a3a396c72ea379ac70f1815dd3b3c38 5452 net optional
vitrage-persistor_3.2.0-1_all.deb
fa731df8762d8a6b34505d88472cf79e 5468 net optional
vitrage-snmp-parsing_3.2.0-1_all.deb
94d1635caeea0df7f9f78cfadd2168ac 17087 net optional
vitrage_3.2.0-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEtKCq/KhshgVdBnYUq1PlA1hod6YFAluQHDkACgkQq1PlA1ho
d6YP8w/9FNPqt9DOpMw7HYXYk+oZ5GIAe7cNEXZmLoBqw2A9SCY6yKIySoc4qHBo
ewHZXcQBw+eChOjodqgINSsb6cHZIM2KFBn0bEZIzsBVqd8k2LRftgWaosOEen6B
nfm0lvr4psrpnNvTbXhmF6f5ZSHj9Fo624faWpeo/EkQIVP75hpHK/QKjUOqkgaV
ZfTZF63cfL1l6+94Qr/z6H2yYMGRd0GzeQrRYOcfPJv5QnYUZHeq8BlQEzpDbCXG
TyFqrkQIuFMAbvBFaG4mkjv2807AlW4BIdreqL0eO+JYzXN2S3Fl4AjPXDStW1T5
qV8Oc6UaaVhGQ65ciXMGzfR8lYcyrtXR146sG2ZrCUayybzYMdU3JsgOZgo9roWP
ng9/Mb5BwQNG+TiJrYaY9QkDPxwiTYRLX4IXArK/ps6H3u4fzKzNWy8Z0JyNbsFJ
CkXYeWhbXQL4ghzlEkTRyxMcWfd24SoILxQs7JvvmtBScx6ijnQCwFx5/vJtU++O
twZAbn4sq16OPTaQOHd1alDkMrjeM4kPRNz6FstVskGP1KS+PtqeLQdcTfctprcs
KxqfJzlgkdmfUKSU1WABUGVWW7cOOc+0kov/SFpNXXLqSiq3x8grLQe1mxRu4MgR
CWnDv7LXPOcmfAjNUvGAXPmGzTp2Byb4CBtrOHIDAPALanjpE4k=
=GWY5
-----END PGP SIGNATURE-----
--- End Message ---