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.