Title: saucy_havana_cinder_trunk

General Information

BUILD FAILURE
Build URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/392/
Project:saucy_havana_cinder_trunk
Date of build:Wed, 04 Sep 2013 13:49:42 -0400
Build duration:1 min 52 sec
Build cause:Started by an SCM change
Built on:pkg-builder

Health Report

WDescriptionScore
Build stability: 1 out of the last 5 builds failed.80

Changes

NetApp storage service feature support

by singn

  editetc/cinder/cinder.conf.sample
  editcinder/volume/drivers/nfs.py
  editcinder/volume/drivers/netapp/iscsi.py
  editcinder/tests/test_netapp.py
  editcinder/volume/drivers/netapp/utils.py
  editcinder/tests/test_nfs.py
  editcinder/volume/drivers/netapp/options.py
  addcinder/tests/test_netapp_ssc.py
  addcinder/volume/drivers/netapp/ssc_utils.py
  editcinder/volume/drivers/netapp/common.py
  editcinder/volume/drivers/netapp/nfs.py
  editcinder/volume/drivers/netapp/api.py

Pass db into driver as constructor's parameter

by akamyshnikova

  editcinder/volume/manager.py
  editcinder/volume/driver.py

Add NFS/GlusterFS support to brick library

by bswartz

  editetc/cinder/cinder.conf.sample
  addcinder/brick/remotefs/remotefs.py
  editcinder/volume/drivers/nfs.py
  editcinder/brick/initiator/connector.py
  editcinder/tests/test_nfs.py
  editcinder/tests/brick/test_brick_connector.py
  addcinder/tests/brick/test_brick_remotefs.py
  editcinder/volume/drivers/glusterfs.py
  addcinder/brick/remotefs/__init__.py

Update the version for the FC and iSCSI driver

by walter.boring

  editcinder/volume/drivers/san/hp/hp_3par_iscsi.py
  editcinder/volume/drivers/san/hp/hp_3par_common.py
  editcinder/volume/drivers/san/hp/hp_3par_fc.py

Add kwargs to create_volume in tests/utils.py

by jvarlamova

  editcinder/tests/utils.py

Increase test coverage for cinder.image.image_utils

by vkuzmin

  editcinder/tests/test_image_utils.py

Remove unused methods from cinder.utils

by vkuzmin

  editcinder/utils.py

Fix typo in bin/cinder-volume-usage-audit

by scott.dangelo

  editbin/cinder-volume-usage-audit

Multi storage backend support for Nexenta driver

by vito.ordaz

  editcinder/volume/drivers/nexenta/options.py
  editetc/cinder/cinder.conf.sample
  editcinder/tests/test_nexenta.py
  editcinder/volume/drivers/nexenta/volume.py

Add missing LH SAN driver features for Havana

by kurt.f.martin

  editcinder/tests/test_HpSanISCSIDriver.py
  editcinder/volume/drivers/san/hp_lefthand.py

Don't need to init testr explicitly

by skuicloud

  editrun_tests.sh

Remove _create_volume function from several tests

by jvarlamova

  editcinder/tests/db/test_transfers.py
  editcinder/tests/test_gpfs.py
  editcinder/tests/api/contrib/test_backups.py
  editcinder/tests/test_volume.py
  editcinder/tests/test_volume_transfer.py

Implements APIs for VMDK driver

by kbommepally

  addcinder/volume/drivers/vmware/vim.py
  addcinder/volume/drivers/vmware/api.py
  addcinder/volume/drivers/vmware/__init__.py
  addcinder/tests/test_vmware_vmdk.py
  addcinder/volume/drivers/vmware/error_util.py
  editrequirements.txt
  addcinder/volume/drivers/vmware/vmdk.py
  editetc/cinder/cinder.conf.sample
  addcinder/volume/drivers/vmware/vim_util.py
  addcinder/volume/drivers/vmware/volumeops.py

Utilizes assertIn and assertNotIn

by zhongyue.nah

  editcinder/tests/api/contrib/test_types_extra_specs.py
  editcinder/tests/test_conf.py
  editcinder/tests/api/v2/test_snapshots.py
  editcinder/tests/test_volume_types.py
  editcinder/tests/api/v2/test_limits.py
  editcinder/tests/api/contrib/test_volume_migration_status_attribute.py
  editcinder/tests/api/contrib/test_volume_tenant_attribute.py
  editcinder/tests/test_xenapi_sm.py
  editcinder/tests/api/contrib/test_volume_transfer.py
  editcinder/tests/test_migrations.py
  editcinder/tests/api/v1/test_types.py
  editcinder/tests/test_volume_utils.py
  editcinder/tests/api/v1/test_snapshots.py
  editcinder/tests/api/contrib/test_volume_host_attribute.py
  editcinder/tests/api/contrib/test_quotas.py
  editcinder/tests/test_qos_specs.py
  editcinder/tests/test_volume.py
  editcinder/tests/api/contrib/test_backups.py
  editcinder/tests/image/test_glance.py
  editcinder/tests/test_volume_rpcapi.py
  editcinder/tests/api/contrib/test_volume_type_encryption.py
  editcinder/tests/integrated/test_volumes.py
  editcinder/tests/api/v1/test_limits.py
  editcinder/tests/api/test_xmlutil.py
  editcinder/tests/api/v2/test_types.py
  editcinder/tests/api/v2/test_volumes.py
  editcinder/tests/test_hds.py
  editcinder/tests/api/middleware/test_faults.py
  editcinder/tests/scheduler/test_filter_scheduler.py
  editcinder/tests/test_wsgi.py
  editcinder/tests/api/v1/test_volumes.py
  editcinder/tests/test_db_api.py
  editcinder/tests/api/openstack/test_wsgi.py

Fix pep8 violation in backup

by vito.ordaz

  editcinder/backup/driver.py
  editcinder/backup/rpcapi.py
  editcinder/backup/api.py
  editcinder/backup/manager.py

copy_image_to_volume for Nexenta volume driver

by vito.ordaz

  editcinder/tests/test_nexenta.py
  editcinder/volume/drivers/nexenta/volume.py

Move comment back to right place

by zhithuang

  editcinder/volume/flows/create_volume/__init__.py

Sync rpc fix from oslo-incubator

by rbryant

  editcinder/openstack/common/rpc/amqp.py
  editcinder/openstack/common/rpc/impl_qpid.py
  editetc/cinder/cinder.conf.sample
  editcinder/openstack/common/rpc/impl_kombu.py

Fixes bug to allow for encrypted volume deletion

by kaitlin.farr

  editcinder/volume/api.py
  editcinder/tests/test_volume.py

Clone volume with right size with SolidFire

by mgagne

  editcinder/volume/drivers/solidfire.py

Add venv wrapper for check_uptodate.sh

by skuicloud

  edittools/conf/check_uptodate.sh
  editrun_tests.sh

Add support for Havana missing features in Windows driver

by pednape

  deletecinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_remove_export_os.p.gz
  deletecinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_delete_volume_os.p.gz
  deletecinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_snapshot_os.p.gz
  deletecinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_ensure_export_wmi.p.gz
  editcinder/tests/windows/db_fakes.py
  addcinder/volume/drivers/windows/__init__.py
  deletecinder/tests/windows/stubs/README.rst
  deletecinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_volume_from_snapshot_os.p.gz
  deletecinder/tests/windows/windowsutils.py
  deletecinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_initialize_connection_os.p.gz
  deletecinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_initialize_connection_wmi.p.gz
  deletecinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_remove_export_wmi.p.gz
  deletecinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_delete_volume_wmi.p.gz
  editcinder/volume/manager.py
  editcinder/tests/test_drivers_compatibility.py
  deletecinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_export_wmi.p.gz
  deletecinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_export_os.p.gz
  editcinder/tests/test_windows.py
  deletecinder/tests/windows/mockproxy.py
  deletecinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_volume_os.p.gz
  deletecinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_volume_from_snapshot_wmi.p.gz
  editetc/cinder/cinder.conf.sample
  addcinder/volume/drivers/windows/windows.py
  deletecinder/tests/windows/basetestcase.py
  deletecinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_ensure_export_os.p.gz
  editcinder/image/image_utils.py
  deletecinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_delete_snapshot_os.p.gz
  deletecinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_check_for_setup_errors_wmi.p.gz
  deletecinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_snapshot_wmi.p.gz
  deletecinder/volume/drivers/windows.py
  addcinder/volume/drivers/windows/windows_utils.py
  deletecinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_delete_snapshot_wmi.p.gz
  deletecinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_volume_wmi.p.gz

Enable gating on F811

by dirk

  editcinder/tests/keymgr/test_mock_key_mgr.py
  editcinder/volume/flows/create_volume/__init__.py
  editcinder/api/v2/volumes.py
  edittox.ini
  editcinder/tests/test_netapp_ssc.py
  editcinder/api/v1/volumes.py

Refactor Huawei iSCSI driver

by zhangchao010

  deletecinder/tests/test_huawei.py
  editcinder/volume/drivers/huawei/__init__.py
  editcinder/volume/manager.py
  addcinder/tests/test_huawei_t_dorado.py
  addcinder/volume/drivers/huawei/huawei_t.py
  addcinder/volume/drivers/huawei/ssh_common.py
  deletecinder/volume/drivers/huawei/huawei_iscsi.py
  editetc/cinder/cinder.conf.sample
  deletecinder/volume/drivers/huawei/cinder_huawei_conf.xml.sample

Refactor huawei Dorado array iSCSI driver

by review

  addcinder/volume/drivers/huawei/huawei_dorado.py
  editcinder/volume/drivers/huawei/__init__.py
  editcinder/volume/drivers/huawei/ssh_common.py
  editcinder/tests/test_huawei_t_dorado.py

Add Fibre Channel drivers for Huawei storage systems

by review

  editcinder/volume/drivers/huawei/huawei_dorado.py
  editcinder/volume/drivers/huawei/huawei_t.py
  editcinder/volume/drivers/huawei/__init__.py
  editcinder/tests/test_huawei_t_dorado.py

Increase test coverage for cinder.utils

by vkuzmin

  editcinder/tests/test_utils.py

Add volume driver for Huawei HVS storage system

by zhangchao010

  addcinder/volume/drivers/huawei/huawei_hvs.py
  editcinder/volume/drivers/huawei/__init__.py
  addcinder/volume/drivers/huawei/rest_common.py
  addcinder/tests/test_huawei_hvs.py

New update_snapshot_status API

by eharney

  addcinder/api/contrib/snapshot_actions.py
  editetc/cinder/policy.json
  addcinder/tests/api/contrib/test_snapshot_actions.py
  editcinder/tests/policy.json

Fix errors in volume usage audit script

by michael.kerrin

  editcinder/db/sqlalchemy/api.py
  editcinder/db/sqlalchemy/models.py
  editcinder/tests/test_volume.py

extract 'limits.' to constant for ratelimiting logic

by s.lotfy

  editcinder/api/v1/limits.py
  editcinder/api/v2/limits.py

Fixes cinder-volume service startup on Windows

by petrutlucian94

  editbin/cinder-volume

Set vg_thin_pool to pool name instead of pool_path

by flaper87

  editcinder/brick/local_dev/lvm.py
  editcinder/tests/brick/test_brick_lvm.py

Adds Nexenta NFS driver

by mikhail.khodos

  addcinder/volume/drivers/nexenta/nfs.py
  addcinder/volume/drivers/nexenta/utils.py
  editcinder/tests/test_nexenta.py
  editetc/cinder/cinder.conf.sample
  editcinder/volume/drivers/nexenta/options.py

Use tempfile and cleanup in windows unit test

by john.griffith

  editcinder/tests/test_windows.py

Add features to Zadara Storage Cinder driver

by vladimir

  editetc/cinder/cinder.conf.sample
  editcinder/volume/drivers/zadara.py
  editcinder/tests/test_zadara.py

Add view builder to QoS specs API extension

by zhithuang

  editcinder/db/sqlalchemy/api.py
  editcinder/tests/test_qos_specs.py
  editcinder/tests/db/test_qos_specs.py
  editcinder/volume/qos_specs.py
  editcinder/tests/api/contrib/test_qos_specs_manage.py
  editcinder/api/contrib/qos_specs_manage.py
  addcinder/api/views/qos_specs.py

QEMU-assisted-snapshots for GlusterFS volumes

by eharney

  editcinder/tests/compute/test_nova.py
  editcinder/compute/nova.py
  editcinder/volume/drivers/glusterfs.py
  editcinder/volume/manager.py
  editcinder/tests/test_glusterfs.py
  editetc/cinder/cinder.conf.sample

Console Output

[...truncated 1912 lines...]
dch -a [1a2a692] Refactor huawei Dorado array iSCSI driver
dch -a [17c4fd7] Refactor Huawei iSCSI driver
dch -a [cf6db82] Enable gating on F811
dch -a [106bf56] Add support for Havana missing features in Windows driver
dch -a [91e2466] Add venv wrapper for check_uptodate.sh
dch -a [0a87ff9] Clone volume with right size with SolidFire
dch -a [99c7a36] Fixes bug to allow for encrypted volume deletion
dch -a [a1fe496] Sync rpc fix from oslo-incubator
dch -a [3e69b7c] Move comment back to right place
dch -a [2e16834] copy_image_to_volume for Nexenta volume driver
dch -a [afd69a9] Fix pep8 violation in backup
dch -a [1eb3bc8] Utilizes assertIn and assertNotIn
dch -a [09bc926] Implements APIs for VMDK driver
dch -a [ed69db6] Remove _create_volume function from several tests
dch -a [059bc7a] Don't need to init testr explicitly
dch -a [953c9e8] Add missing LH SAN driver features for Havana
dch -a [5274c00] Multi storage backend support for Nexenta driver
dch -a [0a201c6] Fix typo in bin/cinder-volume-usage-audit
dch -a [e120c73] Remove unused methods from cinder.utils
dch -a [c1afe80] Increase test coverage for cinder.image.image_utils
dch -a [091a350] Add kwargs to create_volume in tests/utils.py
dch -a [881f037] Update the version for the FC and iSCSI driver
dch -a [900851f] Adding Read-Only volume attaching support to Cinder
dch -a [7523489] Add NFS/GlusterFS support to brick library
dch -a [6afa008] Pass db into driver as constructor's parameter
dch -a [762cc55] Move create_volume flow to a subfolder
dch -a [5581cb3] NetApp storage service feature support
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
Traceback (most recent call last):
File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in
raise e
subprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-5ee0941e-5419-4902-b1ba-130a592d07b1', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' 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 68, 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 '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-5ee0941e-5419-4902-b1ba-130a592d07b1', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' 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     : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp

Reply via email to