Heap-Fibonacci-Fast v0.0101 Perl 5 v5.20.0 x86_64-linux

Status
Pass
From
Nedzad Hrnjica (NHRNJICA)
Dist
Heap-Fibonacci-Fast v0.0101
Platform
Perl 5 v5.20.0 x86_64-linux
Date
2022-08-20 18:42:22
ID
d416be4e-20b7-11ed-aa3a-b24bfff19030
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.20.0, created by App::cpanminus::reporter 0.17 (1.7046).

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 compare.pl blib/lib/Heap/Fibonacci/compare.pl
cp lib/Heap/Fibonacci/Fast.pod blib/lib/Heap/Fibonacci/Fast.pod
cp lib/Heap/Fibonacci/Fast.pm blib/lib/Heap/Fibonacci/Fast.pm
Running Mkbootstrap for Fast ()
chmod 644 "Fast.bs"
"/home/liveapp/.plenv/versions/5.20.0/bin/perl5.20.0" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fast.bs blib/arch/auto/Heap/Fibonacci/Fast/Fast.bs 644
"/home/liveapp/.plenv/versions/5.20.0/bin/perl5.20.0" "-Iinc" "/home/liveapp/.plenv/versions/5.20.0/lib/perl5/site_perl/5.20.0/ExtUtils/xsubpp"  -typemap '/home/liveapp/.plenv/versions/5.20.0/lib/perl5/5.20.0/ExtUtils/typemap'  Fast.xs > Fast.xsc
mv Fast.xsc Fast.c
cc -c   -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2   -DVERSION=\"0.0101\" -DXS_VERSION=\"0.0101\" -fPIC "-I/home/liveapp/.plenv/versions/5.20.0/lib/perl5/5.20.0/x86_64-linux/CORE"   Fast.c
In file included from /home/liveapp/.plenv/versions/5.20.0/lib/perl5/5.20.0/x86_64-linux/CORE/perl.h:2324,
                 from Fast.xs:28:
fib.c: In function ‘fh_checkcons’:
/home/liveapp/.plenv/versions/5.20.0/lib/perl5/5.20.0/x86_64-linux/CORE/handy.h:1898:7: warning: assignment to ‘struct fibheap_el **’ from incompatible pointer type ‘struct fibheap_el ***’ [-Wincompatible-pointer-types]
 1898 |    (v = (MEM_WRAP_CHECK_(n,t) (t*)MEM_LOG_REALLOC(n,t,v,saferealloc((Malloc_t)(v),(MEM_SIZE)((n)*sizeof(t))))))
      |       ^
fib.c:510:4: note: in expansion of macro ‘Renew’
  510 |    Renew(h->fh_cons, h->fh_Dl + 1, struct fibheap_el **);
      |    ^~~~~
In file included from Fast.xs:32:
fib.c: In function ‘data_compare’:
fib.c:554:16: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  554 |  GvSV(local_a) = a;
      |                ^
fib.c:555:16: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  555 |  GvSV(local_b) = b;
      |                ^
In file included from /home/liveapp/.plenv/versions/5.20.0/lib/perl5/5.20.0/x86_64-linux/CORE/perl.h:5053,
                 from Fast.xs:28:
Fast.xs: In function ‘XS_Heap__Fibonacci__Fast_key_insert’:
Fast.xs:252:19: warning: passing argument 1 of ‘Perl_newSViv’ makes integer from pointer without a cast [-Wint-conversion]
  252 |     ret = newSViv(fh_insertkey(heap, key, elem));
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   struct fibheap_el *
/home/liveapp/.plenv/versions/5.20.0/lib/perl5/5.20.0/x86_64-linux/CORE/embed.h:379:40: note: in definition of macro ‘newSViv’
  379 | #define newSViv(a)  Perl_newSViv(aTHX_ a)
      |                                        ^
In file included from /home/liveapp/.plenv/versions/5.20.0/lib/perl5/5.20.0/x86_64-linux/CORE/perl.h:5012,
                 from Fast.xs:28:
/home/liveapp/.plenv/versions/5.20.0/lib/perl5/5.20.0/x86_64-linux/CORE/proto.h:2928:19: note: expected ‘IV’ {aka ‘const long int’} but argument is of type ‘struct fibheap_el *’
 2928 | PERL_CALLCONV SV* Perl_newSViv(pTHX_ const IV i)
      |                   ^~~~~~~~~~~~
In file included from /home/liveapp/.plenv/versions/5.20.0/lib/perl5/5.20.0/x86_64-linux/CORE/perl.h:5053,
                 from Fast.xs:28:
Fast.xs: In function ‘XS_Heap__Fibonacci__Fast_insert’:
Fast.xs:289:19: warning: passing argument 1 of ‘Perl_newSViv’ makes integer from pointer without a cast [-Wint-conversion]
  289 |     ret = newSViv(fh_insert(heap, elem));
      |                   ^~~~~~~~~~~~~~~~~~~~~
      |                   |
      |                   struct fibheap_el *
/home/liveapp/.plenv/versions/5.20.0/lib/perl5/5.20.0/x86_64-linux/CORE/embed.h:379:40: note: in definition of macro ‘newSViv’
  379 | #define newSViv(a)  Perl_newSViv(aTHX_ a)
      |                                        ^
In file included from /home/liveapp/.plenv/versions/5.20.0/lib/perl5/5.20.0/x86_64-linux/CORE/perl.h:5012,
                 from Fast.xs:28:
/home/liveapp/.plenv/versions/5.20.0/lib/perl5/5.20.0/x86_64-linux/CORE/proto.h:2928:19: note: expected ‘IV’ {aka ‘const long int’} but argument is of type ‘struct fibheap_el *’
 2928 | PERL_CALLCONV SV* Perl_newSViv(pTHX_ const IV i)
      |                   ^~~~~~~~~~~~
rm -f blib/arch/auto/Heap/Fibonacci/Fast/Fast.so
cc  -shared -O2 -L/usr/local/lib -fstack-protector  Fast.o  -o blib/arch/auto/Heap/Fibonacci/Fast/Fast.so  \
      \
  
chmod 755 blib/arch/auto/Heap/Fibonacci/Fast/Fast.so
Manifying 1 pod document
"/home/liveapp/.plenv/versions/5.20.0/bin/perl5.20.0" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fast.bs blib/arch/auto/Heap/Fibonacci/Fast/Fast.bs 644
PERL_DL_NONLAZY=1 "/home/liveapp/.plenv/versions/5.20.0/bin/perl5.20.0" "-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,  7 wallclock secs ( 1.98 usr  0.12 sys +  4.95 cusr  0.50 csys =  7.55 CPU)
Result: PASS

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

Prerequisite modules loaded:

runtime:

    Module              Need   Have    
    ------------------- ------ --------
    perl                v5.5.0 5.020000
    XSLoader            0      0.24    

configure:

    Module              Need   Have    
    ------------------- ------ --------
    ExtUtils::MakeMaker 6.42   7.64    


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

Environment variables:

    LANG = C.UTF-8
    PATH = /home/liveapp/.plenv/versions/5.20.0/bin:/home/liveapp/.plenv/libexec:/home/liveapp/.plenv/plugins/perl-build/bin:/home/liveapp/.plenv/shims:/home/liveapp/.plenv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
    PERL_CPANM_HOME = /home/liveapp/cpantesters.new/5.20.0/.cpanm_temp
    SHELL = /bin/bash
    TERM = xterm-256color

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

    EGID = 1001 27 1001
    EUID = 1001
    EXECUTABLE_NAME = /home/liveapp/.plenv/versions/5.20.0/bin/perl5.20.0
    GID = 1001 27 1001
    UID = 1001

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.05    
    CPAN::Meta          2.150010
    Cwd                 3.75    
    ExtUtils::CBuilder  0.280236
    ExtUtils::Command   7.64    
    ExtUtils::Install   2.06    
    ExtUtils::MakeMaker 7.64    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.44    
    File::Spec          3.75    
    JSON                n/a     
    JSON::PP            4.11    
    Module::Build       0.4231  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.44    
    Test::More          1.302191
    YAML                n/a     
    YAML::Syck          n/a     
    version             0.9929  


--

Summary of my perl5 (revision 5 version 20 subversion 0) configuration:
   
  Platform:
    osname=linux, osvers=5.4.0-91-generic, archname=x86_64-linux
    uname='linux supremeadmin 5.4.0-91-generic #102-ubuntu smp fri nov 5 16:31:28 utc 2021 x86_64 x86_64 x86_64 gnulinux '
    config_args='-Dprefix=/home/liveapp/.plenv/versions/5.20.0 -de -Dversiononly -A'eval:scriptdir=/home/liveapp/.plenv/versions/5.20.0/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 ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='9.4.0', 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 =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
    libs=-lnsl -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.31.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.31'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -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
  Locally applied patches:
	Devel::PatchPerl 2.08
  Built under linux
  Compiled at Aug  8 2022 07:29:32
  %ENV:
    PERL_CPANM_HOME="/home/liveapp/cpantesters.new/5.20.0/.cpanm_temp"
  @INC:
    /home/liveapp/.plenv/versions/5.20.0/lib/perl5/site_perl/5.20.0/x86_64-linux
    /home/liveapp/.plenv/versions/5.20.0/lib/perl5/site_perl/5.20.0
    /home/liveapp/.plenv/versions/5.20.0/lib/perl5/5.20.0/x86_64-linux
    /home/liveapp/.plenv/versions/5.20.0/lib/perl5/5.20.0
    .