141 lines
9.1 KiB
Text
141 lines
9.1 KiB
Text
perl-blead
|
|
==========
|
|
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
|
|
Work directory is /home/ryan/.cpanm/work/1492931346.20814
|
|
You have make /usr/bin/make
|
|
You have LWP 6.26
|
|
You have /bin/tar: tar (GNU tar) 1.29
|
|
Copyright (C) 2015 Free Software Foundation, Inc.
|
|
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
|
|
This is free software: you are free to change and redistribute it.
|
|
There is NO WARRANTY, to the extent permitted by law.
|
|
|
|
Written by John Gilmore and Jay Fenlason.
|
|
You have /usr/bin/unzip
|
|
Searching Parse::RandGen::Regexp () on cpanmetadb ...
|
|
Unpacking Parse-RandGen-0.202.tar.gz
|
|
--> Working on Parse::RandGen::Regexp
|
|
Fetching http://www.cpan.org/authors/id/J/JD/JDUTTON/Parse-RandGen-0.202.tar.gz ... OK
|
|
Parse-RandGen-0.202/
|
|
Parse-RandGen-0.202/README
|
|
Parse-RandGen-0.202/MANIFEST
|
|
Parse-RandGen-0.202/RandGen/
|
|
Parse-RandGen-0.202/RandGen/Subrule.pm
|
|
Parse-RandGen-0.202/RandGen/Rule.pm
|
|
Parse-RandGen-0.202/RandGen/Regexp.pm
|
|
Parse-RandGen-0.202/RandGen/Production.pm
|
|
Parse-RandGen-0.202/RandGen/CharClass.pm
|
|
Parse-RandGen-0.202/RandGen/Grammar.pm
|
|
Parse-RandGen-0.202/RandGen/Condition.pm
|
|
Parse-RandGen-0.202/RandGen/Literal.pm
|
|
Parse-RandGen-0.202/t/
|
|
Parse-RandGen-0.202/t/test_utils.pl
|
|
Parse-RandGen-0.202/t/10_regex_pick.t
|
|
Parse-RandGen-0.202/t/05_regex_examples.t
|
|
Parse-RandGen-0.202/t/15_regex_capture.t
|
|
Parse-RandGen-0.202/t/20_grammar_examples.t
|
|
Parse-RandGen-0.202/t/00_pod.t
|
|
Parse-RandGen-0.202/Makefile.PL
|
|
Parse-RandGen-0.202/NEWS
|
|
Parse-RandGen-0.202/RandGen.pm
|
|
Parse-RandGen-0.202/readme.texi
|
|
Entering Parse-RandGen-0.202
|
|
META.yml/json not found. Creating skeleton for it.
|
|
Running Makefile.PL
|
|
Configuring Parse-RandGen-0.202 ... Checking if your kit is complete...
|
|
Looks good
|
|
Generating a Unix-style Makefile
|
|
Writing Makefile for Parse::RandGen
|
|
Writing MYMETA.yml and MYMETA.json
|
|
Checking dependencies from MYMETA.json ...
|
|
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
|
|
Checking if you have YAPE::Regex 3.02 ... Yes (4.00)
|
|
OK
|
|
Building and testing Parse-RandGen-0.202 ... cp RandGen/Rule.pm blib/lib/Parse/RandGen/Rule.pm
|
|
cp RandGen/Regexp.pm blib/lib/Parse/RandGen/Regexp.pm
|
|
cp RandGen/Literal.pm blib/lib/Parse/RandGen/Literal.pm
|
|
cp RandGen.pm blib/lib/Parse/RandGen.pm
|
|
cp RandGen/Subrule.pm blib/lib/Parse/RandGen/Subrule.pm
|
|
cp RandGen/CharClass.pm blib/lib/Parse/RandGen/CharClass.pm
|
|
cp RandGen/Production.pm blib/lib/Parse/RandGen/Production.pm
|
|
cp RandGen/Condition.pm blib/lib/Parse/RandGen/Condition.pm
|
|
cp RandGen/Grammar.pm blib/lib/Parse/RandGen/Grammar.pm
|
|
Manifying 9 pod documents
|
|
PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
|
|
t/00_pod.t ............... ok
|
|
t/05_regex_examples.t .... ok
|
|
%Error: CharClass element is malformed ("(?^:[\-\_\.\!\~\*'\(\)])")! Must be a regular expression matching a single character of a character class (e.g. (?-imsx:[^a-f
|
|
]). at blib/lib/Parse/RandGen/CharClass.pm line 34.
|
|
Parse::RandGen::CharClass::_newDerived(Parse::RandGen::CharClass=HASH(0x5619216e71e0), HASH(0x5619214fa790)) called at blib/lib/Parse/RandGen/Condition.pm line 80
|
|
Parse::RandGen::Condition::new("Parse::RandGen::CharClass", qr([\-\_\.\!\~\*'\(\)]), "quant", "+", "greedy", 1) called at blib/lib/Parse/RandGen/Regexp.pm line 252
|
|
Parse::RandGen::Regexp::_parseRegexp(Parse::RandGen::Regexp=HASH(0x5619216e7078), YAPE::Regex::class=HASH(0x5619216e7258), HASH(0x5619219e6490)) called at blib/lib/Parse/RandGen/Regexp.pm line 194
|
|
Parse::RandGen::Regexp::_parseRegexp(Parse::RandGen::Regexp=HASH(0x5619216e7078), YAPE::Regex::group=HASH(0x5619219f5800), HASH(0x5619216e70a8)) called at blib/lib/Parse/RandGen/Regexp.pm line 56
|
|
Parse::RandGen::Regexp::_newDerived(Parse::RandGen::Regexp=HASH(0x5619216e7078), HASH(0x561921706208)) called at blib/lib/Parse/RandGen/Condition.pm line 80
|
|
Parse::RandGen::Condition::new("Parse::RandGen::Regexp", qr([\-\_\.\!\~\*'\(\)]+)) called at t/10_regex_pick.t line 59
|
|
t/10_regex_pick.t ........
|
|
Dubious, test returned 255 (wstat 65280, 0xff00)
|
|
Failed 25/26 subtests
|
|
%Error: CharClass element is malformed ("(?^:[\w])")! Must be a regular expression matching a single character of a character class (e.g. (?-imsx:[^a-f
|
|
]). at blib/lib/Parse/RandGen/CharClass.pm line 34.
|
|
Parse::RandGen::CharClass::_newDerived(Parse::RandGen::CharClass=HASH(0x55aeacc73910), HASH(0x55aeacc72af0)) called at blib/lib/Parse/RandGen/Condition.pm line 80
|
|
Parse::RandGen::Condition::new("Parse::RandGen::CharClass", qr([\w]), "quant", "+", "greedy", 1) called at blib/lib/Parse/RandGen/Regexp.pm line 252
|
|
Parse::RandGen::Regexp::_parseRegexp(Parse::RandGen::Regexp=HASH(0x55aeaca6e370), YAPE::Regex::macro=HASH(0x55aeacc1c798), HASH(0x55aeacc72760)) called at blib/lib/Parse/RandGen/Regexp.pm line 194
|
|
Parse::RandGen::Regexp::_parseRegexp(Parse::RandGen::Regexp=HASH(0x55aeaca6e370), YAPE::Regex::capture=HASH(0x55aeacf8b360), HASH(0x55aeacf7a8f8)) called at blib/lib/Parse/RandGen/Regexp.pm line 192
|
|
Parse::RandGen::Regexp::_parseRegexp(Parse::RandGen::Regexp=HASH(0x55aeaca6e370), YAPE::Regex::group=HASH(0x55aeacf8b120), HASH(0x55aeacf8aca0)) called at blib/lib/Parse/RandGen/Regexp.pm line 56
|
|
Parse::RandGen::Regexp::_newDerived(Parse::RandGen::Regexp=HASH(0x55aeaca6e370), HASH(0x55aeacc7e6f0)) called at blib/lib/Parse/RandGen/Condition.pm line 80
|
|
Parse::RandGen::Condition::new("Parse::RandGen::Regexp", qr(Hello (\w+)!)) called at t/15_regex_capture.t line 53
|
|
t/15_regex_capture.t .....
|
|
Dubious, test returned 255 (wstat 65280, 0xff00)
|
|
Failed 3/3 subtests
|
|
%Error: CharClass element is malformed ("(?^:[a-zA-Z0-9_.])")! Must be a regular expression matching a single character of a character class (e.g. (?-imsx:[^a-f
|
|
]). at blib/lib/Parse/RandGen/CharClass.pm line 34.
|
|
Parse::RandGen::CharClass::_newDerived(Parse::RandGen::CharClass=HASH(0x5617e69e6820), HASH(0x5617e69e6760)) called at blib/lib/Parse/RandGen/Condition.pm line 80
|
|
Parse::RandGen::Condition::new("Parse::RandGen::CharClass", qr([a-zA-Z0-9_.]), "quant", "+", "greedy", 1) called at blib/lib/Parse/RandGen/Regexp.pm line 252
|
|
Parse::RandGen::Regexp::_parseRegexp(Parse::RandGen::Regexp=HASH(0x5617e6ed9228), YAPE::Regex::class=HASH(0x5617e6ed97b0), HASH(0x5617e6eb57b0)) called at blib/lib/Parse/RandGen/Regexp.pm line 194
|
|
Parse::RandGen::Regexp::_parseRegexp(Parse::RandGen::Regexp=HASH(0x5617e6ed9228), YAPE::Regex::group=HASH(0x5617e6ca9b90), HASH(0x5617e6caa1d8)) called at blib/lib/Parse/RandGen/Regexp.pm line 56
|
|
Parse::RandGen::Regexp::_newDerived(Parse::RandGen::Regexp=HASH(0x5617e6ed9228), HASH(0x5617e6bcca58)) called at blib/lib/Parse/RandGen/Condition.pm line 80
|
|
Parse::RandGen::Condition::new("Parse::RandGen::Regexp", qr([a-zA-Z0-9_.]+)) called at blib/lib/Parse/RandGen/Production.pm line 99
|
|
Parse::RandGen::Production::addCond(Parse::RandGen::Production=HASH(0x5617e6bb7548), qr([a-zA-Z0-9_.]+)) called at blib/lib/Parse/RandGen/Production.pm line 72
|
|
Parse::RandGen::Production::set(Parse::RandGen::Production=HASH(0x5617e6bb7548), "cond", qr([a-zA-Z0-9_.]+)) called at blib/lib/Parse/RandGen/Production.pm line 50
|
|
Parse::RandGen::Production::new("Parse::RandGen::Production", "cond", qr([a-zA-Z0-9_.]+)) called at blib/lib/Parse/RandGen/Rule.pm line 83
|
|
Parse::RandGen::Rule::addProd(Parse::RandGen::Rule=HASH(0x5617e69dad10), ARRAY(0x5617e69dae48)) called at blib/lib/Parse/RandGen/Rule.pm line 62
|
|
Parse::RandGen::Rule::set(Parse::RandGen::Rule=HASH(0x5617e69dad10), "prod", ARRAY(0x5617e69dae48)) called at t/20_grammar_examples.t line 24
|
|
t/20_grammar_examples.t ..
|
|
Dubious, test returned 255 (wstat 65280, 0xff00)
|
|
Failed 1/1 subtests
|
|
|
|
Test Summary Report
|
|
-------------------
|
|
t/10_regex_pick.t (Wstat: 65280 Tests: 1 Failed: 0)
|
|
Non-zero exit status: 255
|
|
Parse errors: Bad plan. You planned 26 tests but ran 1.
|
|
t/15_regex_capture.t (Wstat: 65280 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 255
|
|
Parse errors: Bad plan. You planned 3 tests but ran 0.
|
|
t/20_grammar_examples.t (Wstat: 65280 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 255
|
|
Parse errors: Bad plan. You planned 1 tests but ran 0.
|
|
Files=5, Tests=12, 1 wallclock secs ( 0.04 usr 0.00 sys + 0.15 cusr 0.01 csys = 0.20 CPU)
|
|
Result: FAIL
|
|
Failed 3/5 test programs. 0/12 subtests failed.
|
|
Makefile:876: recipe for target 'test_dynamic' failed
|
|
make: *** [test_dynamic] Error 255
|
|
! Installing Parse::RandGen::Regexp failed. See /home/ryan/.cpanm/work/1492931346.20814/build.log for details. Retry with --force to force install it.
|
|
FAIL
|
|
Command [cpanm --reinstall --verbose Parse::RandGen::Regexp] terminated with exit code 1 ($? = 256) under the following perl environment:
|
|
Command terminated with non-zero status.
|
|
|
|
|
|
Current perl:
|
|
Name: perl-blead
|
|
Path: /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl
|
|
Config: -de -Dprefix=/home/ryan/perl5/perlbrew/perls/perl-blead -Dusedevel -Aeval:scriptdir=/home/ryan/perl5/perlbrew/perls/perl-blead/bin
|
|
Compiled at: Mar 30 2017 03:10:09
|
|
|
|
perlbrew:
|
|
version: 0.78
|
|
ENV:
|
|
PERLBREW_ROOT: /home/ryan/perl5/perlbrew
|
|
PERLBREW_HOME: /home/ryan/.perlbrew
|
|
PERLBREW_PATH: /home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perl-blead/bin
|
|
PERLBREW_MANPATH: /home/ryan/perl5/perlbrew/perls/perl-blead/man
|