Object-LocalVars v0.21 Perl 5 v5.27.6 amd64-freebsd
- Status
- Fail
- From
- Slaven Rezić (SREZIC)
- Dist
-
Object-LocalVars v0.21
- Platform
- Perl 5 v5.27.6 amd64-freebsd
- Date
- 2018-01-25 07:31:18
- ID
- bbea0cfc-01a1-11e8-b746-84ef8bb0c2e6
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.27.6, 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 '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/usr/perl5.27.6p/bin/perl5.27.6" "-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.140 CPAN::Meta::Requirements
# 1.44 Carp
# 2.167_02 Data::Dumper
# 5.72 Exporter
# 7.30 ExtUtils::MakeMaker
# 3.69 File::Spec::Functions
# 1.49 List::Util
# 1.49 Scalar::Util
# 0.43 Test::Exception
# 1.302111 Test::More
# 2.27 base
# 1.07 blib
# 1.28 overload
# 1.11 strict
# 1.02 subs
# 0.9918 version
# 1.38 warnings
t/00-report-prereqs.t ......... ok
t/01-load.t ................... ok
t/02-constructor.t ............ ok
t/03-accessors.t .............. ok
# Failed test 'require t::Object::Methods;'
# at t/Common.pm line 22.
# Tried to require 't::Object::Methods'.
# Error: Not a GLOB reference at /home/cpansand/.cpan/build/2018012512/Object-LocalVars-0.21-1/blib/lib/Object/LocalVars.pm line 340.
# Compilation failed in require at (eval 9) line 2.
# Looks like you failed 1 test of 7.
t/04-methods.t ................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/7 subtests
(less 6 skipped subtests: 0 okay)
# Failed test 'require t::Object::PropAliases;'
# at t/Common.pm line 22.
# Tried to require 't::Object::PropAliases'.
# Error: Not a GLOB reference at /home/cpansand/.cpan/build/2018012512/Object-LocalVars-0.21-1/blib/lib/Object/LocalVars.pm line 340.
# Compilation failed in require at (eval 9) line 2.
# Looks like you failed 1 test of 14.
t/05-attribute-alias.t ........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/14 subtests
(less 13 skipped subtests: 0 okay)
# Failed test 'require t::Object::EmptySubclass;'
# at t/Common.pm line 22.
# Tried to require 't::Object::EmptySubclass'.
# Error: Not a GLOB reference at /home/cpansand/.cpan/build/2018012512/Object-LocalVars-0.21-1/blib/lib/Object/LocalVars.pm line 340.
# Compilation failed in require at /usr/perl5.27.6p/lib/5.27.6/base.pm line 137.
# ...propagated at /usr/perl5.27.6p/lib/5.27.6/base.pm line 159.
# BEGIN failed--compilation aborted at t/Object/EmptySubclass.pm line 3.
# Compilation failed in require at (eval 9) line 2.
# Looks like you failed 1 test of 12.
t/06-empty-subclass.t .........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/12 subtests
(less 11 skipped subtests: 0 okay)
# Failed test 'require t::Object::Methods;'
# at t/Common.pm line 22.
# Tried to require 't::Object::Methods'.
# Error: Not a GLOB reference at /home/cpansand/.cpan/build/2018012512/Object-LocalVars-0.21-1/blib/lib/Object/LocalVars.pm line 340.
# Compilation failed in require at (eval 9) line 2.
# Failed test 'require t::Object::Complete;'
# at t/Common.pm line 22.
# Tried to require 't::Object::Complete'.
# Error: Not a GLOB reference at /home/cpansand/.cpan/build/2018012512/Object-LocalVars-0.21-1/blib/lib/Object/LocalVars.pm line 340.
# Compilation failed in require at (eval 10) line 2.
# Failed test 'require t::Object::Morbid;'
# at t/Common.pm line 22.
# Tried to require 't::Object::Morbid'.
# Error: Not a GLOB reference at /home/cpansand/.cpan/build/2018012512/Object-LocalVars-0.21-1/blib/lib/Object/LocalVars.pm line 340.
# Compilation failed in require at (eval 13) line 2.
# Looks like you failed 3 tests of 13.
t/07-uplevel.t ................
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/13 subtests
(less 10 skipped subtests: 0 okay)
# 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)
# Failed test 'require t::Object::HandRoll::Sub;'
# at t/Common.pm line 22.
# Tried to require 't::Object::HandRoll::Sub'.
# Error: Not a GLOB reference at /home/cpansand/.cpan/build/2018012512/Object-LocalVars-0.21-1/blib/lib/Object/LocalVars.pm line 340.
# Compilation failed in require at (eval 9) line 2.
# Failed test 'require t::Object::HandRoll::Sub_ISA;'
# at t/Common.pm line 22.
# Tried to require 't::Object::HandRoll::Sub_ISA'.
# Error: Not a GLOB reference at /home/cpansand/.cpan/build/2018012512/Object-LocalVars-0.21-1/blib/lib/Object/LocalVars.pm line 340.
# Compilation failed in require at (eval 12) line 2.
# Looks like you failed 2 tests of 18.
t/09-subclass-other.t .........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/18 subtests
(less 16 skipped subtests: 0 okay)
# Failed test 'require t::Object::Complete;'
# at t/Common.pm line 22.
# Tried to require 't::Object::Complete'.
# Error: Not a GLOB reference at /home/cpansand/.cpan/build/2018012512/Object-LocalVars-0.21-1/blib/lib/Object/LocalVars.pm line 340.
# Compilation failed in require at (eval 9) line 2.
# Looks like you planned 9 tests but ran 8.
# Looks like you failed 1 test of 8 run.
t/10-class-properties.t .......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 2/9 subtests
(less 7 skipped subtests: 0 okay)
# Failed test 'require t::Object::Complete;'
# at t/Common.pm line 22.
# Tried to require 't::Object::Complete'.
# Error: Not a GLOB reference at /home/cpansand/.cpan/build/2018012512/Object-LocalVars-0.21-1/blib/lib/Object/LocalVars.pm line 340.
# Compilation failed in require at (eval 9) line 2.
# Looks like you failed 1 test of 9.
t/11-BUILD.t ..................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/9 subtests
(less 8 skipped subtests: 0 okay)
# 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)
# Failed test 'require t::Object::Complete;'
# at t/Common.pm line 22.
# Tried to require 't::Object::Complete'.
# Error: Not a GLOB reference at /home/cpansand/.cpan/build/2018012512/Object-LocalVars-0.21-1/blib/lib/Object/LocalVars.pm line 340.
# Compilation failed in require at (eval 9) line 2.
# Looks like you failed 1 test of 13.
t/13-DEMOLISH.t ...............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/13 subtests
(less 12 skipped subtests: 0 okay)
# Failed test 'require t::Object::Privacy;'
# at t/Common.pm line 22.
# Tried to require 't::Object::Privacy'.
# Error: Not a GLOB reference at /home/cpansand/.cpan/build/2018012512/Object-LocalVars-0.21-1/blib/lib/Object/LocalVars.pm line 340.
# Compilation failed in require at (eval 9) line 2.
# Failed test 'require t::Object::Privacy::Sub;'
# at t/Common.pm line 22.
# Tried to require 't::Object::Privacy::Sub'.
# Error: Attempt to reload t/Object/Privacy.pm aborted.
# Compilation failed in require at /usr/perl5.27.6p/lib/5.27.6/base.pm line 137.
# ...propagated at /usr/perl5.27.6p/lib/5.27.6/base.pm line 159.
# BEGIN failed--compilation aborted at t/Object/Privacy/Sub.pm line 4.
# Compilation failed in require at (eval 16) line 2.
# Looks like you planned 38 tests but ran 37.
# Looks like you failed 2 tests of 37 run.
t/14-privacy.t ................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/38 subtests
(less 35 skipped subtests: 0 okay)
# 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 /usr/perl5.27.6p/lib/5.27.6/base.pm line 137.
# ...propagated at /usr/perl5.27.6p/lib/5.27.6/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 ............... skipped: perl threads not available
# Failed test 'require t::Object::Complete;'
# at t/Common.pm line 22.
# Tried to require 't::Object::Complete'.
# Error: Not a GLOB reference at /home/cpansand/.cpan/build/2018012512/Object-LocalVars-0.21-1/blib/lib/Object/LocalVars.pm line 340.
# Compilation failed in require at (eval 9) line 2.
Can't call method "name" on an undefined value at t/67-forking.t line 26.
# Looks like you failed 1 test of 4.
t/67-forking.t ................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 2/4 subtests
(less 2 skipped subtests: 0 okay)
t/98-test-pod-coverage.t ...... ok
t/99-test-pod.t ............... ok
Test Summary Report
-------------------
t/04-methods.t (Wstat: 256 Tests: 7 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/05-attribute-alias.t (Wstat: 256 Tests: 14 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/06-empty-subclass.t (Wstat: 256 Tests: 12 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/07-uplevel.t (Wstat: 768 Tests: 13 Failed: 3)
Failed tests: 1, 4, 7
Non-zero exit status: 3
t/08-subclass.t (Wstat: 256 Tests: 12 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Parse errors: Bad plan. You planned 19 tests but ran 12.
t/09-subclass-other.t (Wstat: 512 Tests: 18 Failed: 2)
Failed tests: 1, 4
Non-zero exit status: 2
t/10-class-properties.t (Wstat: 256 Tests: 8 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Parse errors: Bad plan. You planned 9 tests but ran 8.
t/11-BUILD.t (Wstat: 256 Tests: 9 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/12-PREBUILD.t (Wstat: 512 Tests: 6 Failed: 2)
Failed tests: 2-3
Non-zero exit status: 2
t/13-DEMOLISH.t (Wstat: 256 Tests: 13 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/14-privacy.t (Wstat: 512 Tests: 37 Failed: 2)
Failed tests: 1, 4
Non-zero exit status: 2
Parse errors: Bad plan. You planned 38 tests but ran 37.
t/15-no-helper-inheritance.t (Wstat: 256 Tests: 4 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/16-diamond.t (Wstat: 256 Tests: 6 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/67-forking.t (Wstat: 256 Tests: 3 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Parse errors: Bad plan. You planned 4 tests but ran 3.
Files=23, Tests=345, 3 wallclock secs ( 0.12 usr 0.05 sys + 1.88 cusr 0.48 csys = 2.54 CPU)
Result: FAIL
Failed 14/23 test programs. 19/345 subtests failed.
*** Error code 255
Stop.
make: stopped in /home/cpansand/.cpan/build/2018012512/Object-LocalVars-0.21-1
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
--------------------- ---- --------
Carp 0 1.44
Exporter 0 5.72
Scalar::Util 1.09 1.49
strict 0 1.11
subs 0 1.02
warnings 0 1.38
build_requires:
Module Need Have
--------------------- ---- --------
base 0 2.27
blib 0 1.07
Data::Dumper 0 2.167_02
ExtUtils::MakeMaker 0 7.30
File::Spec::Functions 0 3.69
List::Util 0 1.49
overload 0 1.28
Test::Exception 0 0.43
Test::More 0 1.302111
version 0 0.9918
configure_requires:
Module Need Have
--------------------- ---- --------
ExtUtils::MakeMaker 6.17 7.30
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd11.1:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 77389
PERL5_CPAN_IS_RUNNING = 77389
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 77378,77389
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2018012512/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/local/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2018012512
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/perl5.27.6p/bin/perl5.27.6
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.18
CPAN::Meta 2.150010
Cwd 3.70
ExtUtils::CBuilder 0.280229
ExtUtils::Command 7.30
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.30
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.36
File::Spec 3.69
JSON n/a
JSON::PP 2.94
Module::Build 0.4224
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.39
Test::More 1.302111
YAML 1.24
YAML::Syck 1.30
version 0.9918
--
Summary of my perl5 (revision 5 version 27 subversion 6) configuration:
Platform:
osname=freebsd
osvers=11.1-release-p2
archname=amd64-freebsd
uname='freebsd ali2.bbbike.org 11.1-release-p2 freebsd 11.1-release-p2 #0 r313908+e96f1f21705(releng11.1)-dirty: thu oct 19 12:14:33 utc 2017 root@ali2.bbbike.org:usrobjhomeprojectsfreebsdsysgeneric amd64 '
config_args='-ds -e -Dprefix=/usr/perl5.27.6p -Dusedevel -Dusemallocwrap=no -Dcf_email=srezic@cpan.org -Doptimize=-O2 -pipe'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2'
optimize='-O2 -pipe'
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='4.2.1 Compatible FreeBSD Clang 4.0.0 (tags/RELEASE_400/final 297347)'
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/bin/../lib/clang/4.0.0/lib /usr/lib
libs=-lpthread -lgdbm -lm -lcrypt -lutil -lc
perllibs=-lpthread -lm -lcrypt -lutil -lc
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_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
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_PERLIO
USE_PERL_ATOF
Built under freebsd
Compiled at Nov 21 2017 14:13:29
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="77389"
PERL5_CPAN_IS_RUNNING="77389"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="77378,77389"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2018012512/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/usr/perl5.27.6p/lib/site_perl/5.27.6/amd64-freebsd
/usr/perl5.27.6p/lib/site_perl/5.27.6
/usr/perl5.27.6p/lib/5.27.6/amd64-freebsd
/usr/perl5.27.6p/lib/5.27.6
.