launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #04546
make check fails with "A test appears to be hung. There has been no output for 600 seconds."
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I am unable to do a full test suite run locally. I tried twice.
I am testing lp:~abentley/launchpad/permit-commands and I'll test
another branch to be sure, but it doesn't look like something I changed
caused this.
Aaron
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAkyA/0gACgkQ0F+nu1YWqI3WmgCdEo8GKKB9biNARLIlW0s2fxBO
0akAn0b9jiN5cVdnYxVL6p1Ag+0rDQ61
=0H5A
-----END PGP SIGNATURE-----
abentley@stumpy:~/launchpad/permit-commands$
abentley@stumpy:~/launchpad/permit-commands$ make check
rm -f lib/canonical/launchpad/icing/build/launchpad.js
rm -f -r lazr-js/build
rm -f -r bin
rm -f -r parts
rm -f -r develop-eggs
rm -f .installed.cfg
rm -f -r build
rm -f _pythonpath.py
make -C sourcecode/pygettextpo clean
make[1]: Entering directory `/home/abentley/launchpad/stable/sourcecode/pygettextpo'
rm -rf build dist gettextpo.so gettextpo.html
make[1]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/pygettextpo'
# XXX gary 2009-11-16 bug 483782
# The pygettextpo Makefile should have this next line in it for its make
# clean, and then we should remove this line.
rm -f sourcecode/pygpgme/gpgme/*.so
if test -f sourcecode/mailman/Makefile; then \
make -C sourcecode/mailman clean; \
fi
make[1]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/bin'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/bin'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/cron'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/cron'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/misc'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/misc'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman'
for d in Cgi Logging Archiver Handlers Bouncers Queue MTA Gui Commands; \
do \
(cd $d; make clean); \
done
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Cgi'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Cgi'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Logging'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Logging'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Archiver'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Archiver'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Handlers'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Handlers'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Bouncers'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Bouncers'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Queue'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Queue'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/MTA'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/MTA'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Gui'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Gui'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Commands'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Commands'
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/scripts'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/scripts'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/src'
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/src'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/templates'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/templates'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/messages'
rm -f */LC_MESSAGES/mailman.mo
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/messages'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/tests'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/tests'
rm -f update.log
make[1]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman'
find . -path ./eggs -prune -false -o \
-type f \( -name '*.o' -o -name '*.so' -o -name '*.la' -o \
-name '*.lo' -o -name '*.py[co]' -o -name '*.dll' \) \
-print0 | xargs -r0 rm -f
rm -f thread*.request
rm -f -r lib/mailman
rm -f -rf lib/canonical/launchpad/icing/build/*
rm -f -r /var/tmp/bazaar.launchpad.dev
rm -f -rf lib/canonical/launchpad/apidoc
rm -f -rf lib/canonical/launchpad/apidoc.tmp
rm -f bzr-version-info.py
rm -f +config-overrides.zcml
rm -f -rf \
/var/tmp/builddmaster \
/var/tmp/bzrsync \
/var/tmp/codehosting.test \
/var/tmp/codeimport \
/var/tmp/fatsam.appserver \
/var/tmp/lperr \
/var/tmp/lperr.test \
/var/tmp/mailman \
/var/tmp/mailman-xmlrpc.test \
/var/tmp/ppa \
/var/tmp/ppa.test \
/var/tmp/zeca
# /var/tmp/launchpad_mailqueue is created read-only on ec2test
# instances.
if [ -w /var/tmp/launchpad_mailqueue ]; then rm -f -rf /var/tmp/launchpad_mailqueue; fi
rm -f -f lp.sfood lp-clustered.sfood lp-clustered.dot lp-clustered.svg
utilities/shhh.py PYTHONPATH= python bootstrap.py\
--setup-source=ez_setup.py \
--download-base=download-cache/dist --eggs=eggs \
--version=1.5.1
rm -f /home/abentley/launchpad/permit-commands/bin/py
utilities/shhh.py PYTHONPATH= ./bin/buildout \
configuration:instance_name=development -c buildout.cfg
scripts/update-bzr-version-info.sh
Creating bzr-version-info.py at revno 11482
mkdir -p /var/tmp/vostok-archive
utilities/shhh.py make -C sourcecode build PYTHON=python \
LPCONFIG=development
utilities/shhh.py LPCONFIG=development /home/abentley/launchpad/permit-commands/bin/py -t buildmailman.py
mkdir -p lib/canonical/launchpad/apidoc.tmp
LPCONFIG=development /home/abentley/launchpad/permit-commands/bin/py ./utilities/create-lp-wadl-and-apidoc.py "lib/canonical/launchpad/apidoc.tmp/wadl-development-%(version)s.xml"
Writing WADL for version beta to lib/canonical/launchpad/apidoc.tmp/wadl-development-beta.xml.
Writing apidoc for version beta to lib/canonical/launchpad/apidoc.tmp/beta.html
Writing WADL for version 1.0 to lib/canonical/launchpad/apidoc.tmp/wadl-development-1.0.xml.
Unknown entry URL:
ScalarValue
Unknown entry URL:
archive_dependency
Unknown entry URL:
archive_subscriber
Unknown entry URL:
binary_package_release_download_count
Unknown entry URL:
branch_subscription
Unknown entry URL:
bug_branch
Unknown entry URL:
bug_nomination
Unknown entry URL:
code_import
Unknown entry URL:
code_review_comment
Unknown entry URL:
code_review_vote_reference
Unknown entry URL:
country
Unknown entry URL:
distribution_mirror
Unknown entry URL:
gpg_key
Unknown entry URL:
h_w_driver_name
Unknown entry URL:
h_w_driver_package_name
Unknown entry URL:
hwdb
Unknown entry URL:
object_with_translation_imports
Unknown entry URL:
package_upload
Unknown entry URL:
packageset
Unknown entry URL:
preview_diff
Unknown entry URL:
source_package_recipe
Unknown entry URL:
source_package_recipe_build
Unknown entry URL:
specification
Unknown entry URL:
specification_branch
Unknown entry URL:
ssh_key
Unknown entry URL:
structural_subscription
Unknown entry URL:
structural_subscription_target
Unknown entry URL:
temporary_blob
Unknown entry URL:
translation_file
Unknown entry URL:
translation_import_queue_entry
Unknown entry URL:
translation_template
Writing apidoc for version 1.0 to lib/canonical/launchpad/apidoc.tmp/1.0.html
Writing WADL for version devel to lib/canonical/launchpad/apidoc.tmp/wadl-development-devel.xml.
Unknown entry URL:
ScalarValue
Unknown entry URL:
archive_dependency
Unknown entry URL:
archive_subscriber
Unknown entry URL:
binary_package_release_download_count
Unknown entry URL:
branch_subscription
Unknown entry URL:
bug_branch
Unknown entry URL:
bug_nomination
Unknown entry URL:
code_import
Unknown entry URL:
code_review_comment
Unknown entry URL:
code_review_vote_reference
Unknown entry URL:
country
Unknown entry URL:
distribution_mirror
Unknown entry URL:
gpg_key
Unknown entry URL:
h_w_driver_name
Unknown entry URL:
h_w_driver_package_name
Unknown entry URL:
hwdb
Unknown entry URL:
object_with_translation_imports
Unknown entry URL:
package_upload
Unknown entry URL:
packageset
Unknown entry URL:
preview_diff
Unknown entry URL:
source_package_recipe
Unknown entry URL:
source_package_recipe_build
Unknown entry URL:
specification
Unknown entry URL:
specification_branch
Unknown entry URL:
ssh_key
Unknown entry URL:
structural_subscription
Unknown entry URL:
structural_subscription_target
Unknown entry URL:
temporary_blob
Unknown entry URL:
translation_file
Unknown entry URL:
translation_import_queue_entry
Unknown entry URL:
translation_template
Writing apidoc for version devel to lib/canonical/launchpad/apidoc.tmp/devel.html
Unknown entry URL:
ScalarValue
Unknown entry URL:
archive_dependency
Unknown entry URL:
archive_subscriber
Unknown entry URL:
binary_package_release_download_count
Unknown entry URL:
branch_subscription
Unknown entry URL:
bug_branch
Unknown entry URL:
bug_nomination
Unknown entry URL:
code_import
Unknown entry URL:
code_review_comment
Unknown entry URL:
code_review_vote_reference
Unknown entry URL:
country
Unknown entry URL:
distribution_mirror
Unknown entry URL:
gpg_key
Unknown entry URL:
h_w_driver_name
Unknown entry URL:
h_w_driver_package_name
Unknown entry URL:
hwdb
Unknown entry URL:
object_with_translation_imports
Unknown entry URL:
package_upload
Unknown entry URL:
packageset
Unknown entry URL:
preview_diff
Unknown entry URL:
source_package_recipe
Unknown entry URL:
source_package_recipe_build
Unknown entry URL:
specification
Unknown entry URL:
specification_branch
Unknown entry URL:
ssh_key
Unknown entry URL:
structural_subscription
Unknown entry URL:
structural_subscription_target
Unknown entry URL:
temporary_blob
Unknown entry URL:
translation_file
Unknown entry URL:
translation_import_queue_entry
Unknown entry URL:
translation_template
mv lib/canonical/launchpad/apidoc.tmp lib/canonical/launchpad/apidoc
# We absolutely do not want to include the lazr.testing module and its
# jsTestDriver test harness modifications in the lazr.js and launchpad.js
# roll-up files. They fiddle with built-in functions! See Bug 482340.
utilities/shhh.py bin/jsbuild -b lazr-js/build -x testing/ -c lazr-js/build/yui
utilities/shhh.py bin/jsbuild \
\
-n launchpad \
-s lib/canonical/launchpad/javascript \
-b lib/canonical/launchpad/icing/build \
/home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/yui/yui-base-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/yui/yui-log-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/yui/yui-later-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/oop/oop-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/event/event-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/event/event-key-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/event-custom/event-custom-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/event-simulate/event-simulate-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/dom/dom-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/node/node-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/node-focusmanager/node-focusmanager-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/node/node-event-simulate-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/dump/dump-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/io/io-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/json/json-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/attribute/attribute-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/base/base-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/substitute/substitute-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/anim/anim-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/classnamemanager/classnamemanager-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/plugin/plugin-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/pluginhost/pluginhost-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/widget/widget-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/widget/widget-position-ext-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/cookie/cookie-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/widget/widget-position-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/widget/widget-position-ext-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/widget/widget-stack-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/widget/widget-stdmod-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/overlay/overlay-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/node-menunav/node-menunav-min.js \
Using filter: raw /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/lp-mochi-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/picker-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/errors-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/comment-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/lp-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/dragscroll-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/calendar-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/mapping-min.js Using filter: raw /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/bugs/bugtask_index-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/bugs/subscriber-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/bugs/bugtracker_overlay-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/bugs/bug_tags_entry-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/bugs/bug_subscription_widget-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/bugs/official_bug_tags-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/bugs/filebug_dupefinder-min.js Using filter: raw /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/code/branchmergeproposal.reviewcomment-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/code/branch.status-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/code/branch.subscription-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/code/branchmergeproposal.status-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/code/productseries-setbranch-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/code/branch.bugspeclinks-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/code/branchmergeproposal.diff-min.js Using filter: raw /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/registry/milestonetable-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/registry/milestoneoverlay-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/registry/timeline-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/registry/team-min.js Using filter: raw /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/translations/pofile-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/translations/importqueue-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/translations/languages-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/translations/importqueueentry-min.js Using filter: raw /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/soyuz/base-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/soyuz/archivesubscribers_index-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/soyuz/update_archive_build_statuses-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/soyuz/lp_dynamic_dom_updater-min.js \
lib/canonical/launchpad/icing/lazr/build/lazr.js
utilities/shhh.py bin/jssize
utilities/shhh.py bin/sprite-util create-css
utilities/shhh.py bin/combine-css
# Run all tests. test_on_merge.py takes care of setting up the
# database.
/home/abentley/launchpad/permit-commands/bin/py -t ./test_on_merge.py -vv
2010-09-02 19:45:04 INFO Applying patches to unreplicated environment.
2010-09-02 19:45:04 INFO Applying trusted.sql
2010-09-02 19:45:04 INFO Applying patch-2207-00-0.sql
2010-09-02 19:45:04 INFO Applying patch-2207-00-1.sql
2010-09-02 19:45:04 INFO Applying patch-2207-00-2.sql
2010-09-02 19:45:04 INFO Applying patch-2207-00-3.sql
2010-09-02 19:45:04 INFO Applying patch-2207-01-0.sql
2010-09-02 19:45:04 INFO Applying patch-2207-02-0.sql
2010-09-02 19:45:04 INFO Applying patch-2207-03-0.sql
2010-09-02 19:45:04 INFO Applying patch-2207-04-0.sql
2010-09-02 19:45:04 INFO Applying patch-2207-05-0.sql
2010-09-02 19:45:04 INFO Applying patch-2207-06-0.sql
2010-09-02 19:45:04 INFO Applying patch-2207-08-0.sql
2010-09-02 19:45:04 INFO Applying patch-2207-09-0.sql
2010-09-02 19:45:04 INFO Applying patch-2207-10-0.sql
2010-09-02 19:45:04 INFO Applying patch-2207-11-0.sql
2010-09-02 19:45:04 INFO Applying patch-2207-12-0.sql
2010-09-02 19:45:04 INFO Applying patch-2207-14-0.sql
2010-09-02 19:45:04 INFO Applying patch-2207-15-0.sql
2010-09-02 19:45:04 INFO Applying patch-2207-15-1.sql
2010-09-02 19:45:04 INFO Applying patch-2207-16-0.sql
2010-09-02 19:45:04 INFO Applying patch-2207-17-0.sql
2010-09-02 19:45:04 INFO Applying patch-2207-18-0.sql
2010-09-02 19:45:04 INFO Applying patch-2207-19-0.sql
2010-09-02 19:45:04 INFO Applying patch-2207-19-1.sql
2010-09-02 19:45:04 INFO Applying patch-2207-20-0.sql
2010-09-02 19:45:04 INFO Applying patch-2207-21-0.sql
2010-09-02 19:45:04 INFO Applying patch-2207-23-0.sql
2010-09-02 19:45:04 INFO Applying patch-2207-24-0.sql
2010-09-02 19:45:04 INFO Applying patch-2207-25-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-26-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-27-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-28-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-28-1.sql
2010-09-02 19:45:05 INFO Applying patch-2207-29-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-30-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-31-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-32-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-33-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-34-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-35-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-35-1.sql
2010-09-02 19:45:05 INFO Applying patch-2207-35-2.sql
2010-09-02 19:45:05 INFO Applying patch-2207-36-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-37-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-38-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-39-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-40-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-41-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-42-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-43-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-44-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-45-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-47-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-48-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-51-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-52-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-53-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-54-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-55-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-56-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-57-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-58-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-59-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-60-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-60-1.sql
2010-09-02 19:45:05 INFO Applying patch-2207-60-2.sql
2010-09-02 19:45:05 INFO Applying patch-2207-61-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-62-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-63-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-64-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-65-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-68-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-70-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-73-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-74-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-75-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-76-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-77-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-79-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-80-0.sql
2010-09-02 19:45:05 INFO Applying patch-2207-81-0.sql
2010-09-02 19:45:06 INFO Applying comments.sql
2010-09-02 19:47:34 WARNING No permissions specified for [u'public.openidauthorization', u'public.openidnonce']
Running tests.
Running command: /usr/bin/xvfb-run --error-file=/var/tmp/xvfb-errors.log --server-args='-screen 0 1024x768x24' /home/abentley/launchpad/permit-commands/bin/test -vv
Running tests at level 1
Running canonical.testing.layers.BaseLayer tests:
Set up canonical.testing.layers.BaseLayer in 0.038 seconds.
Running:
lib/canonical/launchpad/ftests/../doc/autodecorate.txt
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testAliases
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testBooleanPropertyTypes
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckConsistentUdevDeviceData
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckConsistentUdevDeviceData_invalid_dmi_data
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckConsistentUdevDeviceData_invalid_path_data
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckConsistentUdevDeviceData_invalid_pci_data
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckConsistentUdevDeviceData_invalid_scsi_data
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckConsistentUdevDeviceData_invalid_usb_data
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevDictsHavePathKey
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevPciProperties
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevPciPropertiesNonPciDeviceWithPciProperties
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevPciPropertiesPciDeviceWithInvalidDeviceID
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevPciPropertiesPciDeviceWithInvalidPciClassValue
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevPciPropertiesPciDeviceWithInvalidSubsystemID
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevPciPropertiesPciDeviceWithNonIntegerPciClass
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevPciPropertiesPciDeviceWithoutRequiredProperties
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevScsiProperties
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevScsiProperties_missing_devtype
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevScsiProperties_missing_sysfs_attributes
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevScsiProperties_no_sysfs_data
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevUsbProperties
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevUsbProperties_interface_invalid_interface_property
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevUsbProperties_interface_without_interface_property
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevUsbProperties_missing_required_property
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevUsbProperties_with_invalid_devtype
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevUsbProperties_with_invalid_product_id
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevUsbProperties_with_invalid_type_data
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testConsistencyCheck
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testConsistencyCheckChildUDIWithoutParent
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testConsistencyCheckCircularParentChildRelation
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testConsistencyCheckValidUdevData
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testConsistencyCheckWithDuplicateIDs
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testConsistencyCheckWithDuplicateUDI
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testConsistencyCheckWithInvalidIDReferences
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testConsistencyCheck_invalid_udev_data
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testContext
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testDevice
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testDictPropertyTypes
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testDmi
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testDmiInvalidData
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testDuplicatePackage
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testDuplicateXorgDriver
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testFindDuplicateIDs
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testFindDuplicateIDsDuplicateUdevNode
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testFindDuplicateIDsUdev
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testFindDuplicates
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testFloatPropertyTypes
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testHal
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testHardware
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testIDMap
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testIDMapUdev
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testIDUDIMaps
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testIntegerPropertyTypes
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testInvalidIDReferencesUdev
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testListPropertyTypes
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testLsbRelease
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testMainParser
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testMeasurementQuestion
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testMultipleChoiceQuestion
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testPackages
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testParentChildInconsistency
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testProcessors
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testProperties
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testStringPropertyEncoding
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testStringPropertyTypes
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testSubmissionParser
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testSummary
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testSummaryNodeWithKernelRelease
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testSysfsAttributes
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testSysfsAttributesDuplicatePLine
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testSysfsAttributesInvalidMainKey
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testSysfsAttributesLineWithoutKeyValueData
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testSysfsAttributesNoAttributeKeyValue
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testSysfsAttributesNoPLineAtDeviceStart
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testTimeConversion
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testUDIChildren
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testUDIDeviceMap
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testUDIDeviceMapInvalidRootNode
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testUDIDeviceMapMissingRootNode
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testUdev
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testUdevDataWithDuplicateKey
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testUdevLineWithoutColon
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testUdevPropertyLineWithoutEqualSign
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testXorg
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.test_parseHardware_sub_parsers_fail
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.test_parseSoftware
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.test_parseSoftware_without_packages_node
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.test_parseSoftware_without_xorg_node
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHALDeviceUSBDevices.testUSBDeviceRegularCase
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHALDeviceUSBDevices.testUSBHostController
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHALDeviceUSBDevices.testUSBHostControllerInvalidParentClass
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHALDeviceUSBDevices.testUSBHostControllerInvalidParentSubClass
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHALDeviceUSBDevices.testUSBHostControllerUnexpectedParentBus
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceConstructor
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceDeviceId
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceDriverName
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceGetProperty
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceGetRealBus
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceGetRealBusPci
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceGetRealBusScsiDeviceWithBogusPciGrandparent
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceGetRealBusScsiDeviceWithoutGrandparent
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceGetRealBusScsiDeviceWithoutParent
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceGetRealBusScsiPci
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceGetRealBusScsiUsb
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceGetRealBusSystem
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceGetRealBusUnknown
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceParentUDI
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDevicePciClass
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDevicePciSubClass
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceProductFromBusProduct
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceProductFromInfoProduct
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceProductId
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceProductIdScsi
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceProductIdScsiAta
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceProductIdSystem
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceProductScsi
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceProductScsiAta
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceProductSystem
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceRealChildren
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceRealDeviceHALBusValueIgnored
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceRealDeviceNoBus
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceRealDeviceRegularBus
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceRealDeviceRootDevice
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceRealDeviceScsiDeviceUsbStorage
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceRealDeviceScsiDevicesPciController
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceSCSIVendorModelNameATADiskLongModelName
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceSCSIVendorModelNameATADiskShortModelName
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceSCSIVendorModelNameRegularCase
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceScsiModel
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceScsiVendor
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceUsbProductId
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceUsbVendorId
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceVendorFromBusVendor
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceVendorFromInfoVendor
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceVendorId
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceVendorIdScsi
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceVendorIdScsiAta
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceVendorIdSystem
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceVendorScsi
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceVendorScsiAta
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceVendorSystem
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHalDeviceRawBus
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHasReliableDataForInsuffientData
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHasReliableDataIDEDevice
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHasReliableDataNotProcessible
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHasReliableDataRegularCase
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHasReliableDataRootDevice
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testProductIDForDB
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testProductIDForDBSystem
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testVendorIDForDB
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testVendorIDForDBSystem
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_HALDevice_is_root_device_for_non_root_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_HALDevice_is_root_device_for_root_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_HALDevice_scsi_controller_no_grandparent
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_HALDevice_scsi_controller_no_parent
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_HALDevice_scsi_controller_non_scsi_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_HALDevice_scsi_controller_pci_controller
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_HALDevice_scsi_controller_usb_storage_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_buildDeviceList
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_buildHalDeviceList
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_buildUdevDeviceList
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_buildUdevDeviceList_invalid_device_path
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_buildUdevDeviceList_missing_root_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_buildUdevDeviceList_root_node_has_dmi_data
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_buildUdevDeviceList_sysfs_data
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_kernel_package_hal_data_name_inconsistent
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_kernel_package_name_hal_data
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_kernel_package_name_hal_data_no_kernel_version_in_hal_data
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_kernel_package_name_hal_data_no_package_data
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_kernel_package_name_udev_data
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_kernel_package_name_udev_data_no_kernel_version_in_summary
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_kernel_package_name_udev_data_no_package_data
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_kernel_package_udev_data_name_inconsistent
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_device_device_id
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_device_id
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_driver_name
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_getVendorOrProduct
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_getVendorOrProductID
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_has_reliable_data_acpi_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_has_reliable_data_pci_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_has_reliable_data_platform_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_has_reliable_data_scsi_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_has_reliable_data_system
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_has_reliable_data_system_no_product_name
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_has_reliable_data_system_no_vendor_name
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_has_reliable_data_usb_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_has_reliable_data_usb_interface_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_is_pci
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_is_real_device_ata_device_related_nodes
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_is_real_device_ide_device_related_nodes
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_is_real_device_pci_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_is_real_device_root_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_is_real_device_scsi_device_related_nodes
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_is_real_device_usb_hub_with_odd_parent
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_is_real_device_usb_storage_device_related_nodes
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_is_root_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_is_scsi_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_is_usb
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_pci_class
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_pci_class_info
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_pci_ids
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_pci_subclass
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_product
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_product_id
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_product_id_for_db
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_raw_bus
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_real_bus_pci
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_real_bus_scsi
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_real_bus_system
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_real_bus_usb_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_real_bus_usb_interface
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_root_device_ids
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_scsi_controller
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_scsi_controller_insufficient_anchestors
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_scsi_controller_no_scsi_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_scsi_model
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_scsi_vendor
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_translatePciBus
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_translateScsiBus_ide_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_translateScsiBus_non_scsi_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_translateScsiBus_real_scsi_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_translateScsiBus_usb_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_usb_ids
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_usb_product_id
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_usb_vendor_id
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_vendor
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_vendor_id
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_vendor_id_for_db
lib/canonical/launchpad/scripts/tests/test_logger.txt
testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.BaseTestCase)
testComponentArchitecture (canonical.testing.ftests.test_layers.BaseTestCase)
testFunctionalIsSetUp (canonical.testing.ftests.test_layers.BaseTestCase)
testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.BaseTestCase)
testLibrarianRunning (canonical.testing.ftests.test_layers.BaseTestCase)
testLibrarianWorking (canonical.testing.ftests.test_layers.BaseTestCase)
testMemcachedWorking (canonical.testing.ftests.test_layers.BaseTestCase)
testZopelessIsSetUp (canonical.testing.ftests.test_layers.BaseTestCase)
testTestName (canonical.testing.ftests.test_layers.TestNameTestCase)
lp.codehosting.codeimport.tests.test_dispatcher.TestCodeImportDispatcherUnit.test_dispatchJob
lp.codehosting.codeimport.tests.test_dispatcher.TestCodeImportDispatcherUnit.test_findAndDispatchJob_calls_getJobForMachine_with_limit
lp.codehosting.codeimport.tests.test_dispatcher.TestCodeImportDispatcherUnit.test_findAndDispatchJob_jobWaiting
lp.codehosting.codeimport.tests.test_dispatcher.TestCodeImportDispatcherUnit.test_findAndDispatchJob_noJobWaiting
lp.codehosting.codeimport.tests.test_dispatcher.TestCodeImportDispatcherUnit.test_findAndDispatchJobs
lp.codehosting.codeimport.tests.test_dispatcher.TestCodeImportDispatcherUnit.test_findAndDispatchJobs_sleeps
lp.codehosting.codeimport.tests.test_dispatcher.TestCodeImportDispatcherUnit.test_getHostname
lp.codehosting.codeimport.tests.test_dispatcher.TestCodeImportDispatcherUnit.test_getHostnameOverride
test_checkout (lp.codehosting.codeimport.tests.test_foreigntree.TestCVSWorkingTree)
test_commit (lp.codehosting.codeimport.tests.test_foreigntree.TestCVSWorkingTree)
test_module (lp.codehosting.codeimport.tests.test_foreigntree.TestCVSWorkingTree)
test_path (lp.codehosting.codeimport.tests.test_foreigntree.TestCVSWorkingTree)
test_root (lp.codehosting.codeimport.tests.test_foreigntree.TestCVSWorkingTree)
test_update (lp.codehosting.codeimport.tests.test_foreigntree.TestCVSWorkingTree)
test_checkout (lp.codehosting.codeimport.tests.test_foreigntree.TestSubversionWorkingTree)
test_path (lp.codehosting.codeimport.tests.test_foreigntree.TestSubversionWorkingTree)
test_update (lp.codehosting.codeimport.tests.test_foreigntree.TestSubversionWorkingTree)
test_update_ignores_externals (lp.codehosting.codeimport.tests.test_foreigntree.TestSubversionWorkingTree)
test_url (lp.codehosting.codeimport.tests.test_foreigntree.TestSubversionWorkingTree)
lib/lp/services/tests/../doc/limitedlist.txt
FakeTime (lp.testing)
time_counter (lp.testing)
validate_mock_class (lp.testing)
Ran 262 tests with 0 failures and 0 errors in 43.422 seconds.
Running canonical.testing.layers.MemcachedLayer tests:
Set up canonical.testing.layers.MemcachedLayer in 0.146 seconds.
Running:
testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.MemcachedTestCase)
testComponentArchitecture (canonical.testing.ftests.test_layers.MemcachedTestCase)
testFunctionalIsSetUp (canonical.testing.ftests.test_layers.MemcachedTestCase)
testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.MemcachedTestCase)
testLibrarianRunning (canonical.testing.ftests.test_layers.MemcachedTestCase)
testLibrarianWorking (canonical.testing.ftests.test_layers.MemcachedTestCase)
testMemcachedWorking (canonical.testing.ftests.test_layers.MemcachedTestCase)
testZopelessIsSetUp (canonical.testing.ftests.test_layers.MemcachedTestCase)
Ran 8 tests with 0 failures and 0 errors in 0.009 seconds.
Running canonical.testing.layers.LibrarianLayer tests:
Tear down canonical.testing.layers.MemcachedLayer in 0.101 seconds.
Set up canonical.testing.layers.LibrarianLayer in 11.145 seconds.
Running:
canonical.librarian.tests.test_sigdumpmem.SIGDUMPMEMTestCase.test_sigdumpmem
testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.LibrarianTestCase)
testComponentArchitecture (canonical.testing.ftests.test_layers.LibrarianTestCase)
testFunctionalIsSetUp (canonical.testing.ftests.test_layers.LibrarianTestCase)
testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.LibrarianTestCase)
testLibrarianRunning (canonical.testing.ftests.test_layers.LibrarianTestCase)
testLibrarianWorking (canonical.testing.ftests.test_layers.LibrarianTestCase)
testMemcachedWorking (canonical.testing.ftests.test_layers.LibrarianTestCase)
testUploadsFail (canonical.testing.ftests.test_layers.LibrarianTestCase)
testZopelessIsSetUp (canonical.testing.ftests.test_layers.LibrarianTestCase)
Ran 10 tests with 0 failures and 0 errors in 8.386 seconds.
Running canonical.testing.layers.DatabaseLayer tests:
Tear down canonical.testing.layers.LibrarianLayer in 0.003 seconds.
Set up canonical.testing.layers.DatabaseLayer in 0.622 seconds.
Running:
test_scriptfound (canonical.launchpad.scripts.tests.test_scriptmonitor.CheckScriptTestCase)
test_scriptnotfound_hostname (canonical.launchpad.scripts.tests.test_scriptmonitor.CheckScriptTestCase)
test_scriptnotfound_timing (canonical.launchpad.scripts.tests.test_scriptmonitor.CheckScriptTestCase)
canonical.launchpad.tests.test_sampledata.SampleDataTestCase.test_testSampledata
testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.DatabaseTestCase)
testComponentArchitecture (canonical.testing.ftests.test_layers.DatabaseTestCase)
testConnect (canonical.testing.ftests.test_layers.DatabaseTestCase)
testFunctionalIsSetUp (canonical.testing.ftests.test_layers.DatabaseTestCase)
testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.DatabaseTestCase)
testLibrarianRunning (canonical.testing.ftests.test_layers.DatabaseTestCase)
testLibrarianWorking (canonical.testing.ftests.test_layers.DatabaseTestCase)
testMemcachedWorking (canonical.testing.ftests.test_layers.DatabaseTestCase)
testNoReset1 (canonical.testing.ftests.test_layers.DatabaseTestCase)
testNoReset2 (canonical.testing.ftests.test_layers.DatabaseTestCase)
testNoReset3 (canonical.testing.ftests.test_layers.DatabaseTestCase)
testZopelessIsSetUp (canonical.testing.ftests.test_layers.DatabaseTestCase)
test_postTestInvariants (canonical.testing.ftests.test_layers.LayerProcessControllerTestCase)
test_postTestInvariants_dbIsReset (canonical.testing.ftests.test_layers.LayerProcessControllerTestCase)
test_stopAppServer (canonical.testing.ftests.test_layers.LayerProcessControllerTestCase)
testClose (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testCommit (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testCursorClose (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testCursorDescription (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testCursorIteration (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testCursorRowcount (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testExceptions (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testFailedCommit (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testFailedConnection (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testFailedRollback (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testFailedSetIsolationLevel (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testFetchAll (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testFetchOne (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testNoopSession (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testRollback (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testSimpleQuery (canonical.testing.ftests.test_mockdb.MockDbTestCase)
lp.scripts.utilities.tests.test_sanitizedb.SanitizeDbScriptTestCase.test_script
lp.scripts.utilities.tests.test_sanitizedb.SanitizeDbScriptTestCase.test_script_dryrun
lib/lp/translations/tests/pofiletranslator.txt
Ran 38 tests with 0 failures and 0 errors in 2 minutes 13.123 seconds.
Running canonical.testing.layers.LaunchpadLayer tests:
Set up canonical.testing.layers.LibrarianLayer in 11.023 seconds.
Set up canonical.testing.layers.MemcachedLayer in 0.229 seconds.
Set up canonical.testing.layers.LaunchpadLayer in 0.000 seconds.
Running:
testDupeAdminRequests (canonical.shipit.tests.test_shipit_constraints.ShipitConstraintsTestCase)
testDupes (canonical.shipit.tests.test_shipit_constraints.ShipitConstraintsTestCase)
testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.LaunchpadTestCase)
testComponentArchitecture (canonical.testing.ftests.test_layers.LaunchpadTestCase)
testFunctionalIsSetUp (canonical.testing.ftests.test_layers.LaunchpadTestCase)
testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.LaunchpadTestCase)
testLibrarianRunning (canonical.testing.ftests.test_layers.LaunchpadTestCase)
testLibrarianWorking (canonical.testing.ftests.test_layers.LaunchpadTestCase)
testMemcachedWorking (canonical.testing.ftests.test_layers.LaunchpadTestCase)
testZopelessIsSetUp (canonical.testing.ftests.test_layers.LaunchpadTestCase)
testHideLibrarian (canonical.testing.ftests.test_layers.LibrarianHideTestCase)
testNoReset1 (canonical.testing.ftests.test_layers.LibrarianNoResetTestCase)
testNoReset2 (canonical.testing.ftests.test_layers.LibrarianNoResetTestCase)
testNoReset3 (canonical.testing.ftests.test_layers.LibrarianNoResetTestCase)
test_case_insensitive (lp.registry.tests.test_nameblacklist.TestNameBlacklist)
test_is_blacklisted_name (lp.registry.tests.test_nameblacklist.TestNameBlacklist)
test_name_blacklist_match (lp.registry.tests.test_nameblacklist.TestNameBlacklist)
test_name_blacklist_match_cache (lp.registry.tests.test_nameblacklist.TestNameBlacklist)
test_verbose (lp.registry.tests.test_nameblacklist.TestNameBlacklist)
test_person_sort_key (lp.registry.tests.test_person_sort_key.TestPersonSortKey)
test_karma_sample_data (lp.registry.tests.test_samplekarma.KarmaSampleDataTestCase)
testRunSlaveScanner (lp.soyuz.scripts.tests.test_buildd_cronscripts.TestSlaveScanner)
testMissingAction (lp.soyuz.scripts.tests.test_lpquerydistro.TestLpQueryDistroScript)
testSimpleRun (lp.soyuz.scripts.tests.test_lpquerydistro.TestLpQueryDistroScript)
testUnexpectedArgument (lp.soyuz.scripts.tests.test_lpquerydistro.TestLpQueryDistroScript)
testUnknownAction (lp.soyuz.scripts.tests.test_lpquerydistro.TestLpQueryDistroScript)
Ran 26 tests with 0 failures and 0 errors in 1 minutes 16.553 seconds.
Running canonical.testing.layers.ZopelessLayer tests:
Tear down canonical.testing.layers.LaunchpadLayer in 0.000 seconds.
Tear down canonical.testing.layers.LibrarianLayer in 0.016 seconds.
Tear down canonical.testing.layers.MemcachedLayer in 0.002 seconds.
Tear down canonical.testing.layers.DatabaseLayer in 0.191 seconds.
Set up canonical.testing.layers.ZopelessLayer in 6.852 seconds.
Running:
canonical.launchpad.scripts.tests.test_librarian_apache_log_parser.TestLibrarianLogFileParsing.test_request_to_lfa_is_parsed
canonical.launchpad.scripts.tests.test_librarian_apache_log_parser.TestLibrarianLogFileParsing.test_request_to_non_lfa_is_ignored
testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.ZopelessTestCase)
testComponentArchitecture (canonical.testing.ftests.test_layers.ZopelessTestCase)
testFunctionalIsSetUp (canonical.testing.ftests.test_layers.ZopelessTestCase)
testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.ZopelessTestCase)
testLibrarianRunning (canonical.testing.ftests.test_layers.ZopelessTestCase)
testLibrarianWorking (canonical.testing.ftests.test_layers.ZopelessTestCase)
testMemcachedWorking (canonical.testing.ftests.test_layers.ZopelessTestCase)
testZopelessIsSetUp (canonical.testing.ftests.test_layers.ZopelessTestCase)
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_HEAD_request_is_ignored
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_POST_request_is_ignored
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_max_parsed_lines
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_max_parsed_lines_exceeded
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_normal_request_is_not_ignored
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_parsing
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_parsing_last_line
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_responses_with_206_status_are_ignored
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_responses_with_304_status_are_ignored
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_responses_with_404_status_are_ignored
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_responses_with_503_status_are_ignored
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_unexpected_error_while_parsing
Ran 22 tests with 0 failures and 0 errors in 0.759 seconds.
Running canonical.testing.layers.LaunchpadScriptLayer tests:
Set up canonical.testing.layers.DatabaseLayer in 0.571 seconds.
Set up canonical.testing.layers.LibrarianLayer in 10.746 seconds.
Set up canonical.testing.layers.MemcachedLayer in 0.158 seconds.
Set up canonical.testing.layers.LaunchpadLayer in 0.000 seconds.
Set up canonical.testing.layers.LaunchpadScriptLayer in 0.016 seconds.
Running:
lib/canonical/database/ftests/test_multitablecopy.txt
lib/canonical/database/ftests/test_zopelesstransactionmanager.txt
lib/canonical/database/ftests/test_sqlbaseconnect.txt
canonical.launchpad.scripts.tests.test_garbo.TestGarboScript.test_daily_script
canonical.launchpad.scripts.tests.test_garbo.TestGarboScript.test_hourly_script
test_exception (canonical.lp.ftests.test_zopeless.TestZopeless)
test_externalChange (canonical.lp.ftests.test_zopeless.TestZopeless)
test_multipleTransactions (canonical.lp.ftests.test_zopeless.TestZopeless)
test_simple (canonical.lp.ftests.test_zopeless.TestZopeless)
test_threads (canonical.lp.ftests.test_zopeless.TestZopeless)
test_initZopelessTwice (canonical.lp.ftests.test_zopeless.TestInitZopeless)
test_isZopeless (canonical.lp.ftests.test_zopeless)
testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
testComponentArchitecture (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
testFunctionalIsSetUp (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
testLibrarianRunning (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
testLibrarianWorking (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
testMemcachedWorking (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
testSwitchDbConfig (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
testZopelessIsSetUp (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
lp.buildmaster.tests.test_manager.TestBuilddManagerScript.testBuilddManagerRuns
lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_checkEntry
lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_checkEntry_misapproved_package
lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_checkEntry_misapproved_product
lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_checkEntry_without_target
lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_describeEntry_for_pofile
lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_describeEntry_for_template
lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_describeEntry_without_target
lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_handle_serious_error
lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_handle_unexpected_exception
lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_main_leaves_oops_handling_alone
Ran 32 tests with 0 failures and 0 errors in 52.837 seconds.
Running canonical.testing.layers.LaunchpadZopelessLayer tests:
Set up canonical.testing.layers.LaunchpadZopelessLayer in 0.000 seconds.
Running:
test_autocommit (canonical.database.ftests.test_isolation.TestIsolation)
test_commit (canonical.database.ftests.test_isolation.TestIsolation)
test_connect (canonical.database.ftests.test_isolation.TestIsolation)
test_default (canonical.database.ftests.test_isolation.TestIsolation)
test_default2 (canonical.database.ftests.test_isolation.TestIsolation)
test_readCommitted (canonical.database.ftests.test_isolation.TestIsolation)
test_rollback (canonical.database.ftests.test_isolation.TestIsolation)
test_script (canonical.database.ftests.test_isolation.TestIsolation)
test_serializable (canonical.database.ftests.test_isolation.TestIsolation)
test_assert_patch_applied (canonical.database.ftests.test_revision.TestRevision)
test_confirm_dbrevision (canonical.database.ftests.test_revision.TestRevision)
test_confirm_dbrevision2 (canonical.database.ftests.test_revision.TestRevision)
test_confirm_dbrevision3 (canonical.database.ftests.test_revision.TestRevision)
test_confirm_dbrevision4 (canonical.database.ftests.test_revision.TestRevision)
test_confirm_dbrevision5 (canonical.database.ftests.test_revision.TestRevision)
test_confirm_dbrevision6 (canonical.database.ftests.test_revision.TestRevision)
canonical.database.tests.test_zopeless_transaction_manager.TestZopelessTransactionManager.test_reset_stores_only_does_so_on_active_stores
lib/canonical/launchpad/components/tests/decoratedresultset.txt
lib/canonical/launchpad/ftests/../doc/close-account.txt
canonical.launchpad.mail.tests.test_incoming.TestIncoming.test_invalid_signature
canonical.launchpad.mail.tests.test_incoming.TestIncoming.test_invalid_to_addresses
testAddOtherKeyring (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestKeyringTrustAnalyser)
testAddTrustedKeyring (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestKeyringTrustAnalyser)
testFindEmailClusters (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestKeyringTrustAnalyser)
testGetValidUids (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestKeyringTrustAnalyser)
testMergeOneAccountAddEmails (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestMergeClusters)
testMergeOneAccountNoNewEmails (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestMergeClusters)
testMergeTwoUnvalidatedAccounts (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestMergeClusters)
testMergeTwoValidatedAccounts (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestMergeClusters)
testMergeUnknownEmail (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestMergeClusters)
testMergeUnvalidatedAccountWithValidated (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestMergeClusters)
testNullMerge (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestMergeClusters)
test_old_oops_files (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
test_prune_empty_oops_directories (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
test_referenced_oops (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
test_referenced_oops_in_urls (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
test_script (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
test_script_default_error_dir (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
test_script_dryrun (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
test_unwanted_oops_files (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
test_preprocessData (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementExchangeTestCase)
test_insertUsingNonExistentPerson (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
test_manipulateEntitlement (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
test_omitEntitlementType (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
test_omitExtId (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
test_omitPerson (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
test_omitQuota (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
test_omitState (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
test_successfulInsert (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
test_updateChangingPerson (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
test_updateWithInvalidId (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
test_wrongVersion (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_BranchJobPruner
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_BranchJobPruner_doesnt_prune_recent_jobs
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_BugNotificationPruner
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_CacheSuggestivePOTemplates
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_CodeImportResultPruner
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_HWSubmissionEmailLinker
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_OAuthNoncePruner
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_ObsoleteBugAttachmentDeleter
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_OpenIDConsumerAssociationPruner
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_OpenIDConsumerNoncePruner
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_PersonPruner
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_RevisionAuthorEmailLinker
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testCreateDBDataForDeviceWithOneDriver
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testCreateDBDataForDeviceWithTwoDrivers
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testCreateDBDataForSimpleDevice
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testEnsureVendorIDVendorNameExistVendorSCSI
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testEnsureVendorIDVendorNameExistVendorUSB
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testEnsureVendorIDVendorNameExistsRegularCase
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testEnsureVendorIDVendorNameExistsVendorPCCARD
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testEnsureVendorIDVendorNameExistsVendorPCI
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testGetDriverNoDriverInfo
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testGetDriverWithDriverInfo
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testOopsLogging
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testPendingSubmissionProcessing
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testProcessSubmissionInconsistentData
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testProcessSubmissionInvalidData
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testProcessSubmissionRealData
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testProcessSubmissionValidBzip2CompressedData
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testProcessSubmissionValidData
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testProcessingLoopExceptionHandling
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.test_processSubmission_buildDeviceList_failing
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.test_processSubmission_udev_data
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.test_root_device
test_lookupByDigest (canonical.librarian.ftests.test_db.DBTestCase)
test_getAlias (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_getAlias_content_is_none (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_getAlias_content_is_null (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_getAlias_content_wrong_library (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_getAlias_no_such_record (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_getAliases (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_getAliases_content_is_none (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_getAliases_content_wrong_library (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_read_transaction_reset_store (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_write_transaction_reset_store (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_write_transaction_reset_store_with_raise (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_writing_transaction_reset_store_on_commit_failure (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_DeleteExpiredBlobs (canonical.librarian.ftests.test_gc.TestBlobCollection)
test_cronscript (canonical.librarian.ftests.test_gc.TestBlobCollection)
test_DeleteUnreferencedAliases (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_DeleteUnreferencedAliases2 (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_DeleteUnreferencedAndWellExpiredAliases (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_DeleteUnreferencedContent (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_DeleteUnreferencedContent2 (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_DoneDeleteUnreferencedButNotExpiredAliases (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_MergeDuplicates (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_confirm_no_clock_skew (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_cronscript (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_deleteUnwantedFiles (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_deleteUnwantedFilesIgnoresNoise (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_deleteWellExpiredAliases (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_delete_unwanted_files_bug437084 (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_delete_unwanted_files_follows_symlinks (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_ignoreRecentlyExpiredAliases (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_addFile (canonical.librarian.ftests.test_storage.LibrarianStorageDBTests)
test_addFiles_identical (canonical.librarian.ftests.test_storage.LibrarianStorageDBTests)
test_alias (canonical.librarian.ftests.test_storage.LibrarianStorageDBTests)
test_badDigest (canonical.librarian.ftests.test_storage.LibrarianStorageDBTests)
test_clientProvidedDuplicateContent (canonical.librarian.ftests.test_storage.LibrarianStorageDBTests)
test_clientProvidedDuplicateIDs (canonical.librarian.ftests.test_storage.LibrarianStorageDBTests)
test_deletedContentNotFound (canonical.librarian.ftests.test_web.DeletedContentTestCase)
test_404 (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
test_accessTime (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
test_aliasNotFound (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
test_checkGzipEncoding (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
test_checkNoEncoding (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
test_duplicateuploads (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
test_headers (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
test_oldurl (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
test_robotsTxt (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
test_uploadThenDownload (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
lib/canonical/librarian/tests/librarian-report.txt
test_differentFileLonger (canonical.librarian.tests.test_storage.LibrarianStorageTestCase)
test_differentFileShorter (canonical.librarian.tests.test_storage.LibrarianStorageTestCase)
test_hasFile_missing (canonical.librarian.tests.test_storage.LibrarianStorageTestCase)
test_multipleFilesInOnePrefixedDirectory (canonical.librarian.tests.test_storage.LibrarianStorageTestCase)
test_notSameFile (canonical.librarian.tests.test_storage.LibrarianStorageTestCase)
test_prefixDirectories (canonical.librarian.tests.test_storage.LibrarianStorageTestCase)
test_sameFile (canonical.librarian.tests.test_storage.LibrarianStorageTestCase)
testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.LaunchpadZopelessTestCase)
testComponentArchitecture (canonical.testing.ftests.test_layers.LaunchpadZopelessTestCase)
testFunctionalIsSetUp (canonical.testing.ftests.test_layers.LaunchpadZopelessTestCase)
testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.LaunchpadZopelessTestCase)
testLibrarianRunning (canonical.testing.ftests.test_layers.LaunchpadZopelessTestCase)
testLibrarianWorking (canonical.testing.ftests.test_layers.LaunchpadZopelessTestCase)
testMemcachedWorking (canonical.testing.ftests.test_layers.LaunchpadZopelessTestCase)
testZopelessIsSetUp (canonical.testing.ftests.test_layers.LaunchpadZopelessTestCase)
lp.archivepublisher.tests.test_config.TestConfig.testArchTagsForSeries
lp.archivepublisher.tests.test_config.TestConfig.testDistroConfig
lp.archivepublisher.tests.test_config.TestConfig.testDistroName
lp.archivepublisher.tests.test_config.TestConfig.testDistroSeriesNames
lp.archivepublisher.tests.test_config.TestConfig.testInstantiate
lp.archivepublisher.tests.test_config.TestConfig.testMissingDistroSeries
lp.archivepublisher.tests.test_deathrow.TestDeathRow.test_MissingSymLinkInPool
lp.archivepublisher.tests.test_dominator.TestDomination.testCarefulDomination
lp.archivepublisher.tests.test_dominator.TestDominationOfObsoletedSeries.testCarefulDomination
lp.archivepublisher.tests.test_dominator.TestDominator.testEmptyDomination
lp.archivepublisher.tests.test_dominator.TestDominator.testJudgeAndDominate
lp.archivepublisher.tests.test_dominator.TestDominator.testJudgeAndDominateWithDDEBs
lp.archivepublisher.tests.test_dominator.TestDominator.testManualBinaryDomination
lp.archivepublisher.tests.test_dominator.TestDominator.testManualSourceDomination
lp.archivepublisher.tests.test_ftparchive.TestFTPArchive.test_NoLucilleConfig
lp.archivepublisher.tests.test_ftparchive.TestFTPArchive.test_generateConfig
lp.archivepublisher.tests.test_ftparchive.TestFTPArchive.test_generateConfig_empty_and_careful
lp.archivepublisher.tests.test_ftparchive.TestFTPArchive.test_getBinariesForOverrides
lp.archivepublisher.tests.test_ftparchive.TestFTPArchive.test_getBinariesForOverrides_with_no_architectures
lp.archivepublisher.tests.test_ftparchive.TestFTPArchive.test_getBinaryFiles
lp.archivepublisher.tests.test_ftparchive.TestFTPArchive.test_getSourceFiles
lp.archivepublisher.tests.test_ftparchive.TestFTPArchive.test_getSourcesForOverrides
lp.archivepublisher.tests.test_ftparchive.TestFTPArchive.test_publishFileLists
lp.archivepublisher.tests.test_ftparchive.TestFTPArchive.test_publishOverrides
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testBasicOperation
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testBlacklistingPPAs
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testDeactivatingTokens
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testDryrunOption
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testEnsureHtaccess
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testGenerateHtpasswd
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testNoDeactivationOption
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testReplaceUpdatedHtpasswd
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testSendingCancellationEmail
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testSkippingOfDeletedPPAs
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testSkippingOfDisabledPPAs
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testSubscriptionExpiry
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testWriteHtpasswd
lp.archivepublisher.tests.test_publisher.TestPublisher.testCarefulPublishing
lp.archivepublisher.tests.test_publisher.TestPublisher.testDeletingArchive
lp.archivepublisher.tests.test_publisher.TestPublisher.testDeletingPPA
lp.archivepublisher.tests.test_publisher.TestPublisher.testDeletingPPAWithoutMetaData
lp.archivepublisher.tests.test_publisher.TestPublisher.testDeletionDetectionRespectsAllowedSuites
lp.archivepublisher.tests.test_publisher.TestPublisher.testDirtyingPocketsWithDeletedPackages
lp.archivepublisher.tests.test_publisher.TestPublisher.testInstantiate
lp.archivepublisher.tests.test_publisher.TestPublisher.testNonCarefulPublishing
lp.archivepublisher.tests.test_publisher.TestPublisher.testPPAArchiveIndex
lp.archivepublisher.tests.test_publisher.TestPublisher.testPartnerReleasePocketPublishing
lp.archivepublisher.tests.test_publisher.TestPublisher.testPendingArchive
lp.archivepublisher.tests.test_publisher.TestPublisher.testPublishPartner
lp.archivepublisher.tests.test_publisher.TestPublisher.testPublisherBuilderFunctions
lp.archivepublisher.tests.test_publisher.TestPublisher.testPublishing
lp.archivepublisher.tests.test_publisher.TestPublisher.testPublishingOnlyConsidersOneArchive
lp.archivepublisher.tests.test_publisher.TestPublisher.testPublishingSpecificDistroSeries
lp.archivepublisher.tests.test_publisher.TestPublisher.testPublishingSpecificPocket
lp.archivepublisher.tests.test_publisher.TestPublisher.testPublishingWorksForOtherArchives
lp.archivepublisher.tests.test_publisher.TestPublisher.testReleaseFile
lp.archivepublisher.tests.test_publisher.TestPublisher.testReleaseFileForNamedPPA
lp.archivepublisher.tests.test_publisher.TestPublisher.testReleaseFileForPPA
lp.archivepublisher.tests.test_publisher.TestPublisher.testReleaseFileForPartner
lp.archivepublisher.tests.test_publisher.TestPublisher.testWorldAndGroupReadablePackagesAndSources
lp.archivepublisher.tests.test_publisher.TestPublisherRepositorySignatures.testRepositorySignatureWithNoSigningKey
lp.archivepublisher.tests.test_publisher.TestPublisherRepositorySignatures.testRepositorySignatureWithSigningKey
lib/lp/archivepublisher/tests/archive-signing.txt
lib/lp/archivepublisher/tests/deathrow.txt
lib/lp/archivepublisher/tests/process-in-batches.txt
lib/lp/archivepublisher/tests/publisher-config.txt
lib/lp/archivepublisher/tests/publishing-meta-data-files.txt
lp.archiveuploader.tests.test_buildduploads.TestBuilddUploads.testDelayedBinaryUpload
lp.archiveuploader.tests.test_changesfile.ChangesFileTests.test_architectures
lp.archiveuploader.tests.test_changesfile.ChangesFileTests.test_checkFileName
lp.archiveuploader.tests.test_changesfile.ChangesFileTests.test_filename
lp.archiveuploader.tests.test_changesfile.ChangesFileTests.test_processAddresses
lp.archiveuploader.tests.test_changesfile.ChangesFileTests.test_requires_changed_by
lp.archiveuploader.tests.test_changesfile.ChangesFileTests.test_simulated_changelog
lp.archiveuploader.tests.test_changesfile.ChangesFileTests.test_source
lp.archiveuploader.tests.test_changesfile.ChangesFileTests.test_suite_name
lp.archiveuploader.tests.test_changesfile.ChangesFileTests.test_version
lp.archiveuploader.tests.test_dscfile.TestDscFileLibrarian.test_ReadOnlyCWD
testDuplicateDDEBsCauseErrors (lp.archiveuploader.tests.test_nascentupload.TestMatchDDEBs)
testLinksMatchingDDEBs (lp.archiveuploader.tests.test_nascentupload.TestMatchDDEBs)
testMismatchedDDEBsCauseErrors (lp.archiveuploader.tests.test_nascentupload.TestMatchDDEBs)
testNoLinksWithJustDEBs (lp.archiveuploader.tests.test_nascentupload.TestMatchDDEBs)
testNoLinksWithNoBinaries (lp.archiveuploader.tests.test_nascentupload.TestMatchDDEBs)
lib/lp/archiveuploader/tests/meta-data-custom-files.txt
lib/lp/archiveuploader/tests/nascentupload-announcements.txt
lib/lp/archiveuploader/tests/nascentupload-closing-bugs.txt
lib/lp/archiveuploader/tests/nascentupload-ddebs.txt
lib/lp/archiveuploader/tests/nascentupload-epoch-handling.txt
lib/lp/archiveuploader/tests/nascentupload-packageset.txt
lib/lp/archiveuploader/tests/nascentupload-publishing-accepted-sources.txt
lib/lp/archiveuploader/tests/nascentupload.txt
lib/lp/archiveuploader/tests/nascentuploadfile.txt
lib/lp/archiveuploader/tests/safe_fix_maintainer.txt
lib/lp/archiveuploader/tests/static-translations.txt
lib/lp/archiveuploader/tests/upload-karma.txt
lib/lp/archiveuploader/tests/upload-path-parsing.txt
lib/lp/archiveuploader/tests/uploadpolicy.txt
lp.archiveuploader.tests.test_nascentuploadfile.CustomUploadFileTests.test_custom_type
lp.archiveuploader.tests.test_nascentuploadfile.CustomUploadFileTests.test_storeInDatabase
lp.archiveuploader.tests.test_nascentuploadfile.DSCFileTests.test_filetype
lp.archiveuploader.tests.test_nascentuploadfile.DSCFileTests.test_storeInDatabase
lp.archiveuploader.tests.test_nascentuploadfile.DebBinaryUploadFileTests.test_parseControl
lp.archiveuploader.tests.test_nascentuploadfile.DebBinaryUploadFileTests.test_storeInDatabase
lp.archiveuploader.tests.test_nascentuploadfile.DebBinaryUploadFileTests.test_unknown_priority
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testCustomUploadToPPA
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testCustomUploadToPrivatePPA
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testMixedUpload
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testNamedPPABinaryUploads
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testNamedPPAUploadDefault
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testNamedPPAUploadNonDefault
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testNamedPPAUploadWithSeries
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testNotMemberUploadToTeamPPA
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPGPSignatureNotPreserved
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPPABinaryUploads
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPPACopiedSources
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPPADistroSeriesOverrides
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPPAInvalidComponentUpload
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPPAPartnerUpload
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPPAPublisherOverrides
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPPAUploadResultingInNoBuilds
WARNING: A test appears to be hung. There has been no output for 600 seconds.
Forcibly shutting down the test suite
Process group 20981 will be killed
Sending signal 15 to process group 20981
Sending signal 2 to process group 20981
Sending signal 1 to process group 20981
Sending signal 9 to process group 20981
Process group 20981 is now empty.
The dying processes left behind the following output:
--------------- BEGIN OUTPUT ---------------
---------------- END OUTPUT ----------------
Tests failed (exit code -9)
make: *** [check] Error 247
abentley@stumpy:~/launchpad/permit-commands$ make check rm -f lib/canonical/launchpad/icing/build/launchpad.js
rm -f -r lazr-js/build
rm -f -r bin
rm -f -r parts
rm -f -r develop-eggs
rm -f .installed.cfg
rm -f -r build
rm -f _pythonpath.py
make -C sourcecode/pygettextpo clean
make[1]: Entering directory `/home/abentley/launchpad/stable/sourcecode/pygettextpo'
rm -rf build dist gettextpo.so gettextpo.html
make[1]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/pygettextpo'
# XXX gary 2009-11-16 bug 483782
# The pygettextpo Makefile should have this next line in it for its make
# clean, and then we should remove this line.
rm -f sourcecode/pygpgme/gpgme/*.so
if test -f sourcecode/mailman/Makefile; then \
make -C sourcecode/mailman clean; \
fi
make[1]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/bin'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/bin'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/cron'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/cron'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/misc'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/misc'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman'
for d in Cgi Logging Archiver Handlers Bouncers Queue MTA Gui Commands; \
do \
(cd $d; make clean); \
done
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Cgi'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Cgi'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Logging'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Logging'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Archiver'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Archiver'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Handlers'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Handlers'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Bouncers'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Bouncers'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Queue'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Queue'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/MTA'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/MTA'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Gui'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Gui'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Commands'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Commands'
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/scripts'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/scripts'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/src'
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/src'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/templates'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/templates'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/messages'
rm -f */LC_MESSAGES/mailman.mo
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/messages'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/tests'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/tests'
rm -f update.log
make[1]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman'
find . -path ./eggs -prune -false -o \
-type f \( -name '*.o' -o -name '*.so' -o -name '*.la' -o \
-name '*.lo' -o -name '*.py[co]' -o -name '*.dll' \) \
-print0 | xargs -r0 rm -f
rm -f thread*.request
rm -f -r lib/mailman
rm -f -rf lib/canonical/launchpad/icing/build/*
rm -f -r /var/tmp/bazaar.launchpad.dev
rm -f -rf lib/canonical/launchpad/apidoc
rm -f -rf lib/canonical/launchpad/apidoc.tmp
rm -f bzr-version-info.py
rm -f +config-overrides.zcml
rm -f -rf \
/var/tmp/builddmaster \
/var/tmp/bzrsync \
/var/tmp/codehosting.test \
/var/tmp/codeimport \
/var/tmp/fatsam.appserver \
/var/tmp/lperr \
/var/tmp/lperr.test \
/var/tmp/mailman \
/var/tmp/mailman-xmlrpc.test \
/var/tmp/ppa \
/var/tmp/ppa.test \
/var/tmp/zeca
# /var/tmp/launchpad_mailqueue is created read-only on ec2test
# instances.
if [ -w /var/tmp/launchpad_mailqueue ]; then rm -f -rf /var/tmp/launchpad_mailqueue; fi
rm -f -f lp.sfood lp-clustered.sfood lp-clustered.dot lp-clustered.svg
utilities/shhh.py PYTHONPATH= python bootstrap.py\
--setup-source=ez_setup.py \
--download-base=download-cache/dist --eggs=eggs \
--version=1.5.1
rm -f /home/abentley/launchpad/permit-commands/bin/py
utilities/shhh.py PYTHONPATH= ./bin/buildout \
configuration:instance_name=development -c buildout.cfg
scripts/update-bzr-version-info.sh
Creating bzr-version-info.py at revno 11482
mkdir -p /var/tmp/vostok-archive
utilities/shhh.py make -C sourcecode build PYTHON=python \
LPCONFIG=development
utilities/shhh.py LPCONFIG=development /home/abentley/launchpad/permit-commands/bin/py -t buildmailman.py
mkdir -p lib/canonical/launchpad/apidoc.tmp
LPCONFIG=development /home/abentley/launchpad/permit-commands/bin/py ./utilities/create-lp-wadl-and-apidoc.py "lib/canonical/launchpad/apidoc.tmp/wadl-development-%(version)s.xml"
Writing WADL for version beta to lib/canonical/launchpad/apidoc.tmp/wadl-development-beta.xml.
Writing apidoc for version beta to lib/canonical/launchpad/apidoc.tmp/beta.html
Writing WADL for version 1.0 to lib/canonical/launchpad/apidoc.tmp/wadl-development-1.0.xml.
Unknown entry URL:
ScalarValue
Unknown entry URL:
archive_dependency
Unknown entry URL:
archive_subscriber
Unknown entry URL:
binary_package_release_download_count
Unknown entry URL:
branch_subscription
Unknown entry URL:
bug_branch
Unknown entry URL:
bug_nomination
Unknown entry URL:
code_import
Unknown entry URL:
code_review_comment
Unknown entry URL:
code_review_vote_reference
Unknown entry URL:
country
Unknown entry URL:
distribution_mirror
Unknown entry URL:
gpg_key
Unknown entry URL:
h_w_driver_name
Unknown entry URL:
h_w_driver_package_name
Unknown entry URL:
hwdb
Unknown entry URL:
object_with_translation_imports
Unknown entry URL:
package_upload
Unknown entry URL:
packageset
Unknown entry URL:
preview_diff
Unknown entry URL:
source_package_recipe
Unknown entry URL:
source_package_recipe_build
Unknown entry URL:
specification
Unknown entry URL:
specification_branch
Unknown entry URL:
ssh_key
Unknown entry URL:
structural_subscription
Unknown entry URL:
structural_subscription_target
Unknown entry URL:
temporary_blob
Unknown entry URL:
translation_file
Unknown entry URL:
translation_import_queue_entry
Unknown entry URL:
translation_template
Writing apidoc for version 1.0 to lib/canonical/launchpad/apidoc.tmp/1.0.html
Writing WADL for version devel to lib/canonical/launchpad/apidoc.tmp/wadl-development-devel.xml.
Unknown entry URL:
ScalarValue
Unknown entry URL:
archive_dependency
Unknown entry URL:
archive_subscriber
Unknown entry URL:
binary_package_release_download_count
Unknown entry URL:
branch_subscription
Unknown entry URL:
bug_branch
Unknown entry URL:
bug_nomination
Unknown entry URL:
code_import
Unknown entry URL:
code_review_comment
Unknown entry URL:
code_review_vote_reference
Unknown entry URL:
country
Unknown entry URL:
distribution_mirror
Unknown entry URL:
gpg_key
Unknown entry URL:
h_w_driver_name
Unknown entry URL:
h_w_driver_package_name
Unknown entry URL:
hwdb
Unknown entry URL:
object_with_translation_imports
Unknown entry URL:
package_upload
Unknown entry URL:
packageset
Unknown entry URL:
preview_diff
Unknown entry URL:
source_package_recipe
Unknown entry URL:
source_package_recipe_build
Unknown entry URL:
specification
Unknown entry URL:
specification_branch
Unknown entry URL:
ssh_key
Unknown entry URL:
structural_subscription
Unknown entry URL:
structural_subscription_target
Unknown entry URL:
temporary_blob
Unknown entry URL:
translation_file
Unknown entry URL:
translation_import_queue_entry
Unknown entry URL:
translation_template
Writing apidoc for version devel to lib/canonical/launchpad/apidoc.tmp/devel.html
Unknown entry URL:
ScalarValue
Unknown entry URL:
archive_dependency
Unknown entry URL:
archive_subscriber
Unknown entry URL:
binary_package_release_download_count
Unknown entry URL:
branch_subscription
Unknown entry URL:
bug_branch
Unknown entry URL:
bug_nomination
Unknown entry URL:
code_import
Unknown entry URL:
code_review_comment
Unknown entry URL:
code_review_vote_reference
Unknown entry URL:
country
Unknown entry URL:
distribution_mirror
Unknown entry URL:
gpg_key
Unknown entry URL:
h_w_driver_name
Unknown entry URL:
h_w_driver_package_name
Unknown entry URL:
hwdb
Unknown entry URL:
object_with_translation_imports
Unknown entry URL:
package_upload
Unknown entry URL:
packageset
Unknown entry URL:
preview_diff
Unknown entry URL:
source_package_recipe
Unknown entry URL:
source_package_recipe_build
Unknown entry URL:
specification
Unknown entry URL:
specification_branch
Unknown entry URL:
ssh_key
Unknown entry URL:
structural_subscription
Unknown entry URL:
structural_subscription_target
Unknown entry URL:
temporary_blob
Unknown entry URL:
translation_file
Unknown entry URL:
translation_import_queue_entry
Unknown entry URL:
translation_template
mv lib/canonical/launchpad/apidoc.tmp lib/canonical/launchpad/apidoc
# We absolutely do not want to include the lazr.testing module and its
# jsTestDriver test harness modifications in the lazr.js and launchpad.js
# roll-up files. They fiddle with built-in functions! See Bug 482340.
utilities/shhh.py bin/jsbuild -b lazr-js/build -x testing/ -c lazr-js/build/yui
utilities/shhh.py bin/jsbuild \
\
-n launchpad \
-s lib/canonical/launchpad/javascript \
-b lib/canonical/launchpad/icing/build \
/home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/yui/yui-base-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/yui/yui-log-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/yui/yui-later-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/oop/oop-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/event/event-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/event/event-key-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/event-custom/event-custom-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/event-simulate/event-simulate-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/dom/dom-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/node/node-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/node-focusmanager/node-focusmanager-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/node/node-event-simulate-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/dump/dump-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/io/io-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/json/json-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/attribute/attribute-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/base/base-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/substitute/substitute-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/anim/anim-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/classnamemanager/classnamemanager-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/plugin/plugin-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/pluginhost/pluginhost-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/widget/widget-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/widget/widget-position-ext-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/cookie/cookie-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/widget/widget-position-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/widget/widget-position-ext-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/widget/widget-stack-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/widget/widget-stdmod-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/overlay/overlay-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/node-menunav/node-menunav-min.js \
Using filter: raw /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/lp-mochi-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/picker-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/errors-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/comment-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/lp-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/dragscroll-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/calendar-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/mapping-min.js Using filter: raw /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/bugs/bugtask_index-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/bugs/subscriber-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/bugs/bugtracker_overlay-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/bugs/bug_tags_entry-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/bugs/bug_subscription_widget-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/bugs/official_bug_tags-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/bugs/filebug_dupefinder-min.js Using filter: raw /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/code/branchmergeproposal.reviewcomment-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/code/branch.status-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/code/branch.subscription-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/code/branchmergeproposal.status-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/code/productseries-setbranch-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/code/branch.bugspeclinks-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/code/branchmergeproposal.diff-min.js Using filter: raw /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/registry/milestonetable-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/registry/milestoneoverlay-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/registry/timeline-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/registry/team-min.js Using filter: raw /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/translations/pofile-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/translations/importqueue-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/translations/languages-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/translations/importqueueentry-min.js Using filter: raw /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/soyuz/base-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/soyuz/archivesubscribers_index-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/soyuz/update_archive_build_statuses-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/soyuz/lp_dynamic_dom_updater-min.js \
lib/canonical/launchpad/icing/lazr/build/lazr.js
utilities/shhh.py bin/jssize
utilities/shhh.py bin/sprite-util create-css
utilities/shhh.py bin/combine-css
# Run all tests. test_on_merge.py takes care of setting up the
# database.
/home/abentley/launchpad/permit-commands/bin/py -t ./test_on_merge.py -vv
Cannot rebuild database. There are 1 open connections.
make: *** [check] Error 1
abentley@stumpy:~/launchpad/permit-commands$ ps -ef|grep launchpad
abentley 1589 15308 0 16:33 pts/4 00:00:00 grep launchpad
abentley 21543 1 0 15:53 ? 00:00:05 /usr/bin/python -Wignore::DeprecationWarning /home/abentley/launchpad/permit-commands/bin/twistd -o -y /home/abentley/launchpad/permit-commands/daemons/librarian.tac --pidfile /var/tmp/fatsam.test/librarian.pid --logfile /var/tmp/librarian.log
postgres 28076 1351 0 16:04 ? 00:00:00 postgres: librarian launchpad_ftest [local] idle
abentley@stumpy:~/launchpad/permit-commands$ kill 21543
abentley@stumpy:~/launchpad/permit-commands$ ps -ef|grep launchpad
abentley 1592 15308 0 16:33 pts/4 00:00:00 grep launchpad
abentley@stumpy:~/launchpad/permit-commands$ make check
rm -f lib/canonical/launchpad/icing/build/launchpad.js
rm -f -r lazr-js/build
rm -f -r bin
rm -f -r parts
rm -f -r develop-eggs
rm -f .installed.cfg
rm -f -r build
rm -f _pythonpath.py
make -C sourcecode/pygettextpo clean
make[1]: Entering directory `/home/abentley/launchpad/stable/sourcecode/pygettextpo'
rm -rf build dist gettextpo.so gettextpo.html
make[1]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/pygettextpo'
# XXX gary 2009-11-16 bug 483782
# The pygettextpo Makefile should have this next line in it for its make
# clean, and then we should remove this line.
rm -f sourcecode/pygpgme/gpgme/*.so
if test -f sourcecode/mailman/Makefile; then \
make -C sourcecode/mailman clean; \
fi
make[1]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/bin'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/bin'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/cron'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/cron'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/misc'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/misc'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman'
for d in Cgi Logging Archiver Handlers Bouncers Queue MTA Gui Commands; \
do \
(cd $d; make clean); \
done
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Cgi'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Cgi'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Logging'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Logging'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Archiver'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Archiver'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Handlers'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Handlers'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Bouncers'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Bouncers'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Queue'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Queue'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/MTA'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/MTA'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Gui'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Gui'
make[3]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Commands'
make[3]: Nothing to be done for `clean'.
make[3]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman/Commands'
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/Mailman'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/scripts'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/scripts'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/src'
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/src'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/templates'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/templates'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/messages'
rm -f */LC_MESSAGES/mailman.mo
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/messages'
make[2]: Entering directory `/home/abentley/launchpad/stable/sourcecode/mailman/tests'
make[2]: Nothing to be done for `clean'.
make[2]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman/tests'
rm -f update.log
make[1]: Leaving directory `/home/abentley/launchpad/stable/sourcecode/mailman'
find . -path ./eggs -prune -false -o \
-type f \( -name '*.o' -o -name '*.so' -o -name '*.la' -o \
-name '*.lo' -o -name '*.py[co]' -o -name '*.dll' \) \
-print0 | xargs -r0 rm -f
rm -f thread*.request
rm -f -r lib/mailman
rm -f -rf lib/canonical/launchpad/icing/build/*
rm -f -r /var/tmp/bazaar.launchpad.dev
rm -f -rf lib/canonical/launchpad/apidoc
rm -f -rf lib/canonical/launchpad/apidoc.tmp
rm -f bzr-version-info.py
rm -f +config-overrides.zcml
rm -f -rf \
/var/tmp/builddmaster \
/var/tmp/bzrsync \
/var/tmp/codehosting.test \
/var/tmp/codeimport \
/var/tmp/fatsam.appserver \
/var/tmp/lperr \
/var/tmp/lperr.test \
/var/tmp/mailman \
/var/tmp/mailman-xmlrpc.test \
/var/tmp/ppa \
/var/tmp/ppa.test \
/var/tmp/zeca
# /var/tmp/launchpad_mailqueue is created read-only on ec2test
# instances.
if [ -w /var/tmp/launchpad_mailqueue ]; then rm -f -rf /var/tmp/launchpad_mailqueue; fi
rm -f -f lp.sfood lp-clustered.sfood lp-clustered.dot lp-clustered.svg
utilities/shhh.py PYTHONPATH= python bootstrap.py\
--setup-source=ez_setup.py \
--download-base=download-cache/dist --eggs=eggs \
--version=1.5.1
^[[A^[[A^[[Arm -f /home/abentley/launchpad/permit-commands/bin/py
utilities/shhh.py PYTHONPATH= ./bin/buildout \
configuration:instance_name=development -c buildout.cfg
scripts/update-bzr-version-info.sh
Creating bzr-version-info.py at revno 11482
mkdir -p /var/tmp/vostok-archive
utilities/shhh.py make -C sourcecode build PYTHON=python \
LPCONFIG=development
utilities/shhh.py LPCONFIG=development /home/abentley/launchpad/permit-commands/bin/py -t buildmailman.py
mkdir -p lib/canonical/launchpad/apidoc.tmp
LPCONFIG=development /home/abentley/launchpad/permit-commands/bin/py ./utilities/create-lp-wadl-and-apidoc.py "lib/canonical/launchpad/apidoc.tmp/wadl-development-%(version)s.xml"
Writing WADL for version beta to lib/canonical/launchpad/apidoc.tmp/wadl-development-beta.xml.
Writing apidoc for version beta to lib/canonical/launchpad/apidoc.tmp/beta.html
Writing WADL for version 1.0 to lib/canonical/launchpad/apidoc.tmp/wadl-development-1.0.xml.
Unknown entry URL:
ScalarValue
Unknown entry URL:
archive_dependency
Unknown entry URL:
archive_subscriber
Unknown entry URL:
binary_package_release_download_count
Unknown entry URL:
branch_subscription
Unknown entry URL:
bug_branch
Unknown entry URL:
bug_nomination
Unknown entry URL:
code_import
Unknown entry URL:
code_review_comment
Unknown entry URL:
code_review_vote_reference
Unknown entry URL:
country
Unknown entry URL:
distribution_mirror
Unknown entry URL:
gpg_key
Unknown entry URL:
h_w_driver_name
Unknown entry URL:
h_w_driver_package_name
Unknown entry URL:
hwdb
Unknown entry URL:
object_with_translation_imports
Unknown entry URL:
package_upload
Unknown entry URL:
packageset
Unknown entry URL:
preview_diff
Unknown entry URL:
source_package_recipe
Unknown entry URL:
source_package_recipe_build
Unknown entry URL:
specification
Unknown entry URL:
specification_branch
Unknown entry URL:
ssh_key
Unknown entry URL:
structural_subscription
Unknown entry URL:
structural_subscription_target
Unknown entry URL:
temporary_blob
Unknown entry URL:
translation_file
Unknown entry URL:
translation_import_queue_entry
Unknown entry URL:
translation_template
Writing apidoc for version 1.0 to lib/canonical/launchpad/apidoc.tmp/1.0.html
Writing WADL for version devel to lib/canonical/launchpad/apidoc.tmp/wadl-development-devel.xml.
Unknown entry URL:
ScalarValue
Unknown entry URL:
archive_dependency
Unknown entry URL:
archive_subscriber
Unknown entry URL:
binary_package_release_download_count
Unknown entry URL:
branch_subscription
Unknown entry URL:
bug_branch
Unknown entry URL:
bug_nomination
Unknown entry URL:
code_import
Unknown entry URL:
code_review_comment
Unknown entry URL:
code_review_vote_reference
Unknown entry URL:
country
Unknown entry URL:
distribution_mirror
Unknown entry URL:
gpg_key
Unknown entry URL:
h_w_driver_name
Unknown entry URL:
h_w_driver_package_name
Unknown entry URL:
hwdb
Unknown entry URL:
object_with_translation_imports
Unknown entry URL:
package_upload
Unknown entry URL:
packageset
Unknown entry URL:
preview_diff
Unknown entry URL:
source_package_recipe
Unknown entry URL:
source_package_recipe_build
Unknown entry URL:
specification
Unknown entry URL:
specification_branch
Unknown entry URL:
ssh_key
Unknown entry URL:
structural_subscription
Unknown entry URL:
structural_subscription_target
Unknown entry URL:
temporary_blob
Unknown entry URL:
translation_file
Unknown entry URL:
translation_import_queue_entry
Unknown entry URL:
translation_template
Writing apidoc for version devel to lib/canonical/launchpad/apidoc.tmp/devel.html
Unknown entry URL:
ScalarValue
Unknown entry URL:
archive_dependency
Unknown entry URL:
archive_subscriber
Unknown entry URL:
binary_package_release_download_count
Unknown entry URL:
branch_subscription
Unknown entry URL:
bug_branch
Unknown entry URL:
bug_nomination
Unknown entry URL:
code_import
Unknown entry URL:
code_review_comment
Unknown entry URL:
code_review_vote_reference
Unknown entry URL:
country
Unknown entry URL:
distribution_mirror
Unknown entry URL:
gpg_key
Unknown entry URL:
h_w_driver_name
Unknown entry URL:
h_w_driver_package_name
Unknown entry URL:
hwdb
Unknown entry URL:
object_with_translation_imports
Unknown entry URL:
package_upload
Unknown entry URL:
packageset
Unknown entry URL:
preview_diff
Unknown entry URL:
source_package_recipe
Unknown entry URL:
source_package_recipe_build
Unknown entry URL:
specification
Unknown entry URL:
specification_branch
Unknown entry URL:
ssh_key
Unknown entry URL:
structural_subscription
Unknown entry URL:
structural_subscription_target
Unknown entry URL:
temporary_blob
Unknown entry URL:
translation_file
Unknown entry URL:
translation_import_queue_entry
Unknown entry URL:
translation_template
mv lib/canonical/launchpad/apidoc.tmp lib/canonical/launchpad/apidoc
# We absolutely do not want to include the lazr.testing module and its
# jsTestDriver test harness modifications in the lazr.js and launchpad.js
# roll-up files. They fiddle with built-in functions! See Bug 482340.
utilities/shhh.py bin/jsbuild -b lazr-js/build -x testing/ -c lazr-js/build/yui
utilities/shhh.py bin/jsbuild \
\
-n launchpad \
-s lib/canonical/launchpad/javascript \
-b lib/canonical/launchpad/icing/build \
/home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/yui/yui-base-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/yui/yui-log-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/yui/yui-later-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/oop/oop-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/event/event-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/event/event-key-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/event-custom/event-custom-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/event-simulate/event-simulate-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/dom/dom-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/node/node-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/node-focusmanager/node-focusmanager-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/node/node-event-simulate-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/dump/dump-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/io/io-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/json/json-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/attribute/attribute-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/base/base-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/substitute/substitute-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/anim/anim-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/classnamemanager/classnamemanager-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/plugin/plugin-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/pluginhost/pluginhost-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/widget/widget-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/widget/widget-position-ext-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/cookie/cookie-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/widget/widget-position-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/widget/widget-position-ext-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/widget/widget-stack-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/widget/widget-stdmod-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/overlay/overlay-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/yui/node-menunav/node-menunav-min.js \
Using filter: raw /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/lp-mochi-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/picker-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/errors-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/comment-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/lp-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/dragscroll-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/calendar-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/app/mapping-min.js Using filter: raw /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/bugs/bugtask_index-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/bugs/subscriber-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/bugs/bugtracker_overlay-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/bugs/bug_tags_entry-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/bugs/bug_subscription_widget-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/bugs/official_bug_tags-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/bugs/filebug_dupefinder-min.js Using filter: raw /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/code/branchmergeproposal.reviewcomment-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/code/branch.status-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/code/branch.subscription-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/code/branchmergeproposal.status-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/code/productseries-setbranch-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/code/branch.bugspeclinks-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/code/branchmergeproposal.diff-min.js Using filter: raw /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/registry/milestonetable-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/registry/milestoneoverlay-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/registry/timeline-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/registry/team-min.js Using filter: raw /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/translations/pofile-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/translations/importqueue-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/translations/languages-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/translations/importqueueentry-min.js Using filter: raw /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/soyuz/base-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/soyuz/archivesubscribers_index-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/soyuz/update_archive_build_statuses-min.js /home/abentley/launchpad/permit-commands/lib/canonical/launchpad/icing/build/soyuz/lp_dynamic_dom_updater-min.js \
lib/canonical/launchpad/icing/lazr/build/lazr.js
utilities/shhh.py bin/jssize
utilities/shhh.py bin/sprite-util create-css
utilities/shhh.py bin/combine-css
# Run all tests. test_on_merge.py takes care of setting up the
# database.
/home/abentley/launchpad/permit-commands/bin/py -t ./test_on_merge.py -vv
2010-09-02 20:36:59 INFO Applying patches to unreplicated environment.
2010-09-02 20:36:59 INFO Applying trusted.sql
2010-09-02 20:36:59 INFO Applying patch-2207-00-0.sql
2010-09-02 20:36:59 INFO Applying patch-2207-00-1.sql
2010-09-02 20:36:59 INFO Applying patch-2207-00-2.sql
2010-09-02 20:36:59 INFO Applying patch-2207-00-3.sql
2010-09-02 20:36:59 INFO Applying patch-2207-01-0.sql
2010-09-02 20:36:59 INFO Applying patch-2207-02-0.sql
2010-09-02 20:36:59 INFO Applying patch-2207-03-0.sql
2010-09-02 20:36:59 INFO Applying patch-2207-04-0.sql
2010-09-02 20:36:59 INFO Applying patch-2207-05-0.sql
2010-09-02 20:36:59 INFO Applying patch-2207-06-0.sql
2010-09-02 20:36:59 INFO Applying patch-2207-08-0.sql
2010-09-02 20:36:59 INFO Applying patch-2207-09-0.sql
2010-09-02 20:36:59 INFO Applying patch-2207-10-0.sql
2010-09-02 20:36:59 INFO Applying patch-2207-11-0.sql
2010-09-02 20:36:59 INFO Applying patch-2207-12-0.sql
2010-09-02 20:36:59 INFO Applying patch-2207-14-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-15-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-15-1.sql
2010-09-02 20:37:00 INFO Applying patch-2207-16-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-17-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-18-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-19-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-19-1.sql
2010-09-02 20:37:00 INFO Applying patch-2207-20-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-21-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-23-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-24-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-25-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-26-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-27-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-28-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-28-1.sql
2010-09-02 20:37:00 INFO Applying patch-2207-29-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-30-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-31-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-32-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-33-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-34-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-35-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-35-1.sql
2010-09-02 20:37:00 INFO Applying patch-2207-35-2.sql
2010-09-02 20:37:00 INFO Applying patch-2207-36-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-37-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-38-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-39-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-40-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-41-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-42-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-43-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-44-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-45-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-47-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-48-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-51-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-52-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-53-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-54-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-55-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-56-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-57-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-58-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-59-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-60-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-60-1.sql
2010-09-02 20:37:00 INFO Applying patch-2207-60-2.sql
2010-09-02 20:37:00 INFO Applying patch-2207-61-0.sql
2010-09-02 20:37:00 INFO Applying patch-2207-62-0.sql
2010-09-02 20:37:01 INFO Applying patch-2207-63-0.sql
2010-09-02 20:37:01 INFO Applying patch-2207-64-0.sql
2010-09-02 20:37:01 INFO Applying patch-2207-65-0.sql
2010-09-02 20:37:01 INFO Applying patch-2207-68-0.sql
2010-09-02 20:37:01 INFO Applying patch-2207-70-0.sql
2010-09-02 20:37:01 INFO Applying patch-2207-73-0.sql
2010-09-02 20:37:01 INFO Applying patch-2207-74-0.sql
2010-09-02 20:37:01 INFO Applying patch-2207-75-0.sql
2010-09-02 20:37:01 INFO Applying patch-2207-76-0.sql
2010-09-02 20:37:01 INFO Applying patch-2207-77-0.sql
2010-09-02 20:37:01 INFO Applying patch-2207-79-0.sql
2010-09-02 20:37:01 INFO Applying patch-2207-80-0.sql
2010-09-02 20:37:01 INFO Applying patch-2207-81-0.sql
2010-09-02 20:37:01 INFO Applying comments.sql
2010-09-02 20:39:23 WARNING No permissions specified for [u'public.openidnonce', u'public.openidauthorization']
Running tests.
Running command: /usr/bin/xvfb-run --error-file=/var/tmp/xvfb-errors.log --server-args='-screen 0 1024x768x24' /home/abentley/launchpad/permit-commands/bin/test -vv
Running tests at level 1
Running canonical.testing.layers.BaseLayer tests:
Set up canonical.testing.layers.BaseLayer in 0.340 seconds.
Running:
lib/canonical/launchpad/ftests/../doc/autodecorate.txt
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testAliases
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testBooleanPropertyTypes
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckConsistentUdevDeviceData
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckConsistentUdevDeviceData_invalid_dmi_data
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckConsistentUdevDeviceData_invalid_path_data
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckConsistentUdevDeviceData_invalid_pci_data
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckConsistentUdevDeviceData_invalid_scsi_data
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckConsistentUdevDeviceData_invalid_usb_data
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevDictsHavePathKey
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevPciProperties
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevPciPropertiesNonPciDeviceWithPciProperties
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevPciPropertiesPciDeviceWithInvalidDeviceID
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevPciPropertiesPciDeviceWithInvalidPciClassValue
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevPciPropertiesPciDeviceWithInvalidSubsystemID
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevPciPropertiesPciDeviceWithNonIntegerPciClass
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevPciPropertiesPciDeviceWithoutRequiredProperties
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevScsiProperties
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevScsiProperties_missing_devtype
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevScsiProperties_missing_sysfs_attributes
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevScsiProperties_no_sysfs_data
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevUsbProperties
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevUsbProperties_interface_invalid_interface_property
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevUsbProperties_interface_without_interface_property
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevUsbProperties_missing_required_property
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevUsbProperties_with_invalid_devtype
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevUsbProperties_with_invalid_product_id
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testCheckUdevUsbProperties_with_invalid_type_data
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testConsistencyCheck
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testConsistencyCheckChildUDIWithoutParent
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testConsistencyCheckCircularParentChildRelation
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testConsistencyCheckValidUdevData
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testConsistencyCheckWithDuplicateIDs
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testConsistencyCheckWithDuplicateUDI
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testConsistencyCheckWithInvalidIDReferences
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testConsistencyCheck_invalid_udev_data
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testContext
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testDevice
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testDictPropertyTypes
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testDmi
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testDmiInvalidData
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testDuplicatePackage
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testDuplicateXorgDriver
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testFindDuplicateIDs
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testFindDuplicateIDsDuplicateUdevNode
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testFindDuplicateIDsUdev
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testFindDuplicates
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testFloatPropertyTypes
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testHal
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testHardware
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testIDMap
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testIDMapUdev
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testIDUDIMaps
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testIntegerPropertyTypes
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testInvalidIDReferencesUdev
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testListPropertyTypes
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testLsbRelease
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testMainParser
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testMeasurementQuestion
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testMultipleChoiceQuestion
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testPackages
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testParentChildInconsistency
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testProcessors
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testProperties
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testStringPropertyEncoding
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testStringPropertyTypes
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testSubmissionParser
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testSummary
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testSummaryNodeWithKernelRelease
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testSysfsAttributes
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testSysfsAttributesDuplicatePLine
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testSysfsAttributesInvalidMainKey
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testSysfsAttributesLineWithoutKeyValueData
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testSysfsAttributesNoAttributeKeyValue
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testSysfsAttributesNoPLineAtDeviceStart
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testTimeConversion
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testUDIChildren
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testUDIDeviceMap
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testUDIDeviceMapInvalidRootNode
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testUDIDeviceMapMissingRootNode
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testUdev
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testUdevDataWithDuplicateKey
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testUdevLineWithoutColon
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testUdevPropertyLineWithoutEqualSign
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.testXorg
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.test_parseHardware_sub_parsers_fail
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.test_parseSoftware
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.test_parseSoftware_without_packages_node
canonical.launchpad.scripts.tests.test_hwdb_submission_parser.TestHWDBSubmissionParser.test_parseSoftware_without_xorg_node
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHALDeviceUSBDevices.testUSBDeviceRegularCase
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHALDeviceUSBDevices.testUSBHostController
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHALDeviceUSBDevices.testUSBHostControllerInvalidParentClass
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHALDeviceUSBDevices.testUSBHostControllerInvalidParentSubClass
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHALDeviceUSBDevices.testUSBHostControllerUnexpectedParentBus
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceConstructor
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceDeviceId
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceDriverName
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceGetProperty
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceGetRealBus
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceGetRealBusPci
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceGetRealBusScsiDeviceWithBogusPciGrandparent
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceGetRealBusScsiDeviceWithoutGrandparent
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceGetRealBusScsiDeviceWithoutParent
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceGetRealBusScsiPci
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceGetRealBusScsiUsb
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceGetRealBusSystem
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceGetRealBusUnknown
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceParentUDI
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDevicePciClass
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDevicePciSubClass
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceProductFromBusProduct
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceProductFromInfoProduct
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceProductId
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceProductIdScsi
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceProductIdScsiAta
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceProductIdSystem
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceProductScsi
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceProductScsiAta
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceProductSystem
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceRealChildren
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceRealDeviceHALBusValueIgnored
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceRealDeviceNoBus
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceRealDeviceRegularBus
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceRealDeviceRootDevice
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceRealDeviceScsiDeviceUsbStorage
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceRealDeviceScsiDevicesPciController
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceSCSIVendorModelNameATADiskLongModelName
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceSCSIVendorModelNameATADiskShortModelName
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceSCSIVendorModelNameRegularCase
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceScsiModel
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceScsiVendor
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceUsbProductId
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceUsbVendorId
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceVendorFromBusVendor
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceVendorFromInfoVendor
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceVendorId
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceVendorIdScsi
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceVendorIdScsiAta
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceVendorIdSystem
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceVendorScsi
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceVendorScsiAta
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHALDeviceVendorSystem
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHalDeviceRawBus
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHasReliableDataForInsuffientData
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHasReliableDataIDEDevice
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHasReliableDataNotProcessible
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHasReliableDataRegularCase
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testHasReliableDataRootDevice
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testProductIDForDB
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testProductIDForDBSystem
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testVendorIDForDB
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.testVendorIDForDBSystem
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_HALDevice_is_root_device_for_non_root_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_HALDevice_is_root_device_for_root_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_HALDevice_scsi_controller_no_grandparent
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_HALDevice_scsi_controller_no_parent
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_HALDevice_scsi_controller_non_scsi_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_HALDevice_scsi_controller_pci_controller
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_HALDevice_scsi_controller_usb_storage_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_buildDeviceList
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_buildHalDeviceList
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_buildUdevDeviceList
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_buildUdevDeviceList_invalid_device_path
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_buildUdevDeviceList_missing_root_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_buildUdevDeviceList_root_node_has_dmi_data
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_buildUdevDeviceList_sysfs_data
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_kernel_package_hal_data_name_inconsistent
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_kernel_package_name_hal_data
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_kernel_package_name_hal_data_no_kernel_version_in_hal_data
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_kernel_package_name_hal_data_no_package_data
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_kernel_package_name_udev_data
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_kernel_package_name_udev_data_no_kernel_version_in_summary
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_kernel_package_name_udev_data_no_package_data
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionProcessing.test_kernel_package_udev_data_name_inconsistent
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_device_device_id
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_device_id
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_driver_name
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_getVendorOrProduct
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_getVendorOrProductID
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_has_reliable_data_acpi_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_has_reliable_data_pci_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_has_reliable_data_platform_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_has_reliable_data_scsi_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_has_reliable_data_system
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_has_reliable_data_system_no_product_name
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_has_reliable_data_system_no_vendor_name
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_has_reliable_data_usb_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_has_reliable_data_usb_interface_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_is_pci
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_is_real_device_ata_device_related_nodes
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_is_real_device_ide_device_related_nodes
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_is_real_device_pci_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_is_real_device_root_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_is_real_device_scsi_device_related_nodes
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_is_real_device_usb_hub_with_odd_parent
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_is_real_device_usb_storage_device_related_nodes
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_is_root_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_is_scsi_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_is_usb
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_pci_class
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_pci_class_info
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_pci_ids
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_pci_subclass
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_product
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_product_id
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_product_id_for_db
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_raw_bus
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_real_bus_pci
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_real_bus_scsi
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_real_bus_system
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_real_bus_usb_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_real_bus_usb_interface
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_root_device_ids
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_scsi_controller
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_scsi_controller_insufficient_anchestors
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_scsi_controller_no_scsi_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_scsi_model
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_scsi_vendor
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_translatePciBus
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_translateScsiBus_ide_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_translateScsiBus_non_scsi_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_translateScsiBus_real_scsi_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_translateScsiBus_usb_device
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_usb_ids
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_usb_product_id
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_usb_vendor_id
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_vendor
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_vendor_id
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestUdevDevice.test_vendor_id_for_db
lib/canonical/launchpad/scripts/tests/test_logger.txt
testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.BaseTestCase)
testComponentArchitecture (canonical.testing.ftests.test_layers.BaseTestCase)
testFunctionalIsSetUp (canonical.testing.ftests.test_layers.BaseTestCase)
testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.BaseTestCase)
testLibrarianRunning (canonical.testing.ftests.test_layers.BaseTestCase)
testLibrarianWorking (canonical.testing.ftests.test_layers.BaseTestCase)
testMemcachedWorking (canonical.testing.ftests.test_layers.BaseTestCase)
testZopelessIsSetUp (canonical.testing.ftests.test_layers.BaseTestCase)
testTestName (canonical.testing.ftests.test_layers.TestNameTestCase)
lp.codehosting.codeimport.tests.test_dispatcher.TestCodeImportDispatcherUnit.test_dispatchJob
lp.codehosting.codeimport.tests.test_dispatcher.TestCodeImportDispatcherUnit.test_findAndDispatchJob_calls_getJobForMachine_with_limit
lp.codehosting.codeimport.tests.test_dispatcher.TestCodeImportDispatcherUnit.test_findAndDispatchJob_jobWaiting
lp.codehosting.codeimport.tests.test_dispatcher.TestCodeImportDispatcherUnit.test_findAndDispatchJob_noJobWaiting
lp.codehosting.codeimport.tests.test_dispatcher.TestCodeImportDispatcherUnit.test_findAndDispatchJobs
lp.codehosting.codeimport.tests.test_dispatcher.TestCodeImportDispatcherUnit.test_findAndDispatchJobs_sleeps
lp.codehosting.codeimport.tests.test_dispatcher.TestCodeImportDispatcherUnit.test_getHostname
lp.codehosting.codeimport.tests.test_dispatcher.TestCodeImportDispatcherUnit.test_getHostnameOverride
test_checkout (lp.codehosting.codeimport.tests.test_foreigntree.TestCVSWorkingTree)
test_commit (lp.codehosting.codeimport.tests.test_foreigntree.TestCVSWorkingTree)
test_module (lp.codehosting.codeimport.tests.test_foreigntree.TestCVSWorkingTree)
test_path (lp.codehosting.codeimport.tests.test_foreigntree.TestCVSWorkingTree)
test_root (lp.codehosting.codeimport.tests.test_foreigntree.TestCVSWorkingTree)
test_update (lp.codehosting.codeimport.tests.test_foreigntree.TestCVSWorkingTree)
test_checkout (lp.codehosting.codeimport.tests.test_foreigntree.TestSubversionWorkingTree)
test_path (lp.codehosting.codeimport.tests.test_foreigntree.TestSubversionWorkingTree)
test_update (lp.codehosting.codeimport.tests.test_foreigntree.TestSubversionWorkingTree)
test_update_ignores_externals (lp.codehosting.codeimport.tests.test_foreigntree.TestSubversionWorkingTree)
test_url (lp.codehosting.codeimport.tests.test_foreigntree.TestSubversionWorkingTree)
lib/lp/services/tests/../doc/limitedlist.txt
FakeTime (lp.testing)
time_counter (lp.testing)
validate_mock_class (lp.testing)
Ran 262 tests with 0 failures and 0 errors in 42.397 seconds.
Running canonical.testing.layers.MemcachedLayer tests:
Set up canonical.testing.layers.MemcachedLayer in 0.134 seconds.
Running:
testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.MemcachedTestCase)
testComponentArchitecture (canonical.testing.ftests.test_layers.MemcachedTestCase)
testFunctionalIsSetUp (canonical.testing.ftests.test_layers.MemcachedTestCase)
testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.MemcachedTestCase)
testLibrarianRunning (canonical.testing.ftests.test_layers.MemcachedTestCase)
testLibrarianWorking (canonical.testing.ftests.test_layers.MemcachedTestCase)
testMemcachedWorking (canonical.testing.ftests.test_layers.MemcachedTestCase)
testZopelessIsSetUp (canonical.testing.ftests.test_layers.MemcachedTestCase)
Ran 8 tests with 0 failures and 0 errors in 0.008 seconds.
Running canonical.testing.layers.LibrarianLayer tests:
Tear down canonical.testing.layers.MemcachedLayer in 0.001 seconds.
Set up canonical.testing.layers.LibrarianLayer in 10.602 seconds.
Running:
canonical.librarian.tests.test_sigdumpmem.SIGDUMPMEMTestCase.test_sigdumpmem
testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.LibrarianTestCase)
testComponentArchitecture (canonical.testing.ftests.test_layers.LibrarianTestCase)
testFunctionalIsSetUp (canonical.testing.ftests.test_layers.LibrarianTestCase)
testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.LibrarianTestCase)
testLibrarianRunning (canonical.testing.ftests.test_layers.LibrarianTestCase)
testLibrarianWorking (canonical.testing.ftests.test_layers.LibrarianTestCase)
testMemcachedWorking (canonical.testing.ftests.test_layers.LibrarianTestCase)
testUploadsFail (canonical.testing.ftests.test_layers.LibrarianTestCase)
testZopelessIsSetUp (canonical.testing.ftests.test_layers.LibrarianTestCase)
Ran 10 tests with 0 failures and 0 errors in 8.107 seconds.
Running canonical.testing.layers.DatabaseLayer tests:
Tear down canonical.testing.layers.LibrarianLayer in 0.006 seconds.
Set up canonical.testing.layers.DatabaseLayer in 0.657 seconds.
Running:
test_scriptfound (canonical.launchpad.scripts.tests.test_scriptmonitor.CheckScriptTestCase)
test_scriptnotfound_hostname (canonical.launchpad.scripts.tests.test_scriptmonitor.CheckScriptTestCase)
test_scriptnotfound_timing (canonical.launchpad.scripts.tests.test_scriptmonitor.CheckScriptTestCase)
canonical.launchpad.tests.test_sampledata.SampleDataTestCase.test_testSampledata
testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.DatabaseTestCase)
testComponentArchitecture (canonical.testing.ftests.test_layers.DatabaseTestCase)
testConnect (canonical.testing.ftests.test_layers.DatabaseTestCase)
testFunctionalIsSetUp (canonical.testing.ftests.test_layers.DatabaseTestCase)
testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.DatabaseTestCase)
testLibrarianRunning (canonical.testing.ftests.test_layers.DatabaseTestCase)
testLibrarianWorking (canonical.testing.ftests.test_layers.DatabaseTestCase)
testMemcachedWorking (canonical.testing.ftests.test_layers.DatabaseTestCase)
testNoReset1 (canonical.testing.ftests.test_layers.DatabaseTestCase)
testNoReset2 (canonical.testing.ftests.test_layers.DatabaseTestCase)
testNoReset3 (canonical.testing.ftests.test_layers.DatabaseTestCase)
testZopelessIsSetUp (canonical.testing.ftests.test_layers.DatabaseTestCase)
test_postTestInvariants (canonical.testing.ftests.test_layers.LayerProcessControllerTestCase)
test_postTestInvariants_dbIsReset (canonical.testing.ftests.test_layers.LayerProcessControllerTestCase)
test_stopAppServer (canonical.testing.ftests.test_layers.LayerProcessControllerTestCase)
testClose (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testCommit (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testCursorClose (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testCursorDescription (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testCursorIteration (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testCursorRowcount (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testExceptions (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testFailedCommit (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testFailedConnection (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testFailedRollback (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testFailedSetIsolationLevel (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testFetchAll (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testFetchOne (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testNoopSession (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testRollback (canonical.testing.ftests.test_mockdb.MockDbTestCase)
testSimpleQuery (canonical.testing.ftests.test_mockdb.MockDbTestCase)
lp.scripts.utilities.tests.test_sanitizedb.SanitizeDbScriptTestCase.test_script
lp.scripts.utilities.tests.test_sanitizedb.SanitizeDbScriptTestCase.test_script_dryrun
lib/lp/translations/tests/pofiletranslator.txt
Ran 38 tests with 0 failures and 0 errors in 2 minutes 14.065 seconds.
Running canonical.testing.layers.LaunchpadLayer tests:
Set up canonical.testing.layers.LibrarianLayer in 10.770 seconds.
Set up canonical.testing.layers.MemcachedLayer in 0.136 seconds.
Set up canonical.testing.layers.LaunchpadLayer in 0.000 seconds.
Running:
testDupeAdminRequests (canonical.shipit.tests.test_shipit_constraints.ShipitConstraintsTestCase)
testDupes (canonical.shipit.tests.test_shipit_constraints.ShipitConstraintsTestCase)
testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.LaunchpadTestCase)
testComponentArchitecture (canonical.testing.ftests.test_layers.LaunchpadTestCase)
testFunctionalIsSetUp (canonical.testing.ftests.test_layers.LaunchpadTestCase)
testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.LaunchpadTestCase)
testLibrarianRunning (canonical.testing.ftests.test_layers.LaunchpadTestCase)
testLibrarianWorking (canonical.testing.ftests.test_layers.LaunchpadTestCase)
testMemcachedWorking (canonical.testing.ftests.test_layers.LaunchpadTestCase)
testZopelessIsSetUp (canonical.testing.ftests.test_layers.LaunchpadTestCase)
testHideLibrarian (canonical.testing.ftests.test_layers.LibrarianHideTestCase)
testNoReset1 (canonical.testing.ftests.test_layers.LibrarianNoResetTestCase)
testNoReset2 (canonical.testing.ftests.test_layers.LibrarianNoResetTestCase)
testNoReset3 (canonical.testing.ftests.test_layers.LibrarianNoResetTestCase)
test_case_insensitive (lp.registry.tests.test_nameblacklist.TestNameBlacklist)
test_is_blacklisted_name (lp.registry.tests.test_nameblacklist.TestNameBlacklist)
test_name_blacklist_match (lp.registry.tests.test_nameblacklist.TestNameBlacklist)
test_name_blacklist_match_cache (lp.registry.tests.test_nameblacklist.TestNameBlacklist)
test_verbose (lp.registry.tests.test_nameblacklist.TestNameBlacklist)
test_person_sort_key (lp.registry.tests.test_person_sort_key.TestPersonSortKey)
test_karma_sample_data (lp.registry.tests.test_samplekarma.KarmaSampleDataTestCase)
testRunSlaveScanner (lp.soyuz.scripts.tests.test_buildd_cronscripts.TestSlaveScanner)
testMissingAction (lp.soyuz.scripts.tests.test_lpquerydistro.TestLpQueryDistroScript)
testSimpleRun (lp.soyuz.scripts.tests.test_lpquerydistro.TestLpQueryDistroScript)
testUnexpectedArgument (lp.soyuz.scripts.tests.test_lpquerydistro.TestLpQueryDistroScript)
testUnknownAction (lp.soyuz.scripts.tests.test_lpquerydistro.TestLpQueryDistroScript)
Ran 26 tests with 0 failures and 0 errors in 1 minutes 16.205 seconds.
Running canonical.testing.layers.ZopelessLayer tests:
Tear down canonical.testing.layers.LaunchpadLayer in 0.000 seconds.
Tear down canonical.testing.layers.LibrarianLayer in 0.003 seconds.
Tear down canonical.testing.layers.MemcachedLayer in 0.101 seconds.
Tear down canonical.testing.layers.DatabaseLayer in 0.140 seconds.
Set up canonical.testing.layers.ZopelessLayer in 6.722 seconds.
Running:
canonical.launchpad.scripts.tests.test_librarian_apache_log_parser.TestLibrarianLogFileParsing.test_request_to_lfa_is_parsed
canonical.launchpad.scripts.tests.test_librarian_apache_log_parser.TestLibrarianLogFileParsing.test_request_to_non_lfa_is_ignored
testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.ZopelessTestCase)
testComponentArchitecture (canonical.testing.ftests.test_layers.ZopelessTestCase)
testFunctionalIsSetUp (canonical.testing.ftests.test_layers.ZopelessTestCase)
testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.ZopelessTestCase)
testLibrarianRunning (canonical.testing.ftests.test_layers.ZopelessTestCase)
testLibrarianWorking (canonical.testing.ftests.test_layers.ZopelessTestCase)
testMemcachedWorking (canonical.testing.ftests.test_layers.ZopelessTestCase)
testZopelessIsSetUp (canonical.testing.ftests.test_layers.ZopelessTestCase)
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_HEAD_request_is_ignored
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_POST_request_is_ignored
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_max_parsed_lines
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_max_parsed_lines_exceeded
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_normal_request_is_not_ignored
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_parsing
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_parsing_last_line
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_responses_with_206_status_are_ignored
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_responses_with_304_status_are_ignored
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_responses_with_404_status_are_ignored
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_responses_with_503_status_are_ignored
lp.services.apachelogparser.tests.test_apachelogparser.TestLogFileParsing.test_unexpected_error_while_parsing
Ran 22 tests with 0 failures and 0 errors in 0.677 seconds.
Running canonical.testing.layers.LaunchpadScriptLayer tests:
Set up canonical.testing.layers.DatabaseLayer in 0.570 seconds.
Set up canonical.testing.layers.LibrarianLayer in 10.899 seconds.
Set up canonical.testing.layers.MemcachedLayer in 0.144 seconds.
Set up canonical.testing.layers.LaunchpadLayer in 0.000 seconds.
Set up canonical.testing.layers.LaunchpadScriptLayer in 0.015 seconds.
Running:
lib/canonical/database/ftests/test_multitablecopy.txt
lib/canonical/database/ftests/test_zopelesstransactionmanager.txt
lib/canonical/database/ftests/test_sqlbaseconnect.txt
canonical.launchpad.scripts.tests.test_garbo.TestGarboScript.test_daily_script
canonical.launchpad.scripts.tests.test_garbo.TestGarboScript.test_hourly_script
test_exception (canonical.lp.ftests.test_zopeless.TestZopeless)
test_externalChange (canonical.lp.ftests.test_zopeless.TestZopeless)
test_multipleTransactions (canonical.lp.ftests.test_zopeless.TestZopeless)
test_simple (canonical.lp.ftests.test_zopeless.TestZopeless)
test_threads (canonical.lp.ftests.test_zopeless.TestZopeless)
test_initZopelessTwice (canonical.lp.ftests.test_zopeless.TestInitZopeless)
test_isZopeless (canonical.lp.ftests.test_zopeless)
testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
testComponentArchitecture (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
testFunctionalIsSetUp (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
testLibrarianRunning (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
testLibrarianWorking (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
testMemcachedWorking (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
testSwitchDbConfig (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
testZopelessIsSetUp (canonical.testing.ftests.test_layers.LaunchpadScriptTestCase)
lp.buildmaster.tests.test_manager.TestBuilddManagerScript.testBuilddManagerRuns
lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_checkEntry
lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_checkEntry_misapproved_package
lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_checkEntry_misapproved_product
lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_checkEntry_without_target
lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_describeEntry_for_pofile
lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_describeEntry_for_template
lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_describeEntry_without_target
lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_handle_serious_error
lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_handle_unexpected_exception
lp.translations.scripts.tests.test_translations_import.TestTranslationsImport.test_main_leaves_oops_handling_alone
Ran 32 tests with 0 failures and 0 errors in 52.961 seconds.
Running canonical.testing.layers.LaunchpadZopelessLayer tests:
Set up canonical.testing.layers.LaunchpadZopelessLayer in 0.000 seconds.
Running:
test_autocommit (canonical.database.ftests.test_isolation.TestIsolation)
test_commit (canonical.database.ftests.test_isolation.TestIsolation)
test_connect (canonical.database.ftests.test_isolation.TestIsolation)
test_default (canonical.database.ftests.test_isolation.TestIsolation)
test_default2 (canonical.database.ftests.test_isolation.TestIsolation)
test_readCommitted (canonical.database.ftests.test_isolation.TestIsolation)
test_rollback (canonical.database.ftests.test_isolation.TestIsolation)
test_script (canonical.database.ftests.test_isolation.TestIsolation)
test_serializable (canonical.database.ftests.test_isolation.TestIsolation)
test_assert_patch_applied (canonical.database.ftests.test_revision.TestRevision)
test_confirm_dbrevision (canonical.database.ftests.test_revision.TestRevision)
test_confirm_dbrevision2 (canonical.database.ftests.test_revision.TestRevision)
test_confirm_dbrevision3 (canonical.database.ftests.test_revision.TestRevision)
test_confirm_dbrevision4 (canonical.database.ftests.test_revision.TestRevision)
test_confirm_dbrevision5 (canonical.database.ftests.test_revision.TestRevision)
test_confirm_dbrevision6 (canonical.database.ftests.test_revision.TestRevision)
canonical.database.tests.test_zopeless_transaction_manager.TestZopelessTransactionManager.test_reset_stores_only_does_so_on_active_stores
lib/canonical/launchpad/components/tests/decoratedresultset.txt
lib/canonical/launchpad/ftests/../doc/close-account.txt
canonical.launchpad.mail.tests.test_incoming.TestIncoming.test_invalid_signature
canonical.launchpad.mail.tests.test_incoming.TestIncoming.test_invalid_to_addresses
testAddOtherKeyring (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestKeyringTrustAnalyser)
testAddTrustedKeyring (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestKeyringTrustAnalyser)
testFindEmailClusters (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestKeyringTrustAnalyser)
testGetValidUids (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestKeyringTrustAnalyser)
testMergeOneAccountAddEmails (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestMergeClusters)
testMergeOneAccountNoNewEmails (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestMergeClusters)
testMergeTwoUnvalidatedAccounts (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestMergeClusters)
testMergeTwoValidatedAccounts (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestMergeClusters)
testMergeUnknownEmail (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestMergeClusters)
testMergeUnvalidatedAccountWithValidated (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestMergeClusters)
testNullMerge (canonical.launchpad.scripts.ftests.test_keyringtrustanalyser.TestMergeClusters)
test_old_oops_files (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
test_prune_empty_oops_directories (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
test_referenced_oops (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
test_referenced_oops_in_urls (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
test_script (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
test_script_default_error_dir (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
test_script_dryrun (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
test_unwanted_oops_files (canonical.launchpad.scripts.ftests.test_oops_prune.TestOopsPrune)
test_preprocessData (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementExchangeTestCase)
test_insertUsingNonExistentPerson (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
test_manipulateEntitlement (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
test_omitEntitlementType (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
test_omitExtId (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
test_omitPerson (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
test_omitQuota (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
test_omitState (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
test_successfulInsert (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
test_updateChangingPerson (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
test_updateWithInvalidId (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
test_wrongVersion (canonical.launchpad.scripts.tests.test_entitlementimport.EntitlementImporterTestCase)
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_BranchJobPruner
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_BranchJobPruner_doesnt_prune_recent_jobs
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_BugNotificationPruner
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_CacheSuggestivePOTemplates
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_CodeImportResultPruner
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_HWSubmissionEmailLinker
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_OAuthNoncePruner
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_ObsoleteBugAttachmentDeleter
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_OpenIDConsumerAssociationPruner
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_OpenIDConsumerNoncePruner
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_PersonPruner
canonical.launchpad.scripts.tests.test_garbo.TestGarbo.test_RevisionAuthorEmailLinker
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testCreateDBDataForDeviceWithOneDriver
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testCreateDBDataForDeviceWithTwoDrivers
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testCreateDBDataForSimpleDevice
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testEnsureVendorIDVendorNameExistVendorSCSI
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testEnsureVendorIDVendorNameExistVendorUSB
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testEnsureVendorIDVendorNameExistsRegularCase
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testEnsureVendorIDVendorNameExistsVendorPCCARD
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testEnsureVendorIDVendorNameExistsVendorPCI
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testGetDriverNoDriverInfo
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testGetDriverWithDriverInfo
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testOopsLogging
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testPendingSubmissionProcessing
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testProcessSubmissionInconsistentData
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testProcessSubmissionInvalidData
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testProcessSubmissionRealData
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testProcessSubmissionValidBzip2CompressedData
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testProcessSubmissionValidData
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.testProcessingLoopExceptionHandling
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.test_processSubmission_buildDeviceList_failing
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.test_processSubmission_udev_data
canonical.launchpad.scripts.tests.test_hwdb_submission_processing.TestHWDBSubmissionTablePopulation.test_root_device
test_lookupByDigest (canonical.librarian.ftests.test_db.DBTestCase)
test_getAlias (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_getAlias_content_is_none (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_getAlias_content_is_null (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_getAlias_content_wrong_library (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_getAlias_no_such_record (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_getAliases (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_getAliases_content_is_none (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_getAliases_content_wrong_library (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_read_transaction_reset_store (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_write_transaction_reset_store (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_write_transaction_reset_store_with_raise (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_writing_transaction_reset_store_on_commit_failure (canonical.librarian.ftests.test_db.TestTransactionDecorators)
test_DeleteExpiredBlobs (canonical.librarian.ftests.test_gc.TestBlobCollection)
test_cronscript (canonical.librarian.ftests.test_gc.TestBlobCollection)
test_DeleteUnreferencedAliases (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_DeleteUnreferencedAliases2 (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_DeleteUnreferencedAndWellExpiredAliases (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_DeleteUnreferencedContent (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_DeleteUnreferencedContent2 (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_DoneDeleteUnreferencedButNotExpiredAliases (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_MergeDuplicates (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_confirm_no_clock_skew (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_cronscript (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_deleteUnwantedFiles (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_deleteUnwantedFilesIgnoresNoise (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_deleteWellExpiredAliases (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_delete_unwanted_files_bug437084 (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_delete_unwanted_files_follows_symlinks (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_ignoreRecentlyExpiredAliases (canonical.librarian.ftests.test_gc.TestLibrarianGarbageCollection)
test_addFile (canonical.librarian.ftests.test_storage.LibrarianStorageDBTests)
test_addFiles_identical (canonical.librarian.ftests.test_storage.LibrarianStorageDBTests)
test_alias (canonical.librarian.ftests.test_storage.LibrarianStorageDBTests)
test_badDigest (canonical.librarian.ftests.test_storage.LibrarianStorageDBTests)
test_clientProvidedDuplicateContent (canonical.librarian.ftests.test_storage.LibrarianStorageDBTests)
test_clientProvidedDuplicateIDs (canonical.librarian.ftests.test_storage.LibrarianStorageDBTests)
test_deletedContentNotFound (canonical.librarian.ftests.test_web.DeletedContentTestCase)
test_404 (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
test_accessTime (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
test_aliasNotFound (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
test_checkGzipEncoding (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
test_checkNoEncoding (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
test_duplicateuploads (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
test_headers (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
test_oldurl (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
test_robotsTxt (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
test_uploadThenDownload (canonical.librarian.ftests.test_web.LibrarianZopelessWebTestCase)
lib/canonical/librarian/tests/librarian-report.txt
test_differentFileLonger (canonical.librarian.tests.test_storage.LibrarianStorageTestCase)
test_differentFileShorter (canonical.librarian.tests.test_storage.LibrarianStorageTestCase)
test_hasFile_missing (canonical.librarian.tests.test_storage.LibrarianStorageTestCase)
test_multipleFilesInOnePrefixedDirectory (canonical.librarian.tests.test_storage.LibrarianStorageTestCase)
test_notSameFile (canonical.librarian.tests.test_storage.LibrarianStorageTestCase)
test_prefixDirectories (canonical.librarian.tests.test_storage.LibrarianStorageTestCase)
test_sameFile (canonical.librarian.tests.test_storage.LibrarianStorageTestCase)
testBaseIsSetUpFlag (canonical.testing.ftests.test_layers.LaunchpadZopelessTestCase)
testComponentArchitecture (canonical.testing.ftests.test_layers.LaunchpadZopelessTestCase)
testFunctionalIsSetUp (canonical.testing.ftests.test_layers.LaunchpadZopelessTestCase)
testLaunchpadDbAvailable (canonical.testing.ftests.test_layers.LaunchpadZopelessTestCase)
testLibrarianRunning (canonical.testing.ftests.test_layers.LaunchpadZopelessTestCase)
testLibrarianWorking (canonical.testing.ftests.test_layers.LaunchpadZopelessTestCase)
testMemcachedWorking (canonical.testing.ftests.test_layers.LaunchpadZopelessTestCase)
testZopelessIsSetUp (canonical.testing.ftests.test_layers.LaunchpadZopelessTestCase)
lp.archivepublisher.tests.test_config.TestConfig.testArchTagsForSeries
lp.archivepublisher.tests.test_config.TestConfig.testDistroConfig
lp.archivepublisher.tests.test_config.TestConfig.testDistroName
lp.archivepublisher.tests.test_config.TestConfig.testDistroSeriesNames
lp.archivepublisher.tests.test_config.TestConfig.testInstantiate
lp.archivepublisher.tests.test_config.TestConfig.testMissingDistroSeries
lp.archivepublisher.tests.test_deathrow.TestDeathRow.test_MissingSymLinkInPool
lp.archivepublisher.tests.test_dominator.TestDomination.testCarefulDomination
lp.archivepublisher.tests.test_dominator.TestDominationOfObsoletedSeries.testCarefulDomination
lp.archivepublisher.tests.test_dominator.TestDominator.testEmptyDomination
lp.archivepublisher.tests.test_dominator.TestDominator.testJudgeAndDominate
lp.archivepublisher.tests.test_dominator.TestDominator.testJudgeAndDominateWithDDEBs
lp.archivepublisher.tests.test_dominator.TestDominator.testManualBinaryDomination
lp.archivepublisher.tests.test_dominator.TestDominator.testManualSourceDomination
lp.archivepublisher.tests.test_ftparchive.TestFTPArchive.test_NoLucilleConfig
lp.archivepublisher.tests.test_ftparchive.TestFTPArchive.test_generateConfig
lp.archivepublisher.tests.test_ftparchive.TestFTPArchive.test_generateConfig_empty_and_careful
lp.archivepublisher.tests.test_ftparchive.TestFTPArchive.test_getBinariesForOverrides
lp.archivepublisher.tests.test_ftparchive.TestFTPArchive.test_getBinariesForOverrides_with_no_architectures
lp.archivepublisher.tests.test_ftparchive.TestFTPArchive.test_getBinaryFiles
lp.archivepublisher.tests.test_ftparchive.TestFTPArchive.test_getSourceFiles
lp.archivepublisher.tests.test_ftparchive.TestFTPArchive.test_getSourcesForOverrides
lp.archivepublisher.tests.test_ftparchive.TestFTPArchive.test_publishFileLists
lp.archivepublisher.tests.test_ftparchive.TestFTPArchive.test_publishOverrides
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testBasicOperation
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testBlacklistingPPAs
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testDeactivatingTokens
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testDryrunOption
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testEnsureHtaccess
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testGenerateHtpasswd
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testNoDeactivationOption
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testReplaceUpdatedHtpasswd
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testSendingCancellationEmail
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testSkippingOfDeletedPPAs
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testSkippingOfDisabledPPAs
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testSubscriptionExpiry
lp.archivepublisher.tests.test_generate_ppa_htaccess.TestPPAHtaccessTokenGeneration.testWriteHtpasswd
lp.archivepublisher.tests.test_publisher.TestPublisher.testCarefulPublishing
lp.archivepublisher.tests.test_publisher.TestPublisher.testDeletingArchive
lp.archivepublisher.tests.test_publisher.TestPublisher.testDeletingPPA
lp.archivepublisher.tests.test_publisher.TestPublisher.testDeletingPPAWithoutMetaData
lp.archivepublisher.tests.test_publisher.TestPublisher.testDeletionDetectionRespectsAllowedSuites
lp.archivepublisher.tests.test_publisher.TestPublisher.testDirtyingPocketsWithDeletedPackages
lp.archivepublisher.tests.test_publisher.TestPublisher.testInstantiate
lp.archivepublisher.tests.test_publisher.TestPublisher.testNonCarefulPublishing
lp.archivepublisher.tests.test_publisher.TestPublisher.testPPAArchiveIndex
lp.archivepublisher.tests.test_publisher.TestPublisher.testPartnerReleasePocketPublishing
lp.archivepublisher.tests.test_publisher.TestPublisher.testPendingArchive
lp.archivepublisher.tests.test_publisher.TestPublisher.testPublishPartner
lp.archivepublisher.tests.test_publisher.TestPublisher.testPublisherBuilderFunctions
lp.archivepublisher.tests.test_publisher.TestPublisher.testPublishing
lp.archivepublisher.tests.test_publisher.TestPublisher.testPublishingOnlyConsidersOneArchive
lp.archivepublisher.tests.test_publisher.TestPublisher.testPublishingSpecificDistroSeries
lp.archivepublisher.tests.test_publisher.TestPublisher.testPublishingSpecificPocket
lp.archivepublisher.tests.test_publisher.TestPublisher.testPublishingWorksForOtherArchives
lp.archivepublisher.tests.test_publisher.TestPublisher.testReleaseFile
lp.archivepublisher.tests.test_publisher.TestPublisher.testReleaseFileForNamedPPA
lp.archivepublisher.tests.test_publisher.TestPublisher.testReleaseFileForPPA
lp.archivepublisher.tests.test_publisher.TestPublisher.testReleaseFileForPartner
lp.archivepublisher.tests.test_publisher.TestPublisher.testWorldAndGroupReadablePackagesAndSources
lp.archivepublisher.tests.test_publisher.TestPublisherRepositorySignatures.testRepositorySignatureWithNoSigningKey
lp.archivepublisher.tests.test_publisher.TestPublisherRepositorySignatures.testRepositorySignatureWithSigningKey
lib/lp/archivepublisher/tests/archive-signing.txt
lib/lp/archivepublisher/tests/deathrow.txt
lib/lp/archivepublisher/tests/process-in-batches.txt
lib/lp/archivepublisher/tests/publisher-config.txt
lib/lp/archivepublisher/tests/publishing-meta-data-files.txt
lp.archiveuploader.tests.test_buildduploads.TestBuilddUploads.testDelayedBinaryUpload
lp.archiveuploader.tests.test_changesfile.ChangesFileTests.test_architectures
lp.archiveuploader.tests.test_changesfile.ChangesFileTests.test_checkFileName
lp.archiveuploader.tests.test_changesfile.ChangesFileTests.test_filename
lp.archiveuploader.tests.test_changesfile.ChangesFileTests.test_processAddresses
lp.archiveuploader.tests.test_changesfile.ChangesFileTests.test_requires_changed_by
lp.archiveuploader.tests.test_changesfile.ChangesFileTests.test_simulated_changelog
lp.archiveuploader.tests.test_changesfile.ChangesFileTests.test_source
lp.archiveuploader.tests.test_changesfile.ChangesFileTests.test_suite_name
lp.archiveuploader.tests.test_changesfile.ChangesFileTests.test_version
lp.archiveuploader.tests.test_dscfile.TestDscFileLibrarian.test_ReadOnlyCWD
testDuplicateDDEBsCauseErrors (lp.archiveuploader.tests.test_nascentupload.TestMatchDDEBs)
testLinksMatchingDDEBs (lp.archiveuploader.tests.test_nascentupload.TestMatchDDEBs)
testMismatchedDDEBsCauseErrors (lp.archiveuploader.tests.test_nascentupload.TestMatchDDEBs)
testNoLinksWithJustDEBs (lp.archiveuploader.tests.test_nascentupload.TestMatchDDEBs)
testNoLinksWithNoBinaries (lp.archiveuploader.tests.test_nascentupload.TestMatchDDEBs)
lib/lp/archiveuploader/tests/meta-data-custom-files.txt
lib/lp/archiveuploader/tests/nascentupload-announcements.txt
lib/lp/archiveuploader/tests/nascentupload-closing-bugs.txt
lib/lp/archiveuploader/tests/nascentupload-ddebs.txt
lib/lp/archiveuploader/tests/nascentupload-epoch-handling.txt
lib/lp/archiveuploader/tests/nascentupload-packageset.txt
lib/lp/archiveuploader/tests/nascentupload-publishing-accepted-sources.txt
lib/lp/archiveuploader/tests/nascentupload.txt
lib/lp/archiveuploader/tests/nascentuploadfile.txt
lib/lp/archiveuploader/tests/safe_fix_maintainer.txt
lib/lp/archiveuploader/tests/static-translations.txt
lib/lp/archiveuploader/tests/upload-karma.txt
lib/lp/archiveuploader/tests/upload-path-parsing.txt
lib/lp/archiveuploader/tests/uploadpolicy.txt
lp.archiveuploader.tests.test_nascentuploadfile.CustomUploadFileTests.test_custom_type
lp.archiveuploader.tests.test_nascentuploadfile.CustomUploadFileTests.test_storeInDatabase
lp.archiveuploader.tests.test_nascentuploadfile.DSCFileTests.test_filetype
lp.archiveuploader.tests.test_nascentuploadfile.DSCFileTests.test_storeInDatabase
lp.archiveuploader.tests.test_nascentuploadfile.DebBinaryUploadFileTests.test_parseControl
lp.archiveuploader.tests.test_nascentuploadfile.DebBinaryUploadFileTests.test_storeInDatabase
lp.archiveuploader.tests.test_nascentuploadfile.DebBinaryUploadFileTests.test_unknown_priority
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testCustomUploadToPPA
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testCustomUploadToPrivatePPA
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testMixedUpload
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testNamedPPABinaryUploads
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testNamedPPAUploadDefault
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testNamedPPAUploadNonDefault
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testNamedPPAUploadWithSeries
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testNotMemberUploadToTeamPPA
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPGPSignatureNotPreserved
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPPABinaryUploads
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPPACopiedSources
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPPADistroSeriesOverrides
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPPAInvalidComponentUpload
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPPAPartnerUpload
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPPAPublisherOverrides
lp.archiveuploader.tests.test_ppauploadprocessor.TestPPAUploadProcessor.testPPAUploadResultingInNoBuilds
WARNING: A test appears to be hung. There has been no output for 600 seconds.
Forcibly shutting down the test suite
Process group 7419 will be killed
Sending signal 15 to process group 7419
Sending signal 2 to process group 7419
Sending signal 1 to process group 7419
Sending signal 9 to process group 7419
Process group 7419 is now empty.
The dying processes left behind the following output:
--------------- BEGIN OUTPUT ---------------
---------------- END OUTPUT ----------------
Tests failed (exit code -9)
make: *** [check] Error 247
abentley@stumpy:~/launchpad/permit-commands$
Follow ups