cpantestlogs/OurNet::FuzzyIndex_genfailure.log
2017-05-02 18:44:36 -07:00

253 lines
15 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/1492984558.5587
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 OurNet::FuzzyIndex () on cpanmetadb ...
Unpacking OurNet-FuzzyIndex-1.60.tar.gz
--> Working on OurNet::FuzzyIndex
Fetching http://www.cpan.org/authors/id/A/AU/AUTRIJUS/OurNet-FuzzyIndex-1.60.tar.gz ... OK
OurNet-FuzzyIndex-1.60/
OurNet-FuzzyIndex-1.60/FuzzyIndex.xs
OurNet-FuzzyIndex-1.60/avltree.h
OurNet-FuzzyIndex-1.60/Changes
OurNet-FuzzyIndex-1.60/bin/
OurNet-FuzzyIndex-1.60/bin/fianjmo
OurNet-FuzzyIndex-1.60/bin/fzquery
OurNet-FuzzyIndex-1.60/bin/fzindex
OurNet-FuzzyIndex-1.60/avltree.c
OurNet-FuzzyIndex-1.60/MANIFEST
OurNet-FuzzyIndex-1.60/FuzzyIndex.pm
OurNet-FuzzyIndex-1.60/MANIFEST.SKIP
OurNet-FuzzyIndex-1.60/ChatBot.pm
OurNet-FuzzyIndex-1.60/ppport.h
OurNet-FuzzyIndex-1.60/t/
OurNet-FuzzyIndex-1.60/t/FuzzyIndex.t
OurNet-FuzzyIndex-1.60/t/Index-ChatBot.t
OurNet-FuzzyIndex-1.60/parse.c
OurNet-FuzzyIndex-1.60/SIGNATURE
OurNet-FuzzyIndex-1.60/README
OurNet-FuzzyIndex-1.60/Makefile.PL
Entering OurNet-FuzzyIndex-1.60
META.yml/json not found. Creating skeleton for it.
Running Makefile.PL
Configuring OurNet-FuzzyIndex-1.60 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for OurNet::FuzzyIndex
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have DB_File 1.54 ... Yes (1.840)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
OK
Building and testing OurNet-FuzzyIndex-1.60 ... cp FuzzyIndex.pm blib/lib/OurNet/FuzzyIndex.pm
cp ChatBot.pm blib/lib/OurNet/ChatBot.pm
Running Mkbootstrap for FuzzyIndex ()
chmod 644 "FuzzyIndex.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- FuzzyIndex.bs blib/arch/auto/OurNet/FuzzyIndex/FuzzyIndex.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" -noprototypes -typemap '/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/ExtUtils/typemap' FuzzyIndex.xs > FuzzyIndex.xsc
mv FuzzyIndex.xsc FuzzyIndex.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=\"1.60\" -DXS_VERSION=\"1.60\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" FuzzyIndex.c
In file included from FuzzyIndex.xs:7:0:
ppport.h:282:0: warning: "PERL_UNUSED_DECL" redefined
# define PERL_UNUSED_DECL
In file included from FuzzyIndex.xs:5: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__
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5644:0,
from FuzzyIndex.xs:5:
FuzzyIndex.xs: In function hash_cb:
FuzzyIndex.xs:29:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
hv_store(_cb_hash, key, (U32)keylen, newSVuv(freq), 0);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:228:73: note: in definition of macro hv_common_key_len
#define hv_common_key_len(a,b,c,d,e,f) Perl_hv_common_key_len(aTHX_ a,b,c,d,e,f)
^
FuzzyIndex.xs:29:5: note: in expansion of macro hv_store
hv_store(_cb_hash, key, (U32)keylen, newSVuv(freq), 0);
^~~~~~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3913:0,
from FuzzyIndex.xs:5:
FuzzyIndex.xs: In function hashi_cb:
FuzzyIndex.xs:39:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
freq += SvUV(hv_fetch(_cb_hash, key, (U32)keylen, 1)[0]);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:335:22: note: in definition of macro SvFLAGS
#define SvFLAGS(sv) (sv)->sv_flags
^~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1639:19: note: in expansion of macro SvUOK_nog
#define SvUV(sv) (SvUOK_nog(sv) ? SvUVX(sv) : sv_2uv(sv))
^~~~~~~~~
FuzzyIndex.xs:39:13: note: in expansion of macro SvUV
freq += SvUV(hv_fetch(_cb_hash, key, (U32)keylen, 1)[0]);
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/hv.h:488:13: note: in expansion of macro hv_common_key_len
((SV**) hv_common_key_len((hv), (key), (klen), (lval) \
^~~~~~~~~~~~~~~~~
FuzzyIndex.xs:39:18: note: in expansion of macro hv_fetch
freq += SvUV(hv_fetch(_cb_hash, key, (U32)keylen, 1)[0]);
^~~~~~~~
FuzzyIndex.xs:39:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
freq += SvUV(hv_fetch(_cb_hash, key, (U32)keylen, 1)[0]);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:334:20: note: in definition of macro SvANY
#define SvANY(sv) (sv)->sv_any
^~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1639:35: note: in expansion of macro SvUVX
#define SvUV(sv) (SvUOK_nog(sv) ? SvUVX(sv) : sv_2uv(sv))
^~~~~
FuzzyIndex.xs:39:13: note: in expansion of macro SvUV
freq += SvUV(hv_fetch(_cb_hash, key, (U32)keylen, 1)[0]);
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/hv.h:488:13: note: in expansion of macro hv_common_key_len
((SV**) hv_common_key_len((hv), (key), (klen), (lval) \
^~~~~~~~~~~~~~~~~
FuzzyIndex.xs:39:18: note: in expansion of macro hv_fetch
freq += SvUV(hv_fetch(_cb_hash, key, (U32)keylen, 1)[0]);
^~~~~~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5644:0,
from FuzzyIndex.xs:5:
FuzzyIndex.xs:39:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
freq += SvUV(hv_fetch(_cb_hash, key, (U32)keylen, 1)[0]);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:601:51: note: in definition of macro sv_2uv_flags
#define sv_2uv_flags(a,b) Perl_sv_2uv_flags(aTHX_ a,b)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1639:47: note: in expansion of macro sv_2uv
#define SvUV(sv) (SvUOK_nog(sv) ? SvUVX(sv) : sv_2uv(sv))
^~~~~~
FuzzyIndex.xs:39:13: note: in expansion of macro SvUV
freq += SvUV(hv_fetch(_cb_hash, key, (U32)keylen, 1)[0]);
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/hv.h:488:13: note: in expansion of macro hv_common_key_len
((SV**) hv_common_key_len((hv), (key), (klen), (lval) \
^~~~~~~~~~~~~~~~~
FuzzyIndex.xs:39:18: note: in expansion of macro hv_fetch
freq += SvUV(hv_fetch(_cb_hash, key, (U32)keylen, 1)[0]);
^~~~~~~~
FuzzyIndex.xs:41:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
hv_store(_cb_hash, key, (U32)keylen, newSVuv(freq > MAXFREQ ? MAXFREQ : freq), 0);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:228:73: note: in definition of macro hv_common_key_len
#define hv_common_key_len(a,b,c,d,e,f) Perl_hv_common_key_len(aTHX_ a,b,c,d,e,f)
^
FuzzyIndex.xs:41:5: note: in expansion of macro hv_store
hv_store(_cb_hash, key, (U32)keylen, newSVuv(freq > MAXFREQ ? MAXFREQ : freq), 0);
^~~~~~~~
FuzzyIndex.xs: In function hashm_cb:
FuzzyIndex.xs:52:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
hv_store(_cb_hash, key, (U32)keylen, newSVuv(freq), 0);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:228:73: note: in definition of macro hv_common_key_len
#define hv_common_key_len(a,b,c,d,e,f) Perl_hv_common_key_len(aTHX_ a,b,c,d,e,f)
^
FuzzyIndex.xs:52:2: note: in expansion of macro hv_store
hv_store(_cb_hash, key, (U32)keylen, newSVuv(freq), 0);
^~~~~~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:3913:0,
from FuzzyIndex.xs:5:
FuzzyIndex.xs: In function hashim_cb:
FuzzyIndex.xs:65:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
freq += SvUV(hv_fetch(_cb_hash, key, (U32)keylen, 1)[0]);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:335:22: note: in definition of macro SvFLAGS
#define SvFLAGS(sv) (sv)->sv_flags
^~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1639:19: note: in expansion of macro SvUOK_nog
#define SvUV(sv) (SvUOK_nog(sv) ? SvUVX(sv) : sv_2uv(sv))
^~~~~~~~~
FuzzyIndex.xs:65:17: note: in expansion of macro SvUV
freq += SvUV(hv_fetch(_cb_hash, key, (U32)keylen, 1)[0]);
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/hv.h:488:13: note: in expansion of macro hv_common_key_len
((SV**) hv_common_key_len((hv), (key), (klen), (lval) \
^~~~~~~~~~~~~~~~~
FuzzyIndex.xs:65:22: note: in expansion of macro hv_fetch
freq += SvUV(hv_fetch(_cb_hash, key, (U32)keylen, 1)[0]);
^~~~~~~~
FuzzyIndex.xs:65:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
freq += SvUV(hv_fetch(_cb_hash, key, (U32)keylen, 1)[0]);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:334:20: note: in definition of macro SvANY
#define SvANY(sv) (sv)->sv_any
^~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1639:35: note: in expansion of macro SvUVX
#define SvUV(sv) (SvUOK_nog(sv) ? SvUVX(sv) : sv_2uv(sv))
^~~~~
FuzzyIndex.xs:65:17: note: in expansion of macro SvUV
freq += SvUV(hv_fetch(_cb_hash, key, (U32)keylen, 1)[0]);
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/hv.h:488:13: note: in expansion of macro hv_common_key_len
((SV**) hv_common_key_len((hv), (key), (klen), (lval) \
^~~~~~~~~~~~~~~~~
FuzzyIndex.xs:65:22: note: in expansion of macro hv_fetch
freq += SvUV(hv_fetch(_cb_hash, key, (U32)keylen, 1)[0]);
^~~~~~~~
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:5644:0,
from FuzzyIndex.xs:5:
FuzzyIndex.xs:65:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
freq += SvUV(hv_fetch(_cb_hash, key, (U32)keylen, 1)[0]);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:601:51: note: in definition of macro sv_2uv_flags
#define sv_2uv_flags(a,b) Perl_sv_2uv_flags(aTHX_ a,b)
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/sv.h:1639:47: note: in expansion of macro sv_2uv
#define SvUV(sv) (SvUOK_nog(sv) ? SvUVX(sv) : sv_2uv(sv))
^~~~~~
FuzzyIndex.xs:65:17: note: in expansion of macro SvUV
freq += SvUV(hv_fetch(_cb_hash, key, (U32)keylen, 1)[0]);
^~~~
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/hv.h:488:13: note: in expansion of macro hv_common_key_len
((SV**) hv_common_key_len((hv), (key), (klen), (lval) \
^~~~~~~~~~~~~~~~~
FuzzyIndex.xs:65:22: note: in expansion of macro hv_fetch
freq += SvUV(hv_fetch(_cb_hash, key, (U32)keylen, 1)[0]);
^~~~~~~~
FuzzyIndex.xs:66:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
hv_store(_cb_hash, key, (U32)keylen, newSVuv(freq > MAXFREQ ? MAXFREQ : freq), 0);
^
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/embed.h:228:73: note: in definition of macro hv_common_key_len
#define hv_common_key_len(a,b,c,d,e,f) Perl_hv_common_key_len(aTHX_ a,b,c,d,e,f)
^
FuzzyIndex.xs:66:9: note: in expansion of macro hv_store
hv_store(_cb_hash, key, (U32)keylen, newSVuv(freq > MAXFREQ ? MAXFREQ : freq), 0);
^~~~~~~~
rm -f blib/arch/auto/OurNet/FuzzyIndex/FuzzyIndex.so
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong FuzzyIndex.o -o blib/arch/auto/OurNet/FuzzyIndex/FuzzyIndex.so \
\
chmod 755 blib/arch/auto/OurNet/FuzzyIndex/FuzzyIndex.so
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" Makefile.PL --builddb
Not a HASH reference at blib/lib/OurNet/FuzzyIndex.pm line 136.
Makefile:1123: recipe for target 'builddb' failed
make: *** [builddb] Error 2
! Installing OurNet::FuzzyIndex failed. See /home/ryan/.cpanm/work/1492984558.5587/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose OurNet::FuzzyIndex] 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