cpantestlogs/Devel::Refactor_incfailure.log
2017-05-02 18:44:36 -07:00

195 lines
9.2 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/1493692381.16813
You have make /usr/bin/make
You have LWP 5.837
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 Devel::Refactor () on cpanmetadb ...
Unpacking Devel-Refactor-0.05.tar.gz
--> Working on Devel::Refactor
Fetching http://www.cpan.org/authors/id/S/SS/SSOTKA/Devel-Refactor-0.05.tar.gz ... OK
Devel-Refactor-0.05/
Devel-Refactor-0.05/t/
Devel-Refactor-0.05/t/rename_subroutine.t
Devel-Refactor-0.05/t/extract_subroutine.t
Devel-Refactor-0.05/t/testfile_1.pl
Devel-Refactor-0.05/t/testfile_2.pm
Devel-Refactor-0.05/t/test_subdirectory/
Devel-Refactor-0.05/t/test_subdirectory/testfile_3.pod
Devel-Refactor-0.05/t/basic.t
Devel-Refactor-0.05/README
Devel-Refactor-0.05/Changes
Devel-Refactor-0.05/test.pl
Devel-Refactor-0.05/Makefile.PL
Devel-Refactor-0.05/Refactor.pm
Devel-Refactor-0.05/META.yml
Devel-Refactor-0.05/examples/
Devel-Refactor-0.05/examples/factory.pl
Devel-Refactor-0.05/MANIFEST
Entering Devel-Refactor-0.05
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring Devel-Refactor-0.05 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Devel::Refactor
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Test::More 0.47 ... Yes (1.302083)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
OK
Building and testing Devel-Refactor-0.05 ... cp Refactor.pm blib/lib/Devel/Refactor.pm
Manifying 1 pod document
PERL_DL_NONLAZY=1 "/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "-Iblib/lib" "-Iblib/arch" test.pl
# Adding .t as valid Perl extension
t/basic.t ...............
1..7
ok 1 - use Refactor;
ok 2 - Get a new Devel::Refactor object.
ok 3 - 'foo.pl' recognized as Perl file name.
ok 4 - 'foo.pm' recognized as Perl file name.
ok 5 - 'foo.pod' recognized as Perl file name.
ok 6 - 'foo.t' rejected as Perl file name.
ok 7 - 'foo.t' recognized as Perl file name.
ok
t/rename_subroutine.t ...
1..73
ok 1 - t/testfile_1.pl is a perl file
ok 2 - Call rename_subroutine with file 't/testfile_1.pl'
ok 3 - Find expected line number 11 in t/testfile_1.pl
ok 4 - t/testfile_1.pl line 11 - find oldSub
ok 5 - t/testfile_1.pl line 11 - replacement line looks correct
ok 6 - Find expected line number 12 in t/testfile_1.pl
ok 7 - t/testfile_1.pl line 12 - find oldSub
ok 8 - t/testfile_1.pl line 12 - replacement line looks correct
ok 9 - Find expected line number 16 in t/testfile_1.pl
ok 10 - t/testfile_1.pl line 16 - find oldSub
ok 11 - t/testfile_1.pl line 16 - replacement line looks correct
ok 12 - Find expected line number 21 in t/testfile_1.pl
ok 13 - t/testfile_1.pl line 21 - find oldSub
ok 14 - t/testfile_1.pl line 21 - replacement line looks correct
ok 15 - Find expected line number 25 in t/testfile_1.pl
ok 16 - t/testfile_1.pl line 25 - find oldSub
ok 17 - t/testfile_1.pl line 25 - replacement line looks correct
ok 18 - Find expected line number 29 in t/testfile_1.pl
ok 19 - t/testfile_1.pl line 29 - find oldSub
ok 20 - t/testfile_1.pl line 29 - replacement line looks correct
ok 21 - Call rename_subroutine with directory 't' and depth of 0
ok 22 - Find expected line number 11 in t/testfile_1.pl
ok 23 - t/testfile_1.pl line 11 - find oldSub
ok 24 - t/testfile_1.pl line 11 - replacement line looks correct
ok 25 - Find expected line number 12 in t/testfile_1.pl
ok 26 - t/testfile_1.pl line 12 - find oldSub
ok 27 - t/testfile_1.pl line 12 - replacement line looks correct
ok 28 - Find expected line number 16 in t/testfile_1.pl
ok 29 - t/testfile_1.pl line 16 - find oldSub
ok 30 - t/testfile_1.pl line 16 - replacement line looks correct
ok 31 - Find expected line number 21 in t/testfile_1.pl
ok 32 - t/testfile_1.pl line 21 - find oldSub
ok 33 - t/testfile_1.pl line 21 - replacement line looks correct
ok 34 - Find expected line number 25 in t/testfile_1.pl
ok 35 - t/testfile_1.pl line 25 - find oldSub
ok 36 - t/testfile_1.pl line 25 - replacement line looks correct
ok 37 - Find expected line number 29 in t/testfile_1.pl
ok 38 - t/testfile_1.pl line 29 - find oldSub
ok 39 - t/testfile_1.pl line 29 - replacement line looks correct
ok 40 - Find expected line number 15 in t/testfile_2.pm
ok 41 - t/testfile_2.pm line 15 - find oldSub
ok 42 - t/testfile_2.pm line 15 - replacement line looks correct
ok 43 - Find expected line number 18 in t/testfile_2.pm
ok 44 - t/testfile_2.pm line 18 - find oldSub
ok 45 - t/testfile_2.pm line 18 - replacement line looks correct
ok 46 - Call rename_subroutine with directory 't' and depth of 1
ok 47 - Find expected line number 11 in t/testfile_1.pl
ok 48 - t/testfile_1.pl line 11 - find oldSub
ok 49 - t/testfile_1.pl line 11 - replacement line looks correct
ok 50 - Find expected line number 12 in t/testfile_1.pl
ok 51 - t/testfile_1.pl line 12 - find oldSub
ok 52 - t/testfile_1.pl line 12 - replacement line looks correct
ok 53 - Find expected line number 16 in t/testfile_1.pl
ok 54 - t/testfile_1.pl line 16 - find oldSub
ok 55 - t/testfile_1.pl line 16 - replacement line looks correct
ok 56 - Find expected line number 21 in t/testfile_1.pl
ok 57 - t/testfile_1.pl line 21 - find oldSub
ok 58 - t/testfile_1.pl line 21 - replacement line looks correct
ok 59 - Find expected line number 25 in t/testfile_1.pl
ok 60 - t/testfile_1.pl line 25 - find oldSub
ok 61 - t/testfile_1.pl line 25 - replacement line looks correct
ok 62 - Find expected line number 29 in t/testfile_1.pl
ok 63 - t/testfile_1.pl line 29 - find oldSub
ok 64 - t/testfile_1.pl line 29 - replacement line looks correct
ok 65 - Find expected line number 15 in t/testfile_2.pm
ok 66 - t/testfile_2.pm line 15 - find oldSub
ok 67 - t/testfile_2.pm line 15 - replacement line looks correct
ok 68 - Find expected line number 18 in t/testfile_2.pm
ok 69 - t/testfile_2.pm line 18 - find oldSub
ok 70 - t/testfile_2.pm line 18 - replacement line looks correct
ok 71 - Find expected line number 8 in t/test_subdirectory/testfile_3.pod
ok 72 - t/test_subdirectory/testfile_3.pod line 8 - find oldSub
ok 73 - t/test_subdirectory/testfile_3.pod line 8 - replacement line looks correct
ok
t/extract_subroutine.t ..
1..3
ok 1 - New subroutine signature
ok 2 - eval extracted subroutine declaration
Checking foo
Checking bar
Checking baz
ok 3 - run extracted subroutine
ok
All tests successful.
Files=3, Tests=83, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.10 cusr 0.00 csys = 0.11 CPU)
Result: PASS
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 Refactor;'
# at t/basic.t line 10.
# Tried to use 'Refactor'.
# Error: Can't locate Refactor.pm in @INC (you may need to install the Refactor module) (@INC contains: /home/ryan/.cpanm/work/1493692381.16813/Devel-Refactor-0.05/blib/lib /home/ryan/.cpanm/work/1493692381.16813/Devel-Refactor-0.05/blib/arch /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/basic.t line 10.
# BEGIN failed--compilation aborted at t/basic.t line 10.
Can't locate object method "new" via package "Devel::Refactor" (perhaps you forgot to load "Devel::Refactor"?) at t/basic.t line 13.
# Looks like your test exited with 255 just after 1.
t/basic.t ...............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 7/7 subtests
t/extract_subroutine.t .. ok
t/rename_subroutine.t ... ok
Test Summary Report
-------------------
t/basic.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 7 tests but ran 1.
Files=3, Tests=77, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.08 cusr 0.01 csys = 0.11 CPU)
Result: FAIL
Failed 1/3 test programs. 1/77 subtests failed.
Makefile:840: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing Devel::Refactor failed. See /home/ryan/.cpanm/work/1493692381.16813/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Devel::Refactor] 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