You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/10/08 16:07:14 UTC

[GitHub] [spark] zero323 commented on pull request #29978: [SPARK-32793][FOLLOW-UP] Minor corrections for PySpark annotations and SparkR

zero323 commented on pull request #29978:
URL: https://github.com/apache/spark/pull/29978#issuecomment-705670825


   Seems like some transient dependency download problem. From [log](https://github.com/apache/spark/pull/29978/checks?check_run_id=1226588518):
   
   ```
   2020-10-08T14:57:27.9993390Z trying URL 'https://cloud.r-project.org/src/contrib/clipr_0.7.0.tar.gz'
   2020-10-08T14:57:28.2725809Z Error in download.file(url, destfile, method, mode = "wb", ...) : 
   2020-10-08T14:57:28.2727982Z   cannot open URL 'https://cloud.r-project.org/src/contrib/clipr_0.7.0.tar.gz'
   2020-10-08T14:57:28.2728950Z In addition: Warning message:
   2020-10-08T14:57:28.2729732Z In download.file(url, destfile, method, mode = "wb", ...) :
   2020-10-08T14:57:28.2731349Z   cannot open URL 'https://cloud.r-project.org/src/contrib/clipr_0.7.0.tar.gz': HTTP status was '403 Forbidden'
   2020-10-08T14:57:28.2736724Z Warning in download.packages(pkgs, destdir = tmpd, available = available,  :
   2020-10-08T14:57:28.2738325Z   download of package ‘clipr’ failed
   ...
   2020-10-08T15:14:37.9338172Z ERROR: dependency ‘clipr’ is not available for package ‘usethis’
   2020-10-08T15:14:37.9340098Z * removing ‘/opt/R/4.0.2/lib/R/library/usethis’
   2020-10-08T15:14:38.3379035Z ERROR: dependency ‘usethis’ is not available for package ‘devtools’
   2020-10-08T15:14:38.3381052Z * removing ‘/opt/R/4.0.2/lib/R/library/devtools’
   2020-10-08T15:14:38.3545924Z 
   2020-10-08T15:14:38.3546960Z The downloaded source packages are in
   2020-10-08T15:14:38.3548598Z 	‘/tmp/Rtmp9gUv8b/downloaded_packages’
   2020-10-08T15:14:38.3550043Z Updating HTML index of packages in '.Library'
   2020-10-08T15:14:38.3887924Z Making 'packages.html' ... done
   2020-10-08T15:14:38.3888839Z Warning messages:
   2020-10-08T15:14:38.3889644Z 1: In install.packages(c("knitr", "rmarkdown", "testthat", "devtools",  :
   2020-10-08T15:14:38.3890687Z   installation of package ‘usethis’ had non-zero exit status
   2020-10-08T15:14:38.3891476Z 2: In install.packages(c("knitr", "rmarkdown", "testthat", "devtools",  :
   2020-10-08T15:14:38.3892950Z   installation of package ‘devtools’ had non-zero exit status
   ```
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org