Sys-SigAction v0.23 Perl 5 v5.22.4 arm-freebsd-multi

Status
Pass
From
Nigel Horne
Dist
Sys-SigAction v0.23
Platform
Perl 5 v5.22.4 arm-freebsd-multi
Date
2019-07-04 08:22:17
ID
d59b5cd8-9e34-11e9-8fa9-99a29f1e7dde
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 Lincoln A Baxter,

This is a computer-generated report for Sys-SigAction-0.23
on perl 5.22.4, 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 "/mnt/nas/home/pi2b/njh/perl5/perlbrew/perls/perl-5.22.4-multi/bin/perl5.22.4" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/alternatives.t ...... ok


    NOTE: arm systems seem to have a defective implementation of perl POSIX
    signal handling.  This test will segfault on these platforms, if
    the block nesting is greater than 2... and I suspect if the block
    nesting itself is corrupting the call stack somehow.  This testing
    will be skipped on arm* platforms.

    All that said, this was an intentially a very twisted test.  It seems
    unlikly that one would really want to do what this tests for.  It is
    reasonable to nest signal handlers in nexted call stacks however:
    See recursive_nested.t, which does run on arm platforms.

    This test can be executed manually from the command line on arm platforms
    as follows:

       INLINE=1 perl -Ilib t/safe.t

    Lincoln

t/inline_nested.t ..... skipped: This test appears to corrupt perl's call stack on arm platforms
t/name.t .............. ok
t/number.t ............ ok
t/recursive_nested.t .. ok

         
     NOTE: Setting safe=>1... with masked signals does not seem to work.
     The problem is that the masked signals are not masked when safe=>1.
     When safe=>0 they are.  

     If you have an application for safe=>1 and can come up with a patch
     for this module that gets this test working, or a patch to the test
     that shows how to fix it, please send it to me. 

     See the block below this one... which if executed would test safe mode
     with masked signals... it is a clone of part of mask.t that proves this
     is broken.

     This test can be executed from the command line as follows:

         SAFE_T=1 perl -Ilib t/safe.t

     Lincoln

     

t/safe.t .............. ok
# delta time was 0.106344, timer was for 0.1 secconds
t/timeout.t ........... ok
t/mask.t .............. ok
All tests successful.
Files=8, Tests=83,  7 wallclock secs ( 0.41 usr  0.21 sys +  3.30 cusr  1.95 csys =  5.86 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module              Need     Have    
    ------------------- -------- --------
    perl                5.006000 5.022004
    POSIX               0        1.53_01 
    Test::More          0        1.001014

build_requires:

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

configure_requires:

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


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

Environment variables:

    AUTOMATED_TESTING = 1
    HARNESS_OPTIONS = j4
    PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.22.4-multi/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/njh/src/njh/smoker/bin
    PERL5LIB = /var/tmp/build/Scalar-List-Utils-1.50-3/blib/arch:/var/tmp/build/Scalar-List-Utils-1.50-3/blib/lib:/var/tmp/build/IO-String-1.08-0/blib/arch:/var/tmp/build/IO-String-1.08-0/blib/lib:/var/tmp/build/File-Pid-1.01-0/blib/arch:/var/tmp/build/File-Pid-1.01-0/blib/lib:/var/tmp/build/Config-General-2.63-0/blib/arch:/var/tmp/build/Config-General-2.63-0/blib/lib:/var/tmp/build/Class-Singleton-1.5-0/blib/arch:/var/tmp/build/Class-Singleton-1.5-0/blib/lib:/var/tmp/build/Class-C3-Adopt-NEXT-0.14-0/blib/arch:/var/tmp/build/Class-C3-Adopt-NEXT-0.14-0/blib/lib:/var/tmp/build/MRO-Compat-0.13-1/blib/arch:/var/tmp/build/MRO-Compat-0.13-1/blib/lib:/var/tmp/build/CGI-4.44-0/blib/arch:/var/tmp/build/CGI-4.44-0/blib/lib:/var/tmp/build/Test-Warn-0.36-0/blib/arch:/var/tmp/build/Test-Warn-0.36-0/blib/lib:/var/tmp/build/Test-NoWarnings-1.04-0/blib/arch:/var/tmp/build/Test-NoWarnings-1.04-0/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 64379
    PERL5_CPAN_IS_RUNNING = 64379
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 64364,64379
    PERLBREW_HOME = /home/njh/.perlbrew
    PERLBREW_MANPATH = /home/njh/perl5/perlbrew/perls/perl-5.22.4-multi/man
    PERLBREW_PATH = /home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.22.4-multi/bin
    PERLBREW_PERL = perl-5.22.4-multi
    PERLBREW_ROOT = /home/njh/perl5/perlbrew
    PERLBREW_SHELLRC_VERSION = 0.84
    PERLBREW_VERSION = 0.84
    PERL_USE_UNSAFE_INC = 1
    SHELL = /bin/sh
    TMPDIR = /tmp/testwrapper.64366

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

    $^X = /mnt/nas/home/pi2b/njh/perl5/perlbrew/perls/perl-5.22.4-multi/bin/perl5.22.4
    $UID/$EUID = 1000 / 1000
    $GID = 1000 1000 0
    $EGID = 1000 1000 0

Perl module toolchain versions installed:

    Module              Have      
    ------------------- ----------
    CPAN                2.26      
    CPAN::Meta          2.150001  
    Cwd                 3.75      
    ExtUtils::CBuilder  0.280221  
    ExtUtils::Command   7.34      
    ExtUtils::Install   2.06      
    ExtUtils::MakeMaker 7.34      
    ExtUtils::Manifest  1.70      
    ExtUtils::ParseXS   3.28      
    File::Spec          3.75      
    JSON                4.02      
    JSON::PP            2.27300_01
    Module::Build       0.4229    
    Module::Signature   n/a       
    Parse::CPAN::Meta   1.4414_001
    Test::Harness       3.35_01   
    Test::More          1.001014  
    YAML                1.29      
    YAML::Syck          1.31      
    version             0.9909    


--

Summary of my perl5 (revision 5 version 22 subversion 4) configuration:
   
  Platform:
    osname=freebsd, osvers=12.0-release, archname=arm-freebsd-multi
    uname='freebsd pi2b 12.0-release freebsd 12.0-release r341666 generic arm '
    config_args='-de -Dprefix=/home/njh/perl5/perlbrew/perls/perl-5.22.4-multi -Dusedevel -Dusemultiplicity -Accflags=-O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -mfloat-abi=hard -mfpu=neon-vfpv4 -mtune=cortex-a7 -fdiagnostics-color=auto -mtune=native -Aeval:scriptdir=/home/njh/perl5/perlbrew/perls/perl-5.22.4-multi/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=define
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -mfloat-abi=hard -mfpu=neon-vfpv4 -mtune=cortex-a7 -fdiagnostics-color=auto -mtune=native -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include',
    optimize='-O2',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -O2 -W -Wformat=2 -Wswitch -Wshadow -Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wstrict-prototypes -fstack-protector -Wstack-protector -Wextra -Wbad-function-cast -Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels -Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wformat-security -mfloat-abi=hard -mfpu=neon-vfpv4 -mtune=cortex-a7 -fdiagnostics-color=auto -mtune=native -fno-strict-aliasing -fstack-protector-strong -I/usr/local/include'
    ccversion='', gccversion='4.2.1 Compatible FreeBSD Clang 6.0.1 (tags/RELEASE_601/final 335540)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234, doublekind=3
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8, longdblkind=0
    ivtype='long', ivsize=4, 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 /usr/lib/clang/6.0.1/lib /usr/lib
    libs=-lpthread -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -ldl -lm -lcrypt -lutil -lc
    libc=, 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  -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
                        PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
                        PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP
                        PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
                        PERL_USE_DEVEL 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.52
  Built under freebsd
  Compiled at Feb 17 2019 18:58:13
  %ENV:
    PERL5LIB="/var/tmp/build/Scalar-List-Utils-1.50-3/blib/arch:/var/tmp/build/Scalar-List-Utils-1.50-3/blib/lib:/var/tmp/build/IO-String-1.08-0/blib/arch:/var/tmp/build/IO-String-1.08-0/blib/lib:/var/tmp/build/File-Pid-1.01-0/blib/arch:/var/tmp/build/File-Pid-1.01-0/blib/lib:/var/tmp/build/Config-General-2.63-0/blib/arch:/var/tmp/build/Config-General-2.63-0/blib/lib:/var/tmp/build/Class-Singleton-1.5-0/blib/arch:/var/tmp/build/Class-Singleton-1.5-0/blib/lib:/var/tmp/build/Class-C3-Adopt-NEXT-0.14-0/blib/arch:/var/tmp/build/Class-C3-Adopt-NEXT-0.14-0/blib/lib:/var/tmp/build/MRO-Compat-0.13-1/blib/arch:/var/tmp/build/MRO-Compat-0.13-1/blib/lib:/var/tmp/build/CGI-4.44-0/blib/arch:/var/tmp/build/CGI-4.44-0/blib/lib:/var/tmp/build/Test-Warn-0.36-0/blib/arch:/var/tmp/build/Test-Warn-0.36-0/blib/lib:/var/tmp/build/Test-NoWarnings-1.04-0/blib/arch:/var/tmp/build/Test-NoWarnings-1.04-0/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="64379"
    PERL5_CPAN_IS_RUNNING="64379"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="64364,64379"
    PERLBREW_HOME="/home/njh/.perlbrew"
    PERLBREW_MANPATH="/home/njh/perl5/perlbrew/perls/perl-5.22.4-multi/man"
    PERLBREW_PATH="/home/njh/perl5/perlbrew/bin:/home/njh/perl5/perlbrew/perls/perl-5.22.4-multi/bin"
    PERLBREW_PERL="perl-5.22.4-multi"
    PERLBREW_ROOT="/home/njh/perl5/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.84"
    PERLBREW_VERSION="0.84"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /var/tmp/build/Scalar-List-Utils-1.50-3/blib/arch
    /var/tmp/build/Scalar-List-Utils-1.50-3/blib/lib
    /var/tmp/build/IO-String-1.08-0/blib/arch
    /var/tmp/build/IO-String-1.08-0/blib/lib
    /var/tmp/build/File-Pid-1.01-0/blib/arch
    /var/tmp/build/File-Pid-1.01-0/blib/lib
    /var/tmp/build/Config-General-2.63-0/blib/arch
    /var/tmp/build/Config-General-2.63-0/blib/lib
    /var/tmp/build/Class-Singleton-1.5-0/blib/arch
    /var/tmp/build/Class-Singleton-1.5-0/blib/lib
    /var/tmp/build/Class-C3-Adopt-NEXT-0.14-0/blib/arch
    /var/tmp/build/Class-C3-Adopt-NEXT-0.14-0/blib/lib
    /var/tmp/build/MRO-Compat-0.13-1/blib/arch
    /var/tmp/build/MRO-Compat-0.13-1/blib/lib
    /var/tmp/build/CGI-4.44-0/blib/arch
    /var/tmp/build/CGI-4.44-0/blib/lib
    /var/tmp/build/Test-Warn-0.36-0/blib/arch
    /var/tmp/build/Test-Warn-0.36-0/blib/lib
    /var/tmp/build/Test-NoWarnings-1.04-0/blib/arch
    /var/tmp/build/Test-NoWarnings-1.04-0/blib/lib
    /home/njh/perl5/perlbrew/perls/perl-5.22.4-multi/lib/site_perl/5.22.4/arm-freebsd-multi
    /home/njh/perl5/perlbrew/perls/perl-5.22.4-multi/lib/site_perl/5.22.4
    /home/njh/perl5/perlbrew/perls/perl-5.22.4-multi/lib/5.22.4/arm-freebsd-multi
    /home/njh/perl5/perlbrew/perls/perl-5.22.4-multi/lib/5.22.4
    .