PATH=/usr/bin:/bin Start 2019-06-29T02:00:12 ActivePerl-2400 CPAN-2.10 Reading '/data/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Fri, 28 Jun 2019 05:17:02 GMT Checksum for /data/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/B/BR/BRAINBUZ/String-Validator-Password-2.01.tar.gz ok String-Validator-Password-2.01 String-Validator-Password-2.01/README String-Validator-Password-2.01/Changes String-Validator-Password-2.01/LICENSE String-Validator-Password-2.01/dist.ini String-Validator-Password-2.01/META.yml String-Validator-Password-2.01/MANIFEST String-Validator-Password-2.01/META.json String-Validator-Password-2.01/license.txt String-Validator-Password-2.01/t String-Validator-Password-2.01/t/00-load.t String-Validator-Password-2.01/t/23-deny.t String-Validator-Password-2.01/Makefile.PL String-Validator-Password-2.01/t/manifest.t String-Validator-Password-2.01/t/30-String.t String-Validator-Password-2.01/t/22-require.t String-Validator-Password-2.01/t/32-IsValid.t String-Validator-Password-2.01/t/10-matches.t String-Validator-Password-2.01/t/20-defaults.t String-Validator-Password-2.01/t/31-IsNotValid.t String-Validator-Password-2.01/t/25-errorcheck.t String-Validator-Password-2.01/t/author-pod-syntax.t String-Validator-Password-2.01/t/21-password_length.t String-Validator-Password-2.01/t/41_custom-messages.t String-Validator-Password-2.01/t/author-pod-coverage.t String-Validator-Password-2.01/t/24-password_min_types.t String-Validator-Password-2.01/lib/String/Validator String-Validator-Password-2.01/lib/String/Validator/Password.pm Configuring B/BR/BRAINBUZ/String-Validator-Password-2.01.tar.gz with Makefile.PL >>> /data/fly2400/ap2400-300558/bin/perl-static Makefile.PL 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 String::Validator::Password Writing MYMETA.yml and MYMETA.json BRAINBUZ/String-Validator-Password-2.01.tar.gz /data/fly2400/ap2400-300558/bin/perl-static Makefile.PL -- OK Running make for B/BR/BRAINBUZ/String-Validator-Password-2.01.tar.gz >>> make cp lib/String/Validator/Password.pm blib/lib/String/Validator/Password.pm Manifying 1 pod document BRAINBUZ/String-Validator-Password-2.01.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 String::Validator::Password 2.01, Perl 5.024000, /data/fly2400/ap2400-300558/bin/perl-static t/00-load.t ................ 1..2 ok 1 - use String::Validator::Password; ok 2 - New validator isa String::Validator::Password ok # Testing String::Validator::Password 2.01, Perl 5.024000, /data/fly2400/ap2400-300558/bin/perl-static t/10-matches.t ............. 1..4 ok 1 - use String::Validator::Password; ok 2 - New validator isa String::Validator::Password ok 3 - A simple password that passes the default rules ok 4 - Mismatched passwords fail. ok # Testing String::Validator::Password 2.01, Perl 5.024000, /data/fly2400/ap2400-300558/bin/perl-static t/20-defaults.t ............ 1..18 ok 1 - use String::Validator::Password; ok 2 - New validator isa String::Validator::Password ok 3 - A simple password that passes the default rules. # Checking against default min_types and check internal counters for types. ok 4 - 1234567689 fails types. # last test types found 1 ok 5 - Internal num_types counter should be 1. ok 6 - Internal num_num counter should be 10. ok 7 - num_lc counter should be 0. ok 8 - num_uc counter should be 0. ok 9 - num_punct counter should be 0. ok 10 - 1234567689X passes types. ok 11 - 1234567689z passes types. ok 12 - 1234567689^ passes types. # Checking length ok 13 - Short is too short. ok 14 - The error string should tell us it is too short. ok 15 - 31 character string passes. ok 16 - 32 character string passes. ok 17 - 33 character string fails. ok 18 - The error string should tell us it is too long. ok # Testing String::Validator::Password 2.01, Perl 5.024000, /data/fly2400/ap2400-300558/bin/perl-static t/21-password_length.t ..... 1..14 ok 1 - use String::Validator::Password; # Checking length ok 2 - Short is too short. ok 3 - The error string should tell us it is too short. ok 4 - 31 character string passes. ok 5 - 32 character string passes. ok 6 - 33 character string fails. ok 7 - The error string should tell us it is too long. # min_len now 22 ok 8 - 22 character string PASS. ok 9 - 23 character string Pass. ok 10 - 19 character string FAIL. ok 11 - The error string should tell us it is too long. # max and min length are now both 22 ok 12 - 23 character string Fail. ok 13 - 22 character string PASS. ok 14 - 21 character string FAIL. ok # Testing String::Validator::Password 2.01, Perl 5.024000, /data/fly2400/ap2400-300558/bin/perl-static t/22-require.t ............. 1..29 ok 1 - use String::Validator::Password; # Require_lc. ok 2 - lowercaseonly string passes. ok 3 - UPPERCASEONLY string fails. ok 4 - numeric string fails. ok 5 - allpunct string fails. ok 6 - oneofeach string passes. ok 7 - twoofeach string passes # Require_uc. ok 8 - lowercaseonly string fails. ok 9 - UPPERCASEONLY string passes. ok 10 - numeric string fails. ok 11 - allpunct string fails. ok 12 - oneofeach string passes. ok 13 - twoofeach string passes # Require_nums. ok 14 - lowercaseonly string fails. ok 15 - UPPERCASEONLY string fails. ok 16 - numeric string passes. ok 17 - allpunct string fails. ok 18 - oneofeach string passes. ok 19 - twoofeach string passes # Require_punct. ok 20 - lowercaseonly string fails. ok 21 - UPPERCASEONLY string fails. ok 22 - numeric string fails. ok 23 - allpunct string passes. ok 24 - oneofeach string passes. ok 25 - twoofeach string passes # Setting a require to a number greater than 1 sets that as a floor. ok 26 - require 4 nums 4 punct @()'*^1234 Passes. ok 27 - require 4 nums 4 punct @()'*^1234abc Passes. ok 28 - require 4 nums 4 punct + deny lc @()'*^1234 Passes. ok 29 - require 4 nums 4 punct + deny lc @()'*^1234abc Fails. ok # Testing String::Validator::Password 2.01, Perl 5.024000, /data/fly2400/ap2400-300558/bin/perl-static # Validator found punct 2 t/23-deny.t ................ 1..35 ok 1 - use String::Validator::Password; # Deny_lc. ok 2 - lowercaseonly string rejected. ok 3 - UPPERCASEONLY string accepted. ok 4 - numeric string accepted. ok 5 - allpunct string accepted. ok 6 - oneofeach string rejected. ok 7 - twoofeach string rejected # Deny_uc. ok 8 - lowercaseonly string accepted. ok 9 - UPPERCASEONLY string rejected. ok 10 - numeric string accepted. ok 11 - allpunct string accepted. ok 12 - oneofeach string rejected. ok 13 - twoofeach string rejected # Deny_nums. ok 14 - lowercaseonly string fails. ok 15 - UPPERCASEONLY string fails. ok 16 - numeric string passes. ok 17 - allpunct string fails. ok 18 - oneofeach string passes. ok 19 - twoofeach string passes # Require_punct. ok 20 - lowercaseonly string fails. ok 21 - UPPERCASEONLY string fails. ok 22 - numeric string fails. ok 23 - allpunct string passes. ok 24 - oneofeach string passes. ok 25 - twoofeach string passes # Deny_punct. ok 26 - twoofeach string fails with deny_punct 1. ok 27 - twoofeach string passes with deny_punct 3. ok 28 - twoofeach string fails with deny_punct 2. ok 29 - sixpunct string fails with deny_punct 5. # Setting deny_xx to a value greater than 1 should set that as the maximum ok 30 - numeric string rejected (10 digit). ok 31 - THREE3type fails with types set to 4. ok 32 - Errstr: Input contained 3 types of character, 4 are required. ok 33 - Errstr: numbers are probited. ok 34 - Errstr: numbers are requried. ok 35 - Errstr: punctuation is probited. ok # Testing String::Validator::Password 2.01, Perl 5.024000, /data/fly2400/ap2400-300558/bin/perl-static t/24-password_min_types.t .. 1..20 ok 1 - use String::Validator::Password; # Changing the min_types parameter # min_types 0 means that even a null string would pass this test ok 2 - 1234567689 still passes with types set to 0. ok 3 - With min_len 0 a null string passes. # Testing with min_types = 1 ok 4 - 1234567689 passes with types set to 1. ok 5 - has2types2 passes with types set to 1. ok 6 - THREE3type passes with types set to 1. ok 7 - FOUR>4type passes with types set to 1. # Testing with min_types = 2. ok 8 - 1234567689 fails with types set to 2. ok 9 - has2types2 passes with types set to 2. ok 10 - THREE3type passes with types set to 2. ok 11 - FOUR>4type passes with types set to 2. ok 12 - 1234567689 fails with types set to 3. ok 13 - has2types fails with types set to 3. ok 14 - THREE3type passes with types set to 3. ok 15 - FOUR>4type passes with types set to 3. # Testing with min_types = 2. ok 16 - 1234567689 fails with types set to 4. ok 17 - has2types2 fails with types set to 4. ok 18 - THREE3type fails with types set to 4. ok 19 - Errstr: Input contained 3 types of character, 4 are required. ok 20 - FOUR>4type passes with types set to 4. ok # Testing String::Validator::Password 2.01, Perl 5.024000, /data/fly2400/ap2400-300558/bin/perl-static t/25-errorcheck.t .......... ok 1 - use String::Validator::Password; # Testing with these values: # min_types => 3, deny_punct => 2, max_len => 9 ok 2 - Created new String::Validator::Password. ok 3 - aBcD*123 has 8 chars all types, but only 1 is punct, FAIL. ok 4 - aBcD^*123 has 9 chars all types, 2 punct, FAIL. ok 5 - aBcD^&*123 has 10 chars all types, 3 punct, FAIL with 2 Errors. ok 6 - The error string should tell us it is too long. # Does not meet requirement: Max Length 9 # character type punct is prohibited. ok 7 - punct is prohibited ok 8 - Check the errcnt method for 2 errors. 1..8 ok # Testing String::Validator::Password 2.01, Perl 5.024000, /data/fly2400/ap2400-300558/bin/perl-static t/30-String.t .............. 1..5 ok 1 - use String::Validator::Password; ok 2 - This is a new Validator and has no value for String. ok 3 - Returns the last string. ok 4 - abcde is the last string evaluated and is returned even though it failed to validate. ok 5 - The only time it won't return the last string passed is Password Mismatch. ok # Testing String::Validator::Password 2.01, Perl 5.024000, /data/fly2400/ap2400-300558/bin/perl-static t/31-IsNotValid.t .......... 1..4 ok 1 - use String::Validator::Password; ok 2 - New validator isa String::Validator::Password # Testing Method IsNot_Valid ok 3 - A simple password that passes the default rules ok 4 - Mismatched passwords fail. ok # Testing String::Validator::Password 2.01, Perl 5.024000, /data/fly2400/ap2400-300558/bin/perl-static t/32-IsValid.t ............. 1..4 ok 1 - use String::Validator::Password; ok 2 - New validator isa String::Validator::Password ok 3 - A simple password that passes the default rules ok 4 - Mismatched passwords fail. ok # Testing String::Validator::Password 2.01, Perl 5.024000, /data/fly2400/ap2400-300558/bin/perl-static t/41_custom-messages.t ..... 1..6 ok 1 - use String::Validator::Password; ok 2 - New validator isa String::Validator::Password ok 3 - A password containing punct when it is not allowed. ok 4 - error message matches the custom coderef one we set. ok 5 - Mismatched passwords fail. ok 6 - Check non coderef custom error string ok t/author-pod-coverage.t .... skipped: these tests are for testing by the author t/author-pod-syntax.t ...... skipped: these tests are for testing by the author t/manifest.t ............... skipped: Author tests not required for installation All tests successful. Files=15, Tests=149, 3 wallclock secs ( 0.07 usr 0.04 sys + 2.17 cusr 0.57 csys = 2.85 CPU) Result: PASS BRAINBUZ/String-Validator-Password-2.01.tar.gz make test TEST_VERBOSE=1 -- OK John Karr <brainbuz@cpan.org> String::Validator Password Checking Module. >>> (cd /data/fly2400/cpanfly-5.24/var/tmp/cpan_build/String-Validator-Password-2.01-RYgFtp && tar cvf - String-Validator-Password-2.01.ppd blib) | gzip -c >/data/fly2400/cpanfly-5.24/var/REPO/B/BR/BRAINBUZ/String-Validator-Password-2.01.tar.gz String-Validator-Password-2.01.ppd blib/ blib/man3/ blib/man3/String::Validator::Password.3 blib/lib/ blib/lib/String/ blib/lib/String/Validator/ blib/lib/String/Validator/Password.pm VmSize: 378444 kB Finished 2019-06-29T02:00:21