Your message dated Thu, 30 Nov 2017 15:09:43 +0000
with message-id <e1ekqt9-0005hm...@fasolo.debian.org>
and subject line Bug#882622: fixed in networking-mlnx 1:11.0.0-1
has caused the Debian Bug report #882622,
regarding networking-mlnx 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.)


-- 
882622: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882622
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: networking-mlnx
Version: 1:9.0.0~b1-1
Severity: serious
Tags: buster sid

Some recent change in unstable makes networking-mlnx FTBFS:

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

...
======================================================================
FAIL: 
networking_mlnx.tests.unit.dhcp.test_mlnx_dhcp.TestMlnxDnsmasq.test__output_hosts_file_log_only_twice
networking_mlnx.tests.unit.dhcp.test_mlnx_dhcp.TestMlnxDnsmasq.test__output_hosts_file_log_only_twice
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/neutron/tests/base.py", line 118, in 
func
    return f(self, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/neutron/tests/base.py", line 118, in 
func
    return f(self, *args, **kwargs)
  File 
"/usr/lib/python2.7/dist-packages/neutron/tests/unit/agent/linux/test_dhcp.py", 
line 2178, in test__output_hosts_file_log_only_twice
    dm._output_hosts_file()
  File "/usr/lib/python2.7/dist-packages/neutron/agent/linux/dhcp.py", line 
702, in _output_hosts_file
    if self._get_port_extra_dhcp_opts(port):
  File "networking_mlnx/dhcp/mlnx_dhcp.py", line 45, in 
_get_port_extra_dhcp_opts
    if hasattr(port, edo_ext.EXTRADHCPOPTS):
AttributeError: 'module' object has no attribute 'EXTRADHCPOPTS'


======================================================================
FAIL: 
networking_mlnx.tests.unit.dhcp.test_mlnx_dhcp.TestMlnxDnsmasq.test_host_and_opts_file_on_net_with_V6_stateless_and_V4_subnets
networking_mlnx.tests.unit.dhcp.test_mlnx_dhcp.TestMlnxDnsmasq.test_host_and_opts_file_on_net_with_V6_stateless_and_V4_subnets
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/neutron/tests/base.py", line 118, in 
func
    return f(self, *args, **kwargs)
  File "networking_mlnx/tests/unit/dhcp/test_mlnx_dhcp.py", line 219, in 
test_host_and_opts_file_on_net_with_V6_stateless_and_V4_subnets
    dm._output_hosts_file()
  File "/usr/lib/python2.7/dist-packages/neutron/agent/linux/dhcp.py", line 
691, in _output_hosts_file
    if not no_opts and self._get_port_extra_dhcp_opts(port):
  File "networking_mlnx/dhcp/mlnx_dhcp.py", line 45, in 
_get_port_extra_dhcp_opts
    if hasattr(port, edo_ext.EXTRADHCPOPTS):
AttributeError: 'module' object has no attribute 'EXTRADHCPOPTS'


======================================================================
FAIL: 
networking_mlnx.tests.unit.dhcp.test_mlnx_dhcp.TestMlnxDnsmasq.test_host_and_opts_file_on_stateless_dhcpv6_network
networking_mlnx.tests.unit.dhcp.test_mlnx_dhcp.TestMlnxDnsmasq.test_host_and_opts_file_on_stateless_dhcpv6_network
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/neutron/tests/base.py", line 118, in 
func
    return f(self, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/neutron/tests/base.py", line 118, in 
func
    return f(self, *args, **kwargs)
  File 
"/usr/lib/python2.7/dist-packages/neutron/tests/unit/agent/linux/test_dhcp.py", 
line 2237, in test_host_and_opts_file_on_stateless_dhcpv6_network
    dm._output_hosts_file()
  File "/usr/lib/python2.7/dist-packages/neutron/agent/linux/dhcp.py", line 
691, in _output_hosts_file
    if not no_opts and self._get_port_extra_dhcp_opts(port):
  File "networking_mlnx/dhcp/mlnx_dhcp.py", line 45, in 
_get_port_extra_dhcp_opts
    if hasattr(port, edo_ext.EXTRADHCPOPTS):
AttributeError: 'module' object has no attribute 'EXTRADHCPOPTS'


======================================================================
FAIL: 
networking_mlnx.tests.unit.dhcp.test_mlnx_dhcp.TestMlnxDnsmasq.test_host_file_on_net_with_v6_slaac_and_v4
networking_mlnx.tests.unit.dhcp.test_mlnx_dhcp.TestMlnxDnsmasq.test_host_file_on_net_with_v6_slaac_and_v4
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/neutron/tests/base.py", line 118, in 
func
    return f(self, *args, **kwargs)
  File "networking_mlnx/tests/unit/dhcp/test_mlnx_dhcp.py", line 260, in 
test_host_file_on_net_with_v6_slaac_and_v4
    dm._output_hosts_file()
  File "/usr/lib/python2.7/dist-packages/neutron/agent/linux/dhcp.py", line 
702, in _output_hosts_file
    if self._get_port_extra_dhcp_opts(port):
  File "networking_mlnx/dhcp/mlnx_dhcp.py", line 45, in 
_get_port_extra_dhcp_opts
    if hasattr(port, edo_ext.EXTRADHCPOPTS):
AttributeError: 'module' object has no attribute 'EXTRADHCPOPTS'


======================================================================
FAIL: 
networking_mlnx.tests.unit.dhcp.test_mlnx_dhcp.TestMlnxDnsmasq.test_non_local_subnets
networking_mlnx.tests.unit.dhcp.test_mlnx_dhcp.TestMlnxDnsmasq.test_non_local_subnets
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/neutron/tests/base.py", line 118, in 
func
    return f(self, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/neutron/tests/base.py", line 118, in 
func
    return f(self, *args, **kwargs)
  File 
"/usr/lib/python2.7/dist-packages/neutron/tests/unit/agent/linux/test_dhcp.py", 
line 1559, in test_non_local_subnets
    ipm_retval=ipm_retval)
  File 
"/usr/lib/python2.7/dist-packages/neutron/tests/unit/agent/linux/test_dhcp.py", 
line 1364, in _test_output_opts_file
    dm._output_opts_file()
  File "/usr/lib/python2.7/dist-packages/neutron/agent/linux/dhcp.py", line 
865, in _output_opts_file
    options += self._generate_opts_per_port(subnet_index_map)
  File "/usr/lib/python2.7/dist-packages/neutron/agent/linux/dhcp.py", line 
958, in _generate_opts_per_port
    if self._get_port_extra_dhcp_opts(port):
  File "networking_mlnx/dhcp/mlnx_dhcp.py", line 45, in 
_get_port_extra_dhcp_opts
    if hasattr(port, edo_ext.EXTRADHCPOPTS):
AttributeError: 'module' object has no attribute 'EXTRADHCPOPTS'

...

--- End Message ---
--- Begin Message ---
Source: networking-mlnx
Source-Version: 1:11.0.0-1

We believe that the bug you reported is fixed in the latest version of
networking-mlnx, 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 882...@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 networking-mlnx 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: Thu, 30 Nov 2017 12:04:28 +0100
Source: networking-mlnx
Binary: networking-mlnx-common networking-mlnx-eswitchd neutron-mlnx-agent 
python-networking-mlnx
Architecture: source all
Version: 1:11.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <openstack-de...@lists.alioth.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
 networking-mlnx-common - OpenStack virtual network service - Mellanox plugin 
common files
 networking-mlnx-eswitchd - Neutron is a virtual network service for Openstack 
- Mellanox esw
 neutron-mlnx-agent - OpenStack virtual network service - Mellanox plugin agent
 python-networking-mlnx - OpenStack virtual network service - Mellanox plugin 
Python 2.7 fi
Closes: 882622
Changes:
 networking-mlnx (1:11.0.0-1) unstable; urgency=medium
 .
   * Updating VCS fields.
   * Updating copyright format url.
   * Updating maintainer field.
   * Running wrap-and-sort -bast.
   * Updating standards version to 4.1.1.
   * New upstream release (Closes: #882622).
   * Fixed (build-)depends for this release.
   * A few fixes in debian/rules.
   * Remove dh-systemd b-d.
   * Add lsb-base runtime depends for daemons.
Checksums-Sha1:
 70f9f803f3d88d14556e461e0e5bf15232161c32 3192 networking-mlnx_11.0.0-1.dsc
 f9b32fc972b3e331c3f4d787b3fedc9f62cf8499 61792 
networking-mlnx_11.0.0.orig.tar.xz
 aa8b180f2942d3843a89eadc53cdfeb44465a094 4192 
networking-mlnx_11.0.0-1.debian.tar.xz
 8bfe8feef424abfcc80cc0d9114e8531d4661fb8 4920 
networking-mlnx-common_11.0.0-1_all.deb
 3f940676cc208c755d3426d02b468d9dc0ecd201 6076 
networking-mlnx-eswitchd_11.0.0-1_all.deb
 0ab715d3d98c1b6675b770295d9a062a44f62bdf 17140 
networking-mlnx_11.0.0-1_amd64.buildinfo
 869c2cffa0683931ae8fc2890b240aec544167a9 6036 
neutron-mlnx-agent_11.0.0-1_all.deb
 cc663cb6b4e393938fd348bb9a5a5d4d0d1f093d 44596 
python-networking-mlnx_11.0.0-1_all.deb
Checksums-Sha256:
 3dd224606cf79a8e6ebdb05f64e3533ddd67e414e2142236afc4668440c84473 3192 
networking-mlnx_11.0.0-1.dsc
 ae5178de5504579a937054c459ce24937c1ea0c952d47a35fe26ccabada57959 61792 
networking-mlnx_11.0.0.orig.tar.xz
 dea98da49bf2af6c5bfe6df4451675658886bb29ade3eb7da2b5ad3156dd6bec 4192 
networking-mlnx_11.0.0-1.debian.tar.xz
 754e8299cb0fefe1f92e56f7e03cc81a3fc10eccadcbbebf9969ab7e46c501f9 4920 
networking-mlnx-common_11.0.0-1_all.deb
 eeb5f855b6f9f6e8e1331baa14bb84e4bc54f3118b65ea290f7db09a4668da30 6076 
networking-mlnx-eswitchd_11.0.0-1_all.deb
 413fdf1d59a070809229d85ea03f126123ea2eb1a16a4a73cbdc83aff98f1e01 17140 
networking-mlnx_11.0.0-1_amd64.buildinfo
 34dcc4d1551275603f4c0afc01f44a69349d447f3c8aefc138f81e71d41dd33e 6036 
neutron-mlnx-agent_11.0.0-1_all.deb
 9b48718174784aba89128d45e2efd066325df2224ab122ec5387a8a8b323c73f 44596 
python-networking-mlnx_11.0.0-1_all.deb
Files:
 e655d4412c943864b7056e7cb70f0bf2 3192 net optional networking-mlnx_11.0.0-1.dsc
 0df60fd79e36dd657956faff01ed542b 61792 net optional 
networking-mlnx_11.0.0.orig.tar.xz
 1d2001e5b3d4dcd02d4b123ecd6dfae7 4192 net optional 
networking-mlnx_11.0.0-1.debian.tar.xz
 d624359114c72adf1522aec496ab6a4c 4920 net optional 
networking-mlnx-common_11.0.0-1_all.deb
 cd337c9a5b76ba2ac08282574fbf859c 6076 net optional 
networking-mlnx-eswitchd_11.0.0-1_all.deb
 e98d8b4d50e916afb98f89cf25df5329 17140 net optional 
networking-mlnx_11.0.0-1_amd64.buildinfo
 b341a677a01f5cce60ab29b5ede26631 6036 python optional 
neutron-mlnx-agent_11.0.0-1_all.deb
 ba044d740bcbae6ea44f5c99b71e1bbc 44596 python optional 
python-networking-mlnx_11.0.0-1_all.deb

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAlof6jMACgkQ1BatFaxr
Q/5rmA//XYb0sejdCuq/aOPY/PacYUwlr6Ah5tbezS0hBBLtteW3dyWYVWdhLnOW
4epZtZWJXGebPq+cZF5s5N7WcHllrvKfB/h23E/Bqgc8yBNo2b7sZ75IqmB4p0HC
sgMbkdmMPNmwPKUolY0/ix/dcqNTtOjC13ro2wTNNEQFXGY/Dq3u99fx8rmo91XH
aHsqM8KiZ0jubCTHGubp4yvOLHuquASrGaFXe9UVUk/zTOE32l5HNbTrJVoceoX4
Z7knFzOVo/wSeH2NUfM9hXuOJeZDw2sj0yqIbgJpdtrfi23Dh3JoumAXkVUMpaSH
ImLYunvwdYEeQLI2Vl0SHyXk14cDHZzY9dhsAYLRoJCUXgGmJPsuxQodUdOQzRti
+h8OZqeVXSvio75S0lslAm0SXq3twWI+LSm0djFgYv8RMzjw0Rn7jFadNjgNWUEM
ZJiYiU1MwWy0/wKcOBFmWgc7GCj8TFJI1oX368XlfXxW0b+43MJeZFjk6PKLAh5t
CA+VE/ty5EFmX9IcWdofsO1Jbm4O7crtsOVIEfb2KUaiz1Ex0kpN71UpWGuUwLM3
rYQGwv5l65rPprLE1BODivfSRqZF1JnKktjzcofjzf9ZJ4GBjAycWyvApM2LgOdg
NU/aJqSUKdB1Kg3WmhHEORnUc67YokXM1HWJgChAwXT7IgdkSWg=
=qPeK
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to