Dancer2-Template-Handlebars v0.2 Perl 5 v5.8.9 amd64-freebsd

Status
Fail
From
Slaven Rezić (SREZIC)
Dist
Dancer2-Template-Handlebars v0.2
Platform
Perl 5 v5.8.9 amd64-freebsd
Date
2020-04-12 05:50:37
ID
88779a4e-7c81-11ea-946b-c4591f24ea8f
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 D Ruth Holloway,

This is a computer-generated report for Dancer2-Template-Handlebars-0.2
on perl 5.8.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 '/usr/bin/make test':

PERL_DL_NONLAZY=1 "/usr/perl5.8.9/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

#   Failed test 'Dancer2/Template/Handlebars.pm loaded ok'
#   at t/00-compile.t line 44.
#          got: '65280'
#     expected: '0'
syntax error at /usr/home/cpansand/.cpan/build/2020041206/Dancer2-Template-Handlebars-0.2-5/blib/lib/Dancer2/Template/Handlebars.pm line 1, near "package Dancer2::Template::Handlebars 0.2"
Compilation failed in require at -e line 1.

#   Failed test 'Dancer2/Template/Handlebars/Helpers.pm loaded ok'
#   at t/00-compile.t line 44.
#          got: '65280'
#     expected: '0'
syntax error at /usr/home/cpansand/.cpan/build/2020041206/Dancer2-Template-Handlebars-0.2-5/blib/lib/Dancer2/Template/Handlebars/Helpers.pm line 1, near "package Dancer2::Template::Handlebars::Helpers 0.2"
Compilation failed in require at -e line 1.
# Looks like you failed 2 tests of 2.
t/00-compile.t ........... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests 
# 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.44
# 
# === Build Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.44
# 
# === Test Requires ===
# 
#     Module                     Want     Have
#     -------------------------- ---- --------
#     Dancer2                     any 0.205001
#     ExtUtils::MakeMaker         any     7.44
#     File::Spec                  any     3.75
#     FindBin                     any     1.49
#     IO::Handle                  any     1.42
#     IPC::Open3                  any     1.03
#     Test::More                  any 1.302174
#     Test::WWW::Mechanize::PSGI  any     0.39
#     lib                         any     0.61
#     parent                      any    0.236
# 
# === Test Recommends ===
# 
#     Module         Want     Have
#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.150010
# 
# === Runtime Requires ===
# 
#     Module                        Want     Have
#     ----------------------------- ---- --------
#     Dancer2::Core::Role::Template  any 0.205001
#     Module::Runtime                any    0.016
#     Moo                            any 2.003006
#     Sub::Attribute                 any     0.05
#     Text::Handlebars               any     0.04
#     Try::Tiny                      any     0.30
#     strict                         any     1.03
#     warnings                       any  1.05_01
# 
t/00-report-prereqs.t .... ok
syntax error at /usr/home/cpansand/.cpan/build/2020041206/Dancer2-Template-Handlebars-0.2-5/blib/lib/Dancer2/Template/Handlebars.pm line 1, near "package Dancer2::Template::Handlebars 0.2"
Compilation failed in require at t/01-basic.t line 6.
BEGIN failed--compilation aborted at t/01-basic.t line 6.
# Looks like your test exited with 255 before it could output anything.
t/01-basic.t ............. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 3/3 subtests 
Cookie::Baker::XS 0.10 is require. fallback to PP version at /usr/perl5.8.9/lib/site_perl/5.8.9/Cookie/Baker.pm line 17.
Unable to load class for Template component Handlebars: syntax error at /usr/home/cpansand/.cpan/build/2020041206/Dancer2-Template-Handlebars-0.2-5/blib/lib/Dancer2/Template/Handlebars.pm line 1, near "package Dancer2::Template::Handlebars 0.2"
Compilation failed in require at /usr/perl5.8.9/lib/site_perl/5.8.9/Module/Runtime.pm line 310.
 at /usr/perl5.8.9/lib/site_perl/5.8.9/Dancer2/Core/Factory.pm line 16.
	Dancer2::Core::Factory::create(Dancer2::Core::Factory=HASH(0x47441ae0), "template", "handlebars", "views", "t/views", "layout", undef, "config", ...) called at /usr/perl5.8.9/lib/site_perl/5.8.9/Dancer2/Core/App.pm line 281
	Dancer2::Core::App::_build_template_engine(Dancer2::Core::App=HASH(0x46abe9a0), "handlebars", HASH(0x47441940)) called at /usr/perl5.8.9/lib/site_perl/5.8.9/Dancer2/Core/App.pm line 175
	Dancer2::Core::App::__ANON__(Dancer2::Core::App=HASH(0x46abe9a0), "handlebars", HASH(0x47441940)) called at /usr/perl5.8.9/lib/site_perl/5.8.9/Dancer2/Core/Role/ConfigReader.pm line 279
	Dancer2::Core::Role::ConfigReader::_compile_config_entry(Dancer2::Core::App=HASH(0x46abe9a0), "template", "handlebars", HASH(0x47441940)) called at /usr/perl5.8.9/lib/site_perl/5.8.9/Dancer2/Core/Role/ConfigReader.pm line 183
	Dancer2::Core::Role::ConfigReader::_set_config_entry(Dancer2::Core::App=HASH(0x46abe9a0), "template", "handlebars") called at /usr/perl5.8.9/lib/site_perl/5.8.9/Dancer2/Core/Role/ConfigReader.pm line 174
	Dancer2::Core::Role::ConfigReader::_set_config_entries(Dancer2::Core::App=HASH(0x46abe9a0), "template", "handlebars") called at /usr/perl5.8.9/lib/site_perl/5.8.9/Dancer2/Core/Role/ConfigReader.pm line 214
	Dancer2::Core::Role::ConfigReader::setting(Dancer2::Core::App=HASH(0x46abe9a0), "template", "handlebars") called at /usr/perl5.8.9/lib/site_perl/5.8.9/Dancer2/Core/DSL.pm line 150
	Dancer2::Core::DSL::setting(Dancer2::Core::DSL=HASH(0x47789ad0), "template", "handlebars") called at /usr/perl5.8.9/lib/site_perl/5.8.9/Dancer2/Core/DSL.pm line 152
	Dancer2::Core::DSL::set(Dancer2::Core::DSL=HASH(0x47789ad0), "template", "handlebars") called at /usr/perl5.8.9/lib/site_perl/5.8.9/Dancer2/Core/Role/DSL.pm line 71
	Dancer2::Core::Role::DSL::__ANON__("template", "handlebars") called at t/02-app.t line 26
# Looks like your test exited with 255 before it could output anything.
t/02-app.t ............... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 8/8 subtests 
Cookie::Baker::XS 0.10 is require. fallback to PP version at /usr/perl5.8.9/lib/site_perl/5.8.9/Cookie/Baker.pm line 17.
Unable to load class for Template component Handlebars: syntax error at /usr/home/cpansand/.cpan/build/2020041206/Dancer2-Template-Handlebars-0.2-5/blib/lib/Dancer2/Template/Handlebars.pm line 1, near "package Dancer2::Template::Handlebars 0.2"
Compilation failed in require at /usr/perl5.8.9/lib/site_perl/5.8.9/Module/Runtime.pm line 310.
 at /usr/perl5.8.9/lib/site_perl/5.8.9/Dancer2/Core/App.pm line 281.
# Looks like your test exited with 255 before it could output anything.
t/03-layout.t ............ 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/2 subtests 
t/author-critic.t ........ skipped: these tests are for testing by the author
t/release-unused-vars.t .. skipped: these tests are for release candidate testing

Test Summary Report
-------------------
t/00-compile.t         (Wstat: 512 Tests: 2 Failed: 2)
  Failed tests:  1-2
  Non-zero exit status: 2
t/01-basic.t           (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 3 tests but ran 0.
t/02-app.t             (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 8 tests but ran 0.
t/03-layout.t          (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 2 tests but ran 0.
Files=7, Tests=3,  4 wallclock secs ( 0.01 usr  0.02 sys +  0.79 cusr  0.22 csys =  1.04 CPU)
Result: FAIL
Failed 4/7 test programs. 2/3 subtests failed.
*** [test_dynamic] Error code 255

Stop in /usr/home/cpansand/.cpan/build/2020041206/Dancer2-Template-Handlebars-0.2-5.

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module                        Need     Have    
    ----------------------------- -------- --------
    Dancer2::Core::Role::Template 0        0.205001
    Module::Runtime               0        0.016   
    Moo                           0        2.003006
    perl                          5.008    5.008009
    strict                        0        1.03    
    Sub::Attribute                0        0.05    
    Text::Handlebars              0        0.04    
    Try::Tiny                     0        0.30    
    warnings                      0        1.05_01 

build_requires:

    Module                        Need     Have    
    ----------------------------- -------- --------
    Dancer2                       0        0.205001
    ExtUtils::MakeMaker           0        7.44    
    File::Spec                    0        3.75    
    FindBin                       0        1.49    
    IO::Handle                    0        1.42    
    IPC::Open3                    0        1.03    
    lib                           0        0.61    
    parent                        0        0.236   
    Test::More                    0        1.302174
    Test::WWW::Mechanize::PSGI    0        0.39    

configure_requires:

    Module                        Need     Have    
    ----------------------------- -------- --------
    ExtUtils::MakeMaker           0        7.44    

opt_build_requires:

    Module                        Need     Have    
    ----------------------------- -------- --------
    CPAN::Meta                    2.120900 2.150010


------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    LC_ALL = de_DE.ISO8859-1
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd9.3:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/usr/home/eserte/src/srezic-misc/scripts
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 82286
    PERL5_CPAN_IS_RUNNING = 82286
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 80812,82286
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2020041206/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/2020041206

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /usr/perl5.8.9/bin/perl
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.27    
    CPAN::Meta          2.150010
    Cwd                 3.75    
    ExtUtils::CBuilder  0.280231
    ExtUtils::Command   7.44    
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.44    
    ExtUtils::Manifest  1.72    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.75    
    JSON                4.02    
    JSON::PP            4.04    
    Module::Build       0.4229  
    Module::Signature   0.83    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.42    
    Test::More          1.302174
    YAML                1.30    
    YAML::Syck          1.32    
    version             0.9924  


--

Summary of my perl5 (revision 5 version 8 subversion 9) configuration:
  Platform:
    osname=freebsd, osvers=9.2-release-p4, archname=amd64-freebsd
    uname='freebsd cvrsnica-freebsd-92 9.2-release-p4 freebsd 9.2-release-p4 #0: tue apr 8 18:08:22 utc 2014 root@amd64-builder.daemonology.net:usrobjusrsrcsysgeneric amd64 '
    config_args='-ds -e -Dprefix=/usr/perl5.8.9'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef 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 ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include',
    optimize='-O',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include'
    ccversion='', gccversion='4.2.1 20070831 patched [FreeBSD]', 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 ='-Wl,-E  -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lgdbm -lm -lcrypt -lutil -lc
    perllibs=-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'


Characteristics of this binary (from libperl): 
  Compile-time options: PERL_MALLOC_WRAP USE_64_BIT_ALL USE_64_BIT_INT
                        USE_FAST_STDIO USE_LARGE_FILES USE_PERLIO
  Built under freebsd
  Compiled at May 15 2014 22:27:57
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="82286"
    PERL5_CPAN_IS_RUNNING="82286"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="80812,82286"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2020041206/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /usr/perl5.8.9/lib/5.8.9/amd64-freebsd
    /usr/perl5.8.9/lib/5.8.9
    /usr/perl5.8.9/lib/site_perl/5.8.9/amd64-freebsd
    /usr/perl5.8.9/lib/site_perl/5.8.9
    .