cpantestlogs/Benchmark::Perl::CoreHashes_genfailure.log
2017-05-02 18:44:36 -07:00

163 lines
9.6 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/1493045168.5930
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 Benchmark::Perl::CoreHashes () on cpanmetadb ...
Unpacking Benchmark-Perl-CoreHashes-0.02.tar.gz
--> Working on Benchmark::Perl::CoreHashes
Fetching http://www.cpan.org/authors/id/B/BU/BULKDD/benchmark/Benchmark-Perl-CoreHashes-0.02.tar.gz ... OK
Benchmark-Perl-CoreHashes-0.02/
Benchmark-Perl-CoreHashes-0.02/Changes
Benchmark-Perl-CoreHashes-0.02/CoreHashes.xs
Benchmark-Perl-CoreHashes-0.02/lib/
Benchmark-Perl-CoreHashes-0.02/lib/Benchmark/
Benchmark-Perl-CoreHashes-0.02/lib/Benchmark/Perl/
Benchmark-Perl-CoreHashes-0.02/lib/Benchmark/Perl/CoreHashes.pm
Benchmark-Perl-CoreHashes-0.02/Makefile.PL
Benchmark-Perl-CoreHashes-0.02/MANIFEST
Benchmark-Perl-CoreHashes-0.02/META.json
Benchmark-Perl-CoreHashes-0.02/META.yml
Benchmark-Perl-CoreHashes-0.02/README
Benchmark-Perl-CoreHashes-0.02/t/
Benchmark-Perl-CoreHashes-0.02/t/Benchmark-Perl-CoreHashes.t
Benchmark-Perl-CoreHashes-0.02/wordlist.xmacro
Entering Benchmark-Perl-CoreHashes-0.02
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring Benchmark-Perl-CoreHashes-0.02 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Benchmark::Perl::CoreHashes
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Time::HiRes 0 ... Yes (1.9741)
Checking if you have List::Util 0 ... Yes (1.47)
Checking if you have Test::More 0 ... Yes (1.302078)
OK
Building and testing Benchmark-Perl-CoreHashes-0.02 ... cp lib/Benchmark/Perl/CoreHashes.pm blib/lib/Benchmark/Perl/CoreHashes.pm
Running Mkbootstrap for CoreHashes ()
chmod 644 "CoreHashes.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- CoreHashes.bs blib/arch/auto/Benchmark/Perl/CoreHashes/CoreHashes.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' CoreHashes.xs > CoreHashes.xsc
Please specify prototyping behavior for CoreHashes.xs (see perlxs manual)
mv CoreHashes.xsc CoreHashes.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=\"0.02\" -DXS_VERSION=\"0.02\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" CoreHashes.c
CoreHashes.xs:16:0: warning: "U64TYPE" redefined
#define U64TYPE uint64_t
In file included from /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/perl.h:28:0,
from CoreHashes.xs:6:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/config.h:4185:0: note: this is the location of the previous definition
#define U64TYPE unsigned long /**/
In file included from CoreHashes.xs:22:0:
/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE/hv_func.h:38:0: warning: "PERL_HASH_SEED_BYTES" redefined
# define PERL_HASH_SEED_BYTES 24
CoreHashes.xs:4:0: note: this is the location of the previous definition
#define PERL_HASH_SEED_BYTES 16
CoreHashes.xs: In function XS_Benchmark__Perl__CoreHashes_run_PERL_HASH_FUNC_SDBM:
CoreHashes.xs:84:41: warning: implicit declaration of function S_perl_hash_sdbm [-Wimplicit-function-declaration]
#define PERL_HASH(hash,str,len) (hash)= S_perl_hash_sdbm(PERL_HASH_SEED,(U8*)(str),(len))
^
CoreHashes.xs:89:13: note: in expansion of macro PERL_HASH
PERL_HASH(hash, arr[iarr], arrlen[iarr]);
^~~~~~~~~
CoreHashes.xs: In function XS_Benchmark__Perl__CoreHashes_run_PERL_HASH_FUNC_DJB2:
CoreHashes.xs:107:41: warning: implicit declaration of function S_perl_hash_djb2 [-Wimplicit-function-declaration]
#define PERL_HASH(hash,str,len) (hash)= S_perl_hash_djb2(PERL_HASH_SEED,(U8*)(str),(len))
^
CoreHashes.xs:112:13: note: in expansion of macro PERL_HASH
PERL_HASH(hash, arr[iarr], arrlen[iarr]);
^~~~~~~~~
CoreHashes.xs: In function XS_Benchmark__Perl__CoreHashes_run_PERL_HASH_FUNC_SUPERFAST:
CoreHashes.xs:130:41: warning: implicit declaration of function S_perl_hash_superfast [-Wimplicit-function-declaration]
#define PERL_HASH(hash,str,len) (hash)= S_perl_hash_superfast(PERL_HASH_SEED,(U8*)(str),(len))
^
CoreHashes.xs:135:13: note: in expansion of macro PERL_HASH
PERL_HASH(hash, arr[iarr], arrlen[iarr]);
^~~~~~~~~
CoreHashes.xs: In function XS_Benchmark__Perl__CoreHashes_run_PERL_HASH_FUNC_MURMUR3:
CoreHashes.xs:153:41: warning: implicit declaration of function S_perl_hash_murmur3 [-Wimplicit-function-declaration]
#define PERL_HASH(hash,str,len) (hash)= S_perl_hash_murmur3(PERL_HASH_SEED,(U8*)(str),(len))
^
CoreHashes.xs:158:13: note: in expansion of macro PERL_HASH
PERL_HASH(hash, arr[iarr], arrlen[iarr]);
^~~~~~~~~
CoreHashes.xs: In function XS_Benchmark__Perl__CoreHashes_run_PERL_HASH_FUNC_ONE_AT_A_TIME:
CoreHashes.xs:176:41: warning: implicit declaration of function S_perl_hash_one_at_a_time [-Wimplicit-function-declaration]
#define PERL_HASH(hash,str,len) (hash)= S_perl_hash_one_at_a_time(PERL_HASH_SEED,(U8*)(str),(len))
^
CoreHashes.xs:181:13: note: in expansion of macro PERL_HASH
PERL_HASH(hash, arr[iarr], arrlen[iarr]);
^~~~~~~~~
CoreHashes.xs: In function XS_Benchmark__Perl__CoreHashes_run_PERL_HASH_FUNC_ONE_AT_A_TIME_OLD:
CoreHashes.xs:222:41: warning: implicit declaration of function S_perl_hash_old_one_at_a_time [-Wimplicit-function-declaration]
#define PERL_HASH(hash,str,len) (hash)= S_perl_hash_old_one_at_a_time(PERL_HASH_SEED,(U8*)(str),(len))
^
CoreHashes.xs:227:13: note: in expansion of macro PERL_HASH
PERL_HASH(hash, arr[iarr], arrlen[iarr]);
^~~~~~~~~
rm -f blib/arch/auto/Benchmark/Perl/CoreHashes/CoreHashes.so
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong CoreHashes.o -o blib/arch/auto/Benchmark/Perl/CoreHashes/CoreHashes.so \
\
chmod 755 blib/arch/auto/Benchmark/Perl/CoreHashes/CoreHashes.so
Manifying 1 pod document
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- CoreHashes.bs blib/arch/auto/Benchmark/Perl/CoreHashes/CoreHashes.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 Benchmark::Perl::CoreHashes;'
# at t/Benchmark-Perl-CoreHashes.t line 7.
# Tried to use 'Benchmark::Perl::CoreHashes'.
# Error: Can't load '/home/ryan/.cpanm/work/1493045168.5930/Benchmark-Perl-CoreHashes-0.02/blib/arch/auto/Benchmark/Perl/CoreHashes/CoreHashes.so' for module Benchmark::Perl::CoreHashes: /home/ryan/.cpanm/work/1493045168.5930/Benchmark-Perl-CoreHashes-0.02/blib/arch/auto/Benchmark/Perl/CoreHashes/CoreHashes.so: undefined symbol: S_perl_hash_sdbm at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/DynaLoader.pm line 193.
# at t/Benchmark-Perl-CoreHashes.t line 7.
# Compilation failed in require at t/Benchmark-Perl-CoreHashes.t line 7.
# BEGIN failed--compilation aborted at t/Benchmark-Perl-CoreHashes.t line 7.
Undefined subroutine &main::run_PERL_HASH_FUNC_SIPHASH called at t/Benchmark-Perl-CoreHashes.t line 29.
# Looks like your test exited with 255 just after 1.
t/Benchmark-Perl-CoreHashes.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
Test Summary Report
-------------------
t/Benchmark-Perl-CoreHashes.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Files=1, Tests=1, 1 wallclock secs ( 0.01 usr 0.00 sys + 0.02 cusr 0.00 csys = 0.03 CPU)
Result: FAIL
Failed 1/1 test programs. 1/1 subtests failed.
Makefile:914: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing Benchmark::Perl::CoreHashes failed. See /home/ryan/.cpanm/work/1493045168.5930/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Benchmark::Perl::CoreHashes] 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