Report for Heap-Fibonacci-Fast-0.0101

Back
From: metabase:user:6970b1ae-1421-11e4-ab07-c64c76713efd
Subject: PASS Heap-Fibonacci-Fast-0.0101 v5.16.2 Mac OS X
Date: 2014-09-15T22:46:10Z

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 RANDIR,

This is a computer-generated report for Heap-Fibonacci-Fast-0.0101
on perl 5.16.2, created by App::cpanminus::reporter 0.11 (1.7009).

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:

none provided

------------------------------
PROGRAM OUTPUT
------------------------------

Output from '':

Building and testing Heap-Fibonacci-Fast-0.0101
cp lib/Heap/Fibonacci/Fast.pm blib/lib/Heap/Fibonacci/Fast.pm
cp compare.pl blib/lib/Heap/Fibonacci/compare.pl
cp lib/Heap/Fibonacci/Fast.pod blib/lib/Heap/Fibonacci/Fast.pod
Running Mkbootstrap for Heap::Fibonacci::Fast ()
chmod 644 Fast.bs
/usr/bin/perl "-Iinc" /Library/Perl/5.16/ExtUtils/xsubpp  -typemap /System/Library/Perl/5.16/ExtUtils/typemap  Fast.xs > Fast.xsc && mv Fast.xsc Fast.c
cc -c   -arch x86_64 -arch i386 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -I/usr/local/include -Os   -DVERSION=\"0.0101\" -DXS_VERSION=\"0.0101\"  "-I/System/Library/Perl/5.16/darwin-thread-multi-2level/CORE"   Fast.c
In file included from Fast.xs:32:
./fib.c:122:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while (elem = (SV*)fh_extractmin(h)){
               ~~~~~^~~~~~~~~~~~~~~~~~~~~~~
./fib.c:122:14: note: place parentheses around the assignment to silence this warning
        while (elem = (SV*)fh_extractmin(h)){
                    ^
               (                           )
./fib.c:122:14: note: use '==' to turn this assignment into an equality comparison
        while (elem = (SV*)fh_extractmin(h)){
                    ^
                    ==
./fib.c:510:4: warning: incompatible pointer types assigning to 'struct fibheap_el **' from 'struct fibheap_el ***'; dereference with * [-Wincompatible-pointer-types]
                        Renew(h->fh_cons, h->fh_Dl + 1, struct fibheap_el **);
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/handy.h:1229:7: note: expanded from macro 'Renew'
          (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_REALLOC(n,t,v,saferealloc((Malloc_t)(v),(MEM_SIZE)((n)*sizeof(t))))))
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from Fast.xs:32:
./fib.c:554:16: warning: assigning to 'SV *' (aka 'struct sv *') from 'const void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        GvSV(local_a) = a;
                      ^ ~
./fib.c:555:16: warning: assigning to 'SV *' (aka 'struct sv *') from 'const void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        GvSV(local_b) = b;
                      ^ ~
Fast.xs:252:19: warning: incompatible pointer to integer conversion passing 'struct fibheap_el *' to parameter of type 'IV' (aka 'long') [-Wint-conversion]
                                ret = newSViv(fh_insertkey(heap, key, elem));
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/embed.h:361:40: note: expanded from macro 'newSViv'
#define newSViv(a)              Perl_newSViv(aTHX_ a)
                                                   ^
/System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/proto.h:2747:47: note: passing argument to parameter 'i' here
PERL_CALLCONV SV*       Perl_newSViv(pTHX_ const IV i)
                                                    ^
Fast.xs:289:19: warning: incompatible pointer to integer conversion passing 'struct fibheap_el *' to parameter of type 'IV' (aka 'long') [-Wint-conversion]
                                ret = newSViv(fh_insert(heap, elem));
                                              ^~~~~~~~~~~~~~~~~~~~~
/System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/embed.h:361:40: note: expanded from macro 'newSViv'
#define newSViv(a)              Perl_newSViv(aTHX_ a)
                                                   ^
/System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/proto.h:2747:47: note: passing argument to parameter 'i' here
PERL_CALLCONV SV*       Perl_newSViv(pTHX_ const IV i)
                                                    ^
6 warnings generated.
In file included from Fast.xs:32:
./fib.c:122:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while (elem = (SV*)fh_extractmin(h)){
               ~~~~~^~~~~~~~~~~~~~~~~~~~~~~
./fib.c:122:14: note: place parentheses around the assignment to silence this warning
        while (elem = (SV*)fh_extractmin(h)){
                    ^
               (                           )
./fib.c:122:14: note: use '==' to turn this assignment into an equality comparison
        while (elem = (SV*)fh_extractmin(h)){
                    ^
                    ==
./fib.c:510:4: warning: incompatible pointer types assigning to 'struct fibheap_el **' from 'struct fibheap_el ***'; dereference with * [-Wincompatible-pointer-types]
                        Renew(h->fh_cons, h->fh_Dl + 1, struct fibheap_el **);
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/handy.h:1229:7: note: expanded from macro 'Renew'
          (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_REALLOC(n,t,v,saferealloc((Malloc_t)(v),(MEM_SIZE)((n)*sizeof(t))))))
             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from Fast.xs:32:
./fib.c:554:16: warning: assigning to 'SV *' (aka 'struct sv *') from 'const void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        GvSV(local_a) = a;
                      ^ ~
./fib.c:555:16: warning: assigning to 'SV *' (aka 'struct sv *') from 'const void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
        GvSV(local_b) = b;
                      ^ ~
Fast.xs:252:19: warning: incompatible pointer to integer conversion passing 'struct fibheap_el *' to parameter of type 'IV' (aka 'long') [-Wint-conversion]
                                ret = newSViv(fh_insertkey(heap, key, elem));
                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/embed.h:361:40: note: expanded from macro 'newSViv'
#define newSViv(a)              Perl_newSViv(aTHX_ a)
                                                   ^
/System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/proto.h:2747:47: note: passing argument to parameter 'i' here
PERL_CALLCONV SV*       Perl_newSViv(pTHX_ const IV i)
                                                    ^
Fast.xs:289:19: warning: incompatible pointer to integer conversion passing 'struct fibheap_el *' to parameter of type 'IV' (aka 'long') [-Wint-conversion]
                                ret = newSViv(fh_insert(heap, elem));
                                              ^~~~~~~~~~~~~~~~~~~~~
/System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/embed.h:361:40: note: expanded from macro 'newSViv'
#define newSViv(a)              Perl_newSViv(aTHX_ a)
                                                   ^
/System/Library/Perl/5.16/darwin-thread-multi-2level/CORE/proto.h:2747:47: note: passing argument to parameter 'i' here
PERL_CALLCONV SV*       Perl_newSViv(pTHX_ const IV i)
                                                    ^
6 warnings generated.
rm -f blib/arch/auto/Heap/Fibonacci/Fast/Fast.bundle
cc -mmacosx-version-min=10.9  -arch x86_64 -arch i386 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector Fast.o  -o blib/arch/auto/Heap/Fibonacci/Fast/Fast.bundle 	\
	     	\
	  
chmod 755 blib/arch/auto/Heap/Fibonacci/Fast/Fast.bundle
/usr/bin/perl "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fast.bs blib/arch/auto/Heap/Fibonacci/Fast/Fast.bs 644
Manifying blib/man3/Heap::Fibonacci::Fast.3pm
Running Mkbootstrap for Heap::Fibonacci::Fast ()
chmod 644 Fast.bs
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/01_use.t ........... ok
t/10_init.t .......... ok
t/11_init_fail.t ..... ok
t/12_simple.t ........ ok
t/13_delete.t ........ ok
t/14_upto.t .......... ok
t/15_absorb_fail.t ... skipped: Not yet done
t/16_fails.t ......... ok
t/20_min_simple.t .... ok
t/21_min_bulk.t ...... ok
t/22_min_clear.t ..... ok
t/23_min_upto.t ...... ok
t/24_min_delete.t .... ok
t/25_min_complex.t ... ok
t/30_max_simple.t .... ok
t/31_max_bulk.t ...... ok
t/32_max_clear.t ..... ok
t/33_max_upto.t ...... ok
t/34_max_delete.t .... ok
t/35_max_complex.t ... ok
t/40_code_simple.t ... ok
t/41_code_bulk.t ..... ok
t/42_code_clear.t .... ok
t/43_code_upto.t ..... ok
t/44_code_delete.t ... ok
t/45_code_complex.t .. ok
t/50_absorb.t ........ skipped: Not yet done
All tests successful.
Files=27, Tests=29912,  8 wallclock secs ( 3.81 usr  0.33 sys +  7.13 cusr  0.38 csys = 11.65 CPU)
Result: PASS

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

Prerequisite modules loaded:

    No requirements found

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

Environment variables:

    LANG = en_US.UTF-8
    PATH = /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Users/dhorner/Downloads/adt-bundle-mac-x86_64-20140321/sdk/tools:/Users/dhorner/Downloads/adt-bundle-mac-x86_64-20140321/sdk/platform-tools
    SHELL = /bin/bash
    TERM = xterm-256color
    TMPDIR = /var/folders/bt/2bx00b7x0v7cjyfd_b7bpy480000gn/T/
    VERSIONER_PERL_PREFER_32_BIT = no
    VERSIONER_PERL_VERSION = 5.16

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

    EGID = 20 20 401 12 61 79 80 81 98 33 100 204 398 399
    EUID = 501
    EXECUTABLE_NAME = /usr/bin/perl
    GID = 20 20 401 12 61 79 80 81 98 33 100 204 398 399
    UID = 501

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.05    
    CPAN::Meta          2.142060
    Cwd                 3.47    
    ExtUtils::CBuilder  0.280219
    ExtUtils::Command   1.18    
    ExtUtils::Install   1.68    
    ExtUtils::MakeMaker 6.98    
    ExtUtils::Manifest  1.66    
    ExtUtils::ParseXS   3.24    
    File::Spec          3.47    
    JSON                2.90    
    JSON::PP            2.27203 
    Module::Build       0.4210  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4414  
    Test::Harness       3.33    
    Test::More          1.001006
    YAML                1.11    
    YAML::Syck          1.27    
    version             0.9909  


--

Summary of my perl5 (revision 5 version 16 subversion 2) configuration:
   
  Platform:
    osname=darwin, osvers=13.0, archname=darwin-thread-multi-2level
    uname='darwin jackson.apple.com 13.0 darwin kernel version 13.0.0: tue jul 30 20:52:22 pdt 2013; root:xnu-2422.1.53~3release_x86_64 x86_64 '
    config_args='-ds -e -Dprefix=/usr -Dccflags=-g  -pipe  -Dldflags= -Dman3ext=3pm -Duseithreads -Duseshrplib -Dinc_version_list=none -Dcc=cc'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-arch x86_64 -arch i386 -g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -I/usr/local/include',
    optimize='-Os',
    cppflags='-g -pipe -fno-common -DPERL_DARWIN -fno-strict-aliasing -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)', 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 -mmacosx-version-min=10.9', ldflags ='-arch x86_64 -arch i386 -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib
    libs= 
    perllibs=
    libc=, so=dylib, useshrplib=true, libperl=libperl.dylib
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-arch x86_64 -arch i386 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
                        PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT
                        PERL_MALLOC_WRAP PERL_PRESERVE_IVUV USE_64_BIT_ALL
                        USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
                        USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
                        USE_REENTRANT_API
  Locally applied patches:
	/Library/Perl/Updates/<version> comes before system perl directories
	installprivlib and installarchlib points to the Updates directory
	CVE-2013-1667 hashtable DOS fix
  Built under darwin
  Compiled at Aug 25 2013 01:24:40
  @INC:
    /Library/Perl/5.16/darwin-thread-multi-2level
    /Library/Perl/5.16
    /Network/Library/Perl/5.16/darwin-thread-multi-2level
    /Network/Library/Perl/5.16
    /Library/Perl/Updates/5.16.2/darwin-thread-multi-2level
    /Library/Perl/Updates/5.16.2
    /System/Library/Perl/5.16/darwin-thread-multi-2level
    /System/Library/Perl/5.16
    /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level
    /System/Library/Perl/Extras/5.16
    .