Package: libsql-abstract-limit-perl Version: 0.033-3 Severity: serious libsql-abstract-limit-perl fails to build because some of its test cases fail:
> /usr/bin/perl Build test > t/00.load.........# Testing SQL::Abstract::Limit 0.033 > ok > t/01.sql.......... > # Failed test (t/01.sql.t at line 52) > # died: Can't locate object method "_quote" via package "TheTable" (perhaps > you forgot to load "TheTable"?) at /usr/share/perl5/SQL/Abstract.pm line 190. > > # Failed test (t/01.sql.t at line 53) > # undef > # doesn't match '(?-xism:requestor\,\ worker\,\ colC\,\ colH\ FROM\ > TheTable\ WHERE\ \(\ requestor\ \=\ \?\ AND\ status\ \!\=\ \?\ AND\ \(\ \(\ > worker\ \=\ \?\ \)\ OR\ \(\ worker\ \=\ \?\ \)\ OR\ \(\ worker\ \=\ \?\ \)\ > \)\ \))' > > # Failed test (t/01.sql.t at line 54) > # undef > # doesn't match '(?-xism:^SELECT\ requestor\,\ worker\,\ colC\,\ colH\ > FROM\ TheTable\ WHERE\ \(\ requestor\ \=\ \?\ AND\ status\ \!\=\ \?\ AND\ \(\ > \(\ worker\ \=\ \?\ \)\ OR\ \(\ worker\ \=\ \?\ \)\ OR\ \(\ worker\ \=\ \?\ > \)\ \)\ \)\ ORDER\ BY\ pay\,\ age\ LIMIT\ 10\ OFFSET\ 70$)' > > # Failed test (t/01.sql.t at line 57) > # died: Can't locate object method "_quote" via package "TheTable" (perhaps > you forgot to load "TheTable"?) at /usr/share/perl5/SQL/Abstract.pm line 190. > > # Failed test (t/01.sql.t at line 58) > # undef > # doesn't match '(?-xism:requestor\,\ worker\,\ colC\,\ colH\ FROM\ > TheTable\ WHERE\ \(\ requestor\ \=\ \?\ AND\ status\ \!\=\ \?\ AND\ \(\ \(\ > worker\ \=\ \?\ \)\ OR\ \(\ worker\ \=\ \?\ \)\ OR\ \(\ worker\ \=\ \?\ \)\ > \)\ \))' > > # Failed test (t/01.sql.t at line 59) > # undef > # doesn't match '(?-xism:^SELECT\ requestor\,\ worker\,\ colC\,\ colH\ > FROM\ TheTable\ WHERE\ \(\ requestor\ \=\ \?\ AND\ status\ \!\=\ \?\ AND\ \(\ > \(\ worker\ \=\ \?\ \)\ OR\ \(\ worker\ \=\ \?\ \)\ OR\ \(\ worker\ \=\ \?\ > \)\ \)\ \)\ ORDER\ BY\ pay\,\ age\ LIMIT\ 70\,\ 10$)' > > # Failed test (t/01.sql.t at line 62) > # died: Can't locate object method "_quote" via package "TheTable" (perhaps > you forgot to load "TheTable"?) at /usr/share/perl5/SQL/Abstract.pm line 190. > > # Failed test (t/01.sql.t at line 63) > # undef > # doesn't match '(?-xism:requestor\,\ worker\,\ colC\,\ colH\ FROM\ > TheTable\ WHERE\ \(\ requestor\ \=\ \?\ AND\ status\ \!\=\ \?\ AND\ \(\ \(\ > worker\ \=\ \?\ \)\ OR\ \(\ worker\ \=\ \?\ \)\ OR\ \(\ worker\ \=\ \?\ \)\ > \)\ \))' > > # Failed test (t/01.sql.t at line 64) > # undef > # doesn't match '(?-xism:^SELECT\ requestor\,\ worker\,\ colC\,\ colH\ > FROM\ TheTable\ WHERE\ \(\ requestor\ \=\ \?\ AND\ status\ \!\=\ \?\ AND\ \(\ > \(\ worker\ \=\ \?\ \)\ OR\ \(\ worker\ \=\ \?\ \)\ OR\ \(\ worker\ \=\ \?\ > \)\ \)\ \)\ ORDER\ BY\ pay\,\ age\ ROWS\ 70\ TO\ 80$)' > > # Failed test (t/01.sql.t at line 70) > # died: Can't locate object method "_quote" via package "TheTable" (perhaps > you forgot to load "TheTable"?) at /usr/share/perl5/SQL/Abstract.pm line 190. > > # Failed test (t/01.sql.t at line 71) > # undef > # doesn't match '(?-xism:requestor\,\ worker\,\ colC\,\ colH\ FROM\ > TheTable\ WHERE\ \(\ requestor\ \=\ \?\ AND\ status\ \!\=\ \?\ AND\ \(\ \(\ > worker\ \=\ \?\ \)\ OR\ \(\ worker\ \=\ \?\ \)\ OR\ \(\ worker\ \=\ \?\ \)\ > \)\ \))' > > # Failed test (t/01.sql.t at line 79) > # died: Can't locate object method "_quote" via package "TheTable" (perhaps > you forgot to load "TheTable"?) at /usr/share/perl5/SQL/Abstract.pm line 190. > > # Failed test (t/01.sql.t at line 80) > # undef > # doesn't match '(?-xism:requestor\,\ worker\,\ colC\,\ colH\ FROM\ > TheTable\ WHERE\ \(\ requestor\ \=\ \?\ AND\ status\ \!\=\ \?\ AND\ \(\ \(\ > worker\ \=\ \?\ \)\ OR\ \(\ worker\ \=\ \?\ \)\ OR\ \(\ worker\ \=\ \?\ \)\ > \)\ \))' > > # Failed test (t/01.sql.t at line 88) > # died: Can't locate object method "_quote" via package "TheTable" (perhaps > you forgot to load "TheTable"?) at /usr/share/perl5/SQL/Abstract.pm line 190. > > # Failed test (t/01.sql.t at line 91) > # undef > # doesn't match '(?-xism:requestor\,\ worker\,\ colC\,\ colH\ FROM\ > TheTable\ X\ WHERE\ \(\ requestor\ \=\ \?\ AND\ status\ \!\=\ \?\ AND\ \(\ > \(\ worker\ \=\ \?\ \)\ OR\ \(\ worker\ \=\ \?\ \)\ OR\ \(\ worker\ \=\ \?\ > \)\ \)\ \))' > > # Failed test (t/01.sql.t at line 99) > # died: Can't locate object method "_quote" via package "TheTable" (perhaps > you forgot to load "TheTable"?) at /usr/share/perl5/SQL/Abstract.pm line 190. > > # Failed test (t/01.sql.t at line 100) > # undef > # doesn't match '(?-xism:requestor\,\ worker\,\ colC\,\ colH\ FROM\ > TheTable\ WHERE\ \(\ requestor\ \=\ \?\ AND\ status\ \!\=\ \?\ AND\ \(\ \(\ > worker\ \=\ \?\ \)\ OR\ \(\ worker\ \=\ \?\ \)\ OR\ \(\ worker\ \=\ \?\ \)\ > \)\ \))' > *** not yet testing subquery LIMIT emulations > # Looks like you failed 17 tests of 22. > dubious > Test returned status 17 (wstat 4352, 0x1100) > DIED. FAILED tests 2-12, 14-15, 17-18, 20-21 > Failed 17/22 tests, 22.73% okay > t/02.syntax.......ok > t/03.subclass..... > # Failed test (t/03.subclass.t at line 24) > # died: Can't locate object method "_quote" via package "table" (perhaps you > forgot to load "table"?) at /usr/share/perl5/SQL/Abstract.pm line 190. > > # Failed test (t/03.subclass.t at line 26) > # undef > # doesn't match '(?-xism:^yah$)' > Can't locate object method "_quote" via package "table" (perhaps you forgot > to load "table"?) at /usr/share/perl5/SQL/Abstract.pm line 190. > # Looks like you planned 3 tests but only ran 2. > # Looks like your test died just after 2. > dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED tests 1-3 > Failed 3/3 tests, 0.00% okay > t/pod-coverage....skipped > all skipped: Test::Pod::Coverage 1.04 required for testing POD > coverage > t/pod.............skipped > all skipped: Test::Pod 1.14 required for testing POD > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > t/01.sql.t 17 4352 22 17 77.27% 2-12 14-15 17-18 20-21 > t/03.subclass.t 255 65280 3 4 133.33% 1-3 > 2 tests skipped. > Failed 2/6 test scripts, 66.67% okay. 20/33 subtests failed, 39.39% okay. -- Matt
signature.asc
Description: Digital signature