Report for HTTP-Proxy-0.304

Back
From: metabase:user:838e5b0a-2bb6-1016-a696-43a2537fa0c6
Subject: PASS HTTP-Proxy-0.304 v5.20.2 OpenBSD
Date: 2015-06-22T08:30:34Z

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 Philippe Bruhat (BooK),

This is a computer-generated report for HTTP-Proxy-0.304
on perl 5.20.2, created by CPAN-Reporter-1.2011.

Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

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.20.2/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
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 6.98
# 
# === Build Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 6.98
# 
# === Test Requires ===
# 
#     Module                Want     Have
#     --------------------- ---- --------
#     ExtUtils::MakeMaker    any     6.98
#     File::Find             any     1.27
#     File::Spec             any  3.48_01
#     File::Spec::Functions  any  3.48_01
#     HTML::Parser             3     3.71
#     HTTP::Headers          any     6.05
#     HTTP::Request          any     6.00
#     HTTP::Request::Common  any     6.04
#     IO::Socket::INET       any     1.35
#     Test::More             any 1.001002
#     base                   any     2.22
#     warnings               any     1.23
# 
# === Test Recommends ===
# 
#     Module         Want     Have
#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.150001
# 
# === Runtime Requires ===
# 
#     Module              Want    Have
#     ------------------- ---- -------
#     Carp                 any  1.3301
#     Exporter             any    5.71
#     Fcntl                any    1.11
#     File::Path           any    2.09
#     File::Spec           any 3.48_01
#     File::Temp           any  0.2304
#     HTTP::Daemon         any    6.01
#     HTTP::Date           any    6.02
#     HTTP::Headers::Util  any    6.03
#     IO::Handle           any    1.35
#     IO::Select           any    1.22
#     LWP::ConnCache       any    6.13
#     LWP::UserAgent       any    6.13
#     POSIX                any 1.38_03
#     Socket               any   2.013
#     Sys::Hostname        any    1.18
#     constant             any    1.31
#     strict               any    1.08
#     vars                 any    1.03
# 
t/00-report-prereqs.t ..... ok
t/00basic.t ............... ok
t/05new.t ................. ok
t/10init.t ................ ok
t/11log.t ................. ok
maxconn is deprecated, please use max_connections at t/15accessors.t line 47.
maxserve is deprecated, please use max_keep_alive_requests at t/15accessors.t line 47.
t/15accessors.t ........... ok
t/15deprecated.t .......... ok
t/16stash.t ............... ok
t/17fstack.t .............. ok
t/18engine.t .............. ok
t/20dummy.t ............... ok
t/20keepalive.t ........... ok
t/22http.t ................ ok
t/22transparent.t ......... ok
# socket is non blocking, switching to blocking mode
t/23connect.t ............. ok
t/23https.t ............... skipped: Can't make this work with Crypt::SSLeay
t/40push_filters.t ........ ok
t/41filters.t ............. ok
t/42will_modify.t ......... ok
t/50hopbyhop.t ............ ok
t/50standard.t ............ ok
t/50via.t ................. ok
t/51simple.t .............. ok
t/51simple2.t ............. ok
t/61simple.t .............. ok
t/61simple2.t ............. ok
t/64htmltext.t ............ ok
t/64lines.t ............... ok
t/64tags.t ................ ok
t/66htmlparser.t .......... ok
t/67complete.t ............ ok
t/67save.t ................ ok
t/71rot13.t ............... ok
t/90httpstatus.t .......... ok
t/release-distmeta.t ...... skipped: these tests are for release candidate testing
t/release-pod-coverage.t .. skipped: these tests are for release candidate testing
t/release-pod-syntax.t .... skipped: these tests are for release candidate testing
All tests successful.
Files=37, Tests=465, 23 wallclock secs ( 0.17 usr  0.29 sys +  6.22 cusr  2.35 csys =  9.03 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module                Need Have    
    --------------------- ---- --------
    Carp                  0    1.3301  
    constant              0    1.31    
    Exporter              0    5.71    
    Fcntl                 0    1.11    
    File::Path            0    2.09    
    File::Spec            0    3.48_01 
    File::Temp            0    0.2304  
    HTTP::Daemon          0    6.01    
    HTTP::Date            0    6.02    
    HTTP::Headers::Util   0    6.03    
    IO::Handle            0    1.35    
    IO::Select            0    1.22    
    LWP::ConnCache        0    6.13    
    LWP::UserAgent        0    6.13    
    POSIX                 0    1.38_03 
    Socket                0    2.013   
    strict                0    1.08    
    Sys::Hostname         0    1.18    
    vars                  0    1.03    

build_requires:

    Module                Need Have    
    --------------------- ---- --------
    base                  0    2.22    
    ExtUtils::MakeMaker   0    6.98    
    File::Find            0    1.27    
    File::Spec            0    3.48_01 
    File::Spec::Functions 0    3.48_01 
    HTML::Parser          3    3.71    
    HTTP::Headers         0    6.05    
    HTTP::Request         0    6.00    
    HTTP::Request::Common 0    6.04    
    IO::Socket::INET      0    1.35    
    Test::More            0    1.001002
    warnings              0    1.23    

configure_requires:

    Module                Need Have    
    --------------------- ---- --------
    ExtUtils::MakeMaker   0    6.98    


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

Environment variables:

    AUTOMATED_TESTING = 1
    PATH = /home/perluser/perl5/perlbrew/bin:/home/perluser/perl5/perlbrew/perls/perl-5.20.2/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 6568
    PERL5_CPAN_IS_RUNNING = 6568
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 8174,6568
    PERLBREW_BASHRC_VERSION = 0.71
    PERLBREW_HOME = /home/perluser/.perlbrew
    PERLBREW_MANPATH = /home/perluser/perl5/perlbrew/perls/perl-5.20.2/man
    PERLBREW_PATH = /home/perluser/perl5/perlbrew/bin:/home/perluser/perl5/perlbrew/perls/perl-5.20.2/bin
    PERLBREW_PERL = perl-5.20.2
    PERLBREW_ROOT = /home/perluser/perl5/perlbrew
    PERLBREW_VERSION = 0.71
    PERL_CR_SMOKER_CURRENT = HTTP-Proxy-0.304
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/ksh
    TERM = vt220

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

    $^X = /home/perluser/perl5/perlbrew/perls/perl-5.20.2/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 1000
    $EGID = 1000 1000

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.10    
    CPAN::Meta          2.150001
    Cwd                 3.48_01 
    ExtUtils::CBuilder  0.280217
    ExtUtils::Command   1.18    
    ExtUtils::Install   1.67    
    ExtUtils::MakeMaker 6.98    
    ExtUtils::Manifest  1.63    
    ExtUtils::ParseXS   3.24    
    File::Spec          3.48_01 
    JSON                2.90    
    JSON::PP            2.27203 
    Module::Build       0.4211  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4414  
    Test::Harness       3.30    
    Test::More          1.001002
    YAML                1.14    
    YAML::Syck          n/a     
    version             0.9909  


--

Summary of my perl5 (revision 5 version 20 subversion 2) configuration:
   
  Platform:
    osname=openbsd, osvers=5.5, archname=OpenBSD.amd64-openbsd
    uname='openbsd openbsd-test.manor.solimano.org 5.5 generic#271 amd64 '
    config_args='-de -Dprefix=/home/perluser/perl5/perlbrew/perls/perl-5.20.2 -Aeval:scriptdir=/home/perluser/perl5/perlbrew/perls/perl-5.20.2/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 20070719 ', gccosandvers='openbsd5.5'
    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 ='-Wl,-E  -fstack-protector -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lm -lutil -lc
    perllibs=-lm -lutil -lc
    libc=/usr/lib/libc.so.73.1, 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 -fPIC  -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        PERL_NEW_COPY_ON_WRITE 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_PERLIO USE_PERL_ATOF
  Built under openbsd
  Compiled at Mar 15 2015 15:02:08
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="6568"
    PERL5_CPAN_IS_RUNNING="6568"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="8174,6568"
    PERLBREW_BASHRC_VERSION="0.71"
    PERLBREW_HOME="/home/perluser/.perlbrew"
    PERLBREW_MANPATH="/home/perluser/perl5/perlbrew/perls/perl-5.20.2/man"
    PERLBREW_PATH="/home/perluser/perl5/perlbrew/bin:/home/perluser/perl5/perlbrew/perls/perl-5.20.2/bin"
    PERLBREW_PERL="perl-5.20.2"
    PERLBREW_ROOT="/home/perluser/perl5/perlbrew"
    PERLBREW_VERSION="0.71"
    PERL_CR_SMOKER_CURRENT="HTTP-Proxy-0.304"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/perluser/perl5/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2/OpenBSD.amd64-openbsd
    /home/perluser/perl5/perlbrew/perls/perl-5.20.2/lib/site_perl/5.20.2
    /home/perluser/perl5/perlbrew/perls/perl-5.20.2/lib/5.20.2/OpenBSD.amd64-openbsd
    /home/perluser/perl5/perlbrew/perls/perl-5.20.2/lib/5.20.2
    .