cpantestlogs/Crypt::Rainbow_genfailure.log
2017-05-02 18:44:36 -07:00

123 lines
5.4 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/1493294194.32139
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 Crypt::Rainbow () on cpanmetadb ...
Unpacking Crypt-Rainbow-1.0.0.tar.gz
--> Working on Crypt::Rainbow
Fetching http://www.cpan.org/authors/id/J/JC/JCDUQUE/Crypt-Rainbow-1.0.0.tar.gz ... OK
Crypt-Rainbow-1.0.0/
Crypt-Rainbow-1.0.0/Rainbow.pm
Crypt-Rainbow-1.0.0/examples/
Crypt-Rainbow-1.0.0/examples/fileenc
Crypt-Rainbow-1.0.0/examples/pin-generator
Crypt-Rainbow-1.0.0/examples/cbc-mode
Crypt-Rainbow-1.0.0/examples/ecb-mode
Crypt-Rainbow-1.0.0/_rainbow.c
Crypt-Rainbow-1.0.0/t/
Crypt-Rainbow-1.0.0/t/loading.t
Crypt-Rainbow-1.0.0/t/02.t
Crypt-Rainbow-1.0.0/t/01.t
Crypt-Rainbow-1.0.0/Changes
Crypt-Rainbow-1.0.0/contact.html
Crypt-Rainbow-1.0.0/Rainbow.xs
Crypt-Rainbow-1.0.0/MANIFEST
Crypt-Rainbow-1.0.0/typemap
Crypt-Rainbow-1.0.0/contact.jpg
Crypt-Rainbow-1.0.0/ppport.h
Crypt-Rainbow-1.0.0/META.yml
Crypt-Rainbow-1.0.0/comments.jpg
Crypt-Rainbow-1.0.0/INSTALL
Crypt-Rainbow-1.0.0/README
Crypt-Rainbow-1.0.0/LICENSE
Crypt-Rainbow-1.0.0/Makefile.PL
Entering Crypt-Rainbow-1.0.0
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring Crypt-Rainbow-1.0.0 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Crypt::Rainbow
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
OK
Building and testing Crypt-Rainbow-v1.0.0 ... cp Rainbow.pm blib/lib/Crypt/Rainbow.pm
Running Mkbootstrap for Rainbow ()
chmod 644 "Rainbow.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Rainbow.bs blib/arch/auto/Crypt/Rainbow/Rainbow.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' -typemap '/home/ryan/.cpanm/work/1493294194.32139/Crypt-Rainbow-1.0.0/typemap' Rainbow.xs > Rainbow.xsc
mv Rainbow.xsc Rainbow.c
cc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.0.0\" -DXS_VERSION=\"1.0.0\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" Rainbow.c
In file included from Rainbow.xs:4:0:
ppport.h:227:0: warning: "PERL_UNUSED_DECL" redefined
# define PERL_UNUSED_DECL
In file included from Rainbow.xs:2:0:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:323:0: note: this is the location of the previous definition
# define PERL_UNUSED_DECL __attribute__unused__
rm -f blib/arch/auto/Crypt/Rainbow/Rainbow.so
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Rainbow.o -o blib/arch/auto/Crypt/Rainbow/Rainbow.so \
\
chmod 755 blib/arch/auto/Crypt/Rainbow/Rainbow.so
Manifying 1 pod document
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Rainbow.bs blib/arch/auto/Crypt/Rainbow/Rainbow.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 at t/01.t line 15.
# got: '664e6a126c05ce620616dbd09b7ed6e8'
# expected: 'd5cd0427d80809c87aaeed3fd80809c8'
t/01.t .......
Failed 1/2 subtests
# Failed test at t/02.t line 15.
# got: '00112233445566778899aabbccddeeff'
# expected: 'e238501ecf1fe40f764670061a55265a'
t/02.t .......
Failed 1/2 subtests
t/loading.t .. ok
Test Summary Report
-------------------
t/01.t (Wstat: 6 Tests: 2 Failed: 1)
Failed test: 2
Non-zero wait status: 6
t/02.t (Wstat: 6 Tests: 2 Failed: 1)
Failed test: 2
Non-zero wait status: 6
Files=3, Tests=5, 0 wallclock secs ( 0.01 usr 0.00 sys + 0.20 cusr 0.00 csys = 0.21 CPU)
Result: FAIL
Failed 2/3 test programs. 2/5 subtests failed.
Makefile:1018: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing Crypt::Rainbow failed. See /home/ryan/.cpanm/work/1493294194.32139/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Crypt::Rainbow] 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