Your message dated Fri, 01 Nov 2013 12:03:01 +0000
with message-id <e1vcdrn-000094...@franck.debian.org>
and subject line Bug#726892: Removed package(s) from unstable
has caused the Debian Bug report #713260,
regarding libdbd-anydata-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 ow...@bugs.debian.org
immediately.)
--
713260: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713260
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libdbd-anydata-perl
Version: 0.11-0.1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
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:
> debian/rules build
> test -x debian/rules
> mkdir -p "."
> cd . && perl Build.PL --installdirs vendor --config ccflags="" --config
> cxxflags="" --config ldflags=""
> destdir=/«PKGBUILDDIR»/debian/libdbd-anydata-perl
>
> Checking optional features...
> html_tables...........disabled
> requires:
> ! HTML::TableExtract is not installed
> recommends:
> * HTML::TableExtract is not installed
>
> ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
> of the modules indicated above before proceeding with this installation
>
> Run 'Build installdeps' to install missing prerequisites.
>
> Created MYMETA.yml and MYMETA.json
> Creating new 'Build' script for 'DBD-AnyData' version '0.110'
> cd . && ./Build build
> Building DBD-AnyData
> touch debian/stamp-perl-build
> cd . && ./Build test verbose=1
> # Testing DBD::AnyData 0.110, Perl 5.014002, /usr/bin/perl
> t/00-load.t ...
> 1..1
> ok 1 - use DBD::AnyData;
> ok
> DBD::AnyData::db do failed:
> Execution ERROR: Can't call method "complete_table_name" on an undefined
> value at /usr/lib/perl5/DBI/DBD/SqlEngine.pm line 1503.
> called from t/01-basic.t at 65.
>
> [for Statement "CREATE TABLE test_CSV (name TEXT, country TEXT,sex TEXT)"]
> at t/01-basic.t line 65.
>
> # Failed test 'CREATE test_CSV'
> # at t/01-basic.t line 65.
> DBD::AnyData::db do failed:
> Execution ERROR: Can't call method "complete_table_name" on an undefined
> value at /usr/lib/perl5/DBI/DBD/SqlEngine.pm line 1503.
> called from t/01-basic.t at 66.
>
> [for Statement "INSERT INTO test_CSV VALUES ('Sue','fr','f')"] at
> t/01-basic.t line 66.
>
> # Failed test 'INSERT 1. row into test_CSV'
> # at t/01-basic.t line 66.
> DBD::AnyData::db do failed:
> Execution ERROR: Can't call method "complete_table_name" on an undefined
> value at /usr/lib/perl5/DBI/DBD/SqlEngine.pm line 1503.
> called from t/01-basic.t at 67.
>
> [for Statement "INSERT INTO test_CSV VALUES ('Tom','fr','f')"] at
> t/01-basic.t line 67.
>
> # Failed test 'INSERT 2. row into test_CSV'
> # at t/01-basic.t line 67.
> DBD::AnyData::db do failed:
> Execution ERROR: Can't call method "complete_table_name" on an undefined
> value at /usr/lib/perl5/DBI/DBD/SqlEngine.pm line 1503.
> called from t/01-basic.t at 68.
>
> [for Statement "INSERT INTO test_CSV VALUES ('Bev','en','f')"] at
> t/01-basic.t line 68.
>
> # Failed test 'INSERT 3. row into test_CSV'
> # at t/01-basic.t line 68.
> DBD::AnyData::db do failed:
> Execution ERROR: Can't call method "complete_table_name" on an undefined
> value at /usr/lib/perl5/DBI/DBD/SqlEngine.pm line 1503.
> called from t/01-basic.t at 69.
>
> [for Statement "UPDATE test_CSV SET sex='m' WHERE name = 'Tom'"] at
> t/01-basic.t line 69.
>
> # Failed test 'UPDATE test_CSV'
> # at t/01-basic.t line 69.
> DBD::AnyData::db do failed:
> Execution ERROR: Can't call method "complete_table_name" on an undefined
> value at /usr/lib/perl5/DBI/DBD/SqlEngine.pm line 1503.
> called from t/01-basic.t at 70.
>
> [for Statement "DELETE FROM test_CSV WHERE name = 'Bev'"] at t/01-basic.t
> line 70.
>
> # Failed test 'DELETE FROM test_CSV'
> # at t/01-basic.t line 70.
>
> Execution ERROR: Can't call method "complete_table_name" on an undefined
> value at /usr/lib/perl5/DBI/DBD/SqlEngine.pm line 1503.
> called from t/01-basic.t at 79.
>
> # Tests were run but no plan was declared and done_testing() was not seen.
> t/01-basic.t ..
> ok 1 - use DBI;
> ok 2 - use DBD::AnyData;
> # DBD::AnyData
> # CSV ...
> ok 3 - connect
> not ok 4 - CREATE test_CSV
> not ok 5 - INSERT 1. row into test_CSV
> not ok 6 - INSERT 2. row into test_CSV
> not ok 7 - INSERT 3. row into test_CSV
> not ok 8 - UPDATE test_CSV
> not ok 9 - DELETE FROM test_CSV
> Dubious, test returned 255 (wstat 65280, 0xff00)
> Failed 6/9 subtests
> t/manifest.t .. skipped: Author tests not required for installation
> t/pod.t .......
> 1..2
> ok 1 - POD test for blib/lib/DBD/AnyData.pm
> ok 2 - POD test for blib/lib/DBD/AnyData/ConfigData.pm
> ok
>
> Test Summary Report
> -------------------
> t/01-basic.t (Wstat: 65280 Tests: 9 Failed: 6)
> Failed tests: 4-9
> Non-zero exit status: 255
> Parse errors: No plan found in TAP output
> Files=4, Tests=12, 1 wallclock secs ( 0.04 usr 0.03 sys + 0.57 cusr 0.10
> csys = 0.74 CPU)
> Result: FAIL
> Failed 1/4 test programs. 6/12 subtests failed.
> make: *** [debian/stamp-perl-check] Error 255
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2013/06/20/libdbd-anydata-perl_0.11-0.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 ---
Version: 0.11-0.1+rm
Dear submitter,
as the package libdbd-anydata-perl has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/726892
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)
--- End Message ---