Den fre 26 dec. 2025 kl 13:07 skrev GitBox <[email protected]>: > > The GitHub Actions job "CMake" on subversion.git/trunk has failed. > Run started by GitHub user asf-gitbox-commits (triggered by > asf-gitbox-commits). > > Head commit for run: > f7b2ba0c51fb46b6e42843b2309958258cffbd60 / Evgeny Kotkov < > [email protected]> > In tools/dist/release.py, do not try to update the Buildbot config when > creating a release branch. > > According to [1], we no longer use that Buildbot job. > > * tools/dist/release.py > (buildbot_repos): Remove. > (get_buildbot_wc_path): Remove. > (update_buildbot_config): Remove. > (create_release_branch): No longer call update_buildbot_config(). > (main): Update description for the `create-release-branch` command. > > [1]: https://lists.apache.org/thread/wnymzy0ck0ygon95jnd1x28ltr6z0kxh > > > git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1930869 > 13f79535-47bb-0310-9956-ffa450edef68 > > Report URL: https://github.com/apache/subversion/actions/runs/20521620580 > > With regards, > GitHub Actions via GitBox > > I took a look at the intermittent failures and it seems it isn't even Subversion failing but rather the download av apr-util:
[[[ Downloading https://archive.apache.org/dist/apr/apr-util-1.6.3.tar.bz2 -> apr-util-1.6.3.tar.bz2 warning: Download https://archive.apache.org/dist/apr/apr-util-1.6.3.tar.bz2 failed -- retrying after 1000ms warning: Download https://archive.apache.org/dist/apr/apr-util-1.6.3.tar.bz2 failed -- retrying after 2000ms warning: Download https://archive.apache.org/dist/apr/apr-util-1.6.3.tar.bz2 failed -- retrying after 4000ms error: https://archive.apache.org/dist/apr/apr-util-1.6.3.tar.bz2: WinHttpSendRequest failed with exit code 12002. The operation timed out ]]] I see that the vcpkg receipt is downloading APU from archive.a.o. According to that site, there may ratelimiting applied if there are heavy downloads. I don't know if this is what gets in the way from time to time...? Anyway, I suppose there is not much we can do about this form our side? Cheers, Daniel

