cpantestlogs/PerlIO::utf8_strict_incfailure.log
2017-04-18 14:54:58 -04:00

184 lines
12 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.7042 on perl 5.026000 built for x86_64-linux
Work directory is /home/ryan/.cpanm/work/1491101386.2051
You have make /usr/bin/make
You have LWP 6.24
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 PerlIO::utf8_strict () on cpanmetadb ...
Unpacking PerlIO-utf8_strict-0.006.tar.gz
--> Working on PerlIO::utf8_strict
Fetching http://www.cpan.org/authors/id/L/LE/LEONT/PerlIO-utf8_strict-0.006.tar.gz ... OK
PerlIO-utf8_strict-0.006/
PerlIO-utf8_strict-0.006/ppport.h
PerlIO-utf8_strict-0.006/INSTALL
PerlIO-utf8_strict-0.006/utf8_strict.xs
PerlIO-utf8_strict-0.006/t/
PerlIO-utf8_strict-0.006/t/unicode.t
PerlIO-utf8_strict-0.006/t/incomplete.t
PerlIO-utf8_strict-0.006/t/super.t
PerlIO-utf8_strict-0.006/t/noncharacters.t
PerlIO-utf8_strict-0.006/t/Util.pm
PerlIO-utf8_strict-0.006/t/basics.t
PerlIO-utf8_strict-0.006/t/bug.t
PerlIO-utf8_strict-0.006/t/surrogates.t
PerlIO-utf8_strict-0.006/t/non-shortest-form.t
PerlIO-utf8_strict-0.006/Makefile.PL
PerlIO-utf8_strict-0.006/lib/
PerlIO-utf8_strict-0.006/lib/PerlIO/
PerlIO-utf8_strict-0.006/lib/PerlIO/utf8_strict.pm
PerlIO-utf8_strict-0.006/dist.ini
PerlIO-utf8_strict-0.006/xt/
PerlIO-utf8_strict-0.006/xt/author/
PerlIO-utf8_strict-0.006/xt/author/00-compile.t
PerlIO-utf8_strict-0.006/xt/release/
PerlIO-utf8_strict-0.006/xt/release/pod-coverage.t
PerlIO-utf8_strict-0.006/xt/release/pod-syntax.t
PerlIO-utf8_strict-0.006/corpus/
PerlIO-utf8_strict-0.006/corpus/test1.txt
PerlIO-utf8_strict-0.006/corpus/quickbrown.txt
PerlIO-utf8_strict-0.006/corpus/test1-latin1.txt
PerlIO-utf8_strict-0.006/LICENSE
PerlIO-utf8_strict-0.006/META.json
PerlIO-utf8_strict-0.006/Changes
PerlIO-utf8_strict-0.006/MANIFEST
PerlIO-utf8_strict-0.006/META.yml
PerlIO-utf8_strict-0.006/README
Entering PerlIO-utf8_strict-0.006
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring PerlIO-utf8_strict-0.006 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for PerlIO::utf8_strict
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have IO::File 0 ... Yes (1.16)
Checking if you have utf8 0 ... Yes (1.19)
Checking if you have warnings 0 ... Yes (1.37)
Checking if you have Exporter 0 ... Yes (5.72)
Checking if you have File::Spec::Functions 0 ... Yes (3.67)
Checking if you have Test::More 0.88 ... Yes (1.302073)
Checking if you have XSLoader 0 ... Yes (0.26)
Checking if you have strict 0 ... Yes (1.11)
Checking if you have Carp 0 ... Yes (1.42)
Checking if you have Test::Exception 0 ... Yes (0.43)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
OK
Building and testing PerlIO-utf8_strict-0.006 ... cp lib/PerlIO/utf8_strict.pm blib/lib/PerlIO/utf8_strict.pm
Running Mkbootstrap for utf8_strict ()
chmod 644 "utf8_strict.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- utf8_strict.bs blib/arch/auto/PerlIO/utf8_strict/utf8_strict.bs 644
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" "/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/ExtUtils/xsubpp" -typemap '/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/ExtUtils/typemap' utf8_strict.xs > utf8_strict.xsc
mv utf8_strict.xsc utf8_strict.c
cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.006\" -DXS_VERSION=\"0.006\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" utf8_strict.c
utf8_strict.xs: In function boot_PerlIO__utf8_strict:
utf8_strict.xs:368:28: warning: passing argument 1 of PerlIO_define_layer discards const qualifier from pointer target type [-Wdiscarded-qualifiers]
PerlIO_define_layer(aTHX_ &PerlIO_utf8_strict);
^
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/iperlsys.h:51:0,
from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3880,
from utf8_strict.xs:2:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perlio.h:76:20: note: expected PerlIO_funcs * {aka struct _PerlIO_funcs *} but argument is of type const PerlIO_funcs * {aka const struct _PerlIO_funcs *}
PERL_CALLCONV void PerlIO_define_layer(pTHX_ PerlIO_funcs *tab);
^~~~~~~~~~~~~~~~~~~
rm -f blib/arch/auto/PerlIO/utf8_strict/utf8_strict.so
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong utf8_strict.o -o blib/arch/auto/PerlIO/utf8_strict/utf8_strict.so \
\
chmod 755 blib/arch/auto/PerlIO/utf8_strict/utf8_strict.so
Manifying 1 pod document
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- utf8_strict.bs blib/arch/auto/PerlIO/utf8_strict/utf8_strict.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
t/basics.t ............. ok
Can't locate t/Util.pm in @INC (you may need to install the t::Util module) (@INC contains: /home/ryan/.cpanm/work/1491101386.2051/PerlIO-utf8_strict-0.006/blib/lib /home/ryan/.cpanm/work/1491101386.2051/PerlIO-utf8_strict-0.006/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/bug.t line 9.
BEGIN failed--compilation aborted at t/bug.t line 9.
t/bug.t ................
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate t/Util.pm in @INC (you may need to install the t::Util module) (@INC contains: /home/ryan/.cpanm/work/1491101386.2051/PerlIO-utf8_strict-0.006/blib/lib /home/ryan/.cpanm/work/1491101386.2051/PerlIO-utf8_strict-0.006/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/incomplete.t line 9.
BEGIN failed--compilation aborted at t/incomplete.t line 9.
t/incomplete.t .........
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate t/Util.pm in @INC (you may need to install the t::Util module) (@INC contains: /home/ryan/.cpanm/work/1491101386.2051/PerlIO-utf8_strict-0.006/blib/lib /home/ryan/.cpanm/work/1491101386.2051/PerlIO-utf8_strict-0.006/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/non-shortest-form.t line 9.
BEGIN failed--compilation aborted at t/non-shortest-form.t line 9.
t/non-shortest-form.t ..
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate t/Util.pm in @INC (you may need to install the t::Util module) (@INC contains: /home/ryan/.cpanm/work/1491101386.2051/PerlIO-utf8_strict-0.006/blib/lib /home/ryan/.cpanm/work/1491101386.2051/PerlIO-utf8_strict-0.006/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/noncharacters.t line 9.
BEGIN failed--compilation aborted at t/noncharacters.t line 9.
t/noncharacters.t ......
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate t/Util.pm in @INC (you may need to install the t::Util module) (@INC contains: /home/ryan/.cpanm/work/1491101386.2051/PerlIO-utf8_strict-0.006/blib/lib /home/ryan/.cpanm/work/1491101386.2051/PerlIO-utf8_strict-0.006/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/super.t line 9.
BEGIN failed--compilation aborted at t/super.t line 9.
t/super.t ..............
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate t/Util.pm in @INC (you may need to install the t::Util module) (@INC contains: /home/ryan/.cpanm/work/1491101386.2051/PerlIO-utf8_strict-0.006/blib/lib /home/ryan/.cpanm/work/1491101386.2051/PerlIO-utf8_strict-0.006/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/surrogates.t line 9.
BEGIN failed--compilation aborted at t/surrogates.t line 9.
t/surrogates.t .........
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Can't locate t/Util.pm in @INC (you may need to install the t::Util module) (@INC contains: /home/ryan/.cpanm/work/1491101386.2051/PerlIO-utf8_strict-0.006/blib/lib /home/ryan/.cpanm/work/1491101386.2051/PerlIO-utf8_strict-0.006/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/unicode.t line 9.
BEGIN failed--compilation aborted at t/unicode.t line 9.
t/unicode.t ............
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Test Summary Report
-------------------
t/bug.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/incomplete.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/non-shortest-form.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/noncharacters.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/super.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/surrogates.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/unicode.t (Wstat: 512 Tests: 0 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
Files=8, Tests=3, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.17 cusr 0.01 csys = 0.19 CPU)
Result: FAIL
Failed 7/8 test programs. 0/3 subtests failed.
Makefile:1043: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 2
! Installing PerlIO::utf8_strict failed. See /home/ryan/.cpanm/work/1491101386.2051/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose PerlIO::utf8_strict] 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