Title: trusty_icehouse_swift_trunk

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

WDescriptionScore
Build stability: 3 out of the last 5 builds failed.40

Changes

Fix fd leak from get_logger() in python 2.6

by sam

  editswift/common/utils.py
  edittest/unit/common/test_utils.py

Fix account quota mw for handling a bad source path

by fabien.boucher

  editswift/common/middleware/account_quotas.py
  edittest/unit/common/middleware/test_account_quotas.py

Remove blank space after print

by houming.wang

  editswift/cli/ringbuilder.py

Fix a couple typos

by sam

  editswift/common/internal_client.py

Make DLO manifest copying work with ?multipart-manifest=get

by sam

  editswift/common/middleware/dlo.py
  edittest/functional/tests.py
  editswift/proxy/controllers/obj.py
  editswift/common/middleware/slo.py
  edittest/unit/common/middleware/test_dlo.py
  edittest/unit/common/middleware/test_slo.py

Object server PUTs should respect client_timeout

by z-launchpad

  edittest/unit/obj/test_server.py
  editswift/obj/server.py

Don't lard up InternalClient with extra middleware

by sam

  edittest/unit/common/test_internal_client.py
  edittest/unit/obj/test_expirer.py
  edittest/unit/common/test_wsgi.py
  editswift/common/internal_client.py
  editswift/common/wsgi.py

fix gatekeeper response headers behavior

by constantine.peresypk

  editswift/common/middleware/gatekeeper.py
  edittest/unit/common/middleware/test_gatekeeper.py

Use new style class for ringbuilder's Commands

by changbin.liu

  editswift/cli/ringbuilder.py

Convert all old-style classes to new-style

by sam

  edittest/unit/proxy/test_server.py
  edittest/unit/obj/test_server.py
  edittest/unit/account/test_reaper.py
  edittest/functional/swift_test_client.py
  editswift/common/utils.py
  edittest/unit/common/test_wsgi.py
  edittest/unit/common/test_utils.py
  edittest/unit/common/test_manager.py
  editswift/common/manager.py
  edittest/unit/common/test_db_replicator.py

sanity check copy tests

by clay.gerrard

  edittest/unit/proxy/test_server.py
  edittest/unit/__init__.py

Update tox.ini so flake8 works even without hacking

by clay.gerrard

  edittest-requirements.txt
  edittox.ini

Speed up failing InternalClient requests

by sam

  editswift/common/internal_client.py

Make internal client work with conf.d

by yuan.zhou

  edittest/unit/common/test_internal_client.py
  editswift/common/internal_client.py
  editswift/common/wsgi.py

Fix ineffective expect header test

by alistair.coles

  edittest/unit/proxy/test_server.py

Add missing swift constraint for functional tests

by peter.portante

  edittest/sample.conf
  editswift/common/constraints.py
  edittest/functional/tests.py

Added a test for empty metadata

by madhuri.rai07

  edittest/unit/obj/test_server.py

Functional tests for tempurl

by sam

  edittest/functional/tests.py
  edittest/functional/swift_test_client.py

Fixed mispelling in function name - accross to across

by alex

  edittest/unit/proxy/test_server.py

copy over swift.authorize stuff into subrequests

by sam

  editswift/common/middleware/dlo.py
  editetc/proxy-server.conf-sample
  editdoc/manpages/proxy-server.conf.5
  edittest/unit/common/middleware/helpers.py
  editswift/common/request_helpers.py
  editswift/common/middleware/slo.py
  editswift/common/wsgi.py
  edittest/unit/common/middleware/test_dlo.py
  editdoc/saio/swift/proxy-server.conf

Add tempurl to the example proxy config's pipeline

by sam

  editetc/proxy-server.conf-sample

Functional tests for TempURL and SLO together

by sam

  edittest/functional/tests.py

Allow specification of object devices for audit

by eamonn.otoole

  editswift/cli/recon.py
  editswift/obj/auditor.py
  editswift/common/utils.py
  edittest/unit/common/middleware/test_recon.py
  editswift/obj/diskfile.py
  editbin/swift-object-auditor
  edittest/unit/obj/test_auditor.py
  edittest/unit/common/test_utils.py
  editdoc/source/admin_guide.rst

Fix ring-builder crash

by sam

  edittest/unit/common/ring/test_builder.py
  editswift/common/ring/builder.py

Make cors work better.

by clay.gerrard

  editswift/proxy/server.py
  editswift/proxy/controllers/base.py
  editswift/common/wsgi.py
  edittest/unit/proxy/test_server.py
  editdoc/source/cors.rst
  edittest/functional/test_object.py

DRY out common.constraints a bit more

by clay.gerrard

  editswift/common/constraints.py
  edittest/functional/tests.py
  edittest/unit/common/test_constraints.py

make probetests work with conf.d configs

by clay.gerrard

  edittest/probe/test_empty_device_handoff.py
  edittest/probe/test_object_failures.py
  edittest/probe/test_account_failures.py
  editswift/common/manager.py
  edittest/probe/test_object_handoff.py
  edittest/unit/common/test_manager.py
  edittest/probe/common.py
  edittest/probe/test_object_async_update.py
  edittest/probe/test_container_failures.py
  edittest/probe/test_replication_servers_working.py

Check object segment MD5s

by sam

  edittest/unit/common/middleware/test_slo.py
  edittest/unit/common/middleware/test_dlo.py
  editswift/common/request_helpers.py

Allow pre-1970 dates in If-[Un]Modified-Since

by sam

  editswift/common/swob.py
  edittest/unit/obj/test_server.py
  editswift/obj/server.py
  edittest/unit/common/test_swob.py

Fix race on container recreate

by clay.gerrard

  editswift/container/server.py
  edittest/unit/container/test_server.py

Make backend container requests use the same X-Timestamp

by clay.gerrard

  edittest/unit/proxy/test_server.py
  edittest/unit/__init__.py
  editswift/proxy/controllers/container.py

move cors-test-page to literal include

by clay.gerrard

  adddoc/source/test-cors.html
  editdoc/source/cors.rst

Remove some debugging prints from tests

by sam

  edittest/unit/common/ring/test_builder.py
  edittest/unit/obj/test_replicator.py
  edittest/unit/common/middleware/test_formpost.py

Fix TestGreenThreadSafeIterator test

by greglange

  edittest/unit/common/test_utils.py

Enable object versions for SAIO by default

by peter.portante

  editdoc/saio/swift/container-server/4.conf
  editdoc/saio/swift/container-server/3.conf
  editdoc/saio/swift/container-server/1.conf
  editdoc/saio/swift/container-server/2.conf

Block X-Backend* in gatekeeper

by sam

  editswift/proxy/server.py
  edittest/unit/common/middleware/test_gatekeeper.py
  editswift/common/middleware/gatekeeper.py

Added swift-container-info tool.

by madhuri.rai07

  addbin/swift-container-info
  editdoc/manpages/swift-object-info.1
  editdoc/source/admin_guide.rst
  editsetup.cfg
  adddoc/manpages/swift-container-info.1
  editdoc/manpages/swift-get-nodes.1

Removed hard coded location of ring

by madhuri.rai07

  editdoc/manpages/swift-object-info.1
  editbin/swift-object-info

Make initialization test failure more explicit

by peter.portante

  edittest/unit/account/test_backend.py

fix a skipped account ACLs functional test

by me

  edittest/functional/test_account.py

Bump up sleep when expecting a timeout

by me

  edittest/unit/__init__.py
  edittest/unit/proxy/test_server.py

Update swift-get-nodes to use storage_directory util func

by yuan.zhou

  editbin/swift-get-nodes

additional functional tests for account acls

by clay.gerrard

  edittest/functional/test_container.py
  edittest/functional/test_object.py
  edittest/functional/swift_testing.py
  edittest/functional/test_account.py

Update swift3 repository

by morita.kazutaka

  editdoc/source/associated_projects.rst

don't repatch mimetools again. and again. again.

by me

  editswift/common/wsgi.py
  edittest/unit/proxy/test_server.py

minor cleanups for swift-container-info

by clay.gerrard

  editbin/swift-container-info

Invert which proxy logging middleware instance logs

by me

  editswift/common/middleware/proxy_logging.py
  edittest/unit/common/middleware/test_proxy_logging.py

Write out ring.gz's in a safer fashion

by syn

  editswift/common/ring/ring.py

Only run flake8 on Swift code

by clay.gerrard

  edittox.ini

Move like unit tests together; add comments

by peter.portante

  editswift/common/utils.py
  edittest/unit/common/test_utils.py

Mock out time and sleep to avoid races

by peter.portante

  edittest/unit/common/test_utils.py

Added swift-account-info tool.

by madhuri.rai07

  editsetup.cfg
  editdoc/manpages/swift-object-info.1
  editdoc/source/admin_guide.rst
  editdoc/manpages/swift-get-nodes.1
  adddoc/manpages/swift-account-info.1
  addbin/swift-account-info

Fixes SUPER important typo in CHANGELOG.

by bcline

  editCHANGELOG

Range requests not working with sub_SLOs

by dpgoetz

  edittest/unit/common/middleware/test_slo.py
  editswift/common/middleware/slo.py

Add "If-None-Match: *" support to PUT

by me

  edittest/unit/obj/test_server.py
  editswift/obj/server.py
  edittest/unit/proxy/controllers/test_obj.py
  edittest/functional/test_object.py
  edittest/unit/__init__.py
  editswift/proxy/controllers/obj.py

AssertEquals is deprecated, use assertEqual partI

by me

  edittest/functional/tests.py
  edittest/functional/test_object.py
  edittest/functional/test_container.py
  edittest/functional/test_account.py

Relocate DATADIR to backends

by zaitcev

  edittest/unit/account/test_reaper.py
  editswift/container/auditor.py
  editswift/container/backend.py
  editswift/container/sync.py
  editswift/account/reaper.py
  editswift/container/updater.py
  editswift/account/auditor.py
  editswift/container/replicator.py
  editswift/account/backend.py
  editswift/account/replicator.py
  editswift/account/server.py
  edittest/unit/container/test_updater.py
  edittest/unit/common/test_db_replicator.py
  editswift/container/server.py

Only fetch a timestamp when needed

by peter.portante

  editswift/common/db_replicator.py

Clean up swift-{account, container}-info

by peter.portante

  addtest/unit/cli/test_info.py
  editbin/swift-account-info
  addswift/cli/info.py
  editbin/swift-container-info

updates for 1.13.1 release

by me

  editCHANGELOG
  edit.mailmap
  editAUTHORS

Fix logging issue when services stop on py26

by me

  editswift/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

Reply via email to