PATH=/usr/bin:/bin Start 2011-04-29T15:43:05 ActivePerl-1400 CPAN-1.9402 Going to read '/Users/fly1400/var/cpan/Metadata' Database was generated on Thu, 28 Apr 2011 22:27:12 GMT Running make for I/IN/INGY/TestML-0.11.tar.gz Checksum for /net/nas/data/cpan/authors/id/I/IN/INGY/TestML-0.11.tar.gz ok TestML-0.11/ TestML-0.11/Changes TestML-0.11/inc/ TestML-0.11/lib/ TestML-0.11/Makefile.PL TestML-0.11/MANIFEST TestML-0.11/META.yml TestML-0.11/README TestML-0.11/src/ TestML-0.11/t/ TestML-0.11/t/arguments.t TestML-0.11/t/assertions.t TestML-0.11/t/basic.t TestML-0.11/t/Bridge.pm TestML-0.11/t/dataless.t TestML-0.11/t/exceptions.t TestML-0.11/t/external.t TestML-0.11/t/external1.tml TestML-0.11/t/external2.tml TestML-0.11/t/inline-bridge.t TestML-0.11/t/inline.t TestML-0.11/t/markers.t TestML-0.11/t/parse-testml-document.t TestML-0.11/t/simple-use.t TestML-0.11/t/standard.t TestML-0.11/t/strings.t TestML-0.11/t/testml/ TestML-0.11/t/testml.pl TestML-0.11/t/truth.t TestML-0.11/t/yaml-tests.t TestML-0.11/t/testml/arguments.tml TestML-0.11/t/testml/assertions.tml TestML-0.11/t/testml/basic.tml TestML-0.11/t/testml/comments.tml TestML-0.11/t/testml/data.tml TestML-0.11/t/testml/dataless.tml TestML-0.11/t/testml/exceptions.tml TestML-0.11/t/testml/Makefile TestML-0.11/t/testml/markers.tml TestML-0.11/t/testml/standard.tml TestML-0.11/t/testml/syntax.tml TestML-0.11/t/testml/truth.tml TestML-0.11/src/chars.yaml TestML-0.11/src/grammar.pl TestML-0.11/src/Makefile TestML-0.11/src/testml.pgx TestML-0.11/lib/Module/ TestML-0.11/lib/TestML/ TestML-0.11/lib/TestML.pm TestML-0.11/lib/TestML/Base.pm TestML-0.11/lib/TestML/Document.pm TestML-0.11/lib/TestML/Parser/ TestML-0.11/lib/TestML/Parser.pm TestML-0.11/lib/TestML/Runner/ TestML-0.11/lib/TestML/Runner.pm TestML-0.11/lib/TestML/Standard.pm TestML-0.11/lib/TestML/Runner/TAP.pm TestML-0.11/lib/TestML/Parser/Grammar.pm TestML-0.11/lib/Module/Install/ TestML-0.11/lib/Module/Install/TestML.pm TestML-0.11/inc/Module/ TestML-0.11/inc/Module/Install/ TestML-0.11/inc/Module/Install.pm TestML-0.11/inc/Module/Install/Base.pm TestML-0.11/inc/Module/Install/Can.pm TestML-0.11/inc/Module/Install/Fetch.pm TestML-0.11/inc/Module/Install/Gloom.pm TestML-0.11/inc/Module/Install/Makefile.pm TestML-0.11/inc/Module/Install/Metadata.pm TestML-0.11/inc/Module/Install/Win32.pm TestML-0.11/inc/Module/Install/WriteAll.pm CPAN.pm: Going to build I/IN/INGY/TestML-0.11.tar.gz >>> /Users/fly1400/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for TestML Writing MYMETA.yml >>> make cp lib/TestML/Base.pm blib/lib/TestML/Base.pm cp lib/TestML/Parser.pm blib/lib/TestML/Parser.pm cp lib/TestML.pm blib/lib/TestML.pm cp lib/TestML/Standard.pm blib/lib/TestML/Standard.pm cp lib/TestML/Parser/Grammar.pm blib/lib/TestML/Parser/Grammar.pm cp lib/TestML/Document.pm blib/lib/TestML/Document.pm cp lib/TestML/Runner/TAP.pm blib/lib/TestML/Runner/TAP.pm cp lib/TestML/Runner.pm blib/lib/TestML/Runner.pm cp lib/Module/Install/TestML.pm blib/lib/Module/Install/TestML.pm Manifying blib/man3/TestML.3 Manifying blib/man3/Module::Install::TestML.3 INGY/TestML-0.11.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1400/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/arguments.t .............. 1..2 ok 1 - Dear John ok 2 - Greetings and Salutations ok t/assertions.t ............. 1..6 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok t/basic.t .................. # === A Basic TestML File === 1..3 ok 1 - Test One ok 2 - Test One ok 3 - Test Two ok t/dataless.t ............... 1..2 ok 1 ok 2 ok # Failed test 'No TestML meta directive' # at /Users/fly1400/var/cpan/build/TestML-0.11-9Mkm41/blib/lib/TestML/Runner.pm line 41. # got: 'Error parsing Pegex document: # msg: No TestML meta directive found # line: 2 # context: "*foo == *bar;\n" # position: 12 # ' # expected: 'No TestML meta directive found' # Failed test 'Missing semicolon' # at /Users/fly1400/var/cpan/build/TestML-0.11-9Mkm41/blib/lib/TestML/Runner.pm line 41. # got: 'Error parsing Pegex document: # msg: You seem to be missing a semicolon # line: 2 # context: "\n*foo == *bar;\n" # position: 25 # ' # expected: 'You seem to be missing a semicolon' # Failed test 'Missing semicolon on a non assertion' # at /Users/fly1400/var/cpan/build/TestML-0.11-9Mkm41/blib/lib/TestML/Runner.pm line 41. # got: 'Error parsing Pegex document: # msg: You seem to be missing a semicolon # line: 3 # context: "()\n*foo == *bar;\n" # position: 31 # ' # expected: 'You seem to be missing a semicolon' # Looks like you failed 3 tests of 3. t/exceptions.t ............. 1..3 not ok 1 - No TestML meta directive not ok 2 - Missing semicolon not ok 3 - Missing semicolon on a non assertion Dubious, test returned 3 (wstat 768, 0x300) Failed 3/3 subtests t/external.t ............... 1..4 ok 1 - Test 2 ok 2 - Test 1 ok 3 - Test 11 ok 4 - Test 111 ok t/inline-bridge.t .......... ok 1 - Foo for thought ok 2 - Bar the door 1..2 ok t/inline.t ................. # === Ingy's Test === 1..4 ok 1 - Foo for thought ok 2 - Bar the door ok 3 - Foo for thought ok 4 - Bar the door ok t/markers.t ................ 1..2 ok 1 - Test One ok 2 - Test Two ok t/parse-testml-document.t .. 1..23 ok 1 - TestML string matches against TestML grammar ok 2 - Version parses ok 3 - Plan parses ok 4 - Title parses ok 5 - BlockMarker defaults ok 6 - PointMarker defaults ok 7 - One test statement ok 8 - Point list is correct ok 9 - Expression has two transforms ok 10 - First sub is a Point ok 11 - Point name is "input" ok 12 - Second sub is "uppercase" ok 13 - Assertion is "EQ" ok 14 - Right side has one part ok 15 - First sub is a Point ok 16 - Point name is "output" ok 17 - Two data blocks ok 18 - Block 1 label ok ok 19 - Block 1, input point ok 20 - Block 1, output point ok 21 - Block 2 label ok ok 22 - Block 2, input point ok 23 - Block 2, output point ok t/simple-use.t ............. # === A Basic TestML File === 1..3 ok 1 - Test One ok 2 - Test One ok 3 - Test Two ok t/standard.t ............... ok 1 - Test 1..1 ok t/strings.t ................ 1..6 ok 1 - Throw/Catch ok 2 - Throw/Catch ok 3 - Throw/Catch ok 4 - Empty Point ok 5 - Empty Point ok 6 ok t/truth.t .................. 1..4 ok 1 ok 2 ok 3 ok 4 ok t/yaml-tests.t ............. ok 1 - Mapping in Mapping with Alias 1..1 ok Test Summary Report ------------------- t/exceptions.t (Wstat: 768 Tests: 3 Failed: 3) Failed tests: 1-3 Non-zero exit status: 3 Files=15, Tests=66, 1 wallclock secs ( 0.07 usr 0.04 sys + 0.84 cusr 0.11 csys = 1.06 CPU) Result: FAIL Failed 1/15 test programs. 3/66 subtests failed. make: *** [test_dynamic] Error 255 INGY/TestML-0.11.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports INGY/TestML-0.11.tar.gz Finished 2011-04-29T15:43:13