General Information
| BUILD SUCCESS | |
| Build URL: | https://jenkins.qa.ubuntu.com/job/trusty_icehouse_swift_trunk/253/ |
| Project: | trusty_icehouse_swift_trunk |
| Date of build: | Tue, 15 Apr 2014 10:01:40 -0400 |
| Build duration: | 6 min 15 sec |
| Build cause: | Started by user James Page |
| Built on: | pkg-builder |
Health Report
| W | Description | Score |
|---|---|---|
| Build stability: 3 out of the last 5 builds failed. | 40 |
Changes
Fix fd leak from get_logger() in python 2.6
by sam
| edit | swift/common/utils.py |
| edit | test/unit/common/test_utils.py |
Fix account quota mw for handling a bad source path
by fabien.boucher
| edit | swift/common/middleware/account_quotas.py |
| edit | test/unit/common/middleware/test_account_quotas.py |
Remove blank space after print
by houming.wang
| edit | swift/cli/ringbuilder.py |
Fix a couple typos
by sam
| edit | swift/common/internal_client.py |
Make DLO manifest copying work with ?multipart-manifest=get
by sam
| edit | swift/common/middleware/dlo.py |
| edit | test/functional/tests.py |
| edit | swift/proxy/controllers/obj.py |
| edit | swift/common/middleware/slo.py |
| edit | test/unit/common/middleware/test_dlo.py |
| edit | test/unit/common/middleware/test_slo.py |
Object server PUTs should respect client_timeout
by z-launchpad
| edit | test/unit/obj/test_server.py |
| edit | swift/obj/server.py |
Don't lard up InternalClient with extra middleware
by sam
| edit | test/unit/common/test_internal_client.py |
| edit | test/unit/obj/test_expirer.py |
| edit | test/unit/common/test_wsgi.py |
| edit | swift/common/internal_client.py |
| edit | swift/common/wsgi.py |
fix gatekeeper response headers behavior
by constantine.peresypk
| edit | swift/common/middleware/gatekeeper.py |
| edit | test/unit/common/middleware/test_gatekeeper.py |
Use new style class for ringbuilder's Commands
by changbin.liu
| edit | swift/cli/ringbuilder.py |
Convert all old-style classes to new-style
by sam
| edit | test/unit/proxy/test_server.py |
| edit | test/unit/obj/test_server.py |
| edit | test/unit/account/test_reaper.py |
| edit | test/functional/swift_test_client.py |
| edit | swift/common/utils.py |
| edit | test/unit/common/test_wsgi.py |
| edit | test/unit/common/test_utils.py |
| edit | test/unit/common/test_manager.py |
| edit | swift/common/manager.py |
| edit | test/unit/common/test_db_replicator.py |
sanity check copy tests
by clay.gerrard
| edit | test/unit/proxy/test_server.py |
| edit | test/unit/__init__.py |
Update tox.ini so flake8 works even without hacking
by clay.gerrard
| edit | test-requirements.txt |
| edit | tox.ini |
Speed up failing InternalClient requests
by sam
| edit | swift/common/internal_client.py |
Make internal client work with conf.d
by yuan.zhou
| edit | test/unit/common/test_internal_client.py |
| edit | swift/common/internal_client.py |
| edit | swift/common/wsgi.py |
Fix ineffective expect header test
by alistair.coles
| edit | test/unit/proxy/test_server.py |
Add missing swift constraint for functional tests
by peter.portante
| edit | test/sample.conf |
| edit | swift/common/constraints.py |
| edit | test/functional/tests.py |
Added a test for empty metadata
by madhuri.rai07
| edit | test/unit/obj/test_server.py |
Functional tests for tempurl
by sam
| edit | test/functional/tests.py |
| edit | test/functional/swift_test_client.py |
Fixed mispelling in function name - accross to across
by alex
| edit | test/unit/proxy/test_server.py |
copy over swift.authorize stuff into subrequests
by sam
| edit | swift/common/middleware/dlo.py |
| edit | etc/proxy-server.conf-sample |
| edit | doc/manpages/proxy-server.conf.5 |
| edit | test/unit/common/middleware/helpers.py |
| edit | swift/common/request_helpers.py |
| edit | swift/common/middleware/slo.py |
| edit | swift/common/wsgi.py |
| edit | test/unit/common/middleware/test_dlo.py |
| edit | doc/saio/swift/proxy-server.conf |
Add tempurl to the example proxy config's pipeline
by sam
| edit | etc/proxy-server.conf-sample |
Functional tests for TempURL and SLO together
by sam
| edit | test/functional/tests.py |
Allow specification of object devices for audit
by eamonn.otoole
| edit | swift/cli/recon.py |
| edit | swift/obj/auditor.py |
| edit | swift/common/utils.py |
| edit | test/unit/common/middleware/test_recon.py |
| edit | swift/obj/diskfile.py |
| edit | bin/swift-object-auditor |
| edit | test/unit/obj/test_auditor.py |
| edit | test/unit/common/test_utils.py |
| edit | doc/source/admin_guide.rst |
Fix ring-builder crash
by sam
| edit | test/unit/common/ring/test_builder.py |
| edit | swift/common/ring/builder.py |
Make cors work better.
by clay.gerrard
| edit | swift/proxy/server.py |
| edit | swift/proxy/controllers/base.py |
| edit | swift/common/wsgi.py |
| edit | test/unit/proxy/test_server.py |
| edit | doc/source/cors.rst |
| edit | test/functional/test_object.py |
DRY out common.constraints a bit more
by clay.gerrard
| edit | swift/common/constraints.py |
| edit | test/functional/tests.py |
| edit | test/unit/common/test_constraints.py |
make probetests work with conf.d configs
by clay.gerrard
| edit | test/probe/test_empty_device_handoff.py |
| edit | test/probe/test_object_failures.py |
| edit | test/probe/test_account_failures.py |
| edit | swift/common/manager.py |
| edit | test/probe/test_object_handoff.py |
| edit | test/unit/common/test_manager.py |
| edit | test/probe/common.py |
| edit | test/probe/test_object_async_update.py |
| edit | test/probe/test_container_failures.py |
| edit | test/probe/test_replication_servers_working.py |
Check object segment MD5s
by sam
| edit | test/unit/common/middleware/test_slo.py |
| edit | test/unit/common/middleware/test_dlo.py |
| edit | swift/common/request_helpers.py |
Allow pre-1970 dates in If-[Un]Modified-Since
by sam
| edit | swift/common/swob.py |
| edit | test/unit/obj/test_server.py |
| edit | swift/obj/server.py |
| edit | test/unit/common/test_swob.py |
Fix race on container recreate
by clay.gerrard
| edit | swift/container/server.py |
| edit | test/unit/container/test_server.py |
Make backend container requests use the same X-Timestamp
by clay.gerrard
| edit | test/unit/proxy/test_server.py |
| edit | test/unit/__init__.py |
| edit | swift/proxy/controllers/container.py |
move cors-test-page to literal include
by clay.gerrard
| add | doc/source/test-cors.html |
| edit | doc/source/cors.rst |
Remove some debugging prints from tests
by sam
| edit | test/unit/common/ring/test_builder.py |
| edit | test/unit/obj/test_replicator.py |
| edit | test/unit/common/middleware/test_formpost.py |
Fix TestGreenThreadSafeIterator test
by greglange
| edit | test/unit/common/test_utils.py |
Enable object versions for SAIO by default
by peter.portante
| edit | doc/saio/swift/container-server/4.conf |
| edit | doc/saio/swift/container-server/3.conf |
| edit | doc/saio/swift/container-server/1.conf |
| edit | doc/saio/swift/container-server/2.conf |
Block X-Backend* in gatekeeper
by sam
| edit | swift/proxy/server.py |
| edit | test/unit/common/middleware/test_gatekeeper.py |
| edit | swift/common/middleware/gatekeeper.py |
Added swift-container-info tool.
by madhuri.rai07
| add | bin/swift-container-info |
| edit | doc/manpages/swift-object-info.1 |
| edit | doc/source/admin_guide.rst |
| edit | setup.cfg |
| add | doc/manpages/swift-container-info.1 |
| edit | doc/manpages/swift-get-nodes.1 |
Removed hard coded location of ring
by madhuri.rai07
| edit | doc/manpages/swift-object-info.1 |
| edit | bin/swift-object-info |
Make initialization test failure more explicit
by peter.portante
| edit | test/unit/account/test_backend.py |
fix a skipped account ACLs functional test
by me
| edit | test/functional/test_account.py |
Bump up sleep when expecting a timeout
by me
| edit | test/unit/__init__.py |
| edit | test/unit/proxy/test_server.py |
Update swift-get-nodes to use storage_directory util func
by yuan.zhou
| edit | bin/swift-get-nodes |
additional functional tests for account acls
by clay.gerrard
| edit | test/functional/test_container.py |
| edit | test/functional/test_object.py |
| edit | test/functional/swift_testing.py |
| edit | test/functional/test_account.py |
Update swift3 repository
by morita.kazutaka
| edit | doc/source/associated_projects.rst |
don't repatch mimetools again. and again. again.
by me
| edit | swift/common/wsgi.py |
| edit | test/unit/proxy/test_server.py |
minor cleanups for swift-container-info
by clay.gerrard
| edit | bin/swift-container-info |
Invert which proxy logging middleware instance logs
by me
| edit | swift/common/middleware/proxy_logging.py |
| edit | test/unit/common/middleware/test_proxy_logging.py |
Write out ring.gz's in a safer fashion
by syn
| edit | swift/common/ring/ring.py |
Only run flake8 on Swift code
by clay.gerrard
| edit | tox.ini |
Move like unit tests together; add comments
by peter.portante
| edit | swift/common/utils.py |
| edit | test/unit/common/test_utils.py |
Mock out time and sleep to avoid races
by peter.portante
| edit | test/unit/common/test_utils.py |
Added swift-account-info tool.
by madhuri.rai07
| edit | setup.cfg |
| edit | doc/manpages/swift-object-info.1 |
| edit | doc/source/admin_guide.rst |
| edit | doc/manpages/swift-get-nodes.1 |
| add | doc/manpages/swift-account-info.1 |
| add | bin/swift-account-info |
Fixes SUPER important typo in CHANGELOG.
by bcline
| edit | CHANGELOG |
Range requests not working with sub_SLOs
by dpgoetz
| edit | test/unit/common/middleware/test_slo.py |
| edit | swift/common/middleware/slo.py |
Add "If-None-Match: *" support to PUT
by me
| edit | test/unit/obj/test_server.py |
| edit | swift/obj/server.py |
| edit | test/unit/proxy/controllers/test_obj.py |
| edit | test/functional/test_object.py |
| edit | test/unit/__init__.py |
| edit | swift/proxy/controllers/obj.py |
AssertEquals is deprecated, use assertEqual partI
by me
| edit | test/functional/tests.py |
| edit | test/functional/test_object.py |
| edit | test/functional/test_container.py |
| edit | test/functional/test_account.py |
Relocate DATADIR to backends
by zaitcev
| edit | test/unit/account/test_reaper.py |
| edit | swift/container/auditor.py |
| edit | swift/container/backend.py |
| edit | swift/container/sync.py |
| edit | swift/account/reaper.py |
| edit | swift/container/updater.py |
| edit | swift/account/auditor.py |
| edit | swift/container/replicator.py |
| edit | swift/account/backend.py |
| edit | swift/account/replicator.py |
| edit | swift/account/server.py |
| edit | test/unit/container/test_updater.py |
| edit | test/unit/common/test_db_replicator.py |
| edit | swift/container/server.py |
Only fetch a timestamp when needed
by peter.portante
| edit | swift/common/db_replicator.py |
Clean up swift-{account, container}-info
by peter.portante
| add | test/unit/cli/test_info.py |
| edit | bin/swift-account-info |
| add | swift/cli/info.py |
| edit | bin/swift-container-info |
updates for 1.13.1 release
by me
| edit | CHANGELOG |
| edit | .mailmap |
| edit | AUTHORS |
Fix logging issue when services stop on py26
by me
| edit | swift/common/utils.py |
Console Output
| [...truncated 6573 lines...] |
| gpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) |
| Checking signature on .changes |
| Good signature on /tmp/tmpPfOg06/swift_1.13.1.rc2+git201404151001~trusty-0ubuntu1_source.changes. |
| Checking signature on .dsc |
| Good signature on /tmp/tmpPfOg06/swift_1.13.1.rc2+git201404151001~trusty-0ubuntu1.dsc. |
| Uploading to ppa (via ftp to ppa.launchpad.net): |
| Uploading swift_1.13.1.rc2+git201404151001~trusty-0ubuntu1.dsc: done. |
| Uploading swift_1.13.1.rc2+git201404151001~trusty.orig.tar.gz: done. |
| Uploading swift_1.13.1.rc2+git201404151001~trusty-0ubuntu1.debian.tar.gz: done. |
| Uploading swift_1.13.1.rc2+git201404151001~trusty-0ubuntu1_source.changes: done. |
| Successfully uploaded packages. |
| INFO:root:Installing build artifacts into /var/lib/jenkins/www/apt |
| DEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'trusty-icehouse', 'swift_1.13.1.rc2+git201404151001~trusty-0ubuntu1_amd64.changes'] |
| Exporting indices... |
| looking for changes in 'trusty-icehouse|main|amd64'... |
| replacing '/var/lib/jenkins/www/apt/dists/trusty-icehouse/main/binary-amd64/Packages' (uncompressed,gzipped) |
| Successfully created '/var/lib/jenkins/www/apt/dists/trusty-icehouse/Release.gpg.new' |
| Successfully created '/var/lib/jenkins/www/apt/dists/trusty-icehouse/InRelease.new' |
| Deleting files no longer referenced... |
| deleting and forgetting pool/main/s/swift/python-swift_1.13.1.rc1.33.g3c859de+git201404111315~trusty-0ubuntu1_all.deb |
| deleting and forgetting pool/main/s/swift/swift-account_1.13.1.rc1.33.g3c859de+git201404111315~trusty-0ubuntu1_all.deb |
| deleting and forgetting pool/main/s/swift/swift-container_1.13.1.rc1.33.g3c859de+git201404111315~trusty-0ubuntu1_all.deb |
| deleting and forgetting pool/main/s/swift/swift-doc_1.13.1.rc1.33.g3c859de+git201404111315~trusty-0ubuntu1_all.deb |
| deleting and forgetting pool/main/s/swift/swift-object-expirer_1.13.1.rc1.33.g3c859de+git201404111315~trusty-0ubuntu1_all.deb |
| deleting and forgetting pool/main/s/swift/swift-object_1.13.1.rc1.33.g3c859de+git201404111315~trusty-0ubuntu1_all.deb |
| deleting and forgetting pool/main/s/swift/swift-proxy_1.13.1.rc1.33.g3c859de+git201404111315~trusty-0ubuntu1_all.deb |
| deleting and forgetting pool/main/s/swift/swift_1.13.1.rc1.33.g3c859de+git201404111315~trusty-0ubuntu1_all.deb |
| INFO:root:Storing current commit for next build: 1f0058e61e9094cdf9484e982b7f662660bed87e |
| 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/swift/icehouse swift |
| dch -b -D trusty --newversion 1.13.1.rc2+git201404151001~trusty-0ubuntu1 Automated Ubuntu testing build: |
| git log -n1 --no-merges --pretty=format:%H |
| git log deb0dfd090cee2feef664bdd4449194c274d830e..HEAD --no-merges --pretty=format:[%h] %s |
| dch -a [1f0058e] Fix logging issue when services stop on py26 |
| 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 |
| debsign -k9935ACDC swift_1.13.1.rc2+git201404151001~trusty-0ubuntu1_source.changes |
| mk-build-deps -i -r -t apt-get -y /tmp/tmpPfOg06/swift/debian/control |
| sbuild -d trusty-icehouse -n -A swift_1.13.1.rc2+git201404151001~trusty-0ubuntu1.dsc |
| dput ppa:openstack-ubuntu-testing/icehouse swift_1.13.1.rc2+git201404151001~trusty-0ubuntu1_source.changes |
| reprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include trusty-icehouse swift_1.13.1.rc2+git201404151001~trusty-0ubuntu1_amd64.changes |
| Email was triggered for: Fixed |
| Trigger Success was overridden by another trigger and will not send an email. |
| Sending email for trigger: Fixed |
-- 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

