SPVM-Go v0.007002 Perl 5 v5.16.3 darwin-thread-multi-2level

Status
Fail
From
David Cantrell (DCANTRELL)
Dist
SPVM-Go v0.007002
Platform
Perl 5 v5.16.3 darwin-thread-multi-2level
Date
2024-06-04 22:29:15
ID
e018bed2-22c1-11ef-9386-fb98e403e8ef
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 Yuki Kimoto,

This is a computer-generated report for SPVM-Go-0.007002
on perl 5.16.3, created by CPAN-Reporter-1.2019.

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 "/Users/cpantesting/cpantesting/perl-5.16.3/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/*/*/*.t
ld: warning: ignoring duplicate libraries: '-lc++'
ld: warning: ignoring duplicate libraries: '-lc++'
ld: warning: support for macOS with 10.3 minimum deployment target is deprecated and will be removed in future release
ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/dylib1.o) was built for newer macOS version (10.4) than being linked (10.3)
ld: warning: object file (/Users/cpantesting/cpantesting/perl-5.16.3/.cpan/build/SPVM-Go-0.007002-MBm21H/t/.spvm_build/work/object/SPVM/Sys/Poll/Constant.o) was built for newer macOS version (14.0) than being linked (10.3)
ld: warning: support for macOS with 10.3 minimum deployment target is deprecated and will be removed in future release
ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/dylib1.o) was built for newer macOS version (10.4) than being linked (10.3)
ld: warning: object file (/Users/cpantesting/cpantesting/perl-5.16.3/.cpan/build/SPVM-Go-0.007002-MBm21H/t/.spvm_build/work/object/SPVM/Sys/IO/Stat.o) was built for newer macOS version (14.0) than being linked (10.3)
ld: warning: support for macOS with 10.3 minimum deployment target is deprecated and will be removed in future release
ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/dylib1.o) was built for newer macOS version (10.4) than being linked (10.3)
ld: warning: object file (/Users/cpantesting/cpantesting/perl-5.16.3/.cpan/build/SPVM-Go-0.007002-MBm21H/t/.spvm_build/work/object/SPVM/Sys/OS.o) was built for newer macOS version (14.0) than being linked (10.3)
ld: warning: support for macOS with 10.3 minimum deployment target is deprecated and will be removed in future release
ld: warning: object file (/Users/cpantesting/cpantesting/perl-5.16.3/.cpan/build/SPVM-Go-0.007002-MBm21H/t/.spvm_build/work/object/SPVM/Sys/Env.o) was built for newer macOS version (14.0) than being linked (10.3)
ld: warning: object file (/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/dylib1.o) was built for newer macOS version (10.4) than being linked (10.3)
t/Go-Channel.t ......... ok
[An exception thrown in a goroutine is converted to a warning]
Coroutine Error.
  TestCase::Go::Coroutine::anon_method::125::39-> at /Users/cpantesting/cpantesting/perl-5.16.3/.cpan/build/SPVM-Go-0.007002-MBm21H/t/lib/SPVM/TestCase/Go/Coroutine.spvm line 129
t/Go-Coroutine.t ....... ok
t/Go-OS-Signal.t ....... ok
[CompileError]The "undef" type cannot be assigned to the "int" type in the 4th argument of the "send" method in the "Sys" class.
  at /Users/cpantesting/cpantesting/perl-5.16.3/.cpan/build/SPVM-Go-0.007002-MBm21H/t/lib/SPVM/TestCase/Go/Poll.spvm line 285
 at /Users/cpantesting/cpantesting/perl-5.16.3/lib/site_perl/5.16.3/darwin-thread-multi-2level/SPVM/Builder/Native/Compiler.pm line 77.
	SPVM::Builder::Native::Compiler::compile_with_exit('SPVM::Builder::Native::Compiler=HASH(0x7fa2fe8480f8)', 'TestCase::Go::Poll', '/Users/cpantesting/cpantesting/perl-5.16.3/lib/site_perl/5.16...', 55) called at /Users/cpantesting/cpantesting/perl-5.16.3/lib/site_perl/5.16.3/darwin-thread-multi-2level/SPVM/Global.pm line 55
	SPVM::Global::build_class('TestCase::Go::Poll', 't/Go-Poll.t', 11) called at /Users/cpantesting/cpantesting/perl-5.16.3/lib/site_perl/5.16.3/darwin-thread-multi-2level/SPVM.pm line 18
	SPVM::import('SPVM', 'TestCase::Go::Poll') called at t/Go-Poll.t line 11
	main::BEGIN() called at t/Go-Poll.t line 11
	eval {...} called at t/Go-Poll.t line 11
BEGIN failed--compilation aborted at t/Go-Poll.t line 11.
t/Go-Poll.t ............ 
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run 
[Test Output]Non-blocking select returns undef
  TestCase::Go::Select::anon_method::143::11-> at /Users/cpantesting/cpantesting/perl-5.16.3/.cpan/build/SPVM-Go-0.007002-MBm21H/t/lib/SPVM/TestCase/Go/Select.spvm line 217
[Test Output]Non-blocking select returns undef
  TestCase::Go::Select::anon_method::143::11-> at /Users/cpantesting/cpantesting/perl-5.16.3/.cpan/build/SPVM-Go-0.007002-MBm21H/t/lib/SPVM/TestCase/Go/Select.spvm line 217
[Test Output]Non-blocking select returns undef
  TestCase::Go::Select::anon_method::143::11-> at /Users/cpantesting/cpantesting/perl-5.16.3/.cpan/build/SPVM-Go-0.007002-MBm21H/t/lib/SPVM/TestCase/Go/Select.spvm line 217
[Test Output]Non-blocking select returns undef
  TestCase::Go::Select::anon_method::143::11-> at /Users/cpantesting/cpantesting/perl-5.16.3/.cpan/build/SPVM-Go-0.007002-MBm21H/t/lib/SPVM/TestCase/Go/Select.spvm line 217
[Test Output]Non-blocking select returns undef
  TestCase::Go::Select::anon_method::143::11-> at /Users/cpantesting/cpantesting/perl-5.16.3/.cpan/build/SPVM-Go-0.007002-MBm21H/t/lib/SPVM/TestCase/Go/Select.spvm line 217
t/Go-Select.t .......... ok
t/Go-Sync-WaitGroup.t .. ok
[An exception thrown in a goroutine is converted to a warning]
Exception!.
  TestCase::Go::anon_method::66::11-> at /Users/cpantesting/cpantesting/perl-5.16.3/.cpan/build/SPVM-Go-0.007002-MBm21H/t/lib/SPVM/TestCase/Go.spvm line 67
[An exception thrown in a goroutine is converted to a warning]
Error Method
  TestCase::Go->error at /Users/cpantesting/cpantesting/perl-5.16.3/.cpan/build/SPVM-Go-0.007002-MBm21H/t/lib/SPVM/TestCase/Go.spvm line 102
  TestCase::Go::anon_method::82::11-> at /Users/cpantesting/cpantesting/perl-5.16.3/.cpan/build/SPVM-Go-0.007002-MBm21H/t/lib/SPVM/TestCase/Go.spvm line 83
[Test Output]Proc time:1.50174999237061 at t/Go.t line 38.
t/Go.t ................. ok

Test Summary Report
-------------------
t/Go-Poll.t          (Wstat: 65280 (exited 255) Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
Files=7, Tests=34, 20 wallclock secs ( 0.05 usr  0.03 sys +  9.36 cusr  2.89 csys = 12.33 CPU)
Result: FAIL
Failed 1/7 test programs. 0/34 subtests failed.
make: *** [test_dynamic] Error 255

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

Prerequisite modules loaded:

requires:

    Module              Need     Have    
    ------------------- -------- --------
    SPVM                0.989063 0.990006
    SPVM::Sys           0.510    0.520   
    SPVM::Thread        0.001    0.001   
    SPVM::Time::HiRes   0.004    0.004   

build_requires:

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

configure_requires:

    Module              Need     Have    
    ------------------- -------- --------
    SPVM                0.989063 0.990006


------------------------------
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:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/Users/cpantesting/.cargo/bin
    PERL = 5.16.3
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 72979
    PERL5_CPAN_IS_RUNNING = 72979
    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 = 5.16.3
    PERL_INLINE_DIRECTORY = /Users/cpantesting/.Inline-5.16.3
    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-5.16.3/bin/perl
    $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                1.9800  
    CPAN::Meta          2.143240
    Cwd                 3.39_02 
    ExtUtils::CBuilder  0.280236
    ExtUtils::Command   7.58    
    ExtUtils::Install   2.06    
    ExtUtils::MakeMaker 7.58    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.51    
    File::Spec          3.39_02 
    JSON                4.10    
    JSON::PP            4.05    
    Module::Build       0.4234  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4414  
    Test2               1.302183
    Test::Harness       3.48    
    Test::More          1.302183
    YAML                n/a     
    YAML::Syck          n/a     
    version             0.99    


--

Summary of my perl5 (revision 5 version 16 subversion 3) configuration:
   
  Platform:
    osname=darwin, osvers=19.6.0, archname=darwin-thread-multi-2level
    uname='darwin harrow.local 19.6.0 darwin kernel version 19.6.0: thu oct 29 22:56:45 pdt 2020; root:xnu-6153.141.2.2~1release_x86_64 x86_64 '
    config_args='-de -Dusethreads -Dprefix=/Users/cpantesting/cpantesting/perl-5.16.3'
    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 ='-fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    optimize='-O3',
    cppflags='-fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='Apple LLVM 12.0.0 (clang-1200.0.32.27)', 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='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib
    libs=-lgdbm -ldbm -ldl -lm -lutil -lc
    perllibs=-ldl -lm -lutil -lc
    libc=, so=dylib, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags=' -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
  Built under darwin
  Compiled at Dec 29 2020 22:52:51
  %ENV:
    PERL="5.16.3"
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="72979"
    PERL5_CPAN_IS_RUNNING="72979"
    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="5.16.3"
    PERL_INLINE_DIRECTORY="/Users/cpantesting/.Inline-5.16.3"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="0"
  @INC:
    /Users/cpantesting/cpantesting/perl-5.16.3/lib/site_perl/5.16.3/darwin-thread-multi-2level
    /Users/cpantesting/cpantesting/perl-5.16.3/lib/site_perl/5.16.3
    /Users/cpantesting/cpantesting/perl-5.16.3/lib/5.16.3/darwin-thread-multi-2level
    /Users/cpantesting/cpantesting/perl-5.16.3/lib/5.16.3
    .