PATH=/usr/bin:/bin:/Users/fly2400/cpanfly-5.24/var/megalib/bin Start 2018-08-26T02:02:42 ActivePerl-2400 CPAN-2.10 Reading '/Users/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Sat, 25 Aug 2018 05:54:12 GMT Checksum for /Users/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/F/FE/FELIPE/Crypt-RSA-Parse-0.044.tar.gz ok Crypt-RSA-Parse-0.044/ Crypt-RSA-Parse-0.044/LICENSE Crypt-RSA-Parse-0.044/Changes Crypt-RSA-Parse-0.044/MANIFEST Crypt-RSA-Parse-0.044/t/ Crypt-RSA-Parse-0.044/README Crypt-RSA-Parse-0.044/META.yml Crypt-RSA-Parse-0.044/lib/ Crypt-RSA-Parse-0.044/Makefile.PL Crypt-RSA-Parse-0.044/META.json Crypt-RSA-Parse-0.044/lib/Crypt/ Crypt-RSA-Parse-0.044/lib/Crypt/RSA/ Crypt-RSA-Parse-0.044/lib/Crypt/RSA/Parse/ Crypt-RSA-Parse-0.044/lib/Crypt/RSA/Parse.pm Crypt-RSA-Parse-0.044/lib/Crypt/RSA/Parse/Public.pm Crypt-RSA-Parse-0.044/lib/Crypt/RSA/Parse/Convert_ASN1.pm Crypt-RSA-Parse-0.044/lib/Crypt/RSA/Parse/Parser/ Crypt-RSA-Parse-0.044/lib/Crypt/RSA/Parse/KeyBase.pm Crypt-RSA-Parse-0.044/lib/Crypt/RSA/Parse/Parser.pm Crypt-RSA-Parse-0.044/lib/Crypt/RSA/Parse/Template.pm Crypt-RSA-Parse-0.044/lib/Crypt/RSA/Parse/Private.pm Crypt-RSA-Parse-0.044/lib/Crypt/RSA/Parse/Parser/MathBigInt.pm Crypt-RSA-Parse-0.044/t/002_parse.t Crypt-RSA-Parse-0.044/t/001_load.t Configuring F/FE/FELIPE/Crypt-RSA-Parse-0.044.tar.gz with Makefile.PL >>> /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2400/cpanfly-5.24/var/megalib Want /Users/fly2400/ap2400-300558/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for Crypt::RSA::Parse Writing MYMETA.yml and MYMETA.json FELIPE/Crypt-RSA-Parse-0.044.tar.gz /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL -- OK Running make for F/FE/FELIPE/Crypt-RSA-Parse-0.044.tar.gz >>> make cp lib/Crypt/RSA/Parse/Parser.pm blib/lib/Crypt/RSA/Parse/Parser.pm cp lib/Crypt/RSA/Parse/Private.pm blib/lib/Crypt/RSA/Parse/Private.pm cp lib/Crypt/RSA/Parse/KeyBase.pm blib/lib/Crypt/RSA/Parse/KeyBase.pm cp lib/Crypt/RSA/Parse/Public.pm blib/lib/Crypt/RSA/Parse/Public.pm cp lib/Crypt/RSA/Parse/Convert_ASN1.pm blib/lib/Crypt/RSA/Parse/Convert_ASN1.pm cp lib/Crypt/RSA/Parse/Template.pm blib/lib/Crypt/RSA/Parse/Template.pm cp lib/Crypt/RSA/Parse/Parser/MathBigInt.pm blib/lib/Crypt/RSA/Parse/Parser/MathBigInt.pm cp lib/Crypt/RSA/Parse.pm blib/lib/Crypt/RSA/Parse.pm Manifying 1 pod document FELIPE/Crypt-RSA-Parse-0.044.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2400/ap2400-300558/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/001_load.t ... 1..1 ok 1 - use Crypt::RSA::Parse; ok t/002_parse.t .. 1..116 # public(): -----BEGIN RSA PUBLIC KEY----- ok 1 - modulus ok 2 - modulus, called N() ok 3 - size (i.e., modulus length) ok 4 - exponent ok 5 - exponent, called E() # public(): -----BEGIN PUBLIC KEY----- ok 6 - modulus ok 7 - modulus, called N() ok 8 - size (i.e., modulus length) ok 9 - exponent ok 10 - exponent, called E() # public_pkcs8() ok 11 - modulus ok 12 - modulus, called N() ok 13 - size (i.e., modulus length) ok 14 - exponent ok 15 - exponent, called E() # public(), DER ok 16 - modulus ok 17 - modulus, called N() ok 18 - size (i.e., modulus length) ok 19 - exponent ok 20 - exponent, called E() # public_pkcs8(), DER ok 21 - modulus ok 22 - modulus, called N() ok 23 - size (i.e., modulus length) ok 24 - exponent ok 25 - exponent, called E() # private(): -----BEGIN RSA PRIVATE KEY----- ok 26 - modulus ok 27 - modulus, called N() ok 28 - size (i.e., modulus length) ok 29 - version ok 30 - publicExponent ok 31 - public exponent, called E() ok 32 - 'privateExponent' isa 'Math::BigInt' ok 33 - 'D' isa 'Math::BigInt' ok 34 - 'prime1' isa 'Math::BigInt' ok 35 - 'P' isa 'Math::BigInt' ok 36 - 'prime2' isa 'Math::BigInt' ok 37 - 'Q' isa 'Math::BigInt' ok 38 - 'exponent1' isa 'Math::BigInt' ok 39 - 'DP' isa 'Math::BigInt' ok 40 - 'exponent2' isa 'Math::BigInt' ok 41 - 'DQ' isa 'Math::BigInt' ok 42 - 'coefficient' isa 'Math::BigInt' ok 43 - 'QINV' isa 'Math::BigInt' # private(): -----BEGIN PRIVATE KEY----- ok 44 - modulus ok 45 - modulus, called N() ok 46 - size (i.e., modulus length) ok 47 - version ok 48 - publicExponent ok 49 - public exponent, called E() ok 50 - 'privateExponent' isa 'Math::BigInt' ok 51 - 'D' isa 'Math::BigInt' ok 52 - 'prime1' isa 'Math::BigInt' ok 53 - 'P' isa 'Math::BigInt' ok 54 - 'prime2' isa 'Math::BigInt' ok 55 - 'Q' isa 'Math::BigInt' ok 56 - 'exponent1' isa 'Math::BigInt' ok 57 - 'DP' isa 'Math::BigInt' ok 58 - 'exponent2' isa 'Math::BigInt' ok 59 - 'DQ' isa 'Math::BigInt' ok 60 - 'coefficient' isa 'Math::BigInt' ok 61 - 'QINV' isa 'Math::BigInt' # private_pkcs8() ok 62 - modulus ok 63 - modulus, called N() ok 64 - size (i.e., modulus length) ok 65 - version ok 66 - publicExponent ok 67 - public exponent, called E() ok 68 - 'privateExponent' isa 'Math::BigInt' ok 69 - 'D' isa 'Math::BigInt' ok 70 - 'prime1' isa 'Math::BigInt' ok 71 - 'P' isa 'Math::BigInt' ok 72 - 'prime2' isa 'Math::BigInt' ok 73 - 'Q' isa 'Math::BigInt' ok 74 - 'exponent1' isa 'Math::BigInt' ok 75 - 'DP' isa 'Math::BigInt' ok 76 - 'exponent2' isa 'Math::BigInt' ok 77 - 'DQ' isa 'Math::BigInt' ok 78 - 'coefficient' isa 'Math::BigInt' ok 79 - 'QINV' isa 'Math::BigInt' # private(), DER ok 80 - modulus ok 81 - modulus, called N() ok 82 - size (i.e., modulus length) ok 83 - version ok 84 - publicExponent ok 85 - public exponent, called E() ok 86 - 'privateExponent' isa 'Math::BigInt' ok 87 - 'D' isa 'Math::BigInt' ok 88 - 'prime1' isa 'Math::BigInt' ok 89 - 'P' isa 'Math::BigInt' ok 90 - 'prime2' isa 'Math::BigInt' ok 91 - 'Q' isa 'Math::BigInt' ok 92 - 'exponent1' isa 'Math::BigInt' ok 93 - 'DP' isa 'Math::BigInt' ok 94 - 'exponent2' isa 'Math::BigInt' ok 95 - 'DQ' isa 'Math::BigInt' ok 96 - 'coefficient' isa 'Math::BigInt' ok 97 - 'QINV' isa 'Math::BigInt' # private_pkcs8(), DER ok 98 - modulus ok 99 - modulus, called N() ok 100 - size (i.e., modulus length) ok 101 - version ok 102 - publicExponent ok 103 - public exponent, called E() ok 104 - 'privateExponent' isa 'Math::BigInt' ok 105 - 'D' isa 'Math::BigInt' ok 106 - 'prime1' isa 'Math::BigInt' ok 107 - 'P' isa 'Math::BigInt' ok 108 - 'prime2' isa 'Math::BigInt' ok 109 - 'Q' isa 'Math::BigInt' ok 110 - 'exponent1' isa 'Math::BigInt' ok 111 - 'DP' isa 'Math::BigInt' ok 112 - 'exponent2' isa 'Math::BigInt' ok 113 - 'DQ' isa 'Math::BigInt' ok 114 - 'coefficient' isa 'Math::BigInt' ok 115 - 'QINV' isa 'Math::BigInt' ok 116 - no warnings ok All tests successful. Files=2, Tests=117, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.36 cusr 0.03 csys = 0.43 CPU) Result: PASS FELIPE/Crypt-RSA-Parse-0.044.tar.gz make test TEST_VERBOSE=1 -- OK Felipe Gasper <felipe@cpan.org> Parse RSA keys >>> (cd /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/Crypt-RSA-Parse-0.044-_uJzyh && tar cvf - Crypt-RSA-Parse-0.044.ppd blib) | gzip -c >/Users/fly2400/cpanfly-5.24/var/REPO/F/FE/FELIPE/Crypt-RSA-Parse-0.044.tar.gz Crypt-RSA-Parse-0.044.ppd blib/ blib/lib/ blib/lib/Crypt/ blib/lib/Crypt/RSA/ blib/lib/Crypt/RSA/Parse/ blib/lib/Crypt/RSA/Parse/Convert_ASN1.pm blib/lib/Crypt/RSA/Parse/KeyBase.pm blib/lib/Crypt/RSA/Parse/Parser/ blib/lib/Crypt/RSA/Parse/Parser/MathBigInt.pm blib/lib/Crypt/RSA/Parse/Parser.pm blib/lib/Crypt/RSA/Parse/Private.pm blib/lib/Crypt/RSA/Parse/Public.pm blib/lib/Crypt/RSA/Parse/Template.pm blib/lib/Crypt/RSA/Parse.pm blib/man3/ blib/man3/Crypt::RSA::Parse.3 Finished 2018-08-26T02:02:44