Back
From: metabase:user:30ae4450-2aae-11df-837a-5e0a49663a4f
Subject: FAIL perl_WebService_ReviewBoard-0.1.2 v5.12.2
Date: 2014-08-20T12:46:12Z
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 Jay Buffington,
This is a computer-generated report for perl_WebService_ReviewBoard-0.1.2
on perl 5.12.2, created by CPAN-Reporter-1.2011.
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 'C:\strawberry\c\bin\dmake.EXE test':
C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/00.load.t ................ ok
Attempt to free unreferenced scalar: SV 0x130c984, Perl interpreter: 0x3f4124 at C:/strawberry/perl/site/lib/IO/Socket/IP.pm line 41.
Error fetching /api/json/accounts/login/: 301 Moved Permanently
# Looks like you planned 11 tests but ran 1.
# Looks like your test exited with 9 just after 1.
t/create_review.t ..........
Dubious, test returned 9 (wstat 2304, 0x900)
Failed 10/11 subtests
Attempt to free unreferenced scalar: SV 0x130ca84, Perl interpreter: 0x3f4124 at C:/strawberry/perl/site/lib/IO/Socket/IP.pm line 41.
Error fetching /api/json/accounts/login/: 301 Moved Permanently
# Looks like your test exited with 9 before it could output anything.
t/fetch_review.t ...........
Dubious, test returned 9 (wstat 2304, 0x900)
Failed 10/10 subtests
t/new.t .................... ok
# Failed test 'Test::Perl::Critic for "blib\lib\WebService\ReviewBoard.pm"'
# at C:/strawberry/perl/site/lib/Test/Perl/Critic.pm line 110.
#
# Perl::Critic found these violations in "blib\lib\WebService\ReviewBoard.pm":
# Private Member Data shouldn't be accessed directly at line 90, column 7. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 90, column 23. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 91, column 32. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Failed test 'Test::Perl::Critic for "blib\lib\WebService\ReviewBoard\ReviewRequest.pm"'
# at C:/strawberry/perl/site/lib/Test/Perl/Critic.pm line 110.
#
# Perl::Critic found these violations in "blib\lib\WebService\ReviewBoard\ReviewRequest.pm":
# Private Member Data shouldn't be accessed directly at line 34, column 8. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 38, column 16. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 48, column 16. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 60, column 27. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 62, column 3. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 85, column 17. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 90, column 17. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 97, column 12. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 101, column 9. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Private Member Data shouldn't be accessed directly at line 111, column 23. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5)
# Looks like you failed 2 tests of 2.
t/perlcritic.t .............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
# Failed test 'Pod coverage on WebService::ReviewBoard::ReviewRequest'
# at C:/strawberry/perl/site/lib/Test/Pod/Coverage.pm line 133.
# Coverage for WebService::ReviewBoard::ReviewRequest is 90.9%, with 2 naked subroutines:
# get_reviews
# get_ship_it_count
# Looks like you failed 1 test of 2.
t/pod-coverage.t ...........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
t/pod.t .................... ok
Attempt to free unreferenced scalar: SV 0x130c774, Perl interpreter: 0x3f411c at C:/strawberry/perl/site/lib/IO/Socket/IP.pm line 41.
Error fetching /api/json/accounts/login/: 301 Moved Permanently
# Looks like your test exited with 9 before it could output anything.
t/submit_discard_review.t ..
Dubious, test returned 9 (wstat 2304, 0x900)
Failed 2/2 subtests
Test Summary Report
-------------------
t/create_review.t (Wstat: 2304 Tests: 1 Failed: 0)
Non-zero exit status: 9
Parse errors: Bad plan. You planned 11 tests but ran 1.
t/fetch_review.t (Wstat: 2304 Tests: 0 Failed: 0)
Non-zero exit status: 9
Parse errors: Bad plan. You planned 10 tests but ran 0.
t/perlcritic.t (Wstat: 512 Tests: 2 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 2
t/pod-coverage.t (Wstat: 256 Tests: 2 Failed: 1)
Failed test: 2
Non-zero exit status: 1
t/submit_discard_review.t (Wstat: 2304 Tests: 0 Failed: 0)
Non-zero exit status: 9
Parse errors: Bad plan. You planned 2 tests but ran 0.
Files=8, Tests=11, 7 wallclock secs ( 0.03 usr + 0.05 sys = 0.08 CPU)
Result: FAIL
Failed 5/8 test programs. 3/11 subtests failed.
dmake.EXE: Error code 137, while making 'test_dynamic'
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- --------
Bundle::LWP 0 5.835
Data::Dumper 0 2.128
Log::Log4perl 0 1.44
Test::Exception 0 0.32
Test::More 0 1.001003
Test::Perl::Critic 0 1.02
Test::Pod 0 1.48
Test::Pod::Coverage 0 1.10
version 0 0.9908
YAML::Syck 0 1.27
build_requires:
Module Need Have
------------------- ---- --------
ExtUtils::MakeMaker 0 6.98
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
COMSPEC = C:\WINDOWS\system32\cmd.exe
NUMBER_OF_PROCESSORS = 1
PATH = C:\Program Files\Far Manager\;c:\Windows\system32;%c:\Windows\;c:\Windows\System32\Wbem;C:\Git\cmd;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 1304
PERL5_CPAN_IS_RUNNING = 1304
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 1352,1304
PERL_CR_SMOKER_CURRENT = perl_WebService_ReviewBoard-0.1.2
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
PROCESSOR_IDENTIFIER = x86 Family 16 Model 5 Stepping 3, AuthenticAMD
TEMP = C:\DOCUME~1\c\LOCALS~1\Temp
TERM = dumb
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = C:\strawberry\perl\bin\perl.exe
$UID/$EUID = 0 / 0
$GID = 0
$EGID = 0
Win32::GetOSName = WinXP/.Net
Win32::GetOSVersion = Service Pack 3, 5, 1, 2600, 2, 3, 0, 256, 1
Win32::FsType = NTFS
Win32::IsAdminUser = 1
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.00
CPAN::Meta 2.141520
Cwd 3.47
ExtUtils::CBuilder 0.280216
ExtUtils::Command 1.16
ExtUtils::Install 1.55
ExtUtils::MakeMaker 6.98
ExtUtils::Manifest 1.60
ExtUtils::ParseXS 3.24
File::Spec 3.47
JSON 2.90
JSON::PP 2.27203
Module::Build 0.4206
Module::Signature 0.66
Parse::CPAN::Meta 1.4414
Test::Harness 3.32
Test::More 1.001003
YAML 0.98
YAML::Syck 1.27
version 0.9908
--
Summary of my perl5 (revision 5 version 12 subversion 2) configuration:
Platform:
osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread
uname='Win32 strawberryperl 5.12.2.0 #1 Fri Nov 5 05:17:27 2010 i386'
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags =' -s -O2 -DWIN32 -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -mms-bitfields -DPERL_MSVCRT_READFIX',
optimize='-s -O2',
cppflags='-DWIN32'
ccversion='', gccversion='4.4.3', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='g++', ldflags ='-s -L"C:\strawberry\perl\lib\CORE" -L"C:\strawberry\c\lib"'
libpth=C:\strawberry\c\lib C:\strawberry\c\i686-w64-mingw32\lib
libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
libc=, so=dll, useshrplib=true, libperl=libperl512.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-mdll -s -L"C:\strawberry\perl\lib\CORE" -L"C:\strawberry\c\lib"'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP PL_OP_SLAB_ALLOC USE_ITHREADS
USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
USE_SITECUSTOMIZE
Built under MSWin32
Compiled at Nov 5 2010 08:39:08
%ENV:
PERL5_CPANPLUS_IS_RUNNING="1304"
PERL5_CPAN_IS_RUNNING="1304"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="1352,1304"
PERL_CR_SMOKER_CURRENT="perl_WebService_ReviewBoard-0.1.2"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
C:/strawberry/perl/site/lib
C:/strawberry/perl/vendor/lib
C:/strawberry/perl/lib
.