Git-Wrapper-Plus v0.004011 Perl 5 v5.26.0 arm-freebsd-thread-multi

Status
Pass
From
Nigel Horne
Dist
Git-Wrapper-Plus v0.004011
Platform
Perl 5 v5.26.0 arm-freebsd-thread-multi
Date
2018-01-22 09:21:15
ID
98663a88-ff55-11e7-af2b-acaf1d79aee4
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 Kent Fredric,

This is a computer-generated report for Git-Wrapper-Plus-0.004011
on perl 5.26.0, 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/njh/perl5/perlbrew/perls/perl-5.26.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile/*.t t/branches/*.t t/plus/*.t t/refs/*.t t/tags/*.t
t/00-compile/lib_Git_Wrapper_Plus_Branches_pm.t ................. ok
t/00-compile/lib_Git_Wrapper_Plus_pm.t .......................... ok
t/00-compile/lib_Git_Wrapper_Plus_Ref_pm.t ...................... ok
t/00-compile/lib_Git_Wrapper_Plus_Ref_Branch_pm.t ............... ok
t/00-compile/lib_Git_Wrapper_Plus_Ref_Tag_pm.t .................. ok
t/00-compile/lib_Git_Wrapper_Plus_Refs_pm.t ..................... ok
t/00-compile/lib_Git_Wrapper_Plus_Support_Behaviors_pm.t ........ ok
t/00-compile/lib_Git_Wrapper_Plus_Support_Arguments_pm.t ........ ok
t/00-compile/lib_Git_Wrapper_Plus_Support_Commands_pm.t ......... ok
t/00-compile/lib_Git_Wrapper_Plus_Support_pm.t .................. ok
t/00-compile/lib_Git_Wrapper_Plus_Support_RangeSet_pm.t ......... ok
t/00-compile/lib_Git_Wrapper_Plus_Support_Range_pm.t ............ ok
t/00-compile/lib_Git_Wrapper_Plus_Support_RangeDictionary_pm.t .. ok
t/00-compile/lib_Git_Wrapper_Plus_Tags_pm.t ..................... ok
t/00-compile/lib_Git_Wrapper_Plus_Util_pm.t ..................... ok
t/00-compile/lib_Git_Wrapper_Plus_Tester_pm.t ................... ok
t/00-compile/lib_Git_Wrapper_Plus_Versions_pm.t ................. ok
# Git Version: 2.9.0
# Git is >= 2.0
t/00-report-git-version.t ....................................... ok
# 
#      arguments supported   | cat-file -e
#      behaviors supported   | 2-arg-cat-file, add-updates-index, can-checkout-detached
#       commands supported   | cat-file, commit-tree, for-each-ref, init, init-db, ls-remote, peek-remote, read-tree
#                            | show-diff, update-index, write-tree
#       commands unsupported | update-cache
t/00-report-git-support.t ....................................... ok
# 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.30
# 
# === Configure Recommends ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker 7.00 7.30
# 
# === Build Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.30
# 
# === Test Requires ===
# 
#     Module              Want     Have
#     ------------------- ---- --------
#     ExtUtils::MakeMaker  any     7.30
#     File::Spec           any     3.67
#     Test::Fatal          any    0.014
#     Test::More           any 1.302106
#     Test::Requires       any     0.10
# 
# === Test Recommends ===
# 
#     Module                  Want     Have
#     ------------------- -------- --------
#     CPAN::Meta          2.120900 2.150010
#     ExtUtils::MakeMaker     7.00     7.30
#     Test::More              0.99 1.302106
# 
# === Runtime Requires ===
# 
#     Module                     Want     Have
#     -------------------------- ---- --------
#     Carp                        any     1.42
#     Git::Wrapper                any    0.047
#     Moo                         any 2.003004
#     Path::Tiny                  any    0.104
#     Scalar::Util                any     1.49
#     Sort::Versions              any     1.62
#     Sub::Exporter::Progressive  any 0.001013
#     Try::Tiny                   any     0.28
#     strict                      any     1.11
#     warnings                    any     1.37
# 
# === Runtime Recommends ===
# 
#     Module         Want     Have
#     ---------- -------- --------
#     Moo        1.000008 2.003004
#     Path::Tiny    0.058    0.104
# 
t/00-report-prereqs.t ........................................... ok
t/plus/path-class-constructor.t ................................. skipped: Test requires module 'Path::Class::Dir' but it's not found
t/branches/basic.t .............................................. ok
t/plus/path-tiny-constructor.t .................................. ok
t/plus/basic.t .................................................. ok
t/refs/basic_branches.t ......................................... ok
t/tags/basic.t .................................................. ok
t/refs/basic_tags.t ............................................. ok
All tests successful.
Files=27, Tests=60, 18 wallclock secs ( 0.88 usr  0.38 sys + 29.60 cusr 21.75 csys = 52.62 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module                     Need  Have    
    -------------------------- ----- --------
    Carp                       0     1.42    
    Git::Wrapper               0     0.047   
    Moo                        0     2.003004
    Path::Tiny                 0     0.104   
    perl                       5.006 5.026000
    Scalar::Util               0     1.49    
    Sort::Versions             0     1.62    
    strict                     0     1.11    
    Sub::Exporter::Progressive 0     0.001013
    Try::Tiny                  0     0.28    
    warnings                   0     1.37    

build_requires:

    Module                     Need  Have    
    -------------------------- ----- --------
    ExtUtils::MakeMaker        0     7.30    
    File::Spec                 0     3.67    
    Test::Fatal                0     0.014   
    Test::More                 0     1.302106
    Test::Requires             0     0.10    

configure_requires:

    Module                     Need  Have    
    -------------------------- ----- --------
    ExtUtils::MakeMaker        0     7.30    
    perl                       5.006 5.026000


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

Environment variables:

    AUTOMATED_TESTING = 1
    HARNESS_OPTIONS = j4
    PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.26.0/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:src/njh/smoker/bin
    PERL5LIB = /home/njh/.cpan/build/Git-Wrapper-0.047-0/blib/arch:/home/njh/.cpan/build/Git-Wrapper-0.047-0/blib/lib:/home/njh/.cpan/build/File-chdir-0.1010-0/blib/arch:/home/njh/.cpan/build/File-chdir-0.1010-0/blib/lib:/home/njh/.cpan/build/Devel-CheckBin-0.04-0/blib/arch:/home/njh/.cpan/build/Devel-CheckBin-0.04-0/blib/lib:/home/njh/.cpan/build/File-Slurp-9999.19-0/blib/arch:/home/njh/.cpan/build/File-Slurp-9999.19-0/blib/lib:/home/njh/.cpan/build/Config-Any-0.32-1/blib/arch:/home/njh/.cpan/build/Config-Any-0.32-1/blib/lib:/home/njh/.cpan/build/Array-Compare-v3.0.0-1/blib/arch:/home/njh/.cpan/build/Array-Compare-v3.0.0-1/blib/lib:/home/njh/.cpan/build/Type-Tiny-1.002001-1/blib/arch:/home/njh/.cpan/build/Type-Tiny-1.002001-1/blib/lib:/home/njh/.cpan/build/Exporter-Tiny-1.000000-1/blib/arch:/home/njh/.cpan/build/Exporter-Tiny-1.000000-1/blib/lib:/home/njh/.cpan/build/Moo-2.003004-1/blib/arch:/home/njh/.cpan/build/Moo-2.003004-1/blib/lib:/home/njh/.cpan/build/Devel-GlobalDestruction-0.14-1/blib/arch:/home/njh/.cpan/build/Devel-GlobalDestruction-0.14-1/blib/lib:/home/njh/.cpan/build/Class-Method-Modifiers-2.12-1/blib/arch:/home/njh/.cpan/build/Class-Method-Modifiers-2.12-1/blib/lib:/home/njh/.cpan/build/Archive-Tar-Wrapper-0.23-1/blib/arch:/home/njh/.cpan/build/Archive-Tar-Wrapper-0.23-1/blib/lib:/home/njh/.cpan/build/Log-Log4perl-1.49-1/blib/arch:/home/njh/.cpan/build/Log-Log4perl-1.49-1/blib/lib:/home/njh/.cpan/build/IPC-Run-0.96-0/blib/arch:/home/njh/.cpan/build/IPC-Run-0.96-0/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 24308
    PERL5_CPAN_IS_RUNNING = 24308
    PERLBREW_BASHRC_VERSION = 0.80
    PERLBREW_HOME = /home/njh/.perlbrew
    PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.26.0/man
    PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.26.0/bin
    PERLBREW_PERL = perl-5.26.0
    PERLBREW_ROOT = /home/njh/perl5/perlbrew
    PERLBREW_VERSION = 0.80
    SHELL = /bin/sh
    TMPDIR = /home/njh/tmp

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

    $^X = /home/njh/perl5/perlbrew/perls/perl-5.26.0/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 1000 0
    $EGID = 1000 1000 0

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.16    
    CPAN::Meta          2.150010
    Cwd                 3.67    
    ExtUtils::CBuilder  0.280226
    ExtUtils::Command   7.30    
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.30    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.67    
    JSON                2.94    
    JSON::PP            2.94    
    Module::Build       0.4224  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.39    
    Test::More          1.302106
    YAML                1.24    
    YAML::Syck          1.30    
    version             0.9918  


--

Summary of my perl5 (revision 5 version 26 subversion 0) configuration:
   
  Platform:
    osname=freebsd
    osvers=12.0-current
    archname=arm-freebsd-thread-multi
    uname='freebsd pi2b.bandsman.co.uk 12.0-current freebsd 12.0-current #0 r305028: tue aug 30 05:53:50 utc 2016 root@releng3.nyi.freebsd.org:usrobjarm.armv6usrsrcsysrpi2 arm '
    config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.26.0 -Duseithreads -Dusemultiplicity -Dusedevel -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.26.0/bin'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=define
    usemultiplicity=define
    use64bitint=undef
    use64bitall=undef
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
    bincompat5005=undef
  Compiler:
    cc='cc'
    ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2'
    optimize='-O'
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='4.2.1 Compatible FreeBSD Clang 3.8.0 (tags/RELEASE_380/final 262564)'
    gccosandvers=''
    intsize=4
    longsize=4
    ptrsize=4
    doublesize=8
    byteorder=1234
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=8
    longdblkind=0
    ivtype='long'
    ivsize=4
    nvtype='double'
    nvsize=8
    Off_t='off_t'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='cc'
    ldflags ='-pthread -Wl,-E  -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib /usr/bin/../lib/clang/3.8.0/lib /usr/lib
    libs=-lpthread -lm -lcrypt -lutil
    perllibs=-lpthread -lm -lcrypt -lutil
    libc=
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags=' '
    cccdlflags='-DPIC -fPIC'
    lddlflags='-shared  -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_HASH_FUNC_ONE_AT_A_TIME_HARD
    PERL_IMPLICIT_CONTEXT
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_USE_DEVEL
    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
  Locally applied patches:
    Devel::PatchPerl 1.38
  Built under freebsd
  Compiled at Jun  1 2017 13:25:51
  %ENV:
    PERL5LIB="/home/njh/.cpan/build/Git-Wrapper-0.047-0/blib/arch:/home/njh/.cpan/build/Git-Wrapper-0.047-0/blib/lib:/home/njh/.cpan/build/File-chdir-0.1010-0/blib/arch:/home/njh/.cpan/build/File-chdir-0.1010-0/blib/lib:/home/njh/.cpan/build/Devel-CheckBin-0.04-0/blib/arch:/home/njh/.cpan/build/Devel-CheckBin-0.04-0/blib/lib:/home/njh/.cpan/build/File-Slurp-9999.19-0/blib/arch:/home/njh/.cpan/build/File-Slurp-9999.19-0/blib/lib:/home/njh/.cpan/build/Config-Any-0.32-1/blib/arch:/home/njh/.cpan/build/Config-Any-0.32-1/blib/lib:/home/njh/.cpan/build/Array-Compare-v3.0.0-1/blib/arch:/home/njh/.cpan/build/Array-Compare-v3.0.0-1/blib/lib:/home/njh/.cpan/build/Type-Tiny-1.002001-1/blib/arch:/home/njh/.cpan/build/Type-Tiny-1.002001-1/blib/lib:/home/njh/.cpan/build/Exporter-Tiny-1.000000-1/blib/arch:/home/njh/.cpan/build/Exporter-Tiny-1.000000-1/blib/lib:/home/njh/.cpan/build/Moo-2.003004-1/blib/arch:/home/njh/.cpan/build/Moo-2.003004-1/blib/lib:/home/njh/.cpan/build/Devel-GlobalDestruction-0.14-1/blib/arch:/home/njh/.cpan/build/Devel-GlobalDestruction-0.14-1/blib/lib:/home/njh/.cpan/build/Class-Method-Modifiers-2.12-1/blib/arch:/home/njh/.cpan/build/Class-Method-Modifiers-2.12-1/blib/lib:/home/njh/.cpan/build/Archive-Tar-Wrapper-0.23-1/blib/arch:/home/njh/.cpan/build/Archive-Tar-Wrapper-0.23-1/blib/lib:/home/njh/.cpan/build/Log-Log4perl-1.49-1/blib/arch:/home/njh/.cpan/build/Log-Log4perl-1.49-1/blib/lib:/home/njh/.cpan/build/IPC-Run-0.96-0/blib/arch:/home/njh/.cpan/build/IPC-Run-0.96-0/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="24308"
    PERL5_CPAN_IS_RUNNING="24308"
    PERLBREW_BASHRC_VERSION="0.80"
    PERLBREW_HOME="/home/njh/.perlbrew"
    PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.26.0/man"
    PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.26.0/bin"
    PERLBREW_PERL="perl-5.26.0"
    PERLBREW_ROOT="/home/njh/perl5/perlbrew"
    PERLBREW_VERSION="0.80"
  @INC:
    /home/njh/.cpan/build/Git-Wrapper-0.047-0/blib/arch
    /home/njh/.cpan/build/Git-Wrapper-0.047-0/blib/lib
    /home/njh/.cpan/build/File-chdir-0.1010-0/blib/arch
    /home/njh/.cpan/build/File-chdir-0.1010-0/blib/lib
    /home/njh/.cpan/build/Devel-CheckBin-0.04-0/blib/arch
    /home/njh/.cpan/build/Devel-CheckBin-0.04-0/blib/lib
    /home/njh/.cpan/build/File-Slurp-9999.19-0/blib/arch
    /home/njh/.cpan/build/File-Slurp-9999.19-0/blib/lib
    /home/njh/.cpan/build/Config-Any-0.32-1/blib/arch
    /home/njh/.cpan/build/Config-Any-0.32-1/blib/lib
    /home/njh/.cpan/build/Array-Compare-v3.0.0-1/blib/arch
    /home/njh/.cpan/build/Array-Compare-v3.0.0-1/blib/lib
    /home/njh/.cpan/build/Type-Tiny-1.002001-1/blib/arch
    /home/njh/.cpan/build/Type-Tiny-1.002001-1/blib/lib
    /home/njh/.cpan/build/Exporter-Tiny-1.000000-1/blib/arch
    /home/njh/.cpan/build/Exporter-Tiny-1.000000-1/blib/lib
    /home/njh/.cpan/build/Moo-2.003004-1/blib/arch
    /home/njh/.cpan/build/Moo-2.003004-1/blib/lib
    /home/njh/.cpan/build/Devel-GlobalDestruction-0.14-1/blib/arch
    /home/njh/.cpan/build/Devel-GlobalDestruction-0.14-1/blib/lib
    /home/njh/.cpan/build/Class-Method-Modifiers-2.12-1/blib/arch
    /home/njh/.cpan/build/Class-Method-Modifiers-2.12-1/blib/lib
    /home/njh/.cpan/build/Archive-Tar-Wrapper-0.23-1/blib/arch
    /home/njh/.cpan/build/Archive-Tar-Wrapper-0.23-1/blib/lib
    /home/njh/.cpan/build/Log-Log4perl-1.49-1/blib/arch
    /home/njh/.cpan/build/Log-Log4perl-1.49-1/blib/lib
    /home/njh/.cpan/build/IPC-Run-0.96-0/blib/arch
    /home/njh/.cpan/build/IPC-Run-0.96-0/blib/lib
    /home/njh/perl5/perlbrew/perls/perl-5.26.0/lib/site_perl/5.26.0/arm-freebsd-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.26.0/lib/site_perl/5.26.0
    /home/njh/perl5/perlbrew/perls/perl-5.26.0/lib/5.26.0/arm-freebsd-thread-multi
    /home/njh/perl5/perlbrew/perls/perl-5.26.0/lib/5.26.0