perl11 / cperl

A perl5 with classes, types, compilable, company friendly, security
http://perl11.org/
Other
142 stars 17 forks source link

B-C failures on ARMv7 with 5.24.0-RC4 #185

Open fperrad opened 8 years ago

fperrad commented 8 years ago

The full test output:

~/perl5/perlbrew/build/cperl-5.24.0-RC4/cpan/B-C$ make test
make[1]: Entering directory '/home/fperrad/perl5/perlbrew/build/cperl-5.24.0-RC4/cpan/B-C/ByteLoader'
No tests defined for ByteLoader extension.
make[1]: Leaving directory '/home/fperrad/perl5/perlbrew/build/cperl-5.24.0-RC4/cpan/B-C/ByteLoader'
make[1]: Entering directory '/home/fperrad/perl5/perlbrew/build/cperl-5.24.0-RC4/cpan/B-C/Stash'
No tests defined for B::Stash extension.
make[1]: Leaving directory '/home/fperrad/perl5/perlbrew/build/cperl-5.24.0-RC4/cpan/B-C/Stash'
make[1]: Entering directory '/home/fperrad/perl5/perlbrew/build/cperl-5.24.0-RC4/cpan/B-C/ByteLoader'
Manifying 1 pod document
make[1]: Leaving directory '/home/fperrad/perl5/perlbrew/build/cperl-5.24.0-RC4/cpan/B-C/ByteLoader'
make[1]: Entering directory '/home/fperrad/perl5/perlbrew/build/cperl-5.24.0-RC4/cpan/B-C/Stash'
Manifying 1 pod document
make[1]: Leaving directory '/home/fperrad/perl5/perlbrew/build/cperl-5.24.0-RC4/cpan/B-C/Stash'
"../../miniperl" ByteLoader/hints/522_patched.pl
PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "../../perl" "-I../../lib" "-I../../lib" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, '../../lib', '../../lib')" t/*.t
t/asmdata.t .... ok     
t/assembler.t .. ok       
t/bblock.t ..... ok   
t/bytecode.t ... skipped: -- perl5.22 broke ByteLoader
t/c.t .......... 10/50 
#   Failed test 'wanted: "133", $? = 11, got: ""'
#   at t/TestBC.pm line 965.
t/c.t .......... 50/50 # Looks like you failed 1 test of 50.
t/c.t .......... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/50 subtests 
t/c_argv.t ..... ok   
t/c_o3.t ....... 10/50 
#   Failed test 'wanted: "133", $? = 11, got: ""'
#   at t/TestBC.pm line 965.
t/c_o3.t ....... 48/50 
#   Failed test 'wanted: "ok", $? = 11, got: ""'
#   at t/TestBC.pm line 965.
t/c_o3.t ....... 50/50 # Looks like you failed 2 tests of 50.
t/c_o3.t ....... Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/50 subtests 
t/cc.t ......... 9/106 
#   Failed test 'wanted: "3", $? = 65280, got: ""'
#   at t/TestBC.pm line 965.
t/cc.t ......... 10/106 
#   Failed test 'wanted: "133", $? = 65280, got: ""'
#   at t/TestBC.pm line 965.
t/cc.t ......... 31/106 
#   Failed test 'wanted: "date;who am i;ls -l;", $? = 65280, got: ""'
#   at t/TestBC.pm line 965.
t/cc.t ......... 42/106 
#   Failed test 'wanted: "ok", $? = 65280, got: ""'
#   at t/TestBC.pm line 965.
t/cc.t ......... 43/106 
#   Failed test 'wanted: "ok", $? = 65280, got: ""'
#   at t/TestBC.pm line 965.
t/cc.t ......... 48/106 
#   Failed test 'wanted: "ok", $? = 11, got: ""'
#   at t/TestBC.pm line 965.
t/cc.t ......... 50/106 
#   Failed test 'wanted: "ok", $? = 65280, got: ""'
#   at t/TestBC.pm line 965.
t/cc.t ......... 106/106 # Looks like you failed 7 tests of 106.
t/cc.t ......... Dubious, test returned 7 (wstat 1792, 0x700)
Failed 7/106 subtests 
t/cc_last.t .... 3/4 Warning: Label not found at compile time for "last LOOP"
t/cc_last.t .... 4/4 
#   Failed test 'non local loop exit'
#   at t/TestBC.pm line 1255.
# Looks like you failed 1 test of 4.
t/cc_last.t .... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests 
t/e_perlcc.t ... 74/87 ERROR Invalid bytecode: bad magic (want 0x43424c50 PLBC or 0x434a4c50 PLJC, got 0x2f202123) at pcc.plc line 1.
t/e_perlcc.t ... ok     
t/issue219.t ... ok   
t/issue245.t ... ok   
t/modules.t .... # -O3 --staticxs ok
# scanning installed modules
# Warning: IPC::Run is not available. Error trapping will be limited, no timeouts.
t/modules.t .... 5/40 
#   Failed test '2: use Test::Harness -O3 --testsuite --no-spawn gives expected 'ok' output'
#   at t/modules.t line 226.
#                   'pccTest_Harness.pl syntax OK
# Constant subroutine _IOFBF redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _IOLBF redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _IONBF redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SEEK_SET redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SEEK_CUR redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SEEK_END redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine B0 redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine B110 redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine B1200 redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine B134 redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine B150 redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine B1800 redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine B19200 redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine B200 redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine B2400 redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine B300 redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine B38400 redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine B4800 redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine B50 redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine B600 redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine B75 redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine B9600 redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine BRKINT redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine BUFSIZ redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine CHAR_BIT redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine CHAR_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine CHAR_MIN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine CLOCAL redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine CLOCKS_PER_SEC redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine CREAD redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine CS5 redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine CS6 redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine CS7 redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine CS8 redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine CSIZE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine CSTOPB redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine E2BIG redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EACCES redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EADDRINUSE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EADDRNOTAVAIL redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EAFNOSUPPORT redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EAGAIN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EALREADY redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EBADF redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EBADMSG redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EBUSY redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ECANCELED redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ECHILD redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ECHO redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ECHOE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ECHOK redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ECHONL redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ECONNABORTED redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ECONNREFUSED redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ECONNRESET redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EDEADLK redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EDESTADDRREQ redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EDOM redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EDQUOT redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EEXIST redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EFAULT redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EFBIG redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EHOSTDOWN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EHOSTUNREACH redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EIDRM redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EILSEQ redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EINPROGRESS redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EINTR redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EINVAL redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EIO redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EISCONN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EISDIR redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ELOOP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EMFILE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EMLINK redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EMSGSIZE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENAMETOOLONG redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENETDOWN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENETRESET redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENETUNREACH redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENFILE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENOBUFS redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENODATA redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENODEV redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENOENT redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENOEXEC redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENOLCK redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENOLINK redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENOMEM redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENOMSG redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENOPROTOOPT redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENOSPC redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENOSR redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENOSTR redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENOSYS redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENOTBLK redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENOTCONN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENOTDIR redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENOTEMPTY redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENOTRECOVERABLE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENOTSOCK redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENOTSUP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENOTTY redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ENXIO redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EOF redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EOPNOTSUPP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EOVERFLOW redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EOWNERDEAD redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EPERM redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EPFNOSUPPORT redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EPIPE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EPROTO redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EPROTONOSUPPORT redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EPROTOTYPE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ERANGE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EREMOTE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ERESTART redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EROFS redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ESHUTDOWN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ESOCKTNOSUPPORT redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ESPIPE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ESRCH redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ESTALE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ETIME redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ETIMEDOUT redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ETOOMANYREFS redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ETXTBSY redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EUSERS redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EWOULDBLOCK redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EXDEV redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FILENAME_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine F_OK redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine HUPCL redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ICANON redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ICRNL redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine IEXTEN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine IGNBRK redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine IGNCR redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine IGNPAR redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine INLCR redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine INPCK redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine INT_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine INT_MIN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ISIG redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ISTRIP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine IXOFF redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine IXON redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine LC_ALL redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine LC_COLLATE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine LC_CTYPE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine LC_MESSAGES redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine LC_MONETARY redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine LC_NUMERIC redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine LC_TIME redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine LONG_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine LONG_MIN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine L_ctermid redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine L_cuserid redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine L_tmpnam redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine NAME_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine NCCS redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine NGROUPS_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine NOFLSH redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine OPOST redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine PARENB redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine PARMRK redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine PARODD redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine PATH_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine PIPE_BUF redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine RAND_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine R_OK redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SCHAR_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SCHAR_MIN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SHRT_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SHRT_MIN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGABRT redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGALRM redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGCHLD redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGCONT redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGFPE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGHUP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGILL redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGINT redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGKILL redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGPIPE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGQUIT redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGSEGV redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGSTOP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGTERM redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGTSTP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGTTIN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGTTOU redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGUSR1 redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGUSR2 redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIG_BLOCK redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIG_SETMASK redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIG_UNBLOCK redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SSIZE_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGBUS redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGPOLL redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGPROF redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGSYS redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGTRAP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGURG redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGVTALRM redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGXCPU redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGXFSZ redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine STDERR_FILENO redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine STDIN_FILENO redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine STDOUT_FILENO redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine TCIFLUSH redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine TCIOFF redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine TCIOFLUSH redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine TCION redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine TCOFLUSH redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine TCOOFF redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine TCOON redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine TCSADRAIN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine TCSAFLUSH redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine TCSANOW redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine TMP_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine TOSTOP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine VEOF redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine VEOL redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine VERASE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine VINTR redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine VKILL redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine VMIN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine VQUIT redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine VSTART redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine VSTOP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine VSUSP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine VTIME redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine WNOHANG redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine WUNTRACED redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine W_OK redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine X_OK redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _PC_CHOWN_RESTRICTED redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _PC_LINK_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _PC_MAX_CANON redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _PC_MAX_INPUT redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _PC_NAME_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _PC_NO_TRUNC redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _PC_PATH_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _PC_PIPE_BUF redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _PC_VDISABLE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _SC_ARG_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _SC_CHILD_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _SC_CLK_TCK redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _SC_JOB_CONTROL redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _SC_NGROUPS_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _SC_OPEN_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _SC_PAGESIZE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _SC_SAVED_IDS redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _SC_STREAM_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _SC_TZNAME_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _SC_VERSION redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EAI_AGAIN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EAI_BADFLAGS redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EAI_FAIL redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EAI_FAMILY redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EAI_MEMORY redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EAI_NONAME redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EAI_SERVICE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EAI_SOCKTYPE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EAI_SYSTEM redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EAI_OVERFLOW redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EXIT_FAILURE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine EXIT_SUCCESS redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine NULL redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FE_DOWNWARD redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FE_TONEAREST redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FE_TOWARDZERO redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FE_UPWARD redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _POSIX_ARG_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _POSIX_CHILD_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _POSIX_CHOWN_RESTRICTED redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _POSIX_LINK_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _POSIX_MAX_CANON redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _POSIX_MAX_INPUT redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _POSIX_NAME_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _POSIX_NGROUPS_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _POSIX_NO_TRUNC redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _POSIX_OPEN_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _POSIX_PATH_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _POSIX_PIPE_BUF redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _POSIX_SSIZE_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _POSIX_STREAM_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _POSIX_TZNAME_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _POSIX_VDISABLE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _POSIX_VERSION redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ILL_ILLOPC redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ILL_ILLOPN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ILL_ILLADR redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ILL_ILLTRP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ILL_PRVOPC redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ILL_PRVREG redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ILL_COPROC redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ILL_BADSTK redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FPE_INTDIV redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FPE_INTOVF redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FPE_FLTDIV redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FPE_FLTOVF redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FPE_FLTUND redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FPE_FLTRES redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FPE_FLTINV redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FPE_FLTSUB redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SEGV_MAPERR redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SEGV_ACCERR redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine BUS_ADRALN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine BUS_ADRERR redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine BUS_OBJERR redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine TRAP_BRKPT redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine TRAP_TRACE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine CLD_EXITED redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine CLD_KILLED redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine CLD_DUMPED redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine CLD_TRAPPED redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine CLD_STOPPED redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine CLD_CONTINUED redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine POLL_IN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine POLL_OUT redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine POLL_MSG redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine POLL_ERR redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine POLL_PRI redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine POLL_HUP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SI_USER redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SI_QUEUE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SI_TIMER redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SI_ASYNCIO redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SI_MESGQ redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine DBL_DIG redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine DBL_MANT_DIG redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine DBL_MAX_10_EXP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine DBL_MAX_EXP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine DBL_MIN_10_EXP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine DBL_MIN_EXP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FLT_DIG redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FLT_MANT_DIG redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FLT_MAX_10_EXP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FLT_MAX_EXP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FLT_MIN_10_EXP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FLT_MIN_EXP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FLT_RADIX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine LDBL_DIG redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine LDBL_MANT_DIG redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine LDBL_MAX_10_EXP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine LDBL_MAX_EXP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine LDBL_MIN_10_EXP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine LDBL_MIN_EXP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FP_ILOGB0 redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FP_ILOGBNAN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FP_INFINITE redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FP_NAN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FP_NORMAL redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FP_SUBNORMAL redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FP_ZERO redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SA_NOCLDSTOP redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SA_NOCLDWAIT redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SA_NODEFER redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SA_ONSTACK redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SA_RESETHAND redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SA_RESTART redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SA_SIGINFO redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine UCHAR_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine UINT_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine ULONG_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine USHRT_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _POSIX_JOB_CONTROL redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine _POSIX_SAVED_IDS redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIG_DFL redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIG_ERR redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIG_IGN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FLT_ROUNDS redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine HUGE_VAL redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine INFINITY redefined, called by pccTest_Harness.pl:0.000000 at pccTest_Harness.pl line -1.
# Constant subroutine NAN redefined, called by pccTest_Harness.pl:0.000000 at pccTest_Harness.pl line -1.
# Constant subroutine Inf redefined, called by pccTest_Harness.pl:0.000000 at pccTest_Harness.pl line -1.
# Constant subroutine NaN redefined, called by pccTest_Harness.pl:0.000000 at pccTest_Harness.pl line -1.
# Constant subroutine DBL_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FLT_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine LDBL_MAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine LDBL_MIN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine LDBL_EPSILON redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine DBL_EPSILON redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine DBL_MIN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FLT_EPSILON redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine FLT_MIN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGRTMAX redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# Constant subroutine SIGRTMIN redefined, called by pccTest_Harness.pl:-1 at pccTest_Harness.pl line -1.
# '
#     doesn't match '(?^ms:ok$)'
# Failed: /home/fperrad/perl5/perlbrew/build/cperl-5.24.0-RC4/perl -Iblib/arch -Iblib/lib blib/script/perlcc -O3 --testsuite --no-spawn -opccTest_Harness -r pccTest_Harness.pl -e 'use Test::Harness; print "ok"'
t/modules.t .... 37/40 # c
# pass   9 /  10 (90.0%)
# fail   1 /  10 (10.0%)
# todo   0 /   1 (0.0%)
# skip   0 /  10 (0.0% not installed)
# Looks like you failed 1 test of 40.
t/modules.t .... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/40 subtests 
t/o.t .......... ok   
t/perldoc.t .... cc: internal compiler error: Killed (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.9/README.Bugs> for instructions.
t/perldoc.t .... 1/7 
#   Failed test './perldoc compiled'
#   at t/perldoc.t line 61.
t/perldoc.t .... 5/7 # Looks like you failed 1 test of 7.
t/perldoc.t .... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/7 subtests 
    (less 3 skipped subtests: 3 okay)
t/stash.t ...... # got = main,attributes,Carp,Regexp,constant,coretypes,Exporter,re,warnings,strict,DB,mro,PerlIO
# (after sorting)
# got = attributes Carp constant coretypes DB Exporter main mro PerlIO re Regexp strict warnings
t/stash.t ...... 1/4 # (after perlio censorings)
# got = attributes Carp constant coretypes DB Exporter main mro re Regexp strict warnings
# (after platform censorings)
# got = attributes Carp constant coretypes DB Exporter main mro re Regexp strict warnings
t/stash.t ...... ok   
t/stashes.t .... ok   

Test Summary Report
-------------------
t/c.t        (Wstat: 256 Tests: 50 Failed: 1)
  Failed test:  10
  Non-zero exit status: 1
t/c_o3.t     (Wstat: 512 Tests: 50 Failed: 2)
  Failed tests:  10, 48
  Non-zero exit status: 2
t/cc.t       (Wstat: 1792 Tests: 106 Failed: 7)
  Failed tests:  9-10, 31, 42-43, 48, 50
  Non-zero exit status: 7
t/cc_last.t  (Wstat: 256 Tests: 4 Failed: 1)
  Failed test:  4
  Non-zero exit status: 1
t/e_perlcc.t (Wstat: 0 Tests: 87 Failed: 0)
  TODO passed:   22
t/modules.t  (Wstat: 256 Tests: 40 Failed: 1)
  Failed test:  7
  Non-zero exit status: 1
t/perldoc.t  (Wstat: 256 Tests: 7 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=17, Tests=593, 3688 wallclock secs ( 1.29 usr  0.24 sys + 3679.49 cusr 179.46 csys = 3860.48 CPU)
Result: FAIL
Failed 6/17 test programs. 13/593 subtests failed.

cperl-5.24.0-RC4 (built by perlbrew)

$ cperl -V
Summary of my cperl (revision 5 version 24 subversion 0) configuration:

  Platform:
    osname=linux, osvers=3.4.107-lime, archname=armv7l-linux
    uname='linux lime 3.4.107-lime #15 smp preempt fri may 22 11:36:49 cest 2015 armv7l gnulinux '
    config_args='-de -Dprefix=/home/fperrad/perl5/perlbrew/perls/cperl-5.24.0-RC4 -Dusecperl -Aeval:scriptdir=/home/fperrad/perl5/perlbrew/perls/cperl-5.24.0-RC4/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  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 --pipe',
    cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion='', gccversion='4.9.2', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234, doublekind=3
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8, longdblkind=0
    ivtype='long', ivsize=4, 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/gcc/arm-linux-gnueabihf/4.9/include-fixed /usr/include/arm-linux-gnueabihf /usr/lib /lib/arm-linux-gnueabihf /lib /usr/lib/arm-linux-gnueabihf
    libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.19.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.19'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 --pipe -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_FNV1A
                        PERL_MALLOC_WRAP PERL_PERTURB_KEYS_TOP
                        PERL_PRESERVE_IVUV USE_CPERL USE_LARGE_FILES
                        USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_PERLIO
                        USE_PERL_ATOF
  Locally applied patches:
    RC4
  Built under linux
  Compiled at Jul 17 2016 11:58:25
  %ENV:
    PERLBREW_BASHRC_VERSION="0.76"
    PERLBREW_HOME="/home/fperrad/.perlbrew"
    PERLBREW_MANPATH="/home/fperrad/perl5/perlbrew/perls/perl-5.24.0/man"
    PERLBREW_PATH="/home/fperrad/perl5/perlbrew/bin:/home/fperrad/perl5/perlbrew/perls/perl-5.24.0/bin"
    PERLBREW_PERL="perl-5.24.0"
    PERLBREW_ROOT="/home/fperrad/perl5/perlbrew"
    PERLBREW_VERSION="0.76"
  @INC:
    /home/fperrad/perl5/perlbrew/perls/cperl-5.24.0-RC4/lib/site_cperl/5.24.0/armv7l-linux
    /home/fperrad/perl5/perlbrew/perls/cperl-5.24.0-RC4/lib/site_cperl/5.24.0
    /home/fperrad/perl5/perlbrew/perls/cperl-5.24.0-RC4/lib/5.24.0/armv7l-linux
    /home/fperrad/perl5/perlbrew/perls/cperl-5.24.0-RC4/lib/5.24.0

the gcc from Debian Jessie (armhf)

$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.9/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-armhf --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-armhf --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-sjlj-exceptions --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb --enable-checking=release --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 4.9.2 (Debian 4.9.2-10) 
rurban commented 8 years ago

Thanks, that's interesting. I never had armv7l test results for B-C. Looks like I have to setup such a VM and skip the tests until then.

solaris and other exotic BSD's have the same problem btw.

edrozenberg commented 4 years ago

I'm not a Perl expert by any means. Is there any way to tell modules not to use B-C at all for any reason? Some modules ("distributions" in perl universe I guess) are causing B-C to be installed and B-C fails to install due to failed tests. Fast server, x86_64, 12 cores etc. Slackware Linux 64 14.2+.

Or should I just FORCE FORCE SKIP TEST install this thing (i.e. just f'ing do it and stop wasting my limited time on this planet).

Appreciate any suggestions.

Running make test for RURBAN/B-C-1.57.tar.gz
"/usr/bin/perl5.30.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- C.bs blib/arch/auto/B/C/C.bs 644
Skip blib/lib/B/Stackobj.pm (unchanged)
Skip blib/lib/B/C.pm (unchanged)
Skip blib/lib/B/perlcompile.pod (unchanged)
Skip blib/lib/B/Assembler.pm (unchanged)
Skip blib/lib/B/Asmdata.pm (unchanged)
Skip blib/lib/B/Disassembler.pm (unchanged)
Skip blib/lib/B/Bblock.pm (unchanged)
Skip blib/lib/B/Bytecode.pm (unchanged)
Skip blib/lib/B/Bytecode56.pm (unchanged)
cp lib/B/C/Config.pm blib/lib/B/C/Config.pm
Skip blib/lib/B/CC.pm (unchanged)
Skip blib/lib/B/perloptree.pod (unchanged)
make[1]: Entering directory '/root/.cpan/build/B-C-1.57-3/ByteLoader'
"/usr/bin/perl5.30.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- ByteLoader.bs ../blib/arch/auto/ByteLoader/ByteLoader.bs 644
Manifying 2 pod documents
make[1]: Leaving directory '/root/.cpan/build/B-C-1.57-3/ByteLoader'
make[1]: Entering directory '/root/.cpan/build/B-C-1.57-3/Stash'
"/usr/bin/perl5.30.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- Stash.bs ../blib/arch/auto/B/Stash/Stash.bs 644
Manifying 1 pod document
make[1]: Leaving directory '/root/.cpan/build/B-C-1.57-3/Stash'
"/usr/bin/perl5.30.2" "-I/usr/lib64/perl5" ByteLoader/hints/522_patched.pl
"/usr/bin/perl5.30.2" "-Iblib/arch" "-Iblib/lib" script/perlcc.PL script/perlcc
Extracting perlcc (with variable substitutions)
cp script/perlcc blib/script/perlcc
"/usr/bin/perl5.30.2" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/perlcc
make[1]: Entering directory '/root/.cpan/build/B-C-1.57-3/ByteLoader'
"/usr/bin/perl5.30.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- ByteLoader.bs ../blib/arch/auto/ByteLoader/ByteLoader.bs 644
No tests defined for ByteLoader extension.
make[1]: Leaving directory '/root/.cpan/build/B-C-1.57-3/ByteLoader'
make[1]: Entering directory '/root/.cpan/build/B-C-1.57-3/Stash'
"/usr/bin/perl5.30.2" -MExtUtils::Command::MM -e 'cp_nonempty' -- Stash.bs ../blib/arch/auto/B/Stash/Stash.bs 644
No tests defined for B::Stash extension.
make[1]: Leaving directory '/root/.cpan/build/B-C-1.57-3/Stash'
PERL_DL_NONLAZY=1 "/usr/bin/perl5.30.2" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/asmdata.t ....... ok     
t/assembler.t ..... ok       
t/bblock.t ........ ok   
t/bytecode.t ...... skipped: -- perl5.22 broke ByteLoader
t/c.t ............. ok     
t/c_allow_opts.t .. ok   
t/c_argv.t ........ In file included from /usr/include/sys/types.h:25,
                 from /usr/lib64/perl5/CORE/perl.h:697,
                 from ccode_argv.c:4:
/usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  382 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
t/c_argv.t ........ 1/4 In file included from /usr/include/sys/types.h:25,
                 from /usr/lib64/perl5/CORE/perl.h:697,
                 from ccode_argv.c:5:
/usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  382 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
t/c_argv.t ........ 2/4 In file included from /usr/include/sys/types.h:25,
                 from /usr/lib64/perl5/CORE/perl.h:697,
                 from ccode_argv.c:4:
/usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  382 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
t/c_argv.t ........ ok   
t/c_cross.t ....... 3/9 In file included from /usr/include/sys/types.h:25,
                 from /usr/lib64/perl5/CORE/perl.h:697,
                 from ccross.c:4:
/usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  382 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
t/c_cross.t ....... ok   
t/c_o1.t .......... skipped: Only if -d .git
t/c_o2.t .......... skipped: Only if -d .git
t/c_o3.t .......... ok     
t/c_o4.t .......... skipped: Only if -d .git
t/cc.t ............ ok       
t/cc_last.t ....... ok   
t/cc_o1.t ......... skipped: Only if -d .git
t/cc_o2.t ......... skipped: Only if -d .git
t/e_perlcc.t ...... 74/87 ERROR Invalid bytecode: bad magic (want 0x43424c50 PLBC or 0x434a4c50 PLJC, got 0x2f202123) at pcc.plc line 1.
t/e_perlcc.t ...... ok     
t/issue105.t ...... ok   
t/issue130.t ...... ok   
t/issue141.t ...... ok   
t/issue143.t ...... ok   
t/issue144.t ...... ok   
t/issue148.t ...... ok   
t/issue159.t ...... ok   
t/issue169.t ...... ok   
t/issue172.t ...... ok   
t/issue183.t ...... ok   
t/issue184.t ...... ok   
t/issue185.t ...... ok   
t/issue197.t ...... ok   
t/issue200.t ...... ok   
t/issue201.t ...... skipped: Only if -d .git
t/issue203.t ...... skipped: Only if -d .git
t/issue206.t ...... ok   
t/issue208.t ...... ok   
t/issue211.t ...... skipped: under harness
t/issue212.t ...... ok   
t/issue219.t ...... ok   
t/issue220.t ...... ok   
t/issue229.t ...... skipped: Only for author
t/issue232.t ...... ok   
t/issue234.t ...... ok   
t/issue235.t ...... ok   
t/issue237.t ...... ok   
t/issue238.t ...... ok   
t/issue24.t ....... 1/3 In file included from /usr/include/sys/types.h:25,
                 from /usr/lib64/perl5/CORE/perl.h:697,
                 from pccNRUob.c:4:
/usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  382 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
t/issue24.t ....... ok   
t/issue240.t ...... ok   
t/issue242.t ...... ok   
t/issue245.t ...... ok   
t/issue251.t ...... ok   
t/issue256.t ...... ok   
t/issue259.t ...... skipped: JSON::XS required for testing issue259
t/issue27.t ....... skipped: LWP::UserAgent not installed
t/issue272.t ...... ok   
t/issue273.t ...... ok   
t/issue274.t ...... ok   
t/issue2741.t ..... ok   
t/issue281.t ...... ok   
t/issue282.t ...... ok   
t/issue287.t ...... ok   
t/issue29.t ....... In file included from /usr/include/sys/types.h:25,
                 from /usr/lib64/perl5/CORE/perl.h:697,
                 from ccode29i.c:4:
/usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  382 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
t/issue29.t ....... 1/2 Can't locate object method "ix" via package "0" (perhaps you forgot to load "0"?) at blib/lib/B/Bytecode.pm line 1017.
CHECK failed--call queue aborted.
t/issue29.t ....... ok   
t/issue293.t ...... skipped: Coro required for testing issue #293
t/issue301.t ...... ok   
t/issue305.t ...... skipped: No Encode support yet with v5.26
t/issue306.t ...... ok   
t/issue308.t ...... ok   
t/issue31.t ....... ok   
t/issue312.t ...... In file included from /usr/include/sys/types.h:25,
                 from /usr/lib64/perl5/CORE/perl.h:697,
                 from ccode312i.c:4:
/usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  382 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
t/issue312.t ...... 1/2 In file included from /usr/include/sys/types.h:25,
                 from /usr/lib64/perl5/CORE/perl.h:697,
                 from ccode312i.c:4:
/usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  382 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
t/issue312.t ...... ok   
t/issue318.t ...... 1/3 Warning: Label not found at compile time for "last LOOP"
t/issue318.t ...... ok   
t/issue32.t ....... In file included from /usr/include/sys/types.h:25,
                 from /usr/lib64/perl5/CORE/perl.h:697,
                 from ccode32i.c:4:
/usr/include/features.h:382:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  382 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
t/issue32.t ....... ok   
t/issue330.t ...... ok   
t/issue338.t ...... 1/2 The encoding pragma is no longer supported. Check cperl at ccode333i_2c_o3.pl line 1.
BEGIN failed--compilation aborted at ccode333i_2c_o3.pl line 1.
Signal SIGWINCH received, but no signal handler set.
[root@calc1 /usr/local/share]# The encoding pragma is no longer supported. Check cperl at ccode333i_2c_o3.pl line 1.
BEGIN failed--compilation aborted at ccode333i_2c_o3.pl line 1.
t/issue338.t ...... ok   
t/issue34.t ....... ok   
t/issue340.t ...... skipped: require Net::DNS and IO::Socket::INET6
t/issue348.t ...... ok   
t/issue35.t ....... ok   
t/issue350.t ...... skipped: Compile Moose only if -d .git
t/issue354.t ...... ok   
t/issue36.t ....... ok   
t/issue368.t ...... skipped: EV required for testing issue #368
t/issue369.t ...... skipped: Coro and EV are required for testing issue #369
t/issue37.t ....... ok   
t/issue38.t ....... ok   
t/issue39.t ....... ok   
t/issue390.t ...... ok   
t/issue391.t ...... ok   
t/issue403.t ...... ok   
t/issue42.t ....... ok   
t/issue44.t ....... ok   
t/issue45.t ....... skipped: Only if -d .git
t/issue46.t ....... ok   
t/issue47.t ....... Warning: Label not found at compile time for "last GETFILE"
Warning: Label not found at compile time for "last GETFILE"
t/issue47.t ....... ok   
t/issue48.t ....... ok   
t/issue49.t ....... ok   
t/issue50.t ....... ok   
t/issue51.t ....... ok   
t/issue52.t ....... ok   
t/issue54.t ....... 93: string constant argument contains NUL: "A\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\000F\371\001\000\000\000\000\001\000\000\000\000\000\000\000\000F\371\001\000\000\000\000\001\000\000\000\000\000\000\000\377\377\377\377\377\377\377\377\001\000\000\000\000\000\000\000\201\000\000\000\000\000\000\000p\327\301\001\000\000\000\000P\323\301\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000P\326\301\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\377\377\377\377\000\000\000\000\000\000\000\000\000\000\000\000\340\244u\003\340\244u\003\000\000\000\000\000\000\000\000A\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\210\346\375\001\000\000\000\000\004\000\000\000\000\000\000\000]2\034_\b\000\000\000ccode54p\000\000\375\001\000\000\000\000@\000\000\000\000\000\000\000\221\000\000\000\000\000\000\000p\266\357\001\000\000\000\000\020\240\262\001\000\000\000\0008\244\262\001\000\000\000\000h\244\262\001\000\000\000\0008\244\262\001\000\000\000\000\260\341\275\001\000\000\000\000h\244\262\001\000\000\000\000h\244\262\001\000\000\000\000h\244\262\001\000\000\000\000\020\371\367\001\000\000\000\0000\223\375\001\000\000\000\000\300\322\375\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000`>\322\001\000\000\000\000\260,\266\275\261\177\000\000@\375\364\001\000\000\000\000\201\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\377\377\377\377\000\000\000\000\000\000\000\000\000\000\000\000\202\321\271\214\202\321\271\214\000\000\000\000\000\000\000\000"
There were 1 assembly errors
CHECK failed--call queue aborted.
t/issue54.t ....... ok   
t/issue59.t ....... ok   
t/issue68.t ....... skipped: perl5.22 broke ByteLoader
t/issue71.t ....... 2/3 Warning: Label not found at compile time for "last GETFILE"
Warning: Label not found at compile time for "last GETFILE"
t/issue71.t ....... ok   
t/issue76.t ....... ok   
t/issue81.t ....... ok   
t/issue90.t ....... 2/15 Warning: Label not found at compile time for "last GETFILE"
Warning: Label not found at compile time for "last GETFILE"
Test Summary Report
-------------------
t/issue169.t    (Wstat: 0 Tests: 3 Failed: 0)
  TODO passed:   2-3
t/issue24.t     (Wstat: 0 Tests: 3 Failed: 0)
  TODO passed:   2-3
t/issue301.t    (Wstat: 0 Tests: 2 Failed: 0)
  TODO passed:   2
t/issue306.t    (Wstat: 0 Tests: 4 Failed: 0)
  TODO passed:   1-4
t/issue39.t     (Wstat: 0 Tests: 1 Failed: 0)
  TODO passed:   1
t/issue42.t     (Wstat: 0 Tests: 1 Failed: 0)
  TODO passed:   1
t/issue48.t     (Wstat: 0 Tests: 1 Failed: 0)
  TODO passed:   1
t/issue50.t     (Wstat: 0 Tests: 1 Failed: 0)
  TODO passed:   1
t/issue81.t     (Wstat: 0 Tests: 3 Failed: 0)
  TODO passed:   3
t/issue90.t     (Wstat: 0 Tests: 15 Failed: 0)
  TODO passed:   2
t/issue93.t     (Wstat: 0 Tests: 9 Failed: 0)
  TODO passed:   1, 7
t/issue95.t     (Wstat: 512 Tests: 5 Failed: 2)
  Failed tests:  2, 4
  TODO passed:   5
  Non-zero exit status: 2
Files=117, Tests=801, 1604 wallclock secs ( 0.57 usr  0.18 sys + 1373.64 cusr 65.72 csys = 1440.11 CPU)
Result: FAIL
Failed 1/117 test programs. 2/801 subtests failed.
make: *** [Makefile:1210: test_dynamic] Error 255
rurban commented 4 years ago

To your question: I don't know of any module requiring B::C. If do it's a bug.

To the tests, nice! Only one failure remaining. This can easily be skipped. I have possibility to test on exotic platforms, but this looks easy. Beware that I release new versions only every 1-2 years