CryptX v0.085 Perl 5 v5.16.3 darwin-thread-multi-2level

Status
Fail
From
David Cantrell (DCANTRELL)
Dist
CryptX v0.085
Platform
Perl 5 v5.16.3 darwin-thread-multi-2level
Date
2025-04-28 22:04:36
ID
c5c301d8-247c-11f0-b01e-9556e0bc8336
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 Karel Miko,

This is a computer-generated report for CryptX-0.085
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':

"/Users/cpantesting/cpantesting/perl-5.16.3/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CryptX.bs blib/arch/auto/CryptX/CryptX.bs 644
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
# Testing CryptX 0.085, Perl 5.016003 darwin /Users/cpantesting/cpantesting/perl-5.16.3/bin/perl
# osname       = darwin
# osvers       = 19.6.0
# archname     = darwin-thread-multi-2level
# uname        = uname
# myarchname   = i386-darwin
# myuname      = 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 
# gccversion   = Apple LLVM 12.0.0 (clang-1200.0.32.27)
# ccversion    = 
# cc           = cc
# intsize      = 4
# longsize     = 8
# longlongsize = 8
# ptrsize      = 8
# byteorder    = 12345678
# 
# LibTomCrypt 1.18.2-develop (www.libtom.net)
# LibTomCrypt is public domain software.
# 
# 
# Endianness: little (64-bit words)
# Clean stack: disabled
# 
# Ciphers built-in:
#    Blowfish
#    RC2
#    RC5
#    RC6
#    Safer+
#    Safer
#    Rijndael
#    XTEA
#    Twofish (tables)
#    DES
#    DES-X
#    3DES
#    SM4
#    CAST5
#    Noekeon
#    Skipjack
#    Khazad
#    Anubis  (tweaked)
#    KSEED
#    KASUMI
#    MULTI2
#    Camellia
#    IDEA
#    Serpent
#    TEA
# Stream ciphers built-in:
#    ChaCha
#    Salsa20
#    XSalsa20
#    Sosemanuk
#    Rabbit
#    RC4
#    SOBER128
# 
# Hashes built-in:
#    SHA3
#    KECCAK
#    SHA-512
#    SHA-384
#    SHA-512/256
#    SHA-256
#    SHA-512/224
#    SHA-224
#    TIGER
#    SHA1
#    MD5
#    MD4
#    MD2
#    RIPEMD128
#    RIPEMD160
#    RIPEMD256
#    RIPEMD320
#    WHIRLPOOL
#    BLAKE2S
#    BLAKE2B
#    CHC_HASH
# 
# Block Chaining Modes:
#    CFB
#    OFB
#    ECB
#    CBC
#    CTR
#    LRW (tables) 
#    F8
#    XTS
# 
# MACs:
#    HMAC
#    OMAC
#    PMAC
#    PELICAN
#    XCBC
#    F9
#    POLY1305
#    BLAKE2S MAC
#    BLAKE2B MAC
# 
# ENC + AUTH modes:
#    EAX
#    OCB
#    OCB3
#    CCM
#    GCM (tables) 
#    CHACHA20POLY1305
# 
# PRNG:
#    Yarrow (LTC_YARROW_AES=2)
#    SPRNG
#    RC4
#    ChaCha20
#    Fortuna (LTC_FORTUNA_POOLS=32, LTC_FORTUNA_RESEED_RATELIMIT_STATIC, LTC_FORTUNA_WD=10)
#    SOBER128
# 
# PK Crypto:
#    RSA (with blinding and CRT hardening)
#    DH
#    ECC (with blinding)
#    DSA
#    Ed25519
#    X25519
#    LTC_PK_MAX_RETRIES=20
# 
# MPI (Math):
#    LTC_MPI
#    LTM_DESC
#    LTC_MILLER_RABIN_REPS=40
# 
# Compiler:
#    Clang compiler 17.0.0 (clang-1700.0.13.3).
#    x86-64 detected.
# 
# Various others:  ARGTYPE=4  ADLER32  AES-NI  BASE64  BASE64-URL-SAFE  BASE32  BASE16  BCRYPT  LTC_BCRYPT_DEFAULT_ROUNDS=10  CRC32  DER  LTC_DER_MAX_RECURSION=30  PKCS#1  PKCS#5  PKCS#8  PKCS#12  PADDING  HKDF  PBES1  PBES2  PEM  LTC_PEM_DECODE_BUFSZ=80  LTC_PEM_READ_BUFSIZE=8192  SSH  OpenSSH-PEM  LTC_DEVRANDOM  LTC_TRY_URANDOM_FIRST  LTC_RNG_GET_BYTES  LTC_RNG_MAKE_PRNG  LTC_HASH_HELPERS  LTC_FILE_READ_BUFSIZE=8192  LTC_FAST  LTC_ROx_BUILTIN  LTC_NO_TEST  LTC_ECC_SHAMIR 
# 
# MP_PROVIDER  = LibTomMath
# MP_DIGIT_BIT = 60
# 
t/001_compile.t ..................... ok
t/002_all_pm.t ...................... skipped: set AUTHOR_MODE to enable this test (developer only!)
t/003_all_pm_pod.t .................. skipped: set AUTHOR_MODE to enable this test (developer only!)
t/004_all_pm_pod_spelling.t ......... skipped: set AUTHOR_MODE to enable this test (developer only!)
t/005_all_pm_pod_coverage.t ......... skipped: set AUTHOR_MODE to enable this test (developer only!)
t/auth_enc_ccm.t .................... ok
t/auth_enc_ccm_test_vector_ltc.t .... ok
t/auth_enc_chacha20poly1305.t ....... ok
t/auth_enc_eax.t .................... ok
t/auth_enc_eax_test_vector_ltc.t .... ok
t/auth_enc_gcm.t .................... ok
t/auth_enc_gcm_test_vector_ltc.t .... ok
t/auth_enc_ocb.t .................... ok
t/auth_enc_ocb_test_vectors_ietf.t .. ok
t/checksum.t ........................ ok
t/cipher_aes.t ...................... ok
t/cipher_aes_test_vectors_bc.t ...... ok
t/cipher_anubis.t ................... ok
t/cipher_blowfish.t ................. ok
t/cipher_camellia.t ................. ok
t/cipher_cast5.t .................... ok
t/cipher_des.t ...................... ok
t/cipher_des_ede.t .................. ok
t/cipher_idea.t ..................... ok
t/cipher_idea_compat.t .............. ok
t/cipher_kasumi.t ................... ok
t/cipher_khazad.t ................... ok
t/cipher_multi2.t ................... ok
t/cipher_multi2_rounds.t ............ ok
t/cipher_noekeon.t .................. ok
t/cipher_rc2.t ...................... ok
t/cipher_rc5.t ...................... ok
t/cipher_rc6.t ...................... ok
t/cipher_safer_k128.t ............... ok
t/cipher_safer_k64.t ................ ok
t/cipher_safer_sk128.t .............. ok
t/cipher_safer_sk64.t ............... ok
t/cipher_saferp.t ................... ok
t/cipher_seed.t ..................... ok
t/cipher_seed_test_vectors_bc.t ..... ok
t/cipher_serpent.t .................. ok
t/cipher_serpent_compat.t ........... ok
t/cipher_skipjack.t ................. ok
t/cipher_stream.t ................... ok
t/cipher_stream_rabbit.t ............ ok
t/cipher_stream_salsa20.t ........... ok
t/cipher_test_vectors_ltc.t ......... ok
t/cipher_test_vectors_openssl.t ..... ok
t/cipher_twofish.t .................. ok
t/cipher_twofish_test_vectors_bc.t .. ok
t/cipher_xtea.t ..................... ok
t/cipher_xtea_test_vectors_bc.t ..... ok
t/crypt-misc.t ...................... ok
t/digest_blake2b_160.t .............. ok
t/digest_blake2b_256.t .............. ok
t/digest_blake2b_384.t .............. ok
t/digest_blake2b_512.t .............. ok
t/digest_blake2s_128.t .............. ok
t/digest_blake2s_160.t .............. ok
t/digest_blake2s_224.t .............. ok
t/digest_blake2s_256.t .............. ok
t/digest_chaes.t .................... ok
t/digest_keccak224.t ................ ok
t/digest_keccak256.t ................ ok
t/digest_keccak384.t ................ ok
t/digest_keccak512.t ................ ok
t/digest_md2.t ...................... ok
t/digest_md4.t ...................... ok
t/digest_md5.t ...................... ok
t/digest_ripemd128.t ................ ok
t/digest_ripemd160.t ................ ok
t/digest_ripemd256.t ................ ok
t/digest_ripemd320.t ................ ok
t/digest_sha1.t ..................... ok
t/digest_sha224.t ................... ok
t/digest_sha256.t ................... ok
t/digest_sha384.t ................... ok
t/digest_sha3_224.t ................. ok
t/digest_sha3_256.t ................. ok
t/digest_sha3_384.t ................. ok
t/digest_sha3_512.t ................. ok
t/digest_sha512.t ................... ok
t/digest_sha512_224.t ............... ok
t/digest_sha512_256.t ............... ok
t/digest_shake.t .................... ok
t/digest_test_vectors_ltc.t ......... ok
t/digest_tiger192.t ................. ok
t/digest_whirlpool.t ................ ok
t/jwk.t ............................. ok
t/key_derivation.t .................. ok
t/mac_blake2b.t ..................... ok
t/mac_blake2s.t ..................... ok
t/mac_f9.t .......................... ok
t/mac_hmac.t ........................ ok
t/mac_hmac_nist.t ................... ok
t/mac_hmac_test_vectors_ltc.t ....... ok
t/mac_omac.t ........................ ok
t/mac_omac_test_vectors_ltc.t ....... ok
t/mac_pelican.t ..................... ok
t/mac_pmac.t ........................ ok
t/mac_pmac_test_vectors_ltc.t ....... ok
t/mac_poly1305.t .................... ok
t/mac_xcbc.t ........................ ok
# Math::BigInt VERSION=2.005003
t/mbi_ltm_01load.t .................. ok

#   Failed test '$x = Math::BigFloat->new("+2"); $y = Math::BigFloat->new("+3"); Math::BigFloat::bgcd($x, $y);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '1'

#   Failed test '$x = Math::BigFloat->new("+3"); $y = Math::BigFloat->new("+2"); Math::BigFloat::bgcd($x, $y);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '1'

#   Failed test '$x = Math::BigFloat->new("-3"); $y = Math::BigFloat->new("+2"); Math::BigFloat::bgcd($x, $y);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '1'

#   Failed test '$x = Math::BigFloat->new("-3"); $y = Math::BigFloat->new("-2"); Math::BigFloat::bgcd($x, $y);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '1'

#   Failed test '$x = Math::BigFloat->new("-144"); $y = Math::BigFloat->new("-60"); Math::BigFloat::bgcd($x, $y);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '12'

#   Failed test '$x = Math::BigFloat->new("144"); $y = Math::BigFloat->new("-60"); Math::BigFloat::bgcd($x, $y);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '12'

#   Failed test '$x = Math::BigFloat->new("144"); $y = Math::BigFloat->new("60"); Math::BigFloat::bgcd($x, $y);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '12'

#   Failed test '$x = Math::BigFloat->new("100"); $y = Math::BigFloat->new("625"); Math::BigFloat::bgcd($x, $y);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '25'

#   Failed test '$x = Math::BigFloat->new("4096"); $y = Math::BigFloat->new("81"); Math::BigFloat::bgcd($x, $y);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '1'

#   Failed test '$x = Math::BigFloat->new("1034"); $y = Math::BigFloat->new("804"); Math::BigFloat::bgcd($x, $y);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '2'

#   Failed test '$x = Math::BigFloat->new("27"); $y = Math::BigFloat->new("90"); $z = Math::BigFloat->new("56"); Math::BigFloat::bgcd($x, $y, $z);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '1'

#   Failed test '$x = Math::BigFloat->new("27"); $y = Math::BigFloat->new("90"); $z = Math::BigFloat->new("54"); Math::BigFloat::bgcd($x, $y, $z);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '9'

#   Failed test '$x = Math::BigFloat->new("+0"); $y = Math::BigFloat->new("+0"); Math::BigFloat::blcm($x, $y);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: '0'
#     expected: 'NaN'

#   Failed test '$x = Math::BigFloat->new("+27"); $y = Math::BigFloat->new("+90"); Math::BigFloat::blcm($x, $y);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '270'

#   Failed test '$x = Math::BigFloat->new("+1034"); $y = Math::BigFloat->new("+804"); Math::BigFloat::blcm($x, $y);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '415668'

#   Failed test '$x = Math::BigFloat->new("1"); $y = Math::BigFloat->new("10"); $x->bsin($y);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '0.8414709848'

#   Failed test '$x = Math::BigFloat->new("2.1"); $y = Math::BigFloat->new("12"); $x->bsin($y);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '0.863209366649'

#   Failed test '$x = Math::BigFloat->new("1.2"); $y = Math::BigFloat->new("13"); $x->bsin($y);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '0.9320390859672'

#   Failed test '$x = Math::BigFloat->new("0.2"); $y = Math::BigFloat->new("13"); $x->bsin($y);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '0.1986693307951'

#   Failed test '$x = Math::BigFloat->new("3.2"); $y = Math::BigFloat->new("12"); $x->bsin($y);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '-0.0583741434276'

#   Failed test '$x = Math::BigFloat->new("3"); $y = Math::BigFloat->new("4"); $z = Math::BigFloat->new("8"); $x->bmodpow($y, $z);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '1'

#   Failed test '$x = Math::BigFloat->new("3"); $y = Math::BigFloat->new("4"); $z = Math::BigFloat->new("7"); $x->bmodpow($y, $z);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '4'

#   Failed test '$x = Math::BigFloat->new("3"); $y = Math::BigFloat->new("4"); $z = Math::BigFloat->new("7"); $x->bmodpow($y, $z);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '4'

#   Failed test '$x = Math::BigFloat->new("77777"); $y = Math::BigFloat->new("777"); $z = Math::BigFloat->new("123456789"); $x->bmodpow($y, $z);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '99995084'

#   Failed test '$x = Math::BigFloat->new("3.2"); $y = Math::BigFloat->new("6.2"); $z = Math::BigFloat->new("5.2"); $x->bmodpow($y, $z);'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '2.970579856718063040273642739529400818'

#   Failed test '$x = Math::BigFloat->new("9"); $y = Math::BigFloat->new("4"); $Math::BigFloat::round_mode = "even"; join(",", $x->bdiv($y));'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '2,1'

#   Failed test '$x = Math::BigFloat->new("9"); $y = Math::BigFloat->new("5"); $Math::BigFloat::round_mode = "even"; join(",", $x->bdiv($y));'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '1,4'

#   Failed test '$x = Math::BigFloat->new("2.1"); $y = Math::BigFloat->new("-1"); $Math::BigFloat::round_mode = "even"; join(",", $x->bdiv($y));'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '-2.1,0'

#   Failed test '$x = Math::BigFloat->new("2.1"); $y = Math::BigFloat->new("1"); $Math::BigFloat::round_mode = "even"; join(",", $x->bdiv($y));'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '2.1,0'

#   Failed test '$x = Math::BigFloat->new("-2.1"); $y = Math::BigFloat->new("-1"); $Math::BigFloat::round_mode = "even"; join(",", $x->bdiv($y));'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '2.1,0'

#   Failed test '$x = Math::BigFloat->new("-2.1"); $y = Math::BigFloat->new("1"); $Math::BigFloat::round_mode = "even"; join(",", $x->bdiv($y));'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '-2.1,0'

#   Failed test '$x = Math::BigFloat->new("+9"); $y = Math::BigFloat->new("4"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '1'

#   Failed test '$x = Math::BigFloat->new("+9"); $y = Math::BigFloat->new("5"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '4'

#   Failed test '$x = Math::BigFloat->new("+9000"); $y = Math::BigFloat->new("56"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '40'

#   Failed test '$x = Math::BigFloat->new("+56"); $y = Math::BigFloat->new("9000"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '56'

#   Failed test '$x = Math::BigFloat->new("1"); $y = Math::BigFloat->new("2"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '1'

#   Failed test '$x = Math::BigFloat->new("1000000000"); $y = Math::BigFloat->new("9"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '1'

#   Failed test '$x = Math::BigFloat->new("2000000000"); $y = Math::BigFloat->new("9"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '2'

#   Failed test '$x = Math::BigFloat->new("3000000000"); $y = Math::BigFloat->new("9"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '3'

#   Failed test '$x = Math::BigFloat->new("4000000000"); $y = Math::BigFloat->new("9"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '4'

#   Failed test '$x = Math::BigFloat->new("5000000000"); $y = Math::BigFloat->new("9"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '5'

#   Failed test '$x = Math::BigFloat->new("6000000000"); $y = Math::BigFloat->new("9"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '6'

#   Failed test '$x = Math::BigFloat->new("7000000000"); $y = Math::BigFloat->new("9"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '7'

#   Failed test '$x = Math::BigFloat->new("8000000000"); $y = Math::BigFloat->new("9"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '8'

#   Failed test '$x = Math::BigFloat->new("9000000000"); $y = Math::BigFloat->new("9"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '0'

#   Failed test '$x = Math::BigFloat->new("35500000"); $y = Math::BigFloat->new("113"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '33'

#   Failed test '$x = Math::BigFloat->new("71000000"); $y = Math::BigFloat->new("226"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '66'

#   Failed test '$x = Math::BigFloat->new("106500000"); $y = Math::BigFloat->new("339"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '99'

#   Failed test '$x = Math::BigFloat->new("1000000000"); $y = Math::BigFloat->new("3"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '1'

#   Failed test '$x = Math::BigFloat->new("10"); $y = Math::BigFloat->new("5"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '0'

#   Failed test '$x = Math::BigFloat->new("100"); $y = Math::BigFloat->new("4"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '0'

#   Failed test '$x = Math::BigFloat->new("1000"); $y = Math::BigFloat->new("8"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '0'

#   Failed test '$x = Math::BigFloat->new("10000"); $y = Math::BigFloat->new("16"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '0'

#   Failed test '$x = Math::BigFloat->new("999999999999"); $y = Math::BigFloat->new("9"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '0'

#   Failed test '$x = Math::BigFloat->new("999999999999"); $y = Math::BigFloat->new("99"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '0'

#   Failed test '$x = Math::BigFloat->new("999999999999"); $y = Math::BigFloat->new("999"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '0'

#   Failed test '$x = Math::BigFloat->new("999999999999"); $y = Math::BigFloat->new("9999"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '0'

#   Failed test '$x = Math::BigFloat->new("999999999999999"); $y = Math::BigFloat->new("99999"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '0'

#   Failed test '$x = Math::BigFloat->new("-9"); $y = Math::BigFloat->new("+5"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '1'

#   Failed test '$x = Math::BigFloat->new("+9"); $y = Math::BigFloat->new("-5"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '-1'

#   Failed test '$x = Math::BigFloat->new("-9"); $y = Math::BigFloat->new("-5"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '-4'

#   Failed test '$x = Math::BigFloat->new("-5"); $y = Math::BigFloat->new("3"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '1'

#   Failed test '$x = Math::BigFloat->new("-2"); $y = Math::BigFloat->new("3"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '1'

#   Failed test '$x = Math::BigFloat->new("4"); $y = Math::BigFloat->new("3"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '1'

#   Failed test '$x = Math::BigFloat->new("1"); $y = Math::BigFloat->new("3"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '1'

#   Failed test '$x = Math::BigFloat->new("-5"); $y = Math::BigFloat->new("-3"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '-2'

#   Failed test '$x = Math::BigFloat->new("-2"); $y = Math::BigFloat->new("-3"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '-2'

#   Failed test '$x = Math::BigFloat->new("4"); $y = Math::BigFloat->new("-3"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '-2'

#   Failed test '$x = Math::BigFloat->new("1"); $y = Math::BigFloat->new("-3"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '-2'

#   Failed test '$x = Math::BigFloat->new("100041000510123"); $y = Math::BigFloat->new("3"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '0'

#   Failed test '$x = Math::BigFloat->new("152403346"); $y = Math::BigFloat->new("12345"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '4321'

#   Failed test '$x = Math::BigFloat->new("123"); $y = Math::BigFloat->new("2.5"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '0.5'

#   Failed test '$x = Math::BigFloat->new("1230"); $y = Math::BigFloat->new("2.5"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '0'

#   Failed test '$x = Math::BigFloat->new("123.4"); $y = Math::BigFloat->new("2.5"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '0.9'

#   Failed test '$x = Math::BigFloat->new("123e1"); $y = Math::BigFloat->new("25"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '5'

#   Failed test '$x = Math::BigFloat->new("-2.1"); $y = Math::BigFloat->new("1"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '0.9'

#   Failed test '$x = Math::BigFloat->new("2.1"); $y = Math::BigFloat->new("1"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '0.1'

#   Failed test '$x = Math::BigFloat->new("-2.1"); $y = Math::BigFloat->new("-1"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '-0.1'

#   Failed test '$x = Math::BigFloat->new("2.1"); $y = Math::BigFloat->new("-1"); $x % $y;'
#   at ./t/mbi_ltm/bigfltpm.inc line 168.
#          got: undef
#     expected: '-0.9'
# Looks like you planned 2391 tests but ran 2319.
# Looks like you failed 79 tests of 2319 run.
t/mbi_ltm_bigfltpm.t ................ 
Dubious, test returned 79 (wstat 20224, 0x4f00)
Failed 151/2391 subtests 
	(less 1 skipped subtest: 2239 okay)
t/mbi_ltm_bigintg.t ................. ok
t/mbi_ltm_bigintpm.t ................ ok
t/mbi_ltm_biglog.t .................. ok
t/mbi_ltm_bigroot.t ................. ok
t/mbi_ltm_bugs.t .................... ok
# use64=1 ivsize=8 ivtype=long use64bitint=define
t/mbi_ltm_mbi-from-big-scalar.t ..... ok
t/mbi_ltm_since_1.999837.t .......... ok
t/mbi_ltm_since_1.999842.t .......... ok
t/mbi_ltm_storable.t ................ ok
t/mode_cbc.t ........................ ok
t/mode_cfb.t ........................ ok
t/mode_ctr.t ........................ ok
t/mode_ecb.t ........................ ok
t/mode_ofb.t ........................ ok
t/pk_dh.t ........................... ok
t/pk_dsa.t .......................... ok
t/pk_dsa_test_vectors_openssl.t ..... ok
t/pk_ecc.t .......................... ok
t/pk_ecc_test_vectors_openssl.t ..... ok
t/pk_ed25519.t ...................... ok
t/pk_enc_pem.t ...................... ok
t/pk_rsa.t .......................... ok
t/pk_rsa_test_vectors_openssl.t ..... ok
t/pk_x25519.t ....................... ok
t/pkcs8.t ........................... ok
t/prng.t ............................ ok
t/prng_chacha20.t ................... ok
t/prng_fortuna.t .................... ok
t/prng_rc4.t ........................ ok
t/prng_sober128.t ................... ok
t/prng_yarrow.t ..................... ok
t/sshkey.t .......................... ok

Test Summary Report
-------------------
t/mbi_ltm_bigfltpm.t              (Wstat: 20224 (exited 79) Tests: 2319 Failed: 79)
  Failed tests:  35-46, 53, 59-60, 69, 74-77, 1515-1519
                1622-1627, 1762-1765, 1830, 1833-1865, 1868-1869
                1872-1879
  Non-zero exit status: 79
  Parse errors: Bad plan.  You planned 2391 tests but ran 2319.
Files=137, Tests=25181, 26 wallclock secs ( 2.73 usr  0.56 sys + 22.36 cusr  2.42 csys = 28.07 CPU)
Result: FAIL
Failed 1/137 test programs. 79/25181 subtests failed.
make: *** [test_dynamic] Error 255

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

Prerequisite modules loaded:

requires:

    Module              Need  Have    
    ------------------- ----- --------
    Math::BigInt        0     2.005003
    perl                5.006 5.016003

build_requires:

    Module              Need  Have    
    ------------------- ----- --------
    ExtUtils::MakeMaker 0     7.58    
    Test::More          0     1.302210

configure_requires:

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


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_GB.UTF-8
    LC_TERMINAL = iTerm2
    LC_TERMINAL_VERSION = 3.5.13
    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:/opt/X11/bin:/Library/Apple/usr/bin:/Applications/VMware Fusion.app/Contents/Public:/usr/local/zfs/bin:/Users/cpantesting/.cargo/bin
    PERL = 5.16.3
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 21744
    PERL5_CPAN_IS_RUNNING = 21744
    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
    TMPDIR = /var/folders/zy/47mkymr176b35xhyp425tk7h0000gq/T/

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 399 703 702 701 100
    $EGID = 20 20 12 61 399 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.280235
    ExtUtils::Command   7.58    
    ExtUtils::Install   2.06    
    ExtUtils::MakeMaker 7.58    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.16    
    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.302210
    Test::Harness       3.50    
    Test::More          1.302210
    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="21744"
    PERL5_CPAN_IS_RUNNING="21744"
    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
    .