Package: libtest-builder-tester-perl Version: 1.01-1 Severity: serious From my pbuilder build log:
... PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01basic........ # Failed test 'testing failing' # in t/01basic.t at line 29. # STDERR is: # # Failed test 'should fail' # # in t/01basic.t at line 28. # # got: 'foo' # # expected: 'bar' # # not: # # Failed test (t/01basic.t at line 28) # # got: 'foo' # # expected: 'bar' # # as expected t/01basic........FAILED test 6 Failed 1/6 tests, 83.33% okay ... Failed 5/18 tests, 72.22% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/01basic.t 6 1 16.67% 6 t/05faildiag.t 5 2 40.00% 1-2 t/06errormess.t 12 5 41.67% 4 7-8 10 12 t/07args.t 18 5 27.78% 4 7-8 15-16 Failed 4/7 test scripts, 42.86% okay. 13/49 subtests failed, 73.47% okay. make[1]: *** [test_dynamic] Error 255 make[1]: Leaving directory `/tmp/buildd/libtest-builder-tester-perl-1.01' make: *** [install] Error 2 It looks to me as if it's choking on cosmetic differences in test failure messages. -- Daniel Schepler