perl-blead ========== cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux Work directory is /home/ryan/.cpanm/work/1492967693.23990 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 . 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 Test::WWW::Selenium::HTML () on cpanmetadb ... Unpacking Test-WWW-Selenium-HTML-0.02.tar.gz --> Working on Test::WWW::Selenium::HTML Fetching http://www.cpan.org/authors/id/A/AP/APNIC/Test-WWW-Selenium-HTML-0.02.tar.gz ... OK Test-WWW-Selenium-HTML-0.02/ Test-WWW-Selenium-HTML-0.02/Changes Test-WWW-Selenium-HTML-0.02/lib/ Test-WWW-Selenium-HTML-0.02/LICENSE Test-WWW-Selenium-HTML-0.02/Makefile.PL Test-WWW-Selenium-HTML-0.02/MANIFEST Test-WWW-Selenium-HTML-0.02/META.json Test-WWW-Selenium-HTML-0.02/META.yml Test-WWW-Selenium-HTML-0.02/t/ Test-WWW-Selenium-HTML-0.02/t/001basic.t Test-WWW-Selenium-HTML-0.02/t/002pod.t Test-WWW-Selenium-HTML-0.02/t/003pod-coverage.t Test-WWW-Selenium-HTML-0.02/t/100simple.t Test-WWW-Selenium-HTML-0.02/t/101accessors.t Test-WWW-Selenium-HTML-0.02/t/102error.t Test-WWW-Selenium-HTML-0.02/t/103js-vars.t Test-WWW-Selenium-HTML-0.02/t/104events.t Test-WWW-Selenium-HTML-0.02/t/105timeouts.t Test-WWW-Selenium-HTML-0.02/t/106failures.t Test-WWW-Selenium-HTML-0.02/t/107action-died.t Test-WWW-Selenium-HTML-0.02/t/html/ Test-WWW-Selenium-HTML-0.02/t/htmltests/ Test-WWW-Selenium-HTML-0.02/t/lib/ Test-WWW-Selenium-HTML-0.02/t/lib/TestDaemon.pm Test-WWW-Selenium-HTML-0.02/t/htmltests/accessors.html Test-WWW-Selenium-HTML-0.02/t/htmltests/events.html Test-WWW-Selenium-HTML-0.02/t/htmltests/failures1.html Test-WWW-Selenium-HTML-0.02/t/htmltests/failures2.html Test-WWW-Selenium-HTML-0.02/t/htmltests/failures3.html Test-WWW-Selenium-HTML-0.02/t/htmltests/failures4.html Test-WWW-Selenium-HTML-0.02/t/htmltests/failures5.html Test-WWW-Selenium-HTML-0.02/t/htmltests/failures6.html Test-WWW-Selenium-HTML-0.02/t/htmltests/js-vars.html Test-WWW-Selenium-HTML-0.02/t/htmltests/simple.html Test-WWW-Selenium-HTML-0.02/t/htmltests/timeouts1.html Test-WWW-Selenium-HTML-0.02/t/htmltests/timeouts2.html Test-WWW-Selenium-HTML-0.02/t/html/accessors.html Test-WWW-Selenium-HTML-0.02/t/html/events.html Test-WWW-Selenium-HTML-0.02/t/html/favicon.ico Test-WWW-Selenium-HTML-0.02/t/html/result.html Test-WWW-Selenium-HTML-0.02/t/html/simple.html Test-WWW-Selenium-HTML-0.02/lib/Test/ Test-WWW-Selenium-HTML-0.02/lib/Test/WWW/ Test-WWW-Selenium-HTML-0.02/lib/Test/WWW/Selenium/ Test-WWW-Selenium-HTML-0.02/lib/Test/WWW/Selenium/HTML.pm Entering Test-WWW-Selenium-HTML-0.02 Checking configure dependencies from META.json Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24) Running Makefile.PL Configuring Test-WWW-Selenium-HTML-0.02 ... Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::WWW::Selenium::HTML Writing MYMETA.yml and MYMETA.json Checking dependencies from MYMETA.json ... Checking if you have Test::Builder 0.90 ... Yes (1.302078) Checking if you have Test::More 0.90 ... Yes (1.302078) Checking if you have Time::HiRes 0 ... Yes (1.9741) Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24) Checking if you have Test::Pod 0.95 ... Yes (1.51) Checking if you have Params::Validate 0 ... Yes (1.26) Checking if you have XML::LibXML 0 ... Yes (2.0129) Checking if you have HTTP::Daemon 0 ... Yes (6.01) Checking if you have Test::WWW::Selenium 0 ... Yes (1.36) OK Building and testing Test-WWW-Selenium-HTML-0.02 ... cp lib/Test/WWW/Selenium/HTML.pm blib/lib/Test/WWW/Selenium/HTML.pm Manifying 1 pod document 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 # Failed test 'use Test::WWW::Selenium::HTML;' # at t/001basic.t line 22. # Tried to use 'Test::WWW::Selenium::HTML'. # Error: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE (.*?)}/ at /home/ryan/.cpanm/work/1492967693.23990/Test-WWW-Selenium-HTML-0.02/blib/lib/Test/WWW/Selenium/HTML.pm line 234. # Compilation failed in require at t/001basic.t line 22. # BEGIN failed--compilation aborted at t/001basic.t line 22. # Looks like you failed 1 test of 2. t/001basic.t ......... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests t/002pod.t ........... ok # Failed test 'Pod coverage on Test::WWW::Selenium::HTML' # at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Test/Pod/Coverage.pm line 133. # Test::WWW::Selenium::HTML: requiring 'Test::WWW::Selenium::HTML' failed # Looks like you failed 1 test of 1. t/003pod-coverage.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE (.*?)}/ at /home/ryan/.cpanm/work/1492967693.23990/Test-WWW-Selenium-HTML-0.02/blib/lib/Test/WWW/Selenium/HTML.pm line 234. Compilation failed in require at t/100simple.t line 8. BEGIN failed--compilation aborted at t/100simple.t line 8. t/100simple.t ........ Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE (.*?)}/ at /home/ryan/.cpanm/work/1492967693.23990/Test-WWW-Selenium-HTML-0.02/blib/lib/Test/WWW/Selenium/HTML.pm line 234. Compilation failed in require at t/101accessors.t line 8. BEGIN failed--compilation aborted at t/101accessors.t line 8. t/101accessors.t ..... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE (.*?)}/ at /home/ryan/.cpanm/work/1492967693.23990/Test-WWW-Selenium-HTML-0.02/blib/lib/Test/WWW/Selenium/HTML.pm line 234. Compilation failed in require at t/102error.t line 8. BEGIN failed--compilation aborted at t/102error.t line 8. # Looks like your test exited with 255 before it could output anything. t/102error.t ......... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 10/10 subtests Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE (.*?)}/ at /home/ryan/.cpanm/work/1492967693.23990/Test-WWW-Selenium-HTML-0.02/blib/lib/Test/WWW/Selenium/HTML.pm line 234. Compilation failed in require at t/103js-vars.t line 8. BEGIN failed--compilation aborted at t/103js-vars.t line 8. t/103js-vars.t ....... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE (.*?)}/ at /home/ryan/.cpanm/work/1492967693.23990/Test-WWW-Selenium-HTML-0.02/blib/lib/Test/WWW/Selenium/HTML.pm line 234. Compilation failed in require at t/104events.t line 8. BEGIN failed--compilation aborted at t/104events.t line 8. t/104events.t ........ Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE (.*?)}/ at /home/ryan/.cpanm/work/1492967693.23990/Test-WWW-Selenium-HTML-0.02/blib/lib/Test/WWW/Selenium/HTML.pm line 234. Compilation failed in require at t/105timeouts.t line 8. BEGIN failed--compilation aborted at t/105timeouts.t line 8. t/105timeouts.t ...... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE (.*?)}/ at /home/ryan/.cpanm/work/1492967693.23990/Test-WWW-Selenium-HTML-0.02/blib/lib/Test/WWW/Selenium/HTML.pm line 234. Compilation failed in require at t/106failures.t line 8. BEGIN failed--compilation aborted at t/106failures.t line 8. t/106failures.t ...... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/\${ <-- HERE (.*?)}/ at /home/ryan/.cpanm/work/1492967693.23990/Test-WWW-Selenium-HTML-0.02/blib/lib/Test/WWW/Selenium/HTML.pm line 234. Compilation failed in require at t/107action-died.t line 8. BEGIN failed--compilation aborted at t/107action-died.t line 8. t/107action-died.t ... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run Test Summary Report ------------------- t/001basic.t (Wstat: 256 Tests: 2 Failed: 1) Failed test: 2 Non-zero exit status: 1 t/003pod-coverage.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 t/100simple.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output t/101accessors.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output t/102error.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 10 tests but ran 0. t/103js-vars.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output t/104events.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output t/105timeouts.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output t/106failures.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output t/107action-died.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output Files=11, Tests=4, 1 wallclock secs ( 0.01 usr 0.01 sys + 0.48 cusr 0.01 csys = 0.51 CPU) Result: FAIL Failed 10/11 test programs. 2/4 subtests failed. Makefile:865: recipe for target 'test_dynamic' failed make: *** [test_dynamic] Error 255 ! Installing Test::WWW::Selenium::HTML failed. See /home/ryan/.cpanm/work/1492967693.23990/build.log for details. Retry with --force to force install it. FAIL Command [cpanm --reinstall --verbose Test::WWW::Selenium::HTML] 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