Report for Catalyst-Plugin-DBIC-Schema-Profiler-0.06

Back
From: metabase:user:320bfe00-2aae-11df-837a-5e0a49663a4f
Subject: PASS Catalyst-Plugin-DBIC-Schema-Profiler-0.06 v5.16.3 GNU/Linux
Date: 2013-06-22T06:29:37Z

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 Ryuzo Yamamoto,

This is a computer-generated report for Catalyst-Plugin-DBIC-Schema-Profiler-0.06
on perl 5.16.3, created by CPAN-Reporter-1.2010.

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:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '/usr/bin/make test':

PERL_DL_NONLAZY=1 /home/sand/src/perl/repoperls/installed-perls/perl/v5.16.3/165a/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/01_use.t ...... ok
[debug] Debug messages enabled
[debug] Statistics enabled
[debug] Loaded plugins:
.----------------------------------------------------------------------------.
| Catalyst::Plugin::DBIC::Schema::Profiler  0.06                             |
| Catalyst::Plugin::Session  0.37                                            |
| Catalyst::Plugin::Session::State::Cookie  0.17                             |
| Catalyst::Plugin::Session::Store::DBIC  0.13                               |
| Catalyst::Plugin::Unicode::Encoding  2.1                                   |
'----------------------------------------------------------------------------'

[debug] Loaded dispatcher "Catalyst::Dispatcher"
[debug] Loaded engine "Catalyst::Engine"
[debug] Found home "/tmp/loop_over_bdir-25796-6mUCsz/Catalyst-Plugin-DBIC-Schema-Profiler-0.06-qBcMU4/t/lib/TestApp"
[debug] Loaded components:
.-----------------------------------------------------------------+----------.
| Class                                                           | Type     |
+-----------------------------------------------------------------+----------+
| TestApp::Controller::Session                                    | instance |
| TestApp::Model::DBICSchema                                      | instance |
| TestApp::Model::DBICSchema::Session                             | class    |
'-----------------------------------------------------------------+----------'

[debug] Loaded Private actions:
.----------------------+--------------------------------------+--------------.
| Private              | Class                                | Method       |
+----------------------+--------------------------------------+--------------+
| /session/output      | TestApp::Controller::Session         | output       |
| /session/setup       | TestApp::Controller::Session         | setup        |
| /session/delete      | TestApp::Controller::Session         | delete       |
'----------------------+--------------------------------------+--------------'

[debug] Loaded Path actions:
.-------------------------------------+--------------------------------------.
| Path                                | Private                              |
+-------------------------------------+--------------------------------------+
| /session/delete/...                 | /session/delete                      |
| /session/output/...                 | /session/output                      |
| /session/setup/...                  | /session/setup                       |
'-------------------------------------+--------------------------------------'

[info] TestApp powered by Catalyst 5.90042
Catalyst::Plugin::DBIC::Schema::Profiler uses NEXT, which is deprecated. Please see the Class::C3::Adopt::NEXT documentation for details. NEXT used  at /tmp/loop_over_bdir-25796-6mUCsz/Catalyst-Plugin-DBIC-Schema-Profiler-0.06-qBcMU4/blib/lib/Catalyst/Plugin/DBIC/Schema/Profiler.pm line 40.
[info] *** Request 1 (0.500/s) [26028] [Sat Jun 22 08:29:29 2013] ***
[debug] Path is "session/setup"
[debug] "GET" request for "session/setup" from "127.0.0.1"
[debug] Query Parameters are:
.-------------------------------------+--------------------------------------.
| Parameter                           | Value                                |
+-------------------------------------+--------------------------------------+
| key                                 | schema                               |
| value                               | Sat Jun 22 08:29:29 2013             |
'-------------------------------------+--------------------------------------'
[debug] Created session "4b21181097f03a8377d16f8aea54c1310047e078"
[debug] BEGIN
[debug] Executing ... SELECT me.id, me.data, me.expires FROM sessions me WHERE ( me.id = 'session:4b21181097f03a8377d16f8aea54c1310047e078' )
[debug] Execution took 0.00042 seconds.
[debug] Executing ... INSERT INTO sessions ( id) VALUES ( 'session:4b21181097f03a8377d16f8aea54c1310047e078' )
[debug] Execution took 0.00013 seconds.
[debug] COMMIT
[debug] Executing ... UPDATE sessions SET data = 'BQkDAAAAAwlRxURJAAAACV9fY3JlYXRlZAoYU2F0IEp1biAyMiAwODoyOToyOSAyMDEzAAAABnNj
aGVtYQlRxURJAAAACV9fdXBkYXRlZA==
', expires = '1371889769' WHERE ( id = 'session:4b21181097f03a8377d16f8aea54c1310047e078' )
[debug] Execution took 0.00024 seconds.
[debug] Response Code: 200; Content-Type: unknown; Content-Length: 2
[info] Request took 0.144858s (6.903/s)
.------------------------------------------------------------+-----------.
| Action                                                     | Time      |
+------------------------------------------------------------+-----------+
| /session/setup                                             | 0.139394s |
'------------------------------------------------------------+-----------'

[info] *** Request 2 (1.000/s) [26028] [Sat Jun 22 08:29:29 2013] ***
[debug] Path is "session/delete"
[debug] "GET" request for "session/delete" from "127.0.0.1"
[debug] Deleting session(no reason given)
[debug] Response Code: 200; Content-Type: unknown; Content-Length: 2
[info] Request took 0.003669s (272.554/s)
.------------------------------------------------------------+-----------.
| Action                                                     | Time      |
+------------------------------------------------------------+-----------+
| /session/delete                                            | 0.000768s |
'------------------------------------------------------------+-----------'

t/02_profile.t .. ok
All tests successful.
Files=2, Tests=6,  6 wallclock secs ( 0.01 usr  0.01 sys +  1.66 cusr  0.10 csys =  1.78 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module                        Need    Have   
    ----------------------------- ------- -------
    Catalyst                      5.80016 5.90042
    Catalyst::Model::DBIC::Schema 0.35    0.60   
    DBIx::Class                   0.08115 0.08250
    ExtUtils::MakeMaker           6.42    6.68   
    Test::More                    0       0.98   
    Test::Warn                    0       0.24   

build_requires:

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

configure_requires:

    Module                        Need    Have   
    ----------------------------- ------- -------
    ExtUtils::MakeMaker           6.42    6.68   


------------------------------
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/bin/X11:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 25797
    PERL5_CPAN_IS_RUNNING = 25797
    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/v5.16.3/165a/bin/perl
    $UID/$EUID = 1005 / 1005
    $GID = 1005 1005
    $EGID = 1005 1005

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                1.9800  
    CPAN::Meta          2.131560
    Cwd                 3.40    
    ExtUtils::CBuilder  0.280206
    ExtUtils::Command   1.17    
    ExtUtils::Install   1.58    
    ExtUtils::MakeMaker 6.68    
    ExtUtils::Manifest  1.61    
    ExtUtils::ParseXS   3.18_04 
    File::Spec          3.40    
    JSON                2.59    
    JSON::PP            2.27202 
    Module::Build       0.4005  
    Module::Signature   0.73    
    Parse::CPAN::Meta   1.4404  
    Test::Harness       3.26    
    Test::More          0.98    
    YAML                0.84    
    YAML::Syck          1.27    
    version             0.9902  


--

Summary of my perl5 (revision 5 version 16 subversion 3) configuration:
  Commit id: fd04d42d38f4751b981eb6e9213ee1ab8ef11ea6
  Platform:
    osname=linux, osvers=3.2.0-4-amd64, archname=x86_64-linux
    uname='linux k83 3.2.0-4-amd64 #1 smp debian 3.2.41-2 x86_64 gnulinux '
    config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/perl/v5.16.3/165a -Dmyhostname=k83 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Uuseithreads -Uuselongdouble -DDEBUGGING=-g'
    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 ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2 -g',
    cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.7.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 =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.13'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -g -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_MALLOC_WRAP 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_PERLIO USE_PERL_ATOF
  Built under linux
  Compiled at Apr  2 2013 21:32:13
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="25797"
    PERL5_CPAN_IS_RUNNING="25797"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/src/perl/repoperls/installed-perls/perl/v5.16.3/165a/lib/site_perl/5.16.3/x86_64-linux
    /home/src/perl/repoperls/installed-perls/perl/v5.16.3/165a/lib/site_perl/5.16.3
    /home/src/perl/repoperls/installed-perls/perl/v5.16.3/165a/lib/5.16.3/x86_64-linux
    /home/src/perl/repoperls/installed-perls/perl/v5.16.3/165a/lib/5.16.3
    .