Perl-Critic-Dynamic v0.05 Perl 5 v5.14.4 MSWin32-x86-multi-thread

Status
Fail
From
NONAME
Dist
Perl-Critic-Dynamic v0.05
Platform
Perl 5 v5.14.4 MSWin32-x86-multi-thread
Date
2018-12-15 12:21:14
ID
ebe03204-6c6b-1014-b0db-0c0b032c038b
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 Jeffrey Ryan Thalhammer,

This is a computer-generated report for Perl-Critic-Dynamic-0.05
on perl 5.14.4, created by CPAN-Reporter-1.2018.

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:

none provided

------------------------------
PROGRAM OUTPUT
------------------------------

Output from 'C:\Strawberry\perl\bin\perl.exe ./Build test':

t\00_basic.t ..... ok
#  
# NOTE: these tests will emit a "Compilation of ... failed" warning.
# This is normal, and can be ignored.  Sorry about the noise.

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 20 - Forgot to "use Carp", from inside a package'
#   at t\20_policies.t line 33.
# Expected 4 violations, got 5. Found violations follow...
# Found violation: Subroutine "Foo" does not appear to be defined at line 2, column 9.  (Foo)
# Found violation: Symbol "$Carp::VERSION" does not appear to be defined at line 4, column 7.  ($Carp::VERSION)
# Found violation: Symbol "@Carp::EXPORT" does not appear to be defined at line 5, column 7.  (@Carp::EXPORT)
# Found violation: Subroutine "carp" does not appear to be defined at line 7, column 1.  (carp)
# Found violation: Symbol "&carp" does not appear to be defined at line 8, column 1.  (&carp)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 34 - Misspelled package name, from inside main'
#   at t\20_policies.t line 33.
# Expected 4 violations, got 5. Found violations follow...
# Found violation: Subroutine "Carp" does not appear to be defined at line 2, column 5.  (Carp)
# Found violation: Symbol "$Crap::VERSION" does not appear to be defined at line 4, column 7.  ($Crap::VERSION)
# Found violation: Symbol "@Crap::EXPORT" does not appear to be defined at line 5, column 7.  (@Crap::EXPORT)
# Found violation: Subroutine "Crap::carp" does not appear to be defined at line 7, column 1.  (Crap::carp)
# Found violation: Symbol "&Crap::crap" does not appear to be defined at line 8, column 1.  (&Crap::crap)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 48 - Misspelled package name, from inside a package'
#   at t\20_policies.t line 33.
# Expected 4 violations, got 6. Found violations follow...
# Found violation: Subroutine "Foo" does not appear to be defined at line 2, column 9.  (Foo)
# Found violation: Subroutine "Carp" does not appear to be defined at line 4, column 5.  (Carp)
# Found violation: Symbol "$Crap::VERSION" does not appear to be defined at line 6, column 7.  ($Crap::VERSION)
# Found violation: Symbol "@Crap::EXPORT" does not appear to be defined at line 7, column 7.  (@Crap::EXPORT)
# Found violation: Subroutine "Crap::crap" does not appear to be defined at line 9, column 1.  (Crap::crap)
# Found violation: Symbol "&Crap::carp" does not appear to be defined at line 10, column 1.  (&Crap::carp)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 64 - Misspelled sub name, from inside main'
#   at t\20_policies.t line 33.
# Expected 2 violations, got 3. Found violations follow...
# Found violation: Subroutine "Carp" does not appear to be defined at line 2, column 5.  (Carp)
# Found violation: Subroutine "Carp::crap" does not appear to be defined at line 4, column 1.  (Carp::crap)
# Found violation: Symbol "&Carp::crap" does not appear to be defined at line 5, column 1.  (&Carp::crap)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 75 - Misspelled sub name, from inside a package'
#   at t\20_policies.t line 33.
# Expected 2 violations, got 4. Found violations follow...
# Found violation: Subroutine "Foo" does not appear to be defined at line 2, column 9.  (Foo)
# Found violation: Subroutine "Carp" does not appear to be defined at line 4, column 5.  (Carp)
# Found violation: Subroutine "Carp::crap" does not appear to be defined at line 6, column 1.  (Carp::crap)
# Found violation: Symbol "&Carp::crap" does not appear to be defined at line 7, column 1.  (&Carp::crap)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 88 - Automatic import succeds, from inside main'
#   at t\20_policies.t line 33.
# Expected 0 violations, got 1. Found violations follow...
# Found violation: Subroutine "Carp" does not appear to be defined at line 2, column 5.  (Carp)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 100 - Automatic import succeds, from inside a package'
#   at t\20_policies.t line 33.
# Expected 0 violations, got 2. Found violations follow...
# Found violation: Subroutine "Foo" does not appear to be defined at line 2, column 9.  (Foo)
# Found violation: Subroutine "Carp" does not appear to be defined at line 4, column 5.  (Carp)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 114 - Explicit import succeds, from inside main'
#   at t\20_policies.t line 33.
# Expected 0 violations, got 1. Found violations follow...
# Found violation: Subroutine "Carp" does not appear to be defined at line 2, column 5.  (Carp)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 126 - Explicit import, from inside a package'
#   at t\20_policies.t line 33.
# Expected 0 violations, got 2. Found violations follow...
# Found violation: Subroutine "Foo" does not appear to be defined at line 2, column 9.  (Foo)
# Found violation: Subroutine "Carp" does not appear to be defined at line 4, column 5.  (Carp)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 140 - Import disabled, from inside main'
#   at t\20_policies.t line 33.
# Expected 2 violations, got 3. Found violations follow...
# Found violation: Subroutine "Carp" does not appear to be defined at line 2, column 5.  (Carp)
# Found violation: Subroutine "carp" does not appear to be defined at line 4, column 1.  (carp)
# Found violation: Symbol "&carp" does not appear to be defined at line 5, column 1.  (&carp)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 151 - Import disabled, from inside a package'
#   at t\20_policies.t line 33.
# Expected 2 violations, got 4. Found violations follow...
# Found violation: Subroutine "Foo" does not appear to be defined at line 2, column 9.  (Foo)
# Found violation: Subroutine "Carp" does not appear to be defined at line 4, column 5.  (Carp)
# Found violation: Subroutine "carp" does not appear to be defined at line 6, column 1.  (carp)
# Found violation: Symbol "&carp" does not appear to be defined at line 7, column 1.  (&carp)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 164 - Using fully-qualified name, from inside main'
#   at t\20_policies.t line 33.
# Expected 0 violations, got 1. Found violations follow...
# Found violation: Subroutine "Carp" does not appear to be defined at line 2, column 5.  (Carp)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 175 - Using fully-qualified name, from inside a package'
#   at t\20_policies.t line 33.
# Expected 0 violations, got 2. Found violations follow...
# Found violation: Subroutine "Foo" does not appear to be defined at line 2, column 9.  (Foo)
# Found violation: Subroutine "Carp" does not appear to be defined at line 4, column 5.  (Carp)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 188 - Do not recurse into dependencies, from inside main'
#   at t\20_policies.t line 33.
# Expected 5 violations, got 6. Found violations follow...
# Found violation: Subroutine "CGI" does not appear to be defined at line 2, column 5.  (CGI)
# Found violation: Symbol "$Carp::VERSION" does not appear to be defined at line 4, column 7.  ($Carp::VERSION)
# Found violation: Symbol "@Carp::EXPORT" does not appear to be defined at line 5, column 7.  (@Carp::EXPORT)
# Found violation: Subroutine "carp" does not appear to be defined at line 7, column 1.  (carp)
# Found violation: Subroutine "Carp::carp" does not appear to be defined at line 8, column 1.  (Carp::carp)
# Found violation: Symbol "&Carp::carp" does not appear to be defined at line 9, column 1.  (&Carp::carp)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 203 - Do not recurse into dependencies, from inside a package'
#   at t\20_policies.t line 33.
# Expected 5 violations, got 7. Found violations follow...
# Found violation: Subroutine "Foo" does not appear to be defined at line 2, column 9.  (Foo)
# Found violation: Subroutine "CGI" does not appear to be defined at line 4, column 5.  (CGI)
# Found violation: Symbol "$Carp::VERSION" does not appear to be defined at line 6, column 7.  ($Carp::VERSION)
# Found violation: Symbol "@Carp::EXPORT" does not appear to be defined at line 7, column 7.  (@Carp::EXPORT)
# Found violation: Subroutine "carp" does not appear to be defined at line 9, column 1.  (carp)
# Found violation: Subroutine "Carp::carp" does not appear to be defined at line 10, column 1.  (Carp::carp)
# Found violation: Symbol "&Carp::carp" does not appear to be defined at line 11, column 1.  (&Carp::carp)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 220 - Things in hash keys are ignored'
#   at t\20_policies.t line 33.
# Expected 0 violations, got 1. Found violations follow...
# Found violation: Subroutine "Carp" does not appear to be defined at line 2, column 5.  (Carp)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 271 - Syntax oddities'
#   at t\20_policies.t line 33.
# Expected 0 violations, got 1. Found violations follow...
# Found violation: Subroutine "Foo" does not appear to be defined at line 2, column 9.  (Foo)
Dynamic::ValidateAgainstSymbolTable: Compilation of "unknown file" failed: Can't locate FooBar.pm in @INC (@INC contains: C:\Strawberry\cpan\build\Perl-Critic-Dynamic-0.05-0\blib\lib C:\Strawberry\cpan\build\Perl-Critic-Dynamic-0.05-0\blib\arch C:\Strawberry\cpan\build\Perl-Critic-Dynamic-0.05-0\_build\lib C:\home\heaven\perl5\lib\perl5\MSWin32-x86-multi-thread C:\home\heaven\perl5\lib\perl5/MSWin32-x86-multi-thread C:\home\heaven\perl5\lib\perl5 C:\home\heaven\perl5\lib\perl5/MSWin32-x86-multi-thread C:\home\heaven\perl5\lib\perl5/MSWin32-x86-multi-thread C:\home\heaven\perl5\lib\perl5 C:/Strawberry/perl/site/lib C:/Strawberry/perl/vendor/lib C:/Strawberry/perl/lib .) at (eval 355) line 9.
BEGIN failed--compilation aborted at (eval 355) line 9.



#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 299 - at_inc configuration'
#   at t\20_policies.t line 33.
# Expected 0 violations, got 1. Found violations follow...
# Found violation: Subroutine "FooBar" does not appear to be defined at line 2, column 5.  (FooBar)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 308 - at_inc_prefix configuration'
#   at t\20_policies.t line 33.
# Expected 0 violations, got 1. Found violations follow...
# Found violation: Subroutine "FooBar" does not appear to be defined at line 2, column 5.  (FooBar)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 317 - Inner packages'
#   at t\20_policies.t line 33.
# Expected 0 violations, got 1. Found violations follow...
# Found violation: Subroutine "FooBar" does not appear to be defined at line 2, column 5.  (FooBar)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 329 - at_inc_suffix configuration'
#   at t\20_policies.t line 33.
# Expected 0 violations, got 1. Found violations follow...
# Found violation: Subroutine "FooBar" does not appear to be defined at line 2, column 5.  (FooBar)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 338 - AUTOLOADers ignored by default'
#   at t\20_policies.t line 33.
# Expected 0 violations, got 2. Found violations follow...
# Found violation: Subroutine "CGI" does not appear to be defined at line 2, column 5.  (CGI)
# Found violation: Subroutine "CGI::FooBar" does not appear to be defined at line 4, column 1.  (CGI::FooBar)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 348 - AUTOLOADers inspected on request'
#   at t\20_policies.t line 33.
# Expected 1 violations, got 2. Found violations follow...
# Found violation: Subroutine "CGI" does not appear to be defined at line 2, column 5.  (CGI)
# Found violation: Subroutine "CGI::FooBar" does not appear to be defined at line 4, column 1.  (CGI::FooBar)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 360 - require'd modules are ignored by default'
#   at t\20_policies.t line 33.
# Expected 1 violations, got 2. Found violations follow...
# Found violation: Subroutine "Carp" does not appear to be defined at line 2, column 9.  (Carp)
# Found violation: Subroutine "Carp::croak" does not appear to be defined at line 3, column 1.  (Carp::croak)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 369 - require'd modules are inpsected on request'
#   at t\20_policies.t line 33.
# Expected 0 violations, got 1. Found violations follow...
# Found violation: Subroutine "Carp" does not appear to be defined at line 2, column 9.  (Carp)

#   Failed test 'Dynamic::ValidateAgainstSymbolTable - line 379 - Cannot detect symbols imported at run time'
#   at t\20_policies.t line 33.
# Expected 1 violations, got 3. Found violations follow...
# Found violation: Subroutine "Carp" does not appear to be defined at line 2, column 9.  (Carp)
# Found violation: Subroutine "Carp" does not appear to be defined at line 3, column 1.  (Carp)
# Found violation: Subroutine "croak" does not appear to be defined at line 4, column 1.  (croak)
# Looks like you failed 26 tests of 33.
t\20_policies.t .. 
Dubious, test returned 26 (wstat 6656, 0x1a00)
Failed 26/33 subtests 

Test Summary Report
-------------------
t\20_policies.t (Wstat: 6656 Tests: 33 Failed: 26)
  Failed tests:  3-18, 23, 25-33
  Non-zero exit status: 26
Files=2, Tests=41, 11 wallclock secs ( 0.08 usr +  0.06 sys =  0.14 CPU)
Result: FAIL
Failed 1/2 test programs. 26/41 subtests failed.

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module               Need  Have    
    -------------------- ----- --------
    Devel::Symdump       2.07  2.18    
    Perl::Critic::Policy 1.108 1.133_01
    Perl::Critic::Utils  1.108 1.133_01
    Readonly             0     2.05    
    Storable             2.16  3.11    

build_requires:

    Module               Need  Have    
    -------------------- ----- --------
    Test::More           0     1.302143

configure_requires:

    Module               Need  Have    
    -------------------- ----- --------
    Module::Build        0.36  0.42_28 


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    COMSPEC = C:\windows\system32\cmd.exe
    NONINTERACTIVE_TESTING = 1
    NUMBER_OF_PROCESSORS = 4
    PATH = C:\home\heaven\perl5\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin
    PERL5LIB = C:\home\heaven\perl5\lib\perl5
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 4136
    PERL5_CPAN_IS_RUNNING = 4136
    PERL_LOCAL_LIB_ROOT = C:\home\heaven\perl5
    PERL_MB_OPT = --install_base "C:\\home\\heaven\\perl5"
    PERL_MM_OPT = INSTALL_BASE=C:\\home\\heaven\\perl5
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    PROCESSOR_IDENTIFIER = x86 Family 6 Model 37 Stepping 5, GenuineIntel
    TEMP = C:\Users\user\AppData\Local\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 = Win7
    Win32::GetOSVersion = Service Pack 1, 6, 1, 7601, 2, 1, 0, 256, 1
    Win32::FsType = NTFS
    Win32::IsAdminUser = 0

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.21    
    CPAN::Meta          2.143240
    Cwd                 3.75    
    ExtUtils::CBuilder  0.280230
    ExtUtils::Command   7.35_06 
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.35_06 
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.75    
    JSON                4.00    
    JSON::PP            4.00    
    Module::Build       0.42_28 
    Module::Signature   0.70    
    Parse::CPAN::Meta   1.4414  
    Test::Harness       3.36    
    Test::More          1.302143
    YAML                1.27    
    YAML::Syck          1.31    
    version             0.9924  


--

Summary of my perl5 (revision 5 version 14 subversion 4) configuration:
   
  Platform:
    osname=MSWin32, osvers=4.0, archname=MSWin32-x86-multi-thread
    uname='Win32 strawberry-perl 5.14.4.1 #1 Mon Mar 11 19:56:31 2013 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  -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -mms-bitfields',
    optimize='-s -O2',
    cppflags='-DWIN32'
    ccversion='', gccversion='4.6.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=libperl514.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 PERL_PRESERVE_IVUV PL_OP_SLAB_ALLOC
                        USE_ITHREADS USE_LARGE_FILES USE_PERLIO
                        USE_PERL_ATOF
  Built under MSWin32
  Compiled at Mar 11 2013 20:02:09
  %ENV:
    PERL5LIB="C:\home\heaven\perl5\lib\perl5"
    PERL5_CPANPLUS_IS_RUNNING="4136"
    PERL5_CPAN_IS_RUNNING="4136"
    PERL_LOCAL_LIB_ROOT="C:\home\heaven\perl5"
    PERL_MB_OPT="--install_base "C:\\home\\heaven\\perl5""
    PERL_MM_OPT="INSTALL_BASE=C:\\home\\heaven\\perl5"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    C:\home\heaven\perl5\lib\perl5/MSWin32-x86-multi-thread
    C:\home\heaven\perl5\lib\perl5
    C:/Strawberry/perl/site/lib
    C:/Strawberry/perl/vendor/lib
    C:/Strawberry/perl/lib
    .