cpantestlogs/Test::LocalFunctions_genfailure.log
2017-05-02 18:44:36 -07:00

168 lines
8.6 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/1493502004.5876
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 Test::LocalFunctions () on cpanmetadb ...
Unpacking Test-LocalFunctions-0.23.tar.gz
--> Working on Test::LocalFunctions
Fetching http://www.cpan.org/authors/id/M/MO/MOZNION/Test-LocalFunctions-0.23.tar.gz ... OK
Test-LocalFunctions-0.23/Build.PL
Test-LocalFunctions-0.23/Changes
Test-LocalFunctions-0.23/LICENSE
Test-LocalFunctions-0.23/META.json
Test-LocalFunctions-0.23/README.md
Test-LocalFunctions-0.23/cpanfile
Test-LocalFunctions-0.23/lib/Test/LocalFunctions.pm
Test-LocalFunctions-0.23/lib/Test/LocalFunctions/Fast.pm
Test-LocalFunctions-0.23/lib/Test/LocalFunctions/PPI.pm
Test-LocalFunctions-0.23/lib/Test/LocalFunctions/Receptor.pm
Test-LocalFunctions-0.23/lib/Test/LocalFunctions/Util.pm
Test-LocalFunctions-0.23/samples/all_local_functions_ok.pl
Test-LocalFunctions-0.23/t/00.load.t
Test-LocalFunctions-0.23/t/01.export_ok.t
Test-LocalFunctions-0.23/t/02.self.t
Test-LocalFunctions-0.23/t/03.succ.t
Test-LocalFunctions-0.23/t/04.fail.t
Test-LocalFunctions-0.23/t/05.all_local_functions_ok_with_ignoring.t
Test-LocalFunctions-0.23/t/10.select_backend_module/10.select_ppi.t
Test-LocalFunctions-0.23/t/10.select_backend_module/11.select.t
Test-LocalFunctions-0.23/t/10.select_backend_module/lib/Compiler/Lexer.pm
Test-LocalFunctions-0.23/t/20.ppi/20.export_ok.t
Test-LocalFunctions-0.23/t/20.ppi/21.self.t
Test-LocalFunctions-0.23/t/20.ppi/22.succ.t
Test-LocalFunctions-0.23/t/20.ppi/23.fail.t
Test-LocalFunctions-0.23/t/20.ppi/24.succ_with_ignoring.t
Test-LocalFunctions-0.23/t/30.fast/30.export_ok.t
Test-LocalFunctions-0.23/t/30.fast/31.self.t
Test-LocalFunctions-0.23/t/30.fast/32.succ.t
Test-LocalFunctions-0.23/t/30.fast/33.fail.t
Test-LocalFunctions-0.23/t/30.fast/34.succ_with_ignoring.t
Test-LocalFunctions-0.23/t/resource/MANIFEST
Test-LocalFunctions-0.23/t/resource/lib/Test/LocalFunctions/Fail1.pm
Test-LocalFunctions-0.23/t/resource/lib/Test/LocalFunctions/Fail2.pm
Test-LocalFunctions-0.23/t/resource/lib/Test/LocalFunctions/Fail3.pm
Test-LocalFunctions-0.23/t/resource/lib/Test/LocalFunctions/Succ1.pm
Test-LocalFunctions-0.23/t/resource/lib/Test/LocalFunctions/Succ_with_ignore.pm
Test-LocalFunctions-0.23/xt/perlcritic.t
Test-LocalFunctions-0.23/xt/perlcriticrc
Test-LocalFunctions-0.23/xt/vars.t
Test-LocalFunctions-0.23/META.yml
Test-LocalFunctions-0.23/MANIFEST
Entering Test-LocalFunctions-0.23
Checking configure dependencies from META.json
Checking if you have Module::Build 0.38 ... Yes (0.4222)
Checking if you have ExtUtils::Install 1.46 ... Yes (2.04)
Checking if you have CPAN::Meta 0 ... Yes (2.150010)
Checking if you have CPAN::Meta::Prereqs 0 ... Yes (2.150010)
Running Build.PL
Configuring Test-LocalFunctions-0.23 ... Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Test-LocalFunctions' version '0.23'
Merging cpanfile prereqs to MYMETA.yml
Merging cpanfile prereqs to MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Test::Builder::Module 0.98 ... Yes (1.302083)
Checking if you have Module::Load 0 ... Yes (0.32)
Checking if you have Test::More 0.98 ... Yes (1.302083)
Checking if you have Carp 0 ... Yes (1.38)
Checking if you have FindBin 0 ... Yes (1.51)
Checking if you have PPI 1.215 ... Yes (1.220)
Checking if you have parent 0 ... Yes (0.236)
Checking if you have ExtUtils::Manifest 0 ... Yes (1.70)
Checking if you have Exporter 0 ... Yes (5.72)
Checking if you have Test::Builder::Tester 1.22 ... Yes (1.302083)
Checking if you have Sub::Identify 0 ... Yes (0.14)
OK
Building and testing Test-LocalFunctions-0.23 ... Building Test-LocalFunctions
# Testing Test::LocalFunctions 0.23
t/00.load.t .................................. ok
t/01.export_ok.t ............................. ok
t/02.self.t .................................. ok
# Test::LocalFunctions failed: '_baz' is not used.
# Failed test 't/resource/lib/Test/LocalFunctions/Succ1.pm'
# at /home/ryan/.cpanm/work/1493502004.5876/Test-LocalFunctions-0.23/blib/lib/Test/LocalFunctions.pm line 30.
# Looks like you failed 1 test of 1.
t/03.succ.t ..................................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/04.fail.t .................................. ok
# Test::LocalFunctions failed: '_baz' is not used.
# Failed test 'lib/Test/LocalFunctions/Succ1.pm'
# at /home/ryan/.cpanm/work/1493502004.5876/Test-LocalFunctions-0.23/blib/lib/Test/LocalFunctions.pm line 25.
# Looks like you failed 1 test of 1.
t/05.all_local_functions_ok_with_ignoring.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
Subroutine all_local_functions_ok redefined at /home/ryan/.cpanm/work/1493502004.5876/Test-LocalFunctions-0.23/blib/lib/Test/LocalFunctions/PPI.pm line 15.
Subroutine local_functions_ok redefined at /home/ryan/.cpanm/work/1493502004.5876/Test-LocalFunctions-0.23/blib/lib/Test/LocalFunctions/PPI.pm line 20.
Subroutine is_in_use redefined at /home/ryan/.cpanm/work/1493502004.5876/Test-LocalFunctions-0.23/blib/lib/Test/LocalFunctions/PPI.pm line 25.
Subroutine _generate_PPI_document redefined at /home/ryan/.cpanm/work/1493502004.5876/Test-LocalFunctions-0.23/blib/lib/Test/LocalFunctions/PPI.pm line 46.
Subroutine _remove_declarations_sub redefined at /home/ryan/.cpanm/work/1493502004.5876/Test-LocalFunctions-0.23/blib/lib/Test/LocalFunctions/PPI.pm line 54.
Subroutine _prune_PPI_tokens redefined at /home/ryan/.cpanm/work/1493502004.5876/Test-LocalFunctions-0.23/blib/lib/Test/LocalFunctions/PPI.pm line 67.
Subroutine all_local_functions_ok redefined at /home/ryan/.cpanm/work/1493502004.5876/Test-LocalFunctions-0.23/blib/lib/Test/LocalFunctions.pm line 23.
Subroutine local_functions_ok redefined at /home/ryan/.cpanm/work/1493502004.5876/Test-LocalFunctions-0.23/blib/lib/Test/LocalFunctions.pm line 28.
Subroutine which_backend_is_used redefined at /home/ryan/.cpanm/work/1493502004.5876/Test-LocalFunctions-0.23/blib/lib/Test/LocalFunctions.pm line 33.
t/10.select_backend_module/10.select_ppi.t ... ok
t/10.select_backend_module/11.select.t ....... ok
t/20.ppi/20.export_ok.t ...................... ok
t/20.ppi/21.self.t ........................... ok
t/20.ppi/22.succ.t ........................... ok
t/20.ppi/23.fail.t ........................... ok
t/20.ppi/24.succ_with_ignoring.t ............. ok
t/30.fast/30.export_ok.t ..................... ok
t/30.fast/31.self.t .......................... ok
# Test::LocalFunctions failed: '_baz' is not used.
# Failed test 't/resource/lib/Test/LocalFunctions/Succ1.pm'
# at /home/ryan/.cpanm/work/1493502004.5876/Test-LocalFunctions-0.23/blib/lib/Test/LocalFunctions/Fast.pm line 27.
# Looks like you failed 1 test of 1.
t/30.fast/32.succ.t ..........................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/30.fast/33.fail.t .......................... ok
t/30.fast/34.succ_with_ignoring.t ............ ok
Test Summary Report
-------------------
t/03.succ.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/05.all_local_functions_ok_with_ignoring.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/30.fast/32.succ.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=18, Tests=37, 1 wallclock secs ( 0.03 usr 0.02 sys + 0.93 cusr 0.08 csys = 1.06 CPU)
Result: FAIL
Failed 3/18 test programs. 3/37 subtests failed.
! Installing Test::LocalFunctions failed. See /home/ryan/.cpanm/work/1493502004.5876/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Test::LocalFunctions] 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