Actions
Bug #21498
closedCRAN package download failures causing test failures
Status:
Duplicate
Priority:
Normal
Assigned To:
-
Category:
Tests
Target version:
-
Story points:
-
Description
This used to be an occasional problem, but it's happening more and more frequently. We do not get complete downloads from CRAN, and this causes the sdk/R
install to fail.
trying URL 'http://cran.wustl.edu/src/contrib/stringi_1.8.3.tar.gz' Content type 'application/x-gzip' length 11917752 bytes (11.4 MB) ======================================= downloaded 8.9 MB Error in download.file(url, destfile, method, mode = "wb", ...) : (converted from warning) downloaded length 9306112 != reported length 11917752 Error in download.packages(pkgs, destdir = tmpd, available = available, : (converted from warning) download of package ‘stringi’ failed Calls: <Anonymous> ... with_envvar -> force -> force -> i.p -> download.packages Execution halted ======= sdk/R install -- FAILED
Files
Related issues
Updated by Brett Smith 9 months ago
- Related to Feature #21494: Get Java and R SDKs out of the critical path of main branch builds added
Updated by Brett Smith 9 months ago
Updated by Brett Smith 9 months ago
- Is duplicate of Bug #21321: R SDK install is flaky - stringi doesn't download completely added
Updated by Peter Amstutz 9 months ago
Thoughts:
- Are there mirrors we can use?
- Can we use a HTTP proxy to cache packages?
- Are some of these packages available in Debian and can be pre-installed on the worker?
Actions