IO-File-CompressOnClose v0.11 Perl 5 v5.42.0 x86_64-linux-ld
- Status
- Fail
- From
- Andreas J. König (ANDK)
- Dist
-
IO-File-CompressOnClose v0.11
- Platform
- Perl 5 v5.42.0 x86_64-linux-ld
- Date
- 2025-07-18 05:35:50
- ID
- 10422850-6399-11f0-b883-8c5927769a75
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.42.0, created by CPAN-Reporter-1.2020.
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 '/usr/bin/make test':
/tmp/basesmoker-reloperl-mwhL/bin/perl Build --makefile_env_macros 1 test
t/01_use.t .................... ok
# Failed test 'open/print/close a file'
# at t/02_basic.t line 32.
# died: IO::File::CompressOnClose::Gzip 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 .................... ok
t/04_accessors.t .............. ok
# Failed test 'close file opened for append'
# at t/05_modes.t line 61.
# died: IO::File::CompressOnClose::Gzip 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::Gzip 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::Gzip 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::Gzip 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::Gzip 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::Gzip 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 (exited 1) Tests: 2 Failed: 1)
Failed test: 2
Non-zero exit status: 1
t/05_modes.t (Wstat: 4096 (exited 16) 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 (exited 7) Tests: 17 Failed: 7)
Failed tests: 5-8, 14, 16-17
Non-zero exit status: 7
Files=11, Tests=146, 1 wallclock secs ( 0.05 usr 0.04 sys + 1.03 cusr 0.18 csys = 1.30 CPU)
Result: FAIL
Failed 3/11 test programs. 24/146 subtests failed.
make: *** [Makefile:103: test] Error 255
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
--------------- ---- --------
Compress::Zlib 0 2.213
IO::Zlib 0 1.15
build_requires:
Module Need Have
--------------- ---- --------
Archive::Zip 0 1.68
Compress::Zlib 0 2.213
IO::Zlib 0 1.15
Test::Exception 0 0.43
Test::More 0 1.302214
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
PATH = /home/sand/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/perl/bin:/usr/X11/bin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 2476451
PERL5_CPAN_IS_RUNNING = 2476451
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /tmp/basesmoker-reloperl-mwhL/bin/perl
$UID/$EUID = 1005 / 1005
$GID = 1005 1005
$EGID = 1005 1005
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.38
CPAN::Meta 2.150010
Cwd 3.94
ExtUtils::CBuilder 0.280242
ExtUtils::Command 7.76
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.76
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.57
File::Spec 3.94
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature 0.93
Parse::CPAN::Meta 2.150010
Test2 1.302214
Test::Harness 3.52
Test::More 1.302214
YAML 1.31
YAML::Syck 1.34
version 0.9933
--
Summary of my perl5 (revision 5 version 42 subversion 0) configuration:
Commit id: 5551b97c3be30b899397b99d57993a39d13294f1
Platform:
osname=linux
osvers=5.4.0-208-generic
archname=x86_64-linux-ld
uname='linux k93focal 5.4.0-208-generic #228-ubuntu smp fri feb 7 19:41:33 utc 2025 x86_64 x86_64 x86_64 gnulinux '
config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.42.0/d3e4 -Dmyhostname=k93focal -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Dlibswanted=cl pthread socket inet nsl gdbm dbm malloc dl ld sun m crypt sec util c cposix posix ucb BSD gdbm_compat -Uuseithreads -Duselongdouble -DEBUGGING=both'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=define
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='cc'
ccflags ='-fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
optimize='-O2 -g'
cppflags='-fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='9.4.0'
gccosandvers=''
intsize=4
longsize=8
ptrsize=8
doublesize=8
byteorder=12345678
doublekind=3
d_longlong=define
longlongsize=8
d_longdbl=define
longdblsize=16
longdblkind=3
ivtype='long'
ivsize=8
nvtype='long double'
nvsize=16
Off_t='off_t'
lseeksize=8
alignbytes=16
prototype=define
Linker and Libraries:
ld='cc'
ldflags =' -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/x86_64-linux-gnu /usr/lib /usr/lib64
libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.31.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.31'
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags='-Wl,-E'
cccdlflags='-fPIC'
lddlflags='-shared -O2 -g -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
DEBUGGING
HAS_LONG_DOUBLE
HAS_STRTOLD
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_SIPHASH13
PERL_HASH_USE_SBOX32
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
PERL_USE_SAFE_PUTENV
USE_64_BIT_ALL
USE_64_BIT_INT
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_LONG_DOUBLE
USE_PERLIO
USE_PERL_ATOF
Built under linux
Compiled at Jul 4 2025 13:05:58
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="2476451"
PERL5_CPAN_IS_RUNNING="2476451"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.42.0/d3e4/lib/site_perl/5.42.0/x86_64-linux-ld
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.42.0/d3e4/lib/site_perl/5.42.0
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.42.0/d3e4/lib/5.42.0/x86_64-linux-ld
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.42.0/d3e4/lib/5.42.0
.