[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_armhf_38 #8158

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Oct 20 06:38:13 UTC 2016


https://jenkins.debian.net/job/reproducible_builder_armhf_38/8158/------------------------------------------
[...truncated 7369 lines...]
    self.force_reraise()
  File "/usr/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 196, in force_reraise
    six.reraise(self.type_, self.value, self.tb)
  File "/usr/lib/python2.7/dist-packages/neutron/db/api.py", line 119, in wrapped
    return f(*dup_args, **dup_kwargs)
  File "/usr/lib/python2.7/dist-packages/neutron/plugins/ml2/plugin.py", line 1276, in create_port
    result, mech_context = self._create_port_db(context, port)
  File "/usr/lib/python2.7/dist-packages/neutron/plugins/ml2/plugin.py", line 1247, in _create_port_db
    port_db = self.create_port_db(context, port)
  File "/usr/lib/python2.7/dist-packages/neutron/db/db_base_plugin_v2.py", line 1173, in create_port_db
    context, port, port_id)
  File "/usr/lib/python2.7/dist-packages/neutron/db/ipam_pluggable_backend.py", line 190, in allocate_ips_for_port_and_store
    revert_on_fail=False)
  File "/usr/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 220, in __exit__
    self.force_reraise()
  File "/usr/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 196, in force_reraise
    six.reraise(self.type_, self.value, self.tb)
  File "/usr/lib/python2.7/dist-packages/neutron/db/ipam_pluggable_backend.py", line 171, in allocate_ips_for_port_and_store
    ips = self._allocate_ips_for_port(context, port_copy)
  File "/usr/lib/python2.7/dist-packages/neutron/db/ipam_pluggable_backend.py", line 234, in _allocate_ips_for_port
    return self._ipam_allocate_ips(context, ipam_driver, p, ips)
  File "/usr/lib/python2.7/dist-packages/neutron/db/ipam_pluggable_backend.py", line 146, in _ipam_allocate_ips
    "external system for %s"), addresses)
  File "/usr/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 220, in __exit__
    self.force_reraise()
  File "/usr/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 196, in force_reraise
    six.reraise(self.type_, self.value, self.tb)
  File "/usr/lib/python2.7/dist-packages/neutron/db/ipam_pluggable_backend.py", line 120, in _ipam_allocate_ips
    ip_address, subnet_id = ipam_allocator.allocate(ip_request)
  File "/usr/lib/python2.7/dist-packages/neutron/ipam/subnet_alloc.py", line 231, in allocate
    ipam_subnet = self._driver.get_subnet(subnet_id)
  File "/usr/lib/python2.7/dist-packages/neutron/ipam/drivers/neutrondb_ipam/driver.py", line 268, in get_subnet
    return NeutronDbSubnet.load(subnet_id, self._context)
  File "/usr/lib/python2.7/dist-packages/neutron/ipam/drivers/neutrondb_ipam/driver.py", line 102, in load
    neutron_subnet = cls._fetch_subnet(ctx, neutron_subnet_id)
  File "/usr/lib/python2.7/dist-packages/neutron/ipam/drivers/neutrondb_ipam/driver.py", line 115, in _fetch_subnet
    return plugin._get_subnet(context, id)
  File "/usr/lib/python2.7/dist-packages/neutron/db/db_base_plugin_common.py", line 207, in _get_subnet
    subnet = self._get_by_id(context, models_v2.Subnet, id)
  File "/usr/lib/python2.7/dist-packages/neutron/db/common_db_mixin.py", line 200, in _get_by_id
    return query.filter(model.id == id).one()
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/query.py", line 2718, in one
    ret = list(self)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/query.py", line 2757, in __iter__
    context = self._compile_context()
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/query.py", line 3225, in _compile_context
    strategy(*rec[1:])
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/strategies.py", line 1371, in _create_eager_join
    assert clauses.aliased_class is not None
  File "/usr/lib/python2.7/dist-packages/fixtures/_fixtures/timeout.py", line 52, in signal_handler
    raise TimeoutException()
fixtures._fixtures.timeout.TimeoutException


======================================================================
FAIL: neutron_dynamic_routing.tests.unit.db.test_bgp_db.BgpTests.test_legacy_router_fips_has_no_next_hop_to_fip_agent_gateway
neutron_dynamic_routing.tests.unit.db.test_bgp_db.BgpTests.test_legacy_router_fips_has_no_next_hop_to_fip_agent_gateway
----------------------------------------------------------------------
_StringException: Empty attachments:
  stderr
  stdout

pythonlogging:'': {{{
WARNING [neutron.agent.securitygroups_rpc] Driver configuration doesn't match with enable_security_group
 WARNING [stevedore.named] Could not load neutron_dynamic_routing.tests.unit.db.test_bgp_db.TestL3Plugin
 WARNING [neutron.api.extensions] Extension auto-allocated-topology not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension dvr not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension extraroute not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension flavors not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension ip_allocation not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension l2_adjacency not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension ext-gw-mode not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension l3-ha not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension l3-flavors not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension metering not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension network-ip-availability not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension port-security not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension qos not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension standard-attr-revisions not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension router_availability_zone not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension router-service-type not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension segment not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension service-type not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension tag not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension standard-attr-timestamp not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension trunk not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension trunk-details not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension vlan-transparent not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension bgp not supported by any of loaded plugins
 WARNING [neutron.api.extensions] Extension bgp_dragent_scheduler not supported by any of loaded plugins
   ERROR [neutron.api.extensions] Extension path 'neutron/tests/unit/extensions' doesn't exist!
 WARNING [neutron.scheduler.dhcp_agent_scheduler] No more DHCP agents
 WARNING [neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api] Unable to schedule network 571f6b5e-1bc5-4090-b64a-49c7920ca542: no agents available; will retry on subsequent port and subnet creation events.
 WARNING [neutron.scheduler.dhcp_agent_scheduler] No more DHCP agents
 WARNING [neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api] Unable to schedule network 2ed4fadf-04a0-479b-af89-ea3511f464f0: no agents available; will retry on subsequent port and subnet creation events.
 WARNING [neutron.scheduler.dhcp_agent_scheduler] No more DHCP agents
 WARNING [neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api] Unable to schedule network 571f6b5e-1bc5-4090-b64a-49c7920ca542: no agents available; will retry on subsequent port and subnet creation events.
 WARNING [neutron.scheduler.dhcp_agent_scheduler] No more DHCP agents
 WARNING [neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api] Unable to schedule network 2ed4fadf-04a0-479b-af89-ea3511f464f0: no agents available; will retry on subsequent port and subnet creation events.
 WARNING [neutron.scheduler.dhcp_agent_scheduler] No more DHCP agents
 WARNING [neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api] Unable to schedule network 2ed4fadf-04a0-479b-af89-ea3511f464f0: no agents available; will retry on subsequent port and subnet creation events.
 WARNING [neutron.scheduler.dhcp_agent_scheduler] No more DHCP agents
 WARNING [neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api] Unable to schedule network 571f6b5e-1bc5-4090-b64a-49c7920ca542: no agents available; will retry on subsequent port and subnet creation events.
   ERROR [neutron.plugins.ml2.managers] Failed to bind port 80ad1d89-6041-4a59-aa29-1a96590ca378 on host compute1 for vnic_type normal using segments [{'segmentation_id': None, 'physical_network': None, 'id': u'882b923e-6798-4f15-86ab-5db2051ba509', 'network_type': u'local'}]
   ERROR [neutron.plugins.ml2.managers] Failed to bind port 80ad1d89-6041-4a59-aa29-1a96590ca378 on host compute1 for vnic_type normal using segments [{'segmentation_id': None, 'physical_network': None, 'id': u'882b923e-6798-4f15-86ab-5db2051ba509', 'network_type': u'local'}]
   ERROR [neutron.plugins.ml2.managers] Failed to bind port 80ad1d89-6041-4a59-aa29-1a96590ca378 on host compute1 for vnic_type normal using segments [{'segmentation_id': None, 'physical_network': None, 'id': u'882b923e-6798-4f15-86ab-5db2051ba509', 'network_type': u'local'}]
   ERROR [neutron.plugins.ml2.managers] Failed to bind port 80ad1d89-6041-4a59-aa29-1a96590ca378 on host compute1 for vnic_type normal using segments [{'segmentation_id': None, 'physical_network': None, 'id': u'882b923e-6798-4f15-86ab-5db2051ba509', 'network_type': u'local'}]
   ERROR [neutron.plugins.ml2.managers] Failed to bind port 80ad1d89-6041-4a59-aa29-1a96590ca378 on host compute1 for vnic_type normal using segments [{'segmentation_id': None, 'physical_network': None, 'id': u'882b923e-6798-4f15-86ab-5db2051ba509', 'network_type': u'local'}]
   ERROR [neutron.plugins.ml2.managers] Failed to bind port 80ad1d89-6041-4a59-aa29-1a96590ca378 on host compute1 for vnic_type normal using segments [{'segmentation_id': None, 'physical_network': None, 'id': u'882b923e-6798-4f15-86ab-5db2051ba509', 'network_type': u'local'}]
   ERROR [neutron.plugins.ml2.managers] Failed to bind port 80ad1d89-6041-4a59-aa29-1a96590ca378 on host compute1 for vnic_type normal using segments [{'segmentation_id': None, 'physical_network': None, 'id': u'882b923e-6798-4f15-86ab-5db2051ba509', 'network_type': u'local'}]
   ERROR [neutron.plugins.ml2.managers] Failed to bind port 80ad1d89-6041-4a59-aa29-1a96590ca378 on host compute1 for vnic_type normal using segments [{'segmentation_id': None, 'physical_network': None, 'id': u'882b923e-6798-4f15-86ab-5db2051ba509', 'network_type': u'local'}]
   ERROR [neutron.plugins.ml2.managers] Failed to bind port 80ad1d89-6041-4a59-aa29-1a96590ca378 on host compute1 for vnic_type normal using segments [{'segmentation_id': None, 'physical_network': None, 'id': u'882b923e-6798-4f15-86ab-5db2051ba509', 'network_type': u'local'}]
   ERROR [neutron.plugins.ml2.managers] Failed to bind port 80ad1d89-6041-4a59-aa29-1a96590ca378 on host compute1 for vnic_type normal using segments [{'segmentation_id': None, 'physical_network': None, 'id': u'882b923e-6798-4f15-86ab-5db2051ba509', 'network_type': u'local'}]
}}}

Traceback (most recent call last):
  File "neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 1214, in test_legacy_router_fips_has_no_next_hop_to_fip_agent_gateway
    self._test_legacy_router_fips_next_hop()
  File "neutron_dynamic_routing/tests/unit/db/test_bgp_db.py", line 1192, in _test_legacy_router_fips_next_hop
    self.context, gw_net_id, 'compute2')
  File "/usr/lib/python2.7/dist-packages/neutron/db/l3_dvr_db.py", line 766, in create_fip_agent_gw_port_if_not_exists
    {'port': port_data})
  File "/usr/lib/python2.7/dist-packages/neutron/plugins/common/utils.py", line 202, in create_port
    return core_plugin.create_port(context, {'port': port_data})
  File "/usr/lib/python2.7/dist-packages/neutron/common/utils.py", line 756, in inner
    return f(self, context, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/neutron/db/api.py", line 159, in wrapped
    return method(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/neutron/db/api.py", line 88, in wrapped
    setattr(e, '_RETRY_EXCEEDED', True)
  File "/usr/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 220, in __exit__
    self.force_reraise()
  File "/usr/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 196, in force_reraise
    six.reraise(self.type_, self.value, self.tb)
  File "/usr/lib/python2.7/dist-packages/neutron/db/api.py", line 84, in wrapped
    return f(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/oslo_db/api.py", line 151, in wrapper
    ectxt.value = e.inner_exc
  File "/usr/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 220, in __exit__
    self.force_reraise()
  File "/usr/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 196, in force_reraise
    six.reraise(self.type_, self.value, self.tb)
  File "/usr/lib/python2.7/dist-packages/oslo_db/api.py", line 139, in wrapper
    return f(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/neutron/db/api.py", line 124, in wrapped
    traceback.format_exc())
  File "/usr/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 220, in __exit__
    self.force_reraise()
  File "/usr/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 196, in force_reraise
    six.reraise(self.type_, self.value, self.tb)
  File "/usr/lib/python2.7/dist-packages/neutron/db/api.py", line 119, in wrapped
    return f(*dup_args, **dup_kwargs)
  File "/usr/lib/python2.7/dist-packages/neutron/plugins/ml2/plugin.py", line 1276, in create_port
    result, mech_context = self._create_port_db(context, port)
  File "/usr/lib/python2.7/dist-packages/neutron/plugins/ml2/plugin.py", line 1255, in _create_port_db
    network = self.get_network(context, result['network_id'])
  File "/usr/lib/python2.7/dist-packages/neutron/db/api.py", line 159, in wrapped
    return method(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/neutron/plugins/ml2/plugin.py", line 843, in get_network
    result = super(Ml2Plugin, self).get_network(context, id, None)
  File "/usr/lib/python2.7/dist-packages/neutron/db/api.py", line 159, in wrapped
    return method(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/neutron/db/db_base_plugin_v2.py", line 426, in get_network
    network = self._get_network(context, id)
  File "/usr/lib/python2.7/dist-packages/neutron/db/db_base_plugin_common.py", line 200, in _get_network
    network = self._get_by_id(context, models_v2.Network, id)
  File "/usr/lib/python2.7/dist-packages/neutron/db/common_db_mixin.py", line 200, in _get_by_id
    return query.filter(model.id == id).one()
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/query.py", line 2718, in one
    ret = list(self)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/query.py", line 2757, in __iter__
    context = self._compile_context()
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/query.py", line 3221, in _compile_context
    entity.setup_context(self, context)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/query.py", line 3590, in setup_context
    polymorphic_discriminator=self._polymorphic_discriminator)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/loading.py", line 255, in _setup_entity_query
    **kw
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/interfaces.py", line 505, in setup
    strat.setup_query(context, entity, path, loader, adapter, **kwargs)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/strategies.py", line 1172, in setup_query
    chained_from_outerjoin=chained_from_outerjoin)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/loading.py", line 255, in _setup_entity_query
    **kw
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/interfaces.py", line 500, in setup
    loader = self._get_context_loader(context, path)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/interfaces.py", line 471, in _get_context_loader
    search_path = dict.__getitem__(path, self)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/path_registry.py", line 290, in __missing__
    self[key] = item = PropRegistry(self, key)
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/path_registry.py", line 193, in __init__
    insp = inspection.inspect(parent[-1])
  File "/usr/lib/python2.7/dist-packages/sqlalchemy/inspection.py", line 38, in inspect
    def inspect(subject, raiseerr=True):
  File "/usr/lib/python2.7/dist-packages/fixtures/_fixtures/timeout.py", line 52, in signal_handler
    raise TimeoutException()
fixtures._fixtures.timeout.TimeoutException


----------------------------------------------------------------------
Ran 131 tests in 1476.533s

FAILED (failures=8)
debian/rules:29: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory '/build/neutron-dynamic-routing-9.0.0'
debian/rules:7: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
I: copying local configuration
E: Failed autobuilding of package
I: unmounting /dev/shm filesystem
I: unmounting dev/pts filesystem
I: unmounting run/shm filesystem
I: unmounting proc filesystem
I: unmounting sys filesystem
I: cleaning the build env 
I: removing directory /srv/workspace/pbuilder/21169 and its subdirectories
removed ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/armhf/neutron-dynamic-routing_9.0.0-1.rbuild.log’
removed ‘/var/lib/jenkins/userContent/reproducible/debian/logs/testing/armhf/neutron-dynamic-routing_9.0.0-1.build1.log.gz’
+ echo 'Compressing the 1st log...'
Compressing the 1st log...
+ gzip -9cvn b1/build.log
b1/build.log:	 88.6%
+ chmod 644 /var/lib/jenkins/userContent/reproducible/debian/logs/testing/armhf/neutron-dynamic-routing_9.0.0-1.build1.log.gz
+ update_rbuildlog
+ chmod 644 /srv/reproducible-results/rbuild-debian-SM2nL4hY/tmp.RDNv82Afsl
+ mv /srv/reproducible-results/rbuild-debian-SM2nL4hY/tmp.RDNv82Afsl /var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/armhf/neutron-dynamic-routing_9.0.0-1.rbuild.log
mv: error writing ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/armhf/neutron-dynamic-routing_9.0.0-1.rbuild.log’: No space left on device
mv: failed to extend ‘/var/lib/jenkins/userContent/reproducible/debian/rbuild/testing/armhf/neutron-dynamic-routing_9.0.0-1.rbuild.log’: No space left on device
+ cleanup_all
+ '[' 0 = 1 ']'
+ '[' '!' -z '' ']'
+ '[' '!' -f /srv/reproducible-results/rbuild-debian-SM2nL4hY/tmp.RDNv82Afsl ']'
+ gzip -9fvn /srv/reproducible-results/rbuild-debian-SM2nL4hY/tmp.RDNv82Afsl
/srv/reproducible-results/rbuild-debian-SM2nL4hY/tmp.RDNv82Afsl:	 88.1% -- replaced with /srv/reproducible-results/rbuild-debian-SM2nL4hY/tmp.RDNv82Afsl.gz
+ '[' master = master ']'
+ gen_package_html neutron-dynamic-routing
+ cd /srv/jenkins/bin
+ python3 -c 'import reproducible_html_packages as rep
pkg = rep.Package('\''neutron-dynamic-routing'\'', no_notes=True)
rep.gen_packages_html([pkg], no_clean=True)'
INFO: Starting at 2016-10-20 06:38:13.049733
INFO: Finished at 2016-10-20 06:38:13.179959, took: 0:00:00.130240
+ cd -
+ cd
+ rm -r /srv/reproducible-results/rbuild-debian-SM2nL4hY
Thu 20 Oct 06:38:13 UTC 2016 - /srv/jenkins/bin/reproducible_build.sh stopped running as /tmp/jenkins-script-MMZ7A4fC, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list