PATH=/usr/bin:/bin:/Users/fly2000/cpanfly-5.20/var/megalib/bin Start 2017-09-17T10:14:25 ActivePerl-2000 CPAN-2.10 Reading '/Users/fly2000/cpanfly-5.20/var/cpan/Metadata' Database was generated on Sun, 17 Sep 2017 02:17:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/L/LE/LEADER/Crypt-LE-0.27.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/L/LE/LEADER/CHECKSUMS Checksum for /Users/fly2000/cpanfly-5.20/var/cpan/sources/authors/id/L/LE/LEADER/Crypt-LE-0.27.tar.gz ok Crypt-LE-0.27 Crypt-LE-0.27/META.json Crypt-LE-0.27/Changes Crypt-LE-0.27/Makefile.PL Crypt-LE-0.27/README.md Crypt-LE-0.27/MANIFEST Crypt-LE-0.27/LICENSE Crypt-LE-0.27/README Crypt-LE-0.27/META.yml Crypt-LE-0.27/script Crypt-LE-0.27/script/le.pl Crypt-LE-0.27/lib Crypt-LE-0.27/lib/Crypt Crypt-LE-0.27/lib/Crypt/LE.pm Crypt-LE-0.27/lib/Crypt/LE Crypt-LE-0.27/lib/Crypt/LE/Complete Crypt-LE-0.27/lib/Crypt/LE/Complete/Simple.pm Crypt-LE-0.27/lib/Crypt/LE/Challenge Crypt-LE-0.27/lib/Crypt/LE/Challenge/Simple.pm Crypt-LE-0.27/t Crypt-LE-0.27/t/00-load.t Crypt-LE-0.27/t/01-setup.t Crypt-LE-0.27/t/02-workflow.t Configuring L/LE/LEADER/Crypt-LE-0.27.tar.gz with Makefile.PL >>> /Users/fly2000/ap2000-298465/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2000/cpanfly-5.20/var/megalib Want /Users/fly2000/ap2000-298465/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::LE Writing MYMETA.yml and MYMETA.json LEADER/Crypt-LE-0.27.tar.gz /Users/fly2000/ap2000-298465/bin/perl-dynamic Makefile.PL -- OK Running make for L/LE/LEADER/Crypt-LE-0.27.tar.gz >>> make cp lib/Crypt/LE/Complete/Simple.pm blib/lib/Crypt/LE/Complete/Simple.pm cp lib/Crypt/LE.pm blib/lib/Crypt/LE.pm cp lib/Crypt/LE/Challenge/Simple.pm blib/lib/Crypt/LE/Challenge/Simple.pm cp script/le.pl blib/script/le.pl "/Users/fly2000/ap2000-298465/bin/perl-dynamic" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/le.pl Manifying 3 pod documents LEADER/Crypt-LE-0.27.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2000/ap2000-298465/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing Crypt::LE 0.27, Perl 5.020001, /Users/fly2000/ap2000-298465/bin/perl-dynamic t/00-load.t ...... ok 1 - use Crypt::LE; 1..1 ok # Testing Crypt::LE 0.27, Setup methods, /Users/fly2000/ap2000-298465/bin/perl-dynamic t/01-setup.t ..... 1..59 ok 1 - Crypt::LE->can('load_account_key') ok 2 - Crypt::LE->can('generate_account_key') ok 3 - Crypt::LE->can('account_key') ok 4 - Crypt::LE->can('load_csr') ok 5 - Crypt::LE->can('generate_csr') ok 6 - Crypt::LE->can('csr') ok 7 - Crypt::LE->can('csr_key') ok 8 - Crypt::LE->can('set_account_email') ok 9 - Crypt::LE->can('set_domains') ok 10 - Crypt::LE->can('export_pfx') ok 11 - Setting domain names with no value ok 12 - Setting domain names with unsupported entity type (URI) ok 13 - Setting domain names with unsupported entity type (IP) ok 14 - Setting domain names with unsupported entity type (email) ok 15 - Setting domain names with unsupported entity type (dotless name) ok 16 - Setting domain names with unsupported entity type (wildcard) ok 17 - Setting domain names with a string ok 18 - Setting domain names with an array ref ok 19 - Checking the domain names set ok 20 - Loading non-existent key ok 21 - Generating account key ok 22 - Getting account key ok 23 - Reloading account key ok 24 - Setting a valid key from scalar ok 25 - Setting an invalid key from scalar ok 26 - Loading non-existent CSR ok 27 - Setting a valid CSR from scalar ok 28 - Setting an invalid CSR from scalar ok 29 - Setting a broken CSR from scalar ok 30 - Setting a valid CSR key from scalar ok 31 - Generating CSR without providing domain names ok 32 - Generating CSR for one domain ok 33 - Generating CSR for multiple domains ok 34 - Retrieving generated CSR ok 35 - Retrieving the key used for CSR ok 36 - Reloading CSR without domains listed ok 37 - Checking domain names order when those were NOT explicitly provided. ok 38 - Reloading CSR with matching domains listed in the same order ok 39 - Reloading CSR with matching domains listed in the different order ok 40 - Checking domain names order when those were explicitly provided. ok 41 - Reloading CSR with fewer domains listed ok 42 - Reloading CSR with more domains listed ok 43 - Checking domain names reset on error. ok 44 - Generating CSR for unsupported entity type (URI) ok 45 - Generating CSR for unsupported entity type (IP) ok 46 - Generating CSR for unsupported entity type (email) ok 47 - Generating CSR for unsupported entity type (dotless name) ok 48 - Generating CSR for unsupported entity type (wildcard) ok 49 - Generating RSA-based CSR (default) ok 50 - Generating RSA-based CSR (short key) ok 51 - Generating RSA-based CSR (regular key) ok 52 - Generating RSA-based CSR (odd key) ok 53 - Generating ECC-based CSR (default) ok 54 - Generating ECC-based CSR (odd curve) ok 55 - Checking invalid certificate expiration ok 56 - Checking valid certificate expiration ok 57 - Checking unmodified CSR conversion ok 58 - Checking modified CSR conversion ok 59 - Exporting PFX with no password. ok # Testing Crypt::LE 0.27, Workflow methods, /Users/fly2000/ap2000-298465/bin/perl-dynamic t/02-workflow.t .. 1..15 ok 1 - Crypt::LE->can('directory') ok 2 - Crypt::LE->can('register') ok 3 - Crypt::LE->can('accept_tos') ok 4 - Crypt::LE->can('update_contacts') ok 5 - Crypt::LE->can('request_challenge') ok 6 - Crypt::LE->can('accept_challenge') ok 7 - Crypt::LE->can('verify_challenge') ok 8 - Crypt::LE->can('request_certificate') ok 9 - Crypt::LE->can('request_issuer_certificate') ok 10 - Crypt::LE->can('revoke_certificate') ok 11 - Loading resources directory ok 12 - Checking the domains list ok 13 - Checking failed domains on the last verification call ok 14 - Checking failed domains on any verification call ok 15 - Checking verified domains ok All tests successful. Files=3, Tests=75, 7 wallclock secs ( 0.04 usr 0.01 sys + 4.99 cusr 0.11 csys = 5.15 CPU) Result: PASS LEADER/Crypt-LE-0.27.tar.gz make test TEST_VERBOSE=1 -- OK Alexander Yezhov <leader@cpan.org> Let's Encrypt API interfacing module and client. >>> (cd /Users/fly2000/cpanfly-5.20/var/tmp/cpan_build/Crypt-LE-0.27-yomJzr && tar cvf - Crypt-LE-0.27.ppd blib) | gzip -c >/Users/fly2000/cpanfly-5.20/var/REPO/L/LE/LEADER/Crypt-LE-0.27.tar.gz Crypt-LE-0.27.ppd blib/ blib/lib/ blib/lib/Crypt/ blib/lib/Crypt/LE/ blib/lib/Crypt/LE/Challenge/ blib/lib/Crypt/LE/Challenge/Simple.pm blib/lib/Crypt/LE/Complete/ blib/lib/Crypt/LE/Complete/Simple.pm blib/lib/Crypt/LE.pm blib/man3/ blib/man3/Crypt::LE.3 blib/man3/Crypt::LE::Challenge::Simple.3 blib/man3/Crypt::LE::Complete::Simple.3 blib/script/ blib/script/le.pl Finished 2017-09-17T10:14:37