PATH=/usr/bin:/bin:/Users/fly2400/cpanfly-5.24/var/megalib/bin Start 2017-01-06T14:34:36 ActivePerl-2400 CPAN-2.10 Reading '/Users/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Fri, 06 Jan 2017 05:53:30 GMT Checksum for /Users/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/A/AD/ADRIANWIT/Simple-SAX-Serializer-0.05.tar.gz ok Simple-SAX-Serializer-0.05/ Simple-SAX-Serializer-0.05/META.yml Simple-SAX-Serializer-0.05/examples/ Simple-SAX-Serializer-0.05/examples/example1.pl Simple-SAX-Serializer-0.05/t/ Simple-SAX-Serializer-0.05/t/pod_coverage.t Simple-SAX-Serializer-0.05/t/pod.t Simple-SAX-Serializer-0.05/t/xml/ Simple-SAX-Serializer-0.05/t/xml/handler.t Simple-SAX-Serializer-0.05/t/xml/test.xml Simple-SAX-Serializer-0.05/t/xml/xml.t Simple-SAX-Serializer-0.05/lib/ Simple-SAX-Serializer-0.05/lib/Simple/ Simple-SAX-Serializer-0.05/lib/Simple/SAX/ Simple-SAX-Serializer-0.05/lib/Simple/SAX/Serializer/ Simple-SAX-Serializer-0.05/lib/Simple/SAX/Serializer/Element.pm Simple-SAX-Serializer-0.05/lib/Simple/SAX/Serializer/Parser.pm Simple-SAX-Serializer-0.05/lib/Simple/SAX/Serializer/Handler.pm Simple-SAX-Serializer-0.05/lib/Simple/SAX/Serializer.pm Simple-SAX-Serializer-0.05/README Simple-SAX-Serializer-0.05/Makefile.PL Simple-SAX-Serializer-0.05/Changes Simple-SAX-Serializer-0.05/MANIFEST Configuring A/AD/ADRIANWIT/Simple-SAX-Serializer-0.05.tar.gz with Makefile.PL >>> /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2400/cpanfly-5.24/var/megalib Want /Users/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: [darwin-thread-multi-2level] 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 Simple::SAX::Serializer Writing MYMETA.yml and MYMETA.json ADRIANWIT/Simple-SAX-Serializer-0.05.tar.gz /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL -- OK Running make for A/AD/ADRIANWIT/Simple-SAX-Serializer-0.05.tar.gz >>> make cp lib/Simple/SAX/Serializer/Element.pm blib/lib/Simple/SAX/Serializer/Element.pm cp lib/Simple/SAX/Serializer/Parser.pm blib/lib/Simple/SAX/Serializer/Parser.pm cp lib/Simple/SAX/Serializer/Handler.pm blib/lib/Simple/SAX/Serializer/Handler.pm cp lib/Simple/SAX/Serializer.pm blib/lib/Simple/SAX/Serializer.pm Manifying 4 pod documents ADRIANWIT/Simple-SAX-Serializer-0.05.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2400/ap2400-300558/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/xml/*.t t/pod.t ........... 1..4 ok 1 - should have value lib/Simple/SAX/Serializer.pm POD file ok 2 - should have value lib/Simple/SAX/Serializer/Parser.pm POD file ok 3 - should have value lib/Simple/SAX/Serializer/Element.pm file ok 4 - should have value lib/Simple/SAX/Serializer/Handler.pm file ok t/pod_coverage.t .. 1..4 ok 1 - should have value Simple::SAX::Serializer POD file ok 2 - should have value Simple::SAX::Serializer::Parser POD file ok 3 - should have value Simple::SAX::Serializer::Element file ok 4 - should have value Simple::SAX::Serializer::Handler file ok t/xml/handler.t ... 1..11 ok 1 - use Simple::SAX::Serializer::Handler; ok 2 - use Simple::SAX::Serializer; ok 3 - should get array values ok 4 - should get array of objects ok 5 - should have hash item of child value ok 6 - should have hash item of child value ok 7 - should have hash value ok 8 - should have custom array value ok 9 - should have object value ok 10 - should have hash_of_object_array_handler ok 11 - should have hash_of_object_array_handler ok # Failed test 'should have serialzed data structure' # at t/xml/xml.t line 149. # Structures begin differing at: # $got->[3][5][0] = 'attr' # $expected->[3][5][0] = 'grid_with' # Looks like you failed 1 test of 19. t/xml/xml.t ....... 1..19 ok 1 - use Simple::SAX::Serializer; ok 2 - An object of class 'Simple::SAX::Serializer' isa 'Simple::SAX::Serializer' ok 3 - should catch missing handler ok 4 - should have lm ok 5 - should have 3 children ok 6 - should have child 1 ok 7 - should have attr ok 8 - should have child 2 ok 9 - should have attr ok 10 - should have 2 ChildA object ok 11 - should have id 1 ok 12 - should have id 2 ok 13 - should have child 3 ok 14 - should have attr ok 15 - An object of class 'Root' isa 'Root' ok 16 - An object of class 'Simple::SAX::Serializer' isa 'Simple::SAX::Serializer' not ok 17 - should have serialzed data structure ok 18 - An object of class 'Simple::SAX::Serializer' isa 'Simple::SAX::Serializer' ok 19 - should have root args Dubious, test returned 1 (wstat 256, 0x100) Failed 1/19 subtests Test Summary Report ------------------- t/xml/xml.t (Wstat: 256 Tests: 19 Failed: 1) Failed test: 17 Non-zero exit status: 1 Files=4, Tests=38, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.37 cusr 0.05 csys = 0.45 CPU) Result: FAIL Failed 1/4 test programs. 1/38 subtests failed. make: *** [test_dynamic] Error 1 ADRIANWIT/Simple-SAX-Serializer-0.05.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports ADRIANWIT/Simple-SAX-Serializer-0.05.tar.gz Finished 2017-01-06T14:34:41