cpantestlogs/Data::UUID::LibUUID_genfailure.log
2017-05-02 18:44:36 -07:00

117 lines
5.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/1493172217.30332
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 Data::UUID::LibUUID () on cpanmetadb ...
Unpacking Data-UUID-LibUUID-0.05.tar.gz
--> Working on Data::UUID::LibUUID
Fetching http://www.cpan.org/authors/id/N/NU/NUFFIN/Data-UUID-LibUUID-0.05.tar.gz ... OK
Data-UUID-LibUUID-0.05/
Data-UUID-LibUUID-0.05/Changes
Data-UUID-LibUUID-0.05/hdr_check.h
Data-UUID-LibUUID-0.05/lib/
Data-UUID-LibUUID-0.05/LibUUID.xs
Data-UUID-LibUUID-0.05/Makefile.PL
Data-UUID-LibUUID-0.05/MANIFEST
Data-UUID-LibUUID-0.05/MANIFEST.SKIP
Data-UUID-LibUUID-0.05/META.yml
Data-UUID-LibUUID-0.05/ppport.h
Data-UUID-LibUUID-0.05/SIGNATURE
Data-UUID-LibUUID-0.05/t/
Data-UUID-LibUUID-0.05/t/basic.t
Data-UUID-LibUUID-0.05/t/compat.t
Data-UUID-LibUUID-0.05/t/fork.t
Data-UUID-LibUUID-0.05/lib/Data/
Data-UUID-LibUUID-0.05/lib/Data/UUID/
Data-UUID-LibUUID-0.05/lib/Data/UUID/LibUUID/
Data-UUID-LibUUID-0.05/lib/Data/UUID/LibUUID.pm
Data-UUID-LibUUID-0.05/lib/Data/UUID/LibUUID/DataUUIDCompat.pm
Entering Data-UUID-LibUUID-0.05
Checking configure dependencies from META.yml
Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
Running Makefile.PL
Configuring Data-UUID-LibUUID-0.05 ... Checking if your kit is complete...
Looks good
trying cc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o /dev/null hdr_check.h
Generating a Unix-style Makefile
Writing Makefile for Data::UUID::LibUUID
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have Sub::Exporter 0 ... Yes (0.987)
Checking if you have asa 0 ... Yes (1.03)
Checking if you have Test::More 0 ... Yes (1.302078)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have MIME::Base64 0 ... Yes (3.15)
Checking if you have Test::use::ok 0 ... Yes (1.302078)
OK
Building and testing Data-UUID-LibUUID-0.05 ... cp lib/Data/UUID/LibUUID/DataUUIDCompat.pm blib/lib/Data/UUID/LibUUID/DataUUIDCompat.pm
cp lib/Data/UUID/LibUUID.pm blib/lib/Data/UUID/LibUUID.pm
Running Mkbootstrap for LibUUID ()
chmod 644 "LibUUID.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibUUID.bs blib/arch/auto/Data/UUID/LibUUID/LibUUID.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' LibUUID.xs > LibUUID.xsc
mv LibUUID.xsc LibUUID.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.05\" -DXS_VERSION=\"0.05\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" LibUUID.c
LibUUID.xs: In function pid_check:
LibUUID.xs:62:9: warning: implicit declaration of function arc4random_stir [-Wimplicit-function-declaration]
arc4random_stir();
^~~~~~~~~~~~~~~
rm -f blib/arch/auto/Data/UUID/LibUUID/LibUUID.so
LD_RUN_PATH="/lib/x86_64-linux-gnu" cc -shared -O2 -L/usr/local/lib -fstack-protector-strong LibUUID.o -o blib/arch/auto/Data/UUID/LibUUID/LibUUID.so \
-luuid \
chmod 755 blib/arch/auto/Data/UUID/LibUUID/LibUUID.so
Manifying 2 pod documents
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibUUID.bs blib/arch/auto/Data/UUID/LibUUID/LibUUID.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 'to_binary(obj)'
# at t/basic.t line 68.
# got: 'V<>Vre::ist'
# expected: undef
# Looks like you failed 1 test of 47.
t/basic.t ...
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/47 subtests
t/compat.t .. ok
t/fork.t .... ok
Test Summary Report
-------------------
t/basic.t (Wstat: 256 Tests: 47 Failed: 1)
Failed test: 28
Non-zero exit status: 1
Files=3, Tests=106, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.08 cusr 0.00 csys = 0.10 CPU)
Result: FAIL
Failed 1/3 test programs. 1/106 subtests failed.
Makefile:1033: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing Data::UUID::LibUUID failed. See /home/ryan/.cpanm/work/1493172217.30332/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Data::UUID::LibUUID] 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