PATH=/usr/bin:/bin:/data/fly2200/cpanfly-5.22/var/megalib/bin Start 2018-08-17T00:04:46 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Thu, 16 Aug 2018 05:54:14 GMT Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/L/LN/LNATION/Authen-Passphrase-Argon2-0.05.tar.gz ok Authen-Passphrase-Argon2-0.05/ Authen-Passphrase-Argon2-0.05/Changes Authen-Passphrase-Argon2-0.05/MANIFEST Authen-Passphrase-Argon2-0.05/ignore.txt Authen-Passphrase-Argon2-0.05/t/ Authen-Passphrase-Argon2-0.05/xt/ Authen-Passphrase-Argon2-0.05/README Authen-Passphrase-Argon2-0.05/META.yml Authen-Passphrase-Argon2-0.05/lib/ Authen-Passphrase-Argon2-0.05/Makefile.PL Authen-Passphrase-Argon2-0.05/META.json Authen-Passphrase-Argon2-0.05/lib/Authen/ Authen-Passphrase-Argon2-0.05/lib/Authen/Passphrase/ Authen-Passphrase-Argon2-0.05/lib/Authen/Passphrase/Argon2.pm Authen-Passphrase-Argon2-0.05/xt/boilerplate.t Authen-Passphrase-Argon2-0.05/t/pod.t Authen-Passphrase-Argon2-0.05/t/01-argon.t Authen-Passphrase-Argon2-0.05/t/manifest.t Authen-Passphrase-Argon2-0.05/t/00-load.t Authen-Passphrase-Argon2-0.05/t/03-crypt.t Authen-Passphrase-Argon2-0.05/t/04-salts.t Authen-Passphrase-Argon2-0.05/t/pod-coverage.t Authen-Passphrase-Argon2-0.05/t/05-hashes.t Authen-Passphrase-Argon2-0.05/t/02-rfc.t Configuring L/LN/LNATION/Authen-Passphrase-Argon2-0.05.tar.gz with Makefile.PL >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL Warning: prerequisite Mime::Base64 0 not found. Checking if your kit is complete... Looks good Have /data/fly2200/cpanfly-5.22/var/megalib Want /home/fly2200/ap2200-299134/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [x86_64-linux-thread-multi] 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 Authen::Passphrase::Argon2 Writing MYMETA.yml and MYMETA.json LNATION/Authen-Passphrase-Argon2-0.05.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for L/LN/LNATION/Authen-Passphrase-Argon2-0.05.tar.gz ---- Unsatisfied dependencies detected during ---- ---- LNATION/Authen-Passphrase-Argon2-0.05.tar.gz ---- Mime::Base64 [requires] Running test for module 'Mime::Base64' The module Mime::Base64 isn't available on CPAN. Either the module has not yet been uploaded to CPAN, or it is temporary unavailable. Please contact the author to find out more about the status. Try 'i Mime::Base64'. LNATION/Authen-Passphrase-Argon2-0.05.tar.gz Has already been unwrapped into directory /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Authen-Passphrase-Argon2-0.05-pFHkdr LNATION/Authen-Passphrase-Argon2-0.05.tar.gz Has already been prepared Running make for L/LN/LNATION/Authen-Passphrase-Argon2-0.05.tar.gz >>> make cp lib/Authen/Passphrase/Argon2.pm blib/lib/Authen/Passphrase/Argon2.pm Manifying 1 pod document LNATION/Authen-Passphrase-Argon2-0.05.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/data/fly2200/ap2200-299134/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing Authen::Passphrase::Argon2 0.05, Perl 5.022000, /data/fly2200/ap2200-299134/bin/perl-static t/00-load.t ....... ok 1 - use Authen::Passphrase::Argon2; 1..1 ok t/01-argon.t ...... ok 1 - Yep we are Argon2 ok 2 - expected crypt value - argon2 ok 3 - expected crypt value - argon2 ok 4 - passphrases match \o/ ok 5 - Yep we are Argon2 ok 6 - expected salt ok 7 - expected crypt value - argon2 ok 8 - passphrases match \o/ ok 9 - as_hex ok 10 - as_hex ok 11 - _hash_of fail ok 12 - fails 1..12 ok t/02-rfc.t ........ ok 1 - expected rfc2307 value - argon2 ok 2 ok 3 ok 4 - expected rfc2307 value - argon2 ok 5 ok 6 ok 7 - kaput 1..7 ok t/03-crypt.t ...... ok 1 - expected crypt value - argon2 ok 2 ok 3 ok 4 - expected crypt value - argon2 ok 5 ok 6 1..6 ok t/04-salts.t ...... ok 1 - set salt ok 2 - k is not a valid raw salt ok 3 - set random salt ok 4 - set salt hex ok 5 - ß is not a valid raw salt ok 6 - set salt hex ok 7 - ß is not a valid raw salt ok 8 1..8 ok t/05-hashes.t ..... ok 1 - set hash ok 2 - not a valid raw hash ok 3 - hash hex ok 4 - not a valid hash hex ok 5 - set hash hex ok 6 - is not a valid hash base64 ok 7 1..7 ok t/manifest.t ...... skipped: Author tests not required for installation t/pod-coverage.t .. skipped: Author tests not required for installation t/pod.t ........... skipped: Author tests not required for installation All tests successful. Files=9, Tests=41, 4 wallclock secs ( 0.03 usr 0.03 sys + 3.28 cusr 0.47 csys = 3.81 CPU) Result: PASS LNATION/Authen-Passphrase-Argon2-0.05.tar.gz Tests succeeded but one dependency not OK (Mime::Base64) LNATION/Authen-Passphrase-Argon2-0.05.tar.gz [dependencies] -- NA VmSize: 353980 kB Finished 2018-08-17T00:04:53