Title: trusty_juno_glance_trunk

General Information

BUILD FAILURE
Build URL:https://jenkins.qa.ubuntu.com/job/trusty_juno_glance_trunk/53/
Project:trusty_juno_glance_trunk
Date of build:Mon, 14 Jul 2014 09:00:00 -0400
Build duration:1 min 35 sec
Build cause:Started by user anonymous
Built on:pkg-builder

Health Report

WDescriptionScore
Build stability: 2 out of the last 5 builds failed.60

Changes

Remove unused methods

by adachi

  editglance/common/location_strategy/__init__.py
  editglance/tests/functional/__init__.py
  editglance/common/utils.py
  editglance/tests/unit/common/test_utils.py

Update documentation surrounding the api and registry servers

by ian.cordasco

  editdoc/source/controllingservers.rst

Changing Sheepdog driver to use correct configuration function

by zhiyanl

  editglance/tests/unit/test_store_base.py
  editglance/store/sheepdog.py
  editglance/tests/unit/base.py
  editglance/tests/functional/store/__init__.py

Added an extra parameter to the df command

by maurice

  editglance/store/filesystem.py

Fix docstrings in enforce() and check() policy methods

by ativelkov

  editglance/api/policy.py

Updated from global requirements

by openstack-infra

  editrequirements.txt

Fix typo in comment

by fdinitto

  editglance/store/__init__.py

Resolving the performance issue for image listing of v2 API on server

by zhiyanl

  editglance/db/sqlalchemy/api.py
  editglance/tests/functional/db/base.py
  editglance/db/__init__.py
  editglance/db/registry/api.py
  editglance/db/simple/api.py

Some v2 exceptions raise unicodeError

by stuart.mclaren

  editglance/api/v2/image_data.py

Handle session timeout in the VMware store

by arnaudleg

  editglance/tests/functional/store/test_vmware_datastore.py
  editglance/tests/unit/test_vmware_store.py
  editglance/store/vmware_datastore.py
  editrequirements.txt

Some exceptions raise UnicodeError

by zhiyanl

  editglance/store/filesystem.py
  editglance/store/cinder.py
  editglance/api/v1/upload_utils.py
  editglance/store/sheepdog.py
  editglance/store/swift.py
  editglance/api/v1/images.py
  editglance/api/v2/images.py
  editglance/registry/api/v1/members.py
  editglance/scrubber.py
  editglance/store/rbd.py
  editglance/store/s3.py
  editglance/image_cache/__init__.py
  editglance/notifier.py
  editglance/cmd/manage.py
  editglance/cmd/replicator.py
  editglance/registry/api/v1/images.py

Pass Message object to webob exception

by zhiyanl

  editglance/api/v1/images.py

Fix unsaved exception in v1 API controller

by zhiyanl

  editglance/api/v1/images.py

Changing replicator to use openstack.common.log

by jokke

  editglance/cmd/replicator.py

Add task functions to v2 registry

by stuart.mclaren

  editglance/db/registry/api.py

Adding status field to image location -- domain and APIs changes

by zhiyanl

  editglance/tests/unit/test_store_image.py
  editglance/registry/client/v1/client.py
  editglance/tests/unit/v1/test_api.py
  editglance/db/sqlalchemy/api.py
  editglance/db/simple/api.py
  editglance/tests/unit/v2/test_image_data_resource.py
  editglance/tests/unit/v1/test_upload_utils.py
  editglance/db/__init__.py
  editglance/scrubber.py
  editglance/api/v2/images.py
  editglance/tests/unit/v2/test_images_resource.py
  editglance/db/registry/api.py
  addglance/common/store_utils.py
  editglance/tests/unit/v1/test_registry_client.py
  editglance/tests/unit/v2/test_registry_api.py
  editglance/tests/unit/v1/test_registry_api.py
  editglance/tests/unit/v2/test_image_members_resource.py
  editglance/tests/unit/utils.py
  editglance/location.py
  editglance/tests/unit/test_db.py
  editglance/store/__init__.py
  editglance/tests/unit/test_quota.py
  editglance/quota/__init__.py
  editglance/api/v1/upload_utils.py
  editglance/gateway.py
  editglance/tests/functional/__init__.py
  editglance/tests/functional/db/base.py
  editglance/registry/api/v1/images.py
  editglance/api/v1/images.py
  editglance/tests/unit/test_http_store.py

Console Output

[...truncated 1770 lines...]
ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'trusty-juno-amd64-7fcebe27-d8c8-4155-a56d-61f88f3cb4e4', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3
INFO:root:Complete command log:
INFO:root:Destroying schroot.
apt-get -y install python-setuptools git
python setup.py sdist
bzr branch lp:~ubuntu-server-dev/glance/juno glance
dch -b -D trusty --newversion 1:2014.2+git201407140900~trusty-0ubuntu1 Automated Ubuntu testing build:
git log -n1 --no-merges --pretty=format:%H
git log d43a554b17e08665a77405f98bacb3270558c1a6..HEAD --no-merges --pretty=format:[%h] %s
dch -a [66d24bb] Adding status field to image location -- domain and APIs changes
dch -a [36b502c] Add task functions to v2 registry
dch -a [63bc48b] Changing replicator to use openstack.common.log
dch -a [c725a56] Fix unsaved exception in v1 API controller
dch -a [7280f78] Pass Message object to webob exception
dch -a [d6286b3] Some exceptions raise UnicodeError
dch -a [e5e76ff] Handle session timeout in the VMware store
dch -a [6b8d72d] Some v2 exceptions raise unicodeError
dch -a [0711daa] Resolving the performance issue for image listing of v2 API on server
dch -a [bb00acd] Fix typo in comment
dch -a [97a5cc9] Updated from global requirements
dch -a [8baf4de] Updated from global requirements
dch -a [5b0ec5a] Fix unsaved exception in store.rbd.Store.add()
dch -a [4ca9bc7] Fix docstrings in enforce() and check() policy methods
dch -a [2ae01fb] Added an extra parameter to the df command
dch -a [0d4524e] Changing Sheepdog driver to use correct configuration function
dch -a [8554279] Update documentation surrounding the api and registry servers
dch -a [6761c99] Remove unused methods
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', 'trusty-juno-amd64-7fcebe27-d8c8-4155-a56d-61f88f3cb4e4', '-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 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 '['/usr/bin/schroot', '-p', '-r', '-c', 'trusty-juno-amd64-7fcebe27-d8c8-4155-a56d-61f88f3cb4e4', '-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

Reply via email to