Control: tag -1 + confirmed On Sun, 28 Aug 2016 12:17:23 +0200, Lucas Nussbaum wrote:
> Source: libdbix-class-perl > Version: 0.082840-1 > Severity: serious > Tags: stretch sid > User: debian...@lists.debian.org > Usertags: qa-ftbfs-20160828 qa-ftbfs > Justification: FTBFS on amd64 > > > Test Summary Report > > ------------------- > > t/prefetch/grouped.t (Wstat: 65280 Tests: 31 > > Failed: 1) > > Failed test: 28 > > Non-zero exit status: 255 > > Parse errors: No plan found in TAP output > > Files=308, Tests=13370, 114 wallclock secs ( 2.17 usr 0.60 sys + 106.21 > > cusr 5.45 csys = 114.43 CPU) > > Result: FAIL > > Failed 1/308 test programs. 1/13370 subtests failed. > > Makefile:1697: recipe for target 'test_dynamic' failed Same here, both during build and autopkgtest. Looking a bit further, https://ci.debian.net/packages/libd/libdbix-class-perl/ doesn't have failures yet; https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libdbix-class-perl.html shows that the failures started > 2016-08-17 and < 2016-08-26 Comparing the logs for i386 (where we have one success and one failure)[0], we get: -Setting up libtry-tiny-perl (0.24-1) ... +Setting up libtry-tiny-perl (0.27-1) ... -Setting up libarchive-zip-perl (1.58-1) ... +Setting up libarchive-zip-perl (1.59-1) ... -Setting up libicu57:i386 (57.1-2) ... +Setting up libicu57:i386 (57.1-3) ... -Setting up libpath-class-perl (0.36-1) ... +Setting up libpath-class-perl (0.37-1) ... -Processing triggers for libc-bin (2.23-4) ... +Processing triggers for libc-bin (2.23-5) ... -Setting up libtext-csv-perl (1.33-1) ... +Setting up libtext-csv-perl (1.33-2) ... -Setting up libfile-stripnondeterminism-perl (0.022-1) ... +Setting up libfile-stripnondeterminism-perl (0.023-2) ... -Setting up libglib2.0-0:i386 (2.48.1-2) ... +Setting up libglib2.0-0:i386 (2.48.1-3) ... -Setting up libtool (2.4.6-0.1) ... +Setting up libtool (2.4.6-2) ... -Setting up libmoosex-types-path-class-perl (0.08-1) ... +Setting up libmoosex-types-path-class-perl (0.09-1) ... -Setting up dh-strip-nondeterminism (0.022-1) ... +Setting up dh-strip-nondeterminism (0.023-2) ... -Setting up debhelper (9.20160709) ... +Setting up debhelper (9.20160814) ... -- Path::Class ...loaded. (0.36 >= 0.18) +- Path::Class ...loaded. (0.37 >= 0.18) -- Try::Tiny ...loaded. (0.24 >= 0.07) +- Try::Tiny ...loaded. (0.27 >= 0.07) -# $INC[4] 0.08 MooseX::Types::Path::Class [ MD5: 1a5965f4642f020c80e631f7b7030473 ] +# $INC[4] 0.09 MooseX::Types::Path::Class [ MD5: fa4152eac64df55ede9de273d21bc2d3 ] -# $INC[4] 0.36 Path::Class [ MD5: 172caa92f2c9d5e57840404de5bf417c ] -# $INC[4] 0.36 Path::Class::Dir [ MD5: d057747eb223d50fc490ba44c6b07080 ] -# $INC[4] 0.36 Path::Class::Entity [ MD5: 522fcdbd765168b63796e6f9e947bf73 ] -# $INC[4] 0.36 Path::Class::File [ MD5: 5190b4a4e4d9a784189186b3fb625aaf ] +# $INC[4] 0.37 Path::Class [ MD5: 62b3248e0d25291933a8d0f09e731547 ] +# $INC[4] 0.37 Path::Class::Dir [ MD5: 9b7bd783037e1e812d6a82d62bcecb92 ] +# $INC[4] 0.37 Path::Class::Entity [ MD5: 8e14d34b8f5a0909736e9bdaac460848 ] +# $INC[4] 0.37 Path::Class::File [ MD5: b7f9029ac9e90dc1d509a95d12103c69 ] -# $INC[4] 1.33 Text::CSV [ MD5: facf1f1c610ff035663dc31ffb24a763 ] -# $INC[4] 1.33 Text::CSV_PP [ MD5: 24bcc83affe80b5d55c532c279a76696 ] +# $INC[4] 1.33 Text::CSV [ MD5: 5ae3bef4a8aa7f24c747d3a85744b681 ] +# $INC[4] 1.33 Text::CSV_PP [ MD5: ba9fe43f854f50c7d963cb1621edd457 ] -# $INC[4] 0.24 Try::Tiny [ MD5: c85bb3f32f7bd949ec0cdfe93865f9e5 ] +# $INC[4] 0.27 Try::Tiny [ MD5: 1f32db3c4cc69547f04b56e4ce492e57 ] + +# Failed test 'Correct cd fetched on top' +# at t/prefetch/grouped.t line 183. +# got: '3' +# expected: '2' +Can't call method "notes" on an undefined value at t/prefetch/grouped.t line 189, <> line 1. +# Tests were run but no plan was declared and done_testing() was not seen. +# Looks like your test exited with 255 just after 31. t/prefetch/grouped.t ................................ # ok 1 - CDs with tracks count @@ -8453,41 +8459,13 @@ ok 25 - count() query generated expected SQL ok 26 - next() query generated expected SQL ok 27 - Limit works -ok 28 - Correct cd fetched on top +not ok 28 - Correct cd fetched on top ok 29 - Track count fetched correctly ok 30 - Count of prefetched tracks rs still correct ok 31 - Number of prefetched track objects still correct -ok 32 - Correct liner pre-fetched with top cd -ok 33 - No queries executed during prefetched data access -ok 34 - Oddball mysql-ish group_by usage yields valid SQL -ok 35 - Limit works -ok 36 - Correct cd fetched on top -ok 37 - Track count fetched correctly -ok 38 - Correct liner pre-fetched with top cd -ok 39 - No queries executed during prefetched data access -ok 40 - Prefetch + distinct resulted in correct group_by -ok 41 - Correct number of CD objects -ok 42 - Correct count of CDs -ok 43 - count() query generated expected SQL -ok 44 - complex prefetch + non-prefetching has_many join count correct -ok 45 - complex prefetch + non-prefetching has_many join number of objects correct -ok 46 -ok 47 - complex prefetch + non-prefetching restricted has_many join count correct -ok 48 - complex prefetch + non-prefetching restricted has_many join number of objects correct -ok 49 -ok 50 - Expected limited prefetch with distinct SQL -ok 51 - HRI dump of limited prefetch with distinct as expected -ok 52 - Expected limited prefetch with distinct SQL on premultiplied head -not ok 53 - HRI dump of limited prefetch with distinct as expected on premultiplid head # TODO Not sure if we can stop the count/group of premultiplication abstraction leak - -# Failed (TODO) test 'HRI dump of limited prefetch with distinct as expected on premultiplid head' -# at t/prefetch/grouped.t line 488. -# Structures begin differing at: -# $got->[2]{title} = 'Caterwaulin' Blues' -# $expected->[2]{title} = 'Spoonful of bees' -1..53 # Auto checked 5 references for leaks - none detected -ok +Dubious, test returned 255 (wstat 65280, 0xff00) +Failed 1/31 subtests Cheers, gregor [0] sucess: https://tests.reproducible-builds.org/debian/rbuild/testing/i386/libdbix-class-perl_0.082840-1.rbuild.log fail: https://tests.reproducible-builds.org/debian/rbuild/unstable/i386/libdbix-class-perl_0.082840-1.rbuild.log -- .''`. Homepage https://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - https://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Uriah Heep: July Morning
signature.asc
Description: Digital Signature