cpantestlogs/Algorithm::CRF_genfailure.log
2017-05-02 18:44:36 -07:00

148 lines
7.3 KiB
Text
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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/1493074792.1333
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 Algorithm::CRF () on cpanmetadb ...
Unpacking Algorithm-CRF-0.04.tar.gz
--> Working on Algorithm::CRF
Fetching http://www.cpan.org/authors/id/C/CL/CLSUNG/Algorithm-CRF-0.04.tar.gz ... OK
Algorithm-CRF-0.04
Algorithm-CRF-0.04/t
Algorithm-CRF-0.04/Changes
Algorithm-CRF-0.04/CRF.xs
Algorithm-CRF-0.04/MANIFEST
Algorithm-CRF-0.04/META.yml
Algorithm-CRF-0.04/encoder.h
Algorithm-CRF-0.04/lib
Algorithm-CRF-0.04/common.h
Algorithm-CRF-0.04/README
Algorithm-CRF-0.04/Makefile.PL
Algorithm-CRF-0.04/lib/Algorithm
Algorithm-CRF-0.04/lib/Algorithm/CRF.pm
Algorithm-CRF-0.04/t/template
Algorithm-CRF-0.04/t/test.data
Algorithm-CRF-0.04/t/train.data
Algorithm-CRF-0.04/t/0-basic.t
Algorithm-CRF-0.04/t/pod-coverage.t
Algorithm-CRF-0.04/t/pod.t
Algorithm-CRF-0.04/t/1-crf_learn.t
Entering Algorithm-CRF-0.04
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring Algorithm-CRF-0.04 ... Checking if your kit is complete...
Looks good
Warning (mostly harmless): No library found for -lcrfpp
Generating a Unix-style Makefile
Writing Makefile for Algorithm::CRF
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 Algorithm-CRF-0.04 ... cp lib/Algorithm/CRF.pm blib/lib/Algorithm/CRF.pm
Running Mkbootstrap for CRF ()
chmod 644 "CRF.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- CRF.bs blib/arch/auto/Algorithm/CRF/CRF.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" -C++ -typemap '/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/ExtUtils/typemap' CRF.xs > CRF.xsc
mv CRF.xsc CRF.c
c++ -c -I. -Wall -Wno-deprecated -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" CRF.c
CRF.xs: In function void XS_Algorithm__CRF_crfpp_learn(CV*):
CRF.xs:37:55: warning: too many arguments for format [-Wformat-extra-args]
fprintf (stderr,"#thread is too big\n",encoder.what());
^
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3913:0,
from CRF.xs:8:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:2089:24: warning: RETVAL may be used uninitialized in this function [-Wmaybe-uninitialized]
#define boolSV(b) ((b) ? &PL_sv_yes : &PL_sv_no)
^
CRF.c:202:7: note: RETVAL was declared here
bool RETVAL;
^~~~~~
rm -f blib/arch/auto/Algorithm/CRF/CRF.so
c++ -shared -O2 -L/usr/local/lib -fstack-protector-strong CRF.o -o blib/arch/auto/Algorithm/CRF/CRF.so \
\
chmod 755 blib/arch/auto/Algorithm/CRF/CRF.so
Manifying 1 pod document
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- CRF.bs blib/arch/auto/Algorithm/CRF/CRF.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 Algorithm::CRF;'
# at t/0-basic.t line 9.
# Tried to use 'Algorithm::CRF'.
# Error: Can't load '/home/ryan/.cpanm/work/1493074792.1333/Algorithm-CRF-0.04/blib/arch/auto/Algorithm/CRF/CRF.so' for module Algorithm::CRF: /home/ryan/.cpanm/work/1493074792.1333/Algorithm-CRF-0.04/blib/arch/auto/Algorithm/CRF/CRF.so: undefined symbol: _ZN5CRFPP7Encoder5learnEPKcS2_S2_bmmddtti at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/DynaLoader.pm line 193.
# at t/0-basic.t line 9.
# Compilation failed in require at t/0-basic.t line 9.
# BEGIN failed--compilation aborted at t/0-basic.t line 9.
# Looks like you failed 1 test of 1.
t/0-basic.t .......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
# Failed test 'use Algorithm::CRF;'
# at t/1-crf_learn.t line 9.
# Tried to use 'Algorithm::CRF'.
# Error: Can't load '/home/ryan/.cpanm/work/1493074792.1333/Algorithm-CRF-0.04/blib/arch/auto/Algorithm/CRF/CRF.so' for module Algorithm::CRF: /home/ryan/.cpanm/work/1493074792.1333/Algorithm-CRF-0.04/blib/arch/auto/Algorithm/CRF/CRF.so: undefined symbol: _ZN5CRFPP7Encoder5learnEPKcS2_S2_bmmddtti at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/DynaLoader.pm line 193.
# at t/1-crf_learn.t line 9.
# Compilation failed in require at t/1-crf_learn.t line 9.
# BEGIN failed--compilation aborted at t/1-crf_learn.t line 9.
Undefined subroutine &Algorithm::CRF::crfpp_learn called at t/1-crf_learn.t line 13.
# Looks like your test exited with 255 just after 1.
t/1-crf_learn.t ...
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/2 subtests
# Failed test 'Pod coverage on Algorithm::CRF'
# at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Test/Pod/Coverage.pm line 133.
# Algorithm::CRF: requiring 'Algorithm::CRF' failed
# Looks like you failed 1 test of 1.
t/pod-coverage.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/pod.t ........... ok
Test Summary Report
-------------------
t/0-basic.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
t/1-crf_learn.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 2 tests but ran 1.
t/pod-coverage.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=4, Tests=4, 1 wallclock secs ( 0.01 usr 0.00 sys + 0.11 cusr 0.00 csys = 0.12 CPU)
Result: FAIL
Failed 3/4 test programs. 3/4 subtests failed.
Makefile:1020: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing Algorithm::CRF failed. See /home/ryan/.cpanm/work/1493074792.1333/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Algorithm::CRF] 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