WebService-Braintree v0.94 Perl 5 v5.24.1 x86_64-linux-thread-multi

Status
Fail
From
Slaven Rezić (SREZIC)
Dist
WebService-Braintree v0.94
Platform
Perl 5 v5.24.1 x86_64-linux-thread-multi
Date
2017-10-17 06:37:03
ID
963e6542-b305-11e7-9d9b-a2faac1e79ad
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 Kieren Diment,

This is a computer-generated report for WebService-Braintree-0.94
on perl 5.24.1, created by CPAN-Reporter-1.2018.

Thank you for uploading your work to CPAN.  However, there was a problem
testing your distribution.

If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

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 '/usr/bin/make test':

PERL_DL_NONLAZY=1 "/opt/perl-5.24.1t/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/sandbox/*.t t/unit/*.t
t/sandbox/address.t .......................... ok
t/sandbox/client_token.t ..................... ok

    #   Failed test at t/sandbox/configuration.t line 29.
    # Gateway Rejected: duplicate
    # Looks like you failed 1 test of 2.

#   Failed test 'default integration configuration'
#   at t/sandbox/configuration.t line 32.
# Looks like you failed 1 test of 2.
t/sandbox/configuration.t .................... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests 
t/sandbox/credit_card.t ...................... ok
t/sandbox/credit_card_verification.t ......... ok
t/sandbox/credit_card_verification_search.t .. ok
t/sandbox/customer.t ......................... ok
t/sandbox/customer_search.t .................. ok
t/sandbox/disbursement.t ..................... ok
t/sandbox/merchant_account.t ................. ok
t/sandbox/payment_method.t ................... ok
t/sandbox/payment_method_nonce.t ............. ok
t/sandbox/paypal_account.t ................... ok
t/sandbox/settlement_batch_summary.t ......... ok
t/sandbox/subscription.t ..................... ok
t/sandbox/subscription_search.t .............. ok

    #   Failed test at t/sandbox/transaction.t line 133.
    # Looks like you failed 1 test of 2.

#   Failed test 'billing_address_id'
#   at t/sandbox/transaction.t line 135.

        #   Failed test at t/sandbox/transaction.t line 163.
        # Looks like you failed 1 test of 2.

    #   Failed test 'it can create a transaction'
    #   at t/sandbox/transaction.t line 165.
    # Looks like you failed 1 test of 2.

#   Failed test 'with payment method nonce'
#   at t/sandbox/transaction.t line 184.

    #   Failed test at t/sandbox/transaction.t line 463.
    # Looks like you failed 1 test of 1.

#   Failed test 'Security parameters'
#   at t/sandbox/transaction.t line 464.

        #   Failed test at t/sandbox/transaction.t line 476.
        # Looks like you failed 1 test of 2.

    #   Failed test 'returns payment instrument type'
    #   at t/sandbox/transaction.t line 479.
    # Looks like you failed 1 test of 3.

#   Failed test 'Sale'
#   at t/sandbox/transaction.t line 504.

    #   Failed test at t/sandbox/transaction.t line 710.
    # Gateway Rejected: duplicate
    # Looks like you failed 1 test of 3.

#   Failed test 'Create from payment method token'
#   at t/sandbox/transaction.t line 714.

    #   Failed test at t/sandbox/transaction.t line 733.
    # Looks like you failed 1 test of 1.

#   Failed test 'Clone transaction'
#   at t/sandbox/transaction.t line 746.
Can't call method "id" on an undefined value at t/sandbox/transaction.t line 736.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 25.
t/sandbox/transaction.t ...................... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/25 subtests 
	(less 10 skipped subtests: 9 okay)
t/sandbox/transaction_search.t ............... ok

    #   Failed test at t/sandbox/transparent_redirect.t line 40.
    # Looks like you failed 1 test of 3.

#   Failed test 'gets the right transaction data'
#   at t/sandbox/transparent_redirect.t line 44.
# Looks like you failed 1 test of 4.
t/sandbox/transparent_redirect.t ............. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests 
# Testing WebService::Braintree 0.94, Perl 5.024001, /opt/perl-5.24.1t/bin/perl
t/unit/00-load.t ............................. ok
t/unit/address.t ............................. ok
t/unit/advanced_search.t ..................... ok
t/unit/client_token.t ........................ ok
t/unit/configuration.t ....................... ok
t/unit/credit_card.t ......................... ok
t/unit/customer.t ............................ ok
t/unit/digest.t .............................. ok
t/unit/inflate_xml.t ......................... ok
t/unit/manifest.t ............................ skipped: Author tests not required for installation
t/unit/merchant_account.t .................... ok
t/unit/pod.t ................................. ok
t/unit/resource_collection.t ................. ok
t/unit/result.t .............................. ok
t/unit/subscription.t ........................ ok
t/unit/transaction.t ......................... ok
t/unit/transparent_redirect.t ................ ok
t/unit/transparent_redirect_query_string.t ... ok
t/unit/util.t ................................ ok
t/unit/validation_error.t .................... ok
t/unit/validation_error_collection.t ......... ok
t/unit/validations_test.t .................... ok
t/unit/webhook_notification.t ................ ok
t/unit/xml.t ................................. ok
t/unit/xml_builder.t ......................... ok

Test Summary Report
-------------------
t/sandbox/configuration.t                  (Wstat: 256 Tests: 2 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
t/sandbox/transaction.t                    (Wstat: 65280 Tests: 25 Failed: 6)
  Failed tests:  6, 8, 15-16, 24-25
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
t/sandbox/transparent_redirect.t           (Wstat: 256 Tests: 4 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=44, Tests=374, 518 wallclock secs ( 0.17 usr  0.24 sys + 42.08 cusr  3.02 csys = 45.51 CPU)
Result: FAIL
Failed 3/44 test programs. 8/374 subtests failed.
Makefile:1337: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255

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

Prerequisite modules loaded:

requires:

    Module                      Need     Have    
    --------------------------- -------- --------
    Data::GUID                  0        0.049   
    DateTime                    0        1.43    
    DateTime::Format::Atom      0        v1.2.0  
    DateTime::Format::RFC3339   0        v1.2.0  
    DateTime::Format::Strptime  0        1.73    
    Digest                      0        1.17_01 
    Digest::HMAC_SHA1           0        1.03    
    Digest::SHA                 0        5.95_01 
    Digest::SHA1                0        2.13    
    Digest::SHA256              0        0.01    
    File::Spec                  0        3.63_01 
    Hash::Inflator              0        1.100820
    HTTP::Request               0        6.13    
    JSON                        0        2.94    
    local::lib                  0        2.000024
    LWP                         6.02     6.26    
    LWP::Protocol::https        0        6.07    
    MIME::Base64                0        3.15    
    Module::Install::TestTarget 0        0.19    
    Moose                       0        2.2005  
    Mozilla::CA                 0        20160104
    perl                        5.010001 5.024001
    Scalar::Util                0        1.48    
    strictures                  0        2.000003
    Try::Tiny                   0        0.28    
    URI                         0        1.71    
    URI::Query                  0        0.16    
    XML::LibXML                 0        2.0129  
    XML::Simple                 0        2.24    

build_requires:

    Module                      Need     Have    
    --------------------------- -------- --------
    ExtUtils::MakeMaker         0        7.10_02 
    Test::Deep                  0        1.127   
    Test::Moose                 0        2.2005  
    Test::More                  0.98     1.302086
    Test::Pod                   0        1.51    
    Test::Warn                  0        0.32    
    Try::Tiny                   0        0.28    

configure_requires:

    Module                      Need     Have    
    --------------------------- -------- --------
    ExtUtils::MakeMaker         0        7.10_02 


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

Environment variables:

    LANG = C
    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 = /home/cpansand/.cpan/build/2017101706/Module-Install-TestTarget-0.19-_a6XVV/blib/arch:/home/cpansand/.cpan/build/2017101706/Module-Install-TestTarget-0.19-_a6XVV/blib/lib:/home/cpansand/.cpan/build/2017101706/PAR-Dist-0.49-pLgaZb/blib/arch:/home/cpansand/.cpan/build/2017101706/PAR-Dist-0.49-pLgaZb/blib/lib:/home/cpansand/.cpan/build/2017101706/Module-Install-1.18-DHaQvG/blib/arch:/home/cpansand/.cpan/build/2017101706/Module-Install-1.18-DHaQvG/blib/lib:/home/cpansand/.cpan/build/2017101706/Module-ScanDeps-1.24-thsgF0/blib/arch:/home/cpansand/.cpan/build/2017101706/Module-ScanDeps-1.24-thsgF0/blib/lib:/home/cpansand/.cpan/build/2017101706/Hash-Inflator-1.100820-AhGY4M/blib/arch:/home/cpansand/.cpan/build/2017101706/Hash-Inflator-1.100820-AhGY4M/blib/lib:/home/cpansand/.cpan/build/2017101706/local-lib-2.000024-CWI8WL/blib/arch:/home/cpansand/.cpan/build/2017101706/local-lib-2.000024-CWI8WL/blib/lib:/home/cpansand/.cpan/build/2017101706/SHA256-0.01-azCRKt/blib/arch:/home/cpansand/.cpan/build/2017101706/SHA256-0.01-azCRKt/blib/lib:/home/cpansand/.cpan/build/2017101706/DateTime-Format-Atom-v1.2.0-rlszD7/blib/arch:/home/cpansand/.cpan/build/2017101706/DateTime-Format-Atom-v1.2.0-rlszD7/blib/lib:/home/cpansand/.cpan/build/2017101706/DateTime-Format-RFC3339-v1.2.0-x5o_4K/blib/arch:/home/cpansand/.cpan/build/2017101706/DateTime-Format-RFC3339-v1.2.0-x5o_4K/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 18483
    PERL5_CPAN_IS_RUNNING = 18483
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 19748,18483
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2017101703/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    SHELL = /usr/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2017101703

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

    $^X = /opt/perl-5.24.1t/bin/perl
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have      
    ------------------- ----------
    CPAN                2.11_01   
    CPAN::Meta          2.150005  
    Cwd                 3.63_01   
    ExtUtils::CBuilder  0.280225  
    ExtUtils::Command   7.10_02   
    ExtUtils::Install   2.04      
    ExtUtils::MakeMaker 7.10_02   
    ExtUtils::Manifest  1.70      
    ExtUtils::ParseXS   3.31      
    File::Spec          3.63_01   
    JSON                2.94      
    JSON::PP            2.27300_01
    Module::Build       0.4224    
    Module::Signature   n/a       
    Parse::CPAN::Meta   1.4417_001
    Test::Harness       3.36_01   
    Test::More          1.302086  
    YAML                1.23      
    YAML::Syck          1.30      
    version             0.9916    


--

Summary of my perl5 (revision 5 version 24 subversion 1) configuration:
   
  Platform:
    osname=linux, osvers=4.9.0-3-amd64, archname=x86_64-linux-thread-multi
    uname='linux debian9 4.9.0-3-amd64 #1 smp debian 4.9.30-2+deb9u1 (2017-06-18) x86_64 gnulinux '
    config_args='-ds -e -Dprefix=/opt/perl-5.24.1t -Dusethreads -Dcf_email=srezic@cpan.org'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, 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',
    optimize='-O2',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion='', gccversion='6.3.0 20170516', 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/6/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.24.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.24'
  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_HASH_FUNC_ONE_AT_A_TIME_HARD
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
                        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
  Locally applied patches:
	Devel::PatchPerl 1.48
  Built under linux
  Compiled at Jun 25 2017 14:39:12
  %ENV:
    PERL5LIB="/home/cpansand/.cpan/build/2017101706/Module-Install-TestTarget-0.19-_a6XVV/blib/arch:/home/cpansand/.cpan/build/2017101706/Module-Install-TestTarget-0.19-_a6XVV/blib/lib:/home/cpansand/.cpan/build/2017101706/PAR-Dist-0.49-pLgaZb/blib/arch:/home/cpansand/.cpan/build/2017101706/PAR-Dist-0.49-pLgaZb/blib/lib:/home/cpansand/.cpan/build/2017101706/Module-Install-1.18-DHaQvG/blib/arch:/home/cpansand/.cpan/build/2017101706/Module-Install-1.18-DHaQvG/blib/lib:/home/cpansand/.cpan/build/2017101706/Module-ScanDeps-1.24-thsgF0/blib/arch:/home/cpansand/.cpan/build/2017101706/Module-ScanDeps-1.24-thsgF0/blib/lib:/home/cpansand/.cpan/build/2017101706/Hash-Inflator-1.100820-AhGY4M/blib/arch:/home/cpansand/.cpan/build/2017101706/Hash-Inflator-1.100820-AhGY4M/blib/lib:/home/cpansand/.cpan/build/2017101706/local-lib-2.000024-CWI8WL/blib/arch:/home/cpansand/.cpan/build/2017101706/local-lib-2.000024-CWI8WL/blib/lib:/home/cpansand/.cpan/build/2017101706/SHA256-0.01-azCRKt/blib/arch:/home/cpansand/.cpan/build/2017101706/SHA256-0.01-azCRKt/blib/lib:/home/cpansand/.cpan/build/2017101706/DateTime-Format-Atom-v1.2.0-rlszD7/blib/arch:/home/cpansand/.cpan/build/2017101706/DateTime-Format-Atom-v1.2.0-rlszD7/blib/lib:/home/cpansand/.cpan/build/2017101706/DateTime-Format-RFC3339-v1.2.0-x5o_4K/blib/arch:/home/cpansand/.cpan/build/2017101706/DateTime-Format-RFC3339-v1.2.0-x5o_4K/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="18483"
    PERL5_CPAN_IS_RUNNING="18483"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="19748,18483"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2017101703/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
  @INC:
    /home/cpansand/.cpan/build/2017101706/Module-Install-TestTarget-0.19-_a6XVV/blib/arch
    /home/cpansand/.cpan/build/2017101706/Module-Install-TestTarget-0.19-_a6XVV/blib/lib
    /home/cpansand/.cpan/build/2017101706/PAR-Dist-0.49-pLgaZb/blib/arch
    /home/cpansand/.cpan/build/2017101706/PAR-Dist-0.49-pLgaZb/blib/lib
    /home/cpansand/.cpan/build/2017101706/Module-Install-1.18-DHaQvG/blib/arch
    /home/cpansand/.cpan/build/2017101706/Module-Install-1.18-DHaQvG/blib/lib
    /home/cpansand/.cpan/build/2017101706/Module-ScanDeps-1.24-thsgF0/blib/arch
    /home/cpansand/.cpan/build/2017101706/Module-ScanDeps-1.24-thsgF0/blib/lib
    /home/cpansand/.cpan/build/2017101706/Hash-Inflator-1.100820-AhGY4M/blib/arch
    /home/cpansand/.cpan/build/2017101706/Hash-Inflator-1.100820-AhGY4M/blib/lib
    /home/cpansand/.cpan/build/2017101706/local-lib-2.000024-CWI8WL/blib/arch
    /home/cpansand/.cpan/build/2017101706/local-lib-2.000024-CWI8WL/blib/lib
    /home/cpansand/.cpan/build/2017101706/SHA256-0.01-azCRKt/blib/arch
    /home/cpansand/.cpan/build/2017101706/SHA256-0.01-azCRKt/blib/lib
    /home/cpansand/.cpan/build/2017101706/DateTime-Format-Atom-v1.2.0-rlszD7/blib/arch
    /home/cpansand/.cpan/build/2017101706/DateTime-Format-Atom-v1.2.0-rlszD7/blib/lib
    /home/cpansand/.cpan/build/2017101706/DateTime-Format-RFC3339-v1.2.0-x5o_4K/blib/arch
    /home/cpansand/.cpan/build/2017101706/DateTime-Format-RFC3339-v1.2.0-x5o_4K/blib/lib
    /opt/perl-5.24.1t/lib/site_perl/5.24.1/x86_64-linux-thread-multi
    /opt/perl-5.24.1t/lib/site_perl/5.24.1
    /opt/perl-5.24.1t/lib/5.24.1/x86_64-linux-thread-multi
    /opt/perl-5.24.1t/lib/5.24.1
    .