-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Open
Description
This is happening on a github action runner. It does not appear to be transient. Happens every time. I can open this link just fine, so not sure why this would be happening...
ttps://github.com/openssl/openssl/commit/2b5e7253b9a6a4cde64d3f2f22d71272f6ad32c5.patch?full_index=1
Copied from issue.md in runner:
Package: openssl:[email protected]#1
Host Environment
- Host: x64-linux
- Compiler: GNU 13.3.0
- vcpkg-tool version: 2025-05-19-ece4c0f6b8fae9e94513d544c7aa753dd2c82337
vcpkg-scripts version: a9eee3b 2025-05-29 (7 months ago)
To Reproduce
vcpkg install --x-feature=nodes
Failure logs
Downloading https://github.com/openssl/openssl/commit/2b5e7253b9a6a4cde64d3f2f22d71272f6ad32c5.patch?full_index=1 -> openssl-certstore-crash-2b5e7253b9a6a4cde64d3f2f22d71272f6ad32c5.patch
warning: Problem : HTTP error. Will retry in 1 seconds. 3 retries left.
warning: Problem : HTTP error. Will retry in 2 seconds. 2 retries left.
warning: Problem : HTTP error. Will retry in 4 seconds. 1 retries left.
error: curl: (22) The requested URL returned error: 503
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 our 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):
Error: Download failed, halting portfile.
Call Stack (most recent call first):
buildtrees/versioning_/versions/openssl/6819498ce6c5c3e379b3ffbd2b5d93e3fc271933/portfile.cmake:11 (vcpkg_download_distfile)
scripts/ports.cmake:206 (include)
Additional context
vcpkg.json
{
"builtin-baseline": "a9eee3b18df395dbb8be71a31bd78ea441056e42",
"dependencies": [
{
"name": "zeromq",
"features": [
"draft"
]
},
{
"name": "cppzmq",
"features": [
"draft"
]
},
{
"name": "msgpack",
"features": [
"boost"
]
},
"jsoncpp",
"gtest"
],
"features": {
"nodes": {
"description": "Build with all additional dependencies",
"dependencies": [
{
"name": "cpp-httplib",
"features": [
"openssl"
]
},
{
"name": "hdf5",
"features": [
"cpp",
"zlib",
"threadsafe"
]
},
"date",
"eigen3"
]
}
},
"overrides": [
{
"name": "jsoncpp",
"version": "1.9.6"
},
{
"name": "zeromq",
"version": "4.3.5"
},
{
"name": "cppzmq",
"version": "4.9.0"
},
{
"name": "msgpack",
"version": "6.1.1"
},
{
"name": "cpp-httplib",
"version": "0.14.1"
},
{
"name": "date",
"version": "3.0.1"
}
]
}
Metadata
Metadata
Assignees
Labels
No labels