Back
From: metabase:user:917c2b6a-77f3-11e5-af78-c9d573d1e3cf
Subject: FAIL IO-File-CompressOnClose-0.11 v5.20.2
Date: 2016-02-20T19:01:22Z
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 James FitzGibbon,
This is a computer-generated report for IO-File-CompressOnClose-0.11
on perl 5.20.2, created by CPAN-Reporter-1.2015.
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:\Perl\bin\perl.exe ./Build test':
t\01_use.t .................... ok
# Failed test 'open/print/close a file'
# at t\02_basic.t line 32.
# died: IO::File::CompressOnClose::Zip is not a subclass of IO::File::CompressOnClose at t\02_basic.t line 31.
# Looks like you failed 1 test of 2.
t\02_basic.t ..................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
t\03_pod.t .................... skipped: Test::Pod 1.00 required for testing POD
t\04_accessors.t .............. ok
# Failed test 'close file opened for append'
# at t\05_modes.t line 61.
# died: IO::File::CompressOnClose::Zip is not a subclass of IO::File::CompressOnClose at t\05_modes.t line 60.
# Failed test 'file 'foo' does not exist'
# at t\05_modes.t line 62.
# Failed test 'file 'foo.archive' exists'
# at t\05_modes.t line 63.
# Failed test 'file 'foo.archive' has non-zero size'
# at t\05_modes.t line 64.
# Failed test 'close file opened for write'
# at t\05_modes.t line 77.
# died: IO::File::CompressOnClose::Zip is not a subclass of IO::File::CompressOnClose at t\05_modes.t line 76.
# Failed test 'file 'foo' does not exist'
# at t\05_modes.t line 78.
# Failed test 'file 'foo.archive2' exists'
# at t\05_modes.t line 79.
# Failed test 'file 'foo.archive2' has non-zero size'
# at t\05_modes.t line 80.
# Failed test 'close file opened for append'
# at t\05_modes.t line 108.
# died: IO::File::CompressOnClose::Zip is not a subclass of IO::File::CompressOnClose at t\05_modes.t line 107.
# Failed test 'file 'foo' does not exist'
# at t\05_modes.t line 109.
# Failed test 'file 'foo.archive' exists'
# at t\05_modes.t line 110.
# Failed test 'file 'foo.archive' has non-zero size'
# at t\05_modes.t line 111.
# Failed test 'close file opened for write'
# at t\05_modes.t line 124.
# died: IO::File::CompressOnClose::Zip is not a subclass of IO::File::CompressOnClose at t\05_modes.t line 123.
# Failed test 'file 'foo' does not exist'
# at t\05_modes.t line 125.
# Failed test 'file 'foo.archive2' exists'
# at t\05_modes.t line 126.
# Failed test 'file 'foo.archive2' has non-zero size'
# at t\05_modes.t line 127.
# Looks like you failed 16 tests of 46.
t\05_modes.t ..................
Dubious, test returned 16 (wstat 4096, 0x1000)
Failed 16/46 subtests
t\06_gzip.t ................... ok
t\07_zip.t .................... ok
t\08_coderef.t ................ ok
# Failed test 'close file opened for write'
# at t\09_delete_after_compress.t line 39.
# died: IO::File::CompressOnClose::Zip is not a subclass of IO::File::CompressOnClose at t\09_delete_after_compress.t line 38.
# Failed test 'file 'foo' does not exist'
# at t\09_delete_after_compress.t line 40.
# Failed test 'file 'foo.archive' exists'
# at t\09_delete_after_compress.t line 41.
# Failed test 'file 'foo.archive' has non-zero size'
# at t\09_delete_after_compress.t line 42.
# Failed test 'close file opened for write'
# at t\09_delete_after_compress.t line 59.
# died: IO::File::CompressOnClose::Zip is not a subclass of IO::File::CompressOnClose at t\09_delete_after_compress.t line 58.
# Failed test 'file 'foo.archive2' exists'
# at t\09_delete_after_compress.t line 61.
# Failed test 'file 'foo.archive2' has non-zero size'
# at t\09_delete_after_compress.t line 62.
# Looks like you failed 7 tests of 17.
t\09_delete_after_compress.t ..
Dubious, test returned 7 (wstat 1792, 0x700)
Failed 7/17 subtests
t\10_subclass.t ............... ok
t\11_esoteric.t ............... ok
Test Summary Report
-------------------
t\02_basic.t (Wstat: 256 Tests: 2 Failed: 1)
Failed test: 2
Non-zero exit status: 1
t\05_modes.t (Wstat: 4096 Tests: 46 Failed: 16)
Failed tests: 14-17, 21-24, 34-37, 41-44
Non-zero exit status: 16
t\09_delete_after_compress.t (Wstat: 1792 Tests: 17 Failed: 7)
Failed tests: 5-8, 14, 16-17
Non-zero exit status: 7
Files=11, Tests=143, 2 wallclock secs ( 0.08 usr + 0.05 sys = 0.13 CPU)
Result: FAIL
Failed 3/11 test programs. 24/143 subtests failed.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
--------------- ---- --------
Archive::Zip 0 1.37
build_requires:
Module Need Have
--------------- ---- --------
Archive::Zip 0 1.37
Compress::Zlib 0 2.068
IO::Zlib 0 1.10
Test::Exception 0 0.38
Test::More 0 1.001014
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
COMSPEC = C:\Windows\system32\cmd.exe
NUMBER_OF_PROCESSORS = 4
PATH = C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mercurial\;C:\Perl\site\lib\auto\MinGW\bin;C:\Program Files\vim\vim74;C:\Ruby22\bin;C:\Tcl\bin;C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mercurial\;C:\Perl\site\lib\auto\MinGW\bin;C:\Program Files\vim\vim74
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 3272
PERL5_CPAN_IS_RUNNING = 3272
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 3268,3272
PERL_CR_SMOKER_CURRENT = IO-File-CompressOnClose-0.11
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
PROCESSOR_IDENTIFIER = x86 Family 6 Model 58 Stepping 9, GenuineIntel
TEMP = C:\Users\petr\AppData\Local\Temp
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = C:\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.10
CPAN::Meta 2.150005
Cwd 3.48_01
ExtUtils::CBuilder 0.280223
ExtUtils::Command 1.20
ExtUtils::Install 1.68
ExtUtils::MakeMaker 6.98
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.24
File::Spec 3.48_01
JSON 2.90
JSON::PP 2.27300
Module::Build 0.4214
Module::Signature n/a
Parse::CPAN::Meta 1.4414
Test::Harness 3.35
Test::More 1.001014
YAML 1.15
YAML::Syck 1.29
version 0.9912
--
Summary of my perl5 (revision 5 version 20 subversion 2) configuration:
Platform:
osname=MSWin32, osvers=5.2, archname=MSWin32-x86-multi-thread-64int
uname=''
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
useithreads=define, usemultiplicity=define
use64bitint=define, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='C:\Perl\site\bin\gcc.exe', ccflags =' -s -O2 -DWIN32 -DPERL_TEXTMODE_SCRIPTS -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -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=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='C:\Perl\site\bin\g++.exe', ldflags ='-s -static-libgcc -static-libstdc++ -L"C:\Perl\lib\CORE" -L"C:\MinGW\i686-w64-mingw32\lib"'
libpth=C:\MinGW\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=libperl520.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-mdll -s -static-libgcc -static-libstdc++ -L"C:\Perl\lib\CORE" -L"C:\MinGW\i686-w64-mingw32\lib"'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES HAVE_INTERP_INTERN MULTIPLICITY
PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP PERL_NEW_COPY_ON_WRITE
PERL_PRESERVE_IVUV 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 USE_SITECUSTOMIZE
Locally applied patches:
ActivePerl Build 2002 [299195]
Built under MSWin32
Compiled at Jul 20 2015 13:29:53
%ENV:
PERL5_CPANPLUS_IS_RUNNING="3272"
PERL5_CPAN_IS_RUNNING="3272"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="3268,3272"
PERL_CR_SMOKER_CURRENT="IO-File-CompressOnClose-0.11"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
C:/Perl/site/lib/MSWin32-x86-multi-thread-64int
C:/Perl/site/lib
C:/Perl/lib
.