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

271 lines
7.3 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/1493526739.26242
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 Poker::Robot () on cpanmetadb ...
Unpacking Poker-Robot-0.01.tar.gz
--> Working on Poker::Robot
Fetching http://www.cpan.org/authors/id/N/NG/NGRAHAM/Poker-Robot-0.01.tar.gz ... OK
Poker-Robot-0.01/
Poker-Robot-0.01/README
Poker-Robot-0.01/ignore.txt
Poker-Robot-0.01/lib/
Poker-Robot-0.01/lib/Poker/
Poker-Robot-0.01/lib/Poker/Robot.pm
Poker-Robot-0.01/lib/Poker/Robot/
Poker-Robot-0.01/lib/Poker/Robot/Ring.pm
Poker-Robot-0.01/lib/Poker/Robot/Protocol.pod
Poker-Robot-0.01/lib/Poker/Robot/Chair.pm
Poker-Robot-0.01/lib/Poker/Robot/Random.pm
Poker-Robot-0.01/lib/Poker/Robot/Login.pm
Poker-Robot-0.01/MANIFEST
Poker-Robot-0.01/Makefile.PL
Poker-Robot-0.01/Changes
Poker-Robot-0.01/t/
Poker-Robot-0.01/t/manifest.t
Poker-Robot-0.01/t/00-load.t
Poker-Robot-0.01/t/pod-coverage.t
Poker-Robot-0.01/t/boilerplate.t
Poker-Robot-0.01/t/pod.t
Entering Poker-Robot-0.01
META.yml/json not found. Creating skeleton for it.
Running Makefile.PL
Configuring Poker-Robot-0.01 ... Checking if your kit is complete...
Warning: the following files are missing in your kit:
wssh.pl
Please inform the author.
Invalid LICENSE value 'Artistic_2_0' ignored
Invalid LICENSE value 'Artistic_2_0' ignored
Generating a Unix-style Makefile
Writing Makefile for Poker::Robot
Writing MYMETA.yml and MYMETA.json
Checking dependencies from MYMETA.json ...
Checking if you have AnyEvent::ReadLine::Gnu 0 ... Yes (1.0)
Checking if you have Moo 0 ... Yes (2.003002)
Checking if you have Mojo 0 ... Yes (undef)
Checking if you have DBD::SQLite 0 ... Yes (1.54)
Checking if you have Test::More 0 ... Yes (1.302083)
Checking if you have EV 0 ... Yes (4.22)
OK
Building and testing Poker-Robot-0.01 ... cp lib/Poker/Robot/Chair.pm blib/lib/Poker/Robot/Chair.pm
cp lib/Poker/Robot/Login.pm blib/lib/Poker/Robot/Login.pm
cp lib/Poker/Robot/Random.pm blib/lib/Poker/Robot/Random.pm
cp lib/Poker/Robot/Ring.pm blib/lib/Poker/Robot/Ring.pm
cp lib/Poker/Robot.pm blib/lib/Poker/Robot.pm
cp lib/Poker/Robot/Protocol.pod blib/lib/Poker/Robot/Protocol.pod
Manifying 6 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 Poker::Robot 0.01, Perl 5.026000, /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl5.26.0
t/00-load.t ....... ok
t/boilerplate.t ... ok
t/manifest.t ...... skipped: Author tests not required for installation
# Failed test 'Pod coverage on Poker::Robot'
# at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Test/Pod/Coverage.pm line 133.
# Coverage for Poker::Robot is 1.3%, with 74 naked subroutines:
# BUILD
# add_login
# add_ring
# begin_new_action
# begin_new_round
# bet
# bet_res
# birthday
# bookmark
# check
# check_res
# choice
# connect
# credit_chips_res
# db
# deal_community
# deal_hole
# discard
# discard_res
# draw
# draw_res
# email
# end_game
# fetch_login
# fetch_ring
# fold
# fold_res
# forced_logout
# guest_login
# handle
# high_winner
# join_ring_res
# login_id
# login_res
# login_snap
# login_update
# logout_res
# low_winner
# move
# move_button
# new_game
# notify_bet
# notify_check
# notify_create_ring
# notify_credit_chips
# notify_discard
# notify_draw
# notify_fold
# notify_join_table
# notify_login
# notify_logout
# notify_table_chips
# notify_unjoin_ring
# notify_update_login
# password
# player_snap
# player_update
# register_res
# respond
# response_handler
# ring_snap
# showdown
# size_bring
# table_snap
# table_update
# tour_snap
# tx
# ua
# unjoin_ring_res
# unwatch_table_res
# user_id
# username
# valid_actions
# watch_table_res
# Failed test 'Pod coverage on Poker::Robot::Random'
# at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Test/Pod/Coverage.pm line 133.
# Coverage for Poker::Robot::Random is 0.0%, with 5 naked subroutines:
# game_choice
# move
# select_card
# size_bet
# size_bring
# Failed test 'Pod coverage on Poker::Robot::Chair'
# at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Test/Pod/Coverage.pm line 133.
# Coverage for Poker::Robot::Chair is 0.0%, with 13 naked subroutines:
# auto_muck
# chair
# chips
# in_pot
# in_pot_this_round
# index
# is_in_hand
# login_id
# payout
# posted
# reset
# table_id
# user_id
# Failed test 'Pod coverage on Poker::Robot::Login'
# at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Test/Pod/Coverage.pm line 133.
# Coverage for Poker::Robot::Login is 0.0%, with 13 naked subroutines:
# birthday
# bookmark
# email
# handle
# has_user_id
# last_visit
# level
# login_id
# password
# reg_date
# remote_address
# user_id
# username
# Failed test 'Pod coverage on Poker::Robot::Ring'
# at /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/Test/Pod/Coverage.pm line 133.
# Coverage for Poker::Robot::Ring is 0.0%, with 38 naked subroutines:
# action
# ante
# bet_size
# big_blind
# bring
# button
# call_amt
# chair_count
# class
# director_id
# fix_limit
# game_choice
# game_count
# game_over
# last_act
# last_bet
# limit
# max_bet
# max_discards
# max_draws
# max_raise
# min_discards
# min_draws
# player_count
# pot
# pot_cap
# pot_odds
# reset
# round
# small_bet
# small_blind
# table_detail
# table_id
# table_max
# table_min
# time_bank
# total_pot
# turn_clock
# Looks like you failed 5 tests of 5.
t/pod-coverage.t ..
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/5 subtests
t/pod.t ........... ok
Test Summary Report
-------------------
t/boilerplate.t (Wstat: 0 Tests: 7 Failed: 0)
TODO passed: 1, 3-7
t/pod-coverage.t (Wstat: 1280 Tests: 5 Failed: 5)
Failed tests: 1-5
Non-zero exit status: 5
Files=5, Tests=22, 1 wallclock secs ( 0.02 usr 0.03 sys + 0.83 cusr 0.11 csys = 0.99 CPU)
Result: FAIL
Failed 1/5 test programs. 5/22 subtests failed.
Makefile:875: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
! Installing Poker::Robot failed. See /home/ryan/.cpanm/work/1493526739.26242/build.log for details. Retry with --force to force install it.
FAIL
Command [cpanm --reinstall --verbose Poker::Robot] 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