C-Blocks v0.42 Perl 5 v5.27.6 MSWin32-x86-multi-thread-64int

Status
Fail
From
Alexandr Ciornii (CHORNY)
Dist
C-Blocks v0.42
Platform
Perl 5 v5.27.6 MSWin32-x86-multi-thread-64int
Date
2018-02-11 03:28:51
ID
afae5d33-6ca2-1014-a5b3-01b0e386e33f
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 David Mertens,

This is a computer-generated report for C-Blocks-0.42
on perl 5.27.6, 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:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

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

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

t\01-basics.t ....................... ok
t\02-use-and-no.t ................... ok
t\03-error-reporting.t .............. ok
t\04-PerlAPI.t ...................... ok
t\05-brace-counting.t ............... ok
t\06-double-colon.t ................. ok
t\06-interpolation.t ................ ok
t\07-compiler-setup.t ............... ok
t\08-lexical-compiler-warnings.t .... ok
t\10-clex.t ......................... ok
t\11-clex-series.t .................. ok
t\12-clex-struct.t .................. ok
t\13-clex-struct.t .................. ok
t\15-clex-with-define.t ............. ok
t\16-clex-scoping.t ................. ok
t\17-clex-define-undefine-series.t .. ok
t\18-clex-global-vars.t ............. ok
t\20-cshare.t ....................... ok

#   Failed test 'Existence of import warns when warnings are enabled'
#   at t\21-cshare-warnings.t line 30.
# didn't find a warning
# expected to find warning: (?^:'import' method already found)
# Looks like you failed 1 test of 3.
t\21-cshare-warnings.t .............. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests 

    #   Failed test '"An undefined value is not SvTRUE" compiles ok'
    #   at t\30-API-SV.t line 74.
    # C::Blocks compiler error:
    # (eval 19):10: error: field name expected
    # 
    # 		# Hide undefined warnings
    # 		my $stderr = '';
    # 		{
    # 			local *STDERR;
    # 			open STDERR, '>', \$stderr;
    # 			cblock {
    # 				get_vars;
    # 				;
    # 				sv_setiv(result, !SvTRUE(scalar));
    # 			}
    # 		}
    # 		1;
    # 	

    #   Failed test '"0 is not SvTRUE" compiles ok'
    #   at t\30-API-SV.t line 74.

    #   Failed test '"An empty string is not SvTRUE" compiles ok'
    #   at t\30-API-SV.t line 74.

    #   Failed test '"The string "0" is not SvTRUE" compiles ok'
    #   at t\30-API-SV.t line 74.

    #   Failed test '"25 is SvTRUE" compiles ok'
    #   at t\30-API-SV.t line 74.

    #   Failed test '"-2.5 is SvTRUE" compiles ok'
    #   at t\30-API-SV.t line 74.

    #   Failed test '"A non-empty, non-numeric string is SvTRUE" compiles ok'
    #   at t\30-API-SV.t line 74.

    #   Failed test '"The string "0 but true" is SvTRUE" compiles ok'
    #   at t\30-API-SV.t line 74.
    # Looks like you failed 8 tests of 8.

#   Failed test 'SvTRUE'
#   at t\30-API-SV.t line 107.

    #   Failed test '"An undefined value has SvIV of 0" compiles ok'
    #   at t\30-API-SV.t line 74.
    # C::Blocks compiler error:
    # (eval 40):10: error: field name expected
    # 
    # 		# Hide undefined warnings
    # 		my $stderr = '';
    # 		{
    # 			local *STDERR;
    # 			open STDERR, '>', \$stderr;
    # 			cblock {
    # 				get_vars;
    # 				;
    # 				sv_setiv(result, SvIV(scalar));
    # 			}
    # 		}
    # 		1;
    # 	

    #   Failed test '"An integer's SvIV is its value" compiles ok'
    #   at t\30-API-SV.t line 74.

    #   Failed test '"A floating-point's SvIV is its value rounded" compiles ok'
    #   at t\30-API-SV.t line 74.

    #   Failed test '"A string's SvIV is 0" compiles ok'
    #   at t\30-API-SV.t line 74.

    #   Failed test '"Successful integer multiplication in C code" compiles ok'
    #   at t\30-API-SV.t line 74.
    # Looks like you failed 5 tests of 5.

#   Failed test 'SvIV'
#   at t\30-API-SV.t line 161.

    #   Failed test '"An undefined value has SvNV of 0" compiles ok'
    #   at t\30-API-SV.t line 74.
    # C::Blocks compiler error:
    # (eval 45):10: error: field name expected
    # 
    # 		# Hide undefined warnings
    # 		my $stderr = '';
    # 		{
    # 			local *STDERR;
    # 			open STDERR, '>', \$stderr;
    # 			cblock {
    # 				get_vars;
    # 				;
    # 				sv_setnv(result, SvNV(scalar));
    # 			}
    # 		}
    # 		1;
    # 	

    #   Failed test '"An integer's SvNV is its value" compiles ok'
    #   at t\30-API-SV.t line 74.

    #   Failed test '"A floating-point's SvNV is its value" compiles ok'
    #   at t\30-API-SV.t line 74.

    #   Failed test '"A string's SvNV is 0" compiles ok'
    #   at t\30-API-SV.t line 74.

    #   Failed test '"Successful floating-point multiplication in C code" compiles ok'
    #   at t\30-API-SV.t line 74.
    # Looks like you failed 5 tests of 5.

#   Failed test 'SvNV'
#   at t\30-API-SV.t line 175.
# Looks like you failed 3 tests of 10.
t\30-API-SV.t ....................... 
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/10 subtests 
C::Blocks compiler error:
t/35-API-Memory.t:32: error: field name expected
t\35-API-Memory.t ................... 
Dubious, test returned 2 (wstat 512, 0x200)
All 1 subtests passed 
t\36-API-Creation.t ................. ok
t\40-csub.t ......................... ok
t\50-sigiled-vars.t ................. ok
C::Blocks compiler error:
t/55-types.t:9: error: field name expected
t\55-types.t ........................ 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t\60-filters.t ...................... ok
C::Blocks compiler error:
t/80-StretchyBuffer.t:22: error: field name expected
t\80-StretchyBuffer.t ............... 
Dubious, test returned 2 (wstat 512, 0x200)
All 2 subtests passed 
t\99-stdio-fails.t .................. ok

Test Summary Report
-------------------
t\21-cshare-warnings.t            (Wstat: 256 Tests: 3 Failed: 1)
  Failed test:  2
  Non-zero exit status: 1
t\30-API-SV.t                     (Wstat: 768 Tests: 10 Failed: 3)
  Failed tests:  4, 8-9
  Non-zero exit status: 3
t\35-API-Memory.t                 (Wstat: 512 Tests: 1 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t\55-types.t                      (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
t\80-StretchyBuffer.t             (Wstat: 512 Tests: 2 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=28, Tests=191,  9 wallclock secs ( 0.09 usr +  0.08 sys =  0.17 CPU)
Result: FAIL
Failed 5/28 test programs. 4/191 subtests failed.

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

Prerequisite modules loaded:

requires:

    Module             Need Have    
    ------------------ ---- --------
    Alien::TinyCCx     0.12 0.12    
    File::ShareDir     1.00 1.104   
    File::Spec         0    3.69    

build_requires:

    Module             Need Have    
    ------------------ ---- --------
    Alien::TinyCCx     0.12 0.12    
    Capture::Tiny      0    0.46    
    ExtUtils::CBuilder 0    0.280230
    ExtUtils::Config   0    0.008   
    ExtUtils::Embed    0    1.35    
    ExtUtils::ParseXS  3    3.36    
    File::Basename     0    2.85    
    File::Spec         0    3.69    
    File::Temp         0    0.2304  
    Test::More         0.88 1.302120
    Test::Warn         0    0.32    

configure_requires:

    Module             Need Have    
    ------------------ ---- --------
    Alien::TinyCCx     0.12 0.12    
    Module::Build      0.28 0.4224  


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

Environment variables:

    AUTOMATED_TESTING = 1
    COMSPEC = C:\WINDOWS\system32\cmd.exe
    NUMBER_OF_PROCESSORS = 1
    PATH = C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Git\cmd;C:\Strawberry276\c\bin;C:\Strawberry276\perl\site\bin;C:\Strawberry276\perl\bin
    PERL5LIB = C:\STRAWB~1\cpan\build\Alien-TinyCCx-0.12-0/blib/arch;C:\STRAWB~1\cpan\build\Alien-TinyCCx-0.12-0/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 164968
    PERL5_CPAN_IS_RUNNING = 164968
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 91060,164968
    PERL_CR_SMOKER_CURRENT = C-Blocks-0.42
    PERL_CR_SMOKER_RUNONCE = 1
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    PROCESSOR_IDENTIFIER = x86 Family 18 Model 1 Stepping 0, AuthenticAMD
    TEMP = C:\DOCUME~1\a\LOCALS~1\Temp

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = C:\Strawberry276\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.18    
    CPAN::Meta          2.150010
    Cwd                 3.70    
    ExtUtils::CBuilder  0.280230
    ExtUtils::Command   7.30    
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.30    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.36    
    File::Spec          3.69    
    JSON                2.97001 
    JSON::PP            2.97001 
    Module::Build       0.4224  
    Module::Signature   0.81    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.39    
    Test::More          1.302120
    YAML                1.24    
    YAML::Syck          1.30    
    version             0.9918  


--

Summary of my perl5 (revision 5 version 27 subversion 6) configuration:
   
  Platform:
    osname=MSWin32
    osvers=5.1.2600
    archname=MSWin32-x86-multi-thread-64int
    uname='Win32 strawberry-perl 5.27.6.1-beta1 #1 Fri Jan 26 07:14:15 2018 i386'
    config_args='undef'
    hint=recommended
    useposix=true
    d_sigaction=undef
    useithreads=define
    usemultiplicity=define
    use64bitint=define
    use64bitall=undef
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
    bincompat5005=undef
  Compiler:
    cc='gcc'
    ccflags =' -s -O2 -DWIN32 -D__USE_MINGW_ANSI_STDIO -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields'
    optimize='-s -O2'
    cppflags='-DWIN32'
    ccversion=''
    gccversion='7.1.0'
    gccosandvers=''
    intsize=4
    longsize=4
    ptrsize=4
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=12
    longdblkind=3
    ivtype='long long'
    ivsize=8
    nvtype='double'
    nvsize=8
    Off_t='long long'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='g++'
    ldflags ='-s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib"'
    libpth=C:\STRAWB~1\c\lib C:\STRAWB~1\c\i686-w64-mingw32\lib C:\STRAWB~1\c\lib\gcc\i686-w64-mingw32\7.1.0
    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=libperl527.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_win32.xs
    dlext=xs.dll
    d_dlsymun=undef
    ccdlflags=' '
    cccdlflags=' '
    lddlflags='-mdll -s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib"'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    HAVE_INTERP_INTERN
    MULTIPLICITY
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_IMPLICIT_CONTEXT
    PERL_IMPLICIT_SYS
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    USE_64_BIT_INT
    USE_ITHREADS
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
  Built under MSWin32
  Compiled at Jan 26 2018 07:24:09
  %ENV:
    PERL5LIB="C:\STRAWB~1\cpan\build\Alien-TinyCCx-0.12-0/blib/arch;C:\STRAWB~1\cpan\build\Alien-TinyCCx-0.12-0/blib/lib"
    PERL5_CPANPLUS_IS_RUNNING="164968"
    PERL5_CPAN_IS_RUNNING="164968"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="91060,164968"
    PERL_CR_SMOKER_CURRENT="C-Blocks-0.42"
    PERL_CR_SMOKER_RUNONCE="1"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    C:\STRAWB~1\cpan\build\Alien-TinyCCx-0.12-0/blib/arch
    C:\STRAWB~1\cpan\build\Alien-TinyCCx-0.12-0/blib/lib
    C:/Strawberry276/perl/site/lib
    C:/Strawberry276/perl/vendor/lib
    C:/Strawberry276/perl/lib
    .