General Information
| BUILD FAILURE | |
| Build URL: | https://jenkins.qa.ubuntu.com/job/trusty_juno_neutron_trunk/365/ |
| Project: | trusty_juno_neutron_trunk |
| Date of build: | Tue, 02 Sep 2014 13:59:08 -0400 |
| Build duration: | 2 hr 44 min |
| Build cause: | Started by an SCM change |
| Built on: | pkg-builder |
Health Report
| W | Description | Score |
|---|---|---|
| Build stability: 4 out of the last 5 builds failed. | 20 |
Changes
metering driver default value is different in code and config file
by limao
| edit | etc/metering_agent.ini |
Networks are not scheduled to DHCP agents for Cisco N1KV plugin
by sopatwar
| edit | neutron/tests/unit/cisco/n1kv/test_n1kv_plugin.py |
| edit | neutron/plugins/cisco/n1kv/n1kv_neutron_plugin.py |
Inline "for val in [ref]" statements
by zzelle
| edit | neutron/services/loadbalancer/drivers/radware/driver.py |
| edit | neutron/plugins/cisco/db/n1kv_db_v2.py |
| edit | neutron/tests/unit/db/vpn/test_db_vpnaas.py |
Remove SELECT FOR UPDATE use in update_firewall
by zzelle
| edit | neutron/db/firewall/firewall_db.py |
Remove old policies from policy.json
by salv.orlando
| edit | etc/policy.json |
Datacenter moid should not be tuple
by yangyu
| edit | neutron/plugins/vmware/vshield/edge_appliance_driver.py |
NSX: log request body to NSX as debug
by aaronorosen
| edit | neutron/plugins/vmware/api_client/request.py |
remove explicit include of the ovs plugin
by prasoontelang
| edit | neutron/plugins/openvswitch/common/config.py |
| edit | neutron/plugins/common/constants.py |
| edit | neutron/tests/unit/agent/linux/test_ovs_lib.py |
| edit | neutron/cmd/sanity/checks.py |
| edit | neutron/agent/linux/ovs_lib.py |
| edit | neutron/plugins/openvswitch/common/constants.py |
Adding mechanism driver in ML2 plugin for Nuage Networks
by ronak.malav.shah
| edit | neutron/plugins/nuage/plugin.py |
| add | neutron/tests/unit/ml2/drivers/nuage/test_nuage_mechanism_driver.py |
| add | neutron/plugins/ml2/drivers/mech_nuage/__init__.py |
| edit | setup.cfg |
| edit | neutron/tests/unit/nuage/fake_nuageclient.py |
| add | neutron/tests/unit/ml2/drivers/nuage/__init__.py |
| add | neutron/plugins/ml2/drivers/mech_nuage/driver.py |
Make SecurityGroupsRpcCallback a separate callback class
by shihanzhang
| edit | neutron/plugins/openvswitch/ovs_neutron_plugin.py |
| edit | neutron/plugins/ml2/rpc.py |
| edit | neutron/plugins/mlnx/mlnx_plugin.py |
| edit | neutron/tests/unit/bigswitch/test_security_groups.py |
| add | neutron/api/rpc/handlers/securitygroups_rpc.py |
| edit | neutron/tests/unit/ryu/test_ryu_security_group.py |
| edit | neutron/tests/unit/ml2/test_rpcapi.py |
| edit | neutron/plugins/mlnx/rpc_callbacks.py |
| edit | neutron/plugins/ml2/plugin.py |
| edit | neutron/plugins/bigswitch/plugin.py |
| edit | neutron/tests/unit/nec/test_security_group.py |
| edit | neutron/tests/unit/linuxbridge/test_linuxbridge_plugin.py |
| edit | neutron/plugins/ryu/ryu_neutron_plugin.py |
| edit | neutron/plugins/brocade/NeutronPlugin.py |
| edit | neutron/plugins/oneconvergence/plugin.py |
| edit | neutron/tests/unit/openvswitch/test_ovs_security_group.py |
| edit | neutron/db/securitygroups_rpc_base.py |
| edit | neutron/tests/unit/ml2/test_security_group.py |
| edit | neutron/plugins/linuxbridge/lb_neutron_plugin.py |
| edit | neutron/tests/unit/test_security_groups_rpc.py |
| edit | neutron/tests/unit/oneconvergence/test_security_group.py |
| edit | neutron/plugins/nec/nec_plugin.py |
Apic drivers enhancements (second approach): L2 refactor
by ivarlazzaro
| edit | etc/neutron/plugins/ml2/ml2_conf_cisco.ini |
| edit | neutron/db/migration/alembic_migrations/versions/HEAD |
| edit | neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_common.py |
| edit | neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_mechanism_driver.py |
| add | neutron/db/migration/alembic_migrations/versions/32f3915891fd_cisco_apic_driver_update.py |
| edit | neutron/plugins/ml2/drivers/cisco/apic/config.py |
| edit | neutron/plugins/ml2/drivers/cisco/__init__.py |
| edit | neutron/tests/unit/services/l3_router/test_l3_apic_plugin.py |
| edit | neutron/plugins/ml2/drivers/cisco/apic/apic_model.py |
| edit | neutron/plugins/ml2/drivers/cisco/apic/mechanism_apic.py |
Provide a quick way to run flake8
by motoki
| edit | run_tests.sh |
Improve some plugins help strings
by aj
| edit | neutron/plugins/nec/common/config.py |
| edit | neutron/plugins/openvswitch/common/config.py |
| edit | neutron/plugins/ibm/common/config.py |
| edit | neutron/plugins/ryu/common/config.py |
Cisco DFA ML2 Mechanism Driver
by nlahouti
| edit | etc/neutron/plugins/ml2/ml2_conf.ini |
| add | neutron/plugins/ml2/drivers/cisco/dfa/mech_cisco_dfa.py |
| edit | neutron/db/migration/alembic_migrations/versions/HEAD |
| edit | etc/neutron/plugins/ml2/ml2_conf_cisco.ini |
| add | neutron/plugins/ml2/drivers/cisco/dfa/cisco_dfa_rest.py |
| add | neutron/plugins/ml2/drivers/cisco/dfa/dfa_models_v2.py |
| add | neutron/plugins/ml2/drivers/cisco/dfa/__init__.py |
| add | neutron/tests/unit/ml2/drivers/cisco/dfa/__init__.py |
| add | neutron/plugins/ml2/drivers/cisco/dfa/projects_cache_db_v2.py |
| add | neutron/plugins/ml2/drivers/cisco/dfa/constants.py |
| add | neutron/tests/unit/ml2/drivers/cisco/dfa/test_mech_cisco_dfa.py |
| add | neutron/db/migration/alembic_migrations/versions/469426cd2173_cisco_dfa_mech_driver.py |
| add | neutron/plugins/ml2/drivers/cisco/dfa/project_events.py |
| add | neutron/plugins/ml2/drivers/cisco/dfa/dfa_exceptions.py |
| add | neutron/plugins/ml2/drivers/cisco/dfa/dfa_mech_driver_rpc.py |
| add | neutron/plugins/ml2/drivers/cisco/dfa/cfg_profile_db_v2.py |
| edit | setup.cfg |
| add | neutron/plugins/ml2/drivers/cisco/dfa/dfa_instance_api.py |
| edit | neutron/db/migration/models/head.py |
| add | neutron/plugins/ml2/drivers/cisco/dfa/config.py |
| add | neutron/tests/unit/ml2/drivers/cisco/dfa/test_cisco_dfa_rest.py |
Support for extensions in ML2
by nlahouti
| edit | neutron/plugins/ml2/managers.py |
| edit | etc/neutron/plugins/ml2/ml2_conf.ini |
| edit | neutron/plugins/ml2/driver_api.py |
| edit | setup.cfg |
| add | neutron/tests/unit/ml2/extensions/__init__.py |
| add | neutron/tests/unit/ml2/extensions/test_extension.py |
| edit | neutron/plugins/ml2/plugin.py |
| edit | neutron/db/db_base_plugin_v2.py |
| edit | neutron/plugins/ml2/config.py |
| add | neutron/tests/unit/ml2/test_extension_driver_api.py |
| edit | neutron/api/extensions.py |
Introduces a keepalived manager for HA
by amuller
| add | neutron/tests/unit/agent/linux/test_keepalived.py |
| add | neutron/tests/functional/agent/linux/test_keepalived.py |
| edit | etc/neutron/rootwrap.d/l3.filters |
| edit | neutron/agent/linux/external_process.py |
| add | neutron/agent/linux/keepalived.py |
Adds router service plugin for CSR1kv
by bob.melander
| add | neutron/plugins/cisco/db/l3/l3_models.py |
| add | neutron/plugins/cisco/service_plugins/__init__.py |
| add | neutron/plugins/cisco/l3/plugging_drivers/n1kv_plugging_constants.py |
| add | neutron/plugins/cisco/l3/plugging_drivers/__init__.py |
| add | neutron/plugins/cisco/l3/plugging_drivers/n1kv_trunking_driver.py |
| add | neutron/plugins/cisco/db/l3/__init__.py |
| add | etc/neutron/plugins/cisco/cisco_router_plugin.ini |
| add | neutron/plugins/cisco/l3/hosting_device_drivers/csr1kv_hd_driver.py |
| add | neutron/plugins/cisco/db/l3/l3_router_appliance_db.py |
| add | neutron/plugins/cisco/l3/rpc/devices_cfgagent_rpc_cb.py |
| add | neutron/plugins/cisco/l3/rpc/l3_router_rpc_joint_agent_api.py |
| edit | neutron/plugins/cisco/n1kv/n1kv_neutron_plugin.py |
| edit | neutron/db/migration/alembic_migrations/versions/HEAD |
| add | neutron/plugins/cisco/service_plugins/cisco_router_plugin.py |
| add | neutron/plugins/cisco/l3/configdrive_templates/csr1kv_cfg_template |
| add | neutron/tests/unit/cisco/l3/device_handling_test_support.py |
| add | neutron/tests/unit/cisco/l3/__init__.py |
| add | neutron/plugins/cisco/l3/hosting_device_drivers/__init__.py |
| add | neutron/db/migration/alembic_migrations/versions/58fe87a01143_cisco_csr_routing.py |
| add | neutron/plugins/cisco/l3/rpc/__init__.py |
| add | neutron/tests/unit/cisco/l3/test_l3_router_appliance_plugin.py |
| edit | setup.cfg |
| add | neutron/plugins/cisco/l3/rpc/l3_router_cfgagent_rpc_cb.py |
| add | neutron/plugins/cisco/l3/__init__.py |
| add | neutron/plugins/cisco/db/l3/device_handling_db.py |
| edit | neutron/db/migration/models/head.py |
| add | neutron/plugins/cisco/l3/service_vm_lib.py |
ML2 Type Driver refactor part 2
by asomya
| edit | neutron/plugins/ml2/plugin.py |
| edit | neutron/db/migration/alembic_migrations/versions/HEAD |
| add | neutron/db/migration/alembic_migrations/versions/236b90af57ab_ml2_refactor_for_dynamic_segments.py |
| edit | neutron/plugins/ml2/db.py |
| edit | neutron/plugins/ml2/models.py |
| edit | neutron/tests/unit/ml2/_test_mech_agent.py |
| edit | neutron/plugins/ml2/managers.py |
| edit | neutron/plugins/ml2/driver_api.py |
| edit | neutron/plugins/ml2/driver_context.py |
| edit | neutron/tests/unit/ml2/test_ml2_plugin.py |
Apic drivers enhancements (second approach): L3 refactor
by ivarlazzaro
| edit | neutron/plugins/ml2/drivers/cisco/apic/apic_model.py |
| edit | neutron/db/migration/alembic_migrations/versions/HEAD |
| edit | neutron/tests/unit/services/l3_router/test_l3_apic_plugin.py |
| add | neutron/db/migration/alembic_migrations/versions/86d6d9776e2b_cisco_apic_driver_update_l3.py |
| edit | neutron/services/l3_router/l3_apic.py |
Apic drivers enhancements (second approach): Sync
by ivarlazzaro
| edit | neutron/plugins/ml2/drivers/cisco/apic/mechanism_apic.py |
| edit | neutron/services/l3_router/l3_apic.py |
| edit | neutron/plugins/ml2/drivers/cisco/apic/config.py |
| edit | etc/neutron/plugins/ml2/ml2_conf_cisco.ini |
| add | neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_sync.py |
| add | neutron/plugins/ml2/drivers/cisco/apic/apic_sync.py |
ofagent: merge br-tun into br-int
by yamamoto
| edit | neutron/plugins/ofagent/agent/arp_lib.py |
| add | neutron/tests/unit/ofagent/test_ofswitch.py |
| edit | neutron/tests/unit/ofagent/fake_oflib.py |
| edit | neutron/tests/unit/ofagent/test_ofa_neutron_agent.py |
| edit | neutron/plugins/ofagent/README |
| add | neutron/plugins/ofagent/agent/ofswitch.py |
| add | neutron/plugins/ofagent/agent/flows.py |
| edit | neutron/plugins/ofagent/agent/ports.py |
| edit | neutron/tests/unit/ofagent/test_arp_lib.py |
| edit | neutron/plugins/ofagent/agent/ofa_neutron_agent.py |
| add | neutron/plugins/ofagent/agent/metadata.py |
| add | neutron/plugins/ofagent/agent/tables.py |
| edit | neutron/tests/unit/ofagent/ofa_test_base.py |
| add | neutron/plugins/ofagent/agent/constants.py |
| add | neutron/tests/unit/ofagent/test_ofa_flows.py |
ofagent: Enable local arp responder for local VMs
by yamamoto
| edit | neutron/tests/unit/ofagent/test_ofa_neutron_agent.py |
| edit | neutron/plugins/ofagent/agent/ofa_neutron_agent.py |
Remove chain for correct router during update_routers()
by gus
| edit | neutron/services/metering/drivers/iptables/iptables_driver.py |
| edit | neutron/tests/unit/services/metering/drivers/test_iptables_driver.py |
Imported Translations from Transifex
by openstack-infra
| edit | neutron/locale/zh_CN/LC_MESSAGES/neutron-log-warning.po |
| edit | neutron/locale/es/LC_MESSAGES/neutron-log-info.po |
| edit | neutron/locale/en_US/LC_MESSAGES/neutron.po |
| edit | neutron/locale/en_GB/LC_MESSAGES/neutron-log-info.po |
| edit | neutron/locale/fr/LC_MESSAGES/neutron-log-warning.po |
| edit | neutron/locale/ja/LC_MESSAGES/neutron-log-info.po |
| edit | neutron/locale/neutron-log-info.pot |
| edit | neutron/locale/neutron-log-warning.pot |
| edit | neutron/locale/ko_KR/LC_MESSAGES/neutron-log-error.po |
| edit | neutron/locale/te_IN/LC_MESSAGES/neutron-log-warning.po |
| edit | neutron/locale/en_AU/LC_MESSAGES/neutron-log-info.po |
| edit | neutron/locale/es/LC_MESSAGES/neutron-log-error.po |
| edit | neutron/locale/zh_CN/LC_MESSAGES/neutron-log-error.po |
| edit | neutron/locale/de/LC_MESSAGES/neutron-log-warning.po |
| edit | neutron/locale/en_AU/LC_MESSAGES/neutron-log-warning.po |
| edit | neutron/locale/en_AU/LC_MESSAGES/neutron-log-error.po |
| edit | neutron/locale/zh_TW/LC_MESSAGES/neutron-log-warning.po |
| edit | neutron/locale/ja/LC_MESSAGES/neutron-log-warning.po |
| edit | neutron/locale/it/LC_MESSAGES/neutron-log-error.po |
| edit | neutron/locale/it/LC_MESSAGES/neutron-log-info.po |
| edit | neutron/locale/pt_BR/LC_MESSAGES/neutron-log-warning.po |
| edit | neutron/locale/de/LC_MESSAGES/neutron-log-info.po |
| edit | neutron/locale/sr/LC_MESSAGES/neutron-log-warning.po |
| edit | neutron/locale/fr/LC_MESSAGES/neutron-log-info.po |
| edit | neutron/locale/fr/LC_MESSAGES/neutron-log-error.po |
| edit | neutron/locale/ko_KR/LC_MESSAGES/neutron-log-warning.po |
| edit | neutron/locale/zh_CN/LC_MESSAGES/neutron-log-info.po |
| edit | neutron/locale/it/LC_MESSAGES/neutron-log-warning.po |
| edit | neutron/locale/neutron-log-error.pot |
| edit | neutron/locale/vi_VN/LC_MESSAGES/neutron-log-info.po |
| edit | neutron/locale/pt_BR/LC_MESSAGES/neutron-log-info.po |
| edit | neutron/locale/te_IN/LC_MESSAGES/neutron-log-error.po |
| edit | neutron/locale/en_GB/LC_MESSAGES/neutron-log-warning.po |
| edit | neutron/locale/en_GB/LC_MESSAGES/neutron-log-error.po |
| edit | neutron/locale/neutron.pot |
| edit | neutron/locale/es/LC_MESSAGES/neutron-log-warning.po |
| edit | neutron/locale/ja/LC_MESSAGES/neutron-log-error.po |
| edit | neutron/locale/ko_KR/LC_MESSAGES/neutron-log-info.po |
| edit | neutron/locale/zh_TW/LC_MESSAGES/neutron-log-info.po |
| edit | neutron/locale/de/LC_MESSAGES/neutron-log-error.po |
| edit | neutron/locale/te_IN/LC_MESSAGES/neutron-log-info.po |
| edit | neutron/locale/pt_BR/LC_MESSAGES/neutron-log-error.po |
Fix a recent ipv6 UT regression
by yamamoto
| edit | neutron/tests/unit/test_ipv6.py |
ML2: Fix release of network segments to allocation pools
by kukura
| edit | neutron/tests/unit/ml2/test_ml2_plugin.py |
| edit | neutron/plugins/ml2/plugin.py |
l2pop: Allow network types overridable
by yamamoto
| edit | neutron/plugins/ml2/drivers/l2pop/mech_driver.py |
| edit | neutron/plugins/ml2/drivers/l2pop/db.py |
| edit | neutron/tests/unit/ml2/drivers/test_l2population.py |
Remove reference to cisco_cfg_agent.ini from setup.cfg again
by lxsli
| edit | setup.cfg |
Add functional test for IptablesManager
by libosvar
| edit | neutron/tests/functional/contrib/filters.template |
| add | neutron/tests/functional/agent/linux/test_iptables.py |
Apic drivers enhancements (second approach): Topology
by ivarlazzaro
| add | neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py |
| edit | neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_common.py |
| add | neutron/tests/unit/ml2/drivers/cisco/apic/test_cisco_apic_topology_agent.py |
| edit | neutron/plugins/ml2/drivers/cisco/apic/config.py |
| edit | etc/neutron/plugins/ml2/ml2_conf_cisco.ini |
| add | etc/neutron/rootwrap.d/cisco-apic.filters |
Prevent SystemExits when running tests
by blak111
| edit | neutron/tests/base.py |
| add | neutron/tests/unit/test_basetestcase.py |
ofagent: Local arp responder for VLAN
by yamamoto
| edit | neutron/plugins/ofagent/agent/ofa_neutron_agent.py |
| edit | neutron/tests/unit/ofagent/test_ofa_neutron_agent.py |
ofagent: Enable local arp responder for TYPE_FLAT
by yamamoto
| edit | neutron/tests/unit/ofagent/test_ofa_neutron_agent.py |
| edit | neutron/plugins/ofagent/agent/ofa_neutron_agent.py |
ofagent: Enable local arp responder for TYPE_LOCAL
by yamamoto
| edit | neutron/tests/unit/ofagent/test_ofa_neutron_agent.py |
| edit | neutron/plugins/ofagent/agent/ofa_neutron_agent.py |
Console Output
| [...truncated 23990 lines...] |
| dch -a [feb3660] Support for extensions in ML2 |
| dch -a [3680fd6] Cisco DFA ML2 Mechanism Driver |
| dch -a [185fce2] Improve some plugins help strings |
| dch -a [e33a07b] Provide a quick way to run flake8 |
| dch -a [9660177] Apic drivers enhancements (second approach): L2 refactor |
| dch -a [2781fce] Make SecurityGroupsRpcCallback a separate callback class |
| dch -a [6291dc1] Adding mechanism driver in ML2 plugin for Nuage Networks |
| dch -a [65dde56] remove explicit include of the ovs plugin |
| dch -a [2bc898f] NSX: log request body to NSX as debug |
| dch -a [ace3a01] Datacenter moid should not be tuple |
| dch -a [6186e0c] Remove ovs dependency in embrane plugin |
| dch -a [1cad794] Remove old policies from policy.json |
| dch -a [f872bbd] Make DvrServerRpcCallback a separate callback class |
| dch -a [243881d] Block downgrade from icehouse to havana |
| dch -a [0c963f6] Check for IPv6 file before reading |
| dch -a [2ce3525] Remove SELECT FOR UPDATE use in update_firewall |
| dch -a [fa0abeb] Fix InvalidRequestError in auto_schedule_routers |
| dch -a [e7d8f85] Inline "for val in [ref]" statements |
| dch -a [ebb6326] Heal script: Drop fks before operating on columns |
| dch -a [661e3ec] Fix heal_script for MySQL specifics |
| dch -a [0fcedae] Networks are not scheduled to DHCP agents for Cisco N1KV plugin |
| dch -a [d8deab2] metering driver default value is different in code and config file |
| dch -a [eca9069] Fix IpNetnsCommand to execute without root_wrapper when no netns |
| dch -a [44eff5d] Increase ovsdb_monitor.SimpleInterfaceMonitor start timeout |
| debcommit |
| apt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piuparts |
| bzr builddeb -S -- -sa -us -uc |
| bzr builddeb -S -- -sa -us -uc |
| debsign -k9935ACDC neutron_2014.2+git201409021359~trusty-0ubuntu1_source.changes |
| mk-build-deps -i -r -t apt-get -y /tmp/tmp5_7uyd/neutron/debian/control |
| sbuild -d trusty-juno -n -A neutron_2014.2+git201409021359~trusty-0ubuntu1.dsc |
| Traceback (most recent call last): |
| File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in |
| raise e |
| subprocess.CalledProcessError: Command '['sbuild', '-d', 'trusty-juno', '-n', '-A', 'neutron_2014.2+git201409021359~trusty-0ubuntu1.dsc']' returned non-zero exit status 2 |
| Error in sys.excepthook: |
| Traceback (most recent call last): |
| File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 67, in apport_excepthook |
| binary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0])) |
| OSError: [Errno 2] No such file or directory |
| Original exception was: |
| Traceback (most recent call last): |
| File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in |
| raise e |
| subprocess.CalledProcessError: Command '['sbuild', '-d', 'trusty-juno', '-n', '-A', 'neutron_2014.2+git201409021359~trusty-0ubuntu1.dsc']' returned non-zero exit status 2 |
| Build step 'Execute shell' marked build as failure |
| Email was triggered for: Failure |
| Sending email for trigger: Failure |
-- Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help : https://help.launchpad.net/ListHelp

