Back
From: metabase:user:320bfe00-2aae-11df-837a-5e0a49663a4f
Subject: FAIL Dancer2-0.13 v5.8.8 GNU/Linux
Date: 2014-04-18T10:26:38Z
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 Sawyer X,
This is a computer-generated report for Dancer2-0.13
on perl 5.8.8, created by CPAN-Reporter-1.2011.
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 './Build test':
t/00-compile.t ............................. ok
# Prerequisite Report:
# Version Module
# -------- ----------------------------
# 0.323 App::Cmd::Setup
# missing CGI::Deurl::XS
# 0.24 Capture::Tiny
# 1.3301 Carp
# 0.21 Class::Load
# 0.08 Class::Load::XS
# 0.24 Config::Any
# missing Crypt::URandom
# 3.40 Cwd
# 2.151 Data::Dumper
# 5.88 Digest::SHA
# 2.59 Encode
# 5.58 Exporter
# 6.96 ExtUtils::MakeMaker
# 1.05 Fcntl
# 2.74 File::Basename
# 2.09 File::Copy
# 1.10 File::Find
# 2.09 File::Path
# 1.03 File::ShareDir
# 0.08 File::ShareDir::Install
# 3.40 File::Spec
# 3.40 File::Spec::Functions
# 0.2304 File::Temp
# 1.47 FindBin
# 1.19 HTTP::Body
# 6.02 HTTP::Date
# 6.05 HTTP::Headers
# 6.00 HTTP::Request
# 6.04 HTTP::Request::Common
# 0.16 HTTP::Server::Simple::PSGI
# 0.051 Hash::Merge::Simple
# 1.14 IO::File
# 1.28 IO::Handle
# 1.02 IPC::Open3
# 2.90 JSON
# 3.01 JSON::XS
# 0.06 LWP::Protocol::PSGI
# 6.06 LWP::UserAgent
# 1.38 List::Util
# 3.14 MIME::Base64
# 2.04 MIME::Types
# missing Math::Random::ISAAC::XS
# 0.4205 Module::Build
# 1.004002 Moo
# 1.004002 Moo::Role
# 0.25 MooX::Types::MooseLike
# 0.25 MooX::Types::MooseLike::Base
# 1.09 POSIX
# 1.0030 Plack::Request
# undef Plack::Test
# 3.28 Pod::Simple::Search
# 3.28 Pod::Simple::SimpleTree
# 0.03 Return::MultiLevel
# 1.003003 Role::Tiny
# 1.38 Scalar::Util
# missing Scope::Upper
# 2.25 Template
# 1.12 Template::Tiny
# 1.001003 Test::Builder
# 0.013 Test::Fatal
# 0.12 Test::MockTime
# 1.001003 Test::More
# 1.07 Test::Script
# 2.02 Test::TCP
# 1.60 URI
# 3.31 URI::Escape
# missing URL::Encode::XS
# 0.90 YAML
# 0.5565 lib
# 1.04 overload
# 0.228 parent
# 1.03 strict
# 1.06 utf8
# 1.01 vars
# 1.05 warnings
t/00-report-prereqs.t ...................... ok
t/ajax_plugin.t ............................ ok
t/any.t .................................... ok
t/app.t .................................... ok
t/auto_page.t .............................. ok
>> Dancer2 v0.13 server 28110 listening on http://0.0.0.0:50342
t/charset_server.t ......................... ok
t/config.t ................................. ok
t/config_app1.t ............................ ok
t/config_app2.t ............................ ok
t/config_app3.t ............................ ok
t/config_settings.t ........................ ok
t/context.t ................................ ok
>> Dancer2 v0.13 server 28168 listening on http://0.0.0.0:50414
# Failed test 'session has context'
# at t/context_trigger.t line 22.
# 'session 1
# logger 1
# serializer 1
# template 1
# '
# doesn't match '(?ms-xi:^session 1$)'
# Failed test 'logger has context'
# at t/context_trigger.t line 22.
# 'session 1
# logger 1
# serializer 1
# template 1
# '
# doesn't match '(?ms-xi:^logger 1$)'
# Failed test 'serializer has context'
# at t/context_trigger.t line 22.
# 'session 1
# logger 1
# serializer 1
# template 1
# '
# doesn't match '(?ms-xi:^serializer 1$)'
# Looks like you failed 3 tests of 4.
t/context_trigger.t ........................
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/4 subtests
t/cookie.t ................................. ok
t/custom_dsl.t ............................. ok
t/dancer-test.t ............................ ok
t/deserialize.t ............................ ok
t/dispatcher.t ............................. ok
t/dsl.t .................................... ok
t/dsl/halt.t ............................... ok
t/engine.t ................................. ok
t/error.t .................................. ok
Use of uninitialized value in scalar assignment at t/error_template.t line 26.
t/error_template.t ......................... ok
t/factory.t ................................ ok
t/file_utils.t ............................. ok
t/forward.t ................................ ok
t/forward_before_hook.t .................... ok
>> Dancer2 v0.13 server 28341 listening on http://0.0.0.0:50063
t/forward_test_tcp.t ....................... ok
t/handler_file.t ........................... ok
t/hooks.t .................................. ok
t/http_methods.t ........................... ok
t/http_status.t ............................ ok
t/logger.t ................................. ok
t/logger_console.t ......................... ok
t/mime.t ................................... ok
t/plugin_import.t .......................... ok
t/plugin_multiple_apps.t ................... ok
t/plugin_register.t ........................ ok
t/plugin_syntax.t .......................... ok
t/redirect.t ............................... ok
t/release-distmeta.t ....................... skipped: these tests are for release candidate testing
t/release-no-tabs.t ........................ skipped: these tests are for release candidate testing
t/release-pod-syntax.t ..................... skipped: these tests are for release candidate testing
# If you want extra speed, install URL::Encode::XS
# If you want extra speed, install CGI::Deurl::XS
t/request.t ................................ ok
# If you want extra speed, install URL::Encode::XS
# If you want extra speed, install CGI::Deurl::XS
t/request_params.t ......................... ok
# If you want extra speed, install URL::Encode::XS
# If you want extra speed, install CGI::Deurl::XS
t/request_upload.t ......................... ok
t/response.t ............................... ok
t/roles/headers.t .......................... ok
t/roles/hook.t ............................. ok
t/roles/server.t ........................... ok
t/route-pod-coverage/route-pod-coverage.t .. ok
t/route.t .................................. ok
t/runner.t ................................. ok
t/serializer.t ............................. ok
t/serializer_json.t ........................ ok
t/server.t ................................. ok
>> Dancer2 v0.13 server 28641 listening on http://0.0.0.0:50395
t/server_standalone.t ...................... ok
>> Dancer2 v0.13 server 28647 listening on http://0.0.0.0:50389
>> Dancer2 v0.13 server 28648 listening on http://0.0.0.0:50265
>> Dancer2 v0.13 server 28649 listening on http://0.0.0.0:50633
t/session_config.t ......................... ok
>> Dancer2 v0.13 server 28656 listening on http://0.0.0.0:50256
>> Dancer2 v0.13 server 28658 listening on http://0.0.0.0:50454
t/session_engines.t ........................ ok
>> Dancer2 v0.13 server 28660 listening on http://0.0.0.0:50995
t/session_forward.t ........................ ok
t/session_hooks.t .......................... ok
# Testing engine YAML
>> Dancer2 v0.13 server 28669 listening on http://0.0.0.0:50096
# Testing engine Simple
>> Dancer2 v0.13 server 28670 listening on http://0.0.0.0:50961
t/session_lifecycle.t ...................... ok
# Default strength tokens
t/session_object.t ......................... ok
bind to 0.0.0.0:50234: Address already in use at /tmp/loop_over_bdir-19516-nPPw2m/Dancer2-0.13-BACsjc/blib/lib/Dancer2/Core/Runner.pm line 151.
cannot open port: 50234 at /home/sand/src/perl/repoperls/installed-perls/perl/perl-5.8.8/5da8/lib/site_perl/5.8.8/Test/TCP.pm line 51.
t/shared_engines.t .........................
Dubious, test returned 111 (wstat 28416, 0x6f00)
No subtests run
t/splat.t .................................. ok
t/template.t ............................... ok
t/template_default_tokens.t ................ ok
t/template_ext.t ........................... ok
t/template_name.t .......................... ok
t/template_simple.t ........................ ok
t/template_tiny/01_compile.t ............... ok
t/template_tiny/02_trivial.t ............... ok
t/template_tiny/03_samples.t ............... ok
t/template_tiny/04_compat.t ................ ok
t/template_tiny/05_preparse.t .............. ok
t/time.t ................................... ok
t/types.t .................................. ok
t/uri_for.t ................................ ok
t/vars.t ................................... ok
Test Summary Report
-------------------
t/context_trigger.t (Wstat: 768 Tests: 4 Failed: 3)
Failed tests: 1-3
Non-zero exit status: 3
t/shared_engines.t (Wstat: 28416 Tests: 0 Failed: 0)
Non-zero exit status: 111
Parse errors: No plan found in TAP output
Files=80, Tests=1018, 64 wallclock secs ( 0.26 usr 0.14 sys + 19.24 cusr 2.45 csys = 22.09 CPU)
Result: FAIL
Failed 2/80 test programs. 3/1018 subtests failed.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
---------------------------- -------- --------
App::Cmd::Setup 0 0.323
Carp 0 1.3301
Class::Load 0 0.21
Config::Any 0 0.24
Cwd 0 3.40
Data::Dumper 0 2.151
Digest::SHA 0 5.88
Encode 0 2.59
Exporter 5.57 5.58
Fcntl 0 1.05
File::Basename 0 2.74
File::Copy 0 2.09
File::Find 0 1.10
File::Path 0 2.09
File::ShareDir 1.00 1.03
File::Spec 0 3.40
File::Spec::Functions 0 3.40
File::Temp 0.22 0.2304
Hash::Merge::Simple 0 0.051
HTTP::Body 0 1.19
HTTP::Date 0 6.02
HTTP::Headers 0 6.05
HTTP::Server::Simple::PSGI 0 0.16
IO::File 0 1.14
JSON 0 2.90
List::Util 0 1.38
LWP::UserAgent 0 6.06
MIME::Base64 3.13 3.14
MIME::Types 0 2.04
Moo 1.003000 1.004002
Moo::Role 0 1.004002
MooX::Types::MooseLike 0.16 0.25
MooX::Types::MooseLike::Base 0 0.25
overload 0 1.04
parent 0 0.228
perl 5.00503 5.008008
Plack::Request 0 1.0030
Pod::Simple::Search 0 3.28
Pod::Simple::SimpleTree 0 3.28
POSIX 0 1.09
Return::MultiLevel 0 0.03
Role::Tiny 1.003000 1.003003
Scalar::Util 0 1.38
strict 0 1.03
Template 0 2.25
Template::Tiny 0 1.12
Test::Builder 0 1.001003
Test::More 0.92 1.001003
URI 0 1.60
URI::Escape 0 3.31
warnings 0 1.05
YAML 0 0.90
build_requires:
Module Need Have
---------------------------- -------- --------
Capture::Tiny 0.12 0.24
ExtUtils::MakeMaker 0 6.96
File::Temp 0.22 0.2304
FindBin 0 1.47
HTTP::Body 0 1.19
HTTP::Request 0 6.00
HTTP::Request::Common 0 6.04
HTTP::Server::Simple::PSGI 0 0.16
IO::Handle 0 1.28
IPC::Open3 0 1.02
lib 0 0.5565
LWP::Protocol::PSGI 0.06 0.06
Module::Build 0.3601 0.4205
Plack::Test 0 0
Test::Fatal 0 0.013
Test::MockTime 0 0.12
Test::More 0.92 1.001003
Test::Script 0 1.07
Test::TCP 1.13 2.02
utf8 0 1.06
vars 0 1.01
YAML 0 0.90
configure_requires:
Module Need Have
---------------------------- -------- --------
ExtUtils::MakeMaker 6.30 6.96
File::ShareDir::Install 0.03 0.08
Module::Build 0.3601 0.4205
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
LANGUAGE = en_US:en
PATH = /usr/lib/ccache:/home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 19517
PERL5_CPAN_IS_RUNNING = 19517
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/bin/zsh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/sand/src/perl/repoperls/installed-perls/perl/perl-5.8.8/5da8/bin/perl
$UID/$EUID = 1005 / 1005
$GID = 1005 1005
$EGID = 1005 1005
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.00
CPAN::Meta 2.140640
Cwd 3.40
ExtUtils::CBuilder 0.280216
ExtUtils::Command 1.16
ExtUtils::Install 1.54
ExtUtils::MakeMaker 6.96
ExtUtils::Manifest 1.60
ExtUtils::ParseXS 3.24
File::Spec 3.40
JSON 2.90
JSON::PP 2.27203
Module::Build 0.4205
Module::Signature 0.73
Parse::CPAN::Meta 1.4414
Test::Harness 3.30
Test::More 1.001003
YAML 0.90
YAML::Syck 1.27
version 0.88
--
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=linux, osvers=3.13-1-amd64, archname=x86_64-linux
uname='linux k83 3.13-1-amd64 #1 smp debian 3.13.7-1 (2014-03-25) x86_64 gnulinux '
config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/perl/perl-5.8.8/5da8 -Dmyhostname=k83 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Uuseithreads -Uuselongdouble -DDEBUGGING=-g -Dusedl -Ddlsrc=dl_dlopen.xs -Dlibs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lc -Dlibpth=/usr/lib/x86_64-linux-gnu /usr/local/lib /lib /usr/lib'
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 ='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
ccversion='', gccversion='4.8.2', 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 =' -L/usr/local/lib'
libpth=/usr/lib/x86_64-linux-gnu /usr/local/lib /lib /usr/lib
libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.18'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-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_LARGE_FILES USE_PERLIO
Built under linux
Compiled at Apr 18 2014 09:13:06
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="19517"
PERL5_CPAN_IS_RUNNING="19517"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/sand/src/perl/repoperls/installed-perls/perl/perl-5.8.8/5da8/lib/5.8.8/x86_64-linux
/home/sand/src/perl/repoperls/installed-perls/perl/perl-5.8.8/5da8/lib/5.8.8
/home/sand/src/perl/repoperls/installed-perls/perl/perl-5.8.8/5da8/lib/site_perl/5.8.8/x86_64-linux
/home/sand/src/perl/repoperls/installed-perls/perl/perl-5.8.8/5da8/lib/site_perl/5.8.8
/home/sand/src/perl/repoperls/installed-perls/perl/perl-5.8.8/5da8/lib/site_perl
.