General Information
| BUILD FAILURE | |
| Build URL: | https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/404/ |
| Project: | precise_havana_cinder_trunk |
| Date of build: | Wed, 04 Sep 2013 13:48:11 -0400 |
| Build duration: | 1 min 25 sec |
| Build cause: | Started by an SCM change |
| Built on: | pkg-builder |
Health Report
| W | Description | Score |
|---|---|---|
| Build stability: 1 out of the last 5 builds failed. | 80 |
Changes
NetApp storage service feature support
by singn
| add | cinder/tests/test_netapp_ssc.py |
| edit | cinder/volume/drivers/nfs.py |
| edit | cinder/volume/drivers/netapp/iscsi.py |
| edit | cinder/tests/test_netapp.py |
| edit | cinder/volume/drivers/netapp/options.py |
| edit | cinder/volume/drivers/netapp/common.py |
| edit | cinder/volume/drivers/netapp/api.py |
| edit | etc/cinder/cinder.conf.sample |
| add | cinder/volume/drivers/netapp/ssc_utils.py |
| edit | cinder/volume/drivers/netapp/nfs.py |
| edit | cinder/volume/drivers/netapp/utils.py |
| edit | cinder/tests/test_nfs.py |
Pass db into driver as constructor's parameter
by akamyshnikova
| edit | cinder/volume/driver.py |
| edit | cinder/volume/manager.py |
Add NFS/GlusterFS support to brick library
by bswartz
| edit | cinder/tests/test_nfs.py |
| edit | cinder/tests/brick/test_brick_connector.py |
| edit | etc/cinder/cinder.conf.sample |
| edit | cinder/volume/drivers/nfs.py |
| add | cinder/brick/remotefs/__init__.py |
| edit | cinder/volume/drivers/glusterfs.py |
| add | cinder/tests/brick/test_brick_remotefs.py |
| edit | cinder/brick/initiator/connector.py |
| add | cinder/brick/remotefs/remotefs.py |
Update the version for the FC and iSCSI driver
by walter.boring
| edit | cinder/volume/drivers/san/hp/hp_3par_fc.py |
| edit | cinder/volume/drivers/san/hp/hp_3par_common.py |
| edit | cinder/volume/drivers/san/hp/hp_3par_iscsi.py |
Add kwargs to create_volume in tests/utils.py
by jvarlamova
| edit | cinder/tests/utils.py |
Increase test coverage for cinder.image.image_utils
by vkuzmin
| edit | cinder/tests/test_image_utils.py |
Remove unused methods from cinder.utils
by vkuzmin
| edit | cinder/utils.py |
Fix typo in bin/cinder-volume-usage-audit
by scott.dangelo
| edit | bin/cinder-volume-usage-audit |
Multi storage backend support for Nexenta driver
by vito.ordaz
| edit | etc/cinder/cinder.conf.sample |
| edit | cinder/tests/test_nexenta.py |
| edit | cinder/volume/drivers/nexenta/volume.py |
| edit | cinder/volume/drivers/nexenta/options.py |
Add missing LH SAN driver features for Havana
by kurt.f.martin
| edit | cinder/tests/test_HpSanISCSIDriver.py |
| edit | cinder/volume/drivers/san/hp_lefthand.py |
Don't need to init testr explicitly
by skuicloud
| edit | run_tests.sh |
Remove _create_volume function from several tests
by jvarlamova
| edit | cinder/tests/test_volume_transfer.py |
| edit | cinder/tests/test_volume.py |
| edit | cinder/tests/test_gpfs.py |
| edit | cinder/tests/db/test_transfers.py |
| edit | cinder/tests/api/contrib/test_backups.py |
Implements APIs for VMDK driver
by kbommepally
| add | cinder/volume/drivers/vmware/vmdk.py |
| edit | requirements.txt |
| add | cinder/volume/drivers/vmware/error_util.py |
| add | cinder/volume/drivers/vmware/api.py |
| add | cinder/volume/drivers/vmware/volumeops.py |
| add | cinder/volume/drivers/vmware/vim_util.py |
| add | cinder/tests/test_vmware_vmdk.py |
| edit | etc/cinder/cinder.conf.sample |
| add | cinder/volume/drivers/vmware/vim.py |
| add | cinder/volume/drivers/vmware/__init__.py |
Utilizes assertIn and assertNotIn
by zhongyue.nah
| edit | cinder/tests/test_conf.py |
| edit | cinder/tests/test_volume.py |
| edit | cinder/tests/api/v2/test_types.py |
| edit | cinder/tests/api/contrib/test_volume_tenant_attribute.py |
| edit | cinder/tests/api/v2/test_volumes.py |
| edit | cinder/tests/test_qos_specs.py |
| edit | cinder/tests/test_volume_rpcapi.py |
| edit | cinder/tests/api/contrib/test_backups.py |
| edit | cinder/tests/api/v1/test_volumes.py |
| edit | cinder/tests/api/v2/test_snapshots.py |
| edit | cinder/tests/api/v2/test_limits.py |
| edit | cinder/tests/api/contrib/test_volume_host_attribute.py |
| edit | cinder/tests/test_migrations.py |
| edit | cinder/tests/api/test_xmlutil.py |
| edit | cinder/tests/api/v1/test_types.py |
| edit | cinder/tests/test_volume_types.py |
| edit | cinder/tests/test_hds.py |
| edit | cinder/tests/test_volume_utils.py |
| edit | cinder/tests/image/test_glance.py |
| edit | cinder/tests/integrated/test_volumes.py |
| edit | cinder/tests/api/middleware/test_faults.py |
| edit | cinder/tests/api/contrib/test_volume_transfer.py |
| edit | cinder/tests/api/contrib/test_types_extra_specs.py |
| edit | cinder/tests/scheduler/test_filter_scheduler.py |
| edit | cinder/tests/test_xenapi_sm.py |
| edit | cinder/tests/api/contrib/test_volume_type_encryption.py |
| edit | cinder/tests/test_db_api.py |
| edit | cinder/tests/api/contrib/test_quotas.py |
| edit | cinder/tests/api/contrib/test_volume_migration_status_attribute.py |
| edit | cinder/tests/api/v1/test_limits.py |
| edit | cinder/tests/api/v1/test_snapshots.py |
| edit | cinder/tests/test_wsgi.py |
| edit | cinder/tests/api/openstack/test_wsgi.py |
Fix pep8 violation in backup
by vito.ordaz
| edit | cinder/backup/api.py |
| edit | cinder/backup/rpcapi.py |
| edit | cinder/backup/manager.py |
| edit | cinder/backup/driver.py |
copy_image_to_volume for Nexenta volume driver
by vito.ordaz
| edit | cinder/tests/test_nexenta.py |
| edit | cinder/volume/drivers/nexenta/volume.py |
Move comment back to right place
by zhithuang
| edit | cinder/volume/flows/create_volume/__init__.py |
Sync rpc fix from oslo-incubator
by rbryant
| edit | cinder/openstack/common/rpc/impl_qpid.py |
| edit | cinder/openstack/common/rpc/amqp.py |
| edit | etc/cinder/cinder.conf.sample |
| edit | cinder/openstack/common/rpc/impl_kombu.py |
Fixes bug to allow for encrypted volume deletion
by kaitlin.farr
| edit | cinder/tests/test_volume.py |
| edit | cinder/volume/api.py |
Clone volume with right size with SolidFire
by mgagne
| edit | cinder/volume/drivers/solidfire.py |
Add venv wrapper for check_uptodate.sh
by skuicloud
| edit | tools/conf/check_uptodate.sh |
| edit | run_tests.sh |
Add support for Havana missing features in Windows driver
by pednape
| delete | cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_snapshot_wmi.p.gz |
| delete | cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_export_wmi.p.gz |
| add | cinder/volume/drivers/windows/__init__.py |
| delete | cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_volume_from_snapshot_os.p.gz |
| edit | cinder/image/image_utils.py |
| edit | cinder/tests/windows/db_fakes.py |
| add | cinder/volume/drivers/windows/windows.py |
| delete | cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_initialize_connection_os.p.gz |
| delete | cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_initialize_connection_wmi.p.gz |
| delete | cinder/tests/windows/windowsutils.py |
| delete | cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_delete_volume_wmi.p.gz |
| delete | cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_volume_os.p.gz |
| delete | cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_check_for_setup_errors_wmi.p.gz |
| edit | cinder/tests/test_windows.py |
| delete | cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_delete_volume_os.p.gz |
| delete | cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_delete_snapshot_wmi.p.gz |
| delete | cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_ensure_export_wmi.p.gz |
| delete | cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_volume_from_snapshot_wmi.p.gz |
| delete | cinder/tests/windows/mockproxy.py |
| delete | cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_volume_wmi.p.gz |
| delete | cinder/volume/drivers/windows.py |
| edit | etc/cinder/cinder.conf.sample |
| delete | cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_delete_snapshot_os.p.gz |
| delete | cinder/tests/windows/stubs/README.rst |
| add | cinder/volume/drivers/windows/windows_utils.py |
| delete | cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_remove_export_os.p.gz |
| delete | cinder/tests/windows/basetestcase.py |
| delete | cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_remove_export_wmi.p.gz |
| delete | cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_export_os.p.gz |
| edit | cinder/volume/manager.py |
| delete | cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_create_snapshot_os.p.gz |
| edit | cinder/tests/test_drivers_compatibility.py |
| delete | cinder/tests/windows/stubs/test_windows.TestWindowsDriver.test_ensure_export_os.p.gz |
Enable gating on F811
by dirk
| edit | cinder/api/v2/volumes.py |
| edit | tox.ini |
| edit | cinder/api/v1/volumes.py |
| edit | cinder/tests/test_netapp_ssc.py |
| edit | cinder/tests/keymgr/test_mock_key_mgr.py |
| edit | cinder/volume/flows/create_volume/__init__.py |
Refactor Huawei iSCSI driver
by zhangchao010
| add | cinder/volume/drivers/huawei/ssh_common.py |
| delete | cinder/volume/drivers/huawei/huawei_iscsi.py |
| edit | etc/cinder/cinder.conf.sample |
| add | cinder/tests/test_huawei_t_dorado.py |
| edit | cinder/volume/manager.py |
| add | cinder/volume/drivers/huawei/huawei_t.py |
| delete | cinder/tests/test_huawei.py |
| edit | cinder/volume/drivers/huawei/__init__.py |
| delete | cinder/volume/drivers/huawei/cinder_huawei_conf.xml.sample |
Refactor huawei Dorado array iSCSI driver
by review
| edit | cinder/volume/drivers/huawei/ssh_common.py |
| add | cinder/volume/drivers/huawei/huawei_dorado.py |
| edit | cinder/volume/drivers/huawei/__init__.py |
| edit | cinder/tests/test_huawei_t_dorado.py |
Add Fibre Channel drivers for Huawei storage systems
by review
| edit | cinder/volume/drivers/huawei/__init__.py |
| edit | cinder/tests/test_huawei_t_dorado.py |
| edit | cinder/volume/drivers/huawei/huawei_dorado.py |
| edit | cinder/volume/drivers/huawei/huawei_t.py |
Increase test coverage for cinder.utils
by vkuzmin
| edit | cinder/tests/test_utils.py |
Add volume driver for Huawei HVS storage system
by zhangchao010
| add | cinder/volume/drivers/huawei/huawei_hvs.py |
| add | cinder/volume/drivers/huawei/rest_common.py |
| add | cinder/tests/test_huawei_hvs.py |
| edit | cinder/volume/drivers/huawei/__init__.py |
New update_snapshot_status API
by eharney
| add | cinder/api/contrib/snapshot_actions.py |
| add | cinder/tests/api/contrib/test_snapshot_actions.py |
| edit | etc/cinder/policy.json |
| edit | cinder/tests/policy.json |
Fix errors in volume usage audit script
by michael.kerrin
| edit | cinder/tests/test_volume.py |
| edit | cinder/db/sqlalchemy/models.py |
| edit | cinder/db/sqlalchemy/api.py |
extract 'limits.' to constant for ratelimiting logic
by s.lotfy
| edit | cinder/api/v2/limits.py |
| edit | cinder/api/v1/limits.py |
Fixes cinder-volume service startup on Windows
by petrutlucian94
| edit | bin/cinder-volume |
Set vg_thin_pool to pool name instead of pool_path
by flaper87
| edit | cinder/tests/brick/test_brick_lvm.py |
| edit | cinder/brick/local_dev/lvm.py |
Adds Nexenta NFS driver
by mikhail.khodos
| edit | etc/cinder/cinder.conf.sample |
| add | cinder/volume/drivers/nexenta/utils.py |
| edit | cinder/tests/test_nexenta.py |
| edit | cinder/volume/drivers/nexenta/options.py |
| add | cinder/volume/drivers/nexenta/nfs.py |
Use tempfile and cleanup in windows unit test
by john.griffith
| edit | cinder/tests/test_windows.py |
Add features to Zadara Storage Cinder driver
by vladimir
| edit | etc/cinder/cinder.conf.sample |
| edit | cinder/tests/test_zadara.py |
| edit | cinder/volume/drivers/zadara.py |
Add view builder to QoS specs API extension
by zhithuang
| edit | cinder/api/contrib/qos_specs_manage.py |
| edit | cinder/tests/api/contrib/test_qos_specs_manage.py |
| edit | cinder/db/sqlalchemy/api.py |
| edit | cinder/tests/db/test_qos_specs.py |
| add | cinder/api/views/qos_specs.py |
| edit | cinder/tests/test_qos_specs.py |
| edit | cinder/volume/qos_specs.py |
QEMU-assisted-snapshots for GlusterFS volumes
by eharney
| edit | etc/cinder/cinder.conf.sample |
| edit | cinder/tests/test_glusterfs.py |
| edit | cinder/volume/manager.py |
| edit | cinder/volume/drivers/glusterfs.py |
| edit | cinder/tests/compute/test_nova.py |
| edit | cinder/compute/nova.py |
Console Output
| [...truncated 1452 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', 'precise-amd64-e194f226-ecc6-44a4-af4e-d35853396647', '-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', 'precise-amd64-e194f226-ecc6-44a4-af4e-d35853396647', '-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 : [email protected] Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications More help : https://help.launchpad.net/ListHelp

