Object-LocalVars v0.21 Perl 5 v5.41.14 amd64-freebsd-thread-multi
- Status
- Fail
- From
- Carlos Guevara
- Dist
-
Object-LocalVars v0.21
- Platform
- Perl 5 v5.41.14 amd64-freebsd-thread-multi
- Date
- 2025-06-04 00:51:05
- ID
- fea27e20-40dd-11f0-9c00-d0d24d5c642f
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 Golden,
This is a computer-generated report for Object-LocalVars-0.21
on perl 5.41.14, 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':
PERL_DL_NONLAZY=1 "/home/cpan/bin/perl/bin/perl5.41.14" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
#
# Versions for all modules listed in MYMETA.json (including optional ones):
# Version Module
# -------- ------------------------
# 2.150010 CPAN::Meta
# 2.143 CPAN::Meta::Requirements
# 1.54 Carp
# 2.192 Data::Dumper
# 5.79 Exporter
# 7.76 ExtUtils::MakeMaker
# 3.94 File::Spec::Functions
# 1.68_01 List::Util
# 1.68_01 Scalar::Util
# 0.43 Test::Exception
# 1.302214 Test::More
# 2.27 base
# 1.07 blib
# 1.40 overload
# 1.14 strict
# 1.04 subs
# 0.9933 version
# 1.74 warnings
t/00-report-prereqs.t ......... ok
t/01-load.t ................... ok
t/02-constructor.t ............ ok
t/03-accessors.t .............. ok
t/04-methods.t ................ ok
t/05-attribute-alias.t ........ ok
t/06-empty-subclass.t ......... ok
t/07-uplevel.t ................ ok
# Failed test 'require t::Object::Complete::Sub;'
# at t/Common.pm line 22.
# Tried to require 't::Object::Complete::Sub'.
# Error: Base class package "t::Object::Complete" is not empty but "t/Object/Complete.pm" exists in the current directory.
# To help avoid security issues, base.pm now refuses to load optional modules
# from the current working directory when it is the last entry in @INC.
# If your software worked on previous versions of Perl, the best solution
# is to use FindBin to detect the path properly and to add that path to
# @INC. As a last resort, you can re-enable looking in the current working
# directory by adding "use lib '.'" to your code.
# at t/Object/Complete/Sub.pm line 4.
# BEGIN failed--compilation aborted at t/Object/Complete/Sub.pm line 4.
# Compilation failed in require at (eval 9) line 2.
# Looks like you planned 19 tests but ran 12.
# Looks like you failed 1 test of 12 run.
t/08-subclass.t ...............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 8/19 subtests
(less 11 skipped subtests: 0 okay)
t/09-subclass-other.t ......... ok
t/10-class-properties.t ....... ok
t/11-BUILD.t .................. ok
# Failed test 'require t::Object::Paranoid::Sub;'
# at t/12-PREBUILD.t line 22.
# Tried to require 't::Object::Paranoid::Sub'.
# Error: Base class package "t::Object::Paranoid" is not empty but "t/Object/Paranoid.pm" exists in the current directory.
# To help avoid security issues, base.pm now refuses to load optional modules
# from the current working directory when it is the last entry in @INC.
# If your software worked on previous versions of Perl, the best solution
# is to use FindBin to detect the path properly and to add that path to
# @INC. As a last resort, you can re-enable looking in the current working
# directory by adding "use lib '.'" to your code.
# at t/Object/Paranoid/Sub.pm line 4.
# BEGIN failed--compilation aborted at t/Object/Paranoid/Sub.pm line 4.
# Compilation failed in require at (eval 9) line 2.
# Failed test 'subclass with PREBUILD filters bad input to superclass new'
# at t/12-PREBUILD.t line 24.
# died: Can't locate object method "new" via package "t::Object::Paranoid::Sub" at t/12-PREBUILD.t line 23.
# Looks like you failed 2 tests of 6.
t/12-PREBUILD.t ...............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/6 subtests
(less 3 skipped subtests: 1 okay)
t/13-DEMOLISH.t ............... ok
t/14-privacy.t ................ ok
# Failed test 'require t::Object::Morbid::Sub;'
# at t/15-no-helper-inheritance.t line 17.
# Tried to require 't::Object::Morbid::Sub'.
# Error: Base class package "t::Object::Morbid" is not empty but "t/Object/Morbid.pm" exists in the current directory.
# To help avoid security issues, base.pm now refuses to load optional modules
# from the current working directory when it is the last entry in @INC.
# If your software worked on previous versions of Perl, the best solution
# is to use FindBin to detect the path properly and to add that path to
# @INC. As a last resort, you can re-enable looking in the current working
# directory by adding "use lib '.'" to your code.
# at t/Object/Morbid/Sub.pm line 6.
# BEGIN failed--compilation aborted at t/Object/Morbid/Sub.pm line 6.
# Compilation failed in require at (eval 9) line 2.
# Looks like you failed 1 test of 4.
t/15-no-helper-inheritance.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests
(less 3 skipped subtests: 0 okay)
# Failed test 'require t::Object::Complete::Diamond;'
# at t/Common.pm line 22.
# Tried to require 't::Object::Complete::Diamond'.
# Error: Base class package "t::Object::Complete" is not empty but "t/Object/Complete.pm" exists in the current directory.
# To help avoid security issues, base.pm now refuses to load optional modules
# from the current working directory when it is the last entry in @INC.
# If your software worked on previous versions of Perl, the best solution
# is to use FindBin to detect the path properly and to add that path to
# @INC. As a last resort, you can re-enable looking in the current working
# directory by adding "use lib '.'" to your code.
# at t/Object/Complete/Sub.pm line 4.
# BEGIN failed--compilation aborted at t/Object/Complete/Sub.pm line 4.
# Compilation failed in require at /home/cpan/bin/perl/lib/5.41.14/base.pm line 137.
# ...propagated at /home/cpan/bin/perl/lib/5.41.14/base.pm line 159.
# BEGIN failed--compilation aborted at t/Object/Complete/Diamond.pm line 4.
# Compilation failed in require at (eval 9) line 2.
# Looks like you failed 1 test of 6.
t/16-diamond.t ................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/6 subtests
(less 5 skipped subtests: 0 okay)
t/17-overloaded-object.t ...... ok
t/18-accessor-styles.t ........ ok
t/66-threaded.t ............... ok
t/67-forking.t ................ ok
t/98-test-pod-coverage.t ...... ok
t/99-test-pod.t ............... ok
Test Summary Report
-------------------
t/08-subclass.t (Wstat: 256 (exited 1) Tests: 12 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Parse errors: Bad plan. You planned 19 tests but ran 12.
t/12-PREBUILD.t (Wstat: 512 (exited 2) Tests: 6 Failed: 2)
Failed tests: 2-3
Non-zero exit status: 2
t/15-no-helper-inheritance.t (Wstat: 256 (exited 1) Tests: 4 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/16-diamond.t (Wstat: 256 (exited 1) Tests: 6 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=23, Tests=352, 1 wallclock secs ( 0.07 usr 0.01 sys + 1.02 cusr 0.09 csys = 1.18 CPU)
Result: FAIL
Failed 4/23 test programs. 5/352 subtests failed.
*** Error code 255
Stop.
make: stopped in /home/cpan/.cpan/build/Object-LocalVars-0.21-0
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------------ -------- --------
Carp 0 1.54
Exporter 0 5.79
Scalar::Util 1.09 1.68_01
strict 0 1.14
subs 0 1.04
warnings 0 1.74
build_requires:
Module Need Have
------------------------ -------- --------
base 0 2.27
blib 0 1.07
Data::Dumper 0 2.192
ExtUtils::MakeMaker 0 7.76
File::Spec::Functions 0 3.94
List::Util 0 1.68_01
overload 0 1.40
Test::Exception 0 0.43
Test::More 0 1.302214
version 0 0.9933
configure_requires:
Module Need Have
------------------------ -------- --------
ExtUtils::MakeMaker 6.17 7.76
opt_build_requires:
Module Need Have
------------------------ -------- --------
CPAN::Meta 0 2.150010
CPAN::Meta::Requirements 2.120900 2.143
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
DATE_MANIP_TEST_DM5 = 1
LANG = C.UTF-8
LC_ALL = C
NONINTERACTIVE_TESTING = 1
NO_NETWORK_TESTING = 1
PATH = /home/cpan/bin/perl/bin:/home/cpan/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/cpan/bin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 19581
PERL5_CPAN_IS_RUNNING = 19581
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/local/bin/bash
TERM = xterm
TMPDIR = /home/cpan/tmp
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/cpan/bin/perl/bin/perl5.41.14
$UID/$EUID = 1002 / 1002
$GID = 1002 1002
$EGID = 1002 1002
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.38
CPAN::Meta 2.150010
Cwd 3.94
ExtUtils::CBuilder 0.280241
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.89
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 41 subversion 14) configuration:
Commit id: 6fbe2c7e05ae0e078795b74815bcefd10be12c56
Platform:
osname=freebsd
osvers=14.2-release-p1
archname=amd64-freebsd-thread-multi
uname='freebsd cjg-freebsd14 14.2-release-p1 freebsd 14.2-release-p1 generic amd64 '
config_args='-des -Dprefix=/home/cpan/bin/perl -Dscriptdir=/home/cpan/bin/perl/bin -Dusedevel -Duse64bitall -Duseithreads'
hint=recommended
useposix=true
d_sigaction=define
useithreads=define
usemultiplicity=define
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='cc'
ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
optimize='-O2'
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='FreeBSD Clang 18.1.6 (https://github.com/llvm/llvm-project.git llvmorg-18.1.6-0-g1118c2e05e67)'
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='double'
nvsize=8
Off_t='off_t'
lseeksize=8
alignbytes=8
prototype=define
Linker and Libraries:
ld='cc'
ldflags ='-pthread -Wl,-E -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib /usr/lib/clang/18/lib
libs=-lpthread -lgdbm -ldl -lm -lcrypt -lutil
perllibs=-lpthread -ldl -lm -lcrypt -lutil
libc=
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags=' '
cccdlflags='-DPIC -fPIC'
lddlflags='-shared -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_LONG_DOUBLE
HAS_STRTOLD
HAS_TIMES
MULTIPLICITY
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_ITHREADS
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
USE_REENTRANT_API
Built under freebsd
Compiled at Jun 3 2025 05:52:24
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="19581"
PERL5_CPAN_IS_RUNNING="19581"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpan/bin/perl/lib/site_perl/5.41.14/amd64-freebsd-thread-multi
/home/cpan/bin/perl/lib/site_perl/5.41.14
/home/cpan/bin/perl/lib/5.41.14/amd64-freebsd-thread-multi
/home/cpan/bin/perl/lib/5.41.14
.