Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: FAIL Test-Unit-0.25 v5.12.0 NetBSD
Date: 2011-01-18T01:30:23Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Matthew Astley,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.9011. Testers personal comments may appear
at the end of this report.
Thank you for uploading your work to CPAN. However, it appears that
there were some problems testing your distribution.
TEST RESULTS:
Below is the error stack from stage 'make test':
[MSG] [Tue Jan 18 01:30:20 2011] cp lib/Test/Unit/Error.pm blib/lib/Test/Unit/Error.pm
cp TestLister.pl blib/lib/Test/TestLister.pl
cp lib/Test/Unit/Tutorial.pm blib/lib/Test/Unit/Tutorial.pm
cp lib/Test/Unit/Loader.pm blib/lib/Test/Unit/Loader.pm
cp lib/Test/Unit/Setup.pm blib/lib/Test/Unit/Setup.pm
cp lib/Test/Unit/Assertion.pm blib/lib/Test/Unit/Assertion.pm
cp TestRunner.pl blib/lib/Test/TestRunner.pl
cp lib/Test/Unit/Debug.pm blib/lib/Test/Unit/Debug.pm
cp lib/Test/Unit/Assertion/Boolean.pm blib/lib/Test/Unit/Assertion/Boolean.pm
cp lib/Test/Unit/Decorator.pm blib/lib/Test/Unit/Decorator.pm
cp lib/Test/Unit/TestSuite.pm blib/lib/Test/Unit/TestSuite.pm
cp lib/Test/Unit/Runner/Terminal.pm blib/lib/Test/Unit/Runner/Terminal.pm
cp lib/Test/Unit/Procedural.pm blib/lib/Test/Unit/Procedural.pm
cp lib/Test/Unit/Listener.pm blib/lib/Test/Unit/Listener.pm
cp lib/Test/Unit/Runner.pm blib/lib/Test/Unit/Runner.pm
cp TkTestRunner.pl blib/lib/Test/TkTestRunner.pl
cp lib/Test/Unit/UnitHarness.pm blib/lib/Test/Unit/UnitHarness.pm
cp lib/Test/Unit/HarnessUnit.pm blib/lib/Test/Unit/HarnessUnit.pm
cp lib/Test/Unit/Exception.pm blib/lib/Test/Unit/Exception.pm
cp lib/Test/Unit/Test.pm blib/lib/Test/Unit/Test.pm
cp lib/Test/Unit/TestCase.pm blib/lib/Test/Unit/TestCase.pm
cp lib/Test/Unit/Assertion/Exception.pm blib/lib/Test/Unit/Assertion/Exception.pm
cp lib/Test/Unit/Result.pm blib/lib/Test/Unit/Result.pm
cp lib/Test/Unit/TestRunner.pm blib/lib/Test/Unit/TestRunner.pm
cp lib/Test/Unit/Failure.pm blib/lib/Test/Unit/Failure.pm
cp lib/Test/Unit.pm blib/lib/Test/Unit.pm
cp lib/Test/Unit/TkTestRunner.pm blib/lib/Test/Unit/TkTestRunner.pm
cp lib/Test/Unit/Assertion/Regexp.pm blib/lib/Test/Unit/Assertion/Regexp.pm
cp lib/Test/Unit/Assert.pm blib/lib/Test/Unit/Assert.pm
cp lib/Test/Unit/Warning.pm blib/lib/Test/Unit/Warning.pm
cp lib/Test/Unit/Assertion/CodeRef.pm blib/lib/Test/Unit/Assertion/CodeRef.pm
Manifying blib/man3/Test::Unit::Error.3
Manifying blib/man3/Test::Unit::Loader.3
Manifying blib/man3/Test::Unit::Tutorial.3
Manifying blib/man3/Test::Unit::Assertion.3
Manifying blib/man3/Test::Unit::Setup.3
Manifying blib/man3/Test::Unit::Debug.3
Manifying blib/man3/Test::Unit::Assertion::Boolean.3
Manifying blib/man3/Test::Unit::Decorator.3
Manifying blib/man3/Test::Unit::TestSuite.3
Manifying blib/man3/Test::Unit::Runner::Terminal.3
Manifying blib/man3/Test::Unit::Procedural.3
Manifying blib/man3/Test::Unit::Listener.3
Manifying blib/man3/Test::Unit::Runner.3
Manifying blib/man3/Test::Unit::UnitHarness.3
Manifying blib/man3/Test::Unit::HarnessUnit.3
Manifying blib/man3/Test::Unit::Exception.3
Manifying blib/man3/Test::Unit::Assertion::Exception.3
Manifying blib/man3/Test::Unit::TestCase.3
Manifying blib/man3/Test::Unit::Test.3
Manifying blib/man3/Test::Unit::Result.3
Manifying blib/man3/Test::Unit::TestRunner.3
Manifying blib/man3/Test::Unit::Failure.3
Manifying blib/man3/Test::Unit::Assertion::Regexp.3
Manifying blib/man3/Test::Unit::TkTestRunner.3
Manifying blib/man3/Test::Unit.3
Manifying blib/man3/Test::Unit::Assert.3
Manifying blib/man3/Test::Unit::Assertion::CodeRef.3
Manifying blib/man3/Test::Unit::Warning.3
[ERROR] [Tue Jan 18 01:30:23 2011] MAKE TEST failed: PERL_DL_NONLAZY=1 /home/cpan/pit/bare/perl-5.12.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/all_tests.t ..... ok
t/assert.t ........ ok
# Test 1 got: "Suite setup\n# TEST-RUN-SUMMARY\n# \n# Time: 0 wallclock secs (-0.01 usr + 0.00 sys = -0.01 CPU)\n# \n# !!!FAILURES!!!\n# Test Results:\n# Run: 2, Failures: 1, Errors: 0\n# \n# There was 1 failure:\n# 1) examples/fail_example.pm:19 - test_fail(fail_example)\n# Born to lose ...\n# \n# Test was not successful.\n# " (t/try_examples.t at line 106)
# Expected: "Suite setup\n# TEST-RUN-SUMMARY\n# \n# TIME-SUMMARY\n# \n# !!!FAILURES!!!\n# Test Results:\n# Run: 2, Failures: 1, Errors: 0\n# \n# There was 1 failure:\n# 1) examples/fail_example.pm:19 - test_fail(fail_example)\n# Born to lose ...\n# \n# Test was not successful.\n# "
# (Install the Algorithm::Diff module to have differences in multiline
# output explained. You might also set the PERL_TEST_DIFF environment
# variable to run a diff program on the output.)
# t/try_examples.t line 106 is: ok($out, $guru_checked{$e});
t/try_examples.t ..
Failed 1/4 subtests
Test Summary Report
-------------------
t/try_examples.t (Wstat: 0 Tests: 4 Failed: 1)
Failed test: 1
Files=3, Tests=89, 3 wallclock secs ( 0.01 usr 0.10 sys + 1.70 cusr 0.69 csys = 2.50 CPU)
Result: FAIL
Failed 1/3 test programs. 1/89 subtests failed.
*** Error code 255
Stop.
make: stopped in /home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Test-Unit-0.25
[MSG] [Tue Jan 18 01:30:23 2011] DEFAULT 'proceed_on_test_failure' HANDLER RETURNING 'sub return value'
PREREQUISITES:
Here is a list of prerequisites you specified and versions we
managed to load:
Module Name Have Want
Class::Inner 0.200001 0
Devel::Symdump 2.08 0
Error 0.17016 0
base 2.15 1
Perl module toolchain versions installed:
Module Name Have
CPANPLUS 0.9011
CPANPLUS::Dist::Build 0.52
Cwd 3.33
ExtUtils::CBuilder 0.2802
ExtUtils::Command 1.16
ExtUtils::Install 1.55
ExtUtils::MakeMaker 6.56
ExtUtils::Manifest 1.58
ExtUtils::ParseXS 2.2206
File::Spec 3.33
Module::Build 0.3607
Test::Harness 3.22
Test::More 0.96
version 0.88
******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender. As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.
If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally. We appreciate your patience. :)
**********************************************************************
Additional comments:
This report was machine-generated by CPANPLUS::Dist::YACSmoke 0.62.
Powered by minismokebox version 0.40
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
PATH = /home/cpan/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R7/bin:/usr/X11R6/bin:/usr/pkg/bin:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin
PERL5LIB = :/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Class-Inner-0.200001/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Class-Inner-0.200001/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Devel-Symdump-2.08/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Devel-Symdump-2.08/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Error-0.17016/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Error-0.17016/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Test-Unit-0.25/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Test-Unit-0.25/blib/arch
PERL5_CPANPLUS_IS_RUNNING = 6726
PERL5_CPANPLUS_IS_VERSION = 0.9011
PERL5_MINISMOKEBOX = 0.40
PERL5_YACSMOKE_BASE = /home/cpan/pit/bare/conf/perl-5.12.0
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/pkg/bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
Perl: $^X = /home/cpan/pit/bare/perl-5.12.0/bin/perl
UID: $< = 1000
EUID: $> = 1000
GID: $( = 100 100
EGID: $) = 100 100
-------------------------------
--
Summary of my perl5 (revision 5 version 12 subversion 0) configuration:
Platform:
osname=netbsd, osvers=5.0.2, archname=i386-netbsd
uname='netbsd neville.bingosnet.co.uk 5.0.2 netbsd 5.0.2 (generic) #0: sat feb 6 17:53:27 utc 2010 builds@b7.netbsd.org:homebuildsabnetbsd-5-0-2-releasei386201002061851z-objhomebuildsabnetbsd-5-0-2-releasesrcsysarchi386compilegeneric i386 '
config_args='-des -Dprefix=/home/cpan/pit/bare/perl-5.12.0 -Dusemallocwrap=y -Dusemymalloc=n'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/pkg/include',
optimize='-O',
cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/pkg/include'
ccversion='', gccversion='4.1.3 20080704 prerelease (NetBSD nb2 20081120)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -Wl,-rpath,/usr/pkg/lib -Wl,-rpath,/usr/local/lib -fstack-protector -L/usr/pkg/lib'
libpth=/usr/pkg/lib /lib /usr/lib
libs=-lm -lcrypt -lutil -lc -lposix
perllibs=-lm -lcrypt -lutil -lc -lposix
libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E '
cccdlflags='-DPIC -fPIC ', lddlflags='--whole-archive -shared -L/usr/pkg/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP
USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
Built under netbsd
Compiled at Jul 25 2010 12:49:14
%ENV:
PERL5LIB=":/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Class-Inner-0.200001/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Class-Inner-0.200001/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Devel-Symdump-2.08/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Devel-Symdump-2.08/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Error-0.17016/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Error-0.17016/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Test-Unit-0.25/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Test-Unit-0.25/blib/arch"
PERL5_CPANPLUS_IS_RUNNING="6726"
PERL5_CPANPLUS_IS_VERSION="0.9011"
PERL5_MINISMOKEBOX="0.40"
PERL5_YACSMOKE_BASE="/home/cpan/pit/bare/conf/perl-5.12.0"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Class-Inner-0.200001/blib/lib
/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Class-Inner-0.200001/blib/arch
/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Devel-Symdump-2.08/blib/lib
/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Devel-Symdump-2.08/blib/arch
/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Error-0.17016/blib/lib
/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Error-0.17016/blib/arch
/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Test-Unit-0.25/blib/lib
/home/cpan/pit/bare/conf/perl-5.12.0/.cpanplus/5.12.0/build/Test-Unit-0.25/blib/arch
/home/cpan/pit/bare/perl-5.12.0/lib/site_perl/5.12.0/i386-netbsd
/home/cpan/pit/bare/perl-5.12.0/lib/site_perl/5.12.0
/home/cpan/pit/bare/perl-5.12.0/lib/5.12.0/i386-netbsd
/home/cpan/pit/bare/perl-5.12.0/lib/5.12.0
.