ERROR 403: Forbidden. attempting to download boost 1.64 for Gitlab depends build
Summary
(Summarize the symptoms of the bug you encountered.)
Steps to reproduce
(How one can reproduce the issue, step by step.)
Expected behavior
Gitlab pipeline builds complete without errors
Problematic behavior
linux-64 build fails with
Fetching boost...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 10 100 10 0 0 31 0 --:--:-- --:--:-- --:--:-- 31
/home/gitlab-runner/builds/MgRzj-_z/0/crown/crown-core/depends/work/download/boost-1_64_0/boost_1_64_0.tar.bz2.temp: FAILED
sha256sum: WARNING: 1 computed checksum did NOT match
funcs.mk:231: recipe for target '/home/gitlab-runner/builds/MgRzj-_z/0/crown/crown-core/depends/sources/download-stamps/.stamp_fetched-boost-boost_1_64_0.tar.bz2' failed
make: *** [/home/gitlab-runner/builds/MgRzj-_z/0/crown/crown-core/depends/sources/download-stamps/.stamp_fetched-boost-boost_1_64_0.tar.bz2] Error 1
make: Leaving directory '/home/gitlab-runner/builds/MgRzj-_z/0/crown/crown-core/depends'
ERROR: Job failed: exit status 1
because the download failed. Attmepting to download manually elsewhere fails with
mark@x230:~/tmp$ wget https://dl.bintray.com/boostorg/release/1.64.0/source/boost_1_64_0.tar.bz2
--2020-03-01 19:14:24-- https://dl.bintray.com/boostorg/release/1.64.0/source/boost_1_64_0.tar.bz2
Resolving dl.bintray.com (dl.bintray.com)... 52.29.129.139, 52.28.187.224
Connecting to dl.bintray.com (dl.bintray.com)|52.29.129.139|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2020-03-01 19:14:24 ERROR 403: Forbidden.
Attempting to download any of the other possible formats (.gz, .zip) fail the same way. Every other version hosted at dl.bintray.com fails the same way so it seems they have a problem. They apparently impose bandwidth limits but since I'm failing to download from different IPs than our Gitlab runners I guess they have bigger problems.
Crown-core environment info
Ubuntu 16.04
Crown-core application info
v0.13.9.5
Relevant logs, dumps and/or screenshots
See the log for pipeline #1179, job #7195
(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code; it's very hard to read otherwise.)
Drop full logs & dumps here: https://nextcloud.crownplatform.com/index.php/s/Q6H8enXNmJsQYCD
Possible fixes
Hopefully dl.bintray.com will fix whatever is wrong at their end soon.
/cc @artem