Type-Tiny v1.003_003 Perl 5 v5.26.1 x86_64-linux-thread-multi

Status
Pass
From
David Cantrell (DCANTRELL)
Dist
Type-Tiny v1.003_003
Platform
Perl 5 v5.26.1 x86_64-linux-thread-multi
Date
2018-06-19T02:21:29
ID
79c5e0ac-7367-11e8-9fc5-cb077347484a
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 Toby Inkster,

This is a computer-generated report for Type-Tiny-1.003_003
on perl 5.26.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:

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/david/cpantesting/perl-5.26.1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/20-unit/Devel-TypeTiny-Perl56Compat/*.t t/20-unit/Devel-TypeTiny-Perl58Compat/*.t t/20-unit/Error-TypeTiny-Assertion/*.t t/20-unit/Error-TypeTiny-Compilation/*.t t/20-unit/Error-TypeTiny-WrongNumberOfParameters/*.t t/20-unit/Error-TypeTiny/*.t t/20-unit/Eval-TypeTiny/*.t t/20-unit/Test-TypeTiny/*.t t/20-unit/Type-Coercion-FromMoose/*.t t/20-unit/Type-Coercion-Union/*.t t/20-unit/Type-Coercion/*.t t/20-unit/Type-Library/*.t t/20-unit/Type-Params/*.t t/20-unit/Type-Parser/*.t t/20-unit/Type-Registry/*.t t/20-unit/Type-Tiny-Class/*.t t/20-unit/Type-Tiny-Duck/*.t t/20-unit/Type-Tiny-Enum/*.t t/20-unit/Type-Tiny-Intersection/*.t t/20-unit/Type-Tiny-Role/*.t t/20-unit/Type-Tiny-Union/*.t t/20-unit/Type-Tiny-_HalfOp/*.t t/20-unit/Type-Tiny/*.t t/20-unit/Type-Utils/*.t t/20-unit/Types-Common-Numeric/*.t t/20-unit/Types-Common-String/*.t t/20-unit/Types-Standard/*.t t/20-unit/Types-TypeTiny/*.t t/30-integration/Class-InsideOut/*.t t/30-integration/Exporter-Tiny/*.t t/30-integration/Function-Parameters/*.t t/30-integration/Kavorka/*.t t/30-integration/Moo/*.t t/30-integration/Moops/*.t t/30-integration/Moose/*.t t/30-integration/MooseX-Getopt/*.t t/30-integration/MooseX-Types/*.t t/30-integration/Mouse/*.t t/30-integration/MouseX-Types/*.t t/30-integration/Object-Accessor/*.t t/30-integration/Return-Type/*.t t/30-integration/Sub-Quote/*.t t/30-integration/Switcheroo/*.t t/30-integration/Type-Tie/*.t t/30-integration/Validation-Class-Simple/*.t t/30-integration/match-simple/*.t t/40-regression/*.t
# 
#   Perl                              5.026001
#   Exporter::Tiny                    1.000000
#   Type::Tie                         undef
#   Type::Tiny::XS                    0.014
# 
#   Moo                               2.003004
#   Moose                             2.2011
#   Mouse                             2.5
# 
#   $AUTOMATED_TESTING                "1"
#   $NONINTERACTIVE_TESTING           "1"
#   $EXTENDED_TESTING                 undef
#   $AUTHOR_TESTING                   undef
#   $RELEASE_TESTING                  undef
# 
#   $PERL_TYPE_TINY_XS                undef
#   $PERL_TYPES_STANDARD_STRICTNUM    undef
#   $PERL_ONLY                        undef
# 
# >>>> Type::Tiny is using Type::Tiny::XS
# 
t/00-begin.t .............................................. ok
t/01-compile.t ............................................ ok
t/02-api.t ................................................ ok
t/03-leak.t ............................................... skipped: useithreads
t/20-unit/Devel-TypeTiny-Perl56Compat/basic.t ............. ok
t/20-unit/Devel-TypeTiny-Perl58Compat/basic.t ............. ok
t/20-unit/Error-TypeTiny-Assertion/basic.t ................ ok
t/20-unit/Error-TypeTiny-Compilation/basic.t .............. ok
t/20-unit/Error-TypeTiny-WrongNumberOfParameters/basic.t .. ok
t/20-unit/Error-TypeTiny/basic.t .......................... ok
t/20-unit/Error-TypeTiny/stacktrace.t ..................... ok
t/20-unit/Eval-TypeTiny/basic.t ........................... ok
t/20-unit/Eval-TypeTiny/fallback-aliases.t ................ skipped: test currently not working (TODO)
t/20-unit/Eval-TypeTiny/lexical-subs.t .................... ok
t/20-unit/Test-TypeTiny/basic.t ........................... ok
t/20-unit/Test-TypeTiny/extended.t ........................ ok
t/20-unit/Test-TypeTiny/matchfor.t ........................ ok
t/20-unit/Type-Coercion-FromMoose/basic.t ................. ok
t/20-unit/Type-Coercion-FromMoose/errors.t ................ ok
t/20-unit/Type-Coercion-Union/basic.t ..................... ok
t/20-unit/Type-Coercion/basic.t ........................... ok
t/20-unit/Type-Coercion/esoteric.t ........................ ok
t/20-unit/Type-Coercion/frozen.t .......................... ok
t/20-unit/Type-Coercion/inlining.t ........................ ok
t/20-unit/Type-Coercion/parameterized.t ................... ok
t/20-unit/Type-Coercion/smartmatch.t ...................... skipped: Perl too new
t/20-unit/Type-Coercion/typetiny-constructor.t ............ ok
t/20-unit/Type-Library/assert.t ........................... ok
t/20-unit/Type-Library/errors.t ........................... ok
t/20-unit/Type-Library/inheritance.t ...................... ok
t/20-unit/Type-Library/is.t ............................... ok
t/20-unit/Type-Library/to.t ............................... ok
t/20-unit/Type-Library/types.t ............................ ok
t/20-unit/Type-Params/badsigs.t ........................... ok
t/20-unit/Type-Params/carping.t ........................... ok
t/20-unit/Type-Params/coerce.t ............................ ok
t/20-unit/Type-Params/compile-named-bless.t ............... ok
t/20-unit/Type-Params/compile-named-oo.t .................. ok
t/20-unit/Type-Params/compile-named.t ..................... ok
t/20-unit/Type-Params/defaults.t .......................... ok
t/20-unit/Type-Params/hashorder.t ......................... ok
t/20-unit/Type-Params/methods.t ........................... ok
t/20-unit/Type-Params/mixednamed.t ........................ ok
t/20-unit/Type-Params/multisig.t .......................... ok
t/20-unit/Type-Params/named.t ............................. ok
t/20-unit/Type-Params/noninline.t ......................... ok
t/20-unit/Type-Params/optional.t .......................... ok
t/20-unit/Type-Params/positional.t ........................ ok
t/20-unit/Type-Params/slurpy.t ............................ ok
t/20-unit/Type-Parser/basic.t ............................. ok
t/20-unit/Type-Parser/moosextypes.t ....................... skipped: Test requires module 'MooseX::Types::Common' but it's not found
t/20-unit/Type-Registry/automagic.t ....................... ok
t/20-unit/Type-Registry/basic.t ........................... ok
t/20-unit/Type-Registry/methods.t ......................... ok
t/20-unit/Type-Registry/moosextypes.t ..................... skipped: Test requires module 'MooseX::Types::Common' but it's not found
t/20-unit/Type-Registry/mousextypes.t ..................... skipped: Test requires module 'MouseX::Types::Common' but it's not found
t/20-unit/Type-Tiny-_HalfOp/double-union.t ................ ok
t/20-unit/Type-Tiny-_HalfOp/overload-precedence.t ......... ok
t/20-unit/Type-Tiny-Class/basic.t ......................... ok
t/20-unit/Type-Tiny-Class/errors.t ........................ ok
t/20-unit/Type-Tiny-Class/plus-constructors.t ............. ok
t/20-unit/Type-Tiny-Duck/basic.t .......................... ok
t/20-unit/Type-Tiny-Duck/errors.t ......................... ok
t/20-unit/Type-Tiny-Enum/basic.t .......................... ok
t/20-unit/Type-Tiny-Enum/errors.t ......................... ok
t/20-unit/Type-Tiny-Intersection/basic.t .................. ok
t/20-unit/Type-Tiny-Intersection/errors.t ................. ok
t/20-unit/Type-Tiny-Role/basic.t .......................... ok
t/20-unit/Type-Tiny-Role/errors.t ......................... ok
t/20-unit/Type-Tiny-Union/basic.t ......................... ok
t/20-unit/Type-Tiny-Union/errors.t ........................ ok
t/20-unit/Type-Tiny/arithmetic.t .......................... ok
t/20-unit/Type-Tiny/basic.t ............................... ok
t/20-unit/Type-Tiny/coercion-modifiers.t .................. ok
t/20-unit/Type-Tiny/constraint-strings.t .................. ok
t/20-unit/Type-Tiny/esoteric.t ............................ ok
t/20-unit/Type-Tiny/my-methods.t .......................... ok
t/20-unit/Type-Tiny/parameterization.t .................... ok
t/20-unit/Type-Tiny/shortcuts.t ........................... ok
t/20-unit/Type-Tiny/smartmatch.t .......................... ok
t/20-unit/Type-Tiny/syntax.t .............................. ok
t/20-unit/Type-Tiny/to-moose.t ............................ ok
t/20-unit/Type-Tiny/to-mouse.t ............................ ok
t/20-unit/Type-Utils/classifier.t ......................... ok
t/20-unit/Type-Utils/dwim-both.t .......................... ok
t/20-unit/Type-Utils/dwim-moose.t ......................... skipped: Test requires module 'MooseX::Types' but it's not found
t/20-unit/Type-Utils/dwim-mouse.t ......................... skipped: Test requires module 'MouseX::Types' but it's not found
t/20-unit/Type-Utils/match-on-type.t ...................... ok
t/20-unit/Type-Utils/warnings.t ........................... ok
t/20-unit/Types-Common-Numeric/basic.t .................... ok
t/20-unit/Types-Common-Numeric/ranges.t ................... ok
t/20-unit/Types-Common-String/basic.t ..................... ok
t/20-unit/Types-Common-String/coerce.t .................... ok
t/20-unit/Types-Common-String/strlength.t ................. ok
t/20-unit/Types-Common-String/unicode.t ................... ok
t/20-unit/Types-Standard/basic.t .......................... ok
t/20-unit/Types-Standard/cycletuple.t ..................... ok
t/20-unit/Types-Standard/deep-coercions.t ................. ok
t/20-unit/Types-Standard/filehandle.t ..................... ok
t/20-unit/Types-Standard/lockdown.t ....................... ok
t/20-unit/Types-Standard/mxtmlb-alike.t ................... ok
t/20-unit/Types-Standard/optlist.t ........................ ok
t/20-unit/Types-Standard/overload.t ....................... ok
t/20-unit/Types-Standard/strmatch.t ....................... ok
t/20-unit/Types-Standard/structured.t ..................... ok
t/20-unit/Types-Standard/tied.t ........................... ok
t/20-unit/Types-TypeTiny/basic.t .......................... ok
t/20-unit/Types-TypeTiny/coercion.t ....................... ok
t/20-unit/Types-TypeTiny/meta.t ........................... ok
t/30-integration/Class-InsideOut/basic.t .................. skipped: Test requires module 'Class::InsideOut' but it's not found
t/30-integration/Exporter-Tiny/basic.t .................... ok
t/30-integration/Exporter-Tiny/installer.t ................ skipped: Test requires module 'Sub::Exporter::Lexical' but it's not found
t/30-integration/Exporter-Tiny/role-conflict.t ............ ok
t/30-integration/Function-Parameters/basic.t .............. skipped: Test requires module 'Function::Parameters' but it's not found
t/30-integration/Kavorka/basic.t .......................... skipped: Test requires module 'Kavorka' but it's not found
t/30-integration/match-simple/basic.t ..................... skipped: Test requires module 'match::simple' but it's not found
t/30-integration/Moo/basic.t .............................. ok
t/30-integration/Moo/coercion-inlining-avoidance.t ........ ok
t/30-integration/Moo/coercion.t ........................... ok
t/30-integration/Moo/exceptions.t ......................... skipped: Method::Generate::Accessor exception support seems missing!!!
t/30-integration/Moo/inflation.t .......................... ok
t/30-integration/Moo/inflation2.t ......................... ok
t/30-integration/Moops/basic.t ............................ skipped: Test requires module 'Moops' but it's not found
t/30-integration/Moops/library-keyword.t .................. skipped: Test requires module 'Moops' but it's not found
t/30-integration/Moose/accept-moose-types.t ............... ok
t/30-integration/Moose/basic.t ............................ ok
t/30-integration/Moose/coercion-more.t .................... ok
t/30-integration/Moose/coercion.t ......................... ok
t/30-integration/Moose/inflate-then-inline.t .............. ok
t/30-integration/Moose/native-attribute-traits.t .......... ok
t/30-integration/MooseX-Getopt/coercion.t ................. skipped: Test requires module 'MooseX::Getopt' but it's not found
t/30-integration/MooseX-Types/basic.t ..................... skipped: Test requires module 'MooseX::Types::Moose' but it's not found
t/30-integration/MooseX-Types/extending.t ................. skipped: Test requires module 'MooseX::Types::Moose' but it's not found
t/30-integration/MooseX-Types/more.t ...................... skipped: Test requires module 'MooseX::Types::Moose' but it's not found
t/30-integration/Mouse/basic.t ............................ ok
t/30-integration/Mouse/coercion.t ......................... ok
t/30-integration/MouseX-Types/basic.t ..................... skipped: Test requires module 'MouseX::Types' but it's not found
t/30-integration/MouseX-Types/extending.t ................. skipped: Test requires module 'MouseX::Types' but it's not found
t/30-integration/Object-Accessor/basic.t .................. skipped: Test requires module 'Object::Accessor' but it's not found
t/30-integration/Return-Type/basic.t ...................... skipped: Test requires module 'Return::Type' but it's not found
t/30-integration/Sub-Quote/basic.t ........................ ok
t/30-integration/Sub-Quote/unquote-coercions.t ............ ok
t/30-integration/Sub-Quote/unquote-constraints.t .......... ok
t/30-integration/Switcheroo/basic.t ....................... skipped: Test requires module 'Switcheroo' but it's not found
t/30-integration/Type-Tie/basic.t ......................... skipped: Test requires module 'Type::Tie' but it's not found
t/30-integration/Validation-Class-Simple/archaic.t ........ skipped: Test requires module 'Validation::Class' but it's not found
t/30-integration/Validation-Class-Simple/basic.t .......... skipped: Test requires module 'Validation::Class' but it's not found
t/40-regression/73f51e2d.t ................................ ok
t/40-regression/gh1.t ..................................... ok
t/40-regression/gh14.t .................................... ok
t/40-regression/rt85911.t ................................. ok
t/40-regression/rt86004.t ................................. ok
t/40-regression/rt86233.t ................................. ok
t/40-regression/rt86239.t ................................. ok
t/40-regression/rt90096-2.t ............................... ok
t/40-regression/rt90096.t ................................. ok
t/40-regression/rt92571-2.t ............................... ok
t/40-regression/rt92571.t ................................. ok
t/40-regression/rt92591.t ................................. ok
t/40-regression/rt94196.t ................................. ok
Devel::Hide hides Type/Tiny/XS.pm
t/40-regression/rt97684.t ................................. ok
t/40-regression/rt98113.t ................................. ok
t/40-regression/ttxs-gh1.t ................................ ok
t/99-moose-std-types-test.t ............................... ok
All tests successful.
Files=164, Tests=8665, 21 wallclock secs ( 0.79 usr  0.60 sys + 16.89 cusr  2.86 csys = 21.14 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module              Need     Have    
    ------------------- -------- --------
    Exporter::Tiny      0.026    1.000000
    perl                5.006001 5.026001

build_requires:

    Module              Need     Have    
    ------------------- -------- --------
    Test::More          0.96     1.302136

configure_requires:

    Module              Need     Have    
    ------------------- -------- --------
    ExtUtils::MakeMaker 6.17     7.24    


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

Environment variables:

    AUTOMATED_TESTING = 1
    NONINTERACTIVE_TESTING = 1
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
    PERL = 5.26.1
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 18942
    PERL5_CPAN_IS_RUNNING = 18942
    PERLVER = 5.26.1
    PERL_INLINE_DIRECTORY = /home/david/.Inline-5.26.1
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 0
    SHELL = /bin/bash
    TERM = screen

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

    $^X = /home/david/cpantesting/perl-5.26.1/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 1000
    $EGID = 1000 1000

Perl module toolchain versions installed:

    Module              Have      
    ------------------- ----------
    CPAN                2.18      
    CPAN::Meta          2.150010  
    Cwd                 3.67      
    ExtUtils::CBuilder  0.280225  
    ExtUtils::Command   7.24      
    ExtUtils::Install   2.04      
    ExtUtils::MakeMaker 7.24      
    ExtUtils::Manifest  1.70      
    ExtUtils::ParseXS   3.34      
    File::Spec          3.67      
    JSON                2.97001   
    JSON::PP            2.27400_02
    Module::Build       0.4224    
    Module::Signature   n/a       
    Parse::CPAN::Meta   2.150010  
    Test::Harness       3.38      
    Test::More          1.302136  
    YAML                n/a       
    YAML::Syck          1.30      
    version             0.9917    


--

Summary of my perl5 (revision 5 version 26 subversion 1) configuration:
   
  Platform:
    osname=linux
    osvers=3.16.0-4-amd64
    archname=x86_64-linux-thread-multi
    uname='linux pigsty.barnyard.co.uk 3.16.0-4-amd64 #1 smp debian 3.16.36-1+deb8u1 (2016-09-03) x86_64 gnulinux '
    config_args='-de -Duse64bitall -Dusethreads -Dprefix=/home/david/cpantesting/perl-5.26.1'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=define
    usemultiplicity=define
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
    bincompat5005=undef
  Compiler:
    cc='cc'
    ccflags ='-D_REENTRANT -D_GNU_SOURCE -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='-D_REENTRANT -D_GNU_SOURCE -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 -ldb -ldl -lm -lcrypt -lutil -lc
    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
    MULTIPLICITY
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_IMPLICIT_CONTEXT
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    USE_64_BIT_ALL
    USE_64_BIT_INT
    USE_ITHREADS
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
    USE_REENTRANT_API
  Built under linux
  Compiled at Sep 26 2017 16:23:50
  %ENV:
    PERL="5.26.1"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="18942"
    PERL5_CPAN_IS_RUNNING="18942"
    PERLVER="5.26.1"
    PERL_INLINE_DIRECTORY="/home/david/.Inline-5.26.1"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="0"
  @INC:
    /home/david/cpantesting/perl-5.26.1/lib/site_perl/5.26.1/x86_64-linux-thread-multi
    /home/david/cpantesting/perl-5.26.1/lib/site_perl/5.26.1
    /home/david/cpantesting/perl-5.26.1/lib/5.26.1/x86_64-linux-thread-multi
    /home/david/cpantesting/perl-5.26.1/lib/5.26.1