autodie v2.29 Perl 5 v5.27.7 x86_64-linux
- Status
- Fail
- From
- Slaven Rezić (SREZIC)
- Dist
-
autodie v2.29
- Platform
- Perl 5 v5.27.7 x86_64-linux
- Date
- 2017-12-22 23:09:43
- ID
- 31f18b5e-e76d-11e7-b308-94d24eec8a33
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 Paul Jamieson Fenwick,
This is a computer-generated report for autodie-2.29
on perl 5.27.7, 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 'make test':
PERL_DL_NONLAZY=1 "/opt/perl-5.27.7/bin/perl5.27.7" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.t ...................... ok
t/args.t ......................... ok
t/author-critic.t ................ skipped: these tests are for testing by the author
t/autodie.t ...................... ok
t/backcompat.t ................... ok
t/basic_exceptions.t ............. ok
t/binmode.t ...................... ok
t/blog_hints.t ................... ok
t/caller.t ....................... ok
t/chmod.t ........................ ok
t/chown.t ........................ ok
t/context.t ...................... ok
t/context_lexical.t .............. ok
t/core-trampoline-slurp.t ........ ok
t/crickey.t ...................... ok
t/critic.t ....................... skipped: Author test. Set $ENV{AUTHOR_TESTING} to true to run.
t/dbmopen.t ...................... ok
t/eval_error.t ................... ok
t/exception_class.t .............. ok
Cannot smart match without a matcher object at t/exceptions.t line 22.
# Looks like your test exited with 255 just after 1.
t/exceptions.t ...................
Dubious, test returned 255 (wstat 65280, 0xff00)
All 1 subtests passed
t/exec.t ......................... ok
t/Fatal.t ........................ ok
t/filehandles.t .................. ok
t/fileno.t ....................... ok
t/flock.t ........................ ok
t/fork.t ......................... skipped: BSD::Resource required to test fork()
t/format-clobber.t ............... ok
# Sub::Identify is loaded
t/hints.t ........................ ok
t/hints_insist.t ................. ok
# Failed test 'scalar test - bar(1)'
# at t/hints_pod_examples.t line 183.
# got: 'Cannot smart match without a matcher object at (eval 16) line 29.
# '
# expected: ''
#
#
# my $scalar = bar(1);
# 1;
#
# Failed test 'scalar test - bar(undef)'
# at t/hints_pod_examples.t line 183.
# got: 'Cannot smart match without a matcher object at (eval 16) line 29.
# '
# expected: ''
#
#
# my $scalar = bar(undef);
# 1;
#
# Failed test 'scalar test - foo(1)'
# at t/hints_pod_examples.t line 183.
# got: 'Cannot smart match without a matcher object at (eval 14) line 29.
# '
# expected: ''
#
#
# my $scalar = foo(1);
# 1;
#
# Failed test 'scalar test - foo(undef)'
# at t/hints_pod_examples.t line 183.
# got: 'Cannot smart match without a matcher object at (eval 14) line 29.
# '
# expected: ''
#
#
# my $scalar = foo(undef);
# 1;
#
# Failed test 'scalar test - undef_scalar("")'
# at t/hints_pod_examples.t line 183.
# got: 'Cannot smart match without a matcher object at (eval 7) line 29.
# '
# expected: ''
#
#
# my $scalar = undef_scalar("");
# 1;
#
# Failed test 'scalar test - undef_scalar(0)'
# at t/hints_pod_examples.t line 183.
# got: 'Cannot smart match without a matcher object at (eval 7) line 29.
# '
# expected: ''
#
#
# my $scalar = undef_scalar(0);
# 1;
#
# Failed test 'scalar test - undef_scalar(1)'
# at t/hints_pod_examples.t line 183.
# got: 'Cannot smart match without a matcher object at (eval 7) line 29.
# '
# expected: ''
#
#
# my $scalar = undef_scalar(1);
# 1;
#
# Failed test 'scalar test - zero_scalar("")'
# at t/hints_pod_examples.t line 183.
# got: 'Cannot smart match without a matcher object at (eval 9) line 29.
# '
# expected: ''
#
#
# my $scalar = zero_scalar("");
# 1;
#
# Failed test 'scalar test - zero_scalar(1)'
# at t/hints_pod_examples.t line 183.
# got: 'Cannot smart match without a matcher object at (eval 9) line 29.
# '
# expected: ''
#
#
# my $scalar = zero_scalar(1);
# 1;
#
# Failed test 'scalar test - zero_scalar(undef)'
# at t/hints_pod_examples.t line 183.
# got: 'Cannot smart match without a matcher object at (eval 9) line 29.
# '
# expected: ''
#
#
# my $scalar = zero_scalar(undef);
# 1;
#
# Failed test 'array test - bar(1)'
# at t/hints_pod_examples.t line 201.
# got: 'Cannot smart match without a matcher object at (eval 16) line 13.
# '
# expected: ''
# Failed test 'array test - bar(undef)'
# at t/hints_pod_examples.t line 201.
# got: 'Cannot smart match without a matcher object at (eval 16) line 13.
# '
# expected: ''
# Failed test 'array test - empty_list("")'
# at t/hints_pod_examples.t line 201.
# got: 'Cannot smart match without a matcher object at (eval 10) line 13.
# '
# expected: ''
# Failed test 'array test - empty_list(0)'
# at t/hints_pod_examples.t line 201.
# got: 'Cannot smart match without a matcher object at (eval 10) line 13.
# '
# expected: ''
# Failed test 'array test - empty_list([])'
# at t/hints_pod_examples.t line 201.
# got: 'Cannot smart match without a matcher object at (eval 10) line 13.
# '
# expected: ''
# Failed test 'array test - empty_list(undef)'
# at t/hints_pod_examples.t line 201.
# got: 'Cannot smart match without a matcher object at (eval 10) line 13.
# '
# expected: ''
# Failed test 'array test - foo(1)'
# at t/hints_pod_examples.t line 201.
# got: 'Cannot smart match without a matcher object at (eval 14) line 13.
# '
# expected: ''
# Failed test 'array test - foo(undef)'
# at t/hints_pod_examples.t line 201.
# got: 'Cannot smart match without a matcher object at (eval 14) line 13.
# '
# expected: ''
# Failed test 'array test - re_fail("FAIL")'
# at t/hints_pod_examples.t line 201.
# got: 'Cannot smart match without a matcher object at (eval 15) line 13.
# '
# expected: ''
# Failed test 'array test - re_fail("_FAIL")'
# at t/hints_pod_examples.t line 201.
# got: 'Cannot smart match without a matcher object at (eval 15) line 13.
# '
# expected: ''
# Failed test 'array test - re_fail("_fail")'
# at t/hints_pod_examples.t line 201.
# got: 'Cannot smart match without a matcher object at (eval 15) line 13.
# '
# expected: ''
# Failed test 'array test - re_fail("fail")'
# at t/hints_pod_examples.t line 201.
# got: 'Cannot smart match without a matcher object at (eval 15) line 13.
# '
# expected: ''
# Looks like you failed 22 tests of 80.
t/hints_pod_examples.t ...........
Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 22/80 subtests
t/hints_provider_does.t .......... ok
t/hints_provider_easy_does_it.t .. ok
t/hints_provider_isa.t ........... ok
t/import-into.t .................. skipped: Test needs Import::Into >= 1.002004
t/internal-backcompat.t .......... ok
t/internal.t ..................... ok
t/kill.t ......................... ok
t/kwalitee.t ..................... skipped: Author test. Set $ENV{RELEASE_TESTING} to true to run.
t/lethal.t ....................... ok
t/lex58.t ........................ skipped: IPC::System::Simple required
t/mkdir.t ........................ ok
t/no_carp.t ...................... ok
t/open.t ......................... ok
t/pod-coverage.t ................. skipped: Author test. Set $ENV{AUTHOR_TESTING} to true to run.
t/pod.t .......................... skipped: Author test. Set $ENV{AUTHOR_TESTING} to true to run.
t/read.t ......................... ok
t/recv.t ......................... ok
t/release-pod-coverage.t ......... skipped: these tests are for release candidate testing
t/release-pod-syntax.t ........... skipped: these tests are for release candidate testing
t/repeat.t ....................... ok
t/rt-74246.t ..................... ok
t/scope_leak.t ................... ok
t/skip.t ......................... ok
t/socket.t ....................... skipped: Author test. Set $ENV{AUTHOR_TESTING} to true to run.
t/string-eval-basic.t ............ ok
t/string-eval-leak.t ............. ok
t/sysopen.t ...................... ok
t/system.t ....................... skipped: IPC::System::Simple not installed
t/truncate.t ..................... ok
t/unlink.t ....................... ok
t/user-context.t ................. ok
t/usersub.t ...................... ok
t/utf8_open.t .................... ok
t/utime.t ........................ ok
t/version.t ...................... skipped: Release test. Set $ENV{RELEASE_TESTING} to true to run.
t/version_tag.t .................. ok
Test Summary Report
-------------------
t/exceptions.t (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
t/hints_pod_examples.t (Wstat: 5632 Tests: 80 Failed: 22)
Failed tests: 2-3, 11-12, 26, 28-30, 33-34, 36-37, 45
48-50, 60-61, 65-68
Non-zero exit status: 22
Files=66, Tests=482, 7 wallclock secs ( 0.18 usr 0.33 sys + 4.58 cusr 1.09 csys = 6.18 CPU)
Result: FAIL
Failed 2/66 test programs. 22/482 subtests failed.
make: *** [test_dynamic] Error 255
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- -------- --------
B 0 1.73
Carp 0 1.45
constant 0 1.33
Exporter 5.57 5.72
Fcntl 0 1.13
overload 0 1.29
parent 0 0.236
perl 5.008004 5.027007
POSIX 0 1.81
Scalar::Util 0 1.49
strict 0 1.11
Tie::RefHash 0 1.39
warnings 0 1.39
build_requires:
Module Need Have
------------------- -------- --------
ExtUtils::MakeMaker 0 7.30
File::Copy 0 2.33
File::Spec 0 3.71
File::Temp 0 0.2304
FindBin 0 1.51
if 0 0.0607
IO::Handle 0 1.37
lib 0 0.64
Socket 0 2.020_04
Test::More 0 1.302120
configure_requires:
Module Need Have
------------------- -------- --------
ExtUtils::MakeMaker 0 7.30
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = en_US.UTF-8
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/linux-gnu:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 14490
PERL5_CPAN_IS_RUNNING = 14490
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 14055,14490
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2017122221/cpanreporter_001_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2017122221
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /opt/perl-5.27.7/bin/perl5.27.7
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.20
CPAN::Meta 2.150010
Cwd 3.71
ExtUtils::CBuilder 0.280230
ExtUtils::Command 7.30
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.30
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.36
File::Spec 3.71
JSON 2.97000
JSON::PP 2.97000
Module::Build 0.4224
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.39
Test::More 1.302120
YAML 1.24
YAML::Syck 1.30
version 0.9918
--
Summary of my perl5 (revision 5 version 27 subversion 7) configuration:
Platform:
osname=linux
osvers=2.6.32-696.3.1.el6.x86_64
archname=x86_64-linux
uname='linux centos6 2.6.32-696.3.1.el6.x86_64 #1 smp tue may 30 19:52:55 utc 2017 x86_64 x86_64 x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.27.7 -Dusedevel -Dusemallocwrap=no -Dcf_email=srezic@cpan.org'
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 ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
optimize='-O2'
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion=''
gccversion='4.4.7 20120313 (Red Hat 4.4.7-18)'
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 =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib /lib/../lib64 /usr/lib/../lib64 /lib /lib64 /usr/lib64 /usr/local/lib64
libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.12.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.12'
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags='-Wl,-E'
cccdlflags='-fPIC'
lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
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 linux
Compiled at Dec 21 2017 06:46:08
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="14490"
PERL5_CPAN_IS_RUNNING="14490"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="14055,14490"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2017122221/cpanreporter_001_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/opt/perl-5.27.7/lib/site_perl/5.27.7/x86_64-linux
/opt/perl-5.27.7/lib/site_perl/5.27.7
/opt/perl-5.27.7/lib/5.27.7/x86_64-linux
/opt/perl-5.27.7/lib/5.27.7
.