Error installing wget during make step

"Neumann, Kyle" <[email protected]> Mon, 29 Jul 2024 16:44:45 +0000
Newsgroups gmane.comp.web.wget.general
Message-ID <MN2PR02MB667070F7AD9DE91E9572733CB6B72@MN2PR02MB6670.namprd02.prod.outlook.com>
Hi,

I'm attempting to download wget, but I've hit a bit of a snag. I'm using MacOS (14.5)(Silicon). My installation appears to be fine with the "./configure" step, but attempting the "make" step fails with several errors. When I use "make check" it outputs a log file and tells me to email you. I've attached the "test-suite.log" file. Let me know if you need anything else to solve this issue. Additionally, because wget is not installed yet, there is no "wget -d" output aside from "command not found".

Thanks,
Kyle
test-suite.log (application/octet-stream, 24.3 KB)
=======================================
   wget 1.24.5: tests/test-suite.log
=======================================

# TOTAL: 88
# PASS:  73
# SKIP:  9
# XFAIL: 0
# FAIL:  6
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: Test-ftp-iri
==================

Setting --no-config (noconfig) to 1
Running test Test-ftp-iri
Calling /Users/kdn5172/Documents/codes/wget-1.24.5/tests/../src/wget -d --no-config --local-encoding=iso-8859-1 --remote-encoding=utf-8 -S ftp://localhost:63409/français.txt
Setting --no-config (noconfig) to 1
Setting --local-encoding (localencoding) to iso-8859-1
Setting --remote-encoding (remoteencoding) to utf-8
Setting --server-response (serverresponse) to 1
DEBUG output created by Wget 1.24.5 on darwin23.5.0.

Reading HSTS entries from /Users/kdn5172/.wget-hsts
URI encoding = 'iso-8859-1'
converted 'ftp://localhost:63409/français.txt' (iso-8859-1) -> 'ftp://localhost:63409/français.txt' (UTF-8)
Converted file name 'français.txt' (utf-8) -> 'français.txt' (iso-8859-1)
--2024-07-29 12:40:14--  ftp://localhost:63409/fran%C3%A7ais.txt
           => 'fran\347ais.txt'
Resolving localhost (localhost)... ::1, 127.0.0.1
Caching localhost => ::1 127.0.0.1
Connecting to localhost (localhost)|::1|:63409... Closed fd 6
failed: Connection refused.
Connecting to localhost (localhost)|127.0.0.1|:63409... connected.
Created socket 6.
Releasing 0x00006000004b00c0 (new refcount 1).
220 GNU Wget Testing FTP Server ready.
Logging in as anonymous ... 
--> USER anonymous

230 Anonymous user access granted.
--> SYST

215 UNIX Type: L8

UNIX TYPE L8: I know it and I will use "LIST -a" as standard list command
--> PWD

257 "/"
--> TYPE I

200 TYPE changed to I.
==> CWD not needed.
--> SIZE français.txt

213 12
conaddr is: 127.0.0.1
--> PASV

227 Entering Passive Mode (127,0,0,1,247,180)
trying to connect to 127.0.0.1 port 63412
Created socket 7.
--> RETR français.txt

150 Opening BINARY mode data connection.
français.txt: Illegal byte sequence
Closed fd 6
Closed fd 7
[IRI fallbacking to non-utf8 for 'ftp://localhost:63409/fran\347ais.txt'
Converted file name 'français.txt' (utf-8) -> 'français.txt' (iso-8859-1)
--2024-07-29 12:40:14--  ftp://localhost:63409/fran%E7ais.txt
           => 'fran\347ais.txt'
Found localhost in host_name_addresses_map (0x6000004b00c0)
Connecting to localhost (localhost)|127.0.0.1|:63409... connected.
Created socket 6.
Releasing 0x00006000004b00c0 (new refcount 1).
220 GNU Wget Testing FTP Server ready.
Logging in as anonymous ... 
--> USER anonymous

230 Anonymous user access granted.
--> SYST

215 UNIX Type: L8

UNIX TYPE L8: I know it and I will use "LIST -a" as standard list command
--> PWD

257 "/"
--> TYPE I

200 TYPE changed to I.
==> CWD not needed.
--> SIZE français.txt

550 File or directory not found.
conaddr is: 127.0.0.1
--> PASV

227 Entering Passive Mode (127,0,0,1,247,183)
trying to connect to 127.0.0.1 port 63415
Created socket 7.
--> RETR français.txt

Use of uninitialized value in string eq at FTPServer.pm line 294, <$socket> chunk 7.
550 File not found.

No such file 'fran\347ais.txt'.

Closed fd 7
Closed fd 6
Test failed: wrong code returned (was: 8, expected: 0)
FAIL Test-ftp-iri.px (exit status: 1)

FAIL: Test-ftp-iri-fallback
===========================

Setting --no-config (noconfig) to 1
Running test Test-ftp-iri-fallback
Calling /Users/kdn5172/Documents/codes/wget-1.24.5/tests/../src/wget -d --no-config --local-encoding=iso-8859-1 -S ftp://localhost:63419/français.txt
Setting --no-config (noconfig) to 1
Setting --local-encoding (localencoding) to iso-8859-1
Setting --server-response (serverresponse) to 1
DEBUG output created by Wget 1.24.5 on darwin23.5.0.

Reading HSTS entries from /Users/kdn5172/.wget-hsts
URI encoding = 'iso-8859-1'
converted 'ftp://localhost:63419/français.txt' (iso-8859-1) -> 'ftp://localhost:63419/français.txt' (UTF-8)
Converted file name 'français.txt' (UTF-8) -> 'français.txt' (iso-8859-1)
--2024-07-29 12:40:14--  ftp://localhost:63419/fran%C3%A7ais.txt
           => 'fran\347ais.txt'
Resolving localhost (localhost)... ::1, 127.0.0.1
Caching localhost => ::1 127.0.0.1
Connecting to localhost (localhost)|::1|:63419... Closed fd 6
failed: Connection refused.
Connecting to localhost (localhost)|127.0.0.1|:63419... connected.
Created socket 6.
Releasing 0x00006000002600a0 (new refcount 1).
220 GNU Wget Testing FTP Server ready.
Logging in as anonymous ... 
--> USER anonymous

230 Anonymous user access granted.
--> SYST

215 UNIX Type: L8

UNIX TYPE L8: I know it and I will use "LIST -a" as standard list command
--> PWD

257 "/"
--> TYPE I

200 TYPE changed to I.
==> CWD not needed.
--> SIZE français.txt

550 File or directory not found.
conaddr is: 127.0.0.1
--> PASV

227 Entering Passive Mode (127,0,0,1,247,193)
trying to connect to 127.0.0.1 port 63425
Created socket 7.
--> RETR français.txt

Use of uninitialized value in string eq at FTPServer.pm line 294, <$socket> chunk 7.
550 File not found.

No such file 'fran\303\247ais.txt'.

Closed fd 7
Closed fd 6
[IRI fallbacking to non-utf8 for 'ftp://localhost:63419/fran\347ais.txt'
Converted file name 'français.txt' (UTF-8) -> 'français.txt' (iso-8859-1)
--2024-07-29 12:40:14--  ftp://localhost:63419/fran%E7ais.txt
           => 'fran\347ais.txt'
Found localhost in host_name_addresses_map (0x6000002600a0)
Connecting to localhost (localhost)|127.0.0.1|:63419... connected.
Created socket 6.
Releasing 0x00006000002600a0 (new refcount 1).
220 GNU Wget Testing FTP Server ready.
Logging in as anonymous ... 
--> USER anonymous

230 Anonymous user access granted.
--> SYST

215 UNIX Type: L8

UNIX TYPE L8: I know it and I will use "LIST -a" as standard list command
--> PWD

257 "/"
--> TYPE I

200 TYPE changed to I.
==> CWD not needed.
--> SIZE français.txt

213 12
conaddr is: 127.0.0.1
--> PASV

227 Entering Passive Mode (127,0,0,1,247,198)
trying to connect to 127.0.0.1 port 63430
Created socket 7.
--> RETR français.txt

150 Opening BINARY mode data connection.
français.txt: Illegal byte sequence
Closed fd 6
Closed fd 7
Test failed: wrong code returned (was: 3, expected: 0)
FAIL Test-ftp-iri-fallback.px (exit status: 1)

FAIL: Test-ftp-iri-recursive
============================

Setting --no-config (noconfig) to 1
Running test Test-ftp-iri-recursive
Calling /Users/kdn5172/Documents/codes/wget-1.24.5/tests/../src/wget -d --no-config --local-encoding=iso-8859-1 -r -nH -S ftp://localhost:63432/
Setting --no-config (noconfig) to 1
Setting --local-encoding (localencoding) to iso-8859-1
Setting --recursive (recursive) to 1
Setting --no (addhostdir) to 0
Setting --server-response (serverresponse) to 1
DEBUG output created by Wget 1.24.5 on darwin23.5.0.

Reading HSTS entries from /Users/kdn5172/.wget-hsts
URI encoding = 'iso-8859-1'
converted 'ftp://localhost:63432/' (iso-8859-1) -> 'ftp://localhost:63432/' (UTF-8)
Converted file name 'index.html' (UTF-8) -> 'index.html' (iso-8859-1)
Using '.listing' as listing tmp file.
--2024-07-29 12:40:14--  ftp://localhost:63432/
           => '.listing'
Resolving localhost (localhost)... ::1, 127.0.0.1
Caching localhost => ::1 127.0.0.1
Connecting to localhost (localhost)|::1|:63432... Closed fd 6
failed: Connection refused.
Connecting to localhost (localhost)|127.0.0.1|:63432... connected.
Created socket 6.
Releasing 0x00006000026c8160 (new refcount 1).
220 GNU Wget Testing FTP Server ready.
Logging in as anonymous ... 
--> USER anonymous

230 Anonymous user access granted.
--> SYST

215 UNIX Type: L8

UNIX TYPE L8: I know it and I will use "LIST -a" as standard list command
--> PWD

257 "/"
--> TYPE I

200 TYPE changed to I.
==> CWD not needed.
conaddr is: 127.0.0.1
--> PASV

227 Entering Passive Mode (127,0,0,1,247,203)
trying to connect to 127.0.0.1 port 63435
Created socket 7.
--> LIST -a

_LIST_command - dir is: /
150 Opening data connection for file listing.
(skipping "LIST")
     0K                                                        15.9M=0s

Closed fd 7
226 Listing complete. Data connection has been closed.
-r--r--r-- 1  0  0  12 Jul 29 12:40 fran\347ais.txt
2024-07-29 12:40:14 (15.9 MB/s) - '.listing' saved [50]

PLAINFILE; perms 444; size: 12; month: Jul; day: 29; time: 12:40:00 (no yr); français.txt
Removed '.listing'.
Incomplete or invalid multibyte sequence encountered
Failed to convert file name 'français.txt' (UTF-8) -> '?' (iso-8859-1)
Incomplete or invalid multibyte sequence encountered
Failed to convert file name 'français.txt' (UTF-8) -> '?' (iso-8859-1)
--2024-07-29 12:40:14--  ftp://localhost:63432/fran%E7ais.txt
           => 'fran\347ais.txt'
==> CWD not required.
conaddr is: 127.0.0.1
--> PASV

227 Entering Passive Mode (127,0,0,1,247,205)
trying to connect to 127.0.0.1 port 63437
Created socket 7.
--> RETR français.txt

150 Opening BINARY mode data connection.
français.txt: Illegal byte sequence
Closed fd 6
Closed fd 7
Test failed: file français.txt not downloaded
FAIL Test-ftp-iri-recursive.px (exit status: 1)

FAIL: Test-ftp-iri-disabled
===========================

Setting --no-config (noconfig) to 1
Running test Test-ftp-iri-disabled
Calling /Users/kdn5172/Documents/codes/wget-1.24.5/tests/../src/wget -d --no-config --no-iri --local-encoding=iso-8859-1 -S ftp://localhost:63439/français.txt
Setting --no-config (noconfig) to 1
Setting --iri (iri) to 0
Setting --local-encoding (localencoding) to iso-8859-1
Setting --server-response (serverresponse) to 1
DEBUG output created by Wget 1.24.5 on darwin23.5.0.

Reading HSTS entries from /Users/kdn5172/.wget-hsts
URI encoding = 'iso-8859-1'
Incomplete or invalid multibyte sequence encountered
Failed to convert file name 'français.txt' (UTF-8) -> '?' (iso-8859-1)
--2024-07-29 12:40:14--  ftp://localhost:63439/fran%E7ais.txt
           => 'fran\347ais.txt'
Resolving localhost... ::1, 127.0.0.1
Caching localhost => ::1 127.0.0.1
Connecting to localhost|::1|:63439... Closed fd 6
failed: Connection refused.
Connecting to localhost|127.0.0.1|:63439... connected.
Created socket 6.
Releasing 0x0000600001f88100 (new refcount 1).
220 GNU Wget Testing FTP Server ready.
Logging in as anonymous ... 
--> USER anonymous

230 Anonymous user access granted.
--> SYST

215 UNIX Type: L8

UNIX TYPE L8: I know it and I will use "LIST -a" as standard list command
--> PWD

257 "/"
--> TYPE I

200 TYPE changed to I.
==> CWD not needed.
--> SIZE français.txt

213 12
conaddr is: 127.0.0.1
--> PASV

227 Entering Passive Mode (127,0,0,1,247,210)
trying to connect to 127.0.0.1 port 63442
Created socket 7.
--> RETR français.txt

150 Opening BINARY mode data connection.
français.txt: Illegal byte sequence
Closed fd 6
Closed fd 7
Test failed: wrong code returned (was: 3, expected: 0)
FAIL Test-ftp-iri-disabled.px (exit status: 1)

FAIL: Test-iri-disabled
=======================

Running test Test-iri-disabled
Calling /Users/kdn5172/Documents/codes/wget-1.24.5/tests/../src/wget -d --no-config --no-iri -nH -r http://localhost:63553/
Setting --no-config (noconfig) to 1
Setting --iri (iri) to 0
Setting --no (addhostdir) to 0
Setting --recursive (recursive) to 1
DEBUG output created by Wget 1.24.5 on darwin23.5.0.

Reading HSTS entries from /Users/kdn5172/.wget-hsts
URI encoding = None
URI encoding = None
Enqueuing http://localhost:63553/ at depth 0
Queue count 1, maxcount 1.
[IRI Enqueuing 'http://localhost:63553/' with None
Dequeuing http://localhost:63553/ at depth 0
Queue count 0, maxcount 1.
Converted file name 'index.html' (UTF-8) -> 'index.html' (US-ASCII)
--2024-07-29 12:40:16--  http://localhost:63553/
Resolving localhost... ::1, 127.0.0.1
Caching localhost => ::1 127.0.0.1
Connecting to localhost|::1|:63553... connected.
Created socket 6.
Releasing 0x000060000032c0e0 (new refcount 1).

---request begin---
GET / HTTP/1.1
Host: localhost:63553
User-Agent: Wget/1.24.5
Accept: */*
Accept-Encoding: identity
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response... 
---response begin---
HTTP/1.1 200 Ok
Date: Mon, 29 Jul 2024 16:40:16 GMT
Server: libwww-perl-daemon/6.06
Content-Length: 279
Content-Type: text/html; charset=ISO-8859-15

---response end---
200 Ok
Registered socket 6 for persistent reuse.
Length: 279 [text/html]
Saving to: 'index.html'

     0K                                                       100% 88.7M=0s

2024-07-29 12:40:16 (88.7 MB/s) - 'index.html' saved [279/279]

Loaded index.html (size 279).
URI encoding = None
index.html: merge('http://localhost:63553/', 'http://localhost:63553/p1_fran\347ais.html') -> http://localhost:63553/p1_fran\347ais.html
appending 'http://localhost:63553/p1_fran\347ais.html' to urlpos.
URI encoding = None
index.html: merge('http://localhost:63553/', 'http://localhost:63553/p3_\244\244\244.html') -> http://localhost:63553/p3_\244\244\244.html
appending 'http://localhost:63553/p3_\244\244\244.html' to urlpos.
nofollow in index.html: 0
Deciding whether to enqueue "http://localhost:63553/p1_français.html".
URI encoding = None
Loading robots.txt; please ignore errors.
Converted file name 'robots.txt' (UTF-8) -> 'robots.txt' (US-ASCII)
--2024-07-29 12:40:16--  http://localhost:63553/robots.txt
Reusing existing connection to [localhost]:63553.
Reusing fd 6.

---request begin---
GET /robots.txt HTTP/1.1
Host: localhost:63553
User-Agent: Wget/1.24.5
Accept: */*
Accept-Encoding: identity
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response... 
---response begin---
HTTP/1.1 200 Ok
Date: Mon, 29 Jul 2024 16:40:16 GMT
Server: libwww-perl-daemon/6.06
Connection: close
Content-Type: text/plain

---response end---
200 Ok
Length: unspecified [text/plain]
Saving to: 'robots.txt'

     0K                                                        0.00 =0s

Disabling further reuse of socket 6.
Closed fd 6
2024-07-29 12:40:16 (0.00 B/s) - 'robots.txt' saved [0]

Decided to load it.
URI encoding = None
Enqueuing http://localhost:63553/p1_fran\347ais.html at depth 1
Queue count 1, maxcount 1.
[IRI Enqueuing 'http://localhost:63553/p1_fran\347ais.html' with None
Deciding whether to enqueue "http://localhost:63553/p3_¤¤¤.html".
Decided to load it.
URI encoding = None
Enqueuing http://localhost:63553/p3_\244\244\244.html at depth 1
Queue count 2, maxcount 2.
[IRI Enqueuing 'http://localhost:63553/p3_\244\244\244.html' with None
Dequeuing http://localhost:63553/p1_fran\347ais.html at depth 1
Queue count 1, maxcount 2.
Incomplete or invalid multibyte sequence encountered
Failed to convert file name 'p1_français.html' (UTF-8) -> '?' (US-ASCII)
--2024-07-29 12:40:16--  http://localhost:63553/p1_fran%E7ais.html
Found localhost in host_name_addresses_map (0x60000032c0e0)
Connecting to localhost|::1|:63553... connected.
Created socket 6.
Releasing 0x000060000032c0e0 (new refcount 1).

---request begin---
GET /p1_fran%E7ais.html HTTP/1.1
Host: localhost:63553
Referer: http://localhost:63553/
User-Agent: Wget/1.24.5
Accept: */*
Accept-Encoding: identity
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response... 
---response begin---
HTTP/1.1 200 Ok
Date: Mon, 29 Jul 2024 16:40:16 GMT
Server: libwww-perl-daemon/6.06
Content-Length: 283
Content-Type: text/html; charset=UTF-8

---response end---
200 Ok
Registered socket 6 for persistent reuse.
Length: 283 [text/html]
p1_français.html: Illegal byte sequence
Disabling further reuse of socket 6.
Closed fd 6

Cannot write to 'p1_fran\347ais.html' (Illegal byte sequence).
Dequeuing http://localhost:63553/p3_\244\244\244.html at depth 1
Queue count 0, maxcount 2.
Incomplete or invalid multibyte sequence encountered
Failed to convert file name 'p3_¤¤¤.html' (UTF-8) -> '?' (US-ASCII)
--2024-07-29 12:40:16--  http://localhost:63553/p3_%A4%A4%A4.html
Found localhost in host_name_addresses_map (0x60000032c0e0)
Connecting to localhost|::1|:63553... connected.
Created socket 6.
Releasing 0x000060000032c0e0 (new refcount 1).

---request begin---
GET /p3_%A4%A4%A4.html HTTP/1.1
Host: localhost:63553
Referer: http://localhost:63553/
User-Agent: Wget/1.24.5
Accept: */*
Accept-Encoding: identity
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response... 
---response begin---
HTTP/1.1 200 Ok
Date: Mon, 29 Jul 2024 16:40:16 GMT
Server: libwww-perl-daemon/6.06
Content-Length: 119
Content-Type: text/plain

---response end---
200 Ok
Registered socket 6 for persistent reuse.
Length: 119 [text/plain]
p3_¤¤¤.html: Illegal byte sequence
Disabling further reuse of socket 6.
Closed fd 6

Cannot write to 'p3_\244\244\244.html' (Illegal byte sequence).
FINISHED --2024-07-29 12:40:16--
Total wall clock time: 0.01s
Downloaded: 2 files, 279 in 0s (88.7 MB/s)
Test failed: wrong code returned (was: 3, expected: 0)
FAIL Test-iri-disabled.px (exit status: 1)

FAIL: Test-iri-list
===================

Setting --no-config (noconfig) to 1
Running test Test-iri-list
Calling /Users/kdn5172/Documents/codes/wget-1.24.5/tests/../src/wget -d --no-config --iri --trust-server-names -i http://localhost:63560/url_list.txt
Setting --no-config (noconfig) to 1
Setting --iri (iri) to 1
Setting --trust-server-names (trustservernames) to 1
Setting --input-file (input) to http://localhost:63560/url_list.txt
DEBUG output created by Wget 1.24.5 on darwin23.5.0.

Reading HSTS entries from /Users/kdn5172/.wget-hsts
URI encoding = 'US-ASCII'
URI content encoding = 'US-ASCII'
converted 'http://localhost:63560/url_list.txt' (US-ASCII) -> 'http://localhost:63560/url_list.txt' (UTF-8)
Converted file name 'url_list.txt' (UTF-8) -> 'url_list.txt' (US-ASCII)
--2024-07-29 12:40:16--  http://localhost:63560/url_list.txt
Resolving localhost (localhost)... ::1, 127.0.0.1
Caching localhost => ::1 127.0.0.1
Connecting to localhost (localhost)|::1|:63560... connected.
Created socket 6.
Releasing 0x0000600001e5f5c0 (new refcount 1).

---request begin---
GET /url_list.txt HTTP/1.1
Host: localhost:63560
User-Agent: Wget/1.24.5
Accept: */*
Accept-Encoding: identity
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response... 
---response begin---
HTTP/1.1 200 Ok
Date: Mon, 29 Jul 2024 16:40:16 GMT
Server: libwww-perl-daemon/6.06
Content-Length: 99
Content-Type: text/plain; charset=ISO-8859-1

---response end---
200 Ok
Registered socket 6 for persistent reuse.
URI content encoding = 'ISO-8859-1'
Length: 99 [text/plain]
Saving to: 'url_list.txt'

     0K                                                       100% 94.4M=0s

2024-07-29 12:40:16 (94.4 MB/s) - 'url_list.txt' saved [99/99]

URI encoding = 'ISO-8859-1'
Loaded url_list.txt (size 99).
converted 'http://localhost:63560/' (ISO-8859-1) -> 'http://localhost:63560/' (UTF-8)
Converted file name 'index.html' (UTF-8) -> 'index.html' (US-ASCII)
--2024-07-29 12:40:16--  http://localhost:63560/
Reusing existing connection to [localhost]:63560.
Reusing fd 6.

---request begin---
GET / HTTP/1.1
Host: localhost:63560
User-Agent: Wget/1.24.5
Accept: */*
Accept-Encoding: identity
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response... 
---response begin---
HTTP/1.1 200 Ok
Date: Mon, 29 Jul 2024 16:40:16 GMT
Server: libwww-perl-daemon/6.06
Content-Length: 97
Content-Type: text/html; charset=ISO-8859-15

---response end---
200 Ok
URI content encoding = 'ISO-8859-15'
Length: 97 [text/html]
Saving to: 'index.html'

     0K                                                       100% 92.5M=0s

2024-07-29 12:40:16 (92.5 MB/s) - 'index.html' saved [97/97]

converted 'http://localhost:63560/p1_français.html' (ISO-8859-1) -> 'http://localhost:63560/p1_français.html' (UTF-8)
Incomplete or invalid multibyte sequence encountered
Failed to convert file name 'p1_français.html' (UTF-8) -> '?' (US-ASCII)
--2024-07-29 12:40:16--  http://localhost:63560/p1_fran%C3%A7ais.html
Reusing existing connection to [localhost]:63560.
Reusing fd 6.

---request begin---
GET /p1_fran%C3%A7ais.html HTTP/1.1
Host: localhost:63560
User-Agent: Wget/1.24.5
Accept: */*
Accept-Encoding: identity
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response... 
---response begin---
HTTP/1.1 404 File not found
Date: Mon, 29 Jul 2024 16:40:16 GMT
Server: libwww-perl-daemon/6.06
Content-Length: 98
Content-Type: text/html; charset=UTF-8

---response end---
404 File not found
URI content encoding = 'UTF-8'
Skipping 98 bytes of body: [<html>
<head>
  <title>404</title>
</head>
<body>
  <p>
    Nop nop nop...
  </p>
</body>
</html>
] done.
2024-07-29 12:40:16 ERROR 404: File not found.

[IRI fallbacking to non-utf8 for 'http://localhost:63560/p1_fran\347ais.html'
Incomplete or invalid multibyte sequence encountered
Failed to convert file name 'p1_français.html' (UTF-8) -> '?' (US-ASCII)
--2024-07-29 12:40:16--  http://localhost:63560/p1_fran%E7ais.html
Reusing existing connection to [localhost]:63560.
Reusing fd 6.

---request begin---
GET /p1_fran%E7ais.html HTTP/1.1
Host: localhost:63560
User-Agent: Wget/1.24.5
Accept: */*
Accept-Encoding: identity
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response... 
---response begin---
HTTP/1.1 200 Ok
Date: Mon, 29 Jul 2024 16:40:16 GMT
Server: libwww-perl-daemon/6.06
Content-Length: 195
Content-Type: text/html; charset=UTF-8

---response end---
200 Ok
URI content encoding = 'UTF-8'
Length: 195 [text/html]
p1_français.html: Illegal byte sequence
Disabling further reuse of socket 6.
Closed fd 6

Cannot write to 'p1_fran\347ais.html' (Illegal byte sequence).
converted 'http://localhost:63560/p2_één.html' (ISO-8859-1) -> 'http://localhost:63560/p2_één.html' (UTF-8)
Incomplete or invalid multibyte sequence encountered
Failed to convert file name 'p2_één.html' (UTF-8) -> '?' (US-ASCII)
--2024-07-29 12:40:16--  http://localhost:63560/p2_%C3%A9%C3%A9n.html
Found localhost in host_name_addresses_map (0x600001e5f5c0)
Connecting to localhost (localhost)|::1|:63560... connected.
Created socket 6.
Releasing 0x0000600001e5f5c0 (new refcount 1).

---request begin---
GET /p2_%C3%A9%C3%A9n.html HTTP/1.1
Host: localhost:63560
User-Agent: Wget/1.24.5
Accept: */*
Accept-Encoding: identity
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response... 
---response begin---
HTTP/1.1 200 Ok
Date: Mon, 29 Jul 2024 16:40:16 GMT
Server: libwww-perl-daemon/6.06
Content-Length: 197
Content-Type: text/html; charset=ISO-8859-1

---response end---
200 Ok
Registered socket 6 for persistent reuse.
URI content encoding = 'ISO-8859-1'
Length: 197 [text/html]
Saving to: 'p2_\303\251\303\251n.html'

     0K                                                       100%  188M=0s

2024-07-29 12:40:16 (188 MB/s) - 'p2_\303\251\303\251n.html' saved [197/197]

FINISHED --2024-07-29 12:40:16--
Total wall clock time: 0.009s
Downloaded: 3 files, 393 in 0s (125 MB/s)
Test failed: wrong code returned (was: 3, expected: 0)
FAIL Test-iri-list.px (exit status: 1)

SKIP: Test-stdouterr
====================

SKIP Test-stdouterr.px (exit status: 77)

SKIP: Test-https-pfs
====================

Setting --no-config (noconfig) to 1
Failed to resolve WgetTestingServer, using /Users/kdn5172/Documents/codes/wget-1.24.5/tests/certs/wgethosts
SKIP Test-https-pfs.px (exit status: 77)

SKIP: Test-https-tlsv1
======================

Setting --no-config (noconfig) to 1
Failed to resolve WgetTestingServer, using /Users/kdn5172/Documents/codes/wget-1.24.5/tests/certs/wgethosts
SKIP Test-https-tlsv1.px (exit status: 77)

SKIP: Test-https-tlsv1x
=======================

Setting --no-config (noconfig) to 1
Failed to resolve WgetTestingServer, using /Users/kdn5172/Documents/codes/wget-1.24.5/tests/certs/wgethosts
SKIP Test-https-tlsv1x.px (exit status: 77)

SKIP: Test-https-selfsigned
===========================

Setting --no-config (noconfig) to 1
Failed to resolve WgetTestingServer, using /Users/kdn5172/Documents/codes/wget-1.24.5/tests/certs/wgethosts
SKIP Test-https-selfsigned.px (exit status: 77)

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

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

SKIP: Test-https-clientcert
===========================

Setting --no-config (noconfig) to 1
Failed to resolve WgetTestingServer, using /Users/kdn5172/Documents/codes/wget-1.24.5/tests/certs/wgethosts
SKIP Test-https-clientcert.px (exit status: 77)

SKIP: Test-https-crl
====================

Setting --no-config (noconfig) to 1
Failed to resolve WgetTestingServer, using /Users/kdn5172/Documents/codes/wget-1.24.5/tests/certs/wgethosts
SKIP Test-https-crl.px (exit status: 77)

SKIP: Test-https-badcerts
=========================

Setting --no-config (noconfig) to 1
Failed to resolve WgetTestingServer, using /Users/kdn5172/Documents/codes/wget-1.24.5/tests/certs/wgethosts
SKIP Test-https-badcerts.px (exit status: 77)