Back
From: metabase:user:d2c9f356-b46f-11df-9a90-20a83c0b7757
Subject: FAIL HTTP-Engine-Compat-0.03 v5.17.3 SunOS/Solaris
Date: 2012-09-22T06:24:07Z
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 Kazuhiro Osawa,
This is a computer-generated report for HTTP-Engine-Compat-0.03
on perl 5.17.3, created by CPAN-Reporter-1.2006.
Thank you for uploading your work to CPAN. However, there was a problem
testing your distribution.
If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/local/bin/make test':
PERL_DL_NONLAZY=1 /export/home/cpant5/perl5/perlbrew/perls/perl-5.17.3/bin/perl5.17.3 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/*/*/*.t t/*/*/*/*.t
Not inlining a constructor for HTTP::Engine since it defines its own constructor.
If you are certain you don't need to inline your constructor, specify inline_constructor => 0 in your call to HTTP::Engine->meta->make_immutable
t/00_compile.t ................................. ok
Not inlining a constructor for HTTP::Engine since it defines its own constructor.
If you are certain you don't need to inline your constructor, specify inline_constructor => 0 in your call to HTTP::Engine->meta->make_immutable
Can't locate object method "new" via package "HTTP::Request" at t/010_core/context.t line 20.
# Looks like your test died before it could output anything.
t/010_core/context.t ...........................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 5/5 subtests
Not inlining a constructor for HTTP::Engine since it defines its own constructor.
If you are certain you don't need to inline your constructor, specify inline_constructor => 0 in your call to HTTP::Engine->meta->make_immutable
Not inlining a constructor for HTTP::Engine since it defines its own constructor.
If you are certain you don't need to inline your constructor, specify inline_constructor => 0 in your call to HTTP::Engine->meta->make_immutable
Not inlining a constructor for HTTP::Engine since it defines its own constructor.
If you are certain you don't need to inline your constructor, specify inline_constructor => 0 in your call to HTTP::Engine->meta->make_immutable
t/010_core/middleware-import.t ................. ok
Not inlining a constructor for HTTP::Engine since it defines its own constructor.
If you are certain you don't need to inline your constructor, specify inline_constructor => 0 in your call to HTTP::Engine->meta->make_immutable
t/010_core/middleware-import_loadmethods.t ..... ok
Not inlining a constructor for HTTP::Engine since it defines its own constructor.
If you are certain you don't need to inline your constructor, specify inline_constructor => 0 in your call to HTTP::Engine->meta->make_immutable
t/010_core/middleware-load_middleware.t ........ ok
Not inlining a constructor for HTTP::Engine since it defines its own constructor.
If you are certain you don't need to inline your constructor, specify inline_constructor => 0 in your call to HTTP::Engine->meta->make_immutable
Can't locate object method "new" via package "HTTP::Request" (perhaps you forgot to load "HTTP::Request"?) at t/010_core/middleware-wrap.t line 11.
# Looks like your test died before it could output anything.
t/010_core/middleware-wrap.t ...................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/2 subtests
Can't locate object method "req" via package "HTTP::Engine::Request" at t/010_core/request-body.t line 23.
# No tests run!
t/010_core/request-body.t ......................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/2 subtests
Can't locate object method "req" via package "HTTP::Engine::Request" at t/010_core/request-context.t line 10.
# No tests run!
t/010_core/request-context.t ...................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
Can't locate object method "req" via package "HTTP::Engine::Request" at t/010_core/request-cookie.t line 23.
Can't locate object method "req" via package "HTTP::Engine::Request" at t/010_core/request-cookie.t line 40.
# No tests run!
t/010_core/request-cookie.t ....................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/4 subtests
Can't locate object method "res" via package "HTTP::Engine::Request" at t/010_core/request_processor-response_error.t line 37.
Can't locate object method "status" via package "HTTP::Headers::Fast" at /export/home/cpant5/perl5/perlbrew/perls/perl-5.17.3/lib/site_perl/5.17.3/HTTP/Message.pm line 649.
# Looks like your test died before it could output anything.
t/010_core/request_processor-response_error.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 20/20 subtests
Not inlining a constructor for HTTP::Engine since it defines its own constructor.
If you are certain you don't need to inline your constructor, specify inline_constructor => 0 in your call to HTTP::Engine->meta->make_immutable
Can't locate object method "new" via package "HTTP::Request" (perhaps you forgot to load "HTTP::Request"?) at t/010_core/response_redirect.t line 12.
# Looks like your test died before it could output anything.
t/010_core/response_redirect.t .................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 8/8 subtests
Test Summary Report
-------------------
t/010_core/context.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 5 tests but ran 0.
t/010_core/middleware-wrap.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/010_core/request-body.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 2 tests but ran 0.
t/010_core/request-context.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 1 tests but ran 0.
t/010_core/request-cookie.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 4 tests but ran 0.
t/010_core/request_processor-response_error.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 20 tests but ran 0.
t/010_core/response_redirect.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 8 tests but ran 0.
Files=11, Tests=8, 8 wallclock secs ( 0.15 usr 0.09 sys + 6.37 cusr 0.98 csys = 7.59 CPU)
Result: FAIL
Failed 7/11 test programs. 0/8 subtests failed.
make: *** [test_dynamic] Error 255
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ------- -------
ExtUtils::MakeMaker 6.6302 6.63_02
HTTP::Engine v0.0.15 0.03005
Test::More 0 0.98
YAML 0 0.84
build_requires:
Module Need Have
------------------- ------- -------
ExtUtils::MakeMaker 0 6.63_02
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = C
LD_LIBRARY_PATH = /usr/local/lib:
MANPATH_WITHOUT_PERLBREW =
PATH = /export/home/cpant5/perl5/perlbrew/bin:/export/home/cpant5/perl5/perlbrew/perls/perl-5.17.3/bin:/export/home/cpant5/perl5/bin:/usr/local/bin:/usr/bin
PATH_WITHOUT_PERLBREW = /export/home/cpant5/perl5/bin:/usr/local/bin:/usr/bin
PERL5LIB = /export/home/cpant5/.cpan/build/HTTP-Engine-0.03005-4S0Rzp/blib/arch:/export/home/cpant5/.cpan/build/HTTP-Engine-0.03005-4S0Rzp/blib/lib:/export/home/cpant5/.cpan/build/MouseX-Types-0.06-ghrADE/blib/arch:/export/home/cpant5/.cpan/build/MouseX-Types-0.06-ghrADE/blib/lib:/export/home/cpant5/.cpan/build/HTTP-Headers-Fast-0.16-jtxqqh/blib/arch:/export/home/cpant5/.cpan/build/HTTP-Headers-Fast-0.16-jtxqqh/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 4382
PERL5_CPAN_IS_RUNNING = 4382
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 25039,4382
PERLBREW_BASHRC_VERSION = 0.44
PERLBREW_HOME = /export/home/cpant5/.perlbrew
PERLBREW_MANPATH = /export/home/cpant5/perl5/perlbrew/perls/perl-5.17.3/man
PERLBREW_PATH = /export/home/cpant5/perl5/perlbrew/bin:/export/home/cpant5/perl5/perlbrew/perls/perl-5.17.3/bin
PERLBREW_PERL = perl-5.17.3
PERLBREW_ROOT = /export/home/cpant5/perl5/perlbrew
PERLBREW_VERSION = 0.44
PERL_CR_SMOKER_CURRENT = HTTP-Engine-Compat-0.03
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = xterm
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /export/home/cpant5/perl5/perlbrew/perls/perl-5.17.3/bin/perl5.17.3
$UID/$EUID = 105 / 105
$GID = 1 1
$EGID = 1 1
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 1.9800
CPAN::Meta 2.120921
Cwd 3.39_02
ExtUtils::CBuilder 0.280208
ExtUtils::Command 1.17
ExtUtils::Install 1.58
ExtUtils::MakeMaker 6.63_02
ExtUtils::Manifest 1.61
ExtUtils::ParseXS 3.17
File::Spec 3.39_02
JSON 2.53
JSON::PP 2.27200
Module::Build 0.4003
Module::Signature n/a
Parse::CPAN::Meta 1.4404
Test::Harness 3.25_01
Test::More 0.98
YAML 0.84
YAML::Syck 1.20
version 0.9901
--
Summary of my perl5 (revision 5 version 17 subversion 3) configuration:
Platform:
osname=solaris, osvers=2.10, archname=i86pc-solaris-64int
uname='sunos vmrz0046 5.10 generic_141445-09 i86pc i386 i86pc solaris '
config_args='-de -Dprefix=/export/home/cpant5/perl5/perlbrew/perls/perl-5.17.3 -Dcc=gcc -Duse64bitint -Dusedevel -Dusedevel -Aeval:scriptdir=/export/home/cpant5/perl5/perlbrew/perls/perl-5.17.3/bin'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-DPTR_IS_LONG -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPERL_USE_SAFE_PUTENV',
optimize='-O',
cppflags='-DPTR_IS_LONG -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='3.4.6', gccosandvers='solaris2.10'
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='gcc', ldflags =' -L/usr/local/lib '
libpth=/usr/local/lib /usr/lib /usr/ccs/lib
libs=-lsocket -lnsl -lgdbm -ldl -lm -lc
perllibs=-lsocket -lnsl -ldl -lm -lc
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=' '
cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PERL_USE_DEVEL
PERL_USE_SAFE_PUTENV USE_64_BIT_INT USE_LARGE_FILES
USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
Built under solaris
Compiled at Aug 24 2012 11:19:45
%ENV:
PERL5LIB="/export/home/cpant5/.cpan/build/HTTP-Engine-0.03005-4S0Rzp/blib/arch:/export/home/cpant5/.cpan/build/HTTP-Engine-0.03005-4S0Rzp/blib/lib:/export/home/cpant5/.cpan/build/MouseX-Types-0.06-ghrADE/blib/arch:/export/home/cpant5/.cpan/build/MouseX-Types-0.06-ghrADE/blib/lib:/export/home/cpant5/.cpan/build/HTTP-Headers-Fast-0.16-jtxqqh/blib/arch:/export/home/cpant5/.cpan/build/HTTP-Headers-Fast-0.16-jtxqqh/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="4382"
PERL5_CPAN_IS_RUNNING="4382"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="25039,4382"
PERLBREW_BASHRC_VERSION="0.44"
PERLBREW_HOME="/export/home/cpant5/.perlbrew"
PERLBREW_MANPATH="/export/home/cpant5/perl5/perlbrew/perls/perl-5.17.3/man"
PERLBREW_PATH="/export/home/cpant5/perl5/perlbrew/bin:/export/home/cpant5/perl5/perlbrew/perls/perl-5.17.3/bin"
PERLBREW_PERL="perl-5.17.3"
PERLBREW_ROOT="/export/home/cpant5/perl5/perlbrew"
PERLBREW_VERSION="0.44"
PERL_CR_SMOKER_CURRENT="HTTP-Engine-Compat-0.03"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/export/home/cpant5/.cpan/build/HTTP-Engine-0.03005-4S0Rzp/blib/arch
/export/home/cpant5/.cpan/build/HTTP-Engine-0.03005-4S0Rzp/blib/lib
/export/home/cpant5/.cpan/build/MouseX-Types-0.06-ghrADE/blib/arch
/export/home/cpant5/.cpan/build/MouseX-Types-0.06-ghrADE/blib/lib
/export/home/cpant5/.cpan/build/HTTP-Headers-Fast-0.16-jtxqqh/blib/arch
/export/home/cpant5/.cpan/build/HTTP-Headers-Fast-0.16-jtxqqh/blib/lib
/export/home/cpant5/perl5/perlbrew/perls/perl-5.17.3/lib/site_perl/5.17.3/i86pc-solaris-64int
/export/home/cpant5/perl5/perlbrew/perls/perl-5.17.3/lib/site_perl/5.17.3
/export/home/cpant5/perl5/perlbrew/perls/perl-5.17.3/lib/5.17.3/i86pc-solaris-64int
/export/home/cpant5/perl5/perlbrew/perls/perl-5.17.3/lib/5.17.3
.