cpantestlogs/self::implicit_genfailure.log
2017-05-02 18:44:36 -07:00

281 lines
12 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/1493259671.12567
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 self::implicit () on cpanmetadb ...
Unpacking self-0.34.tar.gz
--> Working on self::implicit
Fetching http://www.cpan.org/authors/id/G/GU/GUGOD/self-0.34.tar.gz ... OK
self-0.34/
self-0.34/Changes
self-0.34/examples/
self-0.34/inc/
self-0.34/lib/
self-0.34/LICENSE
self-0.34/Makefile.PL
self-0.34/MANIFEST
self-0.34/META.yml
self-0.34/README
self-0.34/t/
self-0.34/xt/
self-0.34/xt/perlcritic.t
self-0.34/xt/pod-coverage.t
self-0.34/xt/pod.t
self-0.34/t/00.load.t
self-0.34/t/02.eval.t
self-0.34/t/03.interpolation.t
self-0.34/t/04.autoload.t
self-0.34/t/0simple-var.t
self-0.34/t/0simple.t
self-0.34/t/benchmark.pl
self-0.34/t/export-nofunctions.t
self-0.34/t/export-renaming.t
self-0.34/t/implicit.t
self-0.34/t/lib/
self-0.34/t/lib2/
self-0.34/t/noself.t
self-0.34/t/selfvar.t
self-0.34/t/space01.t
self-0.34/t/space02.t
self-0.34/t/space03.t
self-0.34/t/space04.t
self-0.34/t/space05.t
self-0.34/t/space06.t
self-0.34/t/space07.t
self-0.34/t/lib2/Counter.pm
self-0.34/t/lib2/Selfvar.pm
self-0.34/t/lib/AutoloadTest.pm
self-0.34/t/lib/Counter.pm
self-0.34/t/lib/EvalTest.pm
self-0.34/t/lib/Gugod.pm
self-0.34/t/lib/InterpolationTest.pm
self-0.34/t/lib/Normal.pm
self-0.34/lib/self/
self-0.34/lib/self.pm
self-0.34/lib/self/implicit.pm
self-0.34/inc/Module/
self-0.34/inc/Module/Install/
self-0.34/inc/Module/Install.pm
self-0.34/inc/Module/Install/AuthorTests.pm
self-0.34/inc/Module/Install/Base.pm
self-0.34/inc/Module/Install/Can.pm
self-0.34/inc/Module/Install/Fetch.pm
self-0.34/inc/Module/Install/Makefile.pm
self-0.34/inc/Module/Install/Metadata.pm
self-0.34/inc/Module/Install/Win32.pm
self-0.34/inc/Module/Install/WriteAll.pm
self-0.34/examples/benchmark.pl
self-0.34/examples/Counter.pm
self-0.34/examples/play_counter.pl
Entering self-0.34
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring self-0.34 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for self
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have B::Hooks::Parser 0.08 ... Yes (0.19)
Checking if you have Test::More 0.42 ... Yes (1.302078)
Checking if you have PadWalker 1.92 ... Yes (2.2)
Checking if you have B::OPCheck 0.27 ... Yes (0.32)
Checking if you have Sub::Exporter 0 ... Yes (0.987)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have Devel::Declare 0.003004 ... Yes (0.006019)
OK
Building and testing self-0.34 ... cp lib/self/implicit.pm blib/lib/self/implicit.pm
cp lib/self.pm blib/lib/self.pm
Manifying 2 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, 'inc', 'blib/lib', 'blib/arch')" t/*.t
# Failed test at t/00.load.t line 6.
# got: undef
# expected: 'ok'
# Testing self 0.34
# Looks like you failed 1 test of 1.
t/00.load.t .............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/02.eval.t ............. ok
t/03.interpolation.t .... ok
t/04.autoload.t ......... ok
Variable "@args" is not imported at t/lib2/Counter.pm line 15.
(Did you mean &args instead?)
Variable "$self" is not imported at t/lib2/Counter.pm line 16.
(Did you mean &self instead?)
Variable "$self" is not imported at t/lib2/Counter.pm line 20.
(Did you mean &self instead?)
Variable "$self" is not imported at t/lib2/Counter.pm line 24.
(Did you mean &self instead?)
Global symbol "@args" requires explicit package name (did you forget to declare "my @args"?) at t/lib2/Counter.pm line 15.
Global symbol "$self" requires explicit package name (did you forget to declare "my $self"?) at t/lib2/Counter.pm line 16.
Global symbol "$self" requires explicit package name (did you forget to declare "my $self"?) at t/lib2/Counter.pm line 20.
Global symbol "$self" requires explicit package name (did you forget to declare "my $self"?) at t/lib2/Counter.pm line 24.
BEGIN not safe after errors--compilation aborted at t/lib2/Counter.pm line 28.
Compilation failed in require at t/0simple-var.t line 3.
BEGIN failed--compilation aborted at t/0simple-var.t line 3.
t/0simple-var.t .........
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
t/0simple.t ............. ok
t/export-nofunctions.t .. ok
t/export-renaming.t ..... ok
Global symbol "$self" requires explicit package name (did you forget to declare "my $self"?) at t/implicit.t line 14.
Global symbol "@args" requires explicit package name (did you forget to declare "my @args"?) at t/implicit.t line 22.
BEGIN not safe after errors--compilation aborted at t/implicit.t line 27.
t/implicit.t ............
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Variable "$self" is not imported at (eval 23) line 2.
(Did you mean &self instead?)
# Failed test at t/noself.t line 17.
# got: undef
# expected: '42'
Variable "$self" is not imported at (eval 24) line 2.
(Did you mean &self instead?)
# Looks like you failed 1 test of 2.
t/noself.t ..............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
Variable "@args" is not imported at t/lib2/Selfvar.pm line 9.
(Did you mean &args instead?)
Variable "$self" is not imported at t/lib2/Selfvar.pm line 10.
(Did you mean &self instead?)
Variable "@args" is not imported at t/lib2/Selfvar.pm line 10.
(Did you mean &args instead?)
Variable "$self" is not imported at t/lib2/Selfvar.pm line 13.
(Did you mean &self instead?)
Variable "$self" is not imported at t/lib2/Selfvar.pm line 16.
(Did you mean &self instead?)
Variable "$self" is not imported at t/lib2/Selfvar.pm line 17.
(Did you mean &self instead?)
Variable "$self" is not imported at t/lib2/Selfvar.pm line 17.
(Did you mean &self instead?)
Variable "$self" is not imported at t/lib2/Selfvar.pm line 20.
(Did you mean &self instead?)
Global symbol "@args" requires explicit package name (did you forget to declare "my @args"?) at t/lib2/Selfvar.pm line 9.
Global symbol "$self" requires explicit package name (did you forget to declare "my $self"?) at t/lib2/Selfvar.pm line 10.
Global symbol "@args" requires explicit package name (did you forget to declare "my @args"?) at t/lib2/Selfvar.pm line 10.
Global symbol "$self" requires explicit package name (did you forget to declare "my $self"?) at t/lib2/Selfvar.pm line 13.
Global symbol "$self" requires explicit package name (did you forget to declare "my $self"?) at t/lib2/Selfvar.pm line 16.
Global symbol "$self" requires explicit package name (did you forget to declare "my $self"?) at t/lib2/Selfvar.pm line 17.
Global symbol "$self" requires explicit package name (did you forget to declare "my $self"?) at t/lib2/Selfvar.pm line 17.
Global symbol "$self" requires explicit package name (did you forget to declare "my $self"?) at t/lib2/Selfvar.pm line 20.
Compilation failed in require at t/selfvar.t line 6.
BEGIN failed--compilation aborted at t/selfvar.t line 6.
# Looks like your test exited with 255 before it could output anything.
t/selfvar.t .............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 5/5 subtests
Variable "$self" is not imported at t/space01.t line 7.
(Did you mean &self instead?)
Global symbol "$self" requires explicit package name (did you forget to declare "my $self"?) at t/space01.t line 7.
Execution of t/space01.t aborted due to compilation errors.
# Looks like your test exited with 255 before it could output anything.
t/space01.t .............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
Variable "$self" is not imported at t/space02.t line 7.
(Did you mean &self instead?)
Global symbol "$self" requires explicit package name (did you forget to declare "my $self"?) at t/space02.t line 7.
Execution of t/space02.t aborted due to compilation errors.
# Looks like your test exited with 255 before it could output anything.
t/space02.t .............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
Variable "$self" is not imported at t/space03.t line 8.
(Did you mean &self instead?)
Global symbol "$self" requires explicit package name (did you forget to declare "my $self"?) at t/space03.t line 8.
Execution of t/space03.t aborted due to compilation errors.
# Looks like your test exited with 255 before it could output anything.
t/space03.t .............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
Variable "$self" is not imported at t/space04.t line 8.
(Did you mean &self instead?)
Global symbol "$self" requires explicit package name (did you forget to declare "my $self"?) at t/space04.t line 8.
Execution of t/space04.t aborted due to compilation errors.
# Looks like your test exited with 255 before it could output anything.
t/space04.t .............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
Variable "$self" is not imported at t/space05.t line 10.
(Did you mean &self instead?)
Global symbol "$self" requires explicit package name (did you forget to declare "my $self"?) at t/space05.t line 10.
Execution of t/space05.t aborted due to compilation errors.
# Looks like your test exited with 255 before it could output anything.
t/space05.t .............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
t/space06.t ............. ok
t/space07.t ............. ok
Test Summary Report
-------------------
t/00.load.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/0simple-var.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/implicit.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/noself.t (Wstat: 256 Tests: 2 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/selfvar.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 5 tests but ran 0.
t/space01.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 1 tests but ran 0.
t/space02.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 1 tests but ran 0.
t/space03.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 1 tests but ran 0.
t/space04.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 1 tests but ran 0.
t/space05.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 1 tests but ran 0.
Files=18, Tests=27, 2 wallclock secs ( 0.04 usr 0.00 sys + 0.56 cusr 0.02 csys = 0.62 CPU)
Result: FAIL
Failed 10/18 test programs. 2/27 subtests failed.
Makefile:784: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing self::implicit failed. See /home/ryan/.cpanm/work/1493259671.12567/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose self::implicit] 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