Business-OnlinePayment-IPayment v0.09 Perl 5 v5.12.2 MSWin32-x86-multi-thread

Status
Fail
From
Alexandr Ciornii (CHORNY)
Dist
Business-OnlinePayment-IPayment v0.09
Platform
Perl 5 v5.12.2 MSWin32-x86-multi-thread
Date
2019-11-01 15:50:16
ID
9b224b32-6c0e-1014-ac65-5bd89aad4f4a
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 Stefan Hornburg (Racke),

This is a computer-generated report for Business-OnlinePayment-IPayment-0.09
on perl 5.12.2, 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:

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

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

Output from 'C:\strawberry\c\bin\dmake.EXE test':

C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
# Testing Business::OnlinePayment::IPayment 0.09, Perl 5.012002, C:\strawberry\perl\bin\perl.exe
t/00-load.t .......... ok

#   Failed test 'Check HTTP response code for POST action'
#   at t/auth-refund.t line 52.
# HTTP response: 500 Can't connect to ipayment.de:443
# Content-Type: text/plain
# Client-Date: Fri, 01 Nov 2019 15:49:49 GMT
# Client-Warning: Redirect loop detected (max_redirect = 0)
# 
# Can't connect to ipayment.de:443
# 
# Bad file descriptor at C:/strawberry/perl/site/lib/LWP/Protocol/http.pm line 49.

#   Failed test at t/auth-refund.t line 57.

#   Failed test at t/auth-refund.t line 58.
Can't call method "is_success" on an undefined value at t/auth-refund.t line 68.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 4.
t/auth-refund.t ...... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 3/4 subtests 

#   Failed test at t/capture-reverse.t line 66.

#   Failed test at t/capture-reverse.t line 67.

#   Failed test 'Address OK: '
#   at t/capture-reverse.t line 68.
#          got: ''
#     expected: 'Mario Pegula via del piffero 10 34100 Trieste IT melmothx@gmail.com 041-311234'
#   
Can't call method "is_success" on an undefined value at t/capture-reverse.t line 76.
# Looks like you planned 79 tests but ran 3.
# Looks like you failed 3 tests of 3 run.
# Looks like your test exited with 255 just after 3.
t/capture-reverse.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 79/79 subtests 
t/manifest.t ......... skipped: Author tests not required for installation
# Testing the options
Use of uninitialized value in concatenation (.) or string at t/options.t line 48.

#   Failed test 'Got a session: '
#   at t/options.t line 48.
# Checking the options: <?xml version="1.0" encoding="UTF-8"?>
# <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><call:createSession xmlns:call="https://ipayment.de/service_v3/binding" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><accountData><accountId>99999</accountId><trxuserId>99998</trxuserId><trxpassword>0</trxpassword><adminactionpassword>5cfgRT34xsdedtFLdfHxj7tfwx24fe</adminactionpassword></accountData><transactionData><trxAmount>2765</trxAmount><trxCurrency>EUR</trxCurrency><invoiceText>Thanks!</invoiceText><trxUserComment>Hello!</trxUserComment><shopperId>4663</shopperId></transactionData><transactionType>auth</transactionType><paymentType>cc</paymentType><options><fromIp>99.99.99.99</fromIp><checkDoubleTrx>1</checkDoubleTrx><errorLang>en</errorLang></options><processorUrls><redirectUrl>http://linuxia.de/ipayment/success</redirectUrl><silentErrorUrl>http://linuxia.de/ipayment/failure</silentErrorUrl></processorUrls></call:createSession></SOAP-ENV:Body></SOAP-ENV:Envelope>

#   Failed test 'The options work, as we got the error message in english!'
#   at t/options.t line 71.
#          got: undef
#     expected: 'The given credit card number is not valid.'

#   Failed test 'Found invoice text'
#   at t/options.t line 73.
#          got: undef
#     expected: 'Thanks!'

#   Failed test 'Found user comment'
#   at t/options.t line 74.
#          got: undef
#     expected: 'Hello!'
# Looks like you failed 4 tests of 12.
t/options.t .......... 
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/12 subtests 
# Create the object and store the fixed values

#   Failed test 'We are redirected'
#   at t/payment.t line 205.
#          got: '500 Can't connect to ipayment.de:443'
#     expected: '302 Found'

#   Failed test 'Redirect'
#   at t/payment.t line 207.
#                   'Can't connect to ipayment.de:443
# 
# Bad file descriptor at C:/strawberry/perl/site/lib/LWP/Protocol/http.pm line 49.
# '
#     doesn't match '(?-xism:<a href="http:)'
# Testing secured app

#   Failed test 'We are redirected'
#   at t/payment.t line 205.
#          got: '500 Can't connect to ipayment.de:443'
#     expected: '302 Found'

#   Failed test 'Redirect'
#   at t/payment.t line 207.
#                   'Can't connect to ipayment.de:443
# 
# Bad file descriptor at C:/strawberry/perl/site/lib/LWP/Protocol/http.pm line 49.
# '
#     doesn't match '(?-xism:<a href="http:)'

#   Failed test 'Url is ok'
#   at t/payment.t line 160.

#   Failed test 'Payment looks ok'
#   at t/payment.t line 161.

#   Failed test 'No errors found'
#   at t/payment.t line 162.

#   Failed test 'CC num returned masked'
#   at t/payment.t line 163.
#          got: ''
#     expected: 'XXXXXXXXXXXX1111'

#   Failed test 'CC owner returned'
#   at t/payment.t line 164.
#          got: ''
#     expected: 'Mario Pegula'

#   Failed test 'Visa card returned'
#   at t/payment.t line 165.
#          got: ''
#     expected: 'VisaCard'

#   Failed test 'Expiration returned 0220'
#   at t/payment.t line 168.
#          got: ''
#     expected: '0220'

#   Failed test 'no secret key: '
#   at t/payment.t line 182.

#   Failed test 'Payment looks ok'
#   at t/payment.t line 187.
Use of uninitialized value in concatenation (.) or string at t/payment.t line 188.

#   Failed test 'Shopper id retrieve: '
#   at t/payment.t line 188.

#   Failed test 'Url looks untampered'
#   at t/payment.t line 189.

#   Failed test 'No errors'
#   at t/payment.t line 191.
# Looks like you failed 16 tests of 34.
t/payment.t .......... 
Dubious, test returned 16 (wstat 4096, 0x1000)
Failed 16/34 subtests 
t/pod-coverage.t ..... skipped: Author tests not required for installation
t/pod.t .............. skipped: Author tests not required for installation

#   Failed test at t/refund_cap.t line 55.

#   Failed test at t/refund_cap.t line 56.
Can't call method "is_success" on an undefined value at t/refund_cap.t line 63.
# Looks like you planned 23 tests but ran 2.
# Looks like you failed 2 tests of 2 run.
# Looks like your test exited with 255 just after 2.
t/refund_cap.t ....... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 23/23 subtests 

#   Failed test at t/storage.t line 60.

#   Failed test at t/storage.t line 61.

#   Failed test 'Got the storage id: '
#   at t/storage.t line 63.

#   Failed test at t/storage.t line 64.
#          got: ''
#     expected: '2020/01/30'
Can't call method "is_success" on an undefined value at t/storage.t line 173.
# Looks like you planned 29 tests but ran 4.
# Looks like you failed 4 tests of 4 run.
# Looks like your test exited with 9 just after 4.
t/storage.t .......... 
Dubious, test returned 9 (wstat 2304, 0x900)
Failed 29/29 subtests 
t/url-validation.t ... ok

Test Summary Report
-------------------
t/auth-refund.t    (Wstat: 65280 Tests: 4 Failed: 3)
  Failed tests:  1-3
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
t/capture-reverse.t (Wstat: 65280 Tests: 3 Failed: 3)
  Failed tests:  1-3
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 79 tests but ran 3.
t/options.t        (Wstat: 1024 Tests: 12 Failed: 4)
  Failed tests:  2, 6-8
  Non-zero exit status: 4
t/payment.t        (Wstat: 4096 Tests: 34 Failed: 16)
  Failed tests:  12, 14, 16, 18-25, 28-32
  Non-zero exit status: 16
t/refund_cap.t     (Wstat: 65280 Tests: 2 Failed: 2)
  Failed tests:  1-2
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 23 tests but ran 2.
t/storage.t        (Wstat: 2304 Tests: 4 Failed: 4)
  Failed tests:  1-4
  Non-zero exit status: 9
  Parse errors: Bad plan.  You planned 29 tests but ran 4.
Files=11, Tests=65, 25 wallclock secs ( 0.05 usr +  0.06 sys =  0.11 CPU)
Result: FAIL
Failed 6/11 test programs. 32/65 subtests failed.
dmake.EXE:  Error code 255, while making 'test_dynamic'

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

Prerequisite modules loaded:

requires:

    Module                  Need     Have    
    ----------------------- -------- --------
    Business::OnlinePayment 3        3.03    
    LWP::Protocol::https    0        6.04    
    Moo                     1        1.005000
    perl                    5.010001 5.012002
    URI                     1        1.64    
    XML::Compile::SOAP      0        3.25    
    XML::Compile::WSDL11    0        3.07    

build_requires:

    Module                  Need     Have    
    ----------------------- -------- --------
    Test::More              0        1.001003

configure_requires:

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


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

Environment variables:

    AUTOMATED_TESTING = 1
    COMSPEC = C:\WINDOWS\system32\cmd.exe
    NUMBER_OF_PROCESSORS = 1
    PATH = c:\Windows\system32;c:\Windows\System32\Wbem;C:\Git\cmd;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin
    PERL5LIB = C:\strawberry\cpan\build\XML-Compile-WSDL11-3.07-0/blib/arch;C:\strawberry\cpan\build\XML-Compile-WSDL11-3.07-0/blib/lib;C:\strawberry\cpan\build\XML-Compile-SOAP-3.25-1/blib/arch;C:\strawberry\cpan\build\XML-Compile-SOAP-3.25-1/blib/lib;C:\strawberry\cpan\build\XML-Compile-Cache-1.06-1/blib/arch;C:\strawberry\cpan\build\XML-Compile-Cache-1.06-1/blib/lib;C:\strawberry\cpan\build\XML-LibXML-Simple-0.99-1/blib/arch;C:\strawberry\cpan\build\XML-LibXML-Simple-0.99-1/blib/lib;C:\strawberry\cpan\build\XML-Compile-1.63-1/blib/arch;C:\strawberry\cpan\build\XML-Compile-1.63-1/blib/lib;C:\strawberry\cpan\build\XML-Compile-Tester-0.91-1/blib/arch;C:\strawberry\cpan\build\XML-Compile-Tester-0.91-1/blib/lib;C:\strawberry\cpan\build\Log-Report-1.28-1/blib/arch;C:\strawberry\cpan\build\Log-Report-1.28-1/blib/lib;C:\strawberry\cpan\build\Log-Report-Optional-1.06-1/blib/arch;C:\strawberry\cpan\build\Log-Report-Optional-1.06-1/blib/lib;C:\strawberry\cpan\build\String-Print-0.93-1/blib/arch;C:\strawberry\cpan\build\String-Print-0.93-1/blib/lib;C:\strawberry\cpan\build\File-Slurper-0.012-1/blib/arch;C:\strawberry\cpan\build\File-Slurper-0.012-1/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 376
    PERL5_CPAN_IS_RUNNING = 376
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 1664,376
    PERL_CR_SMOKER_CURRENT = Business-OnlinePayment-IPayment-0.09
    PERL_CR_SMOKER_RUNONCE = 1
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    PROCESSOR_IDENTIFIER = x86 Family 18 Model 1 Stepping 0, AuthenticAMD
    TEMP = C:\DOCUME~1\c\LOCALS~1\Temp
    TERM = dumb

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

    $^X = C:\strawberry\perl\bin\perl.exe
    $UID/$EUID = 0 / 0
    $GID = 0
    $EGID = 0
    Win32::GetOSName = WinXP/.Net
    Win32::GetOSVersion = Service Pack 3, 5, 1, 2600, 2, 3, 0, 256, 1
    Win32::FsType = NTFS
    Win32::IsAdminUser = 1

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.16    
    CPAN::Meta          2.141520
    Cwd                 3.47    
    ExtUtils::CBuilder  0.280216
    ExtUtils::Command   1.16    
    ExtUtils::Install   1.55    
    ExtUtils::MakeMaker 6.98    
    ExtUtils::Manifest  1.60    
    ExtUtils::ParseXS   3.24    
    File::Spec          3.47    
    JSON                2.90    
    JSON::PP            2.27203 
    Module::Build       0.4206  
    Module::Signature   0.66    
    Parse::CPAN::Meta   1.4414  
    Test::Harness       3.32    
    Test::More          1.001003
    YAML                0.98    
    YAML::Syck          1.27    
    version             0.9908  


--

Summary of my perl5 (revision 5 version 12 subversion 2) configuration:
   
  Platform:
    osname=MSWin32, osvers=5.1, archname=MSWin32-x86-multi-thread
    uname='Win32 strawberryperl 5.12.2.0 #1 Fri Nov  5 05:17:27 2010 i386'
    config_args='undef'
    hint=recommended, useposix=true, d_sigaction=undef
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags =' -s -O2 -DWIN32 -DHAVE_DES_FCRYPT  -DUSE_SITECUSTOMIZE -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -mms-bitfields -DPERL_MSVCRT_READFIX',
    optimize='-s -O2',
    cppflags='-DWIN32'
    ccversion='', gccversion='4.4.3', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='g++', ldflags ='-s -L"C:\strawberry\perl\lib\CORE" -L"C:\strawberry\c\lib"'
    libpth=C:\strawberry\c\lib C:\strawberry\c\i686-w64-mingw32\lib
    libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
    perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
    libc=, so=dll, useshrplib=true, libperl=libperl512.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-mdll -s -L"C:\strawberry\perl\lib\CORE" -L"C:\strawberry\c\lib"'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
                        PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
                        PERL_MALLOC_WRAP PL_OP_SLAB_ALLOC USE_ITHREADS
                        USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
                        USE_SITECUSTOMIZE
  Built under MSWin32
  Compiled at Nov  5 2010 08:39:08
  %ENV:
    PERL5LIB="C:\strawberry\cpan\build\XML-Compile-WSDL11-3.07-0/blib/arch;C:\strawberry\cpan\build\XML-Compile-WSDL11-3.07-0/blib/lib;C:\strawberry\cpan\build\XML-Compile-SOAP-3.25-1/blib/arch;C:\strawberry\cpan\build\XML-Compile-SOAP-3.25-1/blib/lib;C:\strawberry\cpan\build\XML-Compile-Cache-1.06-1/blib/arch;C:\strawberry\cpan\build\XML-Compile-Cache-1.06-1/blib/lib;C:\strawberry\cpan\build\XML-LibXML-Simple-0.99-1/blib/arch;C:\strawberry\cpan\build\XML-LibXML-Simple-0.99-1/blib/lib;C:\strawberry\cpan\build\XML-Compile-1.63-1/blib/arch;C:\strawberry\cpan\build\XML-Compile-1.63-1/blib/lib;C:\strawberry\cpan\build\XML-Compile-Tester-0.91-1/blib/arch;C:\strawberry\cpan\build\XML-Compile-Tester-0.91-1/blib/lib;C:\strawberry\cpan\build\Log-Report-1.28-1/blib/arch;C:\strawberry\cpan\build\Log-Report-1.28-1/blib/lib;C:\strawberry\cpan\build\Log-Report-Optional-1.06-1/blib/arch;C:\strawberry\cpan\build\Log-Report-Optional-1.06-1/blib/lib;C:\strawberry\cpan\build\String-Print-0.93-1/blib/arch;C:\strawberry\cpan\build\String-Print-0.93-1/blib/lib;C:\strawberry\cpan\build\File-Slurper-0.012-1/blib/arch;C:\strawberry\cpan\build\File-Slurper-0.012-1/blib/lib"
    PERL5_CPANPLUS_IS_RUNNING="376"
    PERL5_CPAN_IS_RUNNING="376"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="1664,376"
    PERL_CR_SMOKER_CURRENT="Business-OnlinePayment-IPayment-0.09"
    PERL_CR_SMOKER_RUNONCE="1"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    C:\strawberry\cpan\build\XML-Compile-WSDL11-3.07-0/blib/arch
    C:\strawberry\cpan\build\XML-Compile-WSDL11-3.07-0/blib/lib
    C:\strawberry\cpan\build\XML-Compile-SOAP-3.25-1/blib/arch
    C:\strawberry\cpan\build\XML-Compile-SOAP-3.25-1/blib/lib
    C:\strawberry\cpan\build\XML-Compile-Cache-1.06-1/blib/arch
    C:\strawberry\cpan\build\XML-Compile-Cache-1.06-1/blib/lib
    C:\strawberry\cpan\build\XML-LibXML-Simple-0.99-1/blib/arch
    C:\strawberry\cpan\build\XML-LibXML-Simple-0.99-1/blib/lib
    C:\strawberry\cpan\build\XML-Compile-1.63-1/blib/arch
    C:\strawberry\cpan\build\XML-Compile-1.63-1/blib/lib
    C:\strawberry\cpan\build\XML-Compile-Tester-0.91-1/blib/arch
    C:\strawberry\cpan\build\XML-Compile-Tester-0.91-1/blib/lib
    C:\strawberry\cpan\build\Log-Report-1.28-1/blib/arch
    C:\strawberry\cpan\build\Log-Report-1.28-1/blib/lib
    C:\strawberry\cpan\build\Log-Report-Optional-1.06-1/blib/arch
    C:\strawberry\cpan\build\Log-Report-Optional-1.06-1/blib/lib
    C:\strawberry\cpan\build\String-Print-0.93-1/blib/arch
    C:\strawberry\cpan\build\String-Print-0.93-1/blib/lib
    C:\strawberry\cpan\build\File-Slurper-0.012-1/blib/arch
    C:\strawberry\cpan\build\File-Slurper-0.012-1/blib/lib
    C:/strawberry/perl/site/lib
    C:/strawberry/perl/vendor/lib
    C:/strawberry/perl/lib
    .