Test-LWP-UserAgent v0.036 Perl 5 v5.24.1 i386-freebsd-thread-multi-64int

Status
Fail
From
Chris Williams (BINGOS)
Dist
Test-LWP-UserAgent v0.036
Platform
Perl 5 v5.24.1 i386-freebsd-thread-multi-64int
Date
2023-08-15 13:23:19
ID
e6749a20-3b6e-11ee-98b0-b3c3213a625c
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 Karen Etheridge,

This is a computer-generated error report created automatically by
CPANPLUS, version 0.9914. Testers personal comments may appear
at the end of this report.


Thank you for uploading your work to CPAN.  However, it appears that
there were some problems testing your distribution.

TEST RESULTS:

Below is the error stack from stage 'make test':

PERL_DL_NONLAZY=1 "/usr/home/cpan/pit/rel/perl-5.24.1/bin/perl" "-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
#     ------------------------ -------- --------
#     CPAN::Meta::Requirements 2.120620    2.140
#     ExtUtils::MakeMaker           any     7.70
#     Module::Metadata              any 1.000031
# 
# === Build Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.70
# 
# === Test Requires ===
# 
#     Module                  Want     Have
#     ---------------------- ----- --------
#     ExtUtils::MakeMaker      any     7.70
#     File::Spec               any     3.75
#     HTTP::Request::Common    any     6.44
#     Path::Tiny               any    0.144
#     Test::Deep             0.110    1.204
#     Test::Fatal              any    0.017
#     Test::More              0.88 1.302195
#     Test::Needs              any 0.002010
#     Test::RequiresInternet   any     0.05
#     Test::Warnings         0.009    0.031
#     if                       any   0.0606
#     lib                      any     0.63
#     overload                 any     1.26
# 
# === Test Recommends ===
# 
#     Module         Want     Have
#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.150010
# 
# === Test Suggests ===
# 
#     Module              Want    Have
#     ------------------- ---- -------
#     HTTP::Message::PSGI  any missing
# 
# === Runtime Requires ===
# 
#     Module           Want     Have
#     ---------------- ---- --------
#     Carp              any     1.40
#     HTTP::Date        any     6.06
#     HTTP::Request     any     6.44
#     HTTP::Response    any     6.44
#     HTTP::Status      any     6.44
#     LWP::UserAgent    any     6.72
#     Safe::Isa         any 1.000010
#     Scalar::Util      any  1.42_02
#     Storable          any     3.25
#     Try::Tiny         any     0.31
#     URI              1.62     5.19
#     namespace::clean 0.19     0.27
#     parent            any    0.234
#     strict            any     1.11
#     warnings          any     1.36
# 
# === Other Modules ===
# 
#     Module                            Have
#     --------------------------- ----------
#     Encode                            3.19
#     File::Temp                      0.2311
#     IO::Socket::INET                  1.35
#     IO::Socket::INET6              missing
#     IO::Socket::IP                    0.37
#     IO::Socket::SSL                missing
#     JSON::MaybeXS                  missing
#     JSON::PP                    2.27300_01
#     LWP::Protocol::http               6.72
#     LWP::Protocol::http::Socket    missing
#     Module::Runtime                  0.016
#     Moose                          missing
#     Net::SSLeay                    missing
#     Plack                          missing
#     Pod::Coverage                  missing
#     Sub::Name                      missing
#     YAML                              1.30
#     autodie                           2.29
# 
t/00-report-prereqs.t .................... ok
t/01-basic.t ............................. ok
t/02-overload.t .......................... ok
t/03-handlers.t .......................... ok
t/04-psgi.t .............................. skipped: Need HTTP::Message::PSGI
t/05-exceptions.t ........................ ok
t/06-network-fallback.t .................. ok
t/07-mask-response.t ..................... ok
t/08-isa-coderef.t ....................... ok
t/09-dispatch-to-request-method.t ........ ok

#   Failed test 'response body is saved to file (network responses)'
#   at t/10-request-args-network.t line 40.
#          got: ''
#     expected: '{
#   "Content-Length": "68", 
#   "Content-Type": "application/json"
# }
# '
t/10-request-args-network.t .............. 
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/3 subtests 

#   Failed test 'response body is removed'
#   at t/10-request-args-network.t line 42.
#          got: '<html>
# <head><title>504 Gateway Time-out</title></head>
# <body>
# <center><h1>504 Gateway Time-out</h1></center>
# </body>
# </html>
# '
#     expected: ''

#   Failed test 'response headers look ok'
#   at t/10-request-args-network.t line 43.
# Using Regexp on $data->header(Content-Type)
#    got : 'text/html'
# expect : (?^:^application/json)
# Looks like you failed 3 tests of 3.
t/11-request-args-internal.t ............. ok
t/12-chained-method-call.t ............... skipped: Need HTTP::Message::PSGI
t/50-examples-application_client_test.t .. skipped: Need JSON::MaybeXS, Moose
t/51-call_psgi.t ......................... skipped: Need HTTP::Message::PSGI
t/zzz-check-breaks.t ..................... ok

Test Summary Report
-------------------
t/10-request-args-network.t            (Wstat: 768 (exited 3) Tests: 3 Failed: 3)
  Failed tests:  1-3
  Non-zero exit status: 3
Files=16, Tests=174, 77 wallclock secs ( 0.12 usr  0.06 sys +  3.20 cusr  1.76 csys =  5.15 CPU)
Result: FAIL
Failed 1/16 test programs. 3/174 subtests failed.
*** Error code 255

Stop.
make: stopped in /usr/home/cpan/pit/rel/conf/perl-5.24.1/.cpanplus/5.24.1/build/8aW3e_dUvd/Test-LWP-UserAgent-0.036


PREREQUISITES:

Here is a list of prerequisites you specified and versions we
managed to load:

	  Module Name                        Have     Want
	  Carp                               1.40        0
	  ExtUtils::MakeMaker                7.70        0
	  File::Spec                         3.75        0
	  HTTP::Date                         6.06        0
	  HTTP::Request                      6.44        0
	  HTTP::Request::Common              6.44        0
	  HTTP::Response                     6.44        0
	  HTTP::Status                       6.44        0
	  LWP::UserAgent                     6.72        0
	  Path::Tiny                        0.144        0
	  Safe::Isa                      1.000010        0
	  Scalar::Util                    1.42_02        0
	  Storable                           3.25        0
	  Test::Deep                        1.204    0.110
	  Test::Fatal                       0.017        0
	  Test::More                     1.302195     0.88
	  Test::Needs                    0.002010        0
	  Test::RequiresInternet             0.05        0
	  Test::Warnings                    0.031    0.009
	  Try::Tiny                          0.31        0
	  URI                                5.19     1.62
	  if                               0.0606        0
	  lib                                0.63        0
	  namespace::clean                   0.27     0.19
	  overload                           1.26        0
	  parent                            0.234        0
	  strict                             1.11        0
	  warnings                           1.36        0

Perl module toolchain versions installed:
	Module Name                        Have
	CPANPLUS                         0.9914
	CPANPLUS::Dist::Build              0.90
	Cwd                                3.75
	ExtUtils::CBuilder             0.280236
	ExtUtils::Command                  7.70
	ExtUtils::Install                  2.22
	ExtUtils::MakeMaker                7.70
	ExtUtils::Manifest                 1.75
	ExtUtils::ParseXS                  3.44
	File::Spec                         3.75
	Module::Build                    0.4234
	Pod::Parser                        1.63
	Pod::Simple                        3.32
	Test2                          1.302195
	Test::Harness                      3.44
	Test::More                     1.302195
	version                          0.9929

******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:


This report was machine-generated by CPANPLUS::Dist::YACSmoke 1.08.
Powered by minismokebox version 0.68

CPANPLUS is prefering Build.PL

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

Environment variables:

    AUTOMATED_TESTING = 1
    NONINTERACTIVE_TESTING = 1
    PATH = /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/cpan/bin
    PERL5LIB = /usr/home/cpan/pit/jail/VUK291UvQ7/lib/perl5:/usr/home/cpan/pit/rel/conf/perl-5.24.1/.cpanplus/5.24.1/build/8aW3e_dUvd/Test-LWP-UserAgent-0.036/blib/lib:/usr/home/cpan/pit/rel/conf/perl-5.24.1/.cpanplus/5.24.1/build/8aW3e_dUvd/Test-LWP-UserAgent-0.036/blib/arch
    PERL5_CPANPLUS_IS_RUNNING = 3856
    PERL5_CPANPLUS_IS_VERSION = 0.9914
    PERL5_MINISMOKEBOX = 0.68
    PERL5_YACSMOKE_BASE = /usr/home/cpan/pit/rel/conf/perl-5.24.1
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_LOCAL_LIB_ROOT = /usr/home/cpan/pit/jail/VUK291UvQ7
    PERL_MB_OPT = --install_base "/usr/home/cpan/pit/jail/VUK291UvQ7"
    PERL_MM_OPT = INSTALL_BASE=/usr/home/cpan/pit/jail/VUK291UvQ7
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/local/bin/bash
    TERM = screen

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

    Perl: $^X = /usr/home/cpan/pit/rel/perl-5.24.1/bin/perl
    UID:  $<  = 1002
    EUID: $>  = 1002
    GID:  $(  = 1002 1002
    EGID: $)  = 1002 1002


-------------------------------


--

Summary of my perl5 (revision 5 version 24 subversion 1) configuration:
   
  Platform:
    osname=freebsd, osvers=12.4-release, archname=i386-freebsd-thread-multi-64int
    uname='freebsd ffyrc 12.4-release freebsd 12.4-release r372781 generic i386 '
    config_args='-des -Dprefix=/usr/home/cpan/pit/rel/perl-5.24.1 -Dusethreads -Duse64bitint'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    use64bitint=define, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include',
    optimize='-O2',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion='', gccversion='FreeBSD Clang 13.0.0 (git@github.com:llvm/llvm-project.git llvmorg-13.0.0-0-gd7b669b3a303)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678, doublekind=3
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12, longdblkind=3
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=4, 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/lib/clang/13.0.0/lib /usr/lib
    libs=-lpthread -lgdbm -ldl -lm -lcrypt -lutil
    perllibs=-lpthread -ldl -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_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 USE_REENTRANT_API
  Locally applied patches:
	Devel::PatchPerl 2.08
  Built under freebsd
  Compiled at Apr  5 2023 17:09:11
  %ENV:
    PERL5LIB="/usr/home/cpan/pit/jail/VUK291UvQ7/lib/perl5:/usr/home/cpan/pit/rel/conf/perl-5.24.1/.cpanplus/5.24.1/build/8aW3e_dUvd/Test-LWP-UserAgent-0.036/blib/lib:/usr/home/cpan/pit/rel/conf/perl-5.24.1/.cpanplus/5.24.1/build/8aW3e_dUvd/Test-LWP-UserAgent-0.036/blib/arch"
    PERL5_CPANPLUS_IS_RUNNING="3856"
    PERL5_CPANPLUS_IS_VERSION="0.9914"
    PERL5_MINISMOKEBOX="0.68"
    PERL5_YACSMOKE_BASE="/usr/home/cpan/pit/rel/conf/perl-5.24.1"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_LOCAL_LIB_ROOT="/usr/home/cpan/pit/jail/VUK291UvQ7"
    PERL_MB_OPT="--install_base "/usr/home/cpan/pit/jail/VUK291UvQ7""
    PERL_MM_OPT="INSTALL_BASE=/usr/home/cpan/pit/jail/VUK291UvQ7"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /usr/home/cpan/pit/jail/VUK291UvQ7/lib/perl5/5.24.1/i386-freebsd-thread-multi-64int
    /usr/home/cpan/pit/jail/VUK291UvQ7/lib/perl5/5.24.1
    /usr/home/cpan/pit/jail/VUK291UvQ7/lib/perl5/i386-freebsd-thread-multi-64int
    /usr/home/cpan/pit/jail/VUK291UvQ7/lib/perl5
    /usr/home/cpan/pit/rel/conf/perl-5.24.1/.cpanplus/5.24.1/build/8aW3e_dUvd/Test-LWP-UserAgent-0.036/blib/lib
    /usr/home/cpan/pit/rel/conf/perl-5.24.1/.cpanplus/5.24.1/build/8aW3e_dUvd/Test-LWP-UserAgent-0.036/blib/arch
    /usr/home/cpan/pit/rel/perl-5.24.1/lib/site_perl/5.24.1/i386-freebsd-thread-multi-64int
    /usr/home/cpan/pit/rel/perl-5.24.1/lib/site_perl/5.24.1
    /usr/home/cpan/pit/rel/perl-5.24.1/lib/5.24.1/i386-freebsd-thread-multi-64int
    /usr/home/cpan/pit/rel/perl-5.24.1/lib/5.24.1
    .