Graph v0.9727 Perl 5 v5.39.0 darwin-2level

Status
Pass
From
David Cantrell (DCANTRELL)
Dist
Graph v0.9727
Platform
Perl 5 v5.39.0 darwin-2level
Date
2023-07-17T04:44:45
ID
a7540d9a-245c-11ee-b1e7-47ebe5b71d76
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 Ed J,

This is a computer-generated report for Graph-0.9727
on perl 5.39.0, created by CPAN-Reporter-1.2019.

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 "/Users/cpantesting/cpantesting/perl-blead/bin/perl5.39.0" "-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 Where                                                Howbig
#     ------------------- ---- ---- ---------------------------------------------------- ------
#     ExtUtils::MakeMaker  any 7.70 /Users/cpantesting/cpantesting/perl-blead/lib/5.39.0 109260
# 
# === Build Requires ===
# 
#     Module              Want Have Where                                                Howbig
#     ------------------- ---- ---- ---------------------------------------------------- ------
#     ExtUtils::MakeMaker  any 7.70 /Users/cpantesting/cpantesting/perl-blead/lib/5.39.0 109260
# 
# === Test Requires ===
# 
#     Module        Want     Have Where                                                Howbig
#     ------------- ---- -------- ---------------------------------------------------- ------
#     Math::Complex  any     1.62 /Users/cpantesting/cpantesting/perl-blead/lib/5.39.0  50061
#     Test::More    0.82 1.302194 /Users/cpantesting/cpantesting/perl-blead/lib/5.39.0  54209
# 
# === Test Recommends ===
# 
#     Module     Want Have Where                                                Howbig
#     ---------- ---- ---- ---------------------------------------------------- ------
#     App::Prove 3.00 3.44 /Users/cpantesting/cpantesting/perl-blead/lib/5.39.0  18990
# 
# === Runtime Requires ===
# 
#     Module       Want Have Where                                                                        Howbig
#     ------------ ---- ---- ---------------------------------------------------------------------------- ------
#     Heap         0.80 0.80 /Users/cpantesting/cpantesting/perl-blead/lib/site_perl/5.39.0                 3887
#     List::Util   1.45 1.63 /Users/cpantesting/cpantesting/perl-blead/lib/5.39.0/darwin-2level            26990
#     Safe          any 2.44 /Users/cpantesting/cpantesting/perl-blead/lib/5.39.0                          25352
#     Scalar::Util  any 1.63 /Users/cpantesting/cpantesting/perl-blead/lib/5.39.0/darwin-2level            10761
#     Set::Object  1.40 1.42 /Users/cpantesting/cpantesting/perl-blead/lib/site_perl/5.39.0/darwin-2level  28184
#     Storable     2.05 3.32 /Users/cpantesting/cpantesting/perl-blead/lib/5.39.0/darwin-2level            50496
# 
t/00-report-prereqs.t .......... ok
t/00_use.t ..................... ok
t/01_isa.t ..................... ok
t/02_trap.t .................... ok
t/03_derived.t ................. ok
t/04_dgraph.t .................. ok
t/05_ugraph.t .................. ok
t/06_new.t ..................... ok
t/07_gen.t ..................... ok
t/08_stringify.t ............... ok
t/09_eq.t ...................... ok
t/10_has_vertices.t ............ ok
t/11_vertices.t ................ ok
t/12_has_vertex.t .............. ok
t/13_add_vertex.t .............. ok
t/14_delete_vertex.t ........... ok
t/16_edges.t ................... ok
t/20_countvertexed.t ........... ok
t/21_multivertexed.t ........... ok
t/22_refvertexed.t ............. ok
t/24_mixvertexed.t ............. ok
t/25_countedged.t .............. ok
t/26_multiedged.t .............. ok
t/30_mixedged.t ................ ok
t/33_hyperedge.t ............... ok
t/39_edges_at.t ................ ok
t/40_edges_from.t .............. ok
t/41_edges_to.t ................ ok
t/42_add_path.t ................ ok
t/45_add_cycle.t ............... ok
t/48_get_vertex_count.t ........ ok
t/49_get_edge_count.t .......... ok
t/50_vertex_attributes.t ....... ok
t/51_multivertex_attributes.t .. ok
t/53_multiedge_attributes.t .... ok
t/56_neighbourhood.t ........... ok
t/57_degree.t .................. ok
t/58_connections.t ............. ok
t/59_dfs.t ..................... ok
t/60_bfs.t ..................... ok
t/61_connected.t ............... ok
t/62_bcc.t ..................... ok
t/63_scc.t ..................... ok
t/64_mst.t ..................... ok
t/65_ref.t ..................... ok
t/66_simple.t .................. ok
t/67_copy.t .................... ok
t/71_spt.t ..................... ok
t/72_transitive.t .............. ok
t/73_diameter.t ................ ok
t/74_random.t .................. ok
t/75_attribute_array.t ......... ok
t/76_attribute_hash.t .......... ok
t/77_adjacency.t ............... ok
t/78_expect.t .................. ok
t/79_unionfind.t ............... ok
t/80_isomorphic.t .............. ok
t/82_cycle.t ................... ok
t/83_bitmatrix.t ............... ok
t/84_all_cessors.t ............. ok
t/85_subgraph.t ................ ok
t/99_misc.t .................... ok
t/u_at1.t ...................... ok
t/u_at2.t ...................... ok
t/u_at3.t ...................... ok
t/u_bb_rv.t .................... ok
t/u_bf.t ....................... ok
t/u_bill.t ..................... ok
t/u_bo_ap1.t ................... ok
t/u_bo_ap2.t ................... ok
t/u_bo_apx.t ................... ok
t/u_cd_rv.t .................... ok
t/u_dl_uf.t .................... ok
t/u_jh_va.t .................... ok
t/u_mn_va.t .................... ok
t/u_ng_mst.t ................... ok
t/u_ng_path.t .................. ok
t/u_ng_scc.t ................... ok
t/u_rb_cc.t .................... ok
t/u_re_sd.t .................... ok
t/u_ro_ra.t .................... ok
t/u_sc_me.t .................... ok
t/u_te_ea.t .................... ok
t/u_te_me.t .................... ok
All tests successful.
Files=84, Tests=8990, 13 wallclock secs ( 1.00 usr  0.29 sys + 11.30 cusr  1.51 csys = 14.10 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module              Need  Have    
    ------------------- ----- --------
    Heap                0.80  0.80    
    List::Util          1.45  1.63    
    perl                5.006 5.039000
    Safe                0     2.44    
    Scalar::Util        0     1.63    
    Set::Object         1.40  1.42    
    Storable            2.05  3.32    

build_requires:

    Module              Need  Have    
    ------------------- ----- --------
    ExtUtils::MakeMaker 0     7.70    
    Math::Complex       0     1.62    
    Test::More          0.82  1.302194

configure_requires:

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

opt_build_requires:

    Module              Need  Have    
    ------------------- ----- --------
    App::Prove          3.00  3.44    


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

Environment variables:

    AUTOMATED_TESTING = 1
    NONINTERACTIVE_TESTING = 1
    PATH = /Users/cpantesting/perl5/perlbrew/bin:/Users/cpantesting/perl5/perlbrew/perls/perl-5.32.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/cpantesting/.cargo/bin
    PERL = blead
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 30307
    PERL5_CPAN_IS_RUNNING = 30307
    PERLBREW_HOME = /Users/cpantesting/.perlbrew
    PERLBREW_MANPATH = /Users/cpantesting/perl5/perlbrew/perls/perl-5.32.0/man
    PERLBREW_PATH = /Users/cpantesting/perl5/perlbrew/bin:/Users/cpantesting/perl5/perlbrew/perls/perl-5.32.0/bin
    PERLBREW_PERL = perl-5.32.0
    PERLBREW_ROOT = /Users/cpantesting/perl5/perlbrew
    PERLBREW_SHELLRC_VERSION = 0.94
    PERLBREW_VERSION = 0.94
    PERLVER = blead
    PERL_INLINE_DIRECTORY = /Users/cpantesting/.Inline-blead
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 0
    SHELL = /bin/bash
    TERM = screen

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

    $^X = /Users/cpantesting/cpantesting/perl-blead/bin/perl5.39.0
    $UID/$EUID = 503 / 503
    $GID = 20 20 12 61 703 702 701 100
    $EGID = 20 20 12 61 703 702 701 100

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.36    
    CPAN::Meta          2.150010
    Cwd                 3.89    
    ExtUtils::CBuilder  0.280239
    ExtUtils::Command   7.70    
    ExtUtils::Install   2.22    
    ExtUtils::MakeMaker 7.70    
    ExtUtils::Manifest  1.73    
    ExtUtils::ParseXS   3.51    
    File::Spec          3.88    
    JSON                4.10    
    JSON::PP            4.16    
    Module::Build       0.4234  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test2               1.302194
    Test::Harness       3.44    
    Test::More          1.302194
    YAML                1.30    
    YAML::Syck          n/a     
    version             0.9929  


--

Summary of my perl5 (revision 5 version 39 subversion 0) configuration:
  Commit id: 0c77b7235984453280b85b181aecb8e757ee8480
  Platform:
    osname=darwin
    osvers=21.6.0
    archname=darwin-2level
    uname='darwin harrow.local 21.6.0 darwin kernel version 21.6.0: mon aug 22 20:17:10 pdt 2022; root:xnu-8020.140.49~2release_x86_64 x86_64 '
    config_args='-de -Dprefix=/Users/cpantesting/cpantesting/perl-blead -Dusedevel'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
  Compiler:
    cc='cc'
    ccflags ='-fno-common -DPERL_DARWIN -mmacosx-version-min=12.6 -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    optimize='-O3'
    cppflags='-fno-common -DPERL_DARWIN -mmacosx-version-min=12.6 -DNO_POSIX_2008_LOCALE -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='Apple LLVM 14.0.0 (clang-1400.0.29.202)'
    gccosandvers=''
    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 =' -mmacosx-version-min=12.6 -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/local/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.0/lib /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib /usr/lib
    libs=-lgdbm
    perllibs=
    libc=
    so=dylib
    useshrplib=false
    libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=bundle
    d_dlsymun=undef
    ccdlflags=' '
    cccdlflags=' '
    lddlflags=' -mmacosx-version-min=12.6 -bundle -undefined dynamic_lookup -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_LONG_DOUBLE
    HAS_STRTOLD
    HAS_TIMES
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_HASH_FUNC_SIPHASH13
    PERL_HASH_USE_SBOX32
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_USE_DEVEL
    PERL_USE_SAFE_PUTENV
    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
  Built under darwin
  Compiled at Jul 15 2023 10:09:07
  %ENV:
    PERL="blead"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="30307"
    PERL5_CPAN_IS_RUNNING="30307"
    PERLBREW_HOME="/Users/cpantesting/.perlbrew"
    PERLBREW_MANPATH="/Users/cpantesting/perl5/perlbrew/perls/perl-5.32.0/man"
    PERLBREW_PATH="/Users/cpantesting/perl5/perlbrew/bin:/Users/cpantesting/perl5/perlbrew/perls/perl-5.32.0/bin"
    PERLBREW_PERL="perl-5.32.0"
    PERLBREW_ROOT="/Users/cpantesting/perl5/perlbrew"
    PERLBREW_SHELLRC_VERSION="0.94"
    PERLBREW_VERSION="0.94"
    PERLVER="blead"
    PERL_INLINE_DIRECTORY="/Users/cpantesting/.Inline-blead"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="0"
  @INC:
    /Users/cpantesting/cpantesting/perl-blead/lib/site_perl/5.39.0/darwin-2level
    /Users/cpantesting/cpantesting/perl-blead/lib/site_perl/5.39.0
    /Users/cpantesting/cpantesting/perl-blead/lib/5.39.0/darwin-2level
    /Users/cpantesting/cpantesting/perl-blead/lib/5.39.0