PATH=/usr/bin:/bin:/data/fly2400/cpanfly-5.24/var/megalib/bin Start 2017-07-16T04:10:00 ActivePerl-2400 CPAN-2.10 Reading '/data/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Sun, 16 Jul 2017 05:29:03 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/M/MG/MGV/Plack-Middleware-Auth-Complex-0.003.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/M/MG/MGV/CHECKSUMS Checksum for /data/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/M/MG/MGV/Plack-Middleware-Auth-Complex-0.003.tar.gz ok Plack-Middleware-Auth-Complex-0.003/ Plack-Middleware-Auth-Complex-0.003/authcomplex-passwd Plack-Middleware-Auth-Complex-0.003/t/ Plack-Middleware-Auth-Complex-0.003/t/perlcritic.t Plack-Middleware-Auth-Complex-0.003/t/perlcriticrc Plack-Middleware-Auth-Complex-0.003/t/Plack-Middleware-Auth-Complex.t Plack-Middleware-Auth-Complex-0.003/Changes Plack-Middleware-Auth-Complex-0.003/Makefile.PL Plack-Middleware-Auth-Complex-0.003/MANIFEST Plack-Middleware-Auth-Complex-0.003/lib/ Plack-Middleware-Auth-Complex-0.003/lib/Plack/ Plack-Middleware-Auth-Complex-0.003/lib/Plack/Middleware/ Plack-Middleware-Auth-Complex-0.003/lib/Plack/Middleware/Auth/ Plack-Middleware-Auth-Complex-0.003/lib/Plack/Middleware/Auth/Complex.pm Plack-Middleware-Auth-Complex-0.003/README Plack-Middleware-Auth-Complex-0.003/META.yml Plack-Middleware-Auth-Complex-0.003/META.json Plack-Middleware-Auth-Complex-0.003/SIGNATURE Configuring M/MG/MGV/Plack-Middleware-Auth-Complex-0.003.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 Plack::Middleware::Auth::Complex Writing MYMETA.yml and MYMETA.json MGV/Plack-Middleware-Auth-Complex-0.003.tar.gz /data/fly2400/ap2400-300558/bin/perl-static Makefile.PL -- OK Running make for M/MG/MGV/Plack-Middleware-Auth-Complex-0.003.tar.gz >>> make cp lib/Plack/Middleware/Auth/Complex.pm blib/lib/Plack/Middleware/Auth/Complex.pm cp authcomplex-passwd blib/script/authcomplex-passwd "/data/fly2400/ap2400-300558/bin/perl-static" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/authcomplex-passwd Manifying 1 pod document Manifying 1 pod document MGV/Plack-Middleware-Auth-Complex-0.003.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 t/perlcritic.t ..................... skipped: $ENV{RELEASE_TESTING} is false t/Plack-Middleware-Auth-Complex.t .. 1..121 ok 1 - use Plack::Middleware::Auth::Complex; ok 2 - GET / - code ok 3 - GET / - body ok 4 - POST / - code ok 5 - POST / - body ok 6 - GET /register - code ok 7 - GET /register - body ok 8 - GET / with invalid Authorization - code ok 9 - GET / with invalid Authorization - body ok 10 - GET / with bad user/pass - code ok 11 - GET / with bad user/pass - body ok 12 - POST /register with no parameters - code ok 13 - POST /register with no parameters - body ok 14 - POST /register with bad username - code ok 15 - POST /register with bad username - body ok 16 - POST /register with different passwords - code ok 17 - POST /register with different passwords - body ok 18 - GET / with correct user/pass - code ok 19 - GET / with correct user/pass - body ok 20 - POST /register with existing user - code ok 21 - POST /register with existing user - body ok 22 - POST /register with correct parameters - code ok 23 - POST /register with correct parameters - body ok 24 - POST /passwd without authorization - code ok 25 - POST /passwd without authorization - body ok 26 - POST /passwd with no parameters - code ok 27 - POST /passwd with no parameters - body ok 28 - POST /passwd with incorrect old password - code ok 29 - POST /passwd with incorrect old password - body ok 30 - POST /passwd with different new passwords - code ok 31 - POST /passwd with different new passwords - body ok 32 - POST /passwd with correct parameters - code ok 33 - POST /passwd with correct parameters - body ok 34 - GET / with bad user/pass - code ok 35 - GET / with bad user/pass - body ok 36 - GET / with correct user/pass - code ok 37 - GET / with correct user/pass - body ok 38 - POST /request-reset with password resets disabled - code ok 39 - POST /request-reset with password resets disabled - body ok 40 - POST /request-reset with no username - code ok 41 - POST /request-reset with no username - body ok 42 - POST /request-reset with inexistent username - code ok 43 - POST /request-reset with inexistent username - body ok 44 - POST /request-reset with correct user - code ok 45 - POST /request-reset with correct user - body # Reset token is X5uUn+cBC3RkYamLWODqtYXJjQE:1500207007 ok 46 - POST /reset with no parameters - code ok 47 - POST /reset with no parameters - body ok 48 - POST /reset with inexistent username - code ok 49 - POST /reset with inexistent username - body ok 50 - POST /reset with different passwords - code ok 51 - POST /reset with different passwords - body ok 52 - POST /reset with bad token - code ok 53 - POST /reset with bad token - body ok 54 - POST /reset with expired token - code ok 55 - POST /reset with expired token - body ok 56 - POST /reset with correct token - code ok 57 - POST /reset with correct token - body ok 58 - GET / with bad user/pass - code ok 59 - GET / with bad user/pass - body ok 60 - GET / with correct user/pass - code ok 61 - GET / with correct user/pass - body ok 62 - GET / - code ok 63 - GET / - body ok 64 - POST / - code ok 65 - POST / - body ok 66 - GET /register - code ok 67 - GET /register - body ok 68 - GET / with invalid Authorization - code ok 69 - GET / with invalid Authorization - body ok 70 - GET / with bad user/pass - code ok 71 - GET / with bad user/pass - body ok 72 - POST /register with no parameters - code ok 73 - POST /register with no parameters - body ok 74 - POST /register with bad username - code ok 75 - POST /register with bad username - body ok 76 - POST /register with different passwords - code ok 77 - POST /register with different passwords - body ok 78 - GET / with correct user/pass - code ok 79 - GET / with correct user/pass - body ok 80 - POST /register with existing user - code ok 81 - POST /register with existing user - body ok 82 - POST /register with correct parameters - code ok 83 - POST /register with correct parameters - body ok 84 - POST /passwd without authorization - code ok 85 - POST /passwd without authorization - body ok 86 - POST /passwd with no parameters - code ok 87 - POST /passwd with no parameters - body ok 88 - POST /passwd with incorrect old password - code ok 89 - POST /passwd with incorrect old password - body ok 90 - POST /passwd with different new passwords - code ok 91 - POST /passwd with different new passwords - body ok 92 - POST /passwd with correct parameters - code ok 93 - POST /passwd with correct parameters - body ok 94 - GET / with bad user/pass - code ok 95 - GET / with bad user/pass - body ok 96 - GET / with correct user/pass - code ok 97 - GET / with correct user/pass - body ok 98 - POST /request-reset with password resets disabled - code ok 99 - POST /request-reset with password resets disabled - body ok 100 - POST /request-reset with no username - code ok 101 - POST /request-reset with no username - body ok 102 - POST /request-reset with inexistent username - code ok 103 - POST /request-reset with inexistent username - body ok 104 - POST /request-reset with correct user - code ok 105 - POST /request-reset with correct user - body # Reset token is JNQ9JDV7Zn45sh76Ha+fJjCHE3A:1500207018 ok 106 - POST /reset with no parameters - code ok 107 - POST /reset with no parameters - body ok 108 - POST /reset with inexistent username - code ok 109 - POST /reset with inexistent username - body ok 110 - POST /reset with different passwords - code ok 111 - POST /reset with different passwords - body ok 112 - POST /reset with bad token - code ok 113 - POST /reset with bad token - body ok 114 - POST /reset with expired token - code ok 115 - POST /reset with expired token - body ok 116 - POST /reset with correct token - code ok 117 - POST /reset with correct token - body ok 118 - GET / with bad user/pass - code ok 119 - GET / with bad user/pass - body ok 120 - GET / with correct user/pass - code ok 121 - GET / with correct user/pass - body ok All tests successful. Files=2, Tests=121, 17 wallclock secs ( 0.01 usr 0.04 sys + 15.45 cusr 0.94 csys = 16.44 CPU) Result: PASS MGV/Plack-Middleware-Auth-Complex-0.003.tar.gz make test TEST_VERBOSE=1 -- OK Marius Gavrilescu <marius@ieval.ro> Feature-rich authentication system >>> (cd /data/fly2400/cpanfly-5.24/var/tmp/cpan_build/Plack-Middleware-Auth-Complex-0.003-YnVy_p && tar cvf - Plack-Middleware-Auth-Complex-0.003.ppd blib) | gzip -c >/data/fly2400/cpanfly-5.24/var/REPO/M/MG/MGV/Plack-Middleware-Auth-Complex-0.003.tar.gz Plack-Middleware-Auth-Complex-0.003.ppd blib/ blib/man3/ blib/man3/Plack::Middleware::Auth::Complex.3 blib/script/ blib/script/authcomplex-passwd blib/man1/ blib/man1/authcomplex-passwd.1 blib/lib/ blib/lib/Plack/ blib/lib/Plack/Middleware/ blib/lib/Plack/Middleware/Auth/ blib/lib/Plack/Middleware/Auth/Complex.pm VmSize: 356516 kB Finished 2017-07-16T04:10:21