Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: PASS CatalystX-ExtJS-2.1.3 v5.24.1 RC5 GNU/Linux
Date: 2017-01-10T08:26:43Z
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 Moritz Onken,
This is a computer-generated report for CatalystX-ExtJS-2.1.3
on perl 5.24.1, created by CPAN-Reporter-1.2018.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
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 './Build test':
t/00-compile.t ................ ok
#
#
# perl: v5.24.1 (wanted any version) on linux from /bbbike/perl-5.24.1-RC5/bin/perl
#
# Carp => 1.38 (want any version)
# Catalyst::Controller => <undef> (want any version)
# Catalyst::Controller::DBIC::API::RPC => 2.006002 (want any version)
# Catalyst::Plugin::ConfigLoader => 0.34 (want any version)
# Catalyst::Plugin::Static::Simple => 0.33 (want any version)
# Catalyst::Plugin::Unicode => 0.93 (want any version)
# Catalyst::Plugin::Unicode::Encoding => 99.0 (want any version)
# Catalyst::View::TT::Alloy => 0.00007 (want any version)
# CatalystX::ExtJS::Direct => 2.1.5 (want any version)
# CatalystX::ExtJS::REST => module not found. (want any version)
# Class::Accessor::Fast => 0.34 (want any version)
# Config::General => 2.63 (want any version)
# DBIx::Class::RandomColumns => 0.005001 (want any version)
# DBIx::Class::TimeStamp => 0.14 (want any version)
# File::Find => 1.34 (want any version)
# File::Temp => 0.2304 (want any version)
# Module::Build => 0.422 (want 0.3601)
# Path::Class => 0.37 (want any version)
# Test::More => 1.302073 (want 0.88)
# namespace::autoclean => 0.28 (want any version)
#
# Thanks for using my code. I hope it works for you.
# If not, please try and include this output in the bug report.
# That will help me reproduce the issue and solve you problem.
#
t/000-report-versions-tiny.t .. ok
[warn] Unicode::Encoding plugin is auto-applied, please remove this from your appclass and make sure to define "encoding" config
Can't locate package CatalystX::Controller::ExtJS::REST for @MyApp::Controller::User::ISA at /opt/perl-5.24.1-RC5/lib/site_perl/5.24.1/x86_64-linux/Class/MOP/Class.pm line 957.
DBIx::Class::Storage::DBI::create_ddl_dir(): Overwriting existing DDL file - example/sqlite.sql at example/lib/MyApp/Model/DBIC.pm line 44
t/example.t ................... ok
t/release-has-version.t ....... skipped: these tests are for release candidate testing
t/release-kwalitee.t .......... skipped: these tests are for release candidate testing
t/release-minimum-version.t ... skipped: these tests are for release candidate testing
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
[debug] Debug messages enabled
[debug] Statistics enabled
[debug] Loaded Config "/tmpfs/.cpan-build-cpansand/2017011006/CatalystX-ExtJS-2.1.3-1/tutorial/myapp.conf"
Can't locate package CatalystX::Controller::ExtJS::REST for @MyApp::Controller::User::ISA at /opt/perl-5.24.1-RC5/lib/site_perl/5.24.1/x86_64-linux/Class/MOP/Class.pm line 957.
[debug] Loaded plugins:
.----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.
| Catalyst::Plugin::ConfigLoader 0.34 |
| Catalyst::Plugin::Unicode 0.93 |
'----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------'
[debug] Loaded PSGI Middleware:
.----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.
| Catalyst::Middleware::Stash |
| Plack::Middleware::HTTPExceptions |
| Plack::Middleware::RemoveRedundantBody 0.04 |
| Plack::Middleware::FixMissingBodyInRedirect 0.12 |
| Plack::Middleware::ContentLength |
| Plack::Middleware::MethodOverride 0.15 |
| Plack::Middleware::Head |
'----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------'
[debug] Loaded Request Data Handlers:
.----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------.
| application/json |
| application/x-www-form-urlencoded |
'----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------'
[debug] Loaded dispatcher "Catalyst::Dispatcher"
[debug] Loaded engine "Catalyst::Engine"
[debug] Found home "/tmpfs/.cpan-build-cpansand/2017011006/CatalystX-ExtJS-2.1.3-1/tutorial"
[debug] Loaded components:
.-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------.
| Class | Type |
+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+
| MyApp::Controller::API | instance |
| MyApp::Controller::Calculator | instance |
| MyApp::Controller::Root | instance |
| MyApp::Controller::User | class |
| MyApp::Controller::User::DBIC | instance |
| MyApp::Model::DBIC | instance |
| MyApp::Model::DBIC::User | class |
| MyApp::View::TT | instance |
'-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------'
[debug] Loaded Private actions:
.-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------.
| Private | Class | Method |
+-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------+
| /index | MyApp::Controller::Root | index |
| /default | MyApp::Controller::Root | default |
| /end | MyApp::Controller::Root | end |
| /api/end | MyApp::Controller::API | end |
| /api/src | MyApp::Controller::API | src |
| /api/router | MyApp::Controller::API | router |
| /api/begin | MyApp::Controller::API | begin |
| /api/index | MyApp::Controller::API | index |
| /calculator/add | MyApp::Controller::Calculator | add |
| /calculator/add_to | MyApp::Controller::Calculator | add_to |
| /calculator/echo | MyApp::Controller::Calculator | echo |
| /user/dbic/create | MyApp::Controller::User::DBIC | create |
| /user/dbic/list | MyApp::Controller::User::DBIC | list |
| /user/dbic/deserialize | MyApp::Controller::User::DBIC | deserialize |
| /user/dbic/end | MyApp::Controller::User::DBIC | end |
| /user/dbic/objects_no_id | MyApp::Controller::User::DBIC | objects_no_id |
| /user/dbic/delete | MyApp::Controller::User::DBIC | delete |
| /user/dbic/update_bulk | MyApp::Controller::User::DBIC | update_bulk |
| /user/dbic/begin | MyApp::Controller::User::DBIC | begin |
| /user/dbic/item | MyApp::Controller::User::DBIC | item |
| /user/dbic/update | MyApp::Controller::User::DBIC | update |
| /user/dbic/serialize | MyApp::Controller::User::DBIC | serialize |
| /user/dbic/setup | MyApp::Controller::User::DBIC | setup |
| /user/dbic/delete_bulk | MyApp::Controller::User::DBIC | delete_bulk |
| /user/dbic/object_with_id | MyApp::Controller::User::DBIC | object_with_id |
'-----------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------'
[debug] Loaded Path actions:
.----------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------.
| Path | Private |
+----------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| / | /index |
| /... | /default |
| /api/... | /api/index |
| /api/router/... | /api/router |
| /api/src/... | /api/src |
| /calculator/... | /calculator/add |
| /calculator/echo/... | /calculator/echo |
'----------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------'
[debug] Loaded Chained actions:
.----------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------.
| Path Spec | Private |
+----------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
| /add/*/to/* | /calculator/add (1) |
| | => /calculator/add_to (1) |
| /user/create | /user/dbic/setup (0) |
| | -> /user/dbic/deserialize (0) |
| | -> /user/dbic/objects_no_id (0) |
| | => /user/dbic/create (0) |
| /user/id/*/delete | /user/dbic/setup (0) |
| | -> /user/dbic/deserialize (0) |
| | -> /user/dbic/object_with_id (1) |
| | => /user/dbic/delete (0) |
| /user/delete | /user/dbic/setup (0) |
| | -> /user/dbic/deserialize (0) |
| | -> /user/dbic/objects_no_id (0) |
| | => /user/dbic/delete_bulk (0) |
| /user/id/* | /user/dbic/setup (0) |
| | -> /user/dbic/deserialize (0) |
| | -> /user/dbic/object_with_id (1) |
| | => /user/dbic/item (0) |
| /user/list | /user/dbic/setup (0) |
| | -> /user/dbic/deserialize (0) |
| | => /user/dbic/list (0) |
| /user/id/*/update | /user/dbic/setup (0) |
| | -> /user/dbic/deserialize (0) |
| | -> /user/dbic/object_with_id (1) |
| | => /user/dbic/update (0) |
| /user/update | /user/dbic/setup (0) |
| | -> /user/dbic/deserialize (0) |
| | -> /user/dbic/objects_no_id (0) |
| | => /user/dbic/update_bulk (0) |
'----------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------'
[info] MyApp powered by Catalyst 5.90114
[info] *** Request 1 (1.000/s) [16299] [Tue Jan 10 08:11:43 2017] ***
[debug] Path is "/"
[debug] "GET" request for "/" from "127.0.0.1"
[debug] Rendering template "index"
[debug] Response Code: 200; Content-Type: text/html; charset=utf-8; Content-Length: unknown
[info] Request took 0.007378s (135.538/s)
.------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------.
| Action | Time |
+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------+
| /index | 0.000073s |
| /end | 0.004964s |
| -> MyApp::View::TT->process | 0.004585s |
'------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------'
t/tutorial.t .................. ok
All tests successful.
Files=9, Tests=8, 5 wallclock secs ( 0.03 usr 0.05 sys + 3.14 cusr 0.41 csys = 3.63 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------------------------ ------ --------
Carp 0 1.38
Catalyst::Controller 0 0
Catalyst::Controller::DBIC::API::RPC 0 2.006002
Catalyst::Plugin::ConfigLoader 0 0.34
Catalyst::Plugin::Static::Simple 0 0.33
Catalyst::Plugin::Unicode 0 0.93
Catalyst::Plugin::Unicode::Encoding 0 99.0
Catalyst::View::TT::Alloy 0 0.00007
CatalystX::ExtJS::Direct 0 2.1.5
! CatalystX::ExtJS::REST 0 n/a
Class::Accessor::Fast 0 0.34
Config::General 0 2.63
DBIx::Class::RandomColumns 0 0.005001
DBIx::Class::TimeStamp 0 0.14
namespace::autoclean 0 0.28
Path::Class 0 0.37
build_requires:
Module Need Have
------------------------------------ ------ --------
File::Find 0 1.34
File::Temp 0 0.2304
Module::Build 0.3601 0.4220
Test::More 0.88 1.302073
configure_requires:
Module Need Have
------------------------------------ ------ --------
Module::Build 0.3601 0.4220
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = C
LC_ALL = de_DE.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 = 8930
PERL5_CPAN_IS_RUNNING = 8930
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 12263,8930
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2017010921/cpanreporter_002_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_PARALLEL_SMOKER = yes
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2017010921
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /bbbike/perl-5.24.1-RC5/bin/perl
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.14
CPAN::Meta 2.150010
Cwd 3.62
ExtUtils::CBuilder 0.280224
ExtUtils::Command 7.24
ExtUtils::Install 2.04
ExtUtils::MakeMaker 7.24
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.30
File::Spec 3.62
JSON 2.90
JSON::PP 2.27400
Module::Build 0.4220
Module::Signature 0.81
Parse::CPAN::Meta 2.150010
Test::Harness 3.36
Test::More 1.302073
YAML 1.21
YAML::Syck 1.29
version 0.9917
--
Summary of my perl5 (revision 5 version 24 subversion 1) configuration:
Platform:
osname=linux, osvers=3.16.0-4-amd64, archname=x86_64-linux
uname='linux eserte 3.16.0-4-amd64 #1 smp debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.24.1-RC5 -Dcf_email=srezic@cpan.org'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -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-strong -I/usr/local/include'
ccversion='', gccversion='4.9.2', 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-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/4.9/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.19.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.19'
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-strong'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV 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
Locally applied patches:
RC5
Built under linux
Compiled at Jan 5 2017 19:07:03
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="8930"
PERL5_CPAN_IS_RUNNING="8930"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="12263,8930"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2017010921/cpanreporter_002_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_PARALLEL_SMOKER="yes"
PERL_USE_UNSAFE_INC="1"
@INC:
/opt/perl-5.24.1-RC5/lib/site_perl/5.24.1/x86_64-linux
/opt/perl-5.24.1-RC5/lib/site_perl/5.24.1
/opt/perl-5.24.1-RC5/lib/5.24.1/x86_64-linux
/opt/perl-5.24.1-RC5/lib/5.24.1
.