Language-Befunge v5.000 Perl 5 v5.34.3 x86_64-linux

Status
Pass
From
Andreas J. König (ANDK)
Dist
Language-Befunge v5.000
Platform
Perl 5 v5.34.3 x86_64-linux
Date
2023-12-08T10:37:05
ID
bb4892ba-95b5-11ee-a575-0ad7e54bb9ae
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 Jerome Quelin,

This is a computer-generated report for Language-Befunge-5.000
on perl 5.34.3, 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 './Build test':

# Testing Language::Befunge 5.000, Perl 5.034003, /tmp/basesmoker-reloperl-IK9T/bin/perl
t/0-load.t ............................ ok
t/00-compile.t ........................ ok
# 
# Versions for all modules listed in MYMETA.json (including optional ones):
# 
# === Configure Requires ===
# 
#     Module        Want   Have
#     ------------- ---- ------
#     Module::Build 0.28 0.4234
# 
# === Build Requires ===
# 
#     Module        Want   Have
#     ------------- ---- ------
#     Module::Build 0.28 0.4234
# 
# === Test Requires ===
# 
#     Module              Want     Have
#     ------------------- ---- --------
#     ExtUtils::MakeMaker  any     7.70
#     File::Spec           any     3.80
#     IO::Handle           any     1.46
#     IO::Pipe             any     1.46
#     IO::Select           any     1.46
#     IPC::Open3           any     1.21
#     List::Util           any     1.63
#     Test::Exception      any     0.43
#     Test::More           any 1.302198
#     Test::Output         any    1.034
#     blib                1.01     1.07
# 
# === Test Recommends ===
# 
#     Module         Want     Have
#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.150010
# 
# === Runtime Requires ===
# 
#     Module                Want     Have
#     --------------------- ---- --------
#     Carp                   any     1.52
#     Class::XSAccessor      any     1.19
#     DateTime               any     1.65
#     Exporter               any     5.76
#     File::Spec::Functions  any     3.80
#     FindBin                any     1.52
#     Getopt::Long           any     2.57
#     IO::File               any     1.46
#     Math::BaseCalc         any    1.019
#     Math::Complex          any   1.5902
#     Math::Trig             any     1.23
#     POSIX                  any     1.97
#     Readonly               any     2.05
#     Storable               any     3.23
#     Test::Builder          any 1.302198
#     Time::HiRes            any   1.9767
#     UNIVERSAL::require     any     0.19
#     aliased                any     0.34
#     base                   any     2.27
#     constant               any     1.33
#     integer                any     1.01
#     lib                    any     0.65
#     overload               any     1.33
#     strict                 any     1.12
#     warnings               any     1.51
# 
t/00-report-prereqs.t ................. ok
t/1-classes/interpreter.t ............. ok
t/1-classes/ip.t ...................... ok
t/1-classes/storage-2d.t .............. ok
t/1-classes/storage-generic-aoa.t ..... ok
t/1-classes/storage-generic-sparse.t .. ok
t/1-classes/storage-generic-vec.t ..... ok
t/1-classes/vector.t .................. ok
t/1-classes/wrapping-base.t ........... ok
t/1-classes/wrapping-lahey.t .......... ok
t/2-ops/block_close.t ................. ok
t/2-ops/block_open.t .................. ok
t/2-ops/block_transfer.t .............. ok
t/2-ops/decis_cmp.t ................... ok
t/2-ops/decis_gt.t .................... ok
t/2-ops/decis_horiz_if.t .............. ok
t/2-ops/decis_neg.t ................... ok
t/2-ops/decis_vert_if.t ............... ok
t/2-ops/decis_z_if.t .................. ok
t/2-ops/dir_go_away.t ................. ok
t/2-ops/dir_go_east.t ................. ok
t/2-ops/dir_go_high.t ................. ok
t/2-ops/dir_go_low.t .................. ok
t/2-ops/dir_go_north.t ................ ok
t/2-ops/dir_go_south.t ................ ok
t/2-ops/dir_go_west.t ................. ok
t/2-ops/dir_reverse.t ................. ok
t/2-ops/dir_set_delta.t ............... ok
t/2-ops/dir_turn_left.t ............... ok
t/2-ops/dir_turn_right.t .............. ok
t/2-ops/flow_comments.t ............... ok
t/2-ops/flow_jump_to.t ................ ok
t/2-ops/flow_kill_thread.t ............ ok
t/2-ops/flow_no_op.t .................. ok
t/2-ops/flow_quit.t ................... ok
Invalid negative number (-4) in chr at /tmp/loop_over_bdir-2489-Uu6vRv/Language-Befunge-5.000-0/blib/lib/Language/Befunge/Storage/2D/Sparse.pm line 238.
Invalid negative number (-4) in chr at /tmp/loop_over_bdir-2489-Uu6vRv/Language-Befunge-5.000-0/blib/lib/Language/Befunge/Storage/2D/Sparse.pm line 238.
t/2-ops/flow_repeat.t ................. ok
t/2-ops/flow_space.t .................. ok
t/2-ops/flow_trampoline.t ............. ok
t/2-ops/math_addition.t ............... ok
t/2-ops/math_division.t ............... ok
t/2-ops/math_multiplication.t ......... ok
t/2-ops/math_remainder.t .............. ok
t/2-ops/math_substraction.t ........... ok
t/2-ops/num_push_number.t ............. ok
t/2-ops/stack_clear.t ................. ok
t/2-ops/stack_duplicate.t ............. ok
t/2-ops/stack_pop.t ................... ok
t/2-ops/stack_swap.t .................. ok
t/2-ops/stdio_in_ascii.t .............. ok
t/2-ops/stdio_in_num.t ................ ok
t/2-ops/str_enter_string_mode.t ....... ok
t/2-ops/str_fetch_char.t .............. ok
t/2-ops/str_store_char.t .............. ok
t/3-misc/debug.t ...................... ok
Invalid negative number (-1) in chr at /tmp/loop_over_bdir-2489-Uu6vRv/Language-Befunge-5.000-0/blib/lib/Language/Befunge/Storage/2D/Sparse.pm line 238.
Invalid negative number (-1) in chr at /tmp/loop_over_bdir-2489-Uu6vRv/Language-Befunge-5.000-0/blib/lib/Language/Befunge/Storage/2D/Sparse.pm line 238.
t/4-interpreter/befunge.t ............. ok
t/4-interpreter/trefunge.t ............ ok
t/4-interpreter/unefunge.t ............ ok
t/5-befunge/a-stdio.t ................. ok
t/5-befunge/b-nums.t .................. ok
t/5-befunge/c-maths.t ................. ok
t/5-befunge/d-dir.t ................... ok
t/5-befunge/e-flow.t .................. ok
t/5-befunge/f-decis.t ................. ok
t/5-befunge/g-string.t ................ ok
t/5-befunge/h-stack.t ................. ok
t/5-befunge/i-sos.t ................... ok
t/5-befunge/j-storg.t ................. ok
t/5-befunge/k-system.t ................ ok
t/5-befunge/l-concur.t ................ ok
t/5-befunge/m-lib.t ................... ok
t/6-library/TEST-noplan.t ............. ok
t/6-library/TEST-plan.t ............... ok
t/author-pod-coverage.t ............... skipped: these tests are for testing by the author
t/author-pod-syntax.t ................. skipped: these tests are for testing by the author
All tests successful.
Files=76, Tests=1101,  9 wallclock secs ( 0.20 usr  0.11 sys +  7.48 cusr  1.08 csys =  8.87 CPU)
Result: PASS

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

Prerequisite modules loaded:

requires:

    Module                Need  Have    
    --------------------- ----- --------
    aliased               0     0.34    
    base                  0     2.27    
    Carp                  0     1.52    
    Class::XSAccessor     0     1.19    
    constant              0     1.33    
    DateTime              0     1.65    
    Exporter              0     5.76    
    File::Spec::Functions 0     3.80    
    FindBin               0     1.52    
    Getopt::Long          0     2.57    
    integer               0     1.01    
    IO::File              0     1.46    
    lib                   0     0.65    
    Math::BaseCalc        0     1.019   
    Math::Complex         0     1.5902  
    Math::Trig            0     1.23    
    overload              0     1.33    
    perl                  5.010 5.034003
    POSIX                 0     1.97    
    Readonly              0     2.05    
    Storable              0     3.23    
    strict                0     1.12    
    Test::Builder         0     1.302198
    Time::HiRes           0     1.9767  
    UNIVERSAL::require    0     0.19    
    warnings              0     1.51    

build_requires:

    Module                Need  Have    
    --------------------- ----- --------
    blib                  1.01  1.07    
    ExtUtils::MakeMaker   0     7.70    
    File::Spec            0     3.80    
    IO::Handle            0     1.46    
    IO::Pipe              0     1.46    
    IO::Select            0     1.46    
    IPC::Open3            0     1.21    
    List::Util            0     1.63    
    Module::Build         0.28  0.4234  
    Test::Exception       0     0.43    
    Test::More            0     1.302198
    Test::Output          0     1.034   

configure_requires:

    Module                Need  Have    
    --------------------- ----- --------
    Module::Build         0.28  0.4234  


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US.UTF-8
    PATH = /home/sand/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/perl/bin:/usr/X11/bin
    PERL5LIB = /tmp/loop_over_bdir-2489-Uu6vRv/Net-ISP-Balance-1.31-0/blib/arch:/tmp/loop_over_bdir-2489-Uu6vRv/Net-ISP-Balance-1.31-0/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 2807
    PERL5_CPAN_IS_RUNNING = 2807
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    SHELL = /usr/bin/zsh
    TERM = screen

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

    $^X = /tmp/basesmoker-reloperl-IK9T/bin/perl
    $UID/$EUID = 1005 / 1005
    $GID = 1005 1005
    $EGID = 1005 1005

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.36    
    CPAN::Meta          2.150010
    Cwd                 3.80    
    ExtUtils::CBuilder  0.280236
    ExtUtils::Command   7.70    
    ExtUtils::Install   2.20    
    ExtUtils::MakeMaker 7.70    
    ExtUtils::Manifest  1.73    
    ExtUtils::ParseXS   3.43    
    File::Spec          3.80    
    JSON                4.10    
    JSON::PP            4.16    
    Module::Build       0.4234  
    Module::Signature   0.88    
    Parse::CPAN::Meta   2.150010
    Test2               1.302198
    Test::Harness       3.48    
    Test::More          1.302198
    YAML                1.30    
    YAML::Syck          1.34    
    version             0.9930  


--

Summary of my perl5 (revision 5 version 34 subversion 3) configuration:
  Commit id: 81db88e83a981f603c5207a1fc4cc41da8dd5d79
  Platform:
    osname=linux
    osvers=5.4.0-167-generic
    archname=x86_64-linux
    uname='linux k93focal 5.4.0-167-generic #184-ubuntu smp tue oct 31 09:21:49 utc 2023 x86_64 x86_64 x86_64 gnulinux '
    config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.34.3/b254 -Dmyhostname=k93focal -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Dlibswanted=cl pthread socket inet nsl gdbm dbm malloc dl ld sun m crypt sec util c cposix posix ucb BSD gdbm_compat -Uuseithreads -Uuselongdouble -DEBUGGING=both'
    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 ='-fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    optimize='-O2 -g'
    cppflags='-fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='9.4.0'
    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 =' -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib/x86_64-linux-gnu /usr/lib /usr/lib64
    libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -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 -g -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    DEBUGGING
    HAS_TIMES
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_USE_DEVEL
    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 linux
  Compiled at Dec  7 2023 07:20:25
  %ENV:
    PERL5LIB="/tmp/loop_over_bdir-2489-Uu6vRv/Net-ISP-Balance-1.31-0/blib/arch:/tmp/loop_over_bdir-2489-Uu6vRv/Net-ISP-Balance-1.31-0/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="2807"
    PERL5_CPAN_IS_RUNNING="2807"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /tmp/loop_over_bdir-2489-Uu6vRv/Net-ISP-Balance-1.31-0/blib/arch
    /tmp/loop_over_bdir-2489-Uu6vRv/Net-ISP-Balance-1.31-0/blib/lib
    /home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.34.3/b254/lib/site_perl/5.34.3/x86_64-linux
    /home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.34.3/b254/lib/site_perl/5.34.3
    /home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.34.3/b254/lib/5.34.3/x86_64-linux
    /home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.34.3/b254/lib/5.34.3
    .