Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: FAIL Feersum-1.400 v5.14.1 FreeBSD
Date: 2011-09-11T07:29:35Z
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 STASH,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.9110. 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] [Sun Sep 11 08:29:01 2011] cp lib/Feersum.pm blib/lib/Feersum.pm
cp lib/Plack/Handler/Feersum.pm blib/lib/Plack/Handler/Feersum.pm
cp lib/Feersum/Runner.pm blib/lib/Feersum/Runner.pm
cp lib/Feersum/Connection/Handle.pm blib/lib/Feersum/Connection/Handle.pm
cp lib/Feersum/Connection.pm blib/lib/Feersum/Connection.pm
/usr/home/cpan/pit/thr/perl-5.14.1/bin/perl /usr/home/cpan/pit/thr/perl-5.14.1/lib/site_perl/5.14.1/ExtUtils/xsubpp -typemap /usr/home/cpan/pit/thr/perl-5.14.1/lib/5.14.1/ExtUtils/typemap -typemap typemap Feersum.xs > Feersum.xsc && mv Feersum.xsc Feersum.c
cc -c -I. -I/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/EV-4.03/blib/lib/EV -I/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/EV-4.03/blib/lib -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -O -DVERSION=\"1.400\" -DXS_VERSION=\"1.400\" -DPIC -fPIC "-I/usr/home/cpan/pit/thr/perl-5.14.1/lib/5.14.1/amd64-freebsd-thread-multi/CORE" Feersum.c
Running Mkbootstrap for Feersum ()
chmod 644 Feersum.bs
rm -f blib/arch/auto/Feersum/Feersum.so
cc -shared -L/usr/local/lib -fstack-protector Feersum.o -o blib/arch/auto/Feersum/Feersum.so
chmod 755 blib/arch/auto/Feersum/Feersum.so
cp Feersum.bs blib/arch/auto/Feersum/Feersum.bs
chmod 644 blib/arch/auto/Feersum/Feersum.bs
cp bin/feersum blib/script/feersum
/usr/home/cpan/pit/thr/perl-5.14.1/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/feersum
Manifying blib/man1/feersum.1
Manifying blib/man3/Feersum.3
Manifying blib/man3/Feersum::Connection::Handle.3
Manifying blib/man3/Feersum::Runner.3
Manifying blib/man3/Plack::Handler::Feersum.3
Manifying blib/man3/Feersum::Connection.3
[ERROR] [Sun Sep 11 08:29:23 2011] MAKE TEST failed: /usr/home/cpan/pit/thr/perl-5.14.1/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01-simple.t ............. ok
t/02-array-body.t ......... ok
t/03-env-hash.t ........... ok
t/04-died.t ............... ok
t/05-streaming.t .......... ok
t/06-input.t .............. ok
t/07-graceful-shutdown.t .. ok
t/08-read-timeout.t ....... ok
t/09-magic.t .............. ok
t/10-respond-304.t ........ ok
t/11-runner.t ............. skipped: Need Test::TCP 1.06 to run this test
t/12-close-on-drop.t ...... ok
# Failed test 'client 1: http success'
# at t/13-pre-fork.t line 25.
# got: '599'
# expected: '200'
Use of uninitialized value $this in pattern match (m//) at t/13-pre-fork.t line 26.
# Failed test 'client 1: looks good'
# at t/13-pre-fork.t line 26.
# undef
# doesn't match '(?^:^Hello customer number 0x[0-9a-f]+$)'
# Failed test 'client 2: http success'
# at t/13-pre-fork.t line 25.
# got: '599'
# expected: '200'
Use of uninitialized value $this in pattern match (m//) at t/13-pre-fork.t line 26.
# Failed test 'client 2: looks good'
# at t/13-pre-fork.t line 26.
# undef
# doesn't match '(?^:^Hello customer number 0x[0-9a-f]+$)'
# Failed test 'client 3: http success'
# at t/13-pre-fork.t line 25.
# got: '599'
# expected: '200'
Use of uninitialized value $this in pattern match (m//) at t/13-pre-fork.t line 26.
# Failed test 'client 3: looks good'
# at t/13-pre-fork.t line 26.
# undef
# doesn't match '(?^:^Hello customer number 0x[0-9a-f]+$)'
# Looks like you planned 16 tests but ran 13.
# Looks like you failed 6 tests of 13 run.
t/13-pre-fork.t ...........
Dubious, test returned 6 (wstat 1536, 0x600)
Failed 9/16 subtests
t/14-guard.t .............. ok
t/15-write_array.t ........ ok
t/50-psgi-simple.t ........ ok
t/51-psgi-streaming.t ..... ok
t/52-psgi-iohandle.t ...... ok
t/53-psgi-overloaded.t .... ok
t/54-psgix-io.t ........... ok
t/55-psgi-leak.t .......... skipped: Need Test::LeakTrace >= 0.13 to run this test
t/60-plack.t .............. skipped: Need Plack >= 0.9950 to run this test
t/61-plack-suite.t ........ skipped: Need Plack >= 0.9950 to run this test
t/62-plack-runner.t ....... skipped: Need Plack >= 0.9950 to run this test
t/63-plack-apps.t ......... skipped: Need Plack >= 0.9950 to run this test
t/99-critic.t ............. skipped: Author tests not required for installation
t/99-fixme.t .............. skipped: Test::Fixme 0.04 not available for testing
t/99-manifest.t ........... skipped: Author tests not required for installation
t/99-pod-coverage.t ....... skipped: Author tests not required for installation
t/99-pod.t ................ skipped: Test::Pod 1.26 not available for testing
Test Summary Report
-------------------
t/13-pre-fork.t (Wstat: 1536 Tests: 13 Failed: 6)
Failed tests: 2-7
Non-zero exit status: 6
Parse errors: Bad plan. You planned 16 tests but ran 13.
Files=30, Tests=749, 22 wallclock secs ( 0.23 usr 0.16 sys + 2.64 cusr 2.16 csys = 5.19 CPU)
Result: FAIL
Failed 1/30 test programs. 6/749 subtests failed.
*** Error code 255
Stop in /usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Feersum-1.400.
[MSG] [Sun Sep 11 08:29: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
AnyEvent 6.02 5.261
EV 4.03 4
Guard 1.022 1.012
Scalar::Util 1.23 1.19
Test::Fatal 0.006 0.003
Test::More 0.98 0.94
Perl module toolchain versions installed:
Module Name Have
CPANPLUS 0.9110
CPANPLUS::Dist::Build 0.58
Cwd 3.36
ExtUtils::CBuilder 0.280203
ExtUtils::Command 1.17
ExtUtils::Install 1.56
ExtUtils::MakeMaker 6.59
ExtUtils::Manifest 1.60
ExtUtils::ParseXS 3.04
File::Spec 3.33
Module::Build 0.3800
Test::Harness 3.23
Test::More 0.98
version 0.94
******************************** 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.64.
Powered by minismokebox version 0.54
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
PATH = /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/cpan/bin
PERL5LIB = :/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/common-sense-3.4/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/common-sense-3.4/blib/arch:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/EV-4.03/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/EV-4.03/blib/arch:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/AnyEvent-6.02/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/AnyEvent-6.02/blib/arch:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Guard-1.022/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Guard-1.022/blib/arch:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Try-Tiny-0.11/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Try-Tiny-0.11/blib/arch:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Test-Fatal-0.006/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Test-Fatal-0.006/blib/arch:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Feersum-1.400/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Feersum-1.400/blib/arch
PERL5_CPANPLUS_IS_RUNNING = 26450
PERL5_CPANPLUS_IS_VERSION = 0.9110
PERL5_MINISMOKEBOX = 0.54
PERL5_YACSMOKE_BASE = /usr/home/cpan/pit/thr/conf/perl-5.14.1
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/local/bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
Perl: $^X = /usr/home/cpan/pit/thr/perl-5.14.1/bin/perl
UID: $< = 1002
EUID: $> = 1002
GID: $( = 1002 1002
EGID: $) = 1002 1002
-------------------------------
--
Summary of my perl5 (revision 5 version 14 subversion 1) configuration:
Platform:
osname=freebsd, osvers=9.0-beta1, archname=amd64-freebsd-thread-multi
uname='freebsd filthpig 9.0-beta1 freebsd 9.0-beta1 #0: thu jul 28 17:15:31 utc 2011 root@farrell.cse.buffalo.edu:usrobjusrsrcsysgeneric amd64 '
config_args='-des -Dprefix=/usr/home/cpan/pit/thr/perl-5.14.1 -Dusethreads'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
optimize='-O',
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.2.2 20070831 prerelease [FreeBSD]', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags ='-pthread -Wl,-E -fstack-protector -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib
libs=-lgdbm -lm -lcrypt
perllibs=-lm -lcrypt
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-DPIC -fPIC', lddlflags='-shared -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT
USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
USE_REENTRANT_API
Built under freebsd
Compiled at Aug 9 2011 18:40:05
%ENV:
PERL5LIB=":/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/common-sense-3.4/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/common-sense-3.4/blib/arch:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/EV-4.03/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/EV-4.03/blib/arch:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/AnyEvent-6.02/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/AnyEvent-6.02/blib/arch:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Guard-1.022/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Guard-1.022/blib/arch:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Try-Tiny-0.11/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Try-Tiny-0.11/blib/arch:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Test-Fatal-0.006/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Test-Fatal-0.006/blib/arch:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Feersum-1.400/blib/lib:/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Feersum-1.400/blib/arch"
PERL5_CPANPLUS_IS_RUNNING="26450"
PERL5_CPANPLUS_IS_VERSION="0.9110"
PERL5_MINISMOKEBOX="0.54"
PERL5_YACSMOKE_BASE="/usr/home/cpan/pit/thr/conf/perl-5.14.1"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/common-sense-3.4/blib/lib
/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/common-sense-3.4/blib/arch
/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/EV-4.03/blib/lib
/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/EV-4.03/blib/arch
/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/AnyEvent-6.02/blib/lib
/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/AnyEvent-6.02/blib/arch
/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Guard-1.022/blib/lib
/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Guard-1.022/blib/arch
/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Try-Tiny-0.11/blib/lib
/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Try-Tiny-0.11/blib/arch
/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Test-Fatal-0.006/blib/lib
/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Test-Fatal-0.006/blib/arch
/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Feersum-1.400/blib/lib
/usr/home/cpan/pit/thr/conf/perl-5.14.1/.cpanplus/5.14.1/build/Feersum-1.400/blib/arch
/usr/home/cpan/pit/thr/perl-5.14.1/lib/site_perl/5.14.1/amd64-freebsd-thread-multi
/usr/home/cpan/pit/thr/perl-5.14.1/lib/site_perl/5.14.1
/usr/home/cpan/pit/thr/perl-5.14.1/lib/5.14.1/amd64-freebsd-thread-multi
/usr/home/cpan/pit/thr/perl-5.14.1/lib/5.14.1
.