CGI v4.64 Perl 5 v5.10.1 darwin-2level
- Status
- Fail
- From
- Stanislaw Pusep
- Dist
-
CGI v4.64
- Platform
- Perl 5 v5.10.1 darwin-2level
- Date
- 2024-03-21 07:25:28
- ID
- 31128a92-e754-11ee-b2e3-e98984d6c80b
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 LEEJO,
This is a computer-generated report for CGI-4.64
on perl 5.10.1, created by App::cpanminus::reporter 0.21 (1.7044).
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 '':
Building and testing CGI-4.64
cp lib/CGI.pod blib/lib/CGI.pod
cp lib/CGI/Cookie.pm blib/lib/CGI/Cookie.pm
cp lib/CGI/Pretty.pm blib/lib/CGI/Pretty.pm
cp lib/CGI/HTML/Functions.pod blib/lib/CGI/HTML/Functions.pod
cp lib/CGI.pm blib/lib/CGI.pm
cp lib/CGI/Carp.pm blib/lib/CGI/Carp.pm
cp lib/CGI/HTML/Functions.pm blib/lib/CGI/HTML/Functions.pm
cp lib/Fh.pm blib/lib/Fh.pm
cp lib/CGI/Util.pm blib/lib/CGI/Util.pm
cp lib/CGI/File/Temp.pm blib/lib/CGI/File/Temp.pm
cp lib/CGI/Push.pm blib/lib/CGI/Push.pm
Manifying 7 pod documents
PERL_DL_NONLAZY=1 "/Users/stan/perl5/perlbrew/perls/perl-5.10.1/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
[Thu Mar 21 08:25:02 2024] carp.t: foo at /Users/stan/.cpanm/work/1711005900.46907/CGI-4.64/blib/lib/CGI/Carp.pm line 360.
t/carp.t .................... ok
# cgi-lib.pl routines
private_tempfiles has been deprecated at /Users/stan/.cpanm/work/1711005900.46907/CGI-4.64/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 /Users/stan/.cpanm/work/1711005900.46907/CGI-4.64/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
# 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 (exited 1) Tests: 12 Failed: 1)
Failed test: 11
Non-zero exit status: 1
Files=63, Tests=1595, 4 wallclock secs ( 0.20 usr 0.11 sys + 3.23 cusr 0.61 csys = 4.15 CPU)
Result: FAIL
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
runtime:
Module Need Have
------------------- -------- --------
Carp 0 1.50
Config 0 0
Encode 0 3.21
Exporter 0 5.78
File::Spec 0.82 3.75
File::Temp 0.17 0.2311
HTML::Entities 3.69 3.82
if 0 0.0608
overload 0 1.07
parent 0.225 0.241
perl 5.008001 5.010001
strict 0 1.04
URI 1.76 5.27
utf8 0 1.07
warnings 0 1.06
build:
Module Need Have
------------------- -------- --------
ExtUtils::MakeMaker 0 7.70
configure:
Module Need Have
------------------- -------- --------
ExtUtils::MakeMaker 0 7.70
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = en_US.UTF-8
LC_ALL = en_US.UTF-8
LDFLAGS = -L/usr/local/opt/curl/lib
PATH = /Users/stan/perl5/perlbrew/bin:/Users/stan/perl5/perlbrew/perls/perl-5.10.1/bin:/Users/stan/perl5/perlbrew/bin:/Users/stan/perl5/perlbrew/perls/perl-5.38.2/bin:/usr/local/opt/mysql-client/bin:/usr/local/opt/curl/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/Little Snitch.app/Contents/Components:/opt/X11/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/stan/.vim/bin:/Users/stan/bin:/Users/stan/node_modules/.bin:/usr/local/sbin:/usr/local/opt/mysql-client/bin:/usr/local/opt/curl/bin:/Applications/kitty.app/Contents/MacOS
PERL5LIB =
PERLBREW_HOME = /Users/stan/.perlbrew
PERLBREW_LIB =
PERLBREW_MANPATH = /Users/stan/perl5/perlbrew/perls/perl-5.10.1/man
PERLBREW_PATH = /Users/stan/perl5/perlbrew/bin:/Users/stan/perl5/perlbrew/perls/perl-5.10.1/bin
PERLBREW_PERL = perl-5.10.1
PERLBREW_ROOT = /Users/stan/perl5/perlbrew
PERLBREW_SHELLRC_VERSION = 0.92
PERLBREW_VERSION = 0.92
PERL_LOCAL_LIB_ROOT =
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/local/bin/zsh
TERM = screen-256color
TMPDIR = /var/folders/tk/hx6fvpsj3yzbyd1k1br945mc0000gn/T/
Perl special variables (and OS-specific diagnostics, for MSWin32):
EGID = 20 20 12 61 79 80 81 98 701 33 100 204 250 395 398 101 400
EUID = 501
EXECUTABLE_NAME = /Users/stan/perl5/perlbrew/perls/perl-5.10.1/bin/perl
GID = 20 20 12 61 79 80 81 98 701 33 100 204 250 395 398 101 400
UID = 501
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.36
CPAN::Meta 2.150010
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.51
File::Spec 3.75
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature n/a
Parse::CPAN::Meta 2.150010
Test::Harness 3.48
Test::More 1.302198
YAML 1.31
YAML::Syck n/a
version 0.9930
--
Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
Platform:
osname=darwin, osvers=21.3.0, archname=darwin-2level
uname='darwin imac.fritz.box 21.3.0 darwin kernel version 21.3.0: wed jan 5 21:37:58 pst 2022; root:xnu-8019.80.24~20release_x86_64 x86_64 '
config_args='-de -Dprefix=/Users/stan/perl5/perlbrew/perls/perl-5.10.1 -Aeval:scriptdir=/Users/stan/perl5/perlbrew/perls/perl-5.10.1/bin'
hint=recommended, useposix=true, d_sigaction=define
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 ='-fno-common -DPERL_DARWIN -mmacosx-version-min=12.2 -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -DPERL_USE_SAFE_PUTENV',
optimize='-O3',
cppflags='-fno-common -DPERL_DARWIN -mmacosx-version-min=12.2 -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='Apple LLVM 13.0.0 (clang-1300.0.29.30)', 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 =' -mmacosx-version-min=12.2 -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib
libs=-lgdbm -ldb
perllibs=
libc=, so=dylib, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags=' -mmacosx-version-min=12.2 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP
PERL_USE_SAFE_PUTENV USE_64_BIT_ALL USE_64_BIT_INT
USE_LARGE_FILES USE_PERLIO
Locally applied patches:
Devel::PatchPerl 2.08
Built under darwin
Compiled at Feb 10 2022 23:01:57
%ENV:
PERL5LIB=""
PERLBREW_HOME="/Users/stan/.perlbrew"
PERLBREW_LIB=""
PERLBREW_MANPATH="/Users/stan/perl5/perlbrew/perls/perl-5.10.1/man"
PERLBREW_PATH="/Users/stan/perl5/perlbrew/bin:/Users/stan/perl5/perlbrew/perls/perl-5.10.1/bin"
PERLBREW_PERL="perl-5.10.1"
PERLBREW_ROOT="/Users/stan/perl5/perlbrew"
PERLBREW_SHELLRC_VERSION="0.92"
PERLBREW_VERSION="0.92"
PERL_LOCAL_LIB_ROOT=""
PERL_MM_USE_DEFAULT="1"
@INC:
/Users/stan/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1/darwin-2level
/Users/stan/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1
/Users/stan/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/darwin-2level
/Users/stan/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1
.