You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jonathan Keane (Jira)" <ji...@apache.org> on 2021/11/24 23:05:00 UTC

[jira] [Commented] (ARROW-14840) [R] test-ubuntu-20.10-docs nightly build failing due to R install issue

    [ https://issues.apache.org/jira/browse/ARROW-14840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17448870#comment-17448870 ] 

Jonathan Keane commented on ARROW-14840:
----------------------------------------

I suspect this is actually a (hopefully transient!) error with https://cloud.r-project.org/bin/linux/ubuntu not being reachable. The error the day before this one with this job was a different transient error.

I've tried both of the IPs in the logs and get 403s. I don't see anything on https://stat.ethz.ch/mailman/listinfo/r-sig-debian but we might want to wait and see if this persists for a few more days to see if it's us or upstream

> [R] test-ubuntu-20.10-docs nightly build failing due to R install issue
> -----------------------------------------------------------------------
>
>                 Key: ARROW-14840
>                 URL: https://issues.apache.org/jira/browse/ARROW-14840
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>            Reporter: Nicola Crane
>            Priority: Major
>
> e.g. https://github.com/ursacomputing/crossbow/branches/all?query=nightly-2021-11-24-0-azure-test-ubuntu-20.10-docs
> {code}
> Reading package lists...
> E: The repository 'https://cloud.r-project.org/bin/linux/ubuntu groovy-cran40/ Release' does not have a Release file.
> Repository: 'deb https://cloud.r-project.org/bin/linux/ubuntu groovy-cran40/'
> Description:
> Archive for codename: groovy-cran40/ components: 
> More info: https://cloud.r-project.org/bin/linux/ubuntu
> Adding repository.
> Adding deb entry to /etc/apt/sources.list.d/archive_uri-https_cloud_r-project_org_bin_linux_ubuntu-groovy.list
> Adding disabled deb-src entry to /etc/apt/sources.list.d/archive_uri-https_cloud_r-project_org_bin_linux_ubuntu-groovy.list
> Reading package lists...
> Building dependency tree...
> Reading state information...
> E: Version '4.1*' for 'r-recommended' was not found
> E: Version '4.1*' for 'r-base' was not found
> The command '/bin/bash -o pipefail -c apt-get update -y &&     apt-get install -y         dirmngr         apt-transport-https         software-properties-common &&     apt-key adv         --keyserver keyserver.ubuntu.com         --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9 &&     add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu '$(lsb_release -cs)'-cran40/' &&     apt-get install -y --no-install-recommends         autoconf-archive         automake         curl         doxygen         gobject-introspection         gtk-doc-tools         libcurl4-openssl-dev         libfontconfig1-dev         libfribidi-dev         libgirepository1.0-dev         libglib2.0-doc         libharfbuzz-dev         libtiff-dev         libtool         libxml2-dev         ninja-build         nvidia-cuda-toolkit         openjdk-${jdk}-jdk-headless         pandoc         r-recommended=${r}*         r-base=${r}*         rsync         ruby-dev         wget &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
> Service 'ubuntu-docs' failed to build : Build failed
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)