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

158 lines
5.6 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/1493655668.28364
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 RMI () on cpanmetadb ...
Unpacking RMI-0.10.tar.gz
--> Working on RMI
Fetching http://www.cpan.org/authors/id/S/SA/SAKOHT/RMI-0.10.tar.gz ... OK
RMI-0.10/
RMI-0.10/Changes
RMI-0.10/examples/
RMI-0.10/inc/
RMI-0.10/INSTALL
RMI-0.10/lib/
RMI-0.10/LICENSE
RMI-0.10/Makefile.PL
RMI-0.10/MANIFEST
RMI-0.10/prove-all.sh
RMI-0.10/README
RMI-0.10/t/
RMI-0.10/t/00_echo.t
RMI-0.10/t/01_basic.t
RMI-0.10/t/02_unblessed_refs.t
RMI-0.10/t/03_exceptions.t
RMI-0.10/t/04_use_remote.t
RMI-0.10/t/05_use_lib_remote.t
RMI-0.10/t/06_client_server_pairs.t
RMI-0.10/t/07_as_documented.t
RMI-0.10/t/08_wantarray.t
RMI-0.10/t/09_bind_variables.t
RMI-0.10/t/10_opts.t
RMI-0.10/t/11_dbi_special.t
RMI-0.10/t/RMI/
RMI-0.10/t/RMI/TestClass.pm
RMI-0.10/t/RMI/TestClass1.pm
RMI-0.10/t/RMI/TestClass2.pm
RMI-0.10/lib/RMI/
RMI-0.10/lib/RMI.pm
RMI-0.10/lib/RMI/Client/
RMI-0.10/lib/RMI/Client.pm
RMI-0.10/lib/RMI/Node.pm
RMI-0.10/lib/RMI/Proxy/
RMI-0.10/lib/RMI/ProxyObject.pm
RMI-0.10/lib/RMI/ProxyReference.pm
RMI-0.10/lib/RMI/Server/
RMI-0.10/lib/RMI/Server.pm
RMI-0.10/lib/RMI/Server/ForkedPipes.pm
RMI-0.10/lib/RMI/Server/Tcp.pm
RMI-0.10/lib/RMI/Proxy/DBI/
RMI-0.10/lib/RMI/Proxy/DBI/db.pm
RMI-0.10/lib/RMI/Client/ForkedPipes.pm
RMI-0.10/lib/RMI/Client/Tcp.pm
RMI-0.10/inc/Module/
RMI-0.10/inc/Module/AutoInstall.pm
RMI-0.10/inc/Module/Install/
RMI-0.10/inc/Module/Install.pm
RMI-0.10/inc/Module/Install/AutoInstall.pm
RMI-0.10/inc/Module/Install/Base.pm
RMI-0.10/inc/Module/Install/Can.pm
RMI-0.10/inc/Module/Install/Fetch.pm
RMI-0.10/inc/Module/Install/Include.pm
RMI-0.10/inc/Module/Install/Makefile.pm
RMI-0.10/inc/Module/Install/Metadata.pm
RMI-0.10/inc/Module/Install/Scripts.pm
RMI-0.10/inc/Module/Install/Win32.pm
RMI-0.10/inc/Module/Install/WriteAll.pm
RMI-0.10/examples/rmi-client.pl
RMI-0.10/examples/rmi-server.pl
Entering RMI-0.10
META.yml/json not found. Creating skeleton for it.
Running Makefile.PL
Configuring RMI-0.10 ... Cannot determine perl version info from lib/RMI.pm
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for RMI
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have version 0 ... Yes (0.9918)
Checking if you have Test::More 0.86 ... Yes (1.302083)
Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
Checking if you have IO::Socket 0 ... Yes (1.38)
Checking if you have App::Prove 0 ... Yes (3.39)
Checking if you have Carp 0 ... Yes (1.38)
OK
Building and testing RMI-0.10 ... cp lib/RMI/ProxyReference.pm blib/lib/RMI/ProxyReference.pm
cp lib/RMI/Proxy/DBI/db.pm blib/lib/RMI/Proxy/DBI/db.pm
cp lib/RMI.pm blib/lib/RMI.pm
cp lib/RMI/Client/Tcp.pm blib/lib/RMI/Client/Tcp.pm
cp lib/RMI/ProxyObject.pm blib/lib/RMI/ProxyObject.pm
cp lib/RMI/Server/Tcp.pm blib/lib/RMI/Server/Tcp.pm
cp lib/RMI/Client/ForkedPipes.pm blib/lib/RMI/Client/ForkedPipes.pm
cp lib/RMI/Server.pm blib/lib/RMI/Server.pm
cp lib/RMI/Client.pm blib/lib/RMI/Client.pm
cp lib/RMI/Server/ForkedPipes.pm blib/lib/RMI/Server/ForkedPipes.pm
cp lib/RMI/Node.pm blib/lib/RMI/Node.pm
Manifying 10 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, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/00_echo.t ................. ok
t/01_basic.t ................ ok
# Failed test ' content is as expected'
# at t/02_unblessed_refs.t line 62.
# got: 'two 222 one 111'
# expected: 'one 111 two 222'
# Looks like you failed 1 test of 32.
t/02_unblessed_refs.t .......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/32 subtests
t/03_exceptions.t ........... ok
t/04_use_remote.t ........... ok
t/05_use_lib_remote.t ....... ok
t/06_client_server_pairs.t .. ok
t/07_as_documented.t ........ ok
t/08_wantarray.t ............ ok
t/09_bind_variables.t ....... ok
t/10_opts.t ................. ok
t/11_dbi_special.t .......... ok
Test Summary Report
-------------------
t/02_unblessed_refs.t (Wstat: 256 Tests: 32 Failed: 1)
Failed test: 19
Non-zero exit status: 1
Files=12, Tests=233, 4 wallclock secs ( 0.04 usr 0.00 sys + 0.51 cusr 0.05 csys = 0.60 CPU)
Result: FAIL
Failed 1/12 test programs. 1/233 subtests failed.
Makefile:815: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing RMI failed. See /home/ryan/.cpanm/work/1493655668.28364/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose RMI] 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