CryptX v0.053_002 Perl 5 v5.22.1 x86_64-gnukfreebsd

Status
Pass
From
Chris Williams (BINGOS)
Dist
CryptX v0.053_002
Platform
Perl 5 v5.22.1 x86_64-gnukfreebsd
Date
2017-09-21 15:53:11
ID
f8378010-9ee4-11e7-a074-e1beba07c9dd
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 MIK,

This is a computer-generated error report created automatically by
CPANPLUS, version 0.9168. Testers personal comments may appear
at the end of this report.


Thank you for uploading your work to CPAN.  Congratulations!
All tests were successful.

TEST RESULTS:

Below is the error stack from stage 'make test':

"/home/cpan/pit/bare/perl-5.22.1/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CryptX.bs blib/arch/auto/CryptX/CryptX.bs 644
PERL_DL_NONLAZY=1 "/home/cpan/pit/bare/perl-5.22.1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Testing CryptX 0.053_002, Perl 5.022001 gnukfreebsd /home/cpan/pit/bare/perl-5.22.1/bin/perl
# osname       = gnukfreebsd
# myarchname   = x86_64-gnukfreebsd
# myuname      = gnukfreebsd kondor 10.1-0-amd64 #0 wed, 16 mar 2016 23:16:33 +0000 x86_64 amd64 qemu virtual cpu version 2.0.0 gnukfreebsd 
# intsize      = 4
# longsize     = 8
# longlongsize = 8
# ptrsize      = 8
# byteorder    = 12345678
# 
# LibTomCrypt 1.18.0-rc2 (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
#    CAST5
#    Noekeon
#    Skipjack
#    Khazad
#    Anubis  (tweaked)
#    KSEED
#    KASUMI
#    MULTI2
#    Camellia
# Stream ciphers built-in:
#    ChaCha
#    RC4
#    SOBER128
# 
# Hashes built-in:
#    SHA3
#    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_WD=10)
#    SOBER128
# 
# PK Algs:
#    RSA (with blinding and CRT hardening)
#    DH
#    ECC (with blinding)
#    DSA
# 
# MPI (Math):
#    LTC_MPI
#    LTM_DESC
#    LTC_MILLER_RABIN_REPS=35
# 
# Compiler:
#    GCC compiler 4.9.2.
#    x86-64 detected.
# 
# Various others:  ARGTYPE=0  ADLER32  BASE64  BASE64-URL-SAFE  CRC32  DER  LTC_DER_MAX_PUBKEY_SIZE=4096  PKCS#1  PKCS#5  HKDF  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_ASM  LTC_NO_TEST  LTC_ECC_SHAMIR 
# 
# MP_PROVIDER  = LibTomMath
# MP_DIGIT_BIT = 60
# 
t/001_compile.t ..................... ok
t/002_all_pm.t ...................... ok
t/003_all_pm_pod.t .................. skipped: Test::Pod not installed
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_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_skipjack.t ................. ok
t/cipher_stream.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_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_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=1.9997
t/mbi_ltm_01load.t .................. ok
t/mbi_ltm_bigfltpm.t ................ skipped: requires Math::BigFloat 1.999715+
t/mbi_ltm_bigintg.t ................. ok
t/mbi_ltm_bigintpm.t ................ skipped: requires Math::BigInt 1.999712+
t/mbi_ltm_biglog.t .................. ok
t/mbi_ltm_bigroot.t ................. ok
t/mbi_ltm_bugs.t .................... skipped: requires Math::BigInt 1.999712+
t/mbi_ltm_mbi-from-big-scalar.t ..... skipped: requires Math::BigInt 1.999712+
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_enc_pem.t ...................... ok
t/pk_rsa.t .......................... ok
t/pk_rsa_test_vectors_openssl.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
# SPECIAL: tcId 55
# sig-len:65 sig-hex:303d021c1e41b479ad576905b960fe14eadb91b0ccf34843dab916173bb8c9cd021d00ade65988d237d30f9ef41dd424a4e1c8f16967cf3365813fe87862360000
# msg-len:5 msg-hex:48656c6c6f
# hash-len:28 hash-hex:4149da18aa8bfc2b1e382c6c26556d01a92c261b6436dad5e3be3fcc
# hash:SHA224 valid_m:0 valid_h:0
t/wycheproof.t ...................... ok
All tests successful.
Files=121, Tests=15896, 14 wallclock secs ( 1.05 usr  0.15 sys + 11.15 cusr  0.97 csys = 13.32 CPU)
Result: PASS


PREREQUISITES:

Here is a list of prerequisites you specified and versions we
managed to load:

	  Module Name                        Have     Want
	  ExtUtils::MakeMaker                7.30        0

Perl module toolchain versions installed:
	Module Name                        Have
	CPANPLUS                         0.9168
	CPANPLUS::Dist::Build              0.88
	Cwd                                3.62
	ExtUtils::CBuilder             0.280226
	ExtUtils::Command                  7.30
	ExtUtils::Install                  2.14
	ExtUtils::MakeMaker                7.30
	ExtUtils::Manifest                 1.70
	ExtUtils::ParseXS                  3.30
	File::Spec                         3.62
	Module::Build                    0.4224
	Pod::Parser                        1.63
	Pod::Simple                        3.29
	Test2                          1.302086
	Test::Harness                      3.39
	Test::More                     1.302086
	version                          0.9918

******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive
identical messages about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:


This report was machine-generated by CPANPLUS::Dist::YACSmoke 1.02.
Powered by minismokebox version 0.68

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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_GB.UTF-8
    LANGUAGE = en_GB:en
    NONINTERACTIVE_TESTING = 1
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
    PERL5LIB = :/home/cpan/pit/bare/conf/perl-5.22.1/.cpanplus/5.22.1/build/LX3lLKVNqW/CryptX-0.053_002/blib/lib:/home/cpan/pit/bare/conf/perl-5.22.1/.cpanplus/5.22.1/build/LX3lLKVNqW/CryptX-0.053_002/blib/arch
    PERL5_CPANPLUS_IS_RUNNING = 30190
    PERL5_CPANPLUS_IS_VERSION = 0.9168
    PERL5_MINISMOKEBOX = 0.68
    PERL5_YACSMOKE_BASE = /home/cpan/pit/bare/conf/perl-5.22.1
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = screen

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

    Perl: $^X = /home/cpan/pit/bare/perl-5.22.1/bin/perl
    UID:  $<  = 1001
    EUID: $>  = 1001
    GID:  $(  = 1001 1001
    EGID: $)  = 1001 1001


-------------------------------


--

Summary of my perl5 (revision 5 version 22 subversion 1) configuration:
   
  Platform:
    osname=gnukfreebsd, osvers=10.1-0-amd64, archname=x86_64-gnukfreebsd
    uname='gnukfreebsd kondor 10.1-0-amd64 #0 wed, 16 mar 2016 23:16:33 +0000 x86_64 amd64 qemu virtual cpu version 2.0.0 gnukfreebsd '
    config_args='-des -Dprefix=/home/cpan/pit/bare/perl-5.22.1'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    use64bitint=define, use64bitall=define, 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',
    cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion='', gccversion='4.9.2', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678, doublekind=3
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16, longdblkind=3
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib/gcc/x86_64-kfreebsd-gnu/4.9/include-fixed /usr/include/x86_64-kfreebsd-gnu /usr/lib /lib/x86_64-kfreebsd-gnu /lib/../lib /usr/lib/x86_64-kfreebsd-gnu /usr/lib/../lib /lib
    libs=-lpthread -lnsl -lgdbm -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/usr/lib/x86_64-kfreebsd-gnu/libc.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 -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
                        USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES
                        USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_PERLIO
                        USE_PERL_ATOF
  Locally applied patches:
	Devel::PatchPerl 1.42
  Built under gnukfreebsd
  Compiled at May  7 2016 02:07:11
  %ENV:
    PERL5LIB=":/home/cpan/pit/bare/conf/perl-5.22.1/.cpanplus/5.22.1/build/LX3lLKVNqW/CryptX-0.053_002/blib/lib:/home/cpan/pit/bare/conf/perl-5.22.1/.cpanplus/5.22.1/build/LX3lLKVNqW/CryptX-0.053_002/blib/arch"
    PERL5_CPANPLUS_IS_RUNNING="30190"
    PERL5_CPANPLUS_IS_VERSION="0.9168"
    PERL5_MINISMOKEBOX="0.68"
    PERL5_YACSMOKE_BASE="/home/cpan/pit/bare/conf/perl-5.22.1"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/cpan/pit/bare/conf/perl-5.22.1/.cpanplus/5.22.1/build/LX3lLKVNqW/CryptX-0.053_002/blib/lib
    /home/cpan/pit/bare/conf/perl-5.22.1/.cpanplus/5.22.1/build/LX3lLKVNqW/CryptX-0.053_002/blib/arch
    /home/cpan/pit/bare/perl-5.22.1/lib/site_perl/5.22.1/x86_64-gnukfreebsd
    /home/cpan/pit/bare/perl-5.22.1/lib/site_perl/5.22.1
    /home/cpan/pit/bare/perl-5.22.1/lib/5.22.1/x86_64-gnukfreebsd
    /home/cpan/pit/bare/perl-5.22.1/lib/5.22.1
    .