Skip Menu |

This queue is for tickets about the AnyEvent-YACurl CPAN distribution.

Report information
The Basics
Id: 131557
Status: new
Priority: 0/
Queue: AnyEvent-YACurl

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.14
Fixed in: (no value)



Subject: t/AnyEvent-YACurl.t may fail (IPv6 problems?)
On one of my smokers the test suite fails. A sample report: http://www.cpantesters.org/cpan/report/3c9d9284-3d40-11ea-ac3e-e31c1f24ea8f Looking with strace into the failing test run it seems that it cannot successfully connect to www.google.com through its IPv6 address: 3514 18:13:58.181409 connect(5, {sa_family=AF_INET6, sin6_port=htons(443), inet_pton(AF_INET6, "2a00:1450:400f:809::2004", &sin6_addr), sin6_flowinfo=htonl(0), sin6_scope_id=0}, 28) = -1 ENETUNREACH (Network is unreachable) <0.000143> Same problem happens with the commandline curl created during the AnyEvent-YACurl build: $ ./curl-lib/bin/curl -s https://www.google.com (hangs for 5 minutes, then no output and exitcode=1) Running system's curl works without problems.