Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: PASS DBIx-Class-LookupColumn-0.10 v5.24.1 GNU/Linux
Date: 2017-02-03T23:22:23Z
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 Thomas Rubattel,
This is a computer-generated report for DBIx-Class-LookupColumn-0.10
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':
# Testing DBIx::Class::LookupColumn::LookupColumnComponent 0.10, Perl 5.024001, /opt/perl-5.24.1/bin/perl5.24.1
t/00-load.t ....................... ok
t/01-basic.t ...................... ok
t/02-auto.t ....................... ok
t/02-manager.t .................... ok
t/03-accessor.t ................... ok
t/04-extern.t ..................... ok
t/05-collision.t .................. ok
t/06-options.t .................... ok
# Can't initialize a schema with the given configuration
# Returned Error: Attribute (schema_class) does not pass the type constraint because: Validation failed for 'Test::DBIx::Class::Types::SchemaManagerClass' with value "SchemaUserDepartmentPermission" at /opt/perl-5.24.1/lib/site_perl/5.24.1/x86_64-linux/Moose/Object.pm line 24
# Moose::Object::new('Moose::Meta::Class::__ANON__::SERIAL::2', 'HASH(0x3450508)') called at constructor Test::DBIx::Class::SchemaManager::new (defined at /opt/perl-5.24.1/lib/site_perl/5.24.1/Test/DBIx/Class/SchemaManager.pm line 314) line 4
# Test::DBIx::Class::SchemaManager::new('Moose::Meta::Class::__ANON__::SERIAL::2', 'HASH(0x3450508)') called at /opt/perl-5.24.1/lib/site_perl/5.24.1/Test/DBIx/Class/SchemaManager.pm line 174
# Test::DBIx::Class::SchemaManager::initialize_schema('Test::DBIx::Class::SchemaManager', 'HASH(0x3450508)') called at /opt/perl-5.24.1/lib/site_perl/5.24.1/Test/DBIx/Class.pm line 647
# eval {...} at /opt/perl-5.24.1/lib/site_perl/5.24.1/Test/DBIx/Class.pm line 646
# Test::DBIx::Class::_initialize_schema('Test::DBIx::Class', 'HASH(0x2f83db8)') called at /opt/perl-5.24.1/lib/site_perl/5.24.1/Test/DBIx/Class.pm line 353
# Test::DBIx::Class::_initialize('Test::DBIx::Class', '-config_path', 'ARRAY(0x1ab8b10)', 'User', 'PermissionType', 'DepartmentType') called at /opt/perl-5.24.1/lib/site_perl/5.24.1/Test/DBIx/Class.pm line 36
# Test::DBIx::Class::import('Test::DBIx::Class', '-config_path', 'ARRAY(0x1ab8b10)', 'User', 'PermissionType', 'DepartmentType') called at t/07-manager-cache-reset.t line 12
# main::BEGIN at t/07-manager-cache-reset.t line 12
# eval {...} at t/07-manager-cache-reset.t line 12
# configuration: {
# 'connect_info' => [
# 'dbi:SQLite:dbname=:memory:',
# '',
# ''
# ],
# 'fixture_sets' => {
# 'core' => [
# {
# 'User' => [
# [
# 'first_name',
# 'last_name',
# 'permission_type_id'
# ],
# [
# 'John',
# 'Doe',
# 1
# ],
# [
# 'Flash',
# 'Gordon',
# 3
# ],
# [
# 'Vanessa',
# 'Paradis',
# 1
# ]
# ]
# }
# ],
# 'core10_for_doc' => [
# {
# 'PermissionType' => [
# [
# 'permission_type_id',
# 'name'
# ],
# [
# 1,
# 'Administrator'
# ],
# [
# 2,
# 'User'
# ],
# [
# 3,
# 'Guest'
# ]
# ]
# }
# ],
# 'core2' => [
# {
# 'PermissionType' => [
# [
# 'permission_type_id',
# 'name'
# ],
# [
# 1,
# 'Administrator'
# ],
# [
# 2,
# 'Leader'
# ],
# [
# 3,
# 'User'
# ]
# ]
# }
# ],
# 'core3' => [
# {
# 'DepartmentType' => [
# [
# 'department_type_id',
# 'name'
# ],
# [
# 1,
# 'Sale'
# ],
# [
# 2,
# 'Bioinformatics'
# ],
# [
# 3,
# 'Marketing'
# ]
# ]
# }
# ],
# 'core4' => [
# {
# 'User' => [
# [
# 'user_id',
# 'first_name',
# 'last_name',
# 'permission_type_id',
# 'department_type_id'
# ],
# [
# 1,
# 'John',
# 'Doe',
# 1,
# 1
# ],
# [
# 2,
# 'Flash',
# 'Gordon',
# 3,
# 2
# ],
# [
# 3,
# 'Vanessa',
# 'Paradis',
# 1,
# 3
# ]
# ]
# }
# ],
# 'core5' => [
# {
# 'StudyType' => [
# [
# 'study_type_id',
# 'name',
# 'user_id'
# ],
# [
# 1,
# 'clinical',
# 1
# ],
# [
# 2,
# 'preclinical',
# 1
# ],
# [
# 3,
# 'postclinical',
# 2
# ]
# ]
# }
# ],
# 'core6' => [
# {
# 'Actor' => [
# [
# 'actor_id',
# 'first_name',
# 'last_name'
# ],
# [
# 1,
# 'Angelina',
# 'Jolie'
# ],
# [
# 2,
# 'Brad',
# 'Pitt'
# ]
# ]
# }
# ],
# 'core7' => [
# {
# 'RoleType' => [
# [
# 'role_id',
# 'name'
# ],
# [
# 1,
# 'Warlock'
# ],
# [
# 2,
# 'King'
# ],
# [
# 3,
# 'Elf'
# ],
# [
# 4,
# 'Princess'
# ]
# ]
# }
# ],
# 'core8' => [
# {
# 'ActorRole' => [
# [
# 'role_id',
# 'actor_id'
# ],
# [
# 1,
# 2
# ],
# [
# 2,
# 2
# ],
# [
# 3,
# 1
# ],
# [
# 3,
# 2
# ],
# [
# 4,
# 1
# ]
# ]
# }
# ],
# 'core9_for_doc' => [
# {
# 'User' => [
# [
# 'first_name',
# 'last_name',
# 'permission_type_id'
# ],
# [
# 'Itachi',
# 'Uchiwa',
# 3
# ],
# [
# 'Sasuke',
# 'Uchiwa',
# 2
# ],
# [
# 'Naruto',
# 'Uzumaki',
# 2
# ],
# [
# 'Kakashi',
# 'Hatake',
# 1
# ],
# [
# 'Sakura',
# 'Haruno',
# 2
# ]
# ]
# }
# ]
# },
# 'schema_class' => 'SchemaUserDepartmentPermission'
# }
t/07-manager-cache-reset.t ........ skipped: Skipping remaining tests since we don't have a schema
Smartmatch is experimental at /home/cpansand/.cpan/build/2017020321/DBIx-Class-LookupColumn-0.10-0/blib/lib/DBIx/Class/LookupColumn/Auto.pm line 214.
t/08-lookupAutoCustomized.t ....... ok
Smartmatch is experimental at /home/cpansand/.cpan/build/2017020321/DBIx-Class-LookupColumn-0.10-0/blib/lib/DBIx/Class/LookupColumn/Auto.pm line 214.
t/08-lookupDetectionCustomized.t .. ok
Smartmatch is experimental at /home/cpansand/.cpan/build/2017020321/DBIx-Class-LookupColumn-0.10-0/blib/lib/DBIx/Class/LookupColumn/Auto.pm line 214.
adding to package User
__PACKAGE__->load_components(LookupColumn)
__PACKAGE__->add_lookup(
'departmenttype',
'department_type_id',
'DepartmentType',
{
'field_name' => 'name'
}
)
__PACKAGE__->add_lookup(
'permissiontype',
'permission_type_id',
'PermissionType',
{
'field_name' => 'name'
}
)
t/09-lookupAutoDefault.t .......... ok
Smartmatch is experimental at /home/cpansand/.cpan/build/2017020321/DBIx-Class-LookupColumn-0.10-0/blib/lib/DBIx/Class/LookupColumn/Auto.pm line 214.
t/09-lookupDetectionDefault.t ..... ok
Smartmatch is experimental at /home/cpansand/.cpan/build/2017020321/DBIx-Class-LookupColumn-0.10-0/blib/lib/DBIx/Class/LookupColumn/Auto.pm line 214.
adding to package User
__PACKAGE__->load_components(LookupColumn)
__PACKAGE__->add_lookup(
'permissiontype',
'permission_type_id',
'PermissionType',
{
'field_name' => 'helloColumn'
}
)
t/10-lookupAutoArgs.t ............. ok
Smartmatch is experimental at /home/cpansand/.cpan/build/2017020321/DBIx-Class-LookupColumn-0.10-0/blib/lib/DBIx/Class/LookupColumn/Auto.pm line 214.
adding to package User
__PACKAGE__->load_components(LookupColumn)
__PACKAGE__->add_lookup(
'permission',
'permission_type_id',
'PermissionType',
{
'field_name' => 'name'
}
)
t/11-lookupAutoArgs2.t ............ ok
Smartmatch is experimental at t/12-many2many.t line 57.
Smartmatch is experimental at t/12-many2many.t line 67.
Smartmatch is experimental at t/12-many2many.t line 69.
Smartmatch is experimental at t/12-many2many.t line 71.
Smartmatch is experimental at /home/cpansand/.cpan/build/2017020321/DBIx-Class-LookupColumn-0.10-0/blib/lib/DBIx/Class/LookupColumn/Auto.pm line 214.
t/12-many2many.t .................. ok
Smartmatch is experimental at /home/cpansand/.cpan/build/2017020321/DBIx-Class-LookupColumn-0.10-0/blib/lib/DBIx/Class/LookupColumn/Auto.pm line 214.
Smartmatch is experimental at t/13-ad_lookups_inside.t line 40.
Smartmatch is experimental at t/13-ad_lookups_inside.t line 50.
Smartmatch is experimental at t/13-ad_lookups_inside.t line 52.
Smartmatch is experimental at t/13-ad_lookups_inside.t line 54.
t/13-ad_lookups_inside.t .......... ok
Smartmatch is experimental at /home/cpansand/.cpan/build/2017020321/DBIx-Class-LookupColumn-0.10-0/blib/lib/DBIx/Class/LookupColumn/Auto.pm line 214.
Smartmatch is experimental at t/14-ad_components.t line 42.
Smartmatch is experimental at t/14-ad_components.t line 52.
Smartmatch is experimental at t/14-ad_components.t line 54.
Smartmatch is experimental at t/14-ad_components.t line 56.
t/14-ad_components.t .............. ok
Itachi Guest
Sasuke User
Sasuke Uchiwa
Naruto Uzumaki
Sakura Haruno
Itachi Uchiwa Guest
Sasuke Uchiwa User
Naruto Uzumaki User
Kakashi Hatake Administrator
Sakura Haruno User
Smartmatch is experimental at /home/cpansand/.cpan/build/2017020321/DBIx-Class-LookupColumn-0.10-0/blib/lib/DBIx/Class/LookupColumn/Auto.pm line 214.
Itachi Uchiwa at t/15-test_doc.t line 83.
3 at t/15-test_doc.t line 89.
3 at t/15-test_doc.t line 89.
3 at t/15-test_doc.t line 89.
Itachi Uchiwa at t/15-test_doc.t line 91.
Sasuke Uchiwa at t/15-test_doc.t line 91.
Naruto Uzumaki at t/15-test_doc.t line 91.
Sakura Haruno at t/15-test_doc.t line 91.
1 at t/15-test_doc.t line 100.
1 at t/15-test_doc.t line 101.
t/15-test_doc.t ................... ok
t/etc/01-basic.t .................. ok
All tests successful.
Files=20, Tests=152, 29 wallclock secs ( 0.13 usr 0.05 sys + 25.21 cusr 2.74 csys = 28.13 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ------- --------
base 0 2.23
Carp 0 1.38
Class::MOP 0 2.2000
Data::Dumper 0 2.161
DBIx::Class 0 0.082840
Hash::FieldHash 0 0.14
Hash::Merge::Simple 0 0.051
Smart::Comments 0 1.06
strict 0 1.11
warnings 0 1.36
build_requires:
Module Need Have
------------------- ------- --------
DBIx::Class::Core 0 0
DBIx::Class::Schema 0 0
DDP 0 0.38
Module::Build 0.3601 0.4220
Moose 0 2.2000
perl v5.14.2 5.024001
Test::DBIx::Class 0 0.52
Test::Exception 0 0.43
Test::More 0 1.302075
configure_requires:
Module Need Have
------------------- ------- --------
ExtUtils::MakeMaker 6.30 7.24
Module::Build 0.3601 0.4220
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = de_DE.utf8
LANGUAGE = de_DE.utf8
LC_ALL = de_DE.utf8
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 = 16171
PERL5_CPAN_IS_RUNNING = 16171
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 14760,16171
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1001/2017020115/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
SHELL = /bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1001/2017020115
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /opt/perl-5.24.1/bin/perl5.24.1
$UID/$EUID = 1001 / 1001
$GID = 1001 1001
$EGID = 1001 1001
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.302075
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.10.0-042stab120.6, archname=x86_64-linux
uname='linux h1980015.stratoserver.net 3.10.0-042stab120.6 #1 smp thu oct 27 16:59:03 msk 2016 x86_64 x86_64 x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.24.1 -Dcf_email=srezic@cpan.org'
hint=previous, 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.8.5 20150623 (Red Hat 4.8.5-11)', 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 /lib/../lib64 /usr/lib/../lib64 /lib /lib64 /usr/lib64 /usr/local/lib64 /usr/local/lib /usr/lib
libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.17.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.17'
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
Built under linux
Compiled at Jan 21 2017 20:32:30
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="16171"
PERL5_CPAN_IS_RUNNING="16171"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="14760,16171"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1001/2017020115/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
@INC:
/opt/perl-5.24.1/lib/site_perl/5.24.1/x86_64-linux
/opt/perl-5.24.1/lib/site_perl/5.24.1
/opt/perl-5.24.1/lib/5.24.1/x86_64-linux
/opt/perl-5.24.1/lib/5.24.1
.