Your message dated Mon, 24 Sep 2018 08:46:56 +0000
with message-id <[email protected]>
and subject line Bug#909370: fixed in networking-arista 
2018.1.0+2018.08.21.git.3adf6272bd-1
has caused the Debian Bug report #909370,
regarding networking-arista: FTBFS (module 'neutron.db.api' has no attribute 
'get_writer_session')
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.)


-- 
909370: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909370
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:networking-arista
Version: 2017.2.2-2
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in sid 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
   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 "/usr/lib/python3/dist-packages/neutron/tests/base.py", line 140, in func
    return f(self, *args, **kwargs)
  File "/<<PKGBUILDDIR>>/networking_arista/tests/unit/ml2/test_arista_sync.py", 
line 174, in test_synchronize_one_network
    db_lib.remember_tenant(tenant_1_id)
  File "/<<PKGBUILDDIR>>/networking_arista/common/db_lib.py", line 38, in 
remember_tenant
    session = db.get_writer_session()
AttributeError: module 'neutron.db.api' has no attribute 'get_writer_session'


======================================================================
FAIL: 
networking_arista.tests.unit.ml2.test_arista_sync.SyncServiceTest.test_synchronize_required
networking_arista.tests.unit.ml2.test_arista_sync.SyncServiceTest.test_synchronize_required
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/neutron/tests/base.py", line 140, in func
    return f(self, *args, **kwargs)
  File "/<<PKGBUILDDIR>>/networking_arista/tests/unit/ml2/test_arista_sync.py", 
line 71, in test_synchronize_required
    db_lib.remember_tenant(tenant_id)
  File "/<<PKGBUILDDIR>>/networking_arista/common/db_lib.py", line 38, in 
remember_tenant
    session = db.get_writer_session()
AttributeError: module 'neutron.db.api' has no attribute 'get_writer_session'


======================================================================
FAIL: 
networking_arista.tests.unit.ml2.test_arista_sync.SyncServiceTest.test_synchronize_shared_network_ports
networking_arista.tests.unit.ml2.test_arista_sync.SyncServiceTest.test_synchronize_shared_network_ports
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/neutron/tests/base.py", line 140, in func
    return f(self, *args, **kwargs)
  File "/<<PKGBUILDDIR>>/networking_arista/tests/unit/ml2/test_arista_sync.py", 
line 352, in test_synchronize_shared_network_ports
    db_lib.remember_tenant(tenant_1_id)
  File "/<<PKGBUILDDIR>>/networking_arista/common/db_lib.py", line 38, in 
remember_tenant
    session = db.get_writer_session()
AttributeError: module 'neutron.db.api' has no attribute 'get_writer_session'


----------------------------------------------------------------------
Ran 156 tests in 77.484s

FAILED (failures=20)
make[1]: *** [debian/rules:26: 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 in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:

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

where you can get a full build log if you need it.

I guess you need to upload version 2018.1.0 to fix this.

Thanks.

--- End Message ---
--- Begin Message ---
Source: networking-arista
Source-Version: 2018.1.0+2018.08.21.git.3adf6272bd-1

We believe that the bug you reported is fixed in the latest version of
networking-arista, 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 networking-arista 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: Mon, 24 Sep 2018 09:37:15 +0200
Source: networking-arista
Binary: python3-networking-arista
Architecture: source all
Version: 2018.1.0+2018.08.21.git.3adf6272bd-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Description:
 python3-networking-arista - OpenStack virtual network service - Arista plugin
Closes: 909370
Changes:
 networking-arista (2018.1.0+2018.08.21.git.3adf6272bd-1) unstable; 
urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Use [email protected] as maintainer
 .
   [ Thomas Goirand ]
   * New upstream release (based on latest Git commit):
     - Fix FTBFS with newer Neutron (Closes: #909370).
   * Fixed (build-)depends for this release.
Checksums-Sha1:
 6a57c735da4a1beb181fec2f13b30c8f522e0fda 2889 
networking-arista_2018.1.0+2018.08.21.git.3adf6272bd-1.dsc
 daa1133a8c4ec6d57365c45e99a9520c6793d9ff 64860 
networking-arista_2018.1.0+2018.08.21.git.3adf6272bd.orig.tar.xz
 a4ac44e6bcdf875711918635e8a27a07d710cbd4 3100 
networking-arista_2018.1.0+2018.08.21.git.3adf6272bd-1.debian.tar.xz
 5cfef30996ff223377c6e46eef26ee7304c602dc 15303 
networking-arista_2018.1.0+2018.08.21.git.3adf6272bd-1_amd64.buildinfo
 8d2bf76bfb0e5edafb159160e608faa4f6abd370 59732 
python3-networking-arista_2018.1.0+2018.08.21.git.3adf6272bd-1_all.deb
Checksums-Sha256:
 efc081b822032f5d59dee6c7984c8f983cd46729668a3e0d8c4bb531fb07e109 2889 
networking-arista_2018.1.0+2018.08.21.git.3adf6272bd-1.dsc
 6e0f3dc52b6afd44021a3222a09cd97973ad4676b005cda645205881d14c098b 64860 
networking-arista_2018.1.0+2018.08.21.git.3adf6272bd.orig.tar.xz
 6d494336ad260f25d91df4d90955235fca1a67c81c1355d6c1844e78cc081f3f 3100 
networking-arista_2018.1.0+2018.08.21.git.3adf6272bd-1.debian.tar.xz
 8fb54ccc6b66006f66aac531c088c93e89699c0fd2ca1433ae687c94ca7d27b9 15303 
networking-arista_2018.1.0+2018.08.21.git.3adf6272bd-1_amd64.buildinfo
 097ee4f8d0e235ff802be20ff0f4c93eab0a778dfc7697fd4013af31e66db940 59732 
python3-networking-arista_2018.1.0+2018.08.21.git.3adf6272bd-1_all.deb
Files:
 251d69252afce81c960814e9d5d6efae 2889 net optional 
networking-arista_2018.1.0+2018.08.21.git.3adf6272bd-1.dsc
 94cda003a8a4855a0b6a12a0ece02c8d 64860 net optional 
networking-arista_2018.1.0+2018.08.21.git.3adf6272bd.orig.tar.xz
 05fc5c3f659def379456b479b4e4b202 3100 net optional 
networking-arista_2018.1.0+2018.08.21.git.3adf6272bd-1.debian.tar.xz
 3fba195b3293e836989ffa0ae6ae5ee1 15303 net optional 
networking-arista_2018.1.0+2018.08.21.git.3adf6272bd-1_amd64.buildinfo
 7998a7e95517aca35a519aac30e96c8d 59732 python optional 
python3-networking-arista_2018.1.0+2018.08.21.git.3adf6272bd-1_all.deb

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

iQIzBAEBCAAdFiEEtKCq/KhshgVdBnYUq1PlA1hod6YFAluomo8ACgkQq1PlA1ho
d6aCnw/8Dg3D750s9SppPfdFFn85fZGd2RZQyP6ibeTwN9IywokN2YF9XU+DlhL5
W+xwGWDGPnh/trXXC3o9hNz9YhuxjeWrfHfZo8KRmRLf1L77OjsJUIrbRx7bjpAP
zH3Rf0aHcddnAh5fjc7ubgren7quQXbAfYE0DH9s8PyoJBznpQhcuRNQjZbwTuq1
yR2tv+Mwz3a+kGemihob7j2KyvNM0Jx7+85Vbcg1xwv1VQ2iDxdajzQGMC2IPbMv
8cFflG7Nyb0JQf4q/ypW461kKRQrbIazWLCstILpuamaqECG3aliX+Z/6spUkUvB
dn/NnL/ONbEWkbPCdW36ZK+dECiR2tbkKZocYq+ojxLdSX6mQzy41HClfgkgpJfv
VnvzitiKQAnCXqJp424v5WiVBj91con501Y8RoZfkEEsbd4jB15qZTVVRkYw5HKs
jrYRU4e97OKGPlzqklz6ItqXcjhVwhqx5V7CnsQ8yX+2pNjXuSqr7pLy+v/aBT0H
MGgZh28tXCJVC3/I1ivfFaVMrsW8dNPV23y490waStcGxBHT2Q7PBKmd8HVX+dAw
CryijfFpgzHRamBeKJR6p7kZqTUgtLWJHG+IZDl9nTTyESmggI6WOH31SeLuZy7J
PDnvDWy+x4nQ3MZy0+ZzOVrz8d7VQrIDl7vm4d7kC/qCV6OIC9Y=
=wjH/
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to