Skip to content

Instantly share code, notes, and snippets.

@typester
Created March 29, 2013 06:44
Show Gist options
  • Save typester/5269161 to your computer and use it in GitHub Desktop.
Save typester/5269161 to your computer and use it in GitHub Desktop.
cpanm (App::cpanminus) 1.6007 on perl 5.016003 built for i686-linux
Work directory is /home/typester/.cpanm/work/1364539395.3410
You have make /usr/bin/make
You have LWP 6.05
You have /bin/tar: tar (GNU tar) 1.22
Copyright (C) 2009 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 Test::TCP on cpanmetadb ...
--> Working on Test::TCP
Fetching http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Test-TCP-1.24.tar.gz
-> OK
Unpacking Test-TCP-1.24.tar.gz
Entering Test-TCP-1.24
Checking configure dependencies from META.json
Checking if you have Module::Build::Tiny 0 ... Yes (0.013)
Configuring Test-TCP-1.24
Running Build.PL
Creating new 'Build' script for 'Test-TCP' version '1.24'
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have Test::More 0.98 ... Yes (0.98)
Checking if you have ExtUtils::MakeMaker 6.59 ... Yes (6.63_02)
Checking if you have IO::Socket::INET 0 ... Yes (1.33)
Checking if you have Test::SharedFork 0.19 ... Yes (0.21)
Building and testing Test-TCP-1.24
cp lib/Test/TCP/CheckPort.pm blib/lib/Test/TCP/CheckPort.pm
cp lib/Net/EmptyPort.pm blib/lib/Net/EmptyPort.pm
cp lib/Test/TCP.pm blib/lib/Test/TCP.pm
# Test::More: 0.98
t/00_compile.t .............. ok
t/01_simple.t ............... ok
# your server received SIGABRT
t/02_abrt.t ................. ok
t/03_return_when_sigterm.t .. ok
t/04_die.t .................. ok
t/05_sigint.t ............... ok
t/06_nest.t ................. ok
t/07_optional.t ............. ok
t/08_exit.t ................. ok
t/09_fork.t ................. ok
t/10_oo.t ................... ok
# Failed test 'UDP: check_port($port) == 0'
# at t/11_net_emptyport.t line 36.
# got: '1'
# expected: '0'
# Looks like you failed 1 test of 11.
t/11_net_emptyport.t ........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/11 subtests
Test Summary Report
-------------------
t/11_net_emptyport.t (Wstat: 256 Tests: 11 Failed: 1)
Failed test: 10
Non-zero exit status: 1
Files=12, Tests=79, 11 wallclock secs ( 0.05 usr 0.02 sys + 1.04 cusr 0.13 csys = 1.24 CPU)
Result: FAIL
-> FAIL Installing Test::TCP failed. See /home/typester/.cpanm/build.log for details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment