PATH=/usr/bin:/bin:/data/fly2400/cpanfly-5.24/var/megalib/bin Start 2018-06-18T02:10:57 ActivePerl-2400 CPAN-2.10 Reading '/data/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Sun, 17 Jun 2018 03:29:03 GMT Checksum for /data/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/L/LN/LNATION/Authen-Passphrase-Argon2-0.03.tar.gz ok Authen-Passphrase-Argon2-0.03/ Authen-Passphrase-Argon2-0.03/Changes Authen-Passphrase-Argon2-0.03/MANIFEST Authen-Passphrase-Argon2-0.03/ignore.txt Authen-Passphrase-Argon2-0.03/t/ Authen-Passphrase-Argon2-0.03/xt/ Authen-Passphrase-Argon2-0.03/README Authen-Passphrase-Argon2-0.03/README.md Authen-Passphrase-Argon2-0.03/META.yml Authen-Passphrase-Argon2-0.03/lib/ Authen-Passphrase-Argon2-0.03/Makefile.PL Authen-Passphrase-Argon2-0.03/META.json Authen-Passphrase-Argon2-0.03/lib/Authen/ Authen-Passphrase-Argon2-0.03/lib/Authen/Passphrase/ Authen-Passphrase-Argon2-0.03/lib/Authen/Passphrase/Argon2.pm Authen-Passphrase-Argon2-0.03/xt/boilerplate.t Authen-Passphrase-Argon2-0.03/t/pod.t Authen-Passphrase-Argon2-0.03/t/01-argon.t Authen-Passphrase-Argon2-0.03/t/manifest.t Authen-Passphrase-Argon2-0.03/t/00-load.t Authen-Passphrase-Argon2-0.03/t/03-crypt.t Authen-Passphrase-Argon2-0.03/t/pod-coverage.t Authen-Passphrase-Argon2-0.03/t/02-rfc.t Configuring L/LN/LNATION/Authen-Passphrase-Argon2-0.03.tar.gz with Makefile.PL >>> /data/fly2400/ap2400-300558/bin/perl-static Makefile.PL Warning: prerequisite Crype::Argon2 0.005 not found. Warning: prerequisite Mime::Base64 0 not found. Checking if your kit is complete... Looks good Have /data/fly2400/cpanfly-5.24/var/megalib Want /home/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: [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.03.tar.gz /data/fly2400/ap2400-300558/bin/perl-static Makefile.PL -- OK Running make for L/LN/LNATION/Authen-Passphrase-Argon2-0.03.tar.gz ---- Unsatisfied dependencies detected during ---- ---- LNATION/Authen-Passphrase-Argon2-0.03.tar.gz ---- Mime::Base64 [requires] Crype::Argon2 [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'. Running test for module 'Crype::Argon2' The module Crype::Argon2 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 Crype::Argon2'. LNATION/Authen-Passphrase-Argon2-0.03.tar.gz Has already been unwrapped into directory /data/fly2400/cpanfly-5.24/var/tmp/cpan_build/Authen-Passphrase-Argon2-0.03-7AMDcn LNATION/Authen-Passphrase-Argon2-0.03.tar.gz Has already been prepared Running make for L/LN/LNATION/Authen-Passphrase-Argon2-0.03.tar.gz >>> make cp lib/Authen/Passphrase/Argon2.pm blib/lib/Authen/Passphrase/Argon2.pm Manifying 1 pod document LNATION/Authen-Passphrase-Argon2-0.03.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/data/fly2400/ap2400-300558/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.03, Perl 5.024000, /data/fly2400/ap2400-300558/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 salt ok 3 - expected hex salt ok 4 - expected salt base64 ok 5 - expected crypt value - argon2 ok 6 - expected crypt value - argon2 ok 7 - expected hash hex - crypt hex - 246172676f6e32696424763d3139246d3d33323736382c743d332c703d312459574a6a5a47566d5a7a45794d7724466d506331466871304d4b6931776375513176346f77 ok 8 - expected base64 ok 9 - passphrases match \o/ ok 10 - Yep we are Argon2 ok 11 - expected salt ok 12 - expected hex salt ok 13 - expected salt base64 ok 14 - expected crypt value - argon2 ok 15 - expected crypt value - argon2 ok 16 - expected hash hex - crypt hex - 246172676f6e32696424763d3139246d3d33323736382c743d332c703d312459574a6a5a47566d5a7a45794d7724466d506331466871304d4b6931776375513176346f77 ok 17 - expected base64 ok 18 - passphrases match \o/ 1..18 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 1..6 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/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=7, Tests=31, 4 wallclock secs ( 0.04 usr 0.01 sys + 3.40 cusr 0.57 csys = 4.02 CPU) Result: PASS LNATION/Authen-Passphrase-Argon2-0.03.tar.gz Tests succeeded but 2 dependencies missing (Mime::Base64,Crype::Argon2) LNATION/Authen-Passphrase-Argon2-0.03.tar.gz [dependencies] -- NA VmSize: 351628 kB Finished 2018-06-18T02:11:05