Test-LWP-UserAgent v0.036 Perl 5 v5.32.1 x86_64-linux
- Status
- Fail
- From
- David Solimano
- Dist
-
Test-LWP-UserAgent v0.036
- Platform
- Perl 5 v5.32.1 x86_64-linux
- Date
- 2025-06-29 13:31:04
- ID
- 4e362dc4-54ed-11f0-a8e9-e37e0b9fadc1
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 report for Test-LWP-UserAgent-0.036
on perl 5.32.1, 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:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/home/perluser/perl5/perlbrew/perls/perl-5.32.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.143
# ExtUtils::MakeMaker any 7.44
# Module::Metadata any 1.000037
#
# === Build Requires ===
#
# Module Want Have
# ------------------- ---- ----
# ExtUtils::MakeMaker any 7.44
#
# === Test Requires ===
#
# Module Want Have
# ---------------------- ----- --------
# ExtUtils::MakeMaker any 7.44
# File::Spec any 3.78
# HTTP::Request::Common any 6.46
# Path::Tiny any 0.146
# Test::Deep 0.110 1.204
# Test::Fatal any 0.017
# Test::More 0.88 1.302199
# Test::Needs any 0.002010
# Test::RequiresInternet any 0.05
# Test::Warnings 0.009 0.033
# if any 0.0608
# lib any 0.65
# overload any 1.31
#
# === 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.50
# HTTP::Date any 6.06
# HTTP::Request any 6.46
# HTTP::Response any 6.46
# HTTP::Status any 6.46
# LWP::UserAgent any 6.77
# Safe::Isa any 1.000010
# Scalar::Util any 1.63
# Storable any 3.21
# Try::Tiny any 0.31
# URI 1.62 5.28
# namespace::clean 0.19 0.27
# parent any 0.238
# strict any 1.11
# warnings any 1.47
#
# === Other Modules ===
#
# Module Have
# --------------------------- --------
# Encode 3.21
# File::Temp 0.2309
# IO::Socket::INET 1.41
# IO::Socket::INET6 missing
# IO::Socket::IP 0.39
# IO::Socket::SSL 2.085
# JSON::MaybeXS 1.004005
# JSON::PP 4.04
# LWP::Protocol::http 6.77
# LWP::Protocol::http::Socket missing
# Module::Runtime 0.016
# Moose 2.2207
# Net::SSLeay 1.94
# Plack missing
# Pod::Coverage missing
# Sub::Name 0.27
# YAML 1.31
# autodie 2.32
#
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
# Failed test 'network_fallback, with redirect'
# at t/06-network-fallback.t line 67.
# got: '404'
# expected: '200'
# Looks like you failed 1 test of 29.
t/06-network-fallback.t ..................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/29 subtests
t/07-mask-response.t ..................... ok
t/08-isa-coderef.t ....................... ok
t/09-dispatch-to-request-method.t ........ ok
t/10-request-args-network.t .............. ok
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 .. ok
t/51-call_psgi.t ......................... skipped: Need HTTP::Message::PSGI
t/zzz-check-breaks.t ..................... ok
Test Summary Report
-------------------
t/06-network-fallback.t (Wstat: 256 Tests: 29 Failed: 1)
Failed test: 16
Non-zero exit status: 1
Files=16, Tests=178, 49 wallclock secs ( 0.10 usr 0.12 sys + 3.76 cusr 1.58 csys = 5.56 CPU)
Result: FAIL
Failed 1/16 test programs. 1/178 subtests failed.
make: *** [Makefile:909: test_dynamic] Error 255
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------------ -------- --------
Carp 0 1.50
HTTP::Date 0 6.06
HTTP::Request 0 6.46
HTTP::Response 0 6.46
HTTP::Status 0 6.46
LWP::UserAgent 0 6.77
namespace::clean 0.19 0.27
parent 0 0.238
perl 5.006 5.032001
Safe::Isa 0 1.000010
Scalar::Util 0 1.63
Storable 0 3.21
strict 0 1.11
Try::Tiny 0 0.31
URI 1.62 5.28
warnings 0 1.47
build_requires:
Module Need Have
------------------------ -------- --------
ExtUtils::MakeMaker 0 7.44
File::Spec 0 3.78
HTTP::Request::Common 0 6.46
if 0 0.0608
lib 0 0.65
overload 0 1.31
Path::Tiny 0 0.146
Test::Deep 0.110 1.204
Test::Fatal 0 0.017
Test::More 0.88 1.302199
Test::Needs 0 0.002010
Test::RequiresInternet 0 0.05
Test::Warnings 0.009 0.033
configure_requires:
Module Need Have
------------------------ -------- --------
CPAN::Meta::Requirements 2.120620 2.143
ExtUtils::MakeMaker 0 7.44
Module::Metadata 0 1.000037
perl 5.006 5.032001
opt_build_requires:
Module Need Have
------------------------ -------- --------
CPAN::Meta 2.120900 2.150010
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
PATH = /home/perluser/perl5/perlbrew/bin:/home/perluser/perl5/perlbrew/perls/perl-5.32.1/bin:/home/davidlou/.cargo/bin:/home/davidlou/perl5/perlbrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
PERL5LIB = /home/perluser/.cpan/build/Safe-Isa-1.000010-1/blib/arch:/home/perluser/.cpan/build/Safe-Isa-1.000010-1/blib/lib:/home/perluser/.cpan/build/Moo-2.005005-6/blib/arch:/home/perluser/.cpan/build/Moo-2.005005-6/blib/lib:/home/perluser/.cpan/build/JSON-XS-4.03-3/blib/arch:/home/perluser/.cpan/build/JSON-XS-4.03-3/blib/lib:/home/perluser/.cpan/build/Types-Serialiser-1.01-3/blib/arch:/home/perluser/.cpan/build/Types-Serialiser-1.01-3/blib/lib:/home/perluser/.cpan/build/common-sense-3.75-4/blib/arch:/home/perluser/.cpan/build/common-sense-3.75-4/blib/lib:/home/perluser/.cpan/build/Canary-Stability-2013-3/blib/arch:/home/perluser/.cpan/build/Canary-Stability-2013-3/blib/lib:/home/perluser/.cpan/build/JSON-4.10-3/blib/arch:/home/perluser/.cpan/build/JSON-4.10-3/blib/lib:/home/perluser/.cpan/build/IO-String-1.08-1/blib/arch:/home/perluser/.cpan/build/IO-String-1.08-1/blib/lib:/home/perluser/.cpan/build/Archive-Zip-1.68-2/blib/arch:/home/perluser/.cpan/build/Archive-Zip-1.68-2/blib/lib:/home/perluser/.cpan/build/File-Util-4.201720-0/blib/arch:/home/perluser/.cpan/build/File-Util-4.201720-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 603232
PERL5_CPAN_IS_RUNNING = 603232
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 2535542,603232
PERLBREW_HOME = /home/davidlou/.perlbrew
PERLBREW_MANPATH = /home/perluser/perl5/perlbrew/perls/perl-5.32.1/man
PERLBREW_PATH = /home/perluser/perl5/perlbrew/bin:/home/perluser/perl5/perlbrew/perls/perl-5.32.1/bin
PERLBREW_PERL = perl-5.32.1
PERLBREW_ROOT = /home/perluser/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.98
PERLBREW_VERSION = 0.98
PERL_CR_SMOKER_CURRENT = Weasel-Driver-Selenium2-0.15
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /bin/bash
TERM = xterm
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/perluser/perl5/perlbrew/perls/perl-5.32.1/bin/perl
$UID/$EUID = 1001 / 1001
$GID = 1001 1001
$EGID = 1001 1001
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.27
CPAN::Meta 2.150010
Cwd 3.78
ExtUtils::CBuilder 0.280234
ExtUtils::Command 7.44
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.44
ExtUtils::Manifest 1.72
ExtUtils::ParseXS 3.40
File::Spec 3.78
JSON 4.10
JSON::PP 4.04
Module::Build 0.4234
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test2 1.302199
Test::Harness 3.42
Test::More 1.302199
YAML 1.31
YAML::Syck n/a
version 0.9924
--
Summary of my perl5 (revision 5 version 32 subversion 1) configuration:
Platform:
osname=linux
osvers=5.10.0-23-amd64
archname=x86_64-linux
uname='linux csi-nyp-lensrv 5.10.0-23-amd64 #1 smp debian 5.10.179-1 (2023-05-12) x86_64 gnulinux '
config_args='-de -Dprefix=/home/perluser/perl5/perlbrew/perls/perl-5.32.1 -Aeval:scriptdir=/home/perluser/perl5/perlbrew/perls/perl-5.32.1/bin'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
optimize='-O2'
cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='10.2.1 20210110'
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/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 -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.31.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.31'
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
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_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_PERLIO
USE_PERL_ATOF
Locally applied patches:
Devel::PatchPerl 2.08
Built under linux
Compiled at May 14 2024 20:12:59
%ENV:
PERL5LIB="/home/perluser/.cpan/build/Safe-Isa-1.000010-1/blib/arch:/home/perluser/.cpan/build/Safe-Isa-1.000010-1/blib/lib:/home/perluser/.cpan/build/Moo-2.005005-6/blib/arch:/home/perluser/.cpan/build/Moo-2.005005-6/blib/lib:/home/perluser/.cpan/build/JSON-XS-4.03-3/blib/arch:/home/perluser/.cpan/build/JSON-XS-4.03-3/blib/lib:/home/perluser/.cpan/build/Types-Serialiser-1.01-3/blib/arch:/home/perluser/.cpan/build/Types-Serialiser-1.01-3/blib/lib:/home/perluser/.cpan/build/common-sense-3.75-4/blib/arch:/home/perluser/.cpan/build/common-sense-3.75-4/blib/lib:/home/perluser/.cpan/build/Canary-Stability-2013-3/blib/arch:/home/perluser/.cpan/build/Canary-Stability-2013-3/blib/lib:/home/perluser/.cpan/build/JSON-4.10-3/blib/arch:/home/perluser/.cpan/build/JSON-4.10-3/blib/lib:/home/perluser/.cpan/build/IO-String-1.08-1/blib/arch:/home/perluser/.cpan/build/IO-String-1.08-1/blib/lib:/home/perluser/.cpan/build/Archive-Zip-1.68-2/blib/arch:/home/perluser/.cpan/build/Archive-Zip-1.68-2/blib/lib:/home/perluser/.cpan/build/File-Util-4.201720-0/blib/arch:/home/perluser/.cpan/build/File-Util-4.201720-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="603232"
PERL5_CPAN_IS_RUNNING="603232"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="2535542,603232"
PERLBREW_HOME="/home/davidlou/.perlbrew"
PERLBREW_MANPATH="/home/perluser/perl5/perlbrew/perls/perl-5.32.1/man"
PERLBREW_PATH="/home/perluser/perl5/perlbrew/bin:/home/perluser/perl5/perlbrew/perls/perl-5.32.1/bin"
PERLBREW_PERL="perl-5.32.1"
PERLBREW_ROOT="/home/perluser/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.98"
PERLBREW_VERSION="0.98"
PERL_CR_SMOKER_CURRENT="Weasel-Driver-Selenium2-0.15"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/perluser/.cpan/build/Safe-Isa-1.000010-1/blib/arch
/home/perluser/.cpan/build/Safe-Isa-1.000010-1/blib/lib
/home/perluser/.cpan/build/Moo-2.005005-6/blib/arch
/home/perluser/.cpan/build/Moo-2.005005-6/blib/lib
/home/perluser/.cpan/build/JSON-XS-4.03-3/blib/arch
/home/perluser/.cpan/build/JSON-XS-4.03-3/blib/lib
/home/perluser/.cpan/build/Types-Serialiser-1.01-3/blib/arch
/home/perluser/.cpan/build/Types-Serialiser-1.01-3/blib/lib
/home/perluser/.cpan/build/common-sense-3.75-4/blib/arch
/home/perluser/.cpan/build/common-sense-3.75-4/blib/lib
/home/perluser/.cpan/build/Canary-Stability-2013-3/blib/arch
/home/perluser/.cpan/build/Canary-Stability-2013-3/blib/lib
/home/perluser/.cpan/build/JSON-4.10-3/blib/arch
/home/perluser/.cpan/build/JSON-4.10-3/blib/lib
/home/perluser/.cpan/build/IO-String-1.08-1/blib/arch
/home/perluser/.cpan/build/IO-String-1.08-1/blib/lib
/home/perluser/.cpan/build/Archive-Zip-1.68-2/blib/arch
/home/perluser/.cpan/build/Archive-Zip-1.68-2/blib/lib
/home/perluser/.cpan/build/File-Util-4.201720-0/blib/arch
/home/perluser/.cpan/build/File-Util-4.201720-0/blib/lib
/home/perluser/perl5/perlbrew/perls/perl-5.32.1/lib/site_perl/5.32.1/x86_64-linux
/home/perluser/perl5/perlbrew/perls/perl-5.32.1/lib/site_perl/5.32.1
/home/perluser/perl5/perlbrew/perls/perl-5.32.1/lib/5.32.1/x86_64-linux
/home/perluser/perl5/perlbrew/perls/perl-5.32.1/lib/5.32.1
.