cpantestlogs/Method::Lexical_genfailure.log
2017-05-02 18:44:36 -07:00

305 lines
18 KiB
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

perl-blead
==========
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
Work directory is /home/ryan/.cpanm/work/1493060853.4056
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 Method::Lexical () on cpanmetadb ...
Unpacking Method-Lexical-0.30.tar.gz
--> Working on Method::Lexical
Fetching http://www.cpan.org/authors/id/C/CH/CHOCOLATE/Method-Lexical-0.30.tar.gz ... OK
Method-Lexical-0.30/
Method-Lexical-0.30/MANIFEST
Method-Lexical-0.30/META.yml
Method-Lexical-0.30/lib/
Method-Lexical-0.30/lib/Method/
Method-Lexical-0.30/lib/Method/Lexical.pm
Method-Lexical-0.30/README
Method-Lexical-0.30/t/
Method-Lexical-0.30/t/fail.t
Method-Lexical-0.30/t/autoload.t
Method-Lexical-0.30/t/pod.t
Method-Lexical-0.30/t/fqname.t
Method-Lexical-0.30/t/basic.t
Method-Lexical-0.30/t/depth.t
Method-Lexical-0.30/t/cache.t
Method-Lexical-0.30/t/module_autoload_fail.t
Method-Lexical-0.30/t/01_use.t
Method-Lexical-0.30/t/method_name_value.t
Method-Lexical-0.30/META.json
Method-Lexical-0.30/mro.h
Method-Lexical-0.30/Changes
Method-Lexical-0.30/Makefile.PL
Method-Lexical-0.30/Lexical.xs
Method-Lexical-0.30/ppport.h
Entering Method-Lexical-0.30
Checking configure dependencies from META.json
Checking if you have B::Hooks::OP::Annotation 0.44 ... Yes (0.44)
Checking if you have B::Hooks::OP::Check 0.19 ... Yes (0.19)
Checking if you have ExtUtils::Depends 0.304 ... Yes (0.405)
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring Method-Lexical-0.30 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Method::Lexical
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Devel::Pragma 0.54 ... Yes (1.1.0)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have B::Hooks::OP::Check 0.19 ... Yes (0.19)
Checking if you have B::Hooks::EndOfScope 0.12 ... Yes (0.21)
Checking if you have B::Hooks::OP::Annotation 0.44 ... Yes (0.44)
OK
Building and testing Method-Lexical-0.30 ... cp lib/Method/Lexical.pm blib/lib/Method/Lexical.pm
Running Mkbootstrap for Lexical ()
chmod 644 "Lexical.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Lexical.bs blib/arch/auto/Method/Lexical/Lexical.bs 644
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/ExtUtils/typemap' Lexical.xs > Lexical.xsc
mv Lexical.xsc Lexical.c
cc -c -I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/B/Hooks/OP/Annotation/Install -I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/B/Hooks/OP/Check/Install -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -Wall -W -DVERSION=\"0.30\" -DXS_VERSION=\"0.30\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" Lexical.c
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:2698:0,
from Lexical.xs:2:
Lexical.xs: In function method_lexical_data_list_new:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:64:40: warning: initialization discards const qualifier from pointer target type [-Wdiscarded-qualifiers]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:74:30: note: in expansion of macro MUTABLE_PTR
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:338:42: note: in expansion of macro MUTABLE_SV
#define SvREFCNT_inc(sv) S_SvREFCNT_inc(MUTABLE_SV(sv))
^~~~~~~~~~
Lexical.xs:189:30: note: in expansion of macro SvREFCNT_inc
list->stash = (HV *const)SvREFCNT_inc(stash);
^~~~~~~~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:64:40: warning: initialization discards const qualifier from pointer target type [-Wdiscarded-qualifiers]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:74:30: note: in expansion of macro MUTABLE_PTR
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:338:42: note: in expansion of macro MUTABLE_SV
#define SvREFCNT_inc(sv) S_SvREFCNT_inc(MUTABLE_SV(sv))
^~~~~~~~~~
Lexical.xs:190:41: note: in expansion of macro SvREFCNT_inc
list->method = method ? (SV * const)SvREFCNT_inc(method) : method;
^~~~~~~~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:64:40: warning: initialization discards const qualifier from pointer target type [-Wdiscarded-qualifiers]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:74:30: note: in expansion of macro MUTABLE_PTR
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:338:42: note: in expansion of macro MUTABLE_SV
#define SvREFCNT_inc(sv) S_SvREFCNT_inc(MUTABLE_SV(sv))
^~~~~~~~~~
Lexical.xs:192:28: note: in expansion of macro SvREFCNT_inc
list->cv = (CV * const)SvREFCNT_inc(cv);
^~~~~~~~~~~~
Lexical.xs: In function method_lexical_data_list_free:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:64:40: warning: initialization discards const qualifier from pointer target type [-Wdiscarded-qualifiers]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:74:30: note: in expansion of macro MUTABLE_PTR
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:349:47: note: in expansion of macro MUTABLE_SV
#define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
^~~~~~~~~~
Lexical.xs:204:9: note: in expansion of macro SvREFCNT_dec
SvREFCNT_dec(list->stash);
^~~~~~~~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:64:40: warning: initialization discards const qualifier from pointer target type [-Wdiscarded-qualifiers]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:74:30: note: in expansion of macro MUTABLE_PTR
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:349:47: note: in expansion of macro MUTABLE_SV
#define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
^~~~~~~~~~
Lexical.xs:205:9: note: in expansion of macro SvREFCNT_dec
SvREFCNT_dec(list->method);
^~~~~~~~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:64:40: warning: initialization discards const qualifier from pointer target type [-Wdiscarded-qualifiers]
# define MUTABLE_PTR(p) ({ void *_p = (p); _p; })
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/handy.h:74:30: note: in expansion of macro MUTABLE_PTR
#define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p))
^~~~~~~~~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:349:47: note: in expansion of macro MUTABLE_SV
#define SvREFCNT_dec(sv) S_SvREFCNT_dec(aTHX_ MUTABLE_SV(sv))
^~~~~~~~~~
Lexical.xs:206:9: note: in expansion of macro SvREFCNT_dec
SvREFCNT_dec(list->cv);
^~~~~~~~~~~~
rm -f blib/arch/auto/Method/Lexical/Lexical.so
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Lexical.o -o blib/arch/auto/Method/Lexical/Lexical.so \
\
chmod 755 blib/arch/auto/Method/Lexical/Lexical.so
Manifying 1 pod document
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Lexical.bs blib/arch/auto/Method/Lexical/Lexical.bs 644
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 Method::Lexical;'
# at t/01_use.t line 8.
# Tried to use 'Method::Lexical'.
# Error: "on_require" is not exported by the Devel::Pragma module
# Can't continue after import errors at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/Devel/Pragma.pm line 108.
# BEGIN failed--compilation aborted at /home/ryan/.cpanm/work/1493060853.4056/Method-Lexical-0.30/blib/lib/Method/Lexical.pm line 12.
# Compilation failed in require at t/01_use.t line 8.
# BEGIN failed--compilation aborted at t/01_use.t line 8.
# Looks like you failed 1 test of 1.
t/01_use.t ................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
"on_require" is not exported by the Devel::Pragma module
Can't continue after import errors at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/Devel/Pragma.pm line 108.
BEGIN failed--compilation aborted at /home/ryan/.cpanm/work/1493060853.4056/Method-Lexical-0.30/blib/lib/Method/Lexical.pm line 12.
Compilation failed in require at t/autoload.t line 19.
BEGIN failed--compilation aborted at t/autoload.t line 19.
# Looks like your test exited with 255 before it could output anything.
t/autoload.t ..............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 25/25 subtests
"on_require" is not exported by the Devel::Pragma module
Can't continue after import errors at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/Devel/Pragma.pm line 108.
BEGIN failed--compilation aborted at /home/ryan/.cpanm/work/1493060853.4056/Method-Lexical-0.30/blib/lib/Method/Lexical.pm line 12.
Compilation failed in require at t/basic.t line 25.
BEGIN failed--compilation aborted at t/basic.t line 25.
# Looks like your test exited with 255 before it could output anything.
t/basic.t .................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 30/30 subtests
"on_require" is not exported by the Devel::Pragma module
Can't continue after import errors at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/Devel/Pragma.pm line 108.
BEGIN failed--compilation aborted at /home/ryan/.cpanm/work/1493060853.4056/Method-Lexical-0.30/blib/lib/Method/Lexical.pm line 12.
Compilation failed in require at t/cache.t line 26.
BEGIN failed--compilation aborted at t/cache.t line 26.
# Looks like your test exited with 255 before it could output anything.
t/cache.t .................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 136/136 subtests
"on_require" is not exported by the Devel::Pragma module
Can't continue after import errors at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/Devel/Pragma.pm line 108.
BEGIN failed--compilation aborted at /home/ryan/.cpanm/work/1493060853.4056/Method-Lexical-0.30/blib/lib/Method/Lexical.pm line 12.
Compilation failed in require at t/depth.t line 324.
BEGIN failed--compilation aborted at t/depth.t line 324.
# Looks like your test exited with 255 before it could output anything.
t/depth.t .................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 5/5 subtests
"on_require" is not exported by the Devel::Pragma module
Can't continue after import errors at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/Devel/Pragma.pm line 108.
BEGIN failed--compilation aborted at /home/ryan/.cpanm/work/1493060853.4056/Method-Lexical-0.30/blib/lib/Method/Lexical.pm line 12.
Compilation failed in require at t/fail.t line 21.
BEGIN failed--compilation aborted at t/fail.t line 21.
# Looks like your test exited with 255 before it could output anything.
t/fail.t ..................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 33/33 subtests
"on_require" is not exported by the Devel::Pragma module
Can't continue after import errors at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/Devel/Pragma.pm line 108.
BEGIN failed--compilation aborted at /home/ryan/.cpanm/work/1493060853.4056/Method-Lexical-0.30/blib/lib/Method/Lexical.pm line 12.
Compilation failed in require at t/fqname.t line 21.
BEGIN failed--compilation aborted at t/fqname.t line 21.
# Looks like your test exited with 255 before it could output anything.
t/fqname.t ................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 54/54 subtests
"on_require" is not exported by the Devel::Pragma module
Can't continue after import errors at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/Devel/Pragma.pm line 108.
BEGIN failed--compilation aborted at /home/ryan/.cpanm/work/1493060853.4056/Method-Lexical-0.30/blib/lib/Method/Lexical.pm line 12.
Compilation failed in require at t/method_name_value.t line 39.
BEGIN failed--compilation aborted at t/method_name_value.t line 39.
# Looks like your test exited with 255 before it could output anything.
t/method_name_value.t .....
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 12/12 subtests
# Failed test 'error loading nonexistent package (autoloaded)'
# at t/module_autoload_fail.t line 9.
# '"on_require" is not exported by the Devel::Pragma module
# Can't continue after import errors at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux/Devel/Pragma.pm line 108.
# BEGIN failed--compilation aborted at /home/ryan/.cpanm/work/1493060853.4056/Method-Lexical-0.30/blib/lib/Method/Lexical.pm line 12.
# Compilation failed in require at (eval 6) line 1.
# BEGIN failed--compilation aborted at (eval 6) line 1.
# '
# doesn't match '(?^:Can't load Method::Lexical::Test::No::Such::Package)'
# Failed test 'error loading nonexistent package (-autoload => 1)'
# at t/module_autoload_fail.t line 12.
# 'Attempt to reload Method/Lexical.pm aborted.
# Compilation failed in require at (eval 9) line 1.
# BEGIN failed--compilation aborted at (eval 9) line 1.
# '
# doesn't match '(?^:Can't load Method::Lexical::Test::No::Such::Package)'
# Looks like you failed 2 tests of 2.
t/module_autoload_fail.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
t/pod.t ................... ok
Test Summary Report
-------------------
t/01_use.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/autoload.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 25 tests but ran 0.
t/basic.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 30 tests but ran 0.
t/cache.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 136 tests but ran 0.
t/depth.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 5 tests but ran 0.
t/fail.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 33 tests but ran 0.
t/fqname.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 54 tests but ran 0.
t/method_name_value.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 12 tests but ran 0.
t/module_autoload_fail.t (Wstat: 512 Tests: 2 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 2
Files=10, Tests=4, 2 wallclock secs ( 0.03 usr 0.00 sys + 0.27 cusr 0.02 csys = 0.32 CPU)
Result: FAIL
Failed 9/10 test programs. 3/4 subtests failed.
Makefile:1043: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing Method::Lexical failed. See /home/ryan/.cpanm/work/1493060853.4056/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Method::Lexical] 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