autodie v2.29 Perl 5 v5.24.3 OpenBSD.amd64-openbsd

Status
Pass
From
Alceu Rodrigues de Freitas Junior
Dist
autodie v2.29
Platform
Perl 5 v5.24.3 OpenBSD.amd64-openbsd
Date
2017-11-29 02:30:02
ID
34230fe2-d4ad-11e7-9b56-7e38eb3b64b5
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 Paul Jamieson Fenwick,

This is a computer-generated report for autodie-2.29
on perl 5.24.3, created by CPAN-Reporter-1.2018.

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/bar/perl5/perlbrew/perls/perl-5.24.3/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.t ...................... ok
t/args.t ......................... ok
t/author-critic.t ................ skipped: these tests are for testing by the author
t/autodie.t ...................... ok
t/backcompat.t ................... ok
t/basic_exceptions.t ............. ok
t/binmode.t ...................... ok
t/blog_hints.t ................... ok
t/caller.t ....................... ok
t/chmod.t ........................ ok
t/chown.t ........................ ok
t/context.t ...................... ok
t/context_lexical.t .............. ok
t/core-trampoline-slurp.t ........ ok
t/crickey.t ...................... ok
t/critic.t ....................... skipped: Author test.  Set $ENV{AUTHOR_TESTING} to true to run.
t/dbmopen.t ...................... ok
t/eval_error.t ................... ok
t/exception_class.t .............. ok
t/exceptions.t ................... ok
t/exec.t ......................... ok
t/Fatal.t ........................ ok
t/filehandles.t .................. ok
t/fileno.t ....................... ok
t/flock.t ........................ ok
t/fork.t ......................... ok
t/format-clobber.t ............... ok
# Sub::Identify is loaded
t/hints.t ........................ ok
t/hints_insist.t ................. ok
t/hints_pod_examples.t ........... ok
t/hints_provider_does.t .......... ok
t/hints_provider_easy_does_it.t .. ok
t/hints_provider_isa.t ........... ok
t/import-into.t .................. ok
t/internal-backcompat.t .......... ok
t/internal.t ..................... ok
t/kill.t ......................... ok
t/kwalitee.t ..................... skipped: Author test.  Set $ENV{RELEASE_TESTING} to true to run.
t/lethal.t ....................... ok
t/lex58.t ........................ ok
t/mkdir.t ........................ ok
t/no_carp.t ...................... ok
t/open.t ......................... ok
t/pod-coverage.t ................. skipped: Author test.  Set $ENV{AUTHOR_TESTING} to true to run.
t/pod.t .......................... skipped: Author test.  Set $ENV{AUTHOR_TESTING} to true to run.
t/read.t ......................... ok
t/recv.t ......................... ok
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
t/repeat.t ....................... ok
t/rt-74246.t ..................... ok
t/scope_leak.t ................... ok
t/skip.t ......................... ok
t/socket.t ....................... skipped: Author test.  Set $ENV{AUTHOR_TESTING} to true to run.
t/string-eval-basic.t ............ ok
t/string-eval-leak.t ............. ok
t/sysopen.t ...................... ok
t/system.t ....................... ok
t/truncate.t ..................... ok
t/unlink.t ....................... ok
t/user-context.t ................. ok
t/usersub.t ...................... ok
t/utf8_open.t .................... ok
t/utime.t ........................ ok
t/version.t ...................... skipped: Release test.  Set $ENV{RELEASE_TESTING} to true to run.
t/version_tag.t .................. ok
All tests successful.
Files=66, Tests=513,  9 wallclock secs ( 0.17 usr  0.33 sys +  5.27 cusr  1.88 csys =  7.65 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module                  Need     Have    
    ----------------------- -------- --------
    B                       0        1.62    
    Carp                    0        1.38    
    constant                0        1.33    
    Exporter                5.57     5.72    
    Fcntl                   0        1.13    
    overload                0        1.26    
    parent                  0        0.236   
    perl                    5.008004 5.024003
    POSIX                   0        1.65_01 
    Scalar::Util            0        1.49    
    strict                  0        1.11    
    Tie::RefHash            0        1.39    
    warnings                0        1.36    

build_requires:

    Module                  Need     Have    
    ----------------------- -------- --------
    ExtUtils::MakeMaker     0        7.31_05 
    File::Copy              0        2.31    
    File::Spec              0        3.62    
    File::Temp              0        0.2304  
    FindBin                 0        1.51    
    if                      0        0.0606  
    IO::Handle              0        1.35    
    lib                     0        0.63    
    Socket                  0        2.024_03
    Test::More              0        1.302117

configure_requires:

    Module                  Need     Have    
    ----------------------- -------- --------
    ExtUtils::MakeMaker     0        7.31_05 

opt_requires:

    Module                  Need     Have    
    ----------------------- -------- --------
    IPC::System::Simple     0.12     1.25    
    perl                    5.010    5.024003
    Sub::Identify           0        0.14    

opt_build_requires:

    Module                  Need     Have    
    ----------------------- -------- --------
    BSD::Resource           0        1.2911  
    Import::Into            1.002004 1.002005
    perl                    5.010    5.024003
    Pod::Coverage::TrustPod 0        0.100003
    Test::Kwalitee          0        1.27    
    Test::Perl::Critic      0        1.03    


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

Environment variables:

    AUTOMATED_TESTING = 1
    PATH = /home/bar/perl5/perlbrew/bin:/home/bar/perl5/perlbrew/perls/perl-5.24.3/bin:/home/bar/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 8957
    PERL5_CPAN_IS_RUNNING = 8957
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 33141,8957
    PERLBREW_BASHRC_VERSION = 0.80
    PERLBREW_HOME = /home/bar/.perlbrew
    PERLBREW_MANPATH = /home/bar/perl5/perlbrew/perls/perl-5.24.3/man
    PERLBREW_PATH = /home/bar/perl5/perlbrew/bin:/home/bar/perl5/perlbrew/perls/perl-5.24.3/bin
    PERLBREW_PERL = perl-5.24.3
    PERLBREW_ROOT = /home/bar/perl5/perlbrew
    PERLBREW_VERSION = 0.80
    PERL_CR_SMOKER_CURRENT = autodie-2.29
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    SHELL = /usr/local/bin/bash
    TERM = xterm

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

    $^X = /home/bar/perl5/perlbrew/perls/perl-5.24.3/bin/perl
    $UID/$EUID = 1002 / 1002
    $GID = 1002 1002 1001
    $EGID = 1002 1002 1001

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.20    
    CPAN::Meta          2.150010
    Cwd                 3.62    
    ExtUtils::CBuilder  0.280230
    ExtUtils::Command   7.31_05 
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.31_05 
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.62    
    JSON                2.97000 
    JSON::PP            2.97000 
    Module::Build       0.4224  
    Module::Signature   0.81    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.39    
    Test::More          1.302117
    YAML                1.24    
    YAML::Syck          1.30    
    version             0.9918  


--

Summary of my perl5 (revision 5 version 24 subversion 3) configuration:
   
  Platform:
    osname=openbsd, osvers=6.1, archname=OpenBSD.amd64-openbsd
    uname='openbsd cpansmoker.my.domain 6.1 generic.mp#20 amd64 '
    config_args='-de -Dprefix=/home/bar/perl5/perlbrew/perls/perl-5.24.3 -Aeval:scriptdir=/home/bar/perl5/perlbrew/perls/perl-5.24.3/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-strong -I/usr/local/include -D_FORTIFY_SOURCE=2',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion='', gccversion='4.2.1 20070719 ', gccosandvers='openbsd6.1'
    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 ='-Wl,-E  -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lpthread -lm -lutil -lc
    perllibs=-lpthread -lm -lutil -lc
    libc=/usr/lib/libc.so.89.3, 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-strong'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_COPY_ON_WRITE
                        PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        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 1.48
  Built under openbsd
  Compiled at Nov 10 2017 21:17:21
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="8957"
    PERL5_CPAN_IS_RUNNING="8957"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="33141,8957"
    PERLBREW_BASHRC_VERSION="0.80"
    PERLBREW_HOME="/home/bar/.perlbrew"
    PERLBREW_MANPATH="/home/bar/perl5/perlbrew/perls/perl-5.24.3/man"
    PERLBREW_PATH="/home/bar/perl5/perlbrew/bin:/home/bar/perl5/perlbrew/perls/perl-5.24.3/bin"
    PERLBREW_PERL="perl-5.24.3"
    PERLBREW_ROOT="/home/bar/perl5/perlbrew"
    PERLBREW_VERSION="0.80"
    PERL_CR_SMOKER_CURRENT="autodie-2.29"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /home/bar/perl5/perlbrew/perls/perl-5.24.3/lib/site_perl/5.24.3/OpenBSD.amd64-openbsd
    /home/bar/perl5/perlbrew/perls/perl-5.24.3/lib/site_perl/5.24.3
    /home/bar/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3/OpenBSD.amd64-openbsd
    /home/bar/perl5/perlbrew/perls/perl-5.24.3/lib/5.24.3
    .