cpantestlogs/DBIx::Simple::SQE_genfailure.log
2017-05-02 18:44:36 -07:00

136 lines
5.7 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/1493320378.11788
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 DBIx::Simple::SQE () on cpanmetadb ...
Unpacking DBIx-Simple-1.26.tar.gz
--> Working on DBIx::Simple::SQE
Fetching http://www.cpan.org/authors/id/J/JU/JUERD/DBIx-Simple-1.26.tar.gz ... OK
DBIx-Simple-1.26/
DBIx-Simple-1.26/lib/
DBIx-Simple-1.26/lib/DBIx/
DBIx-Simple-1.26/lib/DBIx/Simple/
DBIx-Simple-1.26/lib/DBIx/Simple/Examples.pod
DBIx-Simple-1.26/lib/DBIx/Simple/Comparison.pod
DBIx-Simple-1.26/lib/DBIx/Simple/SQE.pm
DBIx-Simple-1.26/lib/DBIx/Simple.pm
DBIx-Simple-1.26/META.yml
DBIx-Simple-1.26/Changes
DBIx-Simple-1.26/MANIFEST
DBIx-Simple-1.26/t/
DBIx-Simple-1.26/t/DBIx-Simple.t
DBIx-Simple-1.26/Makefile.PL
DBIx-Simple-1.26/README
Entering DBIx-Simple-1.26
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring DBIx-Simple-1.26 ... Warning: prerequisite Data::Swap 0.02 not found.
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for DBIx::Simple
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have Data::Swap 0.02 ... No
Checking if you have DBI 1.21 ... Yes (1.636)
Searching Data::Swap (0.02) on cpanmetadb ...
Unpacking Data-Swap-0.08.tar.gz
OK
==> Found dependencies: Data::Swap
--> Working on Data::Swap
Fetching http://www.cpan.org/authors/id/X/XM/XMATH/Data-Swap-0.08.tar.gz ... OK
Data-Swap-0.08/
Data-Swap-0.08/Changes
Data-Swap-0.08/MANIFEST
Data-Swap-0.08/META.yml
Data-Swap-0.08/Makefile.PL
Data-Swap-0.08/README
Data-Swap-0.08/Swap.xs
Data-Swap-0.08/lib/
Data-Swap-0.08/lib/Data/
Data-Swap-0.08/lib/Data/Swap.pm
Data-Swap-0.08/t/
Data-Swap-0.08/t/01_deref.t
Data-Swap-0.08/t/02_swap.t
Data-Swap-0.08/t/lib/
Data-Swap-0.08/t/lib/Test/
Data-Swap-0.08/t/lib/Test/Builder.pm
Data-Swap-0.08/t/lib/Test/More.pm
Data-Swap-0.08/t/lib/Test/Simple.pm
Entering Data-Swap-0.08
Checking configure dependencies from META.yml
Running Makefile.PL
Configuring Data-Swap-0.07 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Data::Swap
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 Data-Swap-0.07 ... cp lib/Data/Swap.pm blib/lib/Data/Swap.pm
Running Mkbootstrap for Swap ()
chmod 644 "Swap.bs"
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Swap.bs blib/arch/auto/Data/Swap/Swap.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' Swap.xs > Swap.xsc
mv Swap.xsc Swap.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.08\" -DXS_VERSION=\"0.08\" -fPIC "-I/home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux/CORE" Swap.c
rm -f blib/arch/auto/Data/Swap/Swap.so
cc -shared -O2 -L/usr/local/lib -fstack-protector-strong Swap.o -o blib/arch/auto/Data/Swap/Swap.so \
\
chmod 755 blib/arch/auto/Data/Swap/Swap.so
Manifying 1 pod document
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- Swap.bs blib/arch/auto/Data/Swap/Swap.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 (t/01_deref.t at line 62)
# undef
# doesn't match '(?^:^Tie::StdArray=ARRAY\(0x[0-9A-Fa-f]+\)\z)'
# Looks like you failed 1 tests of 13.
t/01_deref.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/13 subtests
t/02_swap.t ... ok
Test Summary Report
-------------------
t/01_deref.t (Wstat: 256 Tests: 13 Failed: 1)
Failed test: 13
Non-zero exit status: 1
Files=2, Tests=33, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.02 cusr 0.00 csys = 0.04 CPU)
Result: FAIL
Failed 1/2 test programs. 1/33 subtests failed.
Makefile:945: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing Data::Swap failed. See /home/ryan/.cpanm/work/1493320378.11788/build.log for details. Retry with --force to force install it.
! Installing the dependencies failed: Module 'Data::Swap' is not installed
! Bailing out the installation for DBIx-Simple-1.26.
FAIL
Command [cpanm --reinstall --verbose DBIx::Simple::SQE] 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