PATH=/usr/bin:/bin:/data/fly2200/cpanfly-5.22/var/megalib/bin Start 2018-01-23T00:00:44 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Mon, 22 Jan 2018 06:57:09 GMT Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-0.101.tar.gz ok Getopt-Long-Descriptive-0.101 Getopt-Long-Descriptive-0.101/README Getopt-Long-Descriptive-0.101/Changes Getopt-Long-Descriptive-0.101/LICENSE Getopt-Long-Descriptive-0.101/dist.ini Getopt-Long-Descriptive-0.101/META.yml Getopt-Long-Descriptive-0.101/MANIFEST Getopt-Long-Descriptive-0.101/META.json Getopt-Long-Descriptive-0.101/Makefile.PL Getopt-Long-Descriptive-0.101/t Getopt-Long-Descriptive-0.101/t/descriptive.t Getopt-Long-Descriptive-0.101/t/shortcircuit.t Getopt-Long-Descriptive-0.101/t/zzz-check-breaks.t Getopt-Long-Descriptive-0.101/t/00-report-prereqs.t Getopt-Long-Descriptive-0.101/xt/author Getopt-Long-Descriptive-0.101/xt/author/pod-syntax.t Getopt-Long-Descriptive-0.101/t/00-report-prereqs.dd Getopt-Long-Descriptive-0.101/lib/Getopt/Long Getopt-Long-Descriptive-0.101/lib/Getopt/Long/Descriptive.pm Getopt-Long-Descriptive-0.101/xt/release Getopt-Long-Descriptive-0.101/xt/release/changes_has_content.t Getopt-Long-Descriptive-0.101/lib/Getopt/Long/Descriptive Getopt-Long-Descriptive-0.101/lib/Getopt/Long/Descriptive/Opts.pm Getopt-Long-Descriptive-0.101/lib/Getopt/Long/Descriptive/Usage.pm Configuring R/RJ/RJBS/Getopt-Long-Descriptive-0.101.tar.gz with Makefile.PL >>> /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL 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 Getopt::Long::Descriptive Writing MYMETA.yml and MYMETA.json RJBS/Getopt-Long-Descriptive-0.101.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for R/RJ/RJBS/Getopt-Long-Descriptive-0.101.tar.gz >>> make cp lib/Getopt/Long/Descriptive/Opts.pm blib/lib/Getopt/Long/Descriptive/Opts.pm cp lib/Getopt/Long/Descriptive.pm blib/lib/Getopt/Long/Descriptive.pm cp lib/Getopt/Long/Descriptive/Usage.pm blib/lib/Getopt/Long/Descriptive/Usage.pm Manifying 3 pod documents RJBS/Getopt-Long-Descriptive-0.101.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 # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.04 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.04 # # === Test Requires === # # Module Want Have # ------------------------ ----- -------- # CPAN::Meta::Check 0.011 0.014 # CPAN::Meta::Requirements any 2.140 # ExtUtils::MakeMaker any 7.04 # File::Spec any 3.62 # Test::Fatal any 0.014 # Test::More 0.96 1.001014 # Test::Warnings 0.005 0.026 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150005 # # === Runtime Requires === # # Module Want Have # ------------------- ----- ----- # Carp any 1.38 # File::Basename any 2.85 # Getopt::Long 2.33 2.5 # List::Util any 1.49 # Params::Validate 0.97 1.29 # Scalar::Util any 1.49 # Sub::Exporter 0.972 0.987 # Sub::Exporter::Util any 0.987 # overload any 1.26 # strict any 1.09 # warnings any 1.32 # t/00-report-prereqs.t .. 1..1 ok 1 ok t/descriptive.t ........ ok 1 - use Getopt::Long::Descriptive; ok 2 - default foo_bar with no short option name ok 3 - ...->foo_bar ok 4 - hidden option in usage command ok 5 - hidden option description ok 6 - ok 7 - ...->nora ok 8 - basic usage, with default ok 9 - ...->mode ok 10 - basic usage, passed-in ok 11 - ...->mode ok 12 - ...->bar ok 13 - implies A overrides A's default ok 14 - ...->beta ok 15 - ...->alfa ok 16 - hidden option in usage command ok 17 - hidden option description ok 18 - only one 'mode' option ok 19 - negatable usage ok 20 - ...->baz ok 21 - ...->bar ok 22 - ...->mode ok 23 - required option -- help text ok 24 - spacer and non-option description found ok 25 - CODEISH: spacer and non-option description found ok 26 - short options ok 27 - Spec =s gets an STR in usage output ok 28 - Spec :s gets an STR in usage output ok 29 - Spec =s@ gets an STR... in usage output ok 30 - Spec =s% gets an KEY=STR... in usage output ok 31 - c_opt->foo is FOO ok 32 - C_opt->foo is FOO ok 33 - s_opt->foo is FOO ok 34 - c_opt->foo is BAR ok 35 - C_opt->foo is BAR ok 36 - s_opt->foo is undef ok 37 - c_opt->foo is BAZ ok 38 - C_opt->foo is BAZ ok 39 - s_opt->foo is BAZ ok 40 - empty-but-present description is ok ok 41 - empty-but-present description is ok ok 42 - entry not given is undef (exists? no guarantee) ok 43 - entry not given is undef (as method) ok 44 - ok to imply option with optional argument ok 45 - given value (checked with method) ok 46 - implied value (checked with method) ok 47 - long option description is wrapped cleanly ok 48 - handled unwrappable description ok 49 - no error in eval ok 50 - string ok 51 - int (i) ok 52 - int (o) ok 53 - float ok 54 - strings ok 55 - ints (i) ok 56 - ints (o) ok 57 - floats ok 58 - string maps ok 59 - int maps (i) ok 60 - int maps (o) ok 61 - float maps 1..61 ok t/shortcircuit.t ....... ok 1 - no req: error ok 2 - shortcircuit + default ok 3 - req: no error ok 4 - req: req1 specified ok 5 - help: no error ok 6 - help: help flag ok 7 - help: only help ok 8 - help + req: no error ok 9 - help + req: help flag ok 10 - help + req: only help ok 11 - no (unexpected) warnings (via done_testing) 1..11 ok t/zzz-check-breaks.t ... 1..2 ok 1 - conflicts checked via Moose::Conflicts ok 2 - checked x_breaks data ok All tests successful. Files=4, Tests=75, 4 wallclock secs ( 0.04 usr 0.01 sys + 2.86 cusr 1.07 csys = 3.98 CPU) Result: PASS RJBS/Getopt-Long-Descriptive-0.101.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/R/RJ/RJBS/CHECKSUMS Ricardo SIGNES <rjbs@cpan.org> Getopt::Long, but simpler and more powerful >>> (cd /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Getopt-Long-Descriptive-0.101-F__6BN && tar cvf - Getopt-Long-Descriptive-0.101.ppd blib) | gzip -c >/data/fly2200/cpanfly-5.22/var/REPO/R/RJ/RJBS/Getopt-Long-Descriptive-0.101.tar.gz Getopt-Long-Descriptive-0.101.ppd blib/ blib/man3/ blib/man3/Getopt::Long::Descriptive::Opts.3 blib/man3/Getopt::Long::Descriptive::Usage.3 blib/man3/Getopt::Long::Descriptive.3 blib/lib/ blib/lib/Getopt/ blib/lib/Getopt/Long/ blib/lib/Getopt/Long/Descriptive.pm blib/lib/Getopt/Long/Descriptive/ blib/lib/Getopt/Long/Descriptive/Usage.pm blib/lib/Getopt/Long/Descriptive/Opts.pm VmSize: 368720 kB Finished 2018-01-23T00:00:52