Your message dated Thu, 07 Dec 2017 13:37:43 +0000
with message-id <e1emwmx-0003qb...@fasolo.debian.org>
and subject line Bug#882680: fixed in networking-ovn 3.0.0-1
has caused the Debian Bug report #882680,
regarding networking-ovn 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.)


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

Some recent change in unstable makes networking-ovn FTBFS:

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

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/networking-ovn-1.0.0'
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
ostestr
/usr/lib/python2.7/dist-packages/os_testr/ostestr.py:120: UserWarning: No 
.stestr.conf file found in the CWD. Please create one to to replace the 
.testr.conf. You can find a script to do this in the stestr git repository.
  warnings.warn(msg)

=========================
Failures during discovery
=========================
--- import errors ---
Failed to import test module: networking_ovn.tests.unit.common.test_acl
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in 
_find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in 
_get_module_from_name
    __import__(name)
  File "networking_ovn/tests/unit/common/test_acl.py", line 20, in <module>
    from networking_ovn.common import acl as ovn_acl
  File "networking_ovn/common/acl.py", line 21, in <module>
    from networking_ovn.common import config
  File "networking_ovn/common/config.py", line 65, in <module>
    default=portbindings.VIF_TYPE_OVS,
AttributeError: 'module' object has no attribute 'VIF_TYPE_OVS'

Failed to import test module: networking_ovn.tests.unit.l3.test_l3_ovn
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in 
_find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in 
_get_module_from_name
    __import__(name)
  File "networking_ovn/tests/unit/l3/test_l3_ovn.py", line 25, in <module>
    from networking_ovn.ovsdb import impl_idl_ovn
  File "networking_ovn/ovsdb/impl_idl_ovn.py", line 24, in <module>
    from networking_ovn.common import config as cfg
  File "networking_ovn/common/config.py", line 65, in <module>
    default=portbindings.VIF_TYPE_OVS,
AttributeError: 'module' object has no attribute 'VIF_TYPE_OVS'

Failed to import test module: networking_ovn.tests.unit.l3.test_l3_ovn_scheduler
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in 
_find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in 
_get_module_from_name
    __import__(name)
  File "networking_ovn/tests/unit/l3/test_l3_ovn_scheduler.py", line 21, in 
<module>
    from networking_ovn.common import constants as ovn_const
  File "networking_ovn/common/constants.py", line 24, in <module>
    OVN_PORT_BINDING_PROFILE = portbindings.PROFILE
AttributeError: 'module' object has no attribute 'PROFILE'

Failed to import test module: networking_ovn.tests.unit.ml2.test_mech_driver
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in 
_find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in 
_get_module_from_name
    __import__(name)
  File "networking_ovn/tests/unit/ml2/test_mech_driver.py", line 34, in <module>
    from networking_ovn.common import acl as ovn_acl
  File "networking_ovn/common/acl.py", line 21, in <module>
    from networking_ovn.common import config
  File "networking_ovn/common/config.py", line 65, in <module>
    default=portbindings.VIF_TYPE_OVS,
AttributeError: 'module' object has no attribute 'VIF_TYPE_OVS'

Failed to import test module: networking_ovn.tests.unit.ml2.test_qos_driver
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in 
_find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in 
_get_module_from_name
    __import__(name)
  File "networking_ovn/tests/unit/ml2/test_qos_driver.py", line 20, in <module>
    from networking_ovn.ml2 import qos_driver
  File "networking_ovn/ml2/qos_driver.py", line 17, in <module>
    from neutron import context as n_context
ImportError: cannot import name context

Failed to import test module: networking_ovn.tests.unit.ml2.test_trunk_driver
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in 
_find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in 
_get_module_from_name
    __import__(name)
  File "networking_ovn/tests/unit/ml2/test_trunk_driver.py", line 17, in 
<module>
    from networking_ovn.common.constants import OVN_ML2_MECH_DRIVER_NAME
  File "networking_ovn/common/constants.py", line 24, in <module>
    OVN_PORT_BINDING_PROFILE = portbindings.PROFILE
AttributeError: 'module' object has no attribute 'PROFILE'

Failed to import test module: networking_ovn.tests.unit.ovsdb.test_commands
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in 
_find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in 
_get_module_from_name
    __import__(name)
  File "networking_ovn/tests/unit/ovsdb/test_commands.py", line 19, in <module>
    from networking_ovn.ovsdb import commands
  File "networking_ovn/ovsdb/commands.py", line 19, in <module>
    from networking_ovn.common import utils
  File "networking_ovn/common/utils.py", line 15, in <module>
    from networking_ovn.common import constants
  File "networking_ovn/common/constants.py", line 24, in <module>
    OVN_PORT_BINDING_PROFILE = portbindings.PROFILE
AttributeError: 'module' object has no attribute 'PROFILE'

Failed to import test module: networking_ovn.tests.unit.ovsdb.test_ovsdb_monitor
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in 
_find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in 
_get_module_from_name
    __import__(name)
  File "networking_ovn/tests/unit/ovsdb/test_ovsdb_monitor.py", line 22, in 
<module>
    from networking_ovn.common import config as ovn_config
  File "networking_ovn/common/config.py", line 65, in <module>
    default=portbindings.VIF_TYPE_OVS,
AttributeError: 'module' object has no attribute 'VIF_TYPE_OVS'

Failed to import test module: networking_ovn.tests.unit.test_ovn_db_sync
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in 
_find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in 
_get_module_from_name
    __import__(name)
  File "networking_ovn/tests/unit/test_ovn_db_sync.py", line 17, in <module>
    from networking_ovn.common import constants as ovn_const
  File "networking_ovn/common/constants.py", line 24, in <module>
    OVN_PORT_BINDING_PROFILE = portbindings.PROFILE
AttributeError: 'module' object has no attribute 'PROFILE'

Failed to import test module: networking_ovn.tests.unit.test_ovn_parent_tag
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in 
_find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in 
_get_module_from_name
    __import__(name)
  File "networking_ovn/tests/unit/test_ovn_parent_tag.py", line 17, in <module>
    from networking_ovn.common import constants as ovn_const
  File "networking_ovn/common/constants.py", line 24, in <module>
    OVN_PORT_BINDING_PROFILE = portbindings.PROFILE
AttributeError: 'module' object has no attribute 'PROFILE'

Failed to import test module: networking_ovn.tests.unit.test_ovn_vtep
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 456, in 
_find_test_path
    module = self._get_module_from_name(name)
  File "/usr/lib/python2.7/dist-packages/unittest2/loader.py", line 395, in 
_get_module_from_name
    __import__(name)
  File "networking_ovn/tests/unit/test_ovn_vtep.py", line 17, in <module>
    from networking_ovn.common import constants as ovn_const
  File "networking_ovn/common/constants.py", line 24, in <module>
    OVN_PORT_BINDING_PROFILE = portbindings.PROFILE
AttributeError: 'module' object has no attribute 'PROFILE'

================================================================================
The above traceback was encountered during test discovery which imports all the 
found test modules in the specified test_path.
debian/rules:12: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 100

--- End Message ---
--- Begin Message ---
Source: networking-ovn
Source-Version: 3.0.0-1

We believe that the bug you reported is fixed in the latest version of
networking-ovn, 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-ovn 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, 07 Dec 2017 13:00:18 +0000
Source: networking-ovn
Binary: python-networking-ovn
Architecture: source all
Version: 3.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <openstack-de...@lists.alioth.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
 python-networking-ovn - OpenStack virtual network service - OVN driver
Closes: 882680
Changes:
 networking-ovn (3.0.0-1) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Use correct branch in Vcs-* fields
   * Bumped debhelper compat version to 10
 .
   [ Daniel Baumann ]
   * Updating vcs fields.
   * Updating copyright format url.
   * Updating maintainer field.
   * Running wrap-and-sort -bast.
   * Updating standards version to 4.0.0.
   * Removing gbp.conf, not used anymore or should be specified in the
     developers dotfiles.
   * Updating standards version to 4.0.1.
   * Updating standards version to 4.1.0.
 .
   [ Thomas Goirand ]
   * New upstream release:
     - Fixes FTBFS (Closes: #882680).
   * Fixed (build-)depends for this release.
Checksums-Sha1:
 b7a2eedfe852777fa898e2cd8fd6bd55efbdd4ac 2672 networking-ovn_3.0.0-1.dsc
 810f0740146a418a85ab1e86549f99792534d0bf 562252 
networking-ovn_3.0.0.orig.tar.xz
 d4744c7c43018b5368521ebe91e302b4d5f573e8 2876 
networking-ovn_3.0.0-1.debian.tar.xz
 a54e6b568ddbe804e3e2fe7533bc8256fe59e75a 16076 
networking-ovn_3.0.0-1_amd64.buildinfo
 0be4e2a830ab798da1cc5d5da61d3bdd55869e4d 116892 
python-networking-ovn_3.0.0-1_all.deb
Checksums-Sha256:
 ee81def72462490bc7178e84110f0b93014d432e4d57d93d5f495eabb2579dd5 2672 
networking-ovn_3.0.0-1.dsc
 64071f0b9cb506213d37ef66b91c5a45533055dd4c08ed127f2dc15e5731fc57 562252 
networking-ovn_3.0.0.orig.tar.xz
 f0307f3ce4312fea1145f0efe55e35dce003dae333f7f62dbd6f3529295230a0 2876 
networking-ovn_3.0.0-1.debian.tar.xz
 87f10d87ce2b40f43f3accaaffa10b445feadb784c24277618978d25420477f6 16076 
networking-ovn_3.0.0-1_amd64.buildinfo
 7b12a728808c4848053744cdc36c0a46d96bdf2d1ea0814b7938559b6def1994 116892 
python-networking-ovn_3.0.0-1_all.deb
Files:
 339938aebe7b1b72e117190c0af1d74f 2672 net optional networking-ovn_3.0.0-1.dsc
 92c02e538babce14a5a584ce23171f73 562252 net optional 
networking-ovn_3.0.0.orig.tar.xz
 abb160349df14f3114f2bcf8b23f8083 2876 net optional 
networking-ovn_3.0.0-1.debian.tar.xz
 fc9d84be637b0c05fc11d8dacb83532e 16076 net optional 
networking-ovn_3.0.0-1_amd64.buildinfo
 c5e5bd4783e2e983260ae0455357d880 116892 python optional 
python-networking-ovn_3.0.0-1_all.deb

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAlopP5gACgkQ1BatFaxr
Q/58rA//b1eumPj4hXNGtxwVYlwCeScaNSvn5djlP4iT0EVxJqwEQjLPF/Jgmme4
r/Duwiq3Ixf9aH8kfQ5ncPtIl9GAXtmnnxzaJz867b09U3pUV1ldZGa5g/9skeny
aw5WF38Xw4F4gj8+PlygCCw2pUAu4ZAB5bIT/Ixd6ulvi/bfcLfLryBNYc0VsUBC
zlhxjPxffANNVOP6+KBxzf8YWHiM6MMjTD3Rp5gXG2/srbq7C8nLuoyWNYgqKRys
gdR0z9thKIQKzyU7aCCkTwG04UrEoy+ZTBrqLuDaCn2z4N82SYlSngHwCMm/E+Fy
pUtDxdwowDX4p34eUnY3PpyxhL2PkZNvWZfEFrSpMNK7Hk7Ss8bZ7MKlkNbWixpb
+eyOawbE5zo+Xp7+JZ47QWkrhK3nUtdgSPN6lS7YeJUricXHKOXK6znDeHuwR/AS
NbS9aD0Mq0dBesBR35aHuM2D/bawcK1RzNRXWmCHFqpQg7xXhCLmqGs7cS4AFgLd
oBhSsMwNn7POBsN8vYagCe2HfdA3WjGZRkmJJg2A6oXo7z3BtPsK6E+hW+Wy5QsL
Fl8Ww7l4TONzbFercjZ3x0GaH0xebkUskD96g62mqfFkgq5wjeYRMNYg7lJrgD1I
8dgLdIJM+KUfYnq8jCI/+fJU14ySNlB3UCna58otvKCd1AJ4V7w=
=MMWC
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to