https://bugzilla.redhat.com/show_bug.cgi?id=1701797 Petr Pisar <ppisar@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(noloader@xxxxxxxx | |m) --- Comment #1 from Petr Pisar <ppisar@xxxxxxxxxx> --- Could you please show us the exact Perl code that fails for you? I'm sorry, but I'm not going to wade through some tests of a foreign package. If you blame Perl, then provide a Perl reproducer. >From the logs you posted: Found wgettestingserver in host_name_addresses_map (0x5561cf524560) Connecting to wgettestingserver (wgettestingserver)|::1|:24443... Closed fd 3 failed: Connection refused. Connecting to wgettestingserver (wgettestingserver)|127.0.0.1|:24443... Closed fd 3 failed: Connection refused. Releasing 0x00005561cf524560 (new refcount 1). Releasing 0x00005561cf524560 (new refcount 0). Deleting unused 0x00005561cf524560. Resolving wgettestingserver (wgettestingserver)... ::1, 127.0.0.1 Caching wgettestingserver => ::1 127.0.0.1 Connecting to wgettestingserver (wgettestingserver)|::1|:24443... Closed fd 3 failed: Connection refused. Connecting to wgettestingserver (wgettestingserver)|127.0.0.1|:24443... Closed fd 3 failed: Connection refused. Releasing 0x00005561cf53c150 (new refcount 1). Test failed: wrong code returned (was: 4, expected: 0) FAIL Test-https-pfs.px (exit status: 1) I can see something (wget?) connects to [::1]:24443 but nothing listens there. Then it retries to 127.0.0.1, but also nothing listens there. It seems your TCP server does not listen on port 24443. Please provide more details. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx