Your message dated Sat, 22 Jun 2013 17:33:12 +0000
with message-id <[email protected]>
and subject line Bug#713246: fixed in libmojomojo-perl 1.10+dfsg-1
has caused the Debian Bug report #713246,
regarding libmojomojo-perl: FTBFS: tests failed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
713246: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713246
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libmojomojo-perl
Version: 1.06+dfsg-1
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory `/«BUILDDIR»/libmojomojo-perl-1.06+dfsg'
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" 
> "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/01app.t t/02pod.t 
> t/03podcoverage.t t/04context.t t/05cookie.t t/app_leak.t t/defang_xss.t 
> t/error_page.t t/formatter_all_markdown.t t/formatter_all_textile.t 
> t/formatter_amazon.t t/formatter_comment.t t/formatter_cpanhyperlink.t 
> t/formatter_defang.t t/formatter_dir.t t/formatter_docbook.t 
> t/formatter_file.t t/formatter_gist.t t/formatter_googlesearch.t 
> t/formatter_idlink.t t/formatter_include.t t/formatter_irclog.t 
> t/formatter_markdown.t t/formatter_pod.t t/formatter_redirect.t 
> t/formatter_rss.t t/formatter_syntax_highlight.t t/formatter_textile.t 
> t/formatter_toc.t t/formatter_wiki.t t/formatter_wikipedialink.t 
> t/formatter_youtube.t t/notabs.t t/permissions.t t/revisions.t 
> t/schema_DBIC.t t/schema_DBIC_Attachment.t t/schema_DBIC_Content.t 
> t/schema_DBIC_Page.t t/schema_DBIC_Person.t t/schema_DBIC_Tag.t t/selenium.t 
> t/special-page.t t/unicode.t t/wikispaces2markdown.t t/worddiff.t 
> t/c/attachment.t t/c/bottomnav.t t/c/comment.t t/c/email.t t/c/image.t 
> t/c/jsrpc.t t/c/page.t t/c/page_delete.t t/c/page_edit.t t/c/tag.t 
> t/c/toplinks.t t/c/user.t
> t/01app.t ....................... ok
> t/02pod.t ....................... ok
> 
>     ***********************************************
>     ERROR. Looks like you need to deploy a database.
>     Run script/mojomojo_spawn_db.pl
>     ***********************************************
> 
> (Error: DBIx::Class::Storage::DBI::_prepare_sth(): DBI Exception: 
> DBD::SQLite::db prepare_cached failed: no such table: person [for Statement 
> "SELECT me.id, me.active, me.registered, me.views, me.photo, me.login, 
> me.name, me.email, me.pass, me.timezone, me.born, me.gender, me.occupation, 
> me.industry, me.interests, me.movies, me.music FROM person me"] at 
> /«BUILDDIR»/libmojomojo-perl-1.06+dfsg/blib/lib/MojoMojo.pm line 92
> ) at /«BUILDDIR»/libmojomojo-perl-1.06+dfsg/blib/lib/MojoMojo.pm line 96, 
> <DATA> line 1000.
> t/03podcoverage.t ............... ok
> t/04context.t ................... ok
> t/05cookie.t .................... ok
> t/app_leak.t .................... skipped: need Devel::LeakGuard::Object
> DBIx::Class::Storage::DBI::SQLite::_dbi_attrs_for_bind(): Non-integer value 
> supplied for column 'me.id' despite the integer datatype at 
> /«BUILDDIR»/libmojomojo-perl-1.06+dfsg/blib/lib/MojoMojo/Controller/Attachment.pm
>  line 161
> t/c/attachment.t ................ ok
> t/c/bottomnav.t ................. ok
> t/c/comment.t ................... ok
> Can't use string ("0") as an ARRAY ref while "strict refs" in use at 
> t/c/email.t line 20, <DATA> line 1000.
> t/c/email.t ..................... 
> Dubious, test returned 255 (wstat 65280, 0xff00)
> No subtests run 
> t/c/image.t ..................... ok
> DBIx::Class::ResultSet::_build_unique_cond(): NULL/undef values supplied for 
> requested unique constraint 'primary' (NULL values in column(s): 'id'). This 
> is almost certainly not what you wanted, though you can set 
> DBIC_NULLABLE_KEY_NOWARN to disable this warning. at 
> /«BUILDDIR»/libmojomojo-perl-1.06+dfsg/blib/lib/MojoMojo/Controller/Jsrpc.pm 
> line 54
> t/c/jsrpc.t ..................... ok
> t/c/page.t ...................... ok
> Illegal field name 'searching for random bit: 0.545233612255291' at 
> /usr/share/perl5/HTTP/Request/Common.pm line 37
> # Looks like you planned 31 tests but ran 18.
> # Looks like your test exited with 2 just after 18.
> t/c/page_delete.t ............... 
> Dubious, test returned 2 (wstat 512, 0x200)
> Failed 13/31 subtests 
> t/c/page_edit.t ................. ok
> t/c/tag.t ....................... ok
> t/c/toplinks.t .................. ok
> t/c/user.t ...................... ok
> t/defang_xss.t .................. ok
> t/error_page.t .................. ok
> t/formatter_all_markdown.t ...... ok
> t/formatter_all_textile.t ....... ok
> t/formatter_amazon.t ............ skipped: Requirements not installed for 
> Amazon Formatter
> t/formatter_comment.t ........... ok
> t/formatter_cpanhyperlink.t ..... ok
> t/formatter_defang.t ............ ok
> t/formatter_dir.t ............... ok
> t/formatter_docbook.t ........... skipped: Requirements not installed for 
> MojoMojo::Formatter::DocBook
> t/formatter_file.t .............. ok
> 
>     ***********************************************
>     ERROR. Looks like you need to deploy a database.
>     Run script/mojomojo_spawn_db.pl
>     ***********************************************
> 
> (Error: DBIx::Class::Storage::DBI::_prepare_sth(): DBI Exception: 
> DBD::SQLite::db prepare_cached failed: no such table: person [for Statement 
> "SELECT me.id, me.active, me.registered, me.views, me.photo, me.login, 
> me.name, me.email, me.pass, me.timezone, me.born, me.gender, me.occupation, 
> me.industry, me.interests, me.movies, me.music FROM person me"] at 
> /«BUILDDIR»/libmojomojo-perl-1.06+dfsg/blib/lib/MojoMojo.pm line 92
> ) at /«BUILDDIR»/libmojomojo-perl-1.06+dfsg/blib/lib/MojoMojo.pm line 96, 
> <DATA> line 1000.
> t/formatter_gist.t .............. ok
> t/formatter_googlesearch.t ...... ok
> 
>     ***********************************************
>     ERROR. Looks like you need to deploy a database.
>     Run script/mojomojo_spawn_db.pl
>     ***********************************************
> 
> (Error: DBIx::Class::Storage::DBI::_prepare_sth(): DBI Exception: 
> DBD::SQLite::db prepare_cached failed: no such table: person [for Statement 
> "SELECT me.id, me.active, me.registered, me.views, me.photo, me.login, 
> me.name, me.email, me.pass, me.timezone, me.born, me.gender, me.occupation, 
> me.industry, me.interests, me.movies, me.music FROM person me"] at 
> /«BUILDDIR»/libmojomojo-perl-1.06+dfsg/blib/lib/MojoMojo.pm line 92
> ) at /«BUILDDIR»/libmojomojo-perl-1.06+dfsg/blib/lib/MojoMojo.pm line 96, 
> <DATA> line 1000.
> t/formatter_idlink.t ............ ok
> t/formatter_include.t ........... ok
> t/formatter_irclog.t ............ ok
> t/formatter_markdown.t .......... ok
> t/formatter_pod.t ............... ok
> t/formatter_redirect.t .......... ok
> t/formatter_rss.t ............... ok
> t/formatter_syntax_highlight.t .. ok
> t/formatter_textile.t ........... ok
> t/formatter_toc.t ............... ok
> t/formatter_wiki.t .............. ok
> t/formatter_wikipedialink.t ..... ok
> t/formatter_youtube.t ........... ok
> t/notabs.t ...................... ok
> t/permissions.t ................. ok
> t/revisions.t ................... ok
> t/schema_DBIC.t ................. ok
> t/schema_DBIC_Attachment.t ...... ok
> t/schema_DBIC_Content.t ......... ok
> t/schema_DBIC_Page.t ............ ok
> t/schema_DBIC_Person.t .......... ok
> t/schema_DBIC_Tag.t ............. ok
> t/selenium.t .................... skipped: Selenium tests need 
> Test::WWW::Selenium::Catalyst
> t/special-page.t ................ ok
> t/unicode.t ..................... ok
> t/wikispaces2markdown.t ......... ok
> t/worddiff.t .................... ok
> 
> Test Summary Report
> -------------------
> t/c/email.t                   (Wstat: 65280 Tests: 0 Failed: 0)
>   Non-zero exit status: 255
>   Parse errors: No plan found in TAP output
> t/c/page_delete.t             (Wstat: 512 Tests: 18 Failed: 0)
>   Non-zero exit status: 2
>   Parse errors: Bad plan.  You planned 31 tests but ran 18.
> Files=58, Tests=898, 145 wallclock secs ( 0.37 usr  0.34 sys + 132.43 cusr 
> 11.42 csys = 144.56 CPU)
> Result: FAIL
> Failed 2/58 test programs. 0/898 subtests failed.
> make[1]: *** [test_dynamic] Error 255

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/06/20/libmojomojo-perl_1.06+dfsg-1_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: libmojomojo-perl
Source-Version: 1.10+dfsg-1

We believe that the bug you reported is fixed in the latest version of
libmojomojo-perl, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann <[email protected]> (supplier of updated libmojomojo-perl 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 22 Jun 2013 19:18:21 +0200
Source: libmojomojo-perl
Binary: libmojomojo-perl
Architecture: source all
Version: 1.10+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Description: 
 libmojomojo-perl - wiki- and blog-inspired content management system
Closes: 713246
Changes: 
 libmojomojo-perl (1.10+dfsg-1) unstable; urgency=low
 .
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 .
   [ gregor herrmann ]
   * Update debian/repack.stub.
 .
   [ Florian Schlichting ]
   * Imported Upstream version 1.09+dfsg
   * Dropped spelling.patch, applied upstream
   * Email change: Florian Schlichting -> [email protected]
   * Bumped Standards-Version to 3.9.4 (no change)
   * Bumped copyright years
 .
   [ gregor herrmann ]
   * Bump versioned (build) dependency on libcatalyst-modules-perl to 45.
   * New upstream release 1.10+dfsg.
     Fixes "FTBFS: tests failed"
     (Closes: #713246)
   * Update years of packaging copyright.
Checksums-Sha1: 
 62c0883f7c9be7dcbae763b12c3990a7f7aa7066 3757 libmojomojo-perl_1.10+dfsg-1.dsc
 e5ff16eab8c60fedc94a293e7a2b8d253c413261 1236035 
libmojomojo-perl_1.10+dfsg.orig.tar.gz
 3b222c482da43cef84efb8147348fd084ca3467b 7906 
libmojomojo-perl_1.10+dfsg-1.debian.tar.gz
 07b8b9c08bc6b7529476fd3c2e69fadaf3e2d36c 1097676 
libmojomojo-perl_1.10+dfsg-1_all.deb
Checksums-Sha256: 
 4f6650c1773330ecf55758ceb2f6fdf4c3148e931bd011e66841e304afde507d 3757 
libmojomojo-perl_1.10+dfsg-1.dsc
 55a45e87a6b8455c91959ba54005b0c4944c508e9bf47b3ee47dd5acf75133c9 1236035 
libmojomojo-perl_1.10+dfsg.orig.tar.gz
 64796b1e76cd443eb83ada374023886e9e48aa8cb52129c5403f45fdf99491eb 7906 
libmojomojo-perl_1.10+dfsg-1.debian.tar.gz
 77d89a4a82600bd76a05e0daf662126eaddf85000e903cc322239bc463859dcc 1097676 
libmojomojo-perl_1.10+dfsg-1_all.deb
Files: 
 b4a6bcbc7c58f9b84045ac48cf093086 3757 perl optional 
libmojomojo-perl_1.10+dfsg-1.dsc
 e08c275843ae63de54cf9667e8c3c271 1236035 perl optional 
libmojomojo-perl_1.10+dfsg.orig.tar.gz
 3d20602134ca8a28ef79a0ebd77d07e1 7906 perl optional 
libmojomojo-perl_1.10+dfsg-1.debian.tar.gz
 1a20b47b34b816869c17dd135e00ae70 1097676 perl optional 
libmojomojo-perl_1.10+dfsg-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJRxdywAAoJELs6aAGGSaoGdJwQAJ0g22bjxClBfCk/Pz4x/8tm
0t2DWdhzrj9ujqBIKaktfU6Z7r+TIGqMIENMAJlHlGXvn7qC7O+6EPsh/vhnvKjL
26eyogRPwt5kB7HIfjLeaGfefcd6bwTGHJM5duZPOzN7wlQjMpb9Hn1J1XCmFCoM
JT/pY/io5f2XXLow+oq9HmHWXhkd8+4C7HCYV+VH3yMQzwDPBJt2vu9vLpXtzVeH
YEzAQgWpQby6QYi+7DZB0JFoYrQrY5o9+3h3E+HLbpMQ1HnYwtg+u3gSkG0//6Rb
KYdY4hXBDLzRQgt4AQGwH6I9YTuJxp/Cfi9Z5l8/s4i8kYqPJfoHI81AEoDeSdIR
OyRurtbx2229NbFBTiHAA5M5YhGoSULxm7qAdvmN/RQJccSK3EgKnHDT6f0e+ok6
pSP4OzUJXhV5uGPHwsgHo+SmiS7cM9ZPmw48eELLy2b1tMHOhr4DQuIfH4DgWN56
INEgyXW9RkbQXGNb/IG8+lqREUSbM50dYZmOFjPMzLCJKAWznoe9Ief2LQMw2+gJ
bsJACOucHGOEQVbRx2t288achvhDcflKpLyQCdcyT7lzr8z6z58VLGuYnR/KMbOj
+LWponyK8AjeJgSXdg0jlM2tQVnZzoFHsQopNQ/PYFnkaHKBOkD01CLE4xLJ4N/r
rFr2l91N00t9bkcIuFBr
=uUDl
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to