CGI v4.64 Perl 5 v5.8.8 x86_64-linux
- Status
- Fail
- From
- Andreas J. König (ANDK)
- Dist
-
CGI v4.64
- Platform
- Perl 5 v5.8.8 x86_64-linux
- Date
- 2024-03-22 14:27:12
- ID
- 460be10a-e858-11ee-92d8-afc6f2c61f3d
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 Lee Johnson,
This is a computer-generated report for CGI-4.64
on perl 5.8.8, 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 '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/home/sand/src/perl/repoperls/installed-perls/host/k93msid/perl-5.8.8/6fdb/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/headers/*.t
t/append_query.t ............ ok
t/arbitrary_handles.t ....... ok
t/autoescape.t .............. ok
t/can.t ..................... ok
[Fri Mar 22 15:26:53 2024] carp.t: foo at /tmp/loop_over_bdir-6445-pDMgsu/CGI-4.64-0/blib/lib/CGI/Carp.pm line 360.
t/carp.t .................... ok
# cgi-lib.pl routines
private_tempfiles has been deprecated at /tmp/loop_over_bdir-6445-pDMgsu/CGI-4.64-0/blib/lib/CGI.pm line 3241.
t/cgi.t ..................... ok
t/charset.t ................. ok
t/checkbox_group.t .......... ok
t/command_line.t ............ ok
t/compiles_pod.t ............ ok
t/cookie.t .................. ok
t/delete.t .................. ok
t/Dump.t .................... ok
t/end_form.t ................ ok
t/form.t .................... ok
t/function.t ................ ok
t/gh-155.t .................. ok
t/headers.t ................. ok
t/headers/attachment.t ...... ok
t/headers/charset.t ......... ok
t/headers/cookie.t .......... ok
t/headers/default.t ......... ok
t/headers/nph.t ............. ok
t/headers/p3p.t ............. ok
t/headers/target.t .......... ok
t/headers/type.t ............ ok
t/hidden.t .................. ok
t/html.t .................... ok
t/html_functions.t .......... ok
t/http.t .................... ok
t/init.t .................... ok
t/multipart_globals.t ....... ok
t/multipart_init.t .......... ok
t/multipart_start.t ......... ok
t/no_tabindex.t ............. ok
t/param_fetch.t ............. ok
t/param_list_context.t ...... ok
t/popup_menu.t .............. ok
t/postdata.t ................ ok
CGI::Pretty is DEPRECATED and will be removed in a future release. Please see https://github.com/leejo/CGI.pm/issues/162 for more information at /tmp/loop_over_bdir-6445-pDMgsu/CGI-4.64-0/blib/lib/CGI/Pretty.pm line 20.
t/pretty.t .................. ok
t/push.t .................... ok
t/query_string.t ............ ok
t/redirect_query_string.t ... ok
t/request.t ................. ok
t/rt-31107.t ................ ok
t/rt-52469.t ................ ok
t/rt-57524.t ................ ok
t/rt-75628.t ................ ok
t/rt-84767.t ................ ok
t/save_read_roundtrip.t ..... ok
t/sorted.t .................. ok
t/start_end_asterisk.t ...... ok
t/start_end_end.t ........... ok
t/start_end_start.t ......... ok
t/unescapeHTML.t ............ ok
t/upload.t .................. ok
t/upload_quoted_unquoted.t .. ok
t/uploadInfo.t .............. ok
Use of uninitialized value in scalar assignment at t/url.t line 34.
Use of uninitialized value in scalar assignment at t/url.t line 35.
Use of uninitialized value in scalar assignment at t/url.t line 36.
Use of uninitialized value in scalar assignment at t/url.t line 37.
Use of uninitialized value in scalar assignment at t/url.t line 79.
Use of uninitialized value in scalar assignment at t/url.t line 92.
Use of uninitialized value in scalar assignment at t/url.t line 101.
# Failed test '->url'
# at t/url.t line 137.
# got: 'http://foo:b%C3%A4rbaz@boz.com:8000/biz/blap.cgi'
# expected: 'http://foo:b%E4rbaz@boz.com:8000/biz/blap.cgi'
# Failed test '->url via unescape'
# at t/url.t line 138.
# got: 'http://foo:bärbaz@boz.com:8000/biz/blap.cgi'
# expected: 'http://foo:bärbaz@boz.com:8000/biz/blap.cgi'
# Failed test '->url via unescape'
# at t/url.t line 139.
# got: 'http://foo:bärbaz@boz.com:8000/biz/blap.cgi'
# expected: 'http://foo:bärbaz@boz.com:8000/biz/blap.cgi'
# Failed test '->url via unescape'
# at t/url.t line 140.
# got: 'http://foo:bärbaz@boz.com:8000/biz/blap.cgi'
# expected: 'http://foo:bärbaz@boz.com:8000/biz/blap.cgi'
# Looks like you failed 4 tests of 4.
# Failed test 'complex and utf8'
# at t/url.t line 141.
# Looks like you failed 1 test of 12.
t/url.t .....................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/12 subtests
t/user_agent.t .............. ok
t/utf8.t .................... ok
t/util-58.t ................. ok
t/util.t .................... ok
Test Summary Report
-------------------
t/url.t (Wstat: 256 Tests: 12 Failed: 1)
Failed test: 11
Non-zero exit status: 1
Files=63, Tests=1595, 8 wallclock secs ( 0.39 usr 0.15 sys + 5.36 cusr 1.15 csys = 7.05 CPU)
Result: FAIL
Failed 1/63 test programs. 1/1595 subtests failed.
make: *** [Makefile:945: test_dynamic] Error 255
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- -------- --------
Carp 0 1.50
Config 0 0
Encode 0 3.20
Exporter 0 5.74
File::Spec 0.82 3.75
File::Temp 0.17 0.2309
HTML::Entities 3.69 3.81
if 0 0.05
overload 0 1.04
parent 0.225 0.238
perl 5.008001 5.008008
strict 0 1.03
URI 1.76 5.19
utf8 0 1.06
warnings 0 1.05
build_requires:
Module Need Have
------------------- -------- --------
Cwd 0 3.75
ExtUtils::MakeMaker 0 7.70
File::Find 0 1.10
IO::File 0 1.48
IO::Handle 0 1.48
POSIX 0 1.09
Test::More 0.98 1.302195
Test::NoWarnings 0 1.04
Test::Warn 0.3 0.36
configure_requires:
Module Need Have
------------------- -------- --------
ExtUtils::MakeMaker 0 7.70
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
LANGUAGE = en_US:en
PATH = /home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 2896611
PERL5_CPAN_IS_RUNNING = 2896611
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/sand/src/perl/repoperls/installed-perls/host/k93msid/perl-5.8.8/6fdb/bin/perl
$UID/$EUID = 1005 / 1005
$GID = 1005 1005
$EGID = 1005 1005
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.34
CPAN::Meta 2.150010
Cwd 3.75
ExtUtils::CBuilder 0.280236
ExtUtils::Command 7.70
ExtUtils::Install 2.20
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.70
ExtUtils::ParseXS 3.35
File::Spec 3.75
JSON 4.10
JSON::PP 4.12
Module::Build 0.4234
Module::Signature 0.83
Parse::CPAN::Meta 2.150010
Test::Harness 3.42
Test::More 1.302195
YAML 1.30
YAML::Syck 1.32
version 0.9924
--
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=linux, osvers=5.3.0-2-amd64, archname=x86_64-linux
uname='linux k93msid 5.3.0-2-amd64 #1 smp debian 5.3.9-3 (2019-11-19) x86_64 gnulinux '
config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/host/k93msid/perl-5.8.8/6fdb -Dmyhostname=k93msid -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Dlibswanted=cl pthread socket inet nsl gdbm dbm malloc dl ld sun m crypt sec util c cposix posix ucb BSD gdbm_compat -Uuseithreads -Uuselongdouble -Doptimize=-g'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=define use64bitall=define uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-g',
cppflags='-fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
ccversion='', gccversion='9.2.1 20191109', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.29.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.29'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: DEBUGGING PERL_MALLOC_WRAP USE_64_BIT_ALL
USE_64_BIT_INT USE_LARGE_FILES USE_PERLIO
Built under linux
Compiled at Jun 1 2020 00:43:09
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="2896611"
PERL5_CPAN_IS_RUNNING="2896611"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/perl-5.8.8/6fdb/lib/5.8.8/x86_64-linux
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/perl-5.8.8/6fdb/lib/5.8.8
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/perl-5.8.8/6fdb/lib/site_perl/5.8.8/x86_64-linux
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/perl-5.8.8/6fdb/lib/site_perl/5.8.8
/home/sand/src/perl/repoperls/installed-perls/host/k93msid/perl-5.8.8/6fdb/lib/site_perl
.