Bug#566373: FTBFS: Test fails for Catalyst-Plugin-SubRequest-0.14

Salvatore Bonaccorso salvatore.bonaccorso at gmail.com
Sat Jan 23 09:04:45 UTC 2010


Package: libcatalyst-modules-perl
Version: 35
Severity: serious
Justification: FTBFS

Hi

libcatalyst-modules-perl FTBFS on tests for
Catalyst-Plugin-SubRequest-0.14.

> Cannot determine perl version info from lib/Catalyst/Plugin/SubRequest.pm
> *** Module::AutoInstall version 1.03
> *** Checking for Perl dependencies...
> [Core Features]
> - Catalyst::Runtime ...loaded. (5.80018 >= 5.7012)
> - Test::More        ...loaded. (0.92)
> *** Module::AutoInstall configuration finished.
> Checking if your kit is complete...
> Looks good
> Writing Makefile for Catalyst::Plugin::SubRequest
> make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-SubRequest-0.14'
> cp lib/Catalyst/Plugin/SubRequest.pm blib/lib/Catalyst/Plugin/SubRequest.pm
> Manifying blib/man3/Catalyst::Plugin::SubRequest.3pm
> make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-SubRequest-0.14'
> make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-SubRequest-0.14'
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/01use.t t/02subreq.t t/03pod.t t/04podcoverage.t
> t/01use.t .......... ok
> [warn] Action methods (begin, subtest, normal, subtest_params, end) found defined in your application class, TestApp. This is deprecated, please move them into a Root controller.
> [error] Caught exception in TestApp->subtest "body is a reader at /tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-SubRequest-0.14/blib/lib/Catalyst/Plugin/SubRequest.pm line 132"
> 
> #   Failed test 'OK status code'
> #   at t/02subreq.t line 19.
> #          got: '500'
> #     expected: '200'
> 
> #   Failed test 'Normal request content'
> #   at t/02subreq.t line 20.
> #          got: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> #     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> # <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
> # <head>
> #     <meta http-equiv="Content-Language" content="en" />
> #     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
> #     <title>subrequest test</title>
> #     <script type="text/javascript">
> #         <!--
> #         function toggleDump (dumpElement) {
> #             var e = document.getElementById( dumpElement );
> #             if (e.style.display == "none") {
> #                 e.style.display = "";
> #             }
> #             else {
> #                 e.style.display = "none";
> #             }
> #         }
> #         -->
> #     </script>
> #     <style type="text/css">
> #         body {
> #             font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana,
> #                          Tahoma, Arial, helvetica, sans-serif;
> #             color: #333;
> #             background-color: #eee;
> #             margin: 0px;
> #             padding: 0px;
> #         }
> #         :link, :link:hover, :visited, :visited:hover {
> #             color: #000;
> #         }
> #         div.box {
> #             position: relative;
> #             background-color: #ccc;
> #             border: 1px solid #aaa;
> #             padding: 4px;
> #             margin: 10px;
> #         }
> #         div.error {
> #             background-color: #cce;
> #             border: 1px solid #755;
> #             padding: 8px;
> #             margin: 4px;
> #             margin-bottom: 10px;
> #         }
> #         div.infos {
> #             background-color: #eee;
> #             border: 1px solid #575;
> #             padding: 8px;
> #             margin: 4px;
> #             margin-bottom: 10px;
> #         }
> #         div.name {
> #             background-color: #cce;
> #             border: 1px solid #557;
> #             padding: 8px;
> #             margin: 4px;
> #         }
> #         code.error {
> #             display: block;
> #             margin: 1em 0;
> #             overflow: auto;
> #         }
> #         div.name h1, div.error p {
> #             margin: 0;
> #         }
> #         h2 {
> #             margin-top: 0;
> #             margin-bottom: 10px;
> #             font-size: medium;
> #             font-weight: bold;
> #             text-decoration: underline;
> #         }
> #         h1 {
> #             font-size: medium;
> #             font-weight: normal;
> #         }
> #         /* from http://users.tkk.fi/~tkarvine/linux/doc/pre-wrap/pre-wrap-css3-mozilla-opera-ie.html */
> #         /* Browser specific (not valid) styles to make preformatted text wrap */
> #         pre {
> #             white-space: pre-wrap;       /* css-3 */
> #             white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
> #             white-space: -pre-wrap;      /* Opera 4-6 */
> #             white-space: -o-pre-wrap;    /* Opera 7 */
> #             word-wrap: break-word;       /* Internet Explorer 5.5+ */
> #         }
> #     </style>
> # </head>
> # <body>
> #     <div class="box">
> #         <div class="error"></div>
> #         <div class="infos"><pre>
> # (en) Please come back later
> # (fr) SVP veuillez revenir plus tard
> # (de) Bitte versuchen sie es spaeter nocheinmal
> # (at) Konnten's bitt'schoen spaeter nochmal reinschauen
> # (no) Vennligst prov igjen senere
> # (dk) Venligst prov igen senere
> # (pl) Prosze sprobowac pozniej
> # (pt) Por favor volte mais tarde
> # (ru) Попробуйте еще раз позже
> # (ua) Спробуйте ще раз пізніше
> # </pre>
> # </div>
> #         <div class="name"></div>
> #     </div>
> # </body>
> # </html>
> #                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 '
> #     expected: '11433'
> [error] Caught exception in TestApp->subtest_params "body is a reader at /tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-SubRequest-0.14/blib/lib/Catalyst/Plugin/SubRequest.pm line 132"
> 
> #   Failed test 'OK status code'
> #   at t/02subreq.t line 25.
> #          got: '500'
> #     expected: '200'
> 
> #   Failed test 'Normal request content'
> #   at t/02subreq.t line 26.
> #          got: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> #     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> # <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
> # <head>
> #     <meta http-equiv="Content-Language" content="en" />
> #     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
> #     <title>subrequest test</title>
> #     <script type="text/javascript">
> #         <!--
> #         function toggleDump (dumpElement) {
> #             var e = document.getElementById( dumpElement );
> #             if (e.style.display == "none") {
> #                 e.style.display = "";
> #             }
> #             else {
> #                 e.style.display = "none";
> #             }
> #         }
> #         -->
> #     </script>
> #     <style type="text/css">
> #         body {
> #             font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana,
> #                          Tahoma, Arial, helvetica, sans-serif;
> #             color: #333;
> #             background-color: #eee;
> #             margin: 0px;
> #             padding: 0px;
> #         }
> #         :link, :link:hover, :visited, :visited:hover {
> #             color: #000;
> #         }
> #         div.box {
> #             position: relative;
> #             background-color: #ccc;
> #             border: 1px solid #aaa;
> #             padding: 4px;
> #             margin: 10px;
> #         }
> #         div.error {
> #             background-color: #cce;
> #             border: 1px solid #755;
> #             padding: 8px;
> #             margin: 4px;
> #             margin-bottom: 10px;
> #         }
> #         div.infos {
> #             background-color: #eee;
> #             border: 1px solid #575;
> #             padding: 8px;
> #             margin: 4px;
> #             margin-bottom: 10px;
> #         }
> #         div.name {
> #             background-color: #cce;
> #             border: 1px solid #557;
> #             padding: 8px;
> #             margin: 4px;
> #         }
> #         code.error {
> #             display: block;
> #             margin: 1em 0;
> #             overflow: auto;
> #         }
> #         div.name h1, div.error p {
> #             margin: 0;
> #         }
> #         h2 {
> #             margin-top: 0;
> #             margin-bottom: 10px;
> #             font-size: medium;
> #             font-weight: bold;
> #             text-decoration: underline;
> #         }
> #         h1 {
> #             font-size: medium;
> #             font-weight: normal;
> #         }
> #         /* from http://users.tkk.fi/~tkarvine/linux/doc/pre-wrap/pre-wrap-css3-mozilla-opera-ie.html */
> #         /* Browser specific (not valid) styles to make preformatted text wrap */
> #         pre {
> #             white-space: pre-wrap;       /* css-3 */
> #             white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
> #             white-space: -pre-wrap;      /* Opera 4-6 */
> #             white-space: -o-pre-wrap;    /* Opera 7 */
> #             word-wrap: break-word;       /* Internet Explorer 5.5+ */
> #         }
> #     </style>
> # </head>
> # <body>
> #     <div class="box">
> #         <div class="error"></div>
> #         <div class="infos"><pre>
> # (en) Please come back later
> # (fr) SVP veuillez revenir plus tard
> # (de) Bitte versuchen sie es spaeter nocheinmal
> # (at) Konnten's bitt'schoen spaeter nochmal reinschauen
> # (no) Vennligst prov igjen senere
> # (dk) Venligst prov igen senere
> # (pl) Prosze sprobowac pozniej
> # (pt) Por favor volte mais tarde
> # (ru) Попробуйте еще раз позже
> # (ua) Спробуйте ще раз пізніше
> # </pre>
> # </div>
> #         <div class="name"></div>
> #     </div>
> # </body>
> # </html>
> #                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 '
> #     expected: '1abc3'
> # Looks like you failed 4 tests of 9.
> t/02subreq.t ....... 
> Dubious, test returned 4 (wstat 1024, 0x400)
> Failed 4/9 subtests 
> t/03pod.t .......... ok
> t/04podcoverage.t .. ok
> 
> Test Summary Report
> -------------------
> t/02subreq.t     (Wstat: 1024 Tests: 9 Failed: 4)
>   Failed tests:  5-6, 8-9
>   Non-zero exit status: 4
> Files=4, Tests=12,  1 wallclock secs ( 0.01 usr  0.02 sys +  0.57 cusr  0.10 csys =  0.70 CPU)
> Result: FAIL
> Failed 1/4 test programs. 4/12 subtests failed.
> make[2]: *** [test_dynamic] Error 255
> make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-SubRequest-0.14'
> make[1]: *** [override_dh_auto_install] Error 2
> make[1]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35'
> make: *** [binary] Error 2
> dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
> E: Failed autobuilding of package
> I: unmounting dev/pts filesystem
> I: unmounting proc filesystem
>  -> Cleaning COW directory
>   forking: rm -rf /home/pbuilder/build//cow.4247 

Bests
Salvatore

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
-------------- next part --------------
 -> Copying COW directory
  forking: rm -rf /home/pbuilder/build//cow.4247 
  forking: cp -al /home/pbuilder/sid-amd64.base.cow /home/pbuilder/build//cow.4247 
I: removed stale ilistfile /home/pbuilder/build//cow.4247/.ilist
  forking: chroot /home/pbuilder/build//cow.4247 cowdancer-ilistcreate /.ilist find . -xdev -path ./home -prune -o \( \( -type l -o -type f \) -a -links +1 -print0 \) | xargs -0 stat --format '%d %i ' 
 -> Invoking pbuilder
  forking: pbuilder build --buildplace /home/pbuilder/build//cow.4247 --buildresult /home/pbuilder/sid-amd64/result/ --debbuildopts  --no-targz --internal-chrootexec chroot /home/pbuilder/build//cow.4247 cow-shell /tmp/tmp.ytQFLIvWGQ/libcatalyst-modules-perl_35.dsc 
I: Running in no-targz mode
I: using fakeroot in build.
I: Current time: Sat Jan 23 09:43:16 CET 2010
I: pbuilder-time-stamp: 1264236196
I: copying local configuration
I: mounting /proc filesystem
I: mounting /dev/pts filesystem
I: policy-rc.d already exists
I: Obtaining the cached apt archive contents
I: Installing the build-deps
 -> Attempting to satisfy build-dependencies
 -> Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team <pbuilder-maint at lists.alioth.debian.org>
Description: Dummy package to satisfy dependencies with aptitude - created by pbuilder
 This package was created automatically by pbuilder and should
Depends: debhelper (>= 7.2.13), quilt (>= 0.46-7), perl, libuniversal-isa-perl, libuniversal-can-perl, libdbd-sqlite3-perl, libclass-dbi-perl, liblog-log4perl-perl, libtest-deep-perl, libtest-exception-perl, libcatalyst-perl (>= 5.7012-7), libfile-slurp-perl, libcatalyst-view-tt-perl, libtest-pod-perl, libtest-pod-coverage-perl, libpath-class-perl, libhtml-prototype-perl, libdevel-stacktrace-perl, libobject-signature-perl, libcache-cache-perl, libclass-throwable-perl, libset-object-perl, libdbix-class-perl (>= 0.08111), libhtml-widget-perl, libdbix-class-schema-loader-perl, libparams-validate-perl, libcache-fastmmap-perl, libauthen-simple-perl, liblocale-maketext-simple-perl, liblocale-maketext-lexicon-perl, libconfig-general-perl, libjson-perl, libconfig-tiny-perl, libxml-simple-perl, libyaml-perl, libdata-visitor-perl, libtest-www-mechanize-perl (>= 1.16), libconfig-any-perl, libcgi-formbuilder-perl, libjson-any-perl, libhtml-mason-perl, libsub-install-perl, libemail-mime-perl (>= 1.859), libemail-mime-perl (>= 1.901) | libemail-mime-creator-perl (>= 1.453), libclass-c3-perl, libemail-send-perl (>= 2.185), libtest-www-mechanize-catalyst-perl, libtemplate-perl, libregexp-assemble-perl, libhtml-formfu-perl (>= 0.04001), libtask-weaken-perl, libmoose-perl, libtie-ixhash-perl, libtest-warn-perl, libauthen-sasl-perl, libmoosex-emulate-class-accessor-fast-perl (>= 0.00801), libfile-changenotify-perl, libmoose-autobox-perl, libhash-merge-perl, libdbix-class-cursor-cached-perl, libmoosex-traits-pluggable-perl, libtest-log4perl-perl, libtest-file-perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
dpkg-deb: building package `pbuilder-satisfydepends-dummy' in `/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Reading package lists...
Building dependency tree...
Reading state information...
aptitude is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Selecting previously deselected package pbuilder-satisfydepends-dummy.
(Reading database ... 11222 files and directories currently installed.)
Unpacking pbuilder-satisfydepends-dummy (from .../pbuilder-satisfydepends-dummy.deb) ...
dpkg: dependency problems prevent configuration of pbuilder-satisfydepends-dummy:
 pbuilder-satisfydepends-dummy depends on debhelper (>= 7.2.13); however:
  Package debhelper is not installed.
 pbuilder-satisfydepends-dummy depends on quilt (>= 0.46-7); however:
  Package quilt is not installed.
 pbuilder-satisfydepends-dummy depends on libuniversal-isa-perl; however:
  Package libuniversal-isa-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libuniversal-can-perl; however:
  Package libuniversal-can-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libdbd-sqlite3-perl; however:
  Package libdbd-sqlite3-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libclass-dbi-perl; however:
  Package libclass-dbi-perl is not installed.
 pbuilder-satisfydepends-dummy depends on liblog-log4perl-perl; however:
  Package liblog-log4perl-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libtest-deep-perl; however:
  Package libtest-deep-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libtest-exception-perl; however:
  Package libtest-exception-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libcatalyst-perl (>= 5.7012-7); however:
  Package libcatalyst-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libfile-slurp-perl; however:
  Package libfile-slurp-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libcatalyst-view-tt-perl; however:
  Package libcatalyst-view-tt-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libtest-pod-perl; however:
  Package libtest-pod-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libtest-pod-coverage-perl; however:
  Package libtest-pod-coverage-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libpath-class-perl; however:
  Package libpath-class-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libhtml-prototype-perl; however:
  Package libhtml-prototype-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libdevel-stacktrace-perl; however:
  Package libdevel-stacktrace-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libobject-signature-perl; however:
  Package libobject-signature-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libcache-cache-perl; however:
  Package libcache-cache-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libclass-throwable-perl; however:
  Package libclass-throwable-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libset-object-perl; however:
  Package libset-object-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libdbix-class-perl (>= 0.08111); however:
  Package libdbix-class-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libhtml-widget-perl; however:
  Package libhtml-widget-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libdbix-class-schema-loader-perl; however:
  Package libdbix-class-schema-loader-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libparams-validate-perl; however:
  Package libparams-validate-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libcache-fastmmap-perl; however:
  Package libcache-fastmmap-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libauthen-simple-perl; however:
  Package libauthen-simple-perl is not installed.
 pbuilder-satisfydepends-dummy depends on liblocale-maketext-lexicon-perl; however:
  Package liblocale-maketext-lexicon-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libconfig-general-perl; however:
  Package libconfig-general-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libjson-perl; however:
  Package libjson-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libconfig-tiny-perl; however:
  Package libconfig-tiny-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libxml-simple-perl; however:
  Package libxml-simple-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libyaml-perl; however:
  Package libyaml-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libdata-visitor-perl; however:
  Package libdata-visitor-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libtest-www-mechanize-perl (>= 1.16); however:
  Package libtest-www-mechanize-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libconfig-any-perl; however:
  Package libconfig-any-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libcgi-formbuilder-perl; however:
  Package libcgi-formbuilder-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libjson-any-perl; however:
  Package libjson-any-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libhtml-mason-perl; however:
  Package libhtml-mason-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libsub-install-perl; however:
  Package libsub-install-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libemail-mime-perl (>= 1.859); however:
  Package libemail-mime-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libemail-mime-perl (>= 1.901) | libemail-mime-creator-perl (>= 1.453); however:
  Package libemail-mime-perl is not installed.
  Package libemail-mime-creator-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libclass-c3-perl; however:
  Package libclass-c3-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libemail-send-perl (>= 2.185); however:
  Package libemail-send-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libtest-www-mechanize-catalyst-perl; however:
  Package libtest-www-mechanize-catalyst-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libtemplate-perl; however:
  Package libtemplate-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libregexp-assemble-perl; however:
  Package libregexp-assemble-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libhtml-formfu-perl (>= 0.04001); however:
  Package libhtml-formfu-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libtask-weaken-perl; however:
  Package libtask-weaken-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libmoose-perl; however:
  Package libmoose-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libtie-ixhash-perl; however:
  Package libtie-ixhash-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libtest-warn-perl; however:
  Package libtest-warn-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libauthen-sasl-perl; however:
  Package libauthen-sasl-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libmoosex-emulate-class-accessor-fast-perl (>= 0.00801); however:
  Package libmoosex-emulate-class-accessor-fast-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libfile-changenotify-perl; however:
  Package libfile-changenotify-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libmoose-autobox-perl; however:
  Package libmoose-autobox-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libhash-merge-perl; however:
  Package libhash-merge-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libdbix-class-cursor-cached-perl; however:
  Package libdbix-class-cursor-cached-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libmoosex-traits-pluggable-perl; however:
  Package libmoosex-traits-pluggable-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libtest-log4perl-perl; however:
  Package libtest-log4perl-perl is not installed.
 pbuilder-satisfydepends-dummy depends on libtest-file-perl; however:
  Package libtest-file-perl is not installed.
dpkg: error processing pbuilder-satisfydepends-dummy (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 pbuilder-satisfydepends-dummy
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
The following NEW packages will be installed:
  bsdmainutils{a} debhelper{a} diffstat{a} file{a} gettext{a} 
  gettext-base{a} groff-base{a} html2text{a} intltool-debian{a} 
  libalgorithm-c3-perl{a} libaliased-perl{a} libappconfig-perl{a} 
  libauthen-sasl-perl{a} libauthen-simple-perl{a} libautobox-perl{a} 
  libb-hooks-endofscope-perl{a} libbit-vector-perl{a} libboolean-perl{a} 
  libcache-cache-perl{a} libcache-fastmmap-perl{a} 
  libcaptcha-recaptcha-perl{a} libcarp-assert-more-perl{a} 
  libcarp-assert-perl{a} libcarp-clan-perl{a} libcatalyst-perl{a} 
  libcatalyst-view-tt-perl{a} libcgi-formbuilder-perl{a} 
  libcgi-simple-perl{a} libclass-accessor-chained-perl{a} 
  libclass-accessor-grouped-perl{a} libclass-accessor-perl{a} 
  libclass-c3-adopt-next-perl{a} libclass-c3-componentised-perl{a} 
  libclass-c3-perl{a} libclass-container-perl{a} 
  libclass-data-accessor-perl{a} libclass-data-inheritable-perl{a} 
  libclass-dbi-perl{a} libclass-factory-util-perl{a} 
  libclass-inspector-perl{a} libclass-mop-perl{a} 
  libclass-singleton-perl{a} libclass-throwable-perl{a} 
  libclass-trigger-perl{a} libclone-perl{a} libconfig-any-perl{a} 
  libconfig-general-perl{a} libconfig-tiny-perl{a} libcroco3{a} 
  libcrypt-cbc-perl{a} libcrypt-des-perl{a} libcrypt-passwdmd5-perl{a} 
  libdata-alias-perl{a} libdata-dump-perl{a} libdata-dumper-concise-perl{a} 
  libdata-optlist-perl{a} libdata-page-perl{a} libdata-visitor-perl{a} 
  libdate-calc-perl{a} libdatetime-format-builder-perl{a} 
  libdatetime-format-natural-perl{a} libdatetime-format-strptime-perl{a} 
  libdatetime-locale-perl{a} libdatetime-perl{a} 
  libdatetime-timezone-perl{a} libdbd-sqlite3-perl{a} libdbi-perl{a} 
  libdbix-class-cursor-cached-perl{a} libdbix-class-perl{a} 
  libdbix-class-schema-loader-perl{a} libdbix-contextualfetch-perl{a} 
  libdevel-caller-perl{a} libdevel-globaldestruction-perl{a} 
  libdevel-stacktrace-perl{a} libdevel-symdump-perl{a} 
  libdigest-hmac-perl{a} libdigest-sha1-perl{a} libemail-abstract-perl{a} 
  libemail-address-perl{a} libemail-date-format-perl{a} 
  libemail-messageid-perl{a} libemail-mime-contenttype-perl{a} 
  libemail-mime-encodings-perl{a} libemail-mime-perl{a} 
  libemail-send-perl{a} libemail-simple-perl{a} libemail-valid-perl{a} 
  liberror-perl{a} libexception-class-perl{a} libexporter-lite-perl{a} 
  libextutils-autoinstall-perl{a} libextutils-install-perl{a} 
  libfile-changenotify-perl{a} libfile-copy-recursive-perl{a} 
  libfile-modified-perl{a} libfile-remove-perl{a} libfile-sharedir-perl{a} 
  libfile-slurp-perl{a} libgetopt-long-descriptive-perl{a} libglib2.0-0{a} 
  libhash-flatten-perl{a} libhash-merge-perl{a} libhtml-formfu-perl{a} 
  libhtml-mason-perl{a} libhtml-parser-perl{a} libhtml-prototype-perl{a} 
  libhtml-scrubber-perl{a} libhtml-tagset-perl{a} libhtml-tiny-perl{a} 
  libhtml-tokeparser-simple-perl{a} libhtml-tree-perl{a} 
  libhtml-widget-perl{a} libhttp-body-perl{a} libhttp-request-ascgi-perl{a} 
  libhttp-server-simple-perl{a} libima-dbi-perl{a} libio-stringy-perl{a} 
  libipc-sharelite-perl{a} libjs-prototype{a} libjs-scriptaculous{a} 
  libjson-any-perl{a} libjson-perl{a} liblingua-en-inflect-number-perl{a} 
  liblingua-en-inflect-perl{a} liblingua-en-numbers-ordinate-perl{a} 
  liblist-moreutils-perl{a} liblocale-maketext-lexicon-perl{a} 
  liblog-log4perl-perl{a} liblog-trace-perl{a} libmagic1{a} 
  libmailtools-perl{a} libmime-types-perl{a} libmodule-find-perl{a} 
  libmodule-install-perl{a} libmodule-pluggable-fast-perl{a} 
  libmodule-pluggable-perl{a} libmodule-scandeps-perl{a} 
  libmoose-autobox-perl{a} libmoose-perl{a} 
  libmoosex-attributehelpers-perl{a} 
  libmoosex-emulate-class-accessor-fast-perl{a} libmoosex-getopt-perl{a} 
  libmoosex-methodattributes-perl{a} libmoosex-params-validate-perl{a} 
  libmoosex-role-withoverloading-perl{a} 
  libmoosex-semiaffordanceaccessor-perl{a} 
  libmoosex-traits-pluggable-perl{a} libmoosex-types-common-perl{a} 
  libmoosex-types-perl{a} libmro-compat-perl{a} 
  libnamespace-autoclean-perl{a} libnamespace-clean-perl{a} 
  libnet-daemon-perl{a} libnet-dns-perl{a} libnet-domain-tld-perl{a} 
  libnet-ip-perl{a} libnumber-format-perl{a} libobject-signature-perl{a} 
  libpadwalker-perl{a} libpar-dist-perl{a} libparams-util-perl{a} 
  libparams-validate-perl{a} libpath-class-perl{a} libpcre3{a} 
  libperl6-junction-perl{a} libplrpc-perl{a} libpod-coverage-perl{a} 
  libreadonly-perl{a} libregexp-assemble-perl{a} libregexp-common-perl{a} 
  libregexp-copy-perl{a} libreturn-value-perl{a} libscope-guard-perl{a} 
  libscope-upper-perl{a} libset-object-perl{a} 
  libsql-abstract-limit-perl{a} libsql-abstract-perl{a} 
  libstring-rewriteprefix-perl{a} libsub-exporter-perl{a} 
  libsub-identify-perl{a} libsub-install-perl{a} libsub-name-perl{a} 
  libsub-uplevel-perl{a} libtask-weaken-perl{a} libtemplate-perl{a} 
  libtemplate-provider-encoding-perl{a} libtemplate-timer-perl{a} 
  libtest-assertions-perl{a} libtest-deep-perl{a} libtest-exception-perl{a} 
  libtest-file-perl{a} libtest-log4perl-perl{a} libtest-longstring-perl{a} 
  libtest-mockobject-perl{a} libtest-pod-coverage-perl{a} 
  libtest-pod-perl{a} libtest-use-ok-perl{a} libtest-warn-perl{a} 
  libtest-www-mechanize-catalyst-perl{a} libtest-www-mechanize-perl{a} 
  libtext-simpletable-perl{a} libtie-ixhash-perl{a} libtie-toobject-perl{a} 
  libtree-dagnode-perl{a} libtree-simple-perl{a} 
  libtree-simple-visitorfactory-perl{a} libtry-tiny-perl{a} 
  libuniversal-can-perl{a} libuniversal-exports-perl{a} 
  libuniversal-isa-perl{a} libuniversal-moniker-perl{a} 
  libuniversal-require-perl{a} liburi-perl{a} libvariable-magic-perl{a} 
  libwww-mechanize-perl{a} libwww-perl{a} libxml-libxml-perl{a} 
  libxml-namespacesupport-perl{a} libxml-sax-perl{a} libxml-simple-perl{a} 
  libxml2{a} libyaml-libyaml-perl{a} libyaml-perl{a} libyaml-tiny-perl{a} 
  man-db{a} netbase{a} po-debconf{a} quilt{a} ucf{a} 
The following partially installed packages will be configured:
  pbuilder-satisfydepends-dummy 
0 packages upgraded, 229 newly installed, 0 to remove and 0 not upgraded.
Need to get 109kB/24.6MB of archives. After unpacking 88.0MB will be used.
Writing extended state information...
Get:1 http://ftp.ch.debian.org sid/main libconfig-general-perl 2.44-1 [69.5kB]
Get:2 http://ftp.ch.debian.org sid/main liblingua-en-numbers-ordinate-perl 1.02-3 [10.9kB]
Get:3 http://ftp.ch.debian.org sid/main libtest-log4perl-perl 0.1001-2 [12.7kB]
Get:4 http://ftp.ch.debian.org sid/main libtest-file-perl 1.29-1 [15.8kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 109kB in 0s (479kB/s)
Selecting previously deselected package libmagic1.
(Reading database ... 11222 files and directories currently installed.)
Unpacking libmagic1 (from .../libmagic1_5.03-5_amd64.deb) ...
Selecting previously deselected package file.
Unpacking file (from .../archives/file_5.03-5_amd64.deb) ...
Selecting previously deselected package html2text.
Unpacking html2text (from .../html2text_1.3.2a-14_amd64.deb) ...
Selecting previously deselected package libpcre3.
Unpacking libpcre3 (from .../libpcre3_7.8-3_amd64.deb) ...
Selecting previously deselected package libglib2.0-0.
Unpacking libglib2.0-0 (from .../libglib2.0-0_2.22.4-1_amd64.deb) ...
Selecting previously deselected package libxml2.
Unpacking libxml2 (from .../libxml2_2.7.6.dfsg-2_amd64.deb) ...
Selecting previously deselected package libcroco3.
Unpacking libcroco3 (from .../libcroco3_0.6.2-1_amd64.deb) ...
Selecting previously deselected package gettext-base.
Unpacking gettext-base (from .../gettext-base_0.17-8_amd64.deb) ...
Selecting previously deselected package gettext.
Unpacking gettext (from .../gettext_0.17-8_amd64.deb) ...
Selecting previously deselected package intltool-debian.
Unpacking intltool-debian (from .../intltool-debian_0.35.0+20060710.1_all.deb) ...
Selecting previously deselected package po-debconf.
Unpacking po-debconf (from .../po-debconf_1.0.16_all.deb) ...
Selecting previously deselected package groff-base.
Unpacking groff-base (from .../groff-base_1.20.1-6_amd64.deb) ...
Selecting previously deselected package bsdmainutils.
Unpacking bsdmainutils (from .../bsdmainutils_8.0.6_amd64.deb) ...
Selecting previously deselected package man-db.
Unpacking man-db (from .../man-db_2.5.6-5_amd64.deb) ...
Selecting previously deselected package debhelper.
Unpacking debhelper (from .../debhelper_7.4.11_all.deb) ...
Selecting previously deselected package diffstat.
Unpacking diffstat (from .../diffstat_1.47-1_amd64.deb) ...
Selecting previously deselected package quilt.
Unpacking quilt (from .../archives/quilt_0.48-4_all.deb) ...
Selecting previously deselected package libuniversal-isa-perl.
Unpacking libuniversal-isa-perl (from .../libuniversal-isa-perl_1.02-1_all.deb) ...
Selecting previously deselected package libuniversal-can-perl.
Unpacking libuniversal-can-perl (from .../libuniversal-can-perl_1.16-1_all.deb) ...
Selecting previously deselected package libnet-daemon-perl.
Unpacking libnet-daemon-perl (from .../libnet-daemon-perl_0.43-1_all.deb) ...
Selecting previously deselected package libplrpc-perl.
Unpacking libplrpc-perl (from .../libplrpc-perl_0.2020-2_all.deb) ...
Selecting previously deselected package libdbi-perl.
Unpacking libdbi-perl (from .../libdbi-perl_1.609-1_amd64.deb) ...
Selecting previously deselected package libdbd-sqlite3-perl.
Unpacking libdbd-sqlite3-perl (from .../libdbd-sqlite3-perl_1.29-1_amd64.deb) ...
Selecting previously deselected package libsub-name-perl.
Unpacking libsub-name-perl (from .../libsub-name-perl_0.04-1_amd64.deb) ...
Selecting previously deselected package libclass-accessor-perl.
Unpacking libclass-accessor-perl (from .../libclass-accessor-perl_0.34-1_all.deb) ...
Selecting previously deselected package libclass-data-inheritable-perl.
Unpacking libclass-data-inheritable-perl (from .../libclass-data-inheritable-perl_0.08-1_all.deb) ...
Selecting previously deselected package libdbix-contextualfetch-perl.
Unpacking libdbix-contextualfetch-perl (from .../libdbix-contextualfetch-perl_1.03-3_all.deb) ...
Selecting previously deselected package libima-dbi-perl.
Unpacking libima-dbi-perl (from .../libima-dbi-perl_0.35-1_all.deb) ...
Selecting previously deselected package libio-stringy-perl.
Unpacking libio-stringy-perl (from .../libio-stringy-perl_2.110-4_all.deb) ...
Selecting previously deselected package libclass-trigger-perl.
Unpacking libclass-trigger-perl (from .../libclass-trigger-perl_0.14-1_all.deb) ...
Selecting previously deselected package libuniversal-moniker-perl.
Unpacking libuniversal-moniker-perl (from .../libuniversal-moniker-perl_0.08-6_all.deb) ...
Selecting previously deselected package libclone-perl.
Unpacking libclone-perl (from .../libclone-perl_0.31-1_amd64.deb) ...
Selecting previously deselected package libclass-dbi-perl.
Unpacking libclass-dbi-perl (from .../libclass-dbi-perl_3.0.17-3_all.deb) ...
Selecting previously deselected package liblog-log4perl-perl.
Unpacking liblog-log4perl-perl (from .../liblog-log4perl-perl_1.26-1_all.deb) ...
Selecting previously deselected package libtest-deep-perl.
Unpacking libtest-deep-perl (from .../libtest-deep-perl_0.106-1_all.deb) ...
Selecting previously deselected package libsub-uplevel-perl.
Unpacking libsub-uplevel-perl (from .../libsub-uplevel-perl_0.2200-1_all.deb) ...
Selecting previously deselected package libtest-exception-perl.
Unpacking libtest-exception-perl (from .../libtest-exception-perl_0.29-1_all.deb) ...
Selecting previously deselected package libfile-slurp-perl.
Unpacking libfile-slurp-perl (from .../libfile-slurp-perl_9999.13-1_all.deb) ...
Selecting previously deselected package libextutils-autoinstall-perl.
Unpacking libextutils-autoinstall-perl (from .../libextutils-autoinstall-perl_0.63-1_all.deb) ...
Selecting previously deselected package libdata-dump-perl.
Unpacking libdata-dump-perl (from .../libdata-dump-perl_1.15-1_all.deb) ...
Selecting previously deselected package liburi-perl.
Unpacking liburi-perl (from .../liburi-perl_1.52-1_all.deb) ...
Selecting previously deselected package libhtml-tagset-perl.
Unpacking libhtml-tagset-perl (from .../libhtml-tagset-perl_3.20-2_all.deb) ...
Selecting previously deselected package libhtml-parser-perl.
Unpacking libhtml-parser-perl (from .../libhtml-parser-perl_3.64-1_amd64.deb) ...
Selecting previously deselected package libhtml-tree-perl.
Unpacking libhtml-tree-perl (from .../libhtml-tree-perl_3.23-1_all.deb) ...
Selecting previously deselected package netbase.
Unpacking netbase (from .../archives/netbase_4.40_all.deb) ...
Selecting previously deselected package libwww-perl.
Unpacking libwww-perl (from .../libwww-perl_5.834-1_all.deb) ...
Selecting previously deselected package libclass-inspector-perl.
Unpacking libclass-inspector-perl (from .../libclass-inspector-perl_1.24-1_all.deb) ...
Selecting previously deselected package libtree-simple-perl.
Unpacking libtree-simple-perl (from .../libtree-simple-perl_1.18-1_all.deb) ...
Selecting previously deselected package libtext-simpletable-perl.
Unpacking libtext-simpletable-perl (from .../libtext-simpletable-perl_1.2-1_all.deb) ...
Selecting previously deselected package libpath-class-perl.
Unpacking libpath-class-perl (from .../libpath-class-perl_0.18-1_all.deb) ...
Selecting previously deselected package libtree-simple-visitorfactory-perl.
Unpacking libtree-simple-visitorfactory-perl (from .../libtree-simple-visitorfactory-perl_0.10-1.1_all.deb) ...
Selecting previously deselected package libtest-mockobject-perl.
Unpacking libtest-mockobject-perl (from .../libtest-mockobject-perl_1.09-1_all.deb) ...
Selecting previously deselected package libyaml-perl.
Unpacking libyaml-perl (from .../libyaml-perl_0.71-1_all.deb) ...
Selecting previously deselected package libhttp-body-perl.
Unpacking libhttp-body-perl (from .../libhttp-body-perl_1.06-1_all.deb) ...
Selecting previously deselected package libfile-modified-perl.
Unpacking libfile-modified-perl (from .../libfile-modified-perl_0.07-2_all.deb) ...
Selecting previously deselected package libhttp-request-ascgi-perl.
Unpacking libhttp-request-ascgi-perl (from .../libhttp-request-ascgi-perl_1.2-1_all.deb) ...
Selecting previously deselected package libextutils-install-perl.
Unpacking libextutils-install-perl (from .../libextutils-install-perl_1.54-1_all.deb) ...
Selecting previously deselected package libfile-remove-perl.
Unpacking libfile-remove-perl (from .../libfile-remove-perl_1.42-3_all.deb) ...
Selecting previously deselected package libjson-perl.
Unpacking libjson-perl (from .../libjson-perl_2.17-1_all.deb) ...
Selecting previously deselected package libmodule-scandeps-perl.
Unpacking libmodule-scandeps-perl (from .../libmodule-scandeps-perl_0.95-1_all.deb) ...
Selecting previously deselected package libpar-dist-perl.
Unpacking libpar-dist-perl (from .../libpar-dist-perl_0.45-1_all.deb) ...
Selecting previously deselected package libyaml-tiny-perl.
Unpacking libyaml-tiny-perl (from .../libyaml-tiny-perl_1.40-1_all.deb) ...
Selecting previously deselected package libmodule-install-perl.
Unpacking libmodule-install-perl (from .../libmodule-install-perl_0.91-2_all.deb) ...
Selecting previously deselected package libmime-types-perl.
Unpacking libmime-types-perl (from .../libmime-types-perl_1.28-1_all.deb) ...
Selecting previously deselected package libfile-copy-recursive-perl.
Unpacking libfile-copy-recursive-perl (from .../libfile-copy-recursive-perl_0.38-1_all.deb) ...
Selecting previously deselected package libcgi-simple-perl.
Unpacking libcgi-simple-perl (from .../libcgi-simple-perl_1.111-1_all.deb) ...
Selecting previously deselected package libmodule-pluggable-perl.
Unpacking libmodule-pluggable-perl (from .../libmodule-pluggable-perl_3.9-1_all.deb) ...
Selecting previously deselected package libalgorithm-c3-perl.
Unpacking libalgorithm-c3-perl (from .../libalgorithm-c3-perl_0.08-1_all.deb) ...
Selecting previously deselected package libclass-c3-perl.
Unpacking libclass-c3-perl (from .../libclass-c3-perl_0.21-1_all.deb) ...
Selecting previously deselected package libmro-compat-perl.
Unpacking libmro-compat-perl (from .../libmro-compat-perl_0.11-1_all.deb) ...
Selecting previously deselected package liblist-moreutils-perl.
Unpacking liblist-moreutils-perl (from .../liblist-moreutils-perl_0.25~02-1_amd64.deb) ...
Selecting previously deselected package libclass-c3-adopt-next-perl.
Unpacking libclass-c3-adopt-next-perl (from .../libclass-c3-adopt-next-perl_0.12-1_all.deb) ...
Selecting previously deselected package libscope-upper-perl.
Unpacking libscope-upper-perl (from .../libscope-upper-perl_0.10-1_amd64.deb) ...
Selecting previously deselected package libscope-guard-perl.
Unpacking libscope-guard-perl (from .../libscope-guard-perl_0.03-2_all.deb) ...
Selecting previously deselected package libsub-install-perl.
Unpacking libsub-install-perl (from .../libsub-install-perl_0.924-2_all.deb) ...
Selecting previously deselected package libparams-util-perl.
Unpacking libparams-util-perl (from .../libparams-util-perl_1.00-1_amd64.deb) ...
Selecting previously deselected package libdata-optlist-perl.
Unpacking libdata-optlist-perl (from .../libdata-optlist-perl_0.104-1_all.deb) ...
Selecting previously deselected package libsub-exporter-perl.
Unpacking libsub-exporter-perl (from .../libsub-exporter-perl_0.981-1_all.deb) ...
Selecting previously deselected package libdevel-globaldestruction-perl.
Unpacking libdevel-globaldestruction-perl (from .../libdevel-globaldestruction-perl_0.02-1_amd64.deb) ...
Selecting previously deselected package libtry-tiny-perl.
Unpacking libtry-tiny-perl (from .../libtry-tiny-perl_0.02-1_all.deb) ...
Selecting previously deselected package libtask-weaken-perl.
Unpacking libtask-weaken-perl (from .../libtask-weaken-perl_1.03-1_all.deb) ...
Selecting previously deselected package libclass-mop-perl.
Unpacking libclass-mop-perl (from .../libclass-mop-perl_0.98-1_amd64.deb) ...
Selecting previously deselected package libmoose-perl.
Unpacking libmoose-perl (from .../libmoose-perl_0.94-1_amd64.deb) ...
Selecting previously deselected package libvariable-magic-perl.
Unpacking libvariable-magic-perl (from .../libvariable-magic-perl_0.40-1_amd64.deb) ...
Selecting previously deselected package libb-hooks-endofscope-perl.
Unpacking libb-hooks-endofscope-perl (from .../libb-hooks-endofscope-perl_0.08-1_all.deb) ...
Selecting previously deselected package libsub-identify-perl.
Unpacking libsub-identify-perl (from .../libsub-identify-perl_0.04-1_amd64.deb) ...
Selecting previously deselected package libnamespace-clean-perl.
Unpacking libnamespace-clean-perl (from .../libnamespace-clean-perl_0.12-1_all.deb) ...
Selecting previously deselected package libmoosex-emulate-class-accessor-fast-perl.
Unpacking libmoosex-emulate-class-accessor-fast-perl (from .../libmoosex-emulate-class-accessor-fast-perl_0.00903-1_all.deb) ...
Selecting previously deselected package libcarp-clan-perl.
Unpacking libcarp-clan-perl (from .../libcarp-clan-perl_6.02-1_all.deb) ...
Selecting previously deselected package libmoosex-types-perl.
Unpacking libmoosex-types-perl (from .../libmoosex-types-perl_0.21-1_all.deb) ...
Selecting previously deselected package libnamespace-autoclean-perl.
Unpacking libnamespace-autoclean-perl (from .../libnamespace-autoclean-perl_0.09-1_all.deb) ...
Selecting previously deselected package libmoosex-methodattributes-perl.
Unpacking libmoosex-methodattributes-perl (from .../libmoosex-methodattributes-perl_0.19-1_all.deb) ...
Selecting previously deselected package libstring-rewriteprefix-perl.
Unpacking libstring-rewriteprefix-perl (from .../libstring-rewriteprefix-perl_0.005-1_all.deb) ...
Selecting previously deselected package libparams-validate-perl.
Unpacking libparams-validate-perl (from .../libparams-validate-perl_0.93-1_amd64.deb) ...
Selecting previously deselected package libgetopt-long-descriptive-perl.
Unpacking libgetopt-long-descriptive-perl (from .../libgetopt-long-descriptive-perl_0.083-1_all.deb) ...
Selecting previously deselected package libmoosex-getopt-perl.
Unpacking libmoosex-getopt-perl (from .../libmoosex-getopt-perl_0.26-1_all.deb) ...
Selecting previously deselected package libaliased-perl.
Unpacking libaliased-perl (from .../libaliased-perl_0.30-1_all.deb) ...
Selecting previously deselected package libmoosex-role-withoverloading-perl.
Unpacking libmoosex-role-withoverloading-perl (from .../libmoosex-role-withoverloading-perl_0.05-1_amd64.deb) ...
Selecting previously deselected package libmoosex-types-common-perl.
Unpacking libmoosex-types-common-perl (from .../libmoosex-types-common-perl_0.001001-1_all.deb) ...
Selecting previously deselected package libcatalyst-perl.
Unpacking libcatalyst-perl (from .../libcatalyst-perl_5.80018-1_all.deb) ...
Selecting previously deselected package libappconfig-perl.
Unpacking libappconfig-perl (from .../libappconfig-perl_1.56-2_all.deb) ...
Selecting previously deselected package libtemplate-perl.
Unpacking libtemplate-perl (from .../libtemplate-perl_2.20-1_amd64.deb) ...
Selecting previously deselected package libtemplate-timer-perl.
Unpacking libtemplate-timer-perl (from .../libtemplate-timer-perl_1.00-1_all.deb) ...
Selecting previously deselected package libtemplate-provider-encoding-perl.
Unpacking libtemplate-provider-encoding-perl (from .../libtemplate-provider-encoding-perl_0.10-1_all.deb) ...
Selecting previously deselected package libcatalyst-view-tt-perl.
Unpacking libcatalyst-view-tt-perl (from .../libcatalyst-view-tt-perl_0.30-1_all.deb) ...
Selecting previously deselected package libtest-pod-perl.
Unpacking libtest-pod-perl (from .../libtest-pod-perl_1.41-1_all.deb) ...
Selecting previously deselected package libdevel-symdump-perl.
Unpacking libdevel-symdump-perl (from .../libdevel-symdump-perl_2.08-2_all.deb) ...
Selecting previously deselected package libpod-coverage-perl.
Unpacking libpod-coverage-perl (from .../libpod-coverage-perl_0.20-1_all.deb) ...
Selecting previously deselected package libtest-pod-coverage-perl.
Unpacking libtest-pod-coverage-perl (from .../libtest-pod-coverage-perl_1.08-3_all.deb) ...
Selecting previously deselected package libjs-prototype.
Unpacking libjs-prototype (from .../libjs-prototype_1.6.1-1_all.deb) ...
Selecting previously deselected package libjs-scriptaculous.
Unpacking libjs-scriptaculous (from .../libjs-scriptaculous_1.8.3-1_all.deb) ...
Selecting previously deselected package libhtml-prototype-perl.
Unpacking libhtml-prototype-perl (from .../libhtml-prototype-perl_1.48-3_all.deb) ...
Selecting previously deselected package libdevel-stacktrace-perl.
Unpacking libdevel-stacktrace-perl (from .../libdevel-stacktrace-perl_1.2100-1_all.deb) ...
Selecting previously deselected package libobject-signature-perl.
Unpacking libobject-signature-perl (from .../libobject-signature-perl_1.05-2_all.deb) ...
Selecting previously deselected package liberror-perl.
Unpacking liberror-perl (from .../liberror-perl_0.17-1_all.deb) ...
Selecting previously deselected package libipc-sharelite-perl.
Unpacking libipc-sharelite-perl (from .../libipc-sharelite-perl_0.17-1_amd64.deb) ...
Selecting previously deselected package libdigest-sha1-perl.
Unpacking libdigest-sha1-perl (from .../libdigest-sha1-perl_2.12-1_amd64.deb) ...
Selecting previously deselected package libcache-cache-perl.
Unpacking libcache-cache-perl (from .../libcache-cache-perl_1.06-1_all.deb) ...
Selecting previously deselected package libclass-throwable-perl.
Unpacking libclass-throwable-perl (from .../libclass-throwable-perl_0.10-2_all.deb) ...
Selecting previously deselected package libset-object-perl.
Unpacking libset-object-perl (from .../libset-object-perl_1.27-1_amd64.deb) ...
Selecting previously deselected package libsql-abstract-perl.
Unpacking libsql-abstract-perl (from .../libsql-abstract-perl_1.60-1_all.deb) ...
Selecting previously deselected package libclass-accessor-chained-perl.
Unpacking libclass-accessor-chained-perl (from .../libclass-accessor-chained-perl_0.01.1~debian-2.1_all.deb) ...
Selecting previously deselected package libdata-page-perl.
Unpacking libdata-page-perl (from .../libdata-page-perl_2.02-1_all.deb) ...
Selecting previously deselected package libsql-abstract-limit-perl.
Unpacking libsql-abstract-limit-perl (from .../libsql-abstract-limit-perl_2%3a0.14.1-2_all.deb) ...
Selecting previously deselected package libmodule-find-perl.
Unpacking libmodule-find-perl (from .../libmodule-find-perl_0.08-1_all.deb) ...
Selecting previously deselected package libclass-accessor-grouped-perl.
Unpacking libclass-accessor-grouped-perl (from .../libclass-accessor-grouped-perl_0.09000-1_all.deb) ...
Selecting previously deselected package libclass-c3-componentised-perl.
Unpacking libclass-c3-componentised-perl (from .../libclass-c3-componentised-perl_1.0006-1_all.deb) ...
Selecting previously deselected package libjson-any-perl.
Unpacking libjson-any-perl (from .../libjson-any-perl_1.22-1_all.deb) ...
Selecting previously deselected package libmoosex-attributehelpers-perl.
Unpacking libmoosex-attributehelpers-perl (from .../libmoosex-attributehelpers-perl_0.23-1_all.deb) ...
Selecting previously deselected package libdata-dumper-concise-perl.
Unpacking libdata-dumper-concise-perl (from .../libdata-dumper-concise-perl_1.100-1_all.deb) ...
Selecting previously deselected package libdbix-class-perl.
Unpacking libdbix-class-perl (from .../libdbix-class-perl_0.08115-1_all.deb) ...
Selecting previously deselected package libmailtools-perl.
Unpacking libmailtools-perl (from .../libmailtools-perl_2.05-1_all.deb) ...
Selecting previously deselected package libdigest-hmac-perl.
Unpacking libdigest-hmac-perl (from .../libdigest-hmac-perl_1.01-7_all.deb) ...
Selecting previously deselected package libnet-ip-perl.
Unpacking libnet-ip-perl (from .../libnet-ip-perl_1.25-2_all.deb) ...
Selecting previously deselected package libnet-dns-perl.
Unpacking libnet-dns-perl (from .../libnet-dns-perl_0.65-1_amd64.deb) ...
Selecting previously deselected package libnet-domain-tld-perl.
Unpacking libnet-domain-tld-perl (from .../libnet-domain-tld-perl_1.68-1_all.deb) ...
Selecting previously deselected package libemail-valid-perl.
Unpacking libemail-valid-perl (from .../libemail-valid-perl_0.182-1_all.deb) ...
Selecting previously deselected package libbit-vector-perl.
Unpacking libbit-vector-perl (from .../libbit-vector-perl_7.1-1_amd64.deb) ...
Selecting previously deselected package libdate-calc-perl.
Unpacking libdate-calc-perl (from .../libdate-calc-perl_6.0-1_amd64.deb) ...
Selecting previously deselected package libhtml-scrubber-perl.
Unpacking libhtml-scrubber-perl (from .../libhtml-scrubber-perl_0.08-4_all.deb) ...
Selecting previously deselected package libexporter-lite-perl.
Unpacking libexporter-lite-perl (from .../libexporter-lite-perl_0.02-2_all.deb) ...
Selecting previously deselected package libuniversal-require-perl.
Unpacking libuniversal-require-perl (from .../libuniversal-require-perl_0.13-1_all.deb) ...
Selecting previously deselected package libuniversal-exports-perl.
Unpacking libuniversal-exports-perl (from .../libuniversal-exports-perl_0.05-1_all.deb) ...
Selecting previously deselected package libmodule-pluggable-fast-perl.
Unpacking libmodule-pluggable-fast-perl (from .../libmodule-pluggable-fast-perl_0.19-1_all.deb) ...
Selecting previously deselected package libclass-data-accessor-perl.
Unpacking libclass-data-accessor-perl (from .../libclass-data-accessor-perl_0.04004-1_all.deb) ...
Selecting previously deselected package libhtml-widget-perl.
Unpacking libhtml-widget-perl (from .../libhtml-widget-perl_1.11-2_all.deb) ...
Selecting previously deselected package liblingua-en-inflect-perl.
Unpacking liblingua-en-inflect-perl (from .../liblingua-en-inflect-perl_1.891-1_all.deb) ...
Selecting previously deselected package liblingua-en-inflect-number-perl.
Unpacking liblingua-en-inflect-number-perl (from .../liblingua-en-inflect-number-perl_1.1-5_all.deb) ...
Selecting previously deselected package libdbix-class-schema-loader-perl.
Unpacking libdbix-class-schema-loader-perl (from .../libdbix-class-schema-loader-perl_0.04006-1_all.deb) ...
Selecting previously deselected package libcache-fastmmap-perl.
Unpacking libcache-fastmmap-perl (from .../libcache-fastmmap-perl_1.34-1_amd64.deb) ...
Selecting previously deselected package libcrypt-passwdmd5-perl.
Unpacking libcrypt-passwdmd5-perl (from .../libcrypt-passwdmd5-perl_1.3-9_all.deb) ...
Selecting previously deselected package libauthen-simple-perl.
Unpacking libauthen-simple-perl (from .../libauthen-simple-perl_0.4-5_all.deb) ...
Selecting previously deselected package liblocale-maketext-lexicon-perl.
Unpacking liblocale-maketext-lexicon-perl (from .../liblocale-maketext-lexicon-perl_0.77-1_all.deb) ...
Selecting previously deselected package libconfig-general-perl.
Unpacking libconfig-general-perl (from .../libconfig-general-perl_2.44-1_all.deb) ...
Selecting previously deselected package libconfig-tiny-perl.
Unpacking libconfig-tiny-perl (from .../libconfig-tiny-perl_2.12-1_all.deb) ...
Selecting previously deselected package libxml-namespacesupport-perl.
Unpacking libxml-namespacesupport-perl (from .../libxml-namespacesupport-perl_1.09-3_all.deb) ...
Selecting previously deselected package ucf.
Unpacking ucf (from .../archives/ucf_3.0025_all.deb) ...
Moving old data out of the way
Selecting previously deselected package libxml-sax-perl.
Unpacking libxml-sax-perl (from .../libxml-sax-perl_0.96+dfsg-2_all.deb) ...
Selecting previously deselected package libxml-libxml-perl.
Unpacking libxml-libxml-perl (from .../libxml-libxml-perl_1.70.ds-1_amd64.deb) ...
Selecting previously deselected package libxml-simple-perl.
Unpacking libxml-simple-perl (from .../libxml-simple-perl_2.18-3_all.deb) ...
Selecting previously deselected package libtest-use-ok-perl.
Unpacking libtest-use-ok-perl (from .../libtest-use-ok-perl_0.02-2_all.deb) ...
Selecting previously deselected package libtie-toobject-perl.
Unpacking libtie-toobject-perl (from .../libtie-toobject-perl_0.03-2_all.deb) ...
Selecting previously deselected package libdata-alias-perl.
Unpacking libdata-alias-perl (from .../libdata-alias-perl_1.07-1_amd64.deb) ...
Selecting previously deselected package libdata-visitor-perl.
Unpacking libdata-visitor-perl (from .../libdata-visitor-perl_0.26-1_all.deb) ...
Selecting previously deselected package libtest-longstring-perl.
Unpacking libtest-longstring-perl (from .../libtest-longstring-perl_0.12-1_all.deb) ...
Selecting previously deselected package libhttp-server-simple-perl.
Unpacking libhttp-server-simple-perl (from .../libhttp-server-simple-perl_0.41-1_all.deb) ...
Selecting previously deselected package libcarp-assert-perl.
Unpacking libcarp-assert-perl (from .../libcarp-assert-perl_0.20-2_all.deb) ...
Selecting previously deselected package libcarp-assert-more-perl.
Unpacking libcarp-assert-more-perl (from .../libcarp-assert-more-perl_1.12-2_all.deb) ...
Selecting previously deselected package libwww-mechanize-perl.
Unpacking libwww-mechanize-perl (from .../libwww-mechanize-perl_1.58-1_all.deb) ...
Selecting previously deselected package libtest-www-mechanize-perl.
Unpacking libtest-www-mechanize-perl (from .../libtest-www-mechanize-perl_1.24-1_all.deb) ...
Selecting previously deselected package libconfig-any-perl.
Unpacking libconfig-any-perl (from .../libconfig-any-perl_0.18-1_all.deb) ...
Selecting previously deselected package libcgi-formbuilder-perl.
Unpacking libcgi-formbuilder-perl (from .../libcgi-formbuilder-perl_3.05.01-7_all.deb) ...
Selecting previously deselected package libexception-class-perl.
Unpacking libexception-class-perl (from .../libexception-class-perl_1.29-1_all.deb) ...
Selecting previously deselected package libclass-container-perl.
Unpacking libclass-container-perl (from .../libclass-container-perl_0.12-2_all.deb) ...
Selecting previously deselected package libhtml-mason-perl.
Unpacking libhtml-mason-perl (from .../libhtml-mason-perl_1%3a1.42-1_all.deb) ...
Selecting previously deselected package libemail-date-format-perl.
Unpacking libemail-date-format-perl (from .../libemail-date-format-perl_1.002-1_all.deb) ...
Selecting previously deselected package libemail-simple-perl.
Unpacking libemail-simple-perl (from .../libemail-simple-perl_2.100-1_all.deb) ...
Selecting previously deselected package libemail-mime-contenttype-perl.
Unpacking libemail-mime-contenttype-perl (from .../libemail-mime-contenttype-perl_1.014-3_all.deb) ...
Selecting previously deselected package libemail-mime-encodings-perl.
Unpacking libemail-mime-encodings-perl (from .../libemail-mime-encodings-perl_1.313-1_all.deb) ...
Selecting previously deselected package libemail-address-perl.
Unpacking libemail-address-perl (from .../libemail-address-perl_1.889-2_all.deb) ...
Selecting previously deselected package libemail-messageid-perl.
Unpacking libemail-messageid-perl (from .../libemail-messageid-perl_1.400-1_all.deb) ...
Selecting previously deselected package libemail-mime-perl.
Unpacking libemail-mime-perl (from .../libemail-mime-perl_1.903-1_all.deb) ...
Selecting previously deselected package libreturn-value-perl.
Unpacking libreturn-value-perl (from .../libreturn-value-perl_1.666001-1_all.deb) ...
Selecting previously deselected package libemail-abstract-perl.
Unpacking libemail-abstract-perl (from .../libemail-abstract-perl_3.001-1_all.deb) ...
Selecting previously deselected package libemail-send-perl.
Unpacking libemail-send-perl (from .../libemail-send-perl_2.198-2_all.deb) ...
Selecting previously deselected package libtest-www-mechanize-catalyst-perl.
Unpacking libtest-www-mechanize-catalyst-perl (from .../libtest-www-mechanize-catalyst-perl_0.51-2_all.deb) ...
Selecting previously deselected package libregexp-assemble-perl.
Unpacking libregexp-assemble-perl (from .../libregexp-assemble-perl_0.34-2_all.deb) ...
Selecting previously deselected package libdatetime-locale-perl.
Unpacking libdatetime-locale-perl (from .../libdatetime-locale-perl_1%3a0.44-1_all.deb) ...
Selecting previously deselected package libclass-singleton-perl.
Unpacking libclass-singleton-perl (from .../libclass-singleton-perl_1.4-1_all.deb) ...
Selecting previously deselected package libdatetime-timezone-perl.
Unpacking libdatetime-timezone-perl (from .../libdatetime-timezone-perl_1%3a1.09-1+2010a_all.deb) ...
Selecting previously deselected package libdatetime-perl.
Unpacking libdatetime-perl (from .../libdatetime-perl_2%3a0.5200-1_amd64.deb) ...
Selecting previously deselected package libdatetime-format-strptime-perl.
Unpacking libdatetime-format-strptime-perl (from .../libdatetime-format-strptime-perl_1.1000-1_all.deb) ...
Selecting previously deselected package libclass-factory-util-perl.
Unpacking libclass-factory-util-perl (from .../libclass-factory-util-perl_1.7-2_all.deb) ...
Selecting previously deselected package libdatetime-format-builder-perl.
Unpacking libdatetime-format-builder-perl (from .../libdatetime-format-builder-perl_0.7901-1_all.deb) ...
Selecting previously deselected package libboolean-perl.
Unpacking libboolean-perl (from .../libboolean-perl_0.20-1_all.deb) ...
Selecting previously deselected package libdatetime-format-natural-perl.
Unpacking libdatetime-format-natural-perl (from .../libdatetime-format-natural-perl_0.83-1_all.deb) ...
Selecting previously deselected package libregexp-common-perl.
Unpacking libregexp-common-perl (from .../libregexp-common-perl_2010010201-1_all.deb) ...
Selecting previously deselected package libfile-sharedir-perl.
Unpacking libfile-sharedir-perl (from .../libfile-sharedir-perl_1.00-0.1_all.deb) ...
Selecting previously deselected package libregexp-copy-perl.
Unpacking libregexp-copy-perl (from .../libregexp-copy-perl_0.06-2+b1_amd64.deb) ...
Selecting previously deselected package libcrypt-des-perl.
Unpacking libcrypt-des-perl (from .../libcrypt-des-perl_2.05-2+b1_amd64.deb) ...
Selecting previously deselected package libhtml-tokeparser-simple-perl.
Unpacking libhtml-tokeparser-simple-perl (from .../libhtml-tokeparser-simple-perl_3.15-1_all.deb) ...
Selecting previously deselected package libyaml-libyaml-perl.
Unpacking libyaml-libyaml-perl (from .../libyaml-libyaml-perl_0.32-1_amd64.deb) ...
Selecting previously deselected package libcrypt-cbc-perl.
Unpacking libcrypt-cbc-perl (from .../libcrypt-cbc-perl_2.30-1_all.deb) ...
Selecting previously deselected package libreadonly-perl.
Unpacking libreadonly-perl (from .../libreadonly-perl_1.03-2_all.deb) ...
Selecting previously deselected package libhtml-tiny-perl.
Unpacking libhtml-tiny-perl (from .../libhtml-tiny-perl_1.05-1_all.deb) ...
Selecting previously deselected package libcaptcha-recaptcha-perl.
Unpacking libcaptcha-recaptcha-perl (from .../libcaptcha-recaptcha-perl_0.92-1_all.deb) ...
Selecting previously deselected package libnumber-format-perl.
Unpacking libnumber-format-perl (from .../libnumber-format-perl_1.73-1_all.deb) ...
Selecting previously deselected package liblog-trace-perl.
Unpacking liblog-trace-perl (from .../liblog-trace-perl_1.070-2_all.deb) ...
Selecting previously deselected package libtest-assertions-perl.
Unpacking libtest-assertions-perl (from .../libtest-assertions-perl_1.054-2_all.deb) ...
Selecting previously deselected package libhash-flatten-perl.
Unpacking libhash-flatten-perl (from .../libhash-flatten-perl_1.16-2_all.deb) ...
Selecting previously deselected package libhtml-formfu-perl.
Unpacking libhtml-formfu-perl (from .../libhtml-formfu-perl_0.06001-1_all.deb) ...
Selecting previously deselected package libtie-ixhash-perl.
Unpacking libtie-ixhash-perl (from .../libtie-ixhash-perl_1.21-2_all.deb) ...
Selecting previously deselected package libtree-dagnode-perl.
Unpacking libtree-dagnode-perl (from .../libtree-dagnode-perl_1.06-1_all.deb) ...
Selecting previously deselected package libtest-warn-perl.
Unpacking libtest-warn-perl (from .../libtest-warn-perl_0.21-1_all.deb) ...
Selecting previously deselected package libauthen-sasl-perl.
Unpacking libauthen-sasl-perl (from .../libauthen-sasl-perl_2.13-1_all.deb) ...
Selecting previously deselected package libpadwalker-perl.
Unpacking libpadwalker-perl (from .../libpadwalker-perl_1.9-1_amd64.deb) ...
Selecting previously deselected package libdevel-caller-perl.
Unpacking libdevel-caller-perl (from .../libdevel-caller-perl_2.03-1+b1_amd64.deb) ...
Selecting previously deselected package libmoosex-params-validate-perl.
Unpacking libmoosex-params-validate-perl (from .../libmoosex-params-validate-perl_0.13-1_all.deb) ...
Selecting previously deselected package libmoosex-semiaffordanceaccessor-perl.
Unpacking libmoosex-semiaffordanceaccessor-perl (from .../libmoosex-semiaffordanceaccessor-perl_0.05-1_all.deb) ...
Selecting previously deselected package libfile-changenotify-perl.
Unpacking libfile-changenotify-perl (from .../libfile-changenotify-perl_0.10-1_all.deb) ...
Selecting previously deselected package libperl6-junction-perl.
Unpacking libperl6-junction-perl (from .../libperl6-junction-perl_1.40000-1_all.deb) ...
Selecting previously deselected package libautobox-perl.
Unpacking libautobox-perl (from .../libautobox-perl_2.55-1_amd64.deb) ...
Selecting previously deselected package libmoose-autobox-perl.
Unpacking libmoose-autobox-perl (from .../libmoose-autobox-perl_0.10-1_all.deb) ...
Selecting previously deselected package libhash-merge-perl.
Unpacking libhash-merge-perl (from .../libhash-merge-perl_0.11-1_all.deb) ...
Selecting previously deselected package libdbix-class-cursor-cached-perl.
Unpacking libdbix-class-cursor-cached-perl (from .../libdbix-class-cursor-cached-perl_1.0.1-1_all.deb) ...
Selecting previously deselected package libmoosex-traits-pluggable-perl.
Unpacking libmoosex-traits-pluggable-perl (from .../libmoosex-traits-pluggable-perl_0.08-1_all.deb) ...
Selecting previously deselected package liblingua-en-numbers-ordinate-perl.
Unpacking liblingua-en-numbers-ordinate-perl (from .../liblingua-en-numbers-ordinate-perl_1.02-3_all.deb) ...
Selecting previously deselected package libtest-log4perl-perl.
Unpacking libtest-log4perl-perl (from .../libtest-log4perl-perl_0.1001-2_all.deb) ...
Selecting previously deselected package libtest-file-perl.
Unpacking libtest-file-perl (from .../libtest-file-perl_1.29-1_all.deb) ...
Setting up libmagic1 (5.03-5) ...
Setting up file (5.03-5) ...
Setting up html2text (1.3.2a-14) ...
Setting up libpcre3 (7.8-3) ...
Setting up libglib2.0-0 (2.22.4-1) ...
Setting up libxml2 (2.7.6.dfsg-2) ...
Setting up libcroco3 (0.6.2-1) ...
Setting up gettext-base (0.17-8) ...
Setting up gettext (0.17-8) ...
Setting up intltool-debian (0.35.0+20060710.1) ...
Setting up po-debconf (1.0.16) ...
Setting up groff-base (1.20.1-6) ...
Setting up bsdmainutils (8.0.6) ...
update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode.
update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode.
Setting up man-db (2.5.6-5) ...
Building database of manual pages ...
Setting up debhelper (7.4.11) ...
Setting up diffstat (1.47-1) ...
Setting up quilt (0.48-4) ...
Setting up libuniversal-isa-perl (1.02-1) ...
Setting up libuniversal-can-perl (1.16-1) ...
Setting up libnet-daemon-perl (0.43-1) ...
Setting up libplrpc-perl (0.2020-2) ...
Setting up libdbi-perl (1.609-1) ...
Setting up libdbd-sqlite3-perl (1.29-1) ...
Setting up libsub-name-perl (0.04-1) ...
Setting up libclass-accessor-perl (0.34-1) ...
Setting up libclass-data-inheritable-perl (0.08-1) ...
Setting up libdbix-contextualfetch-perl (1.03-3) ...
Setting up libima-dbi-perl (0.35-1) ...
Setting up libio-stringy-perl (2.110-4) ...
Setting up libclass-trigger-perl (0.14-1) ...
Setting up libuniversal-moniker-perl (0.08-6) ...
Setting up libclone-perl (0.31-1) ...
Setting up libclass-dbi-perl (3.0.17-3) ...
Setting up liblog-log4perl-perl (1.26-1) ...
Setting up libtest-deep-perl (0.106-1) ...
Setting up libsub-uplevel-perl (0.2200-1) ...
Setting up libtest-exception-perl (0.29-1) ...
Setting up libfile-slurp-perl (9999.13-1) ...
Setting up libextutils-autoinstall-perl (0.63-1) ...
Setting up libdata-dump-perl (1.15-1) ...
Setting up liburi-perl (1.52-1) ...
Setting up libhtml-tagset-perl (3.20-2) ...
Setting up libhtml-parser-perl (3.64-1) ...
Setting up libhtml-tree-perl (3.23-1) ...
Setting up netbase (4.40) ...
Setting up libwww-perl (5.834-1) ...
Setting up libclass-inspector-perl (1.24-1) ...
Setting up libtree-simple-perl (1.18-1) ...
Setting up libtext-simpletable-perl (1.2-1) ...
Setting up libpath-class-perl (0.18-1) ...
Setting up libtree-simple-visitorfactory-perl (0.10-1.1) ...
Setting up libtest-mockobject-perl (1.09-1) ...
Setting up libyaml-perl (0.71-1) ...
Setting up libhttp-body-perl (1.06-1) ...
Setting up libfile-modified-perl (0.07-2) ...
Setting up libhttp-request-ascgi-perl (1.2-1) ...
Setting up libextutils-install-perl (1.54-1) ...
Setting up libfile-remove-perl (1.42-3) ...
Setting up libjson-perl (2.17-1) ...
Setting up libmodule-scandeps-perl (0.95-1) ...
Setting up libpar-dist-perl (0.45-1) ...
Setting up libyaml-tiny-perl (1.40-1) ...
Setting up libmodule-install-perl (0.91-2) ...
Setting up libmime-types-perl (1.28-1) ...
Setting up libfile-copy-recursive-perl (0.38-1) ...
Setting up libcgi-simple-perl (1.111-1) ...
Setting up libmodule-pluggable-perl (3.9-1) ...
Setting up libalgorithm-c3-perl (0.08-1) ...
Setting up libclass-c3-perl (0.21-1) ...
Setting up libmro-compat-perl (0.11-1) ...
Setting up liblist-moreutils-perl (0.25~02-1) ...
Setting up libclass-c3-adopt-next-perl (0.12-1) ...
Setting up libscope-upper-perl (0.10-1) ...
Setting up libscope-guard-perl (0.03-2) ...
Setting up libsub-install-perl (0.924-2) ...
Setting up libparams-util-perl (1.00-1) ...
Setting up libdata-optlist-perl (0.104-1) ...
Setting up libsub-exporter-perl (0.981-1) ...
Setting up libdevel-globaldestruction-perl (0.02-1) ...
Setting up libtry-tiny-perl (0.02-1) ...
Setting up libtask-weaken-perl (1.03-1) ...
Setting up libclass-mop-perl (0.98-1) ...
Setting up libmoose-perl (0.94-1) ...
Setting up libvariable-magic-perl (0.40-1) ...
Setting up libb-hooks-endofscope-perl (0.08-1) ...
Setting up libsub-identify-perl (0.04-1) ...
Setting up libnamespace-clean-perl (0.12-1) ...
Setting up libmoosex-emulate-class-accessor-fast-perl (0.00903-1) ...
Setting up libcarp-clan-perl (6.02-1) ...
Setting up libmoosex-types-perl (0.21-1) ...
Setting up libnamespace-autoclean-perl (0.09-1) ...
Setting up libmoosex-methodattributes-perl (0.19-1) ...
Setting up libstring-rewriteprefix-perl (0.005-1) ...
Setting up libparams-validate-perl (0.93-1) ...
Setting up libgetopt-long-descriptive-perl (0.083-1) ...
Setting up libmoosex-getopt-perl (0.26-1) ...
Setting up libaliased-perl (0.30-1) ...
Setting up libmoosex-role-withoverloading-perl (0.05-1) ...
Setting up libmoosex-types-common-perl (0.001001-1) ...
Setting up libcatalyst-perl (5.80018-1) ...
Setting up libappconfig-perl (1.56-2) ...
Setting up libtemplate-perl (2.20-1) ...
Setting up libtemplate-timer-perl (1.00-1) ...
Setting up libtemplate-provider-encoding-perl (0.10-1) ...
Setting up libcatalyst-view-tt-perl (0.30-1) ...
Setting up libtest-pod-perl (1.41-1) ...
Setting up libdevel-symdump-perl (2.08-2) ...
Setting up libpod-coverage-perl (0.20-1) ...
Setting up libtest-pod-coverage-perl (1.08-3) ...
Setting up libjs-prototype (1.6.1-1) ...
Setting up libjs-scriptaculous (1.8.3-1) ...
Setting up libhtml-prototype-perl (1.48-3) ...
Setting up libdevel-stacktrace-perl (1.2100-1) ...
Setting up libobject-signature-perl (1.05-2) ...
Setting up liberror-perl (0.17-1) ...
Setting up libipc-sharelite-perl (0.17-1) ...
Setting up libdigest-sha1-perl (2.12-1) ...
Setting up libcache-cache-perl (1.06-1) ...
Setting up libclass-throwable-perl (0.10-2) ...
Setting up libset-object-perl (1.27-1) ...
Setting up libsql-abstract-perl (1.60-1) ...
Setting up libclass-accessor-chained-perl (0.01.1~debian-2.1) ...
Setting up libdata-page-perl (2.02-1) ...
Setting up libsql-abstract-limit-perl (2:0.14.1-2) ...
Setting up libmodule-find-perl (0.08-1) ...
Setting up libclass-accessor-grouped-perl (0.09000-1) ...
Setting up libclass-c3-componentised-perl (1.0006-1) ...
Setting up libjson-any-perl (1.22-1) ...
Setting up libmoosex-attributehelpers-perl (0.23-1) ...
Setting up libdata-dumper-concise-perl (1.100-1) ...
Setting up libdbix-class-perl (0.08115-1) ...
Setting up libmailtools-perl (2.05-1) ...
Setting up libdigest-hmac-perl (1.01-7) ...
Setting up libnet-ip-perl (1.25-2) ...
Setting up libnet-dns-perl (0.65-1) ...
Setting up libnet-domain-tld-perl (1.68-1) ...
Setting up libemail-valid-perl (0.182-1) ...
Setting up libbit-vector-perl (7.1-1) ...
Setting up libdate-calc-perl (6.0-1) ...
Setting up libhtml-scrubber-perl (0.08-4) ...
Setting up libexporter-lite-perl (0.02-2) ...
Setting up libuniversal-require-perl (0.13-1) ...
Setting up libuniversal-exports-perl (0.05-1) ...
Setting up libmodule-pluggable-fast-perl (0.19-1) ...
Setting up libclass-data-accessor-perl (0.04004-1) ...
Setting up libhtml-widget-perl (1.11-2) ...
Setting up liblingua-en-inflect-perl (1.891-1) ...
Setting up liblingua-en-inflect-number-perl (1.1-5) ...
Setting up libdbix-class-schema-loader-perl (0.04006-1) ...
Setting up libcache-fastmmap-perl (1.34-1) ...
Setting up libcrypt-passwdmd5-perl (1.3-9) ...
Setting up libauthen-simple-perl (0.4-5) ...
Setting up liblocale-maketext-lexicon-perl (0.77-1) ...
Setting up libconfig-general-perl (2.44-1) ...
Setting up libconfig-tiny-perl (2.12-1) ...
Setting up libxml-namespacesupport-perl (1.09-3) ...
Setting up ucf (3.0025) ...
Setting up libxml-sax-perl (0.96+dfsg-2) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...

Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Setting up libxml-libxml-perl (1.70.ds-1) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Setting up libxml-simple-perl (2.18-3) ...
Setting up libtest-use-ok-perl (0.02-2) ...
Setting up libtie-toobject-perl (0.03-2) ...
Setting up libdata-alias-perl (1.07-1) ...
Setting up libdata-visitor-perl (0.26-1) ...
Setting up libtest-longstring-perl (0.12-1) ...
Setting up libhttp-server-simple-perl (0.41-1) ...
Setting up libcarp-assert-perl (0.20-2) ...
Setting up libcarp-assert-more-perl (1.12-2) ...
Setting up libwww-mechanize-perl (1.58-1) ...
Setting up libtest-www-mechanize-perl (1.24-1) ...
Setting up libconfig-any-perl (0.18-1) ...
Setting up libcgi-formbuilder-perl (3.05.01-7) ...
Setting up libexception-class-perl (1.29-1) ...
Setting up libclass-container-perl (0.12-2) ...
Setting up libhtml-mason-perl (1:1.42-1) ...
Setting up libemail-date-format-perl (1.002-1) ...
Setting up libemail-simple-perl (2.100-1) ...
Setting up libemail-mime-contenttype-perl (1.014-3) ...
Setting up libemail-mime-encodings-perl (1.313-1) ...
Setting up libemail-address-perl (1.889-2) ...
Setting up libemail-messageid-perl (1.400-1) ...
Setting up libemail-mime-perl (1.903-1) ...
Setting up libreturn-value-perl (1.666001-1) ...
Setting up libemail-abstract-perl (3.001-1) ...
Setting up libemail-send-perl (2.198-2) ...
Setting up libtest-www-mechanize-catalyst-perl (0.51-2) ...
Setting up libregexp-assemble-perl (0.34-2) ...
Setting up libdatetime-locale-perl (1:0.44-1) ...
Setting up libclass-singleton-perl (1.4-1) ...
Setting up libdatetime-timezone-perl (1:1.09-1+2010a) ...
Setting up libdatetime-perl (2:0.5200-1) ...
Setting up libdatetime-format-strptime-perl (1.1000-1) ...
Setting up libclass-factory-util-perl (1.7-2) ...
Setting up libdatetime-format-builder-perl (0.7901-1) ...
Setting up libboolean-perl (0.20-1) ...
Setting up libdatetime-format-natural-perl (0.83-1) ...
Setting up libregexp-common-perl (2010010201-1) ...
Setting up libfile-sharedir-perl (1.00-0.1) ...
Setting up libregexp-copy-perl (0.06-2+b1) ...
Setting up libcrypt-des-perl (2.05-2+b1) ...
Setting up libhtml-tokeparser-simple-perl (3.15-1) ...
Setting up libyaml-libyaml-perl (0.32-1) ...
Setting up libcrypt-cbc-perl (2.30-1) ...
Setting up libreadonly-perl (1.03-2) ...
Setting up libhtml-tiny-perl (1.05-1) ...
Setting up libcaptcha-recaptcha-perl (0.92-1) ...
Setting up libnumber-format-perl (1.73-1) ...
Setting up liblog-trace-perl (1.070-2) ...
Setting up libtest-assertions-perl (1.054-2) ...
Setting up libhash-flatten-perl (1.16-2) ...
Setting up libhtml-formfu-perl (0.06001-1) ...
Setting up libtie-ixhash-perl (1.21-2) ...
Setting up libtree-dagnode-perl (1.06-1) ...
Setting up libtest-warn-perl (0.21-1) ...
Setting up libauthen-sasl-perl (2.13-1) ...
Setting up libpadwalker-perl (1.9-1) ...
Setting up libdevel-caller-perl (2.03-1+b1) ...
Setting up libmoosex-params-validate-perl (0.13-1) ...
Setting up libmoosex-semiaffordanceaccessor-perl (0.05-1) ...
Setting up libfile-changenotify-perl (0.10-1) ...
Setting up libperl6-junction-perl (1.40000-1) ...
Setting up libautobox-perl (2.55-1) ...
Setting up libmoose-autobox-perl (0.10-1) ...
Setting up libhash-merge-perl (0.11-1) ...
Setting up libdbix-class-cursor-cached-perl (1.0.1-1) ...
Setting up libmoosex-traits-pluggable-perl (0.08-1) ...
Setting up liblingua-en-numbers-ordinate-perl (1.02-3) ...
Setting up libtest-log4perl-perl (0.1001-2) ...
Setting up libtest-file-perl (1.29-1) ...
Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Writing extended state information...
 -> Finished parsing the build-deps
Reading package lists...
Building dependency tree...
Reading state information...
aptitude is already the newest version.
The following NEW packages will be installed:
  fakeroot
debconf: delaying package configuration, since apt-utils is not installed
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/100kB of archives.
After this operation, 385kB of additional disk space will be used.
Selecting previously deselected package fakeroot.
(Reading database ... 19880 files and directories currently installed.)
Unpacking fakeroot (from .../fakeroot_1.14.4-1_amd64.deb) ...
Processing triggers for man-db ...
Setting up fakeroot (1.14.4-1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode.
I: Copying back the cached apt archive contents
I: new cache content libtest-file-perl_1.29-1_all.deb added
I: new cache content libconfig-general-perl_2.44-1_all.deb added
I: new cache content libtest-log4perl-perl_0.1001-2_all.deb added
I: new cache content liblingua-en-numbers-ordinate-perl_1.02-3_all.deb added
I: Copying source file
I: copying [/tmp/tmp.ytQFLIvWGQ/libcatalyst-modules-perl_35.dsc]
I: copying [/tmp/tmp.ytQFLIvWGQ/libcatalyst-modules-perl_35.tar.gz]
I: Extracting source
gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made Wed Nov 11 22:04:44 2009 UTC using DSA key ID 00F3CFE4
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./libcatalyst-modules-perl_35.dsc
dpkg-source: info: extracting libcatalyst-modules-perl in libcatalyst-modules-perl-35
dpkg-source: info: unpacking libcatalyst-modules-perl_35.tar.gz
I: Building the package
I: Running cd tmp/buildd/*/ && dpkg-buildpackage -us -uc  -rfakeroot
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: 
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package libcatalyst-modules-perl
dpkg-buildpackage: source version 35
dpkg-buildpackage: source changed by Jonathan Yu <jawnsy at cpan.org>
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
dh clean
   dh_testdir
   dh_auto_clean
   debian/rules override_dh_clean
make[1]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35'
dh_clean
rm -rf build-area
make[1]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35'
 dpkg-source -b libcatalyst-modules-perl-35
dpkg-source: info: using source format `1.0'
dpkg-source: info: building libcatalyst-modules-perl in libcatalyst-modules-perl_35.tar.gz
dpkg-source: info: building libcatalyst-modules-perl in libcatalyst-modules-perl_35.dsc
 debian/rules build
dh build
   dh_testdir
   debian/rules override_dh_auto_configure
make[1]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35'
DESTDIR=/tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl debian/make-module.sh unpack
==========================================================================
Make unpack
PERL5LIB = /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/perl5/
DESTDIR = /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl
==========================================================================
make[1]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35'
   dh_auto_build
   dh_auto_test
 fakeroot debian/rules binary
dh binary
   dh_testroot
   dh_prep
   dh_installdirs
   debian/rules override_dh_auto_install
make[1]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35'
DESTDIR=/tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl TEST_POD=1 debian/make-module.sh build
==========================================================================
Make build
PERL5LIB = /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/perl5/
DESTDIR = /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl
==========================================================================
Cannot determine perl version info from lib/Catalyst/Action/RenderView.pm
*** Module::AutoInstall version 1.03
*** Checking for Perl dependencies...
[Core Features]
- HTTP::Request::AsCGI ...loaded. (1.2)
- Catalyst::Runtime    ...loaded. (5.80018 >= 5.70)
- Test::More           ...loaded. (0.92)
- Data::Visitor        ...loaded. (0.26 >= 0.24)
- MRO::Compat          ...loaded. (0.11)
*** Module::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good
Writing Makefile for Catalyst::Action::RenderView
make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Action-RenderView-0.13'
cp lib/Catalyst/Action/RenderView.pm blib/lib/Catalyst/Action/RenderView.pm
Manifying blib/man3/Catalyst::Action::RenderView.3pm
make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Action-RenderView-0.13'
make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Action-RenderView-0.13'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/01use.t t/02pod.t t/03podcoverage.t t/04live.t
t/01use.t .......... ok
t/02pod.t .......... ok
t/03podcoverage.t .. ok
[warn] Action methods (test_view, test_firstview, test_skipview, end) found defined in your application class, TestApp. This is deprecated, please move them into a Root controller.
t/04live.t ......... ok
All tests successful.
Files=4, Tests=18,  1 wallclock secs ( 0.02 usr  0.01 sys +  0.92 cusr  0.04 csys =  0.99 CPU)
Result: PASS
make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Action-RenderView-0.13'
make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Action-RenderView-0.13'
Manifying blib/man3/Catalyst::Action::RenderView.3pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/perl5/Catalyst/Action/RenderView.pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/man/man3/Catalyst::Action::RenderView.3pm
make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Action-RenderView-0.13'
Cannot determine perl version info from lib/Catalyst/Log/Log4perl.pm
*** Module::AutoInstall version 1.03
*** Checking for Perl dependencies...
[Core Features]
- Catalyst         ...loaded. (5.80018 >= 5.60)
- Log::Log4perl    ...loaded. (1.26 >= 1.04)
- Params::Validate ...loaded. (0.93)
- Data::Dump       ...loaded. (1.15)
- MRO::Compat      ...loaded. (0.11)
*** Module::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good
Writing Makefile for Catalyst::Log::Log4perl
make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Log-Log4perl-1.04'
cp lib/Catalyst/Log/Log4perl.pm blib/lib/Catalyst/Log/Log4perl.pm
Manifying blib/man3/Catalyst::Log::Log4perl.3pm
make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Log-Log4perl-1.04'
make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Log-Log4perl-1.04'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/01-compile.t t/10-basic.t t/20-test-log4perl.t t/21-test-log4perl-hotfix.t t/22-test-log4perl-hotfix-broken.t
t/01-compile.t ...................... ok
t/10-basic.t ........................ ok
Useless content call in void context at /usr/share/perl5/Catalyst/Test.pm line 31
Useless content call in void context at /usr/share/perl5/Catalyst/Test.pm line 31
t/20-test-log4perl.t ................ ok
Useless content call in void context at /usr/share/perl5/Catalyst/Test.pm line 31
t/21-test-log4perl-hotfix.t ......... ok
Useless content call in void context at /usr/share/perl5/Catalyst/Test.pm line 31
Useless content call in void context at /usr/share/perl5/Catalyst/Test.pm line 31
t/22-test-log4perl-hotfix-broken.t .. ok
All tests successful.
Files=5, Tests=17,  2 wallclock secs ( 0.01 usr  0.00 sys +  2.22 cusr  0.16 csys =  2.39 CPU)
Result: PASS
make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Log-Log4perl-1.04'
make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Log-Log4perl-1.04'
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/perl5/Catalyst/Log/Log4perl.pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/man/man3/Catalyst::Log::Log4perl.3pm
make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Log-Log4perl-1.04'
Checking if your kit is complete...
Looks good
Writing Makefile for Catalyst::Plugin::Cache
make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-Cache-0.08'
cp lib/Catalyst/Plugin/Cache/Backend.pm blib/lib/Catalyst/Plugin/Cache/Backend.pm
cp lib/Catalyst/Plugin/Cache/Choose/KeyRegexes.pm blib/lib/Catalyst/Plugin/Cache/Choose/KeyRegexes.pm
cp lib/Catalyst/Plugin/Cache.pm blib/lib/Catalyst/Plugin/Cache.pm
cp lib/Catalyst/Plugin/Cache/Store/Memory.pm blib/lib/Catalyst/Plugin/Cache/Store/Memory.pm
cp lib/Catalyst/Plugin/Cache/Store.pod blib/lib/Catalyst/Plugin/Cache/Store.pod
cp lib/Catalyst/Plugin/Cache/Curried.pm blib/lib/Catalyst/Plugin/Cache/Curried.pm
cp lib/Catalyst/Plugin/Cache/Backend/Memory.pm blib/lib/Catalyst/Plugin/Cache/Backend/Memory.pm
Manifying blib/man3/Catalyst::Plugin::Cache::Backend.3pm
Manifying blib/man3/Catalyst::Plugin::Cache::Choose::KeyRegexes.3pm
Manifying blib/man3/Catalyst::Plugin::Cache.3pm
Manifying blib/man3/Catalyst::Plugin::Cache::Store::Memory.3pm
Manifying blib/man3/Catalyst::Plugin::Cache::Store.3pm
Manifying blib/man3/Catalyst::Plugin::Cache::Backend::Memory.3pm
Manifying blib/man3/Catalyst::Plugin::Cache::Curried.3pm
make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-Cache-0.08'
make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-Cache-0.08'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/basic.t ................. ok
t/config_backend_class.t .. ok
t/config_guess_backend.t .. ok
t/currying_conf.t ......... ok
t/key_regexes.t ........... ok
t/live_app.t .............. ok
All tests successful.
Files=6, Tests=60,  2 wallclock secs ( 0.04 usr  0.01 sys +  1.84 cusr  0.09 csys =  1.98 CPU)
Result: PASS
make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-Cache-0.08'
make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-Cache-0.08'
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/perl5/Catalyst/Plugin/Cache.pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/perl5/Catalyst/Plugin/Cache/Store.pod
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/perl5/Catalyst/Plugin/Cache/Backend.pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/perl5/Catalyst/Plugin/Cache/Curried.pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/perl5/Catalyst/Plugin/Cache/Store/Memory.pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/perl5/Catalyst/Plugin/Cache/Backend/Memory.pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/perl5/Catalyst/Plugin/Cache/Choose/KeyRegexes.pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/man/man3/Catalyst::Plugin::Cache::Backend.3pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/man/man3/Catalyst::Plugin::Cache::Curried.3pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/man/man3/Catalyst::Plugin::Cache::Choose::KeyRegexes.3pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/man/man3/Catalyst::Plugin::Cache::Store::Memory.3pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/man/man3/Catalyst::Plugin::Cache.3pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/man/man3/Catalyst::Plugin::Cache::Backend::Memory.3pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/man/man3/Catalyst::Plugin::Cache::Store.3pm
make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-Cache-0.08'
Checking if your kit is complete...
Looks good
Writing Makefile for Catalyst::Plugin::ConfigLoader
make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-ConfigLoader-0.27'
cp lib/Catalyst/Plugin/ConfigLoader/Manual.pod blib/lib/Catalyst/Plugin/ConfigLoader/Manual.pod
cp lib/Catalyst/Plugin/ConfigLoader.pm blib/lib/Catalyst/Plugin/ConfigLoader.pm
Manifying blib/man3/Catalyst::Plugin::ConfigLoader::Manual.3pm
Manifying blib/man3/Catalyst::Plugin::ConfigLoader.3pm
make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-ConfigLoader-0.27'
make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-ConfigLoader-0.27'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/01-use.t ............ ok
t/10-live_auto.t ...... ok
t/20-mock_load.t ...... ok
t/21-mock_load_env.t .. ok
t/22-suffix_env.t ..... ok
t/23-path_env.t ....... ok
t/98-pod_coverage.t ... ok
t/99-pod.t ............ ok
All tests successful.
Files=8, Tests=35,  3 wallclock secs ( 0.03 usr  0.02 sys +  3.13 cusr  0.15 csys =  3.33 CPU)
Result: PASS
make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-ConfigLoader-0.27'
make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-ConfigLoader-0.27'
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/perl5/Catalyst/Plugin/ConfigLoader.pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/perl5/Catalyst/Plugin/ConfigLoader/Manual.pod
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/man/man3/Catalyst::Plugin::ConfigLoader::Manual.3pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/man/man3/Catalyst::Plugin::ConfigLoader.3pm
make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-ConfigLoader-0.27'
Checking if your kit is complete...
Looks good
Writing Makefile for Catalyst::Plugin::Session
make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-Session-0.29'
cp lib/Catalyst/Plugin/Session/Store.pm blib/lib/Catalyst/Plugin/Session/Store.pm
cp lib/Catalyst/Plugin/Session/Store/Dummy.pm blib/lib/Catalyst/Plugin/Session/Store/Dummy.pm
cp lib/Catalyst/Plugin/Session/State.pm blib/lib/Catalyst/Plugin/Session/State.pm
cp lib/Catalyst/Plugin/Session/Test/Store.pm blib/lib/Catalyst/Plugin/Session/Test/Store.pm
cp lib/Catalyst/Plugin/Session.pm blib/lib/Catalyst/Plugin/Session.pm
cp lib/Catalyst/Plugin/Session/Tutorial.pod blib/lib/Catalyst/Plugin/Session/Tutorial.pod
Manifying blib/man3/Catalyst::Plugin::Session::Store.3pm
Manifying blib/man3/Catalyst::Plugin::Session::Store::Dummy.3pm
Manifying blib/man3/Catalyst::Plugin::Session::Test::Store.3pm
Manifying blib/man3/Catalyst::Plugin::Session::State.3pm
Manifying blib/man3/Catalyst::Plugin::Session.3pm
Manifying blib/man3/Catalyst::Plugin::Session::Tutorial.3pm
make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-Session-0.29'
make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-Session-0.29'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/00_basic_sanity.t ........... ok
t/01_setup.t .................. ok
t/03_flash.t .................. ok
t/05_semi_persistent_flash.t .. skipped: Catalyst::Plugin::Session::State::Cookie version 0.03 or higher is required for this test
t/99_pod.t .................... ok
t/99_podcoverage.t ............ ok
t/live_accessor.t ............. skipped: Catalyst::Plugin::Session::State::Cookie 0.03 or higher is required for this test
t/live_app.t .................. skipped: Catalyst::Plugin::Session::State::Cookie 0.03 or higher is required for this test
t/live_session_fixation.t ..... skipped: Catalyst::Plugin::Session::State::Cookie 0.03 or higher is required for this test
t/live_verify_user_agent.t .... skipped: Catalyst::Plugin::Session::State::Cookie 0.03 or higher is required for this test
t/session_valid.t ............. skipped: Catalyst::Plugin::Session::State::Cookie 0.03 or higher is required for this test
All tests successful.
Files=11, Tests=37,  1 wallclock secs ( 0.04 usr  0.01 sys +  1.37 cusr  0.05 csys =  1.47 CPU)
Result: PASS
make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-Session-0.29'
make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-Session-0.29'
Manifying blib/man3/Catalyst::Plugin::Session::Store.3pm
Manifying blib/man3/Catalyst::Plugin::Session::Store::Dummy.3pm
Manifying blib/man3/Catalyst::Plugin::Session::Test::Store.3pm
Manifying blib/man3/Catalyst::Plugin::Session::State.3pm
Manifying blib/man3/Catalyst::Plugin::Session.3pm
Manifying blib/man3/Catalyst::Plugin::Session::Tutorial.3pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/perl5/Catalyst/Plugin/Session.pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/perl5/Catalyst/Plugin/Session/Tutorial.pod
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/perl5/Catalyst/Plugin/Session/State.pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/perl5/Catalyst/Plugin/Session/Store.pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/perl5/Catalyst/Plugin/Session/Store/Dummy.pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/perl5/Catalyst/Plugin/Session/Test/Store.pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/man/man3/Catalyst::Plugin::Session::Test::Store.3pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/man/man3/Catalyst::Plugin::Session::Store.3pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/man/man3/Catalyst::Plugin::Session::State.3pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/man/man3/Catalyst::Plugin::Session.3pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/man/man3/Catalyst::Plugin::Session::Store::Dummy.3pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/man/man3/Catalyst::Plugin::Session::Tutorial.3pm
make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-Session-0.29'
Checking if your kit is complete...
Looks good
Writing Makefile for Catalyst::Plugin::StackTrace
make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-StackTrace-0.11'
cp lib/Catalyst/Plugin/StackTrace.pm blib/lib/Catalyst/Plugin/StackTrace.pm
Manifying blib/man3/Catalyst::Plugin::StackTrace.3pm
make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-StackTrace-0.11'
make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-StackTrace-0.11'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/01use.t .......... ok
t/02pod.t .......... ok
t/03podcoverage.t .. ok
t/04critic.t ....... skipped: Critic test only for developers.
t/04trace.t ........ ok
t/05verbose1.t ..... ok
t/06verbose2.t ..... ok
t/07reverse.t ...... ok
t/08die_handler.t .. ok
All tests successful.
Files=9, Tests=29,  3 wallclock secs ( 0.04 usr  0.01 sys +  2.82 cusr  0.20 csys =  3.07 CPU)
Result: PASS
make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-StackTrace-0.11'
make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-StackTrace-0.11'
Manifying blib/man3/Catalyst::Plugin::StackTrace.3pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/perl5/Catalyst/Plugin/StackTrace.pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/man/man3/Catalyst::Plugin::StackTrace.3pm
make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-StackTrace-0.11'
Cannot determine perl version info from lib/Catalyst/Plugin/Static/Simple.pm
*** Module::AutoInstall version 1.03
*** Checking for Perl dependencies...
[Core Features]
- Catalyst::Runtime ...loaded. (5.80018 >= 5.80008)
- MIME::Types       ...loaded. (1.28 >= 1.25)
- Test::More        ...loaded. (0.92)
- MRO::Compat       ...loaded. (0.11)
*** Module::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good
Writing Makefile for Catalyst::Plugin::Static::Simple
make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-Static-Simple-0.25'
cp lib/Catalyst/Plugin/Static/Simple.pm blib/lib/Catalyst/Plugin/Static/Simple.pm
Manifying blib/man3/Catalyst::Plugin::Static::Simple.3pm
make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-Static-Simple-0.25'
make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-Static-Simple-0.25'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/01use.t t/02pod.t t/03podcoverage.t t/04critic.t t/04static.t t/05dirs.t t/06include_path.t t/07mime_types.t t/08subreq.t t/09ignore_ext.t t/10ignore_dirs.t t/11serve_static.t t/12check_error_scope.t
t/01use.t ................ ok
t/02pod.t ................ ok
t/03podcoverage.t ........ ok
t/04critic.t ............. skipped: Critic test only for developers.
t/04static.t ............. ok
t/05dirs.t ............... ok
t/06include_path.t ....... ok
t/07mime_types.t ......... ok
t/08subreq.t ............. ok
t/09ignore_ext.t ......... ok
t/10ignore_dirs.t ........ ok
t/11serve_static.t ....... ok
t/12check_error_scope.t .. ok
All tests successful.
Files=13, Tests=57,  7 wallclock secs ( 0.06 usr  0.00 sys +  5.57 cusr  0.29 csys =  5.92 CPU)
Result: PASS
make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-Static-Simple-0.25'
make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-Static-Simple-0.25'
Manifying blib/man3/Catalyst::Plugin::Static::Simple.3pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/perl5/Catalyst/Plugin/Static/Simple.pm
Installing /tmp/buildd/libcatalyst-modules-perl-35/debian/libcatalyst-modules-perl/usr/share/man/man3/Catalyst::Plugin::Static::Simple.3pm
make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-Static-Simple-0.25'
Cannot determine perl version info from lib/Catalyst/Plugin/SubRequest.pm
*** Module::AutoInstall version 1.03
*** Checking for Perl dependencies...
[Core Features]
- Catalyst::Runtime ...loaded. (5.80018 >= 5.7012)
- Test::More        ...loaded. (0.92)
*** Module::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good
Writing Makefile for Catalyst::Plugin::SubRequest
make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-SubRequest-0.14'
cp lib/Catalyst/Plugin/SubRequest.pm blib/lib/Catalyst/Plugin/SubRequest.pm
Manifying blib/man3/Catalyst::Plugin::SubRequest.3pm
make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-SubRequest-0.14'
make[2]: Entering directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-SubRequest-0.14'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/01use.t t/02subreq.t t/03pod.t t/04podcoverage.t
t/01use.t .......... ok
[warn] Action methods (begin, subtest, normal, subtest_params, end) found defined in your application class, TestApp. This is deprecated, please move them into a Root controller.
[error] Caught exception in TestApp->subtest "body is a reader at /tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-SubRequest-0.14/blib/lib/Catalyst/Plugin/SubRequest.pm line 132"

#   Failed test 'OK status code'
#   at t/02subreq.t line 19.
#          got: '500'
#     expected: '200'

#   Failed test 'Normal request content'
#   at t/02subreq.t line 20.
#          got: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
#     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
# <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
# <head>
#     <meta http-equiv="Content-Language" content="en" />
#     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
#     <title>subrequest test</title>
#     <script type="text/javascript">
#         <!--
#         function toggleDump (dumpElement) {
#             var e = document.getElementById( dumpElement );
#             if (e.style.display == "none") {
#                 e.style.display = "";
#             }
#             else {
#                 e.style.display = "none";
#             }
#         }
#         -->
#     </script>
#     <style type="text/css">
#         body {
#             font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana,
#                          Tahoma, Arial, helvetica, sans-serif;
#             color: #333;
#             background-color: #eee;
#             margin: 0px;
#             padding: 0px;
#         }
#         :link, :link:hover, :visited, :visited:hover {
#             color: #000;
#         }
#         div.box {
#             position: relative;
#             background-color: #ccc;
#             border: 1px solid #aaa;
#             padding: 4px;
#             margin: 10px;
#         }
#         div.error {
#             background-color: #cce;
#             border: 1px solid #755;
#             padding: 8px;
#             margin: 4px;
#             margin-bottom: 10px;
#         }
#         div.infos {
#             background-color: #eee;
#             border: 1px solid #575;
#             padding: 8px;
#             margin: 4px;
#             margin-bottom: 10px;
#         }
#         div.name {
#             background-color: #cce;
#             border: 1px solid #557;
#             padding: 8px;
#             margin: 4px;
#         }
#         code.error {
#             display: block;
#             margin: 1em 0;
#             overflow: auto;
#         }
#         div.name h1, div.error p {
#             margin: 0;
#         }
#         h2 {
#             margin-top: 0;
#             margin-bottom: 10px;
#             font-size: medium;
#             font-weight: bold;
#             text-decoration: underline;
#         }
#         h1 {
#             font-size: medium;
#             font-weight: normal;
#         }
#         /* from http://users.tkk.fi/~tkarvine/linux/doc/pre-wrap/pre-wrap-css3-mozilla-opera-ie.html */
#         /* Browser specific (not valid) styles to make preformatted text wrap */
#         pre {
#             white-space: pre-wrap;       /* css-3 */
#             white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
#             white-space: -pre-wrap;      /* Opera 4-6 */
#             white-space: -o-pre-wrap;    /* Opera 7 */
#             word-wrap: break-word;       /* Internet Explorer 5.5+ */
#         }
#     </style>
# </head>
# <body>
#     <div class="box">
#         <div class="error"></div>
#         <div class="infos"><pre>
# (en) Please come back later
# (fr) SVP veuillez revenir plus tard
# (de) Bitte versuchen sie es spaeter nocheinmal
# (at) Konnten's bitt'schoen spaeter nochmal reinschauen
# (no) Vennligst prov igjen senere
# (dk) Venligst prov igen senere
# (pl) Prosze sprobowac pozniej
# (pt) Por favor volte mais tarde
# (ru) ?????????? ??? ??? ?????
# (ua) ????????? ?? ??? ???????
# </pre>
# </div>
#         <div class="name"></div>
#     </div>
# </body>
# </html>
#                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 '
#     expected: '11433'
[error] Caught exception in TestApp->subtest_params "body is a reader at /tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-SubRequest-0.14/blib/lib/Catalyst/Plugin/SubRequest.pm line 132"

#   Failed test 'OK status code'
#   at t/02subreq.t line 25.
#          got: '500'
#     expected: '200'

#   Failed test 'Normal request content'
#   at t/02subreq.t line 26.
#          got: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
#     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
# <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
# <head>
#     <meta http-equiv="Content-Language" content="en" />
#     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
#     <title>subrequest test</title>
#     <script type="text/javascript">
#         <!--
#         function toggleDump (dumpElement) {
#             var e = document.getElementById( dumpElement );
#             if (e.style.display == "none") {
#                 e.style.display = "";
#             }
#             else {
#                 e.style.display = "none";
#             }
#         }
#         -->
#     </script>
#     <style type="text/css">
#         body {
#             font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana,
#                          Tahoma, Arial, helvetica, sans-serif;
#             color: #333;
#             background-color: #eee;
#             margin: 0px;
#             padding: 0px;
#         }
#         :link, :link:hover, :visited, :visited:hover {
#             color: #000;
#         }
#         div.box {
#             position: relative;
#             background-color: #ccc;
#             border: 1px solid #aaa;
#             padding: 4px;
#             margin: 10px;
#         }
#         div.error {
#             background-color: #cce;
#             border: 1px solid #755;
#             padding: 8px;
#             margin: 4px;
#             margin-bottom: 10px;
#         }
#         div.infos {
#             background-color: #eee;
#             border: 1px solid #575;
#             padding: 8px;
#             margin: 4px;
#             margin-bottom: 10px;
#         }
#         div.name {
#             background-color: #cce;
#             border: 1px solid #557;
#             padding: 8px;
#             margin: 4px;
#         }
#         code.error {
#             display: block;
#             margin: 1em 0;
#             overflow: auto;
#         }
#         div.name h1, div.error p {
#             margin: 0;
#         }
#         h2 {
#             margin-top: 0;
#             margin-bottom: 10px;
#             font-size: medium;
#             font-weight: bold;
#             text-decoration: underline;
#         }
#         h1 {
#             font-size: medium;
#             font-weight: normal;
#         }
#         /* from http://users.tkk.fi/~tkarvine/linux/doc/pre-wrap/pre-wrap-css3-mozilla-opera-ie.html */
#         /* Browser specific (not valid) styles to make preformatted text wrap */
#         pre {
#             white-space: pre-wrap;       /* css-3 */
#             white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
#             white-space: -pre-wrap;      /* Opera 4-6 */
#             white-space: -o-pre-wrap;    /* Opera 7 */
#             word-wrap: break-word;       /* Internet Explorer 5.5+ */
#         }
#     </style>
# </head>
# <body>
#     <div class="box">
#         <div class="error"></div>
#         <div class="infos"><pre>
# (en) Please come back later
# (fr) SVP veuillez revenir plus tard
# (de) Bitte versuchen sie es spaeter nocheinmal
# (at) Konnten's bitt'schoen spaeter nochmal reinschauen
# (no) Vennligst prov igjen senere
# (dk) Venligst prov igen senere
# (pl) Prosze sprobowac pozniej
# (pt) Por favor volte mais tarde
# (ru) ?????????? ??? ??? ?????
# (ua) ????????? ?? ??? ???????
# </pre>
# </div>
#         <div class="name"></div>
#     </div>
# </body>
# </html>
#                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 '
#     expected: '1abc3'
# Looks like you failed 4 tests of 9.
t/02subreq.t ....... 
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/9 subtests 
t/03pod.t .......... ok
t/04podcoverage.t .. ok

Test Summary Report
-------------------
t/02subreq.t     (Wstat: 1024 Tests: 9 Failed: 4)
  Failed tests:  5-6, 8-9
  Non-zero exit status: 4
Files=4, Tests=12,  1 wallclock secs ( 0.01 usr  0.02 sys +  0.57 cusr  0.10 csys =  0.70 CPU)
Result: FAIL
Failed 1/4 test programs. 4/12 subtests failed.
make[2]: *** [test_dynamic] Error 255
make[2]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35/build-area/01/Catalyst-Plugin-SubRequest-0.14'
make[1]: *** [override_dh_auto_install] Error 2
make[1]: Leaving directory `/tmp/buildd/libcatalyst-modules-perl-35'
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
E: Failed autobuilding of package
I: unmounting dev/pts filesystem
I: unmounting proc filesystem
 -> Cleaning COW directory
  forking: rm -rf /home/pbuilder/build//cow.4247 


More information about the pkg-perl-maintainers mailing list