Hailo v0.75 Perl 5 v5.37.3 x86_64-linux

Status
Fail
From
Andreas J. König (ANDK)
Dist
Hailo v0.75
Platform
Perl 5 v5.37.3 x86_64-linux
Date
2022-09-11 11:09:05
ID
2675f568-31c2-11ed-8dfd-40df26586dba
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 AEvar Arnfjord Bjarmason,

This is a computer-generated report for Hailo-0.75
on perl 5.37.3, created by CPAN-Reporter-1.2018.

Thank you for uploading your work to CPAN.  However, there was a problem
testing your distribution.

If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

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 "/tmp/basesmoker-reloperl-h79i/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/command/*.t t/command/ui/*.t t/hailo/*.t t/hailo/methods/*.t t/storage/*.t t/storage/001_meta/*.t t/storage/SQLite/*.t t/storage/SQLite/memory/*.t t/tokenizer/*.t t/tokenizer/Words/*.t t/ui/*.t
# Testing Hailo 0.75 with /tmp/basesmoker-reloperl-h79i/bin/perl 5.037003
t/00_diag.t ................................. ok
t/01_compile.t .............................. ok
t/02_trivial.t .............................. ok
t/03_chat.t ................................. ok
t/04_sanity.t ............................... ok
t/command/passthrough.t ..................... ok
t/command/run.t ............................. ok

#   Failed test 'Got --progress'
#   at t/command/shell.t line 31.
#                   'usage: hailo [-abEfhLlopRrSsTtuv] [long options...]
# 	--ui-args KEY=STR...         Arguments for the UI class
# 	--ui STR (or -u)             Use UI CLASS
# 	--train-fast STR (or -f)     Train with aggressive caching
# 	--train STR (or -t)          Learn from all the lines in FILE, use -
# 	--tokenizer-args KEY=STR...  Arguments for the Tokenizer class
# 	--tokenizer STR (or -T)      Use tokenizer CLASS
# 	--storage-args KEY=STR...    Arguments for the Storage class
# 	--storage STR (or -S)        Use storage CLASS
# 	--reply STR (or -r)          Reply to STRING
# 	--order INT (or -o)          Markov order; How deep the rabbit hole
# 	--learn-reply STR (or -L)    Learn from STRING and reply to it
# 	--learn STR (or -l)          Learn from STRING
# 	--engine-args KEY=STR...     Arguments for the Engine class
# 	--engine STR (or -E)         Use engine CLASS
# 	--brain-resource STR         Alias for `brain' for backwards
# 	--brain STR (or -b)          Load/save brain to/from FILE
# 	--[no-]version (or -v)       Print version and exit
# 	--[no-]stats (or -s)         Print statistics about the brain
# 	--[no-]random-reply (or -R)  Like --reply but takes no STRING; Babble
# 	--[no-]progress (or -p)      Display progress during the import
# 	--[no-]help (or -h)          You're soaking it in
# 	--[no-]examples              Print examples along with the help
# 	--[no-]autosave (or -a)      Save the brain on exit (on by default)
# 	                             message
# 	                             goes
# 	                             for STDIN
# 	                             compatibility
# 	                             at random
# 	                             (memory-hungry!)
# 
# 	Note: All input/output and files are assumed to be UTF-8 encoded.
# '
#     doesn't match '(?^:progress\s+Display progress)'

#   Failed test 'Got --progress'
#   at t/command/shell.t line 78.
#                   'Unknown option: blah-blah-blah
# usage: hailo [-abEfhLlopRrSsTtuv] [long options...]
# 	--ui-args KEY=STR...         Arguments for the UI class
# 	--ui STR (or -u)             Use UI CLASS
# 	--train-fast STR (or -f)     Train with aggressive caching
# 	--train STR (or -t)          Learn from all the lines in FILE, use -
# 	--tokenizer-args KEY=STR...  Arguments for the Tokenizer class
# 	--tokenizer STR (or -T)      Use tokenizer CLASS
# 	--storage-args KEY=STR...    Arguments for the Storage class
# 	--storage STR (or -S)        Use storage CLASS
# 	--reply STR (or -r)          Reply to STRING
# 	--order INT (or -o)          Markov order; How deep the rabbit hole
# 	--learn-reply STR (or -L)    Learn from STRING and reply to it
# 	--learn STR (or -l)          Learn from STRING
# 	--engine-args KEY=STR...     Arguments for the Engine class
# 	--engine STR (or -E)         Use engine CLASS
# 	--brain-resource STR         Alias for `brain' for backwards
# 	--brain STR (or -b)          Load/save brain to/from FILE
# 	--[no-]version (or -v)       Print version and exit
# 	--[no-]stats (or -s)         Print statistics about the brain
# 	--[no-]random-reply (or -R)  Like --reply but takes no STRING; Babble
# 	--[no-]progress (or -p)      Display progress during the import
# 	--[no-]help (or -h)          You're soaking it in
# 	--[no-]examples              Print examples along with the help
# 	--[no-]autosave (or -a)      Save the brain on exit (on by default)
# 	                             message
# 	                             goes
# 	                             for STDIN
# 	                             compatibility
# 	                             at random
# 	                             (memory-hungry!)
# 
# 	Note: All input/output and files are assumed to be UTF-8 encoded.
# '
#     doesn't match '(?^:progress\s+Display progress)'
# Looks like you failed 2 tests of 53.
t/command/shell.t ........................... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/53 subtests 
t/command/ui/readline_chat.t ................ ok
t/hailo/brain_resource.t .................... ok
t/hailo/destruction.t ....................... ok
t/hailo/methods.t ........................... ok
t/hailo/methods/order.t ..................... ok
t/hailo/non_standard_plugin.t ............... skipped: A `Issuing rollback() due to DESTROY without explicit disconnect()' bug in Hailo
t/hailo/real_workload.t ..................... skipped: You need BRAIN=... with a path to a Hailo brain and LOG= with an irc log
t/hailo/synopsis.t .......................... ok
t/storage/001_meta/arguments.t .............. ok
t/storage/001_meta/options.t ................ ok
t/storage/001_meta/switch-order.t ........... ok
t/storage/001_meta/switch-tokenizer.t ....... ok
t/storage/MySQL.t ........................... skipped: You must set TEST_MYSQL= and MYSQL_ROOT_PASSWORD= to test MySQL
t/storage/PostgreSQL.t ...................... skipped: You must set TEST_POSTGRESQL= and have permission to createdb(1) to test PostgreSQL
"sqlite_unicode" attribute will be deprecated. Use "sqlite_string_mode" instead. at t/storage/SQLite/00-version.t line 11.
# Using DBD::SQLite version '1.70'/'3.36.0'; unicode:'1'
t/storage/SQLite/00-version.t ............... ok
t/storage/SQLite/file-exhaustive-all.t ...... skipped: Set TEST_EXHAUSTIVE_ALL= to run all exhaustive tests, these take a lot of time
t/storage/SQLite/file-exhaustive.t .......... ok
t/storage/SQLite/file.t ..................... ok
t/storage/SQLite/in-memory.t ................ ok
t/storage/SQLite/memory.t ................... ok
t/storage/SQLite/memory/babble.t ............ ok
t/storage/SQLite/memory/badger.t ............ ok
t/storage/SQLite/memory/congress.t .......... ok
t/storage/SQLite/memory/congress_unknown.t .. ok
t/storage/SQLite/memory/megahal.t ........... ok
t/storage/SQLite/memory/starcraft.t ......... ok
t/storage/SQLite/nonalpha.t ................. ok
t/storage/SQLite/pragmas.t .................. ok
t/tokenizer/Chars.t ......................... ok
t/tokenizer/Words.t ......................... ok
t/tokenizer/Words/twitter-names.t ........... ok

#   Failed test 'Token #1127: content matches'
#   at t/tokenizer/Words/utf8-text.t line 41.
Wide character in print at /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.2-224-g29b290ccaa/da1c/lib/5.37.3/Test2/Formatter/TAP.pm line 125, <DATA> line 2714.
#          got: 'אաა'
#     expected: 'אԱა'
# Looks like you failed 1 test of 2501.
t/tokenizer/Words/utf8-text.t ............... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2501 subtests 
t/ui/readline.t ............................. ok

Test Summary Report
-------------------
t/command/shell.t                         (Wstat: 512 (exited 2) Tests: 53 Failed: 2)
  Failed tests:  9, 17
  Non-zero exit status: 2
t/tokenizer/Words/utf8-text.t             (Wstat: 256 (exited 1) Tests: 2501 Failed: 1)
  Failed test:  2256
  Non-zero exit status: 1
Files=41, Tests=8246, 28 wallclock secs ( 0.90 usr  0.27 sys + 23.27 cusr  3.12 csys = 27.56 CPU)
Result: FAIL
Failed 2/41 test programs. 3/8246 subtests failed.
make: *** [Makefile:997: test_dynamic] Error 255

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

Prerequisite modules loaded:

requires:

    Module                    Need  Have      
    ------------------------- ----- ----------
    autodie                   0     2.34      
    Class::Load               0     0.25      
    Data::Dump                0     1.25      
    DBD::SQLite               0     1.70      
    Dir::Self                 0     0.11      
    File::CountLines          0     0.0.3     
    File::Spec::Functions     0     3.86      
    Getopt::Long::Descriptive 0     0.110     
    IO::Interactive           0     1.023     
    IPC::System::Simple       0     1.30      
    List::MoreUtils           0     0.430     
    Moose                     0     2.2201    
    MooseX::Getopt            0     0.75      
    MooseX::StrictConstructor 0     0.21      
    MooseX::Types             0     0.50      
    namespace::clean          0     0.27      
    perl                      5.010 5.037003  
    Regexp::Common            0     2017060201
    Term::ReadLine            0     1.17      
    Term::Sk                  0     0.18      
    Time::HiRes               0     1.9770    

build_requires:

    Module                    Need  Have      
    ------------------------- ----- ----------
    Bot::Training             0.06  0.07      
    Bot::Training::MegaHAL    0.03  0.03      
    Bot::Training::StarCraft  0.03  0.03      
    Data::Section             0     0.200007  
    ExtUtils::MakeMaker       0     7.64      
    File::Slurp               0     9999.32   
    Pod::Section              0     0.02      
    Test::Exception           0     0.43      
    Test::Expect              0     0.34      
    Test::More                0     1.302191  
    Test::Output              0     1.033     
    Test::Script              0     1.29      
    Test::Script::Run         0     0.08      

configure_requires:

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

opt_requires:

    Module                    Need  Have      
    ------------------------- ----- ----------
    DBD::mysql                0     4.050     
    DBD::Pg                   0     3.16.0    


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US.UTF-8
    LANGUAGE = en_US:en
    PATH = /home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 1435956
    PERL5_CPAN_IS_RUNNING = 1435956
    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-h79i/bin/perl
    $UID/$EUID = 1005 / 1005
    $GID = 1005 1005
    $EGID = 1005 1005

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.34    
    CPAN::Meta          2.150010
    Cwd                 3.86    
    ExtUtils::CBuilder  0.280237
    ExtUtils::Command   7.64    
    ExtUtils::Install   2.20    
    ExtUtils::MakeMaker 7.64    
    ExtUtils::Manifest  1.73    
    ExtUtils::ParseXS   3.45    
    File::Spec          3.86    
    JSON                4.09    
    JSON::PP            4.11    
    Module::Build       0.4231  
    Module::Signature   0.88    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.44    
    Test::More          1.302191
    YAML                1.30    
    YAML::Syck          1.34    
    version             0.9929  


--

Summary of my perl5 (revision 5 version 37 subversion 3) configuration:
  Commit id: 29b290ccaa79f40de7d941c9a79810119f5c6363
  Platform:
    osname=linux
    osvers=5.18.0-4-amd64
    archname=x86_64-linux
    uname='linux k93msid 5.18.0-4-amd64 #1 smp preempt_dynamic debian 5.18.16-1 (2022-08-10) x86_64 gnulinux '
    config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.2-224-g29b290ccaa/da1c -Dmyhostname=k93msid -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=-g'
    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 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
    optimize='-O2 -g'
    cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='12.1.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=/lib/x86_64-linux-gnu/libc.so.6
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version='2.34'
  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:
    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 linux
  Compiled at Aug 21 2022 01:14:48
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="1435956"
    PERL5_CPAN_IS_RUNNING="1435956"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.2-224-g29b290ccaa/da1c/lib/site_perl/5.37.3/x86_64-linux
    /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.2-224-g29b290ccaa/da1c/lib/site_perl/5.37.3
    /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.2-224-g29b290ccaa/da1c/lib/5.37.3/x86_64-linux
    /home/sand/src/perl/repoperls/installed-perls/host/k93msid/v5.37.2-224-g29b290ccaa/da1c/lib/5.37.3
    .