@jeroen @jimhester Looks like something is broken with installing R since yesterday,
$ curl -fLo /tmp/R-4.0.0-$(lsb_release -cs).xz https://travis-ci.rstudio.org/R-4.0.0-$(lsb_release -cs).xz
curl: (22) The requested URL returned error: 403
The command "eval curl -fLo /tmp/R-4.0.0-$(lsb_release -cs).xz https://travis-ci.rstudio.org/R-4.0.0-$(lsb_release -cs).xz " failed. Retrying, 2 of 3.
See full log here
1 Like
jeroen
August 17, 2020, 9:21am
2
Looks like bionic isnāt working yet. Try removing dist:bionic
from your .travis.yml
for now.
Hello - weāve begun to hit this as well. Our runs on bionic had been working fine on travis-ci for a well, then suddenly began to fail. Our dependencies were specific to bionic. Is this something that might be fixed soon, or should we look at downgrading?
jeroen
August 27, 2020, 7:13pm
4
Thank you - i was just looking at this.
I think itās likely not related, but starting this AM our builds have been failing when trying to install BioConductor:
The command "eval Rscript -e āif (!requireNamespace(āBiocManagerā, quietly=TRUE)) install.packages(āBiocManagerā);if (FALSE) BiocManager::install(version = ādevelā, ask = FALSE);cat(append = TRUE, file = ā~/.Rprofile.siteā, āoptions(repos = BiocManager::repositories());ā)ā " failed. Retrying, 3 of 3.
Iāll follow up with this elsewhere.