cpantestlogs/MySQL::Util_genfailure.log
2017-05-02 18:44:36 -07:00

133 lines
5.8 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/1493245928.11116
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 MySQL::Util () on cpanmetadb ...
Unpacking MySQL-Util-0.29.tar.gz
--> Working on MySQL::Util
Fetching http://www.cpan.org/authors/id/G/GR/GRAVATTJ/MySQL-Util-0.29.tar.gz ... OK
MySQL-Util-0.29/
MySQL-Util-0.29/t/
MySQL-Util-0.29/t/15-cache.t
MySQL-Util-0.29/t/sql
MySQL-Util-0.29/t/testlib.pl
MySQL-Util-0.29/t/20-util.t
MySQL-Util-0.29/t/manifest.t
MySQL-Util-0.29/t/data.conf
MySQL-Util-0.29/t/pod.t
MySQL-Util-0.29/t/00-load_util.t
MySQL-Util-0.29/.travis.yml
MySQL-Util-0.29/eg/
MySQL-Util-0.29/eg/myutil_load_test_db.pl
MySQL-Util-0.29/eg/myutil_drop_test_db.pl
MySQL-Util-0.29/CONF
MySQL-Util-0.29/MANIFEST
MySQL-Util-0.29/README
MySQL-Util-0.29/bin/
MySQL-Util-0.29/bin/myutil_dump_table_fks.pl
MySQL-Util-0.29/bin/myutil_create_data.pl
MySQL-Util-0.29/bin/myutil_dump_table_constraints.pl
MySQL-Util-0.29/bin/myutil_dump_tables.pl
MySQL-Util-0.29/Changes
MySQL-Util-0.29/build.sh
MySQL-Util-0.29/Makefile.PL
MySQL-Util-0.29/lib/
MySQL-Util-0.29/lib/MySQL/
MySQL-Util-0.29/lib/MySQL/Util.pm
MySQL-Util-0.29/lib/MySQL/Util/
MySQL-Util-0.29/lib/MySQL/Util/Data/
MySQL-Util-0.29/lib/MySQL/Util/Data/Create.pm
MySQL-Util-0.29/lib/MySQL/Util/Data/Cache.pm
Entering MySQL-Util-0.29
META.yml/json not found. Creating skeleton for it.
Running Makefile.PL
Configuring MySQL-Util-0.29 ... Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for MySQL::Util
Finding PREREQ from Makefile ...
Checking if you have List::MoreUtils 0 ... Yes (0.418)
Checking if you have Data::Compare 1.22 ... Yes (1.25)
Checking if you have Modern::Perl 0 ... Yes (1.20170117)
Checking if you have Moose 1.24 ... Yes (2.2004)
Checking if you have Module::Load 0 ... Yes (0.32)
Checking if you have DBI 0 ... Yes (1.634)
Checking if you have Test::More 0 ... Yes (1.302078)
Checking if you have DBIx::DataFactory 0 ... Yes (0.0.5)
Checking if you have String::Util 0 ... Yes (1.26)
Checking if you have namespace::autoclean 0 ... Yes (0.28)
Checking if you have SQL::Beautify 0 ... Yes (0.04)
Checking if you have autodie 0 ... Yes (2.29)
Checking if you have Module::Build::Prereq 0 ... Yes (0.04)
Checking if you have Smart::Args 0 ... Yes (0.14)
Checking if you have Config::General 0 ... Yes (2.63)
Checking if you have Symbol::Util 0 ... Yes (0.0203)
Checking if you have DBD::mysql 0 ... Yes (4.042)
Checking if you have Moose::Role 0 ... Yes (2.2004)
OK
Building and testing MySQL-Util-0.29 ... cp lib/MySQL/Util/Data/Cache.pm blib/lib/MySQL/Util/Data/Cache.pm
cp lib/MySQL/Util/Data/Create.pm blib/lib/MySQL/Util/Data/Create.pm
cp lib/MySQL/Util.pm blib/lib/MySQL/Util.pm
cp bin/myutil_create_data.pl blib/script/myutil_create_data.pl
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/myutil_create_data.pl
cp bin/myutil_dump_table_constraints.pl blib/script/myutil_dump_table_constraints.pl
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/myutil_dump_table_constraints.pl
cp bin/myutil_dump_table_fks.pl blib/script/myutil_dump_table_fks.pl
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/myutil_dump_table_fks.pl
cp bin/myutil_dump_tables.pl blib/script/myutil_dump_tables.pl
"/home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/myutil_dump_tables.pl
Manifying 3 pod documents
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
# Testing MySQL::Util 0.29, Perl 5.026000, /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0
t/00-load_util.t .. ok
t/15-cache.t ...... ok
sh: 1: mysql: not found
Died at t/testlib.pl line 179.
sh: 1: mysql: not found
Died at t/testlib.pl line 179.
END failed--call queue aborted.
# Looks like your test exited with 22 just after 1.
t/20-util.t .......
Dubious, test returned 22 (wstat 5632, 0x1600)
All 1 subtests passed
t/manifest.t ...... skipped: Author tests not required for installation
t/pod.t ........... ok
Test Summary Report
-------------------
t/20-util.t (Wstat: 5632 Tests: 1 Failed: 0)
Non-zero exit status: 22
Files=5, Tests=10, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.54 cusr 0.02 csys = 0.58 CPU)
Result: FAIL
Failed 1/5 test programs. 0/10 subtests failed.
Makefile:822: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing MySQL::Util failed. See /home/ryan/.cpanm/work/1493245928.11116/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose MySQL::Util] 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