-
Notifications
You must be signed in to change notification settings - Fork 582
Description
Problem description
While attempting to download the dependency libelf-0.8.13.tar.gz from https://fossies.org/linux/misc/old/libelf-0.8.13.tar.gz, the process consistently fails due to connection timeouts when connecting to fossies.org over HTTPS (port 443).
The system retries several times but is unable to establish a connection before timing out.
Additionally, the URL was tested manually through a web browser and the page is also unresponsive, which suggests the issue may be related to the remote server or its availability rather than the build environment.
System information
Gluten Version: 1.7.0-SNAPSHOT
Commit: 096545f
CMake Version: 3.30.4
System: Linux-6.8.0-101-generic
Arch: x86_64
CPU Name: Model name: 12th Gen Intel(R) Core(TM) i7-1255U
C++ Compiler: /usr/bin/c++
C++ Compiler Version: 13.3.0
C Compiler: /usr/bin/cc
C Compiler Version: 13.3.0
CMake Prefix Path: /usr/local;/usr;/;/server/spark/.local/share/uv/tools/cmake/lib/python3.12/site-packages/cmake/data;/usr/local;/usr/X11R6;/usr/pkg;/opt
CMake log
Building libelf:x64-linux-avx@0.8.13...
/server/spark/incubator-gluten/dev/vcpkg/triplets/x64-linux-avx.cmake: info: loaded overlay triplet from here
/server/spark/incubator-gluten/dev/vcpkg/./ports/libelf: info: installing overlay port from here
Downloading https://fossies.org/linux/misc/old/libelf-0.8.13.tar.gz -> libelf-0.8.13.tar.gz
warning: Problem : timeout. Will retry in 1 seconds. 3 retries left.
warning: Problem : timeout. Will retry in 2 seconds. 2 retries left.
warning: Problem : timeout. Will retry in 4 seconds. 1 retries left.
error: curl: (28) Failed to connect to fossies.org port 443 after 132513 ms: Couldn't connect to server
error: curl: (28) Failed to connect to fossies.org port 443 after 134165 ms: Couldn't connect to server
error: curl: (28) Failed to connect to fossies.org port 443 after 133163 ms: Couldn't connect to server
error: curl: (28) Failed to connect to fossies.org port 443 after 135257 ms: Couldn't connect to server
note: If you are using a proxy, please ensure your proxy settings are correct.
Possible causes are:
1. You are actually using an HTTP proxy, but setting HTTPS_PROXY variable to `https//address:port`.
This is not correct, because `https://` prefix claims the proxy is an HTTPS proxy, while your proxy (v2ray, shadowsocksr, etc...) is an HTTP proxy.
Try setting `http://address:port` to both HTTP_PROXY and HTTPS_PROXY instead.
2. If you are using Windows, vcpkg will automatically use your Windows IE Proxy Settings set by your proxy software. See: https://github.com/microsoft/vcpkg-tool/pull/77
The value set by your proxy might be wrong, or have same `https://` prefix issue.
3. Your proxy's remote server is out of service.
If you believe this is not a temporary download server failure and vcpkg needs to be changed to download this file from a different location, please submit an issue to https://github.com/Microsoft/vcpkg/issues
CMake Error at scripts/cmake/vcpkg_download_distfile.cmake:136 (message):
Download failed, halting portfile.
Call Stack (most recent call first):
/server/spark/incubator-gluten/dev/vcpkg/ports/libelf/portfile.cmake:1 (vcpkg_download_distfile)
scripts/ports.cmake:206 (include)
error: building libelf:x64-linux-avx failed with: BUILD_FAILED
See https://learn.microsoft.com/vcpkg/troubleshoot/build-failures?WT.mc_id=vcpkg_inproduct_cli for more information.
Elapsed time to handle libelf:x64-linux-avx: 9 min
Please ensure you're using the latest port files with `git pull` and `vcpkg update`.
Then check for known issues at:
https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+libelf
You can submit a new issue at:
https://github.com/microsoft/vcpkg/issues/new?title=%5Blibelf%5D%20build%20error%20on%20x64-linux-avx&body=Copy%20issue%20body%20from%20%2Fserver%2Fspark%2Fincubator-gluten%2Fdev%2Fvcpkg%2Fvcpkg_installed%2Fvcpkg%2Fissue_body.md