Title: trusty_juno_neutron_trunk

General Information

BUILD FAILURE
Build URL:https://jenkins.qa.ubuntu.com/job/trusty_juno_neutron_trunk/323/
Project:trusty_juno_neutron_trunk
Date of build:Fri, 08 Aug 2014 12:39:09 -0400
Build duration:5 min 34 sec
Build cause:Started by an SCM changeStarted by an SCM change
Built on:pkg-builder

Health Report

WDescriptionScore
Build stability: All recent builds failed.0

Changes

test_l3_plugin: L3AgentDbInteTestCase L3AgentDbSepTestCase fails

by isaku.yamahata

  editneutron/tests/unit/test_l3_plugin.py

Make sure that gateway is in CIDR range by default

by amuller

  editneutron/tests/unit/test_db_plugin.py
  editneutron/tests/unit/oneconvergence/test_nvsd_plugin.py
  editneutron/tests/unit/ml2/test_ml2_plugin.py
  editneutron/db/db_base_plugin_v2.py
  editetc/neutron.conf
  editneutron/tests/unit/nuage/test_nuage_plugin.py
  editneutron/common/config.py
  editneutron/tests/unit/test_l3_plugin.py

Exit Firewall Agent if config is invalid

by sridhar.gaddam

  editneutron/tests/unit/test_l3_agent.py
  editneutron/tests/unit/services/firewall/agents/varmour/test_varmour_router.py
  editneutron/services/firewall/agents/l3reference/firewall_l3_agent.py
  editneutron/tests/unit/services/firewall/agents/l3reference/test_firewall_l3_agent.py
  editneutron/services/l3_router/l3_router_plugin.py
  editneutron/db/l3_rpc_base.py
  editneutron/tests/unit/services/vpn/test_vpn_agent.py
  editneutron/agent/l3_agent.py
  editneutron/tests/unit/services/firewall/drivers/varmour/test_varmour_fwaas.py

NSX: Correct default timeout params

by aaronorosen

  editneutron/plugins/vmware/api_client/client.py
  editneutron/tests/unit/vmware/etc/nsx.ini.full.test
  editneutron/tests/unit/vmware/etc/nsx.ini.agentless.test
  editneutron/plugins/vmware/check_nsx_config.py
  editneutron/tests/unit/vmware/etc/nsx.ini.combined.test
  editneutron/plugins/vmware/api_client/eventlet_request.py
  editneutron/tests/unit/vmware/test_nsx_opts.py
  editneutron/plugins/vmware/common/config.py
  editetc/neutron/plugins/vmware/nsx.ini
  editneutron/tests/unit/vmware/nsxlib/base.py
  editneutron/tests/unit/vmware/test_nsx_sync.py
  editneutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py
  editneutron/plugins/vmware/common/nsx_utils.py
  editneutron/plugins/vmware/api_client/request.py
  editneutron/tests/unit/vmware/etc/nvp.ini.full.test

NSX: remove duplicate call to set_auth_cookie()

by aaronorosen

  editneutron/plugins/vmware/api_client/request.py

Move from Python logging to Openstack logging

by akashg1611

  editneutron/plugins/cisco/common/cisco_credentials_v2.py
  editneutron/plugins/vmware/plugins/base.py
  editneutron/tests/unit/db/metering/test_db_metering.py
  editneutron/plugins/cisco/models/virt_phy_sw_v2.py
  editneutron/tests/base.py
  editneutron/tests/unit/cisco/test_network_plugin.py
  editneutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py
  editneutron/tests/unit/test_servicetype.py
  editneutron/plugins/cisco/nexus/cisco_nexus_plugin_v2.py
  editneutron/plugins/cisco/nexus/cisco_nexus_snippets.py
  editneutron/plugins/ml2/drivers/cisco/nexus/nexus_snippets.py
  editneutron/plugins/cisco/nexus/cisco_nexus_network_driver_v2.py
  editneutron/tests/unit/db/firewall/test_db_firewall.py
  editneutron/tests/unit/ml2/test_helpers.py
  editneutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py
  editneutron/db/migration/alembic_migrations/heal_script.py
  editneutron/plugins/cisco/network_plugin.py

Move Cisco VPN RESTapi URI strings to constants

by srramasw

  editneutron/services/vpn/device_drivers/cisco_csr_rest_client.py

Do not assume order of quotas dictionary elements

by gessau

  editneutron/tests/unit/db/test_quota_db.py

Updated from global requirements

by openstack-infra

  editrequirements.txt

OFAgent: Implement arp responder

by kakuma

  addneutron/plugins/ofagent/agent/arp_lib.py
  editneutron/tests/unit/agent/l2population_rpc_base.py
  editneutron/tests/unit/ofagent/test_ofa_neutron_agent.py
  editneutron/plugins/openvswitch/agent/ovs_neutron_agent.py
  addneutron/tests/unit/ofagent/test_arp_lib.py
  editneutron/agent/l2population_rpc.py
  editneutron/tests/unit/ofagent/fake_oflib.py
  addneutron/tests/unit/ofagent/ofa_test_base.py
  editneutron/tests/unit/agent/test_l2population_rpc.py
  editneutron/plugins/ofagent/agent/ofa_neutron_agent.py

Add a tox test environment for random hashseed testing

by gessau

  edittox.ini

ofagent: Desupport ancillary bridges

by yamamoto

  editneutron/plugins/ofagent/agent/ofa_neutron_agent.py
  editneutron/plugins/ofagent/README
  editneutron/tests/unit/ofagent/test_ofa_neutron_agent.py

ofagent: Stop monitoring ovsdb for port changes

by yamamoto

  editneutron/plugins/ofagent/agent/ofa_neutron_agent.py
  editneutron/tests/unit/ofagent/test_ofa_neutron_agent.py

Big Switch: Only update hash header on success

by kevinbenton

  editneutron/plugins/bigswitch/servermanager.py
  editneutron/plugins/bigswitch/db/consistency_db.py
  editneutron/tests/unit/bigswitch/test_servermanager.py

Do not assume order of network_uuid's

by pritesh.kothari

  editneutron/tests/unit/test_linux_dhcp.py

OVS flows apply concurrently using a deferred OVSBridge

by zzelle

  editneutron/agent/l2population_rpc.py
  editneutron/tests/unit/openvswitch/test_ovs_neutron_agent.py
  editneutron/tests/unit/ofagent/test_ofa_neutron_agent.py
  editneutron/plugins/openvswitch/agent/ovs_neutron_agent.py
  editneutron/agent/linux/ovs_lib.py
  editneutron/plugins/ofagent/agent/ofa_neutron_agent.py
  editneutron/tests/unit/agent/l2population_rpc_base.py
  editneutron/tests/unit/agent/test_l2population_rpc.py
  editneutron/tests/unit/agent/linux/test_ovs_lib.py

l3_db: refactor L3_NAT_DB_mixin

by isaku.yamahata

  editneutron/db/l3_dvr_db.py
  editneutron/db/l3_db.py
  editneutron/db/l3_gwmode_db.py
  editneutron/db/extraroute_db.py

Remove redundant topic from rpc calls

by rossble

  editneutron/services/vpn/device_drivers/cisco_ipsec.py
  editneutron/services/loadbalancer/agent/agent_api.py
  editneutron/api/rpc/handlers/dvr_rpc.py
  editneutron/plugins/ibm/agent/sdnve_neutron_agent.py
  editneutron/tests/unit/openvswitch/test_ovs_rpcapi.py
  editneutron/tests/unit/mlnx/test_rpcapi.py
  editneutron/services/vpn/device_drivers/ipsec.py
  editneutron/services/firewall/agents/firewall_agent_api.py
  editneutron/agent/securitygroups_rpc.py
  editneutron/tests/unit/services/firewall/agents/test_firewall_agent_api.py
  editneutron/tests/unit/services/metering/test_metering_plugin.py
  editneutron/plugins/ryu/agent/ryu_neutron_agent.py
  editneutron/tests/unit/ml2/test_rpcapi.py
  editneutron/tests/unit/services/loadbalancer/agent/test_api.py
  editneutron/agent/rpc.py
  editneutron/api/rpc/agentnotifiers/metering_rpc_agent_api.py
  editneutron/services/firewall/agents/l3reference/firewall_l3_agent.py
  editneutron/services/firewall/fwaas_plugin.py
  editneutron/tests/unit/services/firewall/test_fwaas_plugin.py
  editneutron/tests/unit/test_agent_rpc.py
  editneutron/agent/dhcp_agent.py
  editneutron/tests/unit/ryu/test_ryu_agent.py
  editneutron/tests/unit/hyperv/test_hyperv_rpcapi.py
  editneutron/agent/l3_agent.py
  editneutron/tests/unit/test_security_groups_rpc.py
  editneutron/tests/unit/linuxbridge/test_rpcapi.py

Radware: When a pip is needed, reuse the Port

by avishayb

  editneutron/services/loadbalancer/drivers/radware/driver.py
  editneutron/tests/unit/services/loadbalancer/drivers/radware/test_plugin_driver.py

Make _build_uri_path output predictable

by armamig

  editneutron/plugins/vmware/nsxlib/__init__.py
  editneutron/tests/unit/vmware/nsxlib/test_l2gateway.py
  editneutron/tests/unit/vmware/nsxlib/test_lsn.py
  editneutron/tests/unit/vmware/test_nsx_utils.py

Simple refactor to stop passing around an unused parameter

by carl.baldwin

  editneutron/tests/unit/test_l3_agent.py
  editneutron/agent/l3_agent.py

Fix 500 error  during router-update for dvr routers

by armamig

  editneutron/db/l3_dvrscheduler_db.py
  editneutron/tests/unit/test_l3_schedulers.py

Imported Translations from Transifex

by openstack-infra

  editneutron/locale/en_US/LC_MESSAGES/neutron.po
  editneutron/locale/neutron.pot

Return 403 instead of 404 on attr policy failures

by blak111

  editneutron/tests/unit/test_extension_pnet.py
  editneutron/tests/unit/nec/test_portbindings.py
  editneutron/tests/unit/test_extension_portsecurity.py
  editneutron/tests/unit/test_extension_ext_net.py
  editneutron/tests/unit/test_db_plugin.py
  editneutron/tests/unit/services/firewall/test_fwaas_plugin.py
  editneutron/api/v2/base.py
  editneutron/tests/unit/_test_extension_portbindings.py

ofagent: Add a missing normalized_port_name

by yamamoto

  editneutron/plugins/ofagent/agent/ofa_neutron_agent.py
  editneutron/tests/unit/ofagent/test_ofa_neutron_agent.py

Fix to enable L2pop to serve DVR

by carl.baldwin

  addneutron/tests/unit/ml2/test_driver_context.py
  editneutron/plugins/ml2/drivers/l2pop/mech_driver.py
  editneutron/plugins/ml2/driver_context.py

DeferredBridge to allow add_tunnel_port passthru

by armamig

  editneutron/agent/linux/ovs_lib.py
  editneutron/tests/unit/agent/linux/test_ovs_lib.py

Do not assume order of pci slot list

by pritesh.kothari

  editneutron/tests/unit/sriovnicagent/test_eswitch_manager.py

Improve external gateway update handling

by rajeev_grover

  editneutron/agent/l3_agent.py
  editneutron/tests/unit/test_l3_agent.py

Console Output

[...truncated 4393 lines...]
dch -a [2abe915] Correct misspelled variable name
dch -a [e85ff22] Avoid RequestURITooLong exception in metadata agent
dch -a [2675091] Move loadbalancer vip port creation outside of transaction
dch -a [b4b1db3] ML2 mechanism driver for SR-IOV capable NIC based switching, Part 2
dch -a [900ef2c] Audited attribute for policy update not changing
dch -a [322fa88] OFAgent: Share codes of l2-population in OVS agent
dch -a [dc44496] Add rule for updating network's router:external attribute
dch -a [6762aca] Set nullable=False on tenant_id in apic_contracts table
dch -a [e97eea8] call security_groups_member_updated in port_update
dch -a [045ae35] ML2: Update a comment after the recent bind_port change
dch -a [c37b243] Fixed audit notifications for dhcp-agent-network
dch -a [355ff10] Fix enums usage for postgres in migrations
dch -a [a84a8a5] Return a tuple of None's instead of one None
dch -a [e71eda9] VPNaaS: Separate validation for Cisco impl
dch -a [eafebec] VMWare: don't notify on disassociate_floatingips()
dch -a [4f40c8f] Bump hacking to version 0.9.2
dch -a [8a50e13] Log methods using rpc communcation
dch -a [487b98a] update vsm credential correctly
dch -a [0540847] Use method's logger in log decorator
dch -a [72f6691] Cisco: Fix test cases which make incorrect create requests
dch -a [5e80775] Missing max_routes in neutron.conf
dch -a [73b4239] Clear entries in Cisco N1KV specific tables on rollback
dch -a [7a2053c] Allow unsharing a network used as gateway/floatingip
dch -a [cb06335] sync periodic_task fix from incubator
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+git201408081239~trusty-0ubuntu1_source.changes
mk-build-deps -i -r -t apt-get -y /tmp/tmp9XHxYT/neutron/debian/control
sbuild -d trusty-juno -n -A neutron_2014.2+git201408081239~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+git201408081239~trusty-0ubuntu1.dsc']' returned non-zero exit status 3
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+git201408081239~trusty-0ubuntu1.dsc']' returned non-zero exit status 3
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

Reply via email to