[Bug 1701797] New: Wget built from sources 'make check' fails due to Perl IPv6

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=1701797

            Bug ID: 1701797
           Summary: Wget built from sources 'make check' fails due to Perl
                    IPv6
           Product: Fedora
           Version: 29
            Status: NEW
         Component: perl
          Assignee: jplesnik@xxxxxxxxxx
          Reporter: noloader@xxxxxxxxx
        QA Contact: extras-qa@xxxxxxxxxxxxxxxxx
                CC: caillon+fedoraproject@xxxxxxxxx, iarnell@xxxxxxxxx,
                    jplesnik@xxxxxxxxxx, kasal@xxxxxx,
                    mmaslano@xxxxxxxxxx,
                    perl-devel@xxxxxxxxxxxxxxxxxxxxxxx, ppisar@xxxxxxxxxx,
                    psabata@xxxxxxxxxx, rhughes@xxxxxxxxxx,
                    sandmann@xxxxxxxxxx, tcallawa@xxxxxxxxxx
  Target Milestone: ---
    Classification: Fedora



Building the latest Wget (1.20.3) from sources on Fedora 29. 'make check' fails
as shown below. The Wget folks tracked it down to Perl's IPv6 handling.

A similar issue for Ubuntu and Linaro can be found at
https://www.mail-archive.com/bug-wget@xxxxxxx/msg09204.html.

**********

$ cat wget-1.20.3/tests/test-suite.log
=======================================
   wget 1.20.3: tests/test-suite.log
=======================================

# TOTAL: 93
# PASS:  86
# SKIP:  1
# XFAIL: 0
# FAIL:  6
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: Test-https-pfs
====================

Setting --no-config (noconfig) to 1
Setting --no-config (noconfig) to 1
Running test Test-https-pfs
Calling /home/test/wget-1.20.3/tests/../src/wget -d --no-config
--secure-protocol=PFS
--ca-certificate=/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
https://WgetTestingServer:24443/somefile.txt
Setting --no-config (noconfig) to 1
Setting --no-config (noconfig) to 1
Setting --secure-protocol (secureprotocol) to PFS
Setting --secure-protocol (secureprotocol) to PFS
Setting --ca-certificate (cacertificate) to
/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
Setting --ca-certificate (cacertificate) to
/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
DEBUG output created by Wget 1.20.3 on linux-gnu.

Reading HSTS entries from /home/jwalton/.wget-hsts
URI encoding = 'ANSI_X3.4-1968'
iconv UTF-8 -> ANSI_X3.4-1968
iconv outlen=88 inlen=44
converted 'https://WgetTestingServer:24443/somefile.txt'
(ANSI_X3.4-1968) -> 'https://WgetTestingServer:24443/somefile.txt'
(UTF-8)
Converted file name 'somefile.txt' (UTF-8) -> 'somefile.txt' (ANSI_X3.4-1968)
--2019-04-18 20:43:03--  https://wgettestingserver:24443/somefile.txt
Resolving wgettestingserver (wgettestingserver)... ::1, 127.0.0.1
Caching wgettestingserver => ::1 127.0.0.1
Connecting to wgettestingserver (wgettestingserver)|::1|:24443... connected.
Created socket 3.
Releasing 0x00005561cf524560 (new refcount 1).
Initiating SSL handshake.
Handshake successful; connected socket 3 to SSL handle 0x00005561cf526810
certificate:
  subject: C=Freeland,ST=Sunshine,O=GNU,OU=Wget,CN=Wget
  issuer:  C=Freeland,ST=Sunshine,O=GNU,OU=Wget,CN=Wget
X509 certificate successfully verified and matches host wgettestingserver

---request begin---
GET /somefile.txt HTTP/1.1
User-Agent: Wget/1.20.3 (linux-gnu)
Accept: */*
Accept-Encoding: identity
Host: wgettestingserver:24443
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response... Bad arg length for
Socket::inet_ntoa, length is 16, should be 4 at
/usr/share/perl5/HTTP/Daemon.pm line 51.
No data received.
Closed 3/SSL 0x00005561cf526810
Retrying.

--2019-04-18 20:43:04--  (try: 2)  https://wgettestingserver:24443/somefile.txt
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)

FAIL: Test-https-tlsv1
======================

Setting --no-config (noconfig) to 1
Setting --no-config (noconfig) to 1
Running test Test-https-tlsv1
Calling /home/test/wget-1.20.3/tests/../src/wget -d --no-config
--secure-protocol=TLSv1
--ca-certificate=/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
https://WgetTestingServer:28443/somefile.txt
Setting --no-config (noconfig) to 1
Setting --no-config (noconfig) to 1
Setting --secure-protocol (secureprotocol) to TLSv1
Setting --secure-protocol (secureprotocol) to TLSv1
Setting --ca-certificate (cacertificate) to
/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
Setting --ca-certificate (cacertificate) to
/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
DEBUG output created by Wget 1.20.3 on linux-gnu.

Reading HSTS entries from /home/jwalton/.wget-hsts
URI encoding = 'ANSI_X3.4-1968'
iconv UTF-8 -> ANSI_X3.4-1968
iconv outlen=88 inlen=44
converted 'https://WgetTestingServer:28443/somefile.txt'
(ANSI_X3.4-1968) -> 'https://WgetTestingServer:28443/somefile.txt'
(UTF-8)
Converted file name 'somefile.txt' (UTF-8) -> 'somefile.txt' (ANSI_X3.4-1968)
--2019-04-18 20:43:04--  https://wgettestingserver:28443/somefile.txt
Resolving wgettestingserver (wgettestingserver)... ::1, 127.0.0.1
Caching wgettestingserver => ::1 127.0.0.1
Connecting to wgettestingserver (wgettestingserver)|::1|:28443... connected.
Created socket 3.
Releasing 0x000055cb6347de10 (new refcount 1).
Initiating SSL handshake.
Handshake successful; connected socket 3 to SSL handle 0x000055cb63480c10
certificate:
  subject: C=Freeland,ST=Sunshine,O=GNU,OU=Wget,CN=Wget
  issuer:  C=Freeland,ST=Sunshine,O=GNU,OU=Wget,CN=Wget
X509 certificate successfully verified and matches host wgettestingserver

---request begin---
GET /somefile.txt HTTP/1.1
User-Agent: Wget/1.20.3 (linux-gnu)
Accept: */*
Accept-Encoding: identity
Host: wgettestingserver:28443
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response... Bad arg length for
Socket::inet_ntoa, length is 16, should be 4 at
/usr/share/perl5/HTTP/Daemon.pm line 51.
No data received.
Closed 3/SSL 0x000055cb63480c10
Retrying.

--2019-04-18 20:43:05--  (try: 2)  https://wgettestingserver:28443/somefile.txt
Found wgettestingserver in host_name_addresses_map (0x55cb6347de10)
Connecting to wgettestingserver (wgettestingserver)|::1|:28443... Closed fd 3
failed: Connection refused.
Connecting to wgettestingserver
(wgettestingserver)|127.0.0.1|:28443... Closed fd 3
failed: Connection refused.
Releasing 0x000055cb6347de10 (new refcount 1).
Releasing 0x000055cb6347de10 (new refcount 0).
Deleting unused 0x000055cb6347de10.
Resolving wgettestingserver (wgettestingserver)... ::1, 127.0.0.1
Caching wgettestingserver => ::1 127.0.0.1
Connecting to wgettestingserver (wgettestingserver)|::1|:28443... Closed fd 3
failed: Connection refused.
Connecting to wgettestingserver
(wgettestingserver)|127.0.0.1|:28443... Closed fd 3
failed: Connection refused.
Releasing 0x000055cb6348ee90 (new refcount 1).
Test failed: wrong code returned (was: 4, expected: 0)
FAIL Test-https-tlsv1.px (exit status: 1)

FAIL: Test-https-tlsv1x
=======================

Setting --no-config (noconfig) to 1
Setting --no-config (noconfig) to 1
Running test Test-https-tlsv1x
Calling /home/test/wget-1.20.3/tests/../src/wget -d --no-config
--secure-protocol=TLSv1_1
--ca-certificate=/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
https://WgetTestingServer:29443/somefile.txt
Setting --no-config (noconfig) to 1
Setting --no-config (noconfig) to 1
Setting --secure-protocol (secureprotocol) to TLSv1_1
Setting --secure-protocol (secureprotocol) to TLSv1_1
Setting --ca-certificate (cacertificate) to
/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
Setting --ca-certificate (cacertificate) to
/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
DEBUG output created by Wget 1.20.3 on linux-gnu.

Reading HSTS entries from /home/jwalton/.wget-hsts
URI encoding = 'ANSI_X3.4-1968'
iconv UTF-8 -> ANSI_X3.4-1968
iconv outlen=88 inlen=44
converted 'https://WgetTestingServer:29443/somefile.txt'
(ANSI_X3.4-1968) -> 'https://WgetTestingServer:29443/somefile.txt'
(UTF-8)
Converted file name 'somefile.txt' (UTF-8) -> 'somefile.txt' (ANSI_X3.4-1968)
--2019-04-18 20:43:06--  https://wgettestingserver:29443/somefile.txt
Resolving wgettestingserver (wgettestingserver)... ::1, 127.0.0.1
Caching wgettestingserver => ::1 127.0.0.1
Connecting to wgettestingserver (wgettestingserver)|::1|:29443... connected.
Created socket 3.
Releasing 0x000055a215fb6e10 (new refcount 1).
Initiating SSL handshake.
Handshake successful; connected socket 3 to SSL handle 0x000055a215fb9c10
certificate:
  subject: C=Freeland,ST=Sunshine,O=GNU,OU=Wget,CN=Wget
  issuer:  C=Freeland,ST=Sunshine,O=GNU,OU=Wget,CN=Wget
X509 certificate successfully verified and matches host wgettestingserver

---request begin---
GET /somefile.txt HTTP/1.1
User-Agent: Wget/1.20.3 (linux-gnu)
Accept: */*
Accept-Encoding: identity
Host: wgettestingserver:29443
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response... Bad arg length for
Socket::inet_ntoa, length is 16, should be 4 at
/usr/share/perl5/HTTP/Daemon.pm line 51.
No data received.
Closed 3/SSL 0x000055a215fb9c10
Retrying.

--2019-04-18 20:43:07--  (try: 2)  https://wgettestingserver:29443/somefile.txt
Found wgettestingserver in host_name_addresses_map (0x55a215fb6e10)
Connecting to wgettestingserver (wgettestingserver)|::1|:29443... Closed fd 3
failed: Connection refused.
Connecting to wgettestingserver
(wgettestingserver)|127.0.0.1|:29443... Closed fd 3
failed: Connection refused.
Releasing 0x000055a215fb6e10 (new refcount 1).
Releasing 0x000055a215fb6e10 (new refcount 0).
Deleting unused 0x000055a215fb6e10.
Resolving wgettestingserver (wgettestingserver)... ::1, 127.0.0.1
Caching wgettestingserver => ::1 127.0.0.1
Connecting to wgettestingserver (wgettestingserver)|::1|:29443... Closed fd 3
failed: Connection refused.
Connecting to wgettestingserver
(wgettestingserver)|127.0.0.1|:29443... Closed fd 3
failed: Connection refused.
Releasing 0x000055a215fc7e90 (new refcount 1).
Test failed: wrong code returned (was: 4, expected: 0)
FAIL Test-https-tlsv1x.px (exit status: 1)

FAIL: Test-https-selfsigned
===========================

Setting --no-config (noconfig) to 1
Setting --no-config (noconfig) to 1
Running test Test-https-selfsigned
Calling /home/test/wget-1.20.3/tests/../src/wget -d --no-config
--ca-certificate=/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
https://WgetTestingServer:26443/somefile.txt
Setting --no-config (noconfig) to 1
Setting --no-config (noconfig) to 1
Setting --ca-certificate (cacertificate) to
/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
Setting --ca-certificate (cacertificate) to
/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
DEBUG output created by Wget 1.20.3 on linux-gnu.

Reading HSTS entries from /home/jwalton/.wget-hsts
URI encoding = 'ANSI_X3.4-1968'
iconv UTF-8 -> ANSI_X3.4-1968
iconv outlen=88 inlen=44
converted 'https://WgetTestingServer:26443/somefile.txt'
(ANSI_X3.4-1968) -> 'https://WgetTestingServer:26443/somefile.txt'
(UTF-8)
Converted file name 'somefile.txt' (UTF-8) -> 'somefile.txt' (ANSI_X3.4-1968)
--2019-04-18 20:43:07--  https://wgettestingserver:26443/somefile.txt
Resolving wgettestingserver (wgettestingserver)... ::1, 127.0.0.1
Caching wgettestingserver => ::1 127.0.0.1
Connecting to wgettestingserver (wgettestingserver)|::1|:26443... connected.
Created socket 3.
Releasing 0x00005558ad0eba40 (new refcount 1).
Initiating SSL handshake.
Handshake successful; connected socket 3 to SSL handle 0x00005558ad0eec20
certificate:
  subject: emailAddress=tester,CN=WgetTestingServer,O=Dis,L=Mystery
Spot,ST=CA,C=US
  issuer:  emailAddress=tester,CN=WgetTestingServer,O=Dis,L=Mystery
Spot,ST=CA,C=US
ERROR: cannot verify wgettestingserver's certificate, issued by
'emailAddress=tester,CN=WgetTestingServer,O=Dis,L=Mystery
Spot,ST=CA,C=US':
  Self-signed certificate encountered.
To connect to wgettestingserver insecurely, use `--no-check-certificate'.
Closed 3/SSL 0x00005558ad0eec20
Test failed: file somefile.txt not downloaded
Running test Test-https-selfsigned
Calling /home/test/wget-1.20.3/tests/../src/wget -d --no-config
--no-check-certificate
--ca-certificate=/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
https://WgetTestingServer:27443/somefile.txt
Setting --no-config (noconfig) to 1
Setting --no-config (noconfig) to 1
Setting --check-certificate (checkcertificate) to 0
Setting --check-certificate (checkcertificate) to 0
Setting --ca-certificate (cacertificate) to
/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
Setting --ca-certificate (cacertificate) to
/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
DEBUG output created by Wget 1.20.3 on linux-gnu.

Reading HSTS entries from /home/jwalton/.wget-hsts
URI encoding = 'ANSI_X3.4-1968'
iconv UTF-8 -> ANSI_X3.4-1968
iconv outlen=88 inlen=44
converted 'https://WgetTestingServer:27443/somefile.txt'
(ANSI_X3.4-1968) -> 'https://WgetTestingServer:27443/somefile.txt'
(UTF-8)
Converted file name 'somefile.txt' (UTF-8) -> 'somefile.txt' (ANSI_X3.4-1968)
--2019-04-18 20:43:07--  https://wgettestingserver:27443/somefile.txt
Resolving wgettestingserver (wgettestingserver)... ::1, 127.0.0.1
Caching wgettestingserver => ::1 127.0.0.1
Connecting to wgettestingserver (wgettestingserver)|::1|:27443... connected.
Created socket 3.
Releasing 0x000055da6b516a60 (new refcount 1).
Initiating SSL handshake.
Handshake successful; connected socket 3 to SSL handle 0x000055da6b519c40
certificate:
  subject: emailAddress=tester,CN=WgetTestingServer,O=Dis,L=Mystery
Spot,ST=CA,C=US
  issuer:  emailAddress=tester,CN=WgetTestingServer,O=Dis,L=Mystery
Spot,ST=CA,C=US
WARNING: cannot verify wgettestingserver's certificate, issued by
'emailAddress=tester,CN=WgetTestingServer,O=Dis,L=Mystery
Spot,ST=CA,C=US':
  Self-signed certificate encountered.

---request begin---
GET /somefile.txt HTTP/1.1
User-Agent: Wget/1.20.3 (linux-gnu)
Accept: */*
Accept-Encoding: identity
Host: wgettestingserver:27443
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response... Bad arg length for
Socket::inet_ntoa, length is 16, should be 4 at
/usr/share/perl5/HTTP/Daemon.pm line 51.
No data received.
Closed 3/SSL 0x000055da6b519c40
Retrying.

--2019-04-18 20:43:08--  (try: 2)  https://wgettestingserver:27443/somefile.txt
Found wgettestingserver in host_name_addresses_map (0x55da6b516a60)
Connecting to wgettestingserver (wgettestingserver)|::1|:27443... Closed fd 3
failed: Connection refused.
Connecting to wgettestingserver
(wgettestingserver)|127.0.0.1|:27443... Closed fd 3
failed: Connection refused.
Releasing 0x000055da6b516a60 (new refcount 1).
Releasing 0x000055da6b516a60 (new refcount 0).
Deleting unused 0x000055da6b516a60.
Resolving wgettestingserver (wgettestingserver)... ::1, 127.0.0.1
Caching wgettestingserver => ::1 127.0.0.1
Connecting to wgettestingserver (wgettestingserver)|::1|:27443... Closed fd 3
failed: Connection refused.
Connecting to wgettestingserver
(wgettestingserver)|127.0.0.1|:27443... Closed fd 3
failed: Connection refused.
Releasing 0x000055da6b52c480 (new refcount 1).
Test failed: wrong code returned (was: 4, expected: 0)
FAIL Test-https-selfsigned.px (exit status: 1)

SKIP: Test-https-weboftrust
===========================

Setting --no-config (noconfig) to 1
Setting --no-config (noconfig) to 1
SKIP Test-https-weboftrust.px (exit status: 77)

FAIL: Test-https-clientcert
===========================

Setting --no-config (noconfig) to 1
Setting --no-config (noconfig) to 1
Running test Test-https-clientcert
Calling /home/test/wget-1.20.3/tests/../src/wget -d --no-config
--certificate=/home/test/wget-1.20.3/tests/certs/client-cert.pem
--private-key=/home/test/wget-1.20.3/tests/certs/server-key.pem
--ca-certificate=/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
https://WgetTestingServer:21443/somefile.txt
Setting --no-config (noconfig) to 1
Setting --no-config (noconfig) to 1
Setting --certificate (certificate) to
/home/test/wget-1.20.3/tests/certs/client-cert.pem
Setting --certificate (certificate) to
/home/test/wget-1.20.3/tests/certs/client-cert.pem
Setting --private-key (privatekey) to
/home/test/wget-1.20.3/tests/certs/server-key.pem
Setting --private-key (privatekey) to
/home/test/wget-1.20.3/tests/certs/server-key.pem
Setting --ca-certificate (cacertificate) to
/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
Setting --ca-certificate (cacertificate) to
/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
DEBUG output created by Wget 1.20.3 on linux-gnu.

Reading HSTS entries from /home/jwalton/.wget-hsts
URI encoding = 'ANSI_X3.4-1968'
iconv UTF-8 -> ANSI_X3.4-1968
iconv outlen=88 inlen=44
converted 'https://WgetTestingServer:21443/somefile.txt'
(ANSI_X3.4-1968) -> 'https://WgetTestingServer:21443/somefile.txt'
(UTF-8)
Converted file name 'somefile.txt' (UTF-8) -> 'somefile.txt' (ANSI_X3.4-1968)
--2019-04-18 20:43:08--  https://wgettestingserver:21443/somefile.txt
OpenSSL: error:0B080074:x509 certificate
routines:X509_check_private_key:key values mismatch
Disabling SSL due to encountered errors.
Test failed: wrong code returned (was: 1, expected: 5)
Running test Test-https-clientcert
Calling /home/test/wget-1.20.3/tests/../src/wget -d --no-config
--certificate=/home/test/wget-1.20.3/tests/certs/client-cert.pem
--private-key=/home/test/wget-1.20.3/tests/certs/client-key.pem
--ca-certificate=/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
https://WgetTestingServer:22443/somefile.txt
Setting --no-config (noconfig) to 1
Setting --no-config (noconfig) to 1
Setting --certificate (certificate) to
/home/test/wget-1.20.3/tests/certs/client-cert.pem
Setting --certificate (certificate) to
/home/test/wget-1.20.3/tests/certs/client-cert.pem
Setting --private-key (privatekey) to
/home/test/wget-1.20.3/tests/certs/client-key.pem
Setting --private-key (privatekey) to
/home/test/wget-1.20.3/tests/certs/client-key.pem
Setting --ca-certificate (cacertificate) to
/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
Setting --ca-certificate (cacertificate) to
/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
DEBUG output created by Wget 1.20.3 on linux-gnu.

Reading HSTS entries from /home/jwalton/.wget-hsts
URI encoding = 'ANSI_X3.4-1968'
iconv UTF-8 -> ANSI_X3.4-1968
iconv outlen=88 inlen=44
converted 'https://WgetTestingServer:22443/somefile.txt'
(ANSI_X3.4-1968) -> 'https://WgetTestingServer:22443/somefile.txt'
(UTF-8)
Converted file name 'somefile.txt' (UTF-8) -> 'somefile.txt' (ANSI_X3.4-1968)
--2019-04-18 20:43:08--  https://wgettestingserver:22443/somefile.txt
Resolving wgettestingserver (wgettestingserver)... ::1, 127.0.0.1
Caching wgettestingserver => ::1 127.0.0.1
Connecting to wgettestingserver (wgettestingserver)|::1|:22443... connected.
Created socket 3.
Releasing 0x0000559dde8711a0 (new refcount 1).
Initiating SSL handshake.
Handshake successful; connected socket 3 to SSL handle 0x0000559dde871400
certificate:
  subject: C=Freeland,ST=Sunshine,O=GNU,OU=Wget,CN=Wget
  issuer:  C=Freeland,ST=Sunshine,O=GNU,OU=Wget,CN=Wget
X509 certificate successfully verified and matches host wgettestingserver

---request begin---
GET /somefile.txt HTTP/1.1
User-Agent: Wget/1.20.3 (linux-gnu)
Accept: */*
Accept-Encoding: identity
Host: wgettestingserver:22443
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response... Bad arg length for
Socket::inet_ntoa, length is 16, should be 4 at
/usr/share/perl5/HTTP/Daemon.pm line 51.
No data received.
Closed 3/SSL 0x0000559dde871400
Retrying.

--2019-04-18 20:43:09--  (try: 2)  https://wgettestingserver:22443/somefile.txt
Found wgettestingserver in host_name_addresses_map (0x559dde8711a0)
Connecting to wgettestingserver (wgettestingserver)|::1|:22443... Closed fd 3
failed: Connection refused.
Connecting to wgettestingserver
(wgettestingserver)|127.0.0.1|:22443... Closed fd 3
failed: Connection refused.
Releasing 0x0000559dde8711a0 (new refcount 1).
Releasing 0x0000559dde8711a0 (new refcount 0).
Deleting unused 0x0000559dde8711a0.
Resolving wgettestingserver (wgettestingserver)... ::1, 127.0.0.1
Caching wgettestingserver => ::1 127.0.0.1
Connecting to wgettestingserver (wgettestingserver)|::1|:22443... Closed fd 3
failed: Connection refused.
Connecting to wgettestingserver
(wgettestingserver)|127.0.0.1|:22443... Closed fd 3
failed: Connection refused.
Releasing 0x0000559dde86e8f0 (new refcount 1).
Test failed: wrong code returned (was: 4, expected: 0)
FAIL Test-https-clientcert.px (exit status: 1)

FAIL: Test-https-crl
====================

Setting --no-config (noconfig) to 1
Setting --no-config (noconfig) to 1
Running test Test-https-crl
Calling /home/test/wget-1.20.3/tests/../src/wget -d --no-config
--ca-certificate=/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
https://WgetTestingServer:32443/somefile.txt
Setting --no-config (noconfig) to 1
Setting --no-config (noconfig) to 1
Setting --ca-certificate (cacertificate) to
/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
Setting --ca-certificate (cacertificate) to
/home/test/wget-1.20.3/tests/certs/test-ca-cert.pem
DEBUG output created by Wget 1.20.3 on linux-gnu.

Reading HSTS entries from /home/jwalton/.wget-hsts
URI encoding = 'ANSI_X3.4-1968'
iconv UTF-8 -> ANSI_X3.4-1968
iconv outlen=88 inlen=44
converted 'https://WgetTestingServer:32443/somefile.txt'
(ANSI_X3.4-1968) -> 'https://WgetTestingServer:32443/somefile.txt'
(UTF-8)
Converted file name 'somefile.txt' (UTF-8) -> 'somefile.txt' (ANSI_X3.4-1968)
--2019-04-18 20:43:10--  https://wgettestingserver:32443/somefile.txt
Resolving wgettestingserver (wgettestingserver)... ::1, 127.0.0.1
Caching wgettestingserver => ::1 127.0.0.1
Connecting to wgettestingserver (wgettestingserver)|::1|:32443... connected.
Created socket 3.
Releasing 0x000055af80192a40 (new refcount 1).
Initiating SSL handshake.
Handshake successful; connected socket 3 to SSL handle 0x000055af80195c20
certificate:
  subject: C=Freeland,ST=Sunshine,O=GNU,OU=Wget,CN=Wget
  issuer:  C=Freeland,ST=Sunshine,O=GNU,OU=Wget,CN=Wget
X509 certificate successfully verified and matches host wgettestingserver

---request begin---
GET /somefile.txt HTTP/1.1
User-Agent: Wget/1.20.3 (linux-gnu)
Accept: */*
Accept-Encoding: identity
Host: wgettestingserver:32443
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response... Bad arg length for
Socket::inet_ntoa, length is 16, should be 4 at
/usr/share/perl5/HTTP/Daemon.pm line 51.
No data received.
Closed 3/SSL 0x000055af80195c20
Retrying.

--2019-04-18 20:43:11--  (try: 2)  https://wgettestingserver:32443/somefile.txt
Found wgettestingserver in host_name_addresses_map (0x55af80192a40)
Connecting to wgettestingserver (wgettestingserver)|::1|:32443... Closed fd 3
failed: Connection refused.
Connecting to wgettestingserver
(wgettestingserver)|127.0.0.1|:32443... Closed fd 3
failed: Connection refused.
Releasing 0x000055af80192a40 (new refcount 1).
Releasing 0x000055af80192a40 (new refcount 0).
Deleting unused 0x000055af80192a40.
Resolving wgettestingserver (wgettestingserver)... ::1, 127.0.0.1
Caching wgettestingserver => ::1 127.0.0.1
Connecting to wgettestingserver (wgettestingserver)|::1|:32443... Closed fd 3
failed: Connection refused.
Connecting to wgettestingserver
(wgettestingserver)|127.0.0.1|:32443... Closed fd 3
failed: Connection refused.
Releasing 0x000055af801ab590 (new refcount 1).
Test failed: wrong code returned (was: 4, expected: 0)
FAIL Test-https-crl.px (exit status: 255)

-- 
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




[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Legacy Announce]     [Fedora PHP Devel]     [Kernel Devel]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Big List of Linux Books]     [Gimp]     [Yosemite Information]

  Powered by Linux