randombit / botan

Cryptography Toolkit
https://botan.randombit.net
BSD 2-Clause "Simplified" License
2.59k stars 570 forks source link

Failure to download Botan 3.5.0 source via vcpkg? #4351

Closed ni4 closed 1 month ago

ni4 commented 1 month ago

Not sure now whether I should report it here or on vcpkg site (please just close the issue if I should report there), but GitHub Windows runners are failing since they cannot download Botan 3.5.0 sources from Github. For me it works now, but few previous attempts returned not found.

-- Downloading https://github.com/randombit/botan/archive/3.5.0.tar.gz -> randombit-botan-3.5.0.tar.gz...
[DEBUG] To include the environment variables in debug output, pass --debug-env
[DEBUG] Trying to load bundleconfig from C:\vcpkg\vcpkg-bundle.json
[DEBUG] Failed to open: C:\vcpkg\vcpkg-bundle.json
[DEBUG] Bundle config: readonly=false, usegitregistry=false, embeddedsha=nullopt, deployment=Git, vsversion=nullopt
[DEBUG] Metrics enabled.
[DEBUG] Feature flag 'binarycaching' unset
[DEBUG] Feature flag 'compilertracking' unset
[DEBUG] Feature flag 'registries' unset
[DEBUG] Feature flag 'versions' unset
[DEBUG] Feature flag 'dependencygraph' unset
warning: Download failed -- retrying after 1000ms
warning: Download failed -- retrying after 2000ms
warning: Download failed -- retrying after 4000ms
error: Missing randombit-botan-3.5.0.tar.gz and downloads are blocked by x-block-origin.
error: https://github.com/randombit/botan/archive/3.5.0.tar.gz: WinHttpSendRequest failed with exit code 10106
error: https://github.com/randombit/botan/archive/3.5.0.tar.gz: WinHttpSendRequest failed with exit code 10106
error: https://github.com/randombit/botan/archive/3.5.0.tar.gz: WinHttpSendRequest failed with exit code 10106
error: https://github.com/randombit/botan/archive/3.5.0.tar.gz: WinHttpSendRequest failed with exit code 10106
reneme commented 1 month ago

Surprising. The URL seems to be available (behind a redirection, so curl -L https://github.com/randombit/botan/archive/3.5.0.tar.gz works for me). Maybe some transient hiccup on the network path?

ni4 commented 1 month ago

Thanks for checking. Today it started to fail with bzip2 so it's definitely not the botan's issue :) Closing this.