libwww-perl v6.70 Perl 5 v5.36.0 x86_64-linux-thread-multi

Status
Fail
From
Nick Alcock
Dist
libwww-perl v6.70
Platform
Perl 5 v5.36.0 x86_64-linux-thread-multi
Date
2023-06-10 19:01:29
ID
35152a1e-07c1-11ee-b75d-e02be9e4db0c
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 Julien Fiegehenn,

This is a computer-generated report for libwww-perl-6.70
on perl 5.36.0, created by CPAN-Reporter-1.2019.

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 "/pkg/perl/5.36.0-9/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/base/*.t t/base/protocols/*.t t/leak/*.t t/local/*.t t/robot/*.t
# 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.70
#     File::Copy           any 2.39
#     Getopt::Long         any 2.54
# 
# === Configure Suggests ===
# 
#     Module      Want Have
#     -------- ------- ----
#     JSON::PP 2.27300 4.16
# 
# === Build Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.70
# 
# === Test Requires ===
# 
#     Module                 Want     Have
#     ---------------------- ---- --------
#     ExtUtils::MakeMaker     any     7.70
#     File::Spec              any     3.84
#     FindBin                 any     1.53
#     HTTP::Daemon           6.12     6.16
#     Test::Fatal             any    0.017
#     Test::More             0.96 1.302195
#     Test::Needs             any 0.002010
#     Test::RequiresInternet  any     0.05
# 
# === Test Recommends ===
# 
#     Module              Want     Have
#     --------------- -------- --------
#     CPAN::Meta      2.120900 2.150010
#     Test::LeakTrace      any     0.17
# 
# === Runtime Requires ===
# 
#     Module                    Want     Have
#     --------------------- -------- --------
#     Digest::MD5                any     2.58
#     Encode                    2.12     3.19
#     Encode::Locale             any     1.05
#     File::Copy                 any     2.39
#     File::Listing                6     6.15
#     File::Temp                 any   0.2311
#     Getopt::Long               any     2.54
#     HTML::Entities             any     3.81
#     HTML::HeadParser          3.71     3.81
#     HTTP::CookieJar::LWP       any    0.014
#     HTTP::Cookies                6     6.10
#     HTTP::Date                   6     6.05
#     HTTP::Negotiate              6     6.01
#     HTTP::Request             6.18     6.44
#     HTTP::Request::Common     6.18     6.44
#     HTTP::Response            6.18     6.44
#     HTTP::Status              6.18     6.44
#     IO::Select                 any     1.51
#     IO::Socket                 any     1.51
#     LWP::MediaTypes              6     6.04
#     MIME::Base64               2.1     3.16
#     Module::Load               any     0.36
#     Net::FTP                  2.58     3.14
#     Net::HTTP                 6.18     6.22
#     Scalar::Util               any     1.63
#     Try::Tiny                  any     0.31
#     URI                       1.10     5.19
#     URI::Escape                any     5.19
#     WWW::RobotRules              6     6.02
#     parent                   0.217    0.241
#     perl                  5.008001 5.036000
#     strict                     any     1.12
#     warnings                   any     1.58
# 
# === Runtime Suggests ===
# 
#     Module               Want    Have
#     -------------------- ---- -------
#     Authen::NTLM         1.02 missing
#     Data::Dump           1.13    1.25
#     IO::Socket::INET      any    1.51
#     LWP::Protocol::https 6.02    6.10
# 
t/00-report-prereqs.t .......... ok
t/10-attrs.t ................... ok
t/base/default_content_type.t .. ok
t/base/protocols.t ............. ok
t/base/protocols/nntp.t ........ skipped: nntp.perl.org is unstable and Test::RequiresInternet is not catching it
t/base/proxy.t ................. ok
t/base/proxy_request.t ......... ok
t/base/simple.t ................ ok
t/base/ua.t .................... ok
t/base/ua_handlers.t ........... ok

#   Failed test 'leaks 1103 <= 0'
#   at t/leak/no_leak.t line 22.
#     '1103'
#         <=
#     '0'
# leaked SCALAR(0x2b8d0e8) from /tmp/cpan-build/libwww-perl-6.70-0/blib/lib/LWP/UserAgent.pm line 775.
#  774:               require HTML::HeadParser;
#  775:               $parser = HTML::HeadParser->new;
#  776:               $parser->xml_mode(1) if $response->content_is_xhtml;
# SV = IV(0x2b8d0d8) at 0x2b8d0e8
#   REFCNT = 1
#   FLAGS = (IOK,pIOK)
#   IV = 39857056
# leaked SCALAR(0x2b8cfe0) from /usr/lib/perl5/site_perl/5.36/Net/HTTP/Methods.pm line 309.
#  308:    return 1 unless defined(fileno($self));
#  309:    return 1 if $self->isa('IO::Socket::SSL') && $self->pending;
#  310:    return 1 if $self->isa('Net::SSL') && $self->can('pending') && $self->pending;
# SV = IV(0x2b8cfd0) at 0x2b8cfe0
#   REFCNT = 1
#   FLAGS = (IOK,pIOK)
#   IV = 26368480
# leaked SCALAR(0x2b8ce90) from /usr/lib/perl5/site_perl/5.36/x86_64-linux-thread-multi/HTML/HeadParser.pm line 115.
#  114:	require HTTP::Headers;
#  115:	$header = HTTP::Headers->new;
#  116:    }
# SV = IV(0x2b8ce80) at 0x2b8ce90
#   REFCNT = 1
#   FLAGS = (IOK,pIOK)
#   IV = 37145960
# Looks like you failed 1 test of 1.
t/leak/no_leak.t ............... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 
t/local/autoload-get.t ......... ok
t/local/autoload.t ............. ok
t/local/cookie_jar.t ........... ok
t/local/download_to_fh.t ....... ok
t/local/get.t .................. ok
t/local/http.t ................. ok
t/local/httpsub.t .............. ok
t/local/protosub.t ............. ok
t/redirect.t ................... ok
t/robot/ua-get.t ............... ok
t/robot/ua.t ................... ok

Test Summary Report
-------------------
t/leak/no_leak.t             (Wstat: 256 (exited 1) Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=22, Tests=311, 209 wallclock secs ( 0.13 usr  0.00 sys +  4.53 cusr  0.33 csys =  4.99 CPU)
Result: FAIL
Failed 1/22 test programs. 1/311 subtests failed.
make: *** [Makefile:1034: test_dynamic] Error 255

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

Prerequisite modules loaded:

requires:

    Module                 Need     Have    
    ---------------------- -------- --------
    Digest::MD5            0        2.58    
    Encode                 2.12     3.19    
    Encode::Locale         0        1.05    
    File::Copy             0        2.39    
    File::Listing          6        6.15    
    File::Temp             0        0.2311  
    Getopt::Long           0        2.54    
    HTML::Entities         0        3.81    
    HTML::HeadParser       3.71     3.81    
    HTTP::CookieJar::LWP   0        0.014   
    HTTP::Cookies          6        6.10    
    HTTP::Date             6        6.05    
    HTTP::Negotiate        6        6.01    
    HTTP::Request          6.18     6.44    
    HTTP::Request::Common  6.18     6.44    
    HTTP::Response         6.18     6.44    
    HTTP::Status           6.18     6.44    
    IO::Select             0        1.51    
    IO::Socket             0        1.51    
    LWP::MediaTypes        6        6.04    
    MIME::Base64           2.1      3.16    
    Module::Load           0        0.36    
    Net::FTP               2.58     3.14    
    Net::HTTP              6.18     6.22    
    parent                 0.217    0.241   
    perl                   5.008001 5.036000
    Scalar::Util           0        1.63    
    strict                 0        1.12    
    Try::Tiny              0        0.31    
    URI                    1.10     5.19    
    URI::Escape            0        5.19    
    warnings               0        1.58    
    WWW::RobotRules        6        6.02    

build_requires:

    Module                 Need     Have    
    ---------------------- -------- --------
    ExtUtils::MakeMaker    0        7.70    
    File::Spec             0        3.84    
    FindBin                0        1.53    
    HTTP::Daemon           6.12     6.16    
    Test::Fatal            0        0.017   
    Test::More             0.96     1.302195
    Test::Needs            0        0.002010
    Test::RequiresInternet 0        0.05    

configure_requires:

    Module                 Need     Have    
    ---------------------- -------- --------
    ExtUtils::MakeMaker    0        7.70    
    File::Copy             0        2.39    
    Getopt::Long           0        2.54    

opt_build_requires:

    Module                 Need     Have    
    ---------------------- -------- --------
    CPAN::Meta             2.120900 2.150010
    Test::LeakTrace        0        0.17    


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

Environment variables:

    LANG = en_GB.UTF-8
    LC_COLLATE = C
    PATH = /usr/sbin:/usr/bin:/usr/games
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 162458
    PERL5_CPAN_IS_RUNNING = 162458
    PERL_USE_UNSAFE_INC = 1
    SHELL = /bin/bash
    TERM = vte

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

    $^X = /pkg/perl/5.36.0-9/usr/bin/perl
    $UID/$EUID = 0 / 0
    $GID = 0 0 1 2 3 4 6 10 11 16 25 72 73 80 81 89
    $EGID = 0 0 1 2 3 4 6 10 11 16 25 72 73 80 81 89

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.36    
    CPAN::Meta          2.150010
    Cwd                 3.84    
    ExtUtils::CBuilder  0.280236
    ExtUtils::Command   7.70    
    ExtUtils::Install   2.22    
    ExtUtils::MakeMaker 7.70    
    ExtUtils::Manifest  1.75    
    ExtUtils::ParseXS   3.45    
    File::Spec          3.84    
    JSON                4.10    
    JSON::PP            4.16    
    Module::Build       0.4234  
    Module::Signature   0.88    
    Parse::CPAN::Meta   2.150010
    Test2               1.302195
    Test::Harness       3.44    
    Test::More          1.302195
    YAML                1.30    
    YAML::Syck          1.34    
    version             0.9929  


--

Summary of my perl5 (revision 5 version 36 subversion 0) configuration:
   
  Platform:
    osname=linux
    osvers=5.16.19-00037-ge8dfda4e77fb-dirty
    archname=x86_64-linux-thread-multi
    uname='linux loom 5.16.19-00037-ge8dfda4e77fb-dirty #1 smp sun apr 10 17:06:19 bst 2022 x86_64 gnulinux '
    config_args='-d -e -Duseithreads -D privlib=/usr/lib/perl5/5.36 -D sitelib=/usr/lib/perl5/site_perl/5.36 -D optimize=-gdwarf-4 -feliminate-unused-debug-types -fvar-tracking-assignments -O2 -pipe '
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=define
    usemultiplicity=define
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
  Compiler:
    cc='gcc'
    ccflags ='-D_REENTRANT -D_GNU_SOURCE -D_REENTRANT -D_GNU_SOURCE -g -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -fstack-protector-strong -fwrapv -feliminate-unused-debug-types -fvar-tracking-assignments -fstack-clash-protection -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
    optimize='-gdwarf-4 -feliminate-unused-debug-types -fvar-tracking-assignments -O2 -pipe '
    cppflags='-D_REENTRANT -D_GNU_SOURCE -D_REENTRANT -D_GNU_SOURCE -g -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -fstack-protector-strong -fwrapv -feliminate-unused-debug-types -fvar-tracking-assignments -fstack-clash-protection'
    ccversion=''
    gccversion='11.3.1 20220423'
    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='gcc'
    ldflags ='-Wl,--enable-new-dtags -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/lib /lib /usr/local/lib
    libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.33.so
    so=so
    useshrplib=true
    libperl=libperl.so
    gnulibc_version='2.33'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags='-Wl,-E -Wl,-rpath,/usr/lib/perl5/5.36/x86_64-linux-thread-multi/CORE'
    cccdlflags='-fPIC'
    lddlflags='-shared -gdwarf-4 -feliminate-unused-debug-types -fvar-tracking-assignments -O2 -pipe  -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_MALLOC_WRAP
    PERL_OP_PARENT
    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
    USE_THREAD_SAFE_LOCALE
  Built under linux
  Compiled at Jun 17 2022 16:20:55
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="162458"
    PERL5_CPAN_IS_RUNNING="162458"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /usr/lib/perl5/site_perl/5.36/x86_64-linux-thread-multi
    /usr/lib/perl5/site_perl/5.36
    /usr/lib/perl5/5.36/x86_64-linux-thread-multi
    /usr/lib/perl5/5.36
    .