Your message dated Thu, 07 Dec 2017 17:34:51 +0000
with message-id <[email protected]>
and subject line Bug#882534: fixed in neutron-dynamic-routing 2:11.0.0-1
has caused the Debian Bug report #882534,
regarding neutron-dynamic-routing FTBFS: test failure
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.)


-- 
882534: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882534
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: neutron-dynamic-routing
Version: 2:9.0.0-1.2
Severity: serious

Some recent change in unstable makes neutron-dynamic-routing FTBFS:

https://tests.reproducible-builds.org/debian/history/neutron-dynamic-routing.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/neutron-dynamic-routing.html

...
===> Testing with python2.7 (python2)
+ rm -rf .testrepository
+ testr-python2 init
+ mktemp -t
+ TEMP_REZ=/tmp/tmp.0ZJQpHYTu4
+ tee /tmp/tmp.0ZJQpHYTu4
+ PYTHONPATH=/build/1st/neutron-dynamic-routing-9.0.0 PYTHON=python2.7 
testr-python2 run --subunit neutron_dynamic_routing.tests.unit
+ subunit2pyunit
module pyroute2.ipdb.common is deprecated, use pyroute2.ipdb.exceptions instead
Non-zero exit code (2) from test listing.
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
OS_LOG_CAPTURE=1 \
${PYTHON:-python} -m subunit.run discover -t ./ \
${OS_TEST_PATH:-./neutron_dynamic_routing/tests/unit} \
--list 
--- import errors ---
Failed to import test module: 
neutron_dynamic_routing.tests.unit.api.rpc.agentnotifiers.test_bgp_dr_rpc_agent_api
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 
"neutron_dynamic_routing/tests/unit/api/rpc/agentnotifiers/test_bgp_dr_rpc_agent_api.py",
 line 18, in <module>
    from neutron import context
ImportError: cannot import name context

Failed to import test module: 
neutron_dynamic_routing.tests.unit.api.rpc.handlers.test_bgp_speaker_rpc
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 
"neutron_dynamic_routing/tests/unit/api/rpc/handlers/test_bgp_speaker_rpc.py", 
line 20, in <module>
    from neutron_dynamic_routing.api.rpc.handlers import bgp_speaker_rpc
  File "neutron_dynamic_routing/api/rpc/handlers/bgp_speaker_rpc.py", line 20, 
in <module>
    from neutron_dynamic_routing.extensions import bgp as bgp_ext
  File "neutron_dynamic_routing/extensions/bgp.py", line 38, in <module>
    'validate': {'type:string': attr.NAME_MAX_LEN},
AttributeError: 'module' object has no attribute 'NAME_MAX_LEN'

Failed to import test module: neutron_dynamic_routing.tests.unit.db.test_bgp_db
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 "neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 32, in 
<module>
    from neutron_dynamic_routing.extensions import bgp
  File "neutron_dynamic_routing/extensions/bgp.py", line 38, in <module>
    'validate': {'type:string': attr.NAME_MAX_LEN},
AttributeError: 'module' object has no attribute 'NAME_MAX_LEN'

Failed to import test module: 
neutron_dynamic_routing.tests.unit.db.test_bgp_dragentscheduler_db
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 "neutron_dynamic_routing/tests/unit/db/test_bgp_dragentscheduler_db.py", 
line 19, in <module>
    from neutron import context
ImportError: cannot import name context

Failed to import test module: 
neutron_dynamic_routing.tests.unit.services.bgp.agent.test_bgp_dragent
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 
"neutron_dynamic_routing/tests/unit/services/bgp/agent/test_bgp_dragent.py", 
line 25, in <module>
    from neutron.agent.common import config
ImportError: cannot import name config

Failed to import test module: 
neutron_dynamic_routing.tests.unit.services.bgp.driver.ryu.test_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 
"neutron_dynamic_routing/tests/unit/services/bgp/driver/ryu/test_driver.py", 
line 21, in <module>
    from ryu.services.protocols.bgp import bgpspeaker
  File 
"/usr/lib/python2.7/dist-packages/ryu/services/protocols/bgp/bgpspeaker.py", 
line 21, in <module>
    from ryu.lib.packet.bgp import (
  File "/usr/lib/python2.7/dist-packages/ryu/lib/packet/__init__.py", line 6, 
in <module>
    from . import (ethernet, arp, icmp, icmpv6, ipv4, ipv6, lldp, mpls, packet,
  File "/usr/lib/python2.7/dist-packages/ryu/lib/packet/ethernet.py", line 18, 
in <module>
    from . import vlan
  File "/usr/lib/python2.7/dist-packages/ryu/lib/packet/vlan.py", line 21, in 
<module>
    from . import ipv4
  File "/usr/lib/python2.7/dist-packages/ryu/lib/packet/ipv4.py", line 23, in 
<module>
    from . import tcp
  File "/usr/lib/python2.7/dist-packages/ryu/lib/packet/tcp.py", line 24, in 
<module>
    from . import bgp
  File "/usr/lib/python2.7/dist-packages/ryu/lib/packet/bgp.py", line 52, in 
<module>
    from ryu.utils import binary_str
  File "/usr/lib/python2.7/dist-packages/ryu/utils.py", line 23, in <module>
    from pip import req as pip_req
ImportError: No module named pip

Failed to import test module: 
neutron_dynamic_routing.tests.unit.services.bgp.scheduler.test_bgp_dragent_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 
"neutron_dynamic_routing/tests/unit/services/bgp/scheduler/test_bgp_dragent_scheduler.py",
 line 20, in <module>
    from neutron import context
ImportError: cannot import name context

----------------------------------------------------------------------
Ran 0 tests in 11.820s

OK
+ cat /tmp/tmp.0ZJQpHYTu4
+ subunit-stats
+ subunit-filter -s --no-passthrough
Total tests:       0
Passed tests:      0
Failed tests:      0
Skipped tests:     0
Seen tags: 
+ rm -f /tmp/tmp.0ZJQpHYTu4
+ testr-python2 slowest
debian/rules:29: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 3

--- End Message ---
--- Begin Message ---
Source: neutron-dynamic-routing
Source-Version: 2:11.0.0-1

We believe that the bug you reported is fixed in the latest version of
neutron-dynamic-routing, 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 neutron-dynamic-routing 
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: Thu, 07 Dec 2017 17:30:07 +0100
Source: neutron-dynamic-routing
Binary: neutron-bgp-dragent neutron-dynamic-routing-common 
python-neutron-dynamic-routing
Architecture: source all
Version: 2:11.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Description:
 neutron-bgp-dragent - OpenStack Neutron Dynamic Routing - Agent
 neutron-dynamic-routing-common - OpenStack Neutron Dynamic Routing - common 
files
 python-neutron-dynamic-routing - OpenStack Neutron Dynamic Routing - Python 
2.7 library
Closes: 882534
Changes:
 neutron-dynamic-routing (2:11.0.0-1) unstable; urgency=medium
 .
   * New upstream release:
     - Fixes FTBFS (Closes: #882534).
   * Fixed (build-)depends for this release, and ran wrap-and-sort -bast.
   * Updated maintainer.
   * d/copyright: https for the format field.
   * Updated VCS URLs.
   * Deprecated priority extra, as per policy 4.1.0.
   * Standards-Version is now 4.1.2.
   * Removes requirements patch.
Checksums-Sha1:
 ffccbbeac40e15d2d38ffc14087f571dacb02710 3320 
neutron-dynamic-routing_11.0.0-1.dsc
 db0939300fc7a53243dcb83adac7a0ec8347623c 79624 
neutron-dynamic-routing_11.0.0.orig.tar.xz
 ba2e52d0df2bece173932d0ecef62c33d0fdf7bb 4336 
neutron-dynamic-routing_11.0.0-1.debian.tar.xz
 8ba7d313551a05d3421b142a53700ad90c7596d5 5168 
neutron-bgp-dragent_11.0.0-1_all.deb
 6e5285159d002ed0e8ff387a2fafa84c6090b991 3176 
neutron-dynamic-routing-common_11.0.0-1_all.deb
 86eacee5c6e49fed1a8f187396dd045980e134f2 17149 
neutron-dynamic-routing_11.0.0-1_amd64.buildinfo
 7e567f714352e4ebe21329eb7f4f6096787ffd7f 54532 
python-neutron-dynamic-routing_11.0.0-1_all.deb
Checksums-Sha256:
 dd5cd0f6bcf83bb1f5e117a8969c7a3d3299884c2d202f72c2baf5f47bf62aa4 3320 
neutron-dynamic-routing_11.0.0-1.dsc
 63fba32aff2beb8c7a6247b26eccc40d7bda30a552b81351d2957b62cf4c34de 79624 
neutron-dynamic-routing_11.0.0.orig.tar.xz
 6295a1a569b63cefdc602ede8ef81d752cd2714efd720cbab91e2e3c80eb7850 4336 
neutron-dynamic-routing_11.0.0-1.debian.tar.xz
 521d9628510c62fee9fe6d3b8ef9e366974a7a6d594fb6613f2973f23bf12d6b 5168 
neutron-bgp-dragent_11.0.0-1_all.deb
 d796a2bb1af7694e61f8fcd8e37875e93eb4bfca5663776614fba7f90318a5fe 3176 
neutron-dynamic-routing-common_11.0.0-1_all.deb
 9fa182b1b1d017ea158c855ba406cd7e28630dae0dff1e579130c51537106bd9 17149 
neutron-dynamic-routing_11.0.0-1_amd64.buildinfo
 e0b397606e76bdbc0752f573157a14e055cd657c4f38725377268dd38190a05b 54532 
python-neutron-dynamic-routing_11.0.0-1_all.deb
Files:
 6130c6371f6118a02edcffd311e8266d 3320 net optional 
neutron-dynamic-routing_11.0.0-1.dsc
 4c1141cfea1d318d8f1b984b5e7922d3 79624 net optional 
neutron-dynamic-routing_11.0.0.orig.tar.xz
 39bd8056ab9c8a3c6724b3b81019105e 4336 net optional 
neutron-dynamic-routing_11.0.0-1.debian.tar.xz
 9a1f2ed3bd501a76431cec2dcac58eaf 5168 net optional 
neutron-bgp-dragent_11.0.0-1_all.deb
 b4c7e08eed9c1fcd84643eb2b04a9e80 3176 net optional 
neutron-dynamic-routing-common_11.0.0-1_all.deb
 54ee5f773a5e2736f72c8698bbf35012 17149 net optional 
neutron-dynamic-routing_11.0.0-1_amd64.buildinfo
 e1cf193f640e8f7c88f92b455aa71a2c 54532 python optional 
python-neutron-dynamic-routing_11.0.0-1_all.deb

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

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAlopds0ACgkQ1BatFaxr
Q/6z0w/9GDkyBt/q5o3mv0bePN47rQEegmoj+ynud9Qz/lstturyPxZd5xWc83Fs
hGKq8HCQyCeaK+IfHnl6EKQhnNK7NEfYltQiRXStc9UfAi3tOBzq1tmqwKQ25Nm7
PjMOcZze7M8Dn9X0RtjMW/tTeg/KzEr8poaUKdCWfv/LhZWYNDc3/K+Fi9meertC
SQhLMPczGaU2+klYEAnpU992RDY0jy4ocWr05R9UHDqwgzonp3wPZ5xjeU3HIUUI
u4phJ/+QdNGpdBqrQdyWZ97thotzykESOVCiXPIwGzsXpK9sOGYCkYAal2GiMoWm
CSAgB9BVxrfyJXPehzk5mQekBjChIGInu+2YGOsnKVVcHbvXms1KKyGF5lJAmKbR
UCgU4HZ0uueXqo8gUlc1objTONwYZWOaQ02JCJ0HKJmIf8EuYUnUKkuY5b9Xf97A
Jck4r6TwuJB9Uwe6H8PKHyxxzran8ZfBYjcwLGzI49wgAV65p/u6IkzRoFJ2ZXUD
w3bgiAFHEYwSU3vG4fAge1L6S68XzQV+uXIkjkl1jK56xWRFAGyu/irToc612ilC
HZ+hebJYYkBouymKWkjmncg5Y6DyV0g5SP5/7tLo9ffG6xRiB86ttYEf+Y3/vJfT
rLjmFC+hhN8VXld1vWXCpAEb7z8Ify27L5zem0lVypFOIJIOu/Y=
=O/Ob
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to