General Information
| BUILD FAILURE | |
| Build URL: | https://jenkins.qa.ubuntu.com/job/precise_folsom_swift_stable/117/ |
| Project: | precise_folsom_swift_stable |
| Date of build: | Fri, 23 Nov 2012 03:15:39 -0500 |
| Build duration: | 3 min 8 sec |
| Build cause: | Started by user james-page |
| Built on: | pkg-builder |
Health Report
| W | Description | Score |
|---|---|---|
| Build stability: All recent builds failed. | 0 |
Changes
Fix version requirement for mock library.
by sam
| edit | tools/test-requires |
path_qs for swob.Request
by vito.ordaz
| edit | test/unit/common/test_swob.py |
| edit | swift/common/swob.py |
Fixes Ilegal chunk encoding by the test_client
by david.hadas
| edit | test/functional/swift_test_client.py |
Add OpenStack trove classifier for PyPI
by doug.hellmann
| edit | setup.py |
Two MIME types sent during test
by david.hadas
| edit | test/functional/tests.py |
Track unlinks of async_pendings.
by sam
| edit | test/unit/__init__.py |
| edit | doc/source/admin_guide.rst |
| edit | swift/obj/updater.py |
| edit | test/unit/obj/test_updater.py |
Remove utf-8 in metadata and http header names
by david.hadas
| edit | test/functional/tests.py |
Adding CORS support
by sasimpson
| edit | swift/proxy/server.py |
| edit | test/unit/proxy/test_server.py |
| edit | doc/source/deployment_guide.rst |
| edit | doc/source/misc.rst |
| edit | doc/source/overview_auth.rst |
| edit | doc/source/development_auth.rst |
| edit | swift/common/middleware/tempauth.py |
| edit | swift/proxy/controllers/base.py |
| edit | test/unit/common/middleware/test_tempauth.py |
| edit | etc/proxy-server.conf-sample |
Remove double GET on range requests.
by sam
| edit | test/unit/proxy/test_server.py |
| edit | test/unit/common/test_swob.py |
| edit | swift/proxy/controllers/base.py |
| edit | swift/proxy/controllers/obj.py |
| edit | swift/common/swob.py |
fix config parsing in swift-bench -x
by me
| edit | bin/swift-bench |
Added partition option to swift-get-nodes
by z-launchpad
| edit | bin/swift-get-nodes |
Db reclamation should remove empty suffix dirs
by z-launchpad
| edit | swift/common/db_replicator.py |
| edit | test/unit/common/test_db_replicator.py |
Allow unsetting of X-Container-Sync-To header.
by sam
| edit | test/unit/common/test_utils.py |
| edit | swift/common/utils.py |
Extended documentation for using custom loggers
by syn
| edit | doc/source/deployment_guide.rst |
| edit | doc/source/admin_guide.rst |
| edit | doc/source/associated_projects.rst |
Fix non standard 100-continue behaviour
by david.hadas
| edit | test/unit/proxy/test_server.py |
| edit | swift/proxy/controllers/obj.py |
changed TRUE_VALUES references to utils.config_true_value() call
by me
| edit | swift/common/middleware/recon.py |
| edit | swift/proxy/server.py |
| edit | swift/common/db_replicator.py |
| edit | test/unit/__init__.py |
| edit | swift/container/auditor.py |
| edit | swift/container/sync.py |
| edit | test/unit/common/test_utils.py |
| edit | swift/account/auditor.py |
| edit | bin/swift-bench |
| edit | swift/obj/server.py |
| edit | swift/proxy/controllers/obj.py |
| edit | swift/common/daemon.py |
| edit | swift/container/updater.py |
| edit | swift/proxy/controllers/base.py |
| edit | swift/common/bench.py |
| edit | swift/obj/updater.py |
| edit | swift/container/server.py |
| edit | swift/common/middleware/keystoneauth.py |
| edit | swift/common/middleware/tempauth.py |
| edit | swift/common/utils.py |
| edit | swift/obj/auditor.py |
| edit | swift/obj/replicator.py |
| edit | swift/common/wsgi.py |
| edit | swift/common/middleware/staticweb.py |
| edit | swift/account/reaper.py |
| edit | swift/common/middleware/proxy_logging.py |
| edit | swift/account/server.py |
| edit | bin/swift-dispersion-report |
Fixed bugs re: make_pre_authed* and SCRIPT_NAME
by z-launchpad
| edit | test/unit/common/test_wsgi.py |
| edit | swift/common/wsgi.py |
dispersion report option to output missing parts
by z-launchpad
| edit | doc/manpages/swift-dispersion-report.1 |
| edit | bin/swift-dispersion-report |
Handle down object servers in container-sync
by darrell
| edit | swift/container/sync.py |
| edit | test/unit/container/test_sync.py |
blueprint Multi-range support implementation
by litong01
| edit | swift/obj/server.py |
| edit | swift/common/swob.py |
| edit | test/unit/obj/test_server.py |
| edit | test/unit/proxy/test_server.py |
| edit | test/unit/common/test_swob.py |
re-use headers_to_container_info on container GET
by mike
| edit | swift/proxy/controllers/container.py |
| add | test/unit/proxy/controllers/__init__.py |
| edit | swift/proxy/controllers/base.py |
| add | test/unit/proxy/controllers/test_base.py |
Separate wsgi init from web-front-end activation
by darrell
| edit | swift/common/wsgi.py |
Make multipart/byteranges boundary always length 32.
by sam
| edit | swift/common/swob.py |
Allow object-expirer to delete the last version of an object
by me
| edit | swift/proxy/controllers/obj.py |
| edit | test/unit/proxy/test_server.py |
Remove dead code in swob.Response.__init__.
by sam
| edit | swift/common/swob.py |
Split swob.content_range_header() into two methods.
by sam
| edit | swift/common/swob.py |
Use pypi for python-swiftclient dependency.
by clark.boylan
| edit | tools/pip-requires |
Set content-type on account/container head
by mike
| edit | swift/account/server.py |
| edit | test/unit/account/test_server.py |
| edit | swift/container/server.py |
| edit | test/unit/container/test_server.py |
Better RFC support for OPTIONS and CORS preflight requests
by me
| edit | test/unit/proxy/test_server.py |
| edit | swift/proxy/controllers/base.py |
| edit | swift/proxy/server.py |
| edit | swift/proxy/controllers/account.py |
add OPTIONS to proxy_logging configs and docs
by me
| edit | etc/proxy-server.conf-sample |
| edit | swift/common/middleware/proxy_logging.py |
| edit | test/unit/common/middleware/test_proxy_logging.py |
| edit | doc/source/admin_guide.rst |
statsd timing refactor
by darrell
| edit | swift/obj/server.py |
| edit | swift/common/utils.py |
| edit | test/unit/common/test_utils.py |
| edit | doc/source/admin_guide.rst |
| edit | swift/account/server.py |
| edit | swift/container/server.py |
updated for 1.7.5 release
by me
| edit | CHANGELOG |
| edit | AUTHORS |
1.7.6 version bump
by me
| edit | swift/__init__.py |
Use computed size on object PUT, not fstat.
by sam
| edit | swift/obj/server.py |
Fixed bugs with internal client and object expirer
by z-launchpad
| edit | test/unit/obj/test_expirer.py |
| edit | test/unit/common/test_internal_client.py |
| edit | swift/common/internal_client.py |
| edit | swift/obj/expirer.py |
Fixed swift-bench when using -b and a conf file
by joe
| edit | bin/swift-bench |
| edit | swift/common/bench.py |
use Host: for location rewrites
by mike
| edit | test/unit/common/test_swob.py |
| edit | swift/common/swob.py |
charset for default responses
by mike
| edit | swift/common/swob.py |
| edit | test/unit/common/test_swob.py |
Make DELETE requests to expired objects return 404.
by sam
| edit | test/unit/obj/test_server.py |
| edit | swift/obj/server.py |
give swob default content-type
by mike
| edit | test/functionalnosetests/test_container.py |
| edit | test/functionalnosetests/test_object.py |
| edit | swift/proxy/controllers/base.py |
| edit | swift/common/swob.py |
Make swift-bench use less memory with large object sizes.
by sam
| edit | swift/common/bench.py |
| edit | swift/common/direct_client.py |
fix error with setting max age and incorrect tests
by me
| edit | swift/proxy/controllers/base.py |
| edit | test/unit/proxy/test_server.py |
Better TempAuth storage URL guessing
by z-launchpad
| edit | etc/proxy-server.conf-sample |
| edit | test/unit/common/middleware/test_tempauth.py |
| edit | swift/common/middleware/tempauth.py |
| edit | doc/source/deployment_guide.rst |
| edit | swift/common/swob.py |
| edit | test/unit/common/test_swob.py |
fix bug1039861, remove license header in doc/source/conf.py.
by mail.zhang.yee
| edit | doc/source/conf.py |
Fix 500 on GET of many-segment manifest.
by sam
| edit | swift/common/middleware/proxy_logging.py |
| edit | test/unit/common/middleware/test_proxy_logging.py |
patch utils.HASH_PATH_SUFFIX in proxy unittests
by clay.gerrard
| edit | test/unit/proxy/test_server.py |
Remove outdated Debian packaging guide.
by sam
| edit | doc/source/index.rst |
| delete | doc/source/debian_package_guide.rst |
| edit | doc/source/getting_started.rst |
fix bug in deleting account memcache.
by alex890714
| edit | swift/proxy/controllers/account.py |
check response status in WSGIContext._app_call
by mike
| edit | swift/common/wsgi.py |
Refactor DiskFile to hide temp file names and exts
by peter.portante
| edit | swift/obj/server.py |
| edit | test/unit/obj/test_auditor.py |
| edit | test/unit/obj/test_server.py |
change catch_errors to use WSGIContext
by me
| edit | test/unit/common/middleware/test_except.py |
| edit | swift/common/middleware/catch_errors.py |
Refactor db_replicator's roundrobin_datadirs
by z-launchpad
| edit | swift/common/db_replicator.py |
| edit | test/unit/common/test_db_replicator.py |
Updating doc reflecting the move of auth_token.
by chmouel
| edit | doc/source/overview_auth.rst |
Refactor http_connect() to use http_connect_raw()
by peter.portante
| edit | swift/common/bufferedhttp.py |
Use a delta timeout for memcache where possible
by peter.portante
| edit | test/unit/common/test_memcached.py |
| edit | swift/common/memcached.py |
Fix lazy-listing of object segments.
by sam
| edit | swift/proxy/controllers/obj.py |
| edit | test/unit/proxy/test_server.py |
Remove IP-based container-sync ACLs from auth middlewares.
by sam
| edit | swift/common/middleware/tempauth.py |
| edit | test/unit/common/middleware/test_tempauth.py |
| edit | swift/common/middleware/keystoneauth.py |
| edit | doc/source/overview_container_sync.rst |
pep8 utils.py
by me
| edit | swift/common/utils.py |
pep8 middleware
by me
| edit | swift/common/middleware/tempurl.py |
| edit | swift/common/middleware/tempauth.py |
| edit | swift/common/middleware/domain_remap.py |
| edit | swift/common/middleware/keystoneauth.py |
| edit | swift/common/middleware/name_check.py |
| edit | swift/common/middleware/cname_lookup.py |
| edit | swift/common/middleware/ratelimit.py |
Add CONTRIBUTING file.
by sam
| add | CONTRIBUTING.md |
Console Output
| [...truncated 2772 lines...] |
| Machine Architecture: amd64 |
| Package: swift |
| Package-Time: 63 |
| Source-Version: 1.7.6+git201211230315~precise-0ubuntu1 |
| Space: 17716 |
| Status: attempted |
| Version: 1.7.6+git201211230315~precise-0ubuntu1 |
| ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ |
| Finished at 20121123-0318 |
| Build needed 00:01:03, 17716k disc space |
| ERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-folsom', '-n', '-A', 'swift_1.7.6+git201211230315~precise-0ubuntu1.dsc']' returned non-zero exit status 2 |
| ERROR:root:Command '['sbuild', '-d', 'precise-folsom', '-n', '-A', 'swift_1.7.6+git201211230315~precise-0ubuntu1.dsc']' returned non-zero exit status 2 |
| INFO:root:Complete command log: |
| INFO:root:Destroying schroot. |
| bzr branch lp:~openstack-ubuntu-testing/swift/folsom /tmp/tmpVDjzr0/swift |
| mk-build-deps -i -r -t apt-get -y /tmp/tmpVDjzr0/swift/debian/control |
| python setup.py sdist |
| git log -n1 --no-merges --pretty=format:%H |
| git log -n5 --no-merges --pretty=format:[%h] %s |
| bzr merge lp:~openstack-ubuntu-testing/swift/precise-folsom --force |
| dch -b -D precise --newversion 1.7.6+git201211230315~precise-0ubuntu1 Automated Ubuntu testing build: |
| dch -a [fdf55c2] Add CONTRIBUTING file. |
| dch -a [1f7be20] pep8 middleware |
| dch -a [f74ef1e] pep8 utils.py |
| dch -a [357b12d] Remove IP-based container-sync ACLs from auth middlewares. |
| dch -a [83bbd0a] Fix lazy-listing of object segments. |
| debcommit |
| bzr builddeb -S -- -sa -us -uc |
| bzr builddeb -S -- -sa -us -uc |
| debsign -k9935ACDC swift_1.7.6+git201211230315~precise-0ubuntu1_source.changes |
| sbuild -d precise-folsom -n -A swift_1.7.6+git201211230315~precise-0ubuntu1.dsc |
| Traceback (most recent call last): |
| File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in |
| raise e |
| subprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-folsom', '-n', '-A', 'swift_1.7.6+git201211230315~precise-0ubuntu1.dsc']' returned non-zero exit status 2 |
| 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 141, in |
| raise e |
| subprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-folsom', '-n', '-A', 'swift_1.7.6+git201211230315~precise-0ubuntu1.dsc']' returned non-zero exit status 2 |
| 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

