Plack-Test-Agent v1.5 Perl 5 v5.22.3 MSWin32-x64-multi-thread

Status
Fail
From
LNATION
Dist
Plack-Test-Agent v1.5
Platform
Perl 5 v5.22.3 MSWin32-x64-multi-thread
Date
2025-05-19 14:33:37
ID
c8b438dd-6e37-1014-b8d3-a89fee9eac91
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 Olaf Alders,

This is a computer-generated report for Plack-Test-Agent-1.5
on perl 5.22.3, created by CPAN-Reporter-1.2020.

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:\STRAWB~1\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
# 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.74
# 
# === Build Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.74
# 
# === Test Requires ===
# 
#     Module                     Want       Have
#     -------------------------- ---- ----------
#     ExtUtils::MakeMaker         any       7.74
#     File::Spec                  any       3.75
#     HTTP::Server::Simple::PSGI  any       0.16
#     Modern::Perl                any 1.20161229
#     Plack::Request              any     1.0051
#     Test::Memory::Cycle         any       1.06
#     Test::More                  any   1.302213
#     Test::Requires              any       0.10
#     open                        any       1.10
#     utf8                        any       1.17
# 
# === Test Recommends ===
# 
#     Module         Want     Have
#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.150010
# 
# === Runtime Requires ===
# 
#     Module                Want  Have
#     --------------------- ---- -----
#     HTTP::Cookies          any  6.11
#     HTTP::Message::PSGI    any undef
#     HTTP::Request::Common  any  7.00
#     HTTP::Response         any  7.00
#     Plack::Loader          any undef
#     Plack::Util::Accessor  any undef
#     Test::TCP              any  2.22
#     Test::WWW::Mechanize   any  1.60
#     parent                 any 0.236
#     strict                 any  1.09
#     warnings               any  1.34
# 
t/00-report-prereqs.t .. ok

#   Failed test at t/2args.t line 17.
#          got: 'Can't connect to localhost:52512 (Bad address)
# 
# Bad address at C:/Strawberry/perl/site/lib/LWP/Protocol/http.pm line 49.
# '
#     expected: 'Hello'
# Looks like you failed 1 test of 1.
t/2args.t .............. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 
t/cookie.t ............. ok
t/cycle.t .............. ok
t/extra_get_args.t ..... ok
t/hello.t .............. ok

#   Failed test at t/hello_server.t line 27.
#          got: 'Can't connect to localhost:52519 (Bad address)
# 
# Bad address at C:/Strawberry/perl/site/lib/LWP/Protocol/http.pm line 49, <DATA> line 16.
# '
#     expected: 'Hello World'

#   Failed test at t/hello_server.t line 29.
#          got: '500'
#     expected: '200'

#   Failed test at t/hello_server.t line 27.
#          got: 'Can't connect to localhost:52523 (Bad address)
# 
# Bad address at C:/Strawberry/perl/site/lib/LWP/Protocol/http.pm line 49, <DATA> line 16.
# '
#     expected: 'Hello World'

#   Failed test at t/hello_server.t line 29.
#          got: '500'
#     expected: '200'

#   Failed test '... should use server when given server'
#   at t/hello_server.t line 30.
#          got: undef
#     expected: 'HTTP::Server::PSGI'
# Looks like you failed 5 tests of 8.
t/hello_server.t ....... 
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/8 subtests 

#   Failed test 'Request should succeed when values match'
#   at t/mech.t line 32.
# http://localhost:52527/?have=foo;want=foo
# 500
# Can't connect to localhost:52527 (Bad address)

#   Failed test '... with descriptive success message'
#   at t/mech.t line 34.
#          got: "Can't connect to localhost:52527 (Bad address)\x{0a}\x{0a}Ba"...
#       length: 121
#     expected: "ok"
#       length: 2
#     strings begin to differ at char 1 (line 1 column 1)

#   Failed test '... with descriptive error'
#   at t/mech.t line 38.
#          got: "Can't connect to localhost:52527 (Bad address)\x{0a}\x{0a}Ba"...
#       length: 121
#     expected: "not ok"
#       length: 6
#     strings begin to differ at char 1 (line 1 column 1)

#   Failed test 'Request should succeed when values do'
#   at t/mech.t line 42.
# http://localhost:52527/?have=cow&want=cow&desc=Cow+Comparison
# 500
# Can't connect to localhost:52527 (Bad address)

#   Failed test '... including description when provided'
#   at t/mech.t line 44.
#          got: "Can't connect to localhost:52527 (Bad address)\x{0a}\x{0a}Ba"...
#       length: 121
#     expected: "ok - Cow Comparison"
#       length: 19
#     strings begin to differ at char 1 (line 1 column 1)

#   Failed test '... including description when provided'
#   at t/mech.t line 51.
#          got: "Can't connect to localhost:52527 (Bad address)\x{0a}\x{0a}Ba"...
#       length: 121
#     expected: "not ok - \x{e6}"
#       length: 10
#     strings begin to differ at char 1 (line 1 column 1)

#   Failed test '... in ASCII'
#   at t/mech.t line 54.
#          got: 'US-ASCII'
#     expected: 'UTF-8'

#   Failed test '... and should use HTTP server'
#   at t/mech.t line 55.
#          got: undef
#     expected: 'HTTP::Server::PSGI'
# Looks like you failed 8 tests of 13.
t/mech.t ............... 
Dubious, test returned 8 (wstat 2048, 0x800)
Failed 8/13 subtests 

#   Failed test 'Request should succeed when values match'
#   at t/okay.t line 38.

#   Failed test '... with descriptive success message'
#   at t/okay.t line 39.
#          got: 'Can't connect to localhost:52535 (Bad address)
# 
# Bad address at C:/Strawberry/perl/site/lib/LWP/Protocol/http.pm line 49.
# '
#     expected: 'ok'

#   Failed test '... with descriptive error'
#   at t/okay.t line 43.
#          got: 'Can't connect to localhost:52535 (Bad address)
# 
# Bad address at C:/Strawberry/perl/site/lib/LWP/Protocol/http.pm line 49.
# '
#     expected: 'not ok'

#   Failed test 'Request should succeed when values do'
#   at t/okay.t line 49.

#   Failed test '... including description when provided'
#   at t/okay.t line 50.
#          got: 'Can't connect to localhost:52535 (Bad address)
# 
# Bad address at C:/Strawberry/perl/site/lib/LWP/Protocol/http.pm line 49.
# '
#     expected: 'ok - Cow Comparison'

#   Failed test '... including description when provided'
#   at t/okay.t line 57.
#          got: 'Can't connect to localhost:52535 (Bad address)
# 
# Bad address at C:/Strawberry/perl/site/lib/LWP/Protocol/http.pm line 49.
# '
#     expected: 'not ok - æ'

#   Failed test '... in ASCII'
#   at t/okay.t line 60.
#          got: 'US-ASCII'
#     expected: 'UTF-8'
# Looks like you failed 7 tests of 24.
t/okay.t ............... 
Dubious, test returned 7 (wstat 1792, 0x700)
Failed 7/24 subtests 

Test Summary Report
-------------------
t/2args.t            (Wstat: 256 (exited 1) Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
t/hello_server.t     (Wstat: 1280 (exited 5) Tests: 8 Failed: 5)
  Failed tests:  1, 3, 5, 7-8
  Non-zero exit status: 5
t/mech.t             (Wstat: 2048 (exited 8) Tests: 13 Failed: 8)
  Failed tests:  1-2, 4-6, 10, 12-13
  Non-zero exit status: 8
t/okay.t             (Wstat: 1792 (exited 7) Tests: 24 Failed: 7)
  Failed tests:  13-14, 16-18, 22, 24
  Non-zero exit status: 7
Files=9, Tests=57, 41 wallclock secs ( 0.09 usr +  0.02 sys =  0.11 CPU)
Result: FAIL
Failed 4/9 test programs. 21/57 subtests failed.
dmake.exe:  Error code 135, while making 'test_dynamic'

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

Prerequisite modules loaded:

requires:

    Module                     Need     Have      
    -------------------------- -------- ----------
    HTTP::Cookies              0        6.11      
    HTTP::Message::PSGI        0        0         
    HTTP::Request::Common      0        7.00      
    HTTP::Response             0        7.00      
    parent                     0        0.236     
    perl                       5.008    5.022003  
    Plack::Loader              0        0         
    Plack::Util::Accessor      0        0         
    strict                     0        1.09      
    Test::TCP                  0        2.22      
    Test::WWW::Mechanize       0        1.60      
    warnings                   0        1.34      

build_requires:

    Module                     Need     Have      
    -------------------------- -------- ----------
    ExtUtils::MakeMaker        0        7.74      
    File::Spec                 0        3.75      
    HTTP::Server::Simple::PSGI 0        0.16      
    Modern::Perl               0        1.20161229
    open                       0        1.10      
    Plack::Request             0        1.0051    
    Test::Memory::Cycle        0        1.06      
    Test::More                 0        1.302213  
    Test::Requires             0        0.10      
    utf8                       0        1.17      

configure_requires:

    Module                     Need     Have      
    -------------------------- -------- ----------
    ExtUtils::MakeMaker        0        7.74      
    perl                       5.006    5.022003  

opt_build_requires:

    Module                     Need     Have      
    -------------------------- -------- ----------
    CPAN::Meta                 2.120900 2.150010  


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

Environment variables:

    AUTOMATED_TESTING = 1
    COMSPEC = C:\Windows\system32\cmd.exe
    NUMBER_OF_PROCESSORS = 2
    PATH = C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Amazon\cfn-bootstrap\;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;C:\Users\Administrator\AppData\Local\Microsoft\WinGet\Links;
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 1460
    PERL5_CPAN_IS_RUNNING = 1460
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 4616,1460
    PERL_CR_SMOKER_CURRENT = RestAPI-0.12
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 85 Stepping 7, GenuineIntel
    TEMP = C:\Users\ADMINI~1\AppData\Local\Temp\2

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 = Win10
    Win32::GetOSVersion = , 10, 0, 26100, 2, 0, 0, 400, 3
    Win32::FsType = NTFS
    Win32::IsAdminUser = 1

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.14    
    CPAN::Meta          2.150010
    Cwd                 3.75    
    ExtUtils::CBuilder  0.280236
    ExtUtils::Command   7.74    
    ExtUtils::Install   2.06    
    ExtUtils::MakeMaker 7.74    
    ExtUtils::Manifest  1.75    
    ExtUtils::ParseXS   3.57    
    File::Spec          3.75    
    JSON                4.10    
    JSON::PP            4.16    
    Module::Build       0.4234  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test2               1.302213
    Test::Harness       3.52    
    Test::More          1.302213
    YAML                1.21    
    YAML::Syck          1.34    
    version             0.9917  


--

Summary of my perl5 (revision 5 version 22 subversion 3) configuration:
   
  Platform:
    osname=MSWin32, osvers=6.3, archname=MSWin32-x64-multi-thread
    uname='Win32 strawberry-perl 5.22.3.1 #1 Sun Jan 15 04:42:16 2017 x64'
    config_args='undef'
    hint=recommended, useposix=true, d_sigaction=undef
    useithreads=define, usemultiplicity=define
    use64bitint=define, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags =' -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE  -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fwrapv -fno-strict-aliasing -mms-bitfields',
    optimize='-s -O2',
    cppflags='-DWIN32'
    ccversion='', gccversion='4.9.2', gccosandvers=''
    intsize=4, longsize=4, ptrsize=8, doublesize=8, byteorder=12345678, doublekind=3
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16, longdblkind=3
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='g++', ldflags ='-s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib"'
    libpth=C:\STRAWB~1\c\lib C:\STRAWB~1\c\x86_64-w64-mingw32\lib C:\STRAWB~1\c\lib\gcc\x86_64-w64-mingw32\4.9.2
    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=libperl522.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_win32.xs, dlext=xs.dll, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-mdll -s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib"'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES HAVE_INTERP_INTERN MULTIPLICITY
                        PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
                        PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
                        PERL_MALLOC_WRAP PERL_NEW_COPY_ON_WRITE
                        PERL_PRESERVE_IVUV 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
  Built under MSWin32
  Compiled at Jan 15 2017 04:47:34
  %ENV:
    PERL5_CPANPLUS_IS_RUNNING="1460"
    PERL5_CPAN_IS_RUNNING="1460"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="4616,1460"
    PERL_CR_SMOKER_CURRENT="RestAPI-0.12"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    C:/Strawberry/perl/site/lib
    C:/Strawberry/perl/vendor/lib
    C:/Strawberry/perl/lib
    .