- * Package: dev-perl/IO-Socket-IP-0.160.0
- * Repository: gentoo
- * Maintainer: perl@gentoo.org
- * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU
- * FEATURES: sandbox test userpriv usersandbox
- >>> Unpacking source...
- >>> Unpacking IO-Socket-IP-0.16.tar.gz to /tmp/portage/dev-perl/IO-Socket-IP-0.160.0/work
- >>> Source unpacked in /tmp/portage/dev-perl/IO-Socket-IP-0.160.0/work
- >>> Preparing source in /tmp/portage/dev-perl/IO-Socket-IP-0.160.0/work/IO-Socket-IP-0.16 ...
- >>> Source prepared.
- >>> Configuring source in /tmp/portage/dev-perl/IO-Socket-IP-0.160.0/work/IO-Socket-IP-0.16 ...
- * Using Module::Build
- * perl Build.PL --installdirs=vendor --libdoc= --destdir=/tmp/portage/dev-perl/IO-Socket-IP-0.160.0/image/ --create_packlist=0
- Created MYMETA.yml and MYMETA.json
- Creating new 'Build' script for 'IO-Socket-IP' version '0.16'
- >>> Source configured.
- >>> Compiling source in /tmp/portage/dev-perl/IO-Socket-IP-0.160.0/work/IO-Socket-IP-0.16 ...
- Building IO-Socket-IP
- >>> Source compiled.
- t/00use.t ..................
- 1..1
- ok 1 - use IO::Socket::IP;
- ok
- t/01local-client-v4.t ......
- 1..20
- not ok 1 - IO::Socket::IP->new constructs a SOCK_STREAM socket
- # Failed test 'IO::Socket::IP->new constructs a SOCK_STREAM socket'
- # at t/01local-client-v4.t line 25.
- # error was Address family for hostname not supported
- Can't call method "sockdomain" on an undefined value at t/01local-client-v4.t line 28.
- # Looks like you planned 20 tests but ran 1.
- # Looks like you failed 1 test of 1 run.
- # Looks like your test exited with 22 just after 1.
- Dubious, test returned 22 (wstat 5632, 0x1600)
- Failed 20/20 subtests
- t/02local-server-v4.t ......
- 1..30
- not ok 1 - IO::Socket::IP->new constructs a SOCK_STREAM socket
- # Failed test 'IO::Socket::IP->new constructs a SOCK_STREAM socket'
- # at t/02local-server-v4.t line 18.
- # error was Address family for hostname not supported
- Can't call method "sockdomain" on an undefined value at t/02local-server-v4.t line 21.
- # Looks like you planned 30 tests but ran 1.
- # Looks like you failed 1 test of 1 run.
- # Looks like your test exited with 22 just after 1.
- Dubious, test returned 22 (wstat 5632, 0x1600)
- Failed 30/30 subtests
- t/03local-cross-v4.t .......
- 1..12
- Cannot listen on PF_INET - Address family for hostname not supported at t/03local-cross-v4.t line 9.
- # Looks like your test exited with 22 before it could output anything.
- Dubious, test returned 22 (wstat 5632, 0x1600)
- Failed 12/12 subtests
- t/04local-client-v6.t ......
- 1..20
- ok 1 - IO::Socket::IP->new constructs a SOCK_STREAM socket
- ok 2 - $socket->sockdomain for SOCK_STREAM
- ok 3 - $socket->socktype for SOCK_STREAM
- ok 4 - accepted test SOCK_STREAM client
- ok 5 - $socket->sockname for SOCK_STREAM
- ok 6 - $socket->peername for SOCK_STREAM
- ok 7 - $socket->peerhost for SOCK_STREAM
- ok 8 - $socket->peerport for SOCK_STREAM
- ok 9 - $socket->sockaddr for SOCK_STREAM
- ok 10 - $socket->peeraddr for SOCK_STREAM
- ok 11 - IO::Socket::IP->new constructs a SOCK_DGRAM socket
- ok 12 - $socket->sockdomain for SOCK_DGRAM
- ok 13 - $socket->socktype for SOCK_DGRAM
- ok 14 - accepted test SOCK_DGRAM client
- ok 15 - $socket->sockname for SOCK_DGRAM
- ok 16 - $socket->peername for SOCK_DGRAM
- ok 17 - $socket->peerhost for SOCK_DGRAM
- ok 18 - $socket->peerport for SOCK_DGRAM
- ok 19 - $socket->sockaddr for SOCK_DGRAM
- ok 20 - $socket->peeraddr for SOCK_DGRAM
- ok
- t/05local-server-v6.t ......
- 1..30
- ok 1 - IO::Socket::IP->new constructs a SOCK_STREAM socket
- ok 2 - $testserver->sockdomain for SOCK_STREAM
- ok 3 - $testserver->socktype for SOCK_STREAM
- ok 4 - $testserver->sockhost for SOCK_STREAM
- ok 5 - $testserver->sockport for SOCK_STREAM
- ok 6 - accepted test SOCK_STREAM client
- ok 7 - $testclient for SOCK_STREAM isa IO::Socket::IP
- ok 8 - $testclient->sockdomain for SOCK_STREAM
- ok 9 - $testclient->socktype for SOCK_STREAM
- ok 10 - $socket->sockname for SOCK_STREAM
- ok 11 - $socket->peername for SOCK_STREAM
- ok 12 - $testclient->sockport for SOCK_STREAM
- ok 13 - $testclient->peerport for SOCK_STREAM
- ok 14 - $testclient->sockaddr for SOCK_STREAM
- ok 15 - $testclient->peeraddr for SOCK_STREAM
- ok 16 - IO::Socket::IP->new constructs a SOCK_DGRAM socket
- ok 17 - $testserver->sockdomain for SOCK_DGRAM
- ok 18 - $testserver->socktype for SOCK_DGRAM
- ok 19 - $testserver->sockhost for SOCK_DGRAM
- ok 20 - $testserver->sockport for SOCK_DGRAM
- ok 21 - accepted test SOCK_DGRAM client
- ok 22 - $testclient for SOCK_DGRAM isa IO::Socket::IP
- ok 23 - $testclient->sockdomain for SOCK_DGRAM
- ok 24 - $testclient->socktype for SOCK_DGRAM
- ok 25 - $socket->sockname for SOCK_DGRAM
- ok 26 - $socket->peername for SOCK_DGRAM
- ok 27 - $testclient->sockport for SOCK_DGRAM
- ok 28 - $testclient->peerport for SOCK_DGRAM
- ok 29 - $testclient->sockaddr for SOCK_DGRAM
- ok 30 - $testclient->peeraddr for SOCK_DGRAM
- ok
- t/06local-cross-v6.t .......
- 1..12
- ok 1 - $testclient->sockport for SOCK_STREAM
- ok 2 - $testclient->peerport for SOCK_STREAM
- ok 3 - $testclient->sockhost for SOCK_STREAM
- ok 4 - $testclient->peerhost for SOCK_STREAM
- ok 5 - $socket to $testclient for SOCK_STREAM
- ok 6 - $testclient to $socket for SOCK_STREAM
- ok 7 - $testclient->sockport for SOCK_DGRAM
- ok 8 - $testclient->peerport for SOCK_DGRAM
- ok 9 - $testclient->sockhost for SOCK_DGRAM
- ok 10 - $testclient->peerhost for SOCK_DGRAM
- ok 11 - $socket to $testclient for SOCK_DGRAM
- ok 12 - $testclient to $socket for SOCK_DGRAM
- ok
- t/10args.t .................
- 1..18
- ok 1 - split_addr hostname:http
- ok 2 - split_addr 192.0.2.1:80
- ok 3 - split_addr [2001:db8::1]:80
- ok 4 - split_addr something.else
- ok 5 - [::1]:80
- ok 6 - [::1]:http
- ok 7 - [::1]
- ok 8 - [::1]:
- ok 9 - 127.0.0.1:80
- ok 10 - 127.0.0.1:http
- ok 11 - 127.0.0.1
- ok 12 - 127.0.0.1:
- ok 13 - localhost:80
- ok 14 - localhost:http
- ok 15 - PeerHost [::1]:80
- ok 16 - PeerHost [::1]
- ok 17 - LocalHost [::1]:80
- ok 18 - LocalHost undef
- ok
- t/11sockopts.t .............
- 1..3
- Cannot socket() - Address family for hostname not supported at t/11sockopts.t line 16.
- # Looks like your test exited with 22 before it could output anything.
- Dubious, test returned 22 (wstat 5632, 0x1600)
- Failed 3/3 subtests
- t/12port-fallback.t ........
- 1..1
- ok 1 - @gai_args for LocalPort => "zyxxyblarg(80)"
- ok
- t/13addrinfo.t .............
- 1..4
- ok 1 - IO::Socket::IP->new( PeerAddrInfo => ... ) constructs a new socket
- ok 2 - $socket->peername
- ok 3 - IO::Socket::IP->new( LocalAddrInfo => ... ) constructs a new socket
- ok 4 - $socket->sockname
- ok
- t/14fileno.t ...............
- 1..2
- ok 1 - $socket->fileno preserved after ->socket
- ok 2 - $socket->fileno preserved after ->socket with free handle
- ok
- t/15io-socket.t ............
- 1..2
- not ok 1 - IO::Socket->new( Domain => AF_INET ) isa IO::Socket::IP
- # Failed test 'IO::Socket->new( Domain => AF_INET ) isa IO::Socket::IP'
- # at t/15io-socket.t line 16.
- # IO::Socket->new( Domain => AF_INET ) isn't defined
- ok 2 - IO::Socket->new( Domain => AF_INET6 ) isa IO::Socket::IP
- # Looks like you failed 1 test of 2.
- Dubious, test returned 1 (wstat 256, 0x100)
- Failed 1/2 subtests
- t/16v6only.t ...............
- 1..6
- ok 1 - IPV6_V6ONLY is 1 on $listensock
- ok 2 - Unable to connect PF_INET socket to PF_INET6 socket with V6Only true
- not ok 3 - Socket creation fails with connection refused
- # Failed test 'Socket creation fails with connection refused'
- # at t/16v6only.t line 38.
- # 'Name or service not known'
- # doesn't match '(?^:Connection\ refused)'
- ok 4 - IPV6_V6ONLY is 0 on $listensock
- not ok 5 - Connected PF_INET socket to PF_INET6 socket with V6Only false
- # Failed test 'Connected PF_INET socket to PF_INET6 socket with V6Only false'
- # at t/16v6only.t line 64.
- # IO::Socket::IP->new failed - Name or service not known
- Can't call method "peerport" on an undefined value at t/16v6only.t line 66.
- # Looks like you planned 6 tests but ran 5.
- # Looks like you failed 2 tests of 5 run.
- # Looks like your test exited with 22 just after 5.
- Dubious, test returned 22 (wstat 5632, 0x1600)
- Failed 3/6 subtests
- t/17gai-flags.t ............
- 1..2
- ok 1 - @gai_args for LocalPort => "80"
- ok 2 - @gai_args for LocalPort => "80", GetAddrInfoFlags => AI_NUMERICSERV
- ok
- t/20nonblocking-connect.t ..
- 1..9
- not ok 1 - IO::Socket::IP->new( Blocking => 0 ) constructs a socket
- # Failed test 'IO::Socket::IP->new( Blocking => 0 ) constructs a socket'
- # at t/20nonblocking-connect.t line 24.
- # error was Address family for hostname not supported
- Can't call method "fileno" on an undefined value at t/20nonblocking-connect.t line 27.
- # Looks like you planned 9 tests but ran 1.
- # Looks like you failed 1 test of 1 run.
- # Looks like your test exited with 22 just after 1.
- Dubious, test returned 22 (wstat 5632, 0x1600)
- Failed 9/9 subtests
- t/99pod.t ..................
- 1..1
- ok 1 - POD test for blib/lib/IO/Socket/IP.pm
- ok
- Test Summary Report
- -------------------
- t/01local-client-v4.t (Wstat: 5632 Tests: 1 Failed: 1)
- Failed test: 1
- Non-zero exit status: 22
- Parse errors: Bad plan. You planned 20 tests but ran 1.
- t/02local-server-v4.t (Wstat: 5632 Tests: 1 Failed: 1)
- Failed test: 1
- Non-zero exit status: 22
- Parse errors: Bad plan. You planned 30 tests but ran 1.
- t/03local-cross-v4.t (Wstat: 5632 Tests: 0 Failed: 0)
- Non-zero exit status: 22
- Parse errors: Bad plan. You planned 12 tests but ran 0.
- t/11sockopts.t (Wstat: 5632 Tests: 0 Failed: 0)
- Non-zero exit status: 22
- Parse errors: Bad plan. You planned 3 tests but ran 0.
- t/15io-socket.t (Wstat: 256 Tests: 2 Failed: 1)
- Failed test: 1
- Non-zero exit status: 1
- t/16v6only.t (Wstat: 5632 Tests: 5 Failed: 2)
- Failed tests: 3, 5
- Non-zero exit status: 22
- Parse errors: Bad plan. You planned 6 tests but ran 5.
- t/20nonblocking-connect.t (Wstat: 5632 Tests: 1 Failed: 1)
- Failed test: 1
- Non-zero exit status: 22
- Parse errors: Bad plan. You planned 9 tests but ran 1.
- Files=17, Tests=101, 2 wallclock secs ( 0.11 usr 0.04 sys + 1.54 cusr 0.23 csys = 1.92 CPU)
- Result: FAIL
- Failed 7/17 test programs. 6/101 subtests failed.
- * ERROR: dev-perl/IO-Socket-IP-0.160.0 failed (test phase):
- * test failed
- *
- * Call stack:
- * ebuild.sh, line 85: Called src_test
- * environment, line 2702: Called perl-module_src_test
- * environment, line 2405: Called die
- * The specific snippet of code:
- * ./Build test verbose=${TEST_VERBOSE:-0} || die "test failed";
- *
- * If you need support, post the output of `emerge --info '=dev-perl/IO-Socket-IP-0.160.0'`,
- * the complete build log and the output of `emerge -pqv '=dev-perl/IO-Socket-IP-0.160.0'`.
- * The complete build log is located at '/var/log/portage/dev-perl:IO-Socket-IP-0.160.0:20120809-112132.log'.
- * For convenience, a symlink to the build log is located at '/tmp/portage/dev-perl/IO-Socket-IP-0.160.0/temp/build.log'.
- * The ebuild environment file is located at '/tmp/portage/dev-perl/IO-Socket-IP-0.160.0/temp/environment'.
- * Working directory: '/tmp/portage/dev-perl/IO-Socket-IP-0.160.0/work/IO-Socket-IP-0.16'
- * S: '/tmp/portage/dev-perl/IO-Socket-IP-0.160.0/work/IO-Socket-IP-0.16'
- >>> Install IO-Socket-IP-0.160.0 into /tmp/portage/dev-perl/IO-Socket-IP-0.160.0/image/ category dev-perl
- Building IO-Socket-IP
- Installing /tmp/portage/dev-perl/IO-Socket-IP-0.160.0/image/usr/lib64/perl5/vendor_perl/5.16.0/IO/Socket/IP.pm
- Installing /tmp/portage/dev-perl/IO-Socket-IP-0.160.0/image/usr/share/man/man3/IO::Socket::IP.3pm
- >>> Completed installing IO-Socket-IP-0.160.0 into /tmp/portage/dev-perl/IO-Socket-IP-0.160.0/image/
- ecompressdir: bzip2 -9 /usr/share/doc