Error v0.17029 Perl 5 v5.37.9 i86pc-solaris-64int
- Status
- Fail
- From
- Nigel Horne
- Dist
-
Error v0.17029
- Platform
- Perl 5 v5.37.9 i86pc-solaris-64int
- Date
- 2023-03-19 06:36:13
- ID
- 57eca6da-c620-11ed-9a52-58992361a325
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 Shlomi Fish,
This is a computer-generated report for Error-0.17029
on perl 5.37.9, 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 './Build test':
# Failed test 'Error/Simple.pm loaded ok'
# at t/00-compile.t line 44.
# got: '512'
# expected: '0'
Can't locate Error/Simple.pm in @INC (you may need to install the Error::Simple module) (@INC entries checked: /export/home/njh/.cpan/build/Error-0.17029-0/blib/arch /export/home/njh/.cpan/build/Error-0.17029-0/blib/lib /export/home/njh/.cpan/build/Error-0.17029-0/blib/lib /export/home/njh/.cpan/build/Error-0.17029-0/blib/arch /export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/lib/site_perl/5.37.9/i86pc-solaris-64int /export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/lib/site_perl/5.37.9 /export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/lib/5.37.9/i86pc-solaris-64int /export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/lib/5.37.9 .) at -e line 1.
# Looks like you failed 1 test of 2.
t/00-compile.t .......................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
t/01throw.t .......................... ok
t/02order.t .......................... ok
t/03throw-non-Error.t ................ ok
Base class package "Error::Simple" is empty.
(Perhaps you need to 'use' the module which defines that package first,
or make that module available in @INC (@INC contains: /export/home/njh/.cpan/build/Error-0.17029-0/blib/lib /export/home/njh/.cpan/build/Error-0.17029-0/blib/arch /export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/lib/site_perl/5.37.9/i86pc-solaris-64int /export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/lib/site_perl/5.37.9 /export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/lib/5.37.9/i86pc-solaris-64int /export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/lib/5.37.9 .).
at t/04use-base-Error-Simple.t line 10.
BEGIN failed--compilation aborted at t/04use-base-Error-Simple.t line 10.
# Looks like your test exited with 2 before it could output anything.
t/04use-base-Error-Simple.t ..........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
Can't locate MyDie.pm in @INC (you may need to install the MyDie module) (@INC entries checked: t/lib /export/home/njh/.cpan/build/Error-0.17029-0/blib/lib /export/home/njh/.cpan/build/Error-0.17029-0/blib/arch /export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/lib/site_perl/5.37.9/i86pc-solaris-64int /export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/lib/site_perl/5.37.9 /export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/lib/5.37.9/i86pc-solaris-64int /export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/lib/5.37.9 .) at t/05text-errors-with-file-handles.t line 14.
BEGIN failed--compilation aborted at t/05text-errors-with-file-handles.t line 14.
# Looks like your test exited with 2 before it could output anything.
t/05text-errors-with-file-handles.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 4/4 subtests
t/06customize-text-throw.t ........... ok
t/07try-in-obj-destructor.t .......... ok
t/08warndie.t ........................ ok
t/09dollar-at.t ...................... ok
t/10throw-in-catch.t ................. ok
t/11rethrow.t ........................ ok
t/12wrong-error-var.t ................ ok
t/13except-arg0.t .................... ok
Can't locate Error/Simple.pm in @INC (you may need to install the Error::Simple module) (@INC entries checked: /export/home/njh/.cpan/build/Error-0.17029-0/blib/lib /export/home/njh/.cpan/build/Error-0.17029-0/blib/arch /export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/lib/site_perl/5.37.9/i86pc-solaris-64int /export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/lib/site_perl/5.37.9 /export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/lib/5.37.9/i86pc-solaris-64int /export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/lib/5.37.9 .) at t/14Error-Simple-VERSION.t line 12.
# Looks like your test exited with 2 before it could output anything.
t/14Error-Simple-VERSION.t ...........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/1 subtests
Test Summary Report
-------------------
t/00-compile.t (Wstat: 256 (exited 1) Tests: 2 Failed: 1)
Failed test: 2
Non-zero exit status: 1
t/04use-base-Error-Simple.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 1 tests but ran 0.
t/05text-errors-with-file-handles.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 4 tests but ran 0.
t/14Error-Simple-VERSION.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 1 tests but ran 0.
Files=15, Tests=57, 6 wallclock secs ( 0.13 usr 0.08 sys + 2.23 cusr 0.75 csys = 3.19 CPU)
Result: FAIL
Failed 4/15 test programs. 1/57 subtests failed.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ----- --------
Carp 0 1.54
Exporter 0 5.77
overload 0 1.36
perl 5.006 5.037009
Scalar::Util 0 1.63
strict 0 1.12
vars 0 1.05
warnings 0 1.62
build_requires:
Module Need Have
------------------- ----- --------
base 0 2.27
File::Spec 0 3.88
IO::Handle 0 1.51
IPC::Open3 0 1.22
lib 0 0.65
Module::Build 0.28 0.4232
perl 5.006 5.037009
Test::More 0.88 1.302192
configure_requires:
Module Need Have
------------------- ----- --------
ExtUtils::MakeMaker 0 7.66
Module::Build 0.28 0.4232
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
NONINTERACTIVE_TESTING = 1
PATH = /export/home/njh/perl5/perlbrew/bin:/export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/bin:/export/home/njh/perl5/perlbrew/bin:/export/home/njh/src/njh/smoker/bin:/usr/bin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 5563
PERL5_CPAN_IS_RUNNING = 5563
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 5400,5563
PERLBREW_LIB =
PERLBREW_MANPATH = /export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/man
PERLBREW_PATH = /export/home/njh/perl5/perlbrew/bin:/export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/bin
PERLBREW_PERL = perl-5.37.9-64int
PERLBREW_ROOT = /export/home/njh/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.96
PERLBREW_VERSION = 0.96
PERL_LOCAL_LIB_ROOT =
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/bash
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/bin/perl5.37.9
$UID/$EUID = 101 / 101
$GID = 10 10
$EGID = 10 10
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.34
CPAN::Meta 2.150010
Cwd 3.88
ExtUtils::CBuilder 0.280238
ExtUtils::Command 7.66
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.66
ExtUtils::Manifest 1.73
ExtUtils::ParseXS 3.49
File::Spec 3.88
JSON n/a
JSON::PP 4.16
Module::Build 0.4232
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.44
Test::More 1.302192
YAML 1.30
YAML::Syck 1.34
version 0.9929
--
Summary of my perl5 (revision 5 version 37 subversion 9) configuration:
Platform:
osname=solaris
osvers=2.11
archname=i86pc-solaris-64int
uname='sunos njh1 5.11 illumos-06524cf4e4 i86pc i386 i86pc '
config_args='-de -Dprefix=/export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int -Dusedevel -Duse64bitint -Dusedevel -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -mmmx -msse -mfpmath=sse -msse2 -msse3 -msse4.1 -msse4.2 -mtune=native -Aeval:scriptdir=/export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/bin'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=undef
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='/usr/bin/gcc'
ccflags ='-DPTR_IS_LONG -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -mmmx -msse -mfpmath=sse -msse2 -msse3 -msse4.1 -msse4.2 -mtune=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/gnu/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
optimize='-O'
cppflags='-DPTR_IS_LONG -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -pedantic -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -ftree-vectorize -mmmx -msse -mfpmath=sse -msse2 -msse3 -msse4.1 -msse4.2 -mtune=native -fwrapv -fno-strict-aliasing -fstack-protector-strong -I/usr/gnu/include'
ccversion=''
gccversion='7.5.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='off_t'
lseeksize=8
alignbytes=4
prototype=define
Linker and Libraries:
ld='/usr/bin/gcc'
ldflags =' -fstack-protector-strong -L/usr/gnu/lib '
libpth=/usr/gcc/7/lib /usr/lib /usr/gnu/lib /usr/ccs/lib
libs=-lpthread -lsocket -lnsl -lgdbm -ldb -ldl -lm -lc
perllibs=-lpthread -lsocket -lnsl -ldl -lm -lc
libc=/lib/libc.so
so=so
useshrplib=true
libperl=libperl.so
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags=' -R /export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/lib/5.37.9/i86pc-solaris-64int/CORE'
cccdlflags='-fPIC'
lddlflags='-shared -L/usr/gnu/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
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_INT
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
Built under solaris
Compiled at Mar 14 2023 11:05:50
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="5563"
PERL5_CPAN_IS_RUNNING="5563"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="5400,5563"
PERLBREW_LIB=""
PERLBREW_MANPATH="/export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/man"
PERLBREW_PATH="/export/home/njh/perl5/perlbrew/bin:/export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/bin"
PERLBREW_PERL="perl-5.37.9-64int"
PERLBREW_ROOT="/export/home/njh/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.96"
PERLBREW_VERSION="0.96"
PERL_LOCAL_LIB_ROOT=""
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/lib/site_perl/5.37.9/i86pc-solaris-64int
/export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/lib/site_perl/5.37.9
/export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/lib/5.37.9/i86pc-solaris-64int
/export/home/njh/perl5/perlbrew/perls/perl-5.37.9-64int/lib/5.37.9
.