PATH=/usr/bin:/bin:/data/fly2200/cpanfly-5.22/var/megalib/bin Start 2018-01-18T00:04:10 ActivePerl-2200 CPAN-2.10 Reading '/data/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Wed, 17 Jan 2018 05:54:46 GMT Checksum for /data/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/R/RR/RRWO/Const-Exporter-v0.3.1.tar.gz ok Const-Exporter-v0.3.1 Const-Exporter-v0.3.1/Changes Const-Exporter-v0.3.1/LICENSE Const-Exporter-v0.3.1/dist.ini Const-Exporter-v0.3.1/cpanfile Const-Exporter-v0.3.1/MANIFEST Const-Exporter-v0.3.1/META.yml Const-Exporter-v0.3.1/README.md Const-Exporter-v0.3.1/META.json Const-Exporter-v0.3.1/weaver.ini Const-Exporter-v0.3.1/t Const-Exporter-v0.3.1/t/11-tags.t Const-Exporter-v0.3.1/Makefile.PL Const-Exporter-v0.3.1/t/10-basic.t Const-Exporter-v0.3.1/MANIFEST.SKIP Const-Exporter-v0.3.1/t/21-example.t Const-Exporter-v0.3.1/t/12-blessed.t Const-Exporter-v0.3.1/t/01-compile.t Const-Exporter-v0.3.1/t/20-example.t Const-Exporter-v0.3.1/t/author-eof.t Const-Exporter-v0.3.1/t/author-eol.t Const-Exporter-v0.3.1/t/release-fixme.t Const-Exporter-v0.3.1/t/author-critic.t Const-Exporter-v0.3.1/t/author-no-tabs.t Const-Exporter-v0.3.1/t/etc Const-Exporter-v0.3.1/t/etc/perlcritic.rc Const-Exporter-v0.3.1/t/release-kwalitee.t Const-Exporter-v0.3.1/lib/Const Const-Exporter-v0.3.1/lib/Const/Exporter.pm Const-Exporter-v0.3.1/t/author-pod-syntax.t Const-Exporter-v0.3.1/t/00-report-prereqs.t Const-Exporter-v0.3.1/t/author-portability.t Const-Exporter-v0.3.1/t/00-report-prereqs.dd Const-Exporter-v0.3.1/t/author-pod-coverage.t Const-Exporter-v0.3.1/t/author-pod-linkcheck.t Const-Exporter-v0.3.1/t/release-check-manifest.t Const-Exporter-v0.3.1/t/release-trailing-space.t Const-Exporter-v0.3.1/t/release-minimum-version.t Configuring R/RR/RRWO/Const-Exporter-v0.3.1.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 Const::Exporter Writing MYMETA.yml and MYMETA.json RRWO/Const-Exporter-v0.3.1.tar.gz /data/fly2200/ap2200-299134/bin/perl-static Makefile.PL -- OK Running make for R/RR/RRWO/Const-Exporter-v0.3.1.tar.gz >>> make cp lib/Const/Exporter.pm blib/lib/Const/Exporter.pm Manifying 1 pod document RRWO/Const-Exporter-v0.3.1.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 # ---------------- ---- -------- # File::Spec any 3.62 # Hash::Objectify any 0.008 # Module::Metadata any 1.000033 # Test::More any 1.001014 # Test::Most any 0.35 # if any 0.0606 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150005 # # === Runtime Requires === # # Module Want Have # -------------- ---- ----- # Carp any 1.38 # Const::Fast any 0.014 # Exporter any 5.72 # Package::Stash any 0.37 # Ref::Util any 0.203 # strict any 1.09 # warnings any 1.32 # # === Runtime Recommends === # # Module Want Have # ------------------ ---- ----- # Package::Stash::XS any 0.28 # Ref::Util::XS any 0.116 # Storable any 2.51 # t/00-report-prereqs.t ........ 1..1 ok 1 ok t/01-compile.t ............... ok 1 - use Const::Exporter; 1..1 ok t/10-basic.t ................. ok 1 - runtime assignment fails ok 2 - function name ok 3 - scalar (number) ok 4 - readonly scalar ok 5 - scalar (string) ok 6 - array ok 7 - readonly array ok 8 - readonly array ok 9 - hash ok 10 - readonly hash ok 11 - readonly hash ok 12 - our scalar (number) ok 13 - reference copy ok 14 - reference copy ok 15 - readonly scalar ok 16 - enums (zero-based) ok 17 - enums (indexed) ok 18 - enum scalars (indexed badly) ok 19 - Constant defined in second call ok 20 - Reference pre-defined constant ok 21 - Reference pre-defined constant in expression ok 22 - @EXPORT ok 23 - @EXPORT_OK ok 24 - %EXPORT_TAGS ok 25 - %EXPORT_TAGS{default} ok 26 - %EXPORT_TAGS{all} 1..26 ok t/11-tags.t .................. ok 1 - default tag is not allowed ok 2 - all tag is not allowed 1..2 ok t/12-blessed.t ............... ok 1 - An object of class 'Hash::Objectified0' isa 'Hash::Objectified' ok 2 - Hash::Objectified0->can('bar') ok 3 - baz method 1..3 ok t/20-example.t ............... ok 1 - HTTP ok 2 - HTTP_ALT ok 3 - HTTPS ok 4 - @HTTP_PORTS 1..4 ok t/21-example.t ............... ok 1 ok 2 ok 3 1..3 ok t/author-critic.t ............ skipped: these tests are for testing by the author t/author-eof.t ............... skipped: these tests are for testing by the author t/author-eol.t ............... skipped: these tests are for testing by the author t/author-no-tabs.t ........... skipped: these tests are for testing by the author t/author-pod-coverage.t ...... skipped: these tests are for testing by the author t/author-pod-linkcheck.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/author-portability.t ....... skipped: these tests are for testing by the author t/release-check-manifest.t ... skipped: these tests are for release candidate testing t/release-fixme.t ............ skipped: these tests are for release candidate testing t/release-kwalitee.t ......... skipped: these tests are for release candidate testing t/release-minimum-version.t .. skipped: these tests are for release candidate testing t/release-trailing-space.t ... skipped: these tests are for release candidate testing All tests successful. Files=20, Tests=40, 1 wallclock secs ( 0.07 usr 0.04 sys + 0.64 cusr 0.13 csys = 0.88 CPU) Result: PASS RRWO/Const-Exporter-v0.3.1.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/R/RR/RRWO/CHECKSUMS Robert Rothenberg <rrwo@cpan.org> Declare constants for export. >>> (cd /data/fly2200/cpanfly-5.22/var/tmp/cpan_build/Const-Exporter-v0.3.1-NE2Gj1 && tar cvf - Const-Exporter-v0.3.1.ppd blib) | gzip -c >/data/fly2200/cpanfly-5.22/var/REPO/R/RR/RRWO/Const-Exporter-v0.3.1.tar.gz Const-Exporter-v0.3.1.ppd blib/ blib/man3/ blib/man3/Const::Exporter.3 blib/lib/ blib/lib/Const/ blib/lib/Const/Exporter.pm VmSize: 365236 kB Finished 2018-01-18T00:04:14