lavv17 / lftp

sophisticated command line file transfer program (ftp, http, sftp, fish, torrent)
http://lftp.yar.ru
GNU General Public License v3.0
1.08k stars 159 forks source link

FAIL: http-get when building 0ead378 on archlinux #667

Open ABelliqueux opened 2 years ago

ABelliqueux commented 2 years ago

On archlinux, when trying to build the latest commit, the http-get test fails with message :

Error: File moved: 302 Found (/ftp/ -> http://ww1.lftp.tech)
FAIL http-get (exit status: 1)

Full test-suite.log :

===================================================
   lftp 4.9.2.8-0ead-dirty: tests/test-suite.log
===================================================

# TOTAL: 7
# PASS:  5
# SKIP:  1
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: http-get
==============

---- Resolving host address...
---- IPv6 is not supported or configured
---- 1 address found: 74.63.241.21
---- Connecting to lftp.tech (74.63.241.21) port 80
---> GET /ftp/ HTTP/1.1
---> Host: lftp.tech
---> User-Agent: lftp/4.9.2.8-0ead-dirty
---> Accept: */*
---> Connection: keep-alive
---> 
<--- HTTP/1.1 302 Found
<--- cache-control: max-age=0, private, must-revalidate
<--- connection: close
<--- content-length: 11
<--- date: Fri, 20 May 2022 10:12:52 GMT
<--- location: http://ww1.lftp.tech
<--- server: nginx
<--- set-cookie: sid=68b5ebbe-d825-11ec-a386-655ef0fa9dca; path=/; domain=.lftp.tech; expires=Wed, 07 Jun 2090 13:26:59 GMT; max-age=2147483647; HttpOnly
<--- 
<--* Redirecting
Error: File moved: 302 Found (/ftp/ -> http://ww1.lftp.tech)
FAIL http-get (exit status: 1)

SKIP: module1
=============

No modules support
SKIP module1 (exit status: 77)