Report for FileHandle-Unget-0.1626

Back
From: metabase:user:838e5b0a-2bb6-1016-a696-43a2537fa0c6
Subject: FAIL FileHandle-Unget-0.1626 v5.16.2 
Date: 2015-04-13T14:03:09Z

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 Coppit,

This is a computer-generated report for FileHandle-Unget-0.1626
on perl 5.16.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:\Users\solimanod\Desktop\strawberry-perl-5.16.2.1-64bit-portable\c\bin\dmake.exe test':

C:\Users\solimanod\Desktop\strawberry-perl-5.16.2.1-64bit-portable\perl\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'inc', 'blib\lib', 'blib\arch')" t/*.t
Under windows, calling binmode after eof exposes a bug that exists in some versions of Perl.
t/binmode_bug.t ............. 
1..2
ok 1
ok 2
ok
t/buffer.t .................. 
1..3
Writing file C:\Users\SOLIMA~1\AppData\Local\Temp\0hA6aoqsPT
ok 1
ok 2
ok 3
ok
t/class_pipe.t .............. 
1..2
ok 1 - Fork succeeded
ok 2 - Child output
ok
t/core_pipe.t ............... 
1..2
ok 1 - Fork succeeded
ok 2 - Child output
ok
t/dumper.t .................. 
1..1
ok 1 - Dumped Filehandle::Unget
ok
t/eof.t ..................... 
1..4
ok 1 - Read first line
ok 2 - Read second line
ok 3 - EOF getline
ok 4 - EOF getlines
ok
Error removing C:/Users/SOLIMA~1/AppData/Local/Temp/YYLG8UpF95 at C:/Users/solimanod/Desktop/strawberry-perl-5.16.2.1-64bit-portable/perl/site/lib/File/Temp.pm line 762.
t/filehandle.t .............. 
1..13
ok 1 - No eol separator
ok 2 - Input line number at start
ok 3 - First line
ok 4 - Input line number at middle
ok 5 - Getlines size
ok 6 - First line
ok 7 - Second line
ok 8 - EOF
ok 9 - read() function
ok 10 - Number of bytes read
ok 11 - read() method
ok 12 - Number of bytes read
ok 13 - new from fd
ok
t/fileno.t .................. 
1..1
ok 1 - fileno()
ok
t/gensym.t .................. 
1..12
ok 1 - syswrite()
ok 2 - input_line_number()
ok 3 - getline()
ok 4 - input_line_number() after reading
ok 5 - getlines() size
ok 6 - First line
ok 7 - Second line
ok 8 - EOF
ok 9 - read() function
ok 10 - Number of bytes read
ok 11 - read() method
ok 12 - Number of bytes read
ok
t/input_record_separator.t .. 
1..7
Writing file C:\Users\SOLIMA~1\AppData\Local\Temp\Xjhhxvp_9M
ok 1 - First line
ok 2 - No eol separator
ok 3 - First line
ok 4 - Second line
ok 5 - Newline end of file
ok 6 - First line
ok 7 - Undef end of line
ok
t/loop_bug.t ................ 
1..1
ok 1 - Loop bug
ok
t/memory_leak.t ............. 
1..1
ok 1 # skip Devel::Leak not installed
ok
t/multiple_handles.t ........ 
1..4
Writing file C:\Users\SOLIMA~1\AppData\Local\Temp\LYeyV2ZXbp
ok 1 - Unget 1
ok 2 - Unget 2
ok 3 - Get 1
ok 4 - Get 2
ok
t/new.t ..................... 
1..12
ok 1 - syswrite()
ok 2 - input_line_number()
ok 3 - First line
ok 4 - Second line
ok 5 - getlines()
ok 6 - First line
ok 7 - Second line
ok 8 - EOF
ok 9 - read() function (filehandle)
ok 10 - Number of bytes read (filehandle)
ok 11 - read() method (filehandle)
ok 12 - Number of bytes read (filehandle)
ok
t/overridden_pipe.t ......... 
1..2
ok 1 - Fork succeeded
ok 2 - Child output
ok
t/pod.t ..................... 
1..1
ok 1 - POD test for blib/lib/FileHandle/Unget.pm
ok
t/seek.t .................... 
1..3
ok 1 - Seek absolute
ok 2 - Seek to front
ok 3 - Seek backward
ok

#   Failed test 'Executing external program'
#   at t/stdin_tell_bug.t line 78.

#   Failed test 'Output matches'
#   at t/stdin_tell_bug.t line 84.
#                   ''
#     doesn't match '(?^:Starting at position (-1|0)\ngot: hello\ngot: world\n)'

#   Failed test 'Stderr matches'
#   at t/stdin_tell_bug.t line 87.
#          got: 'Unrecognized character \x90; marked by <-- HERE after MZ<-- HERE near column 3 at C:\Users\solimanod\Desktop\strawberry-perl-5.16.2.1-64bit-portable\perl\bin\perl.exe line 1.
# '
#     expected: ''
# Looks like you failed 3 tests of 3.
t/stdin_tell_bug.t .......... 
1..3
not ok 1 - Executing external program
not ok 2 - Output matches
not ok 3 - Stderr matches
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/3 subtests 
t/tell.t .................... 
1..5
ok 1 - Tell 1
ok 2 - Tell 2
ok 3 - Tell 3
ok 4 - Tell 4
ok 5 - Tell 5
ok
t/ungetc.t .................. 
1..5
Writing file C:\Users\SOLIMA~1\AppData\Local\Temp\Dk6Dxq4vgK
ok 1 - Ungetc
ok 2 - getline()
ok 3 - read() after insert
ok 4 - getline() 1
ok 5 - getline() 2
ok
t/ungets.t .................. 
1..9
Writing file C:\Users\SOLIMA~1\AppData\Local\Temp\YvyKVDxr0_
ok 1 - ungets() 1
ok 2 - getline()
ok 3 - ungets() 2
ok 4 - getline()
ok 5 - getline() 2
ok 6 - ungets()
ok 7 - getline() 1
ok 8 - getline() 2
ok 9 - getline() 3
ok

Test Summary Report
-------------------
t/stdin_tell_bug.t        (Wstat: 768 Tests: 3 Failed: 3)
  Failed tests:  1-3
  Non-zero exit status: 3
Files=21, Tests=93,  5 wallclock secs ( 0.14 usr +  0.05 sys =  0.19 CPU)
Result: FAIL
Failed 1/21 test programs. 3/93 subtests failed.
dmake.exe:  Error code 255, while making 'test_dynamic'

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

Prerequisite modules loaded:

requires:

    Module                Need  Have    
    --------------------- ----- --------
    perl                  5.005 5.016002
    Scalar::Util          1.14  1.38    

build_requires:

    Module                Need  Have    
    --------------------- ----- --------
    ExtUtils::MakeMaker   6.36  6.94    
    File::Spec::Functions 0     3.40    
    Test::More            0     1.001003

configure_requires:

    Module                Need  Have    
    --------------------- ----- --------
    ExtUtils::MakeMaker   6.36  6.94    


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

Environment variables:

    AUTOMATED_TESTING = 1
    COMSPEC = C:\Windows\system32\cmd.exe
    LD_LIBRARY_PATH = /usr/lib/x86:/usr/X11R6/lib
    NUMBER_OF_PROCESSORS = 4
    PATH = C:\Users\solimanod\Desktop\strawberry-perl-5.16.2.1-64bit-portable\perl\site\bin;C:\Users\solimanod\Desktop\strawberry-perl-5.16.2.1-64bit-portable\perl\bin;C:\Users\solimanod\Desktop\strawberry-perl-5.16.2.1-64bit-portable\c\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\RV\BIN;C:\Program Files (x86)\GnuWin32\bin;C:\Windows\System32\Windows System Resource Manager\bin;C:\Windows\SUA\common\;C:\Windows\SUA\usr\lib\;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;C:\Program Files (x86)\Git\cmd;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 6380
    PERL5_CPAN_IS_RUNNING = 6380
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 8116,6380
    PERL_CR_SMOKER_CURRENT = FileHandle-Unget-0.1626
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 37 Stepping 1, GenuineIntel
    TEMP = C:\Users\SOLIMA~1\AppData\Local\Temp
    TERM = dumb

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

    $^X = C:\Users\solimanod\Desktop\strawberry-perl-5.16.2.1-64bit-portable\perl\bin\perl.exe
    $UID/$EUID = 0 / 0
    $GID = 0
    $EGID = 0
    Win32::GetOSName = Win2008
    Win32::GetOSVersion = Service Pack 1, 6, 1, 7601, 2, 1, 0, 272, 3
    Win32::FsType = NTFS
    Win32::IsAdminUser = 1

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.05    
    CPAN::Meta          2.140640
    Cwd                 3.40    
    ExtUtils::CBuilder  0.280216
    ExtUtils::Command   1.18    
    ExtUtils::Install   1.63    
    ExtUtils::MakeMaker 6.94    
    ExtUtils::Manifest  1.63    
    ExtUtils::ParseXS   3.24    
    File::Spec          3.40    
    JSON                2.90    
    JSON::PP            2.27203 
    Module::Build       0.4205  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4414  
    Test::Harness       3.30    
    Test::More          1.001003
    YAML                0.90    
    YAML::Syck          1.21    
    version             0.9908  


--

Summary of my perl5 (revision 5 version 16 subversion 2) configuration:
   
  Platform:
    osname=MSWin32, osvers=4.0, archname=MSWin32-x64-multi-thread
    uname='Win32 strawberry-perl 5.16.2.1 #1 Fri Nov  2 03:03:35 2012 x64'
    config_args='undef'
    hint=recommended, useposix=true, d_sigaction=undef
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags =' -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE  -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=8, 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='long long', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='g++.exe', ldflags ='-s -L"C:\Users\solimanod\Desktop\strawberry-perl-5.16.2.1-64bit-portable\perl\lib\CORE" -L"C:\Users\solimanod\Desktop\strawberry-perl-5.16.2.1-64bit-portable\c\lib"'
    libpth=C:\Users\solimanod\Desktop\strawberry-perl-5.16.2.1-64bit-portable\c\lib C:\Users\solimanod\Desktop\strawberry-perl-5.16.2.1-64bit-portable\c\x86_64-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=libperl516.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-mdll -s -L"C:\Users\solimanod\Desktop\strawberry-perl-5.16.2.1-64bit-portable\perl\lib\CORE" -L"C:\Users\solimanod\Desktop\strawberry-perl-5.16.2.1-64bit-portable\c\lib"'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES HAVE_INTERP_INTERN MULTIPLICITY
                        PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
                        PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PL_OP_SLAB_ALLOC
                        USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
                        USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
  Built under MSWin32
  Compiled at Nov  2 2012 03:12:17
  %ENV:
    PERL5_CPANPLUS_IS_RUNNING="6380"
    PERL5_CPAN_IS_RUNNING="6380"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="8116,6380"
    PERL_CR_SMOKER_CURRENT="FileHandle-Unget-0.1626"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    C:/Users/solimanod/Desktop/strawberry-perl-5.16.2.1-64bit-portable/perl/site/lib
    C:/Users/solimanod/Desktop/strawberry-perl-5.16.2.1-64bit-portable/perl/vendor/lib
    C:/Users/solimanod/Desktop/strawberry-perl-5.16.2.1-64bit-portable/perl/lib
    .