CGI-Application-Plugin-RunmodeParseKeyword v0.14 Perl 5 v5.14.4 x86_64-linux
- Status
- Fail
- From
- Chris Williams (BINGOS)
- Dist
-
CGI-Application-Plugin-RunmodeParseKeyword v0.14
- Platform
- Perl 5 v5.14.4 x86_64-linux
- Date
- 2022-05-04 13:46:53
- ID
- a80f9f2a-cbb0-11ec-8f4e-c962458f5e5b
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 RHESA,
This is a computer-generated error report created automatically by
CPANPLUS, version 0.9914. Testers personal comments may appear
at the end of this report.
Thank you for uploading your work to CPAN. However, it appears that
there were some problems testing your distribution.
TEST RESULTS:
Below is the error stack from stage 'make test':
PERL_DL_NONLAZY=1 "/home/cpan/pit/bare/perl-5.14.4/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Testing CGI::Application::Plugin::RunmodeParseKeyword 0.14, Perl 5.014004, /home/cpan/pit/bare/perl-5.14.4/bin/perl
t/00-load.t ............. ok
#
# Versions for all modules listed in MYMETA.json (including optional ones):
#
# === Configure Requires ===
#
# Module Want Have
# ------------------- ---- ----
# ExtUtils::MakeMaker any 7.64
#
# === Build Requires ===
#
# Module Want Have
# ------------------- ---- ----
# ExtUtils::MakeMaker any 7.64
#
# === Test Requires ===
#
# Module Want Have
# ------------------- ---- --------
# ExtUtils::MakeMaker any 7.64
# File::Spec any 3.75
# Test::More any 1.302190
#
# === Test Recommends ===
#
# Module Want Have
# ---------- -------- --------
# CPAN::Meta 2.120900 2.150010
#
# === Runtime Requires ===
#
# Module Want Have
# ---------------- ---- ----
# CGI 4.21 4.54
# CGI::Application 4.06 4.61
# Parse::Keyword 0.09 0.09
# Sub::Name 0.26 0.26
#
t/00-report-prereqs.t ... ok
# Failed test 'use MyApp1;'
# at t/01-use.t line 9.
# Tried to use 'MyApp1'.
# Error: Can't use an undefined value as a subroutine reference at /home/cpan/pit/bare/conf/perl-5.14.4/.cpanplus/5.14.4/build/grSrDwVSu2/CGI-Application-Plugin-RunmodeParseKeyword-0.14/blib/lib/CGI/Application/Plugin/RunmodeParseKeyword.pm line 110.
# Compilation failed in require at t/01-use.t line 9.
# BEGIN failed--compilation aborted at t/01-use.t line 9.
# Failed test 'begin is a method'
# at t/01-use.t line 16.
# Failed test 'begin is a run mode'
# at t/01-use.t line 17.
# got: undef
# expected: 'begin'
# Failed test 'other is a method'
# at t/01-use.t line 16.
# Failed test 'other is a run mode'
# at t/01-use.t line 17.
# got: undef
# expected: 'other'
No such run mode 'other' at t/01-use.t line 22.
# Looks like your test exited with 255 just after 8.
t/01-use.t ..............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 5/8 subtests
# Failed test 'use MyApp2;'
# at t/02-subclass.t line 8.
# Tried to use 'MyApp2'.
# Error: Can't use an undefined value as a subroutine reference at /home/cpan/pit/bare/conf/perl-5.14.4/.cpanplus/5.14.4/build/grSrDwVSu2/CGI-Application-Plugin-RunmodeParseKeyword-0.14/blib/lib/CGI/Application/Plugin/RunmodeParseKeyword.pm line 110.
# Compilation failed in require at t/lib/MyApp2.pm line 3.
# BEGIN failed--compilation aborted at t/lib/MyApp2.pm line 3.
# Compilation failed in require at t/02-subclass.t line 8.
# BEGIN failed--compilation aborted at t/02-subclass.t line 8.
Can't locate object method "new" via package "MyApp2" at t/02-subclass.t line 12.
# Looks like your test exited with 255 just after 1.
t/02-subclass.t .........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 5/5 subtests
# Failed test 'use MyParamApp;'
# at t/03-params.t line 8.
# Tried to use 'MyParamApp'.
# Error: Can't use an undefined value as a subroutine reference at /home/cpan/pit/bare/conf/perl-5.14.4/.cpanplus/5.14.4/build/grSrDwVSu2/CGI-Application-Plugin-RunmodeParseKeyword-0.14/blib/lib/CGI/Application/Plugin/RunmodeParseKeyword.pm line 110.
# Compilation failed in require at (eval 12) line 2.
# ...propagated at /home/cpan/pit/bare/perl-5.14.4/lib/5.14.4/base.pm line 94.
# BEGIN failed--compilation aborted at t/lib/MyParamApp.pm line 3.
# Compilation failed in require at t/03-params.t line 8.
# BEGIN failed--compilation aborted at t/03-params.t line 8.
Can't locate object method "new" via package "MyParamApp" at t/03-params.t line 13.
# Looks like your test exited with 255 just after 1.
t/03-params.t ...........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 7/7 subtests
Can't use an undefined value as a subroutine reference at /home/cpan/pit/bare/conf/perl-5.14.4/.cpanplus/5.14.4/build/grSrDwVSu2/CGI-Application-Plugin-RunmodeParseKeyword-0.14/blib/lib/CGI/Application/Plugin/RunmodeParseKeyword.pm line 110.
Compilation failed in require at (eval 10) line 2.
...propagated at /home/cpan/pit/bare/perl-5.14.4/lib/5.14.4/base.pm line 94.
BEGIN failed--compilation aborted at t/04-multiline-proto.t line 10.
# Looks like your test exited with 255 before it could output anything.
t/04-multiline-proto.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
Can't declare stub in "my" at t/06-pk.t line 27, near ") ="
Can't use an undefined value as a subroutine reference at /home/cpan/pit/bare/conf/perl-5.14.4/.cpanplus/5.14.4/build/grSrDwVSu2/CGI-Application-Plugin-RunmodeParseKeyword-0.14/blib/lib/CGI/Application/Plugin/RunmodeParseKeyword.pm line 110.
t/06-pk.t ...............
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
# Failed test 'use SugarApp;'
# at t/07-sugared.t line 7.
# Tried to use 'SugarApp'.
# Error: Can't use an undefined value as a subroutine reference at /home/cpan/pit/bare/conf/perl-5.14.4/.cpanplus/5.14.4/build/grSrDwVSu2/CGI-Application-Plugin-RunmodeParseKeyword-0.14/blib/lib/CGI/Application/Plugin/RunmodeParseKeyword.pm line 110.
# Compilation failed in require at t/07-sugared.t line 7.
# BEGIN failed--compilation aborted at t/07-sugared.t line 7.
Can't locate object method "sweet" via package "SugarApp" at t/07-sugared.t line 9.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
t/07-sugared.t ..........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
t/boilerplate.t ......... ok
t/pod-coverage.t ........ skipped: Test::Pod::Coverage 1.08 required for testing POD coverage
t/pod.t ................. ok
Test Summary Report
-------------------
t/01-use.t (Wstat: 65280 Tests: 8 Failed: 5)
Failed tests: 2-6
Non-zero exit status: 255
t/02-subclass.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 5 tests but ran 1.
t/03-params.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 7 tests but ran 1.
t/04-multiline-proto.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 1 tests but ran 0.
t/06-pk.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/07-sugared.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/boilerplate.t (Wstat: 0 Tests: 3 Failed: 0)
TODO passed: 1-3
Files=11, Tests=17, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.70 cusr 0.16 csys = 0.90 CPU)
Result: FAIL
Failed 6/11 test programs. 8/17 subtests failed.
make: *** [Makefile:858: test_dynamic] Error 255
PREREQUISITES:
Here is a list of prerequisites you specified and versions we
managed to load:
Module Name Have Want
CGI 4.54 4.21
CGI::Application 4.61 4.06
ExtUtils::MakeMaker 7.64 0
File::Spec 3.75 0
Parse::Keyword 0.09 0.09
Sub::Name 0.26 0.26
Test::More 1.302190 0
Perl module toolchain versions installed:
Module Name Have
CPANPLUS 0.9914
CPANPLUS::Dist::Build 0.90
Cwd 3.75
ExtUtils::CBuilder 0.280236
ExtUtils::Command 7.64
ExtUtils::Install 2.20
ExtUtils::MakeMaker 7.64
ExtUtils::Manifest 1.73
ExtUtils::ParseXS 3.44
File::Spec 3.75
Module::Build 0.4231
Pod::Parser 1.37
Pod::Simple 3.16
Test2 1.302190
Test::Harness 3.42
Test::More 1.302190
version 0.9929
******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender. As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.
If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally. We appreciate your patience. :)
**********************************************************************
Additional comments:
This report was machine-generated by CPANPLUS::Dist::YACSmoke 1.08.
Powered by minismokebox version 0.68
CPANPLUS is prefering Build.PL
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = C.UTF-8
LC_COLLATE = C
NONINTERACTIVE_TESTING = 1
PATH = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PERL5LIB = /home/cpan/pit/jail/S3iotPtnpD/lib/perl5:/home/cpan/pit/bare/conf/perl-5.14.4/.cpanplus/5.14.4/build/grSrDwVSu2/CGI-Application-Plugin-RunmodeParseKeyword-0.14/blib/lib:/home/cpan/pit/bare/conf/perl-5.14.4/.cpanplus/5.14.4/build/grSrDwVSu2/CGI-Application-Plugin-RunmodeParseKeyword-0.14/blib/arch
PERL5_CPANPLUS_IS_RUNNING = 26550
PERL5_CPANPLUS_IS_VERSION = 0.9914
PERL5_MINISMOKEBOX = 0.68
PERL5_YACSMOKE_BASE = /home/cpan/pit/bare/conf/perl-5.14.4
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_LOCAL_LIB_ROOT = /home/cpan/pit/jail/S3iotPtnpD
PERL_MB_OPT = --install_base "/home/cpan/pit/jail/S3iotPtnpD"
PERL_MM_OPT = INSTALL_BASE=/home/cpan/pit/jail/S3iotPtnpD
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
Perl: $^X = /home/cpan/pit/bare/perl-5.14.4/bin/perl
UID: $< = 1001
EUID: $> = 1001
GID: $( = 1001 1001
EGID: $) = 1001 1001
-------------------------------
--
Summary of my perl5 (revision 5 version 14 subversion 4) configuration:
Platform:
osname=linux, osvers=5.10.16-0-lts, archname=x86_64-linux
uname='linux agaric 5.10.16-0-lts #1-alpine smp wed, 17 feb 2021 08:17:06 utc x86_64 linux '
config_args='-des -Dprefix=/home/cpan/pit/bare/perl-5.14.4'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector'
ccversion='', gccversion='10.2.1 20201203', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
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 /lib/../lib /usr/lib/../lib /lib /usr/lib
libs=-lgdbm -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-ldl -lm -lcrypt -lutil -lc
libc=/usr/lib/libc.a, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
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: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT
USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
Locally applied patches:
Devel::PatchPerl 2.08
Built under linux
Compiled at Mar 11 2021 22:08:39
%ENV:
PERL5LIB="/home/cpan/pit/jail/S3iotPtnpD/lib/perl5:/home/cpan/pit/bare/conf/perl-5.14.4/.cpanplus/5.14.4/build/grSrDwVSu2/CGI-Application-Plugin-RunmodeParseKeyword-0.14/blib/lib:/home/cpan/pit/bare/conf/perl-5.14.4/.cpanplus/5.14.4/build/grSrDwVSu2/CGI-Application-Plugin-RunmodeParseKeyword-0.14/blib/arch"
PERL5_CPANPLUS_IS_RUNNING="26550"
PERL5_CPANPLUS_IS_VERSION="0.9914"
PERL5_MINISMOKEBOX="0.68"
PERL5_YACSMOKE_BASE="/home/cpan/pit/bare/conf/perl-5.14.4"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_LOCAL_LIB_ROOT="/home/cpan/pit/jail/S3iotPtnpD"
PERL_MB_OPT="--install_base "/home/cpan/pit/jail/S3iotPtnpD""
PERL_MM_OPT="INSTALL_BASE=/home/cpan/pit/jail/S3iotPtnpD"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/cpan/pit/jail/S3iotPtnpD/lib/perl5/5.14.4/x86_64-linux
/home/cpan/pit/jail/S3iotPtnpD/lib/perl5/5.14.4
/home/cpan/pit/jail/S3iotPtnpD/lib/perl5/x86_64-linux
/home/cpan/pit/jail/S3iotPtnpD/lib/perl5
/home/cpan/pit/bare/conf/perl-5.14.4/.cpanplus/5.14.4/build/grSrDwVSu2/CGI-Application-Plugin-RunmodeParseKeyword-0.14/blib/lib
/home/cpan/pit/bare/conf/perl-5.14.4/.cpanplus/5.14.4/build/grSrDwVSu2/CGI-Application-Plugin-RunmodeParseKeyword-0.14/blib/arch
/home/cpan/pit/bare/perl-5.14.4/lib/site_perl/5.14.4/x86_64-linux
/home/cpan/pit/bare/perl-5.14.4/lib/site_perl/5.14.4
/home/cpan/pit/bare/perl-5.14.4/lib/5.14.4/x86_64-linux
/home/cpan/pit/bare/perl-5.14.4/lib/5.14.4
.