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/12/01 17:12:00 UTC

[jira] [Resolved] (ARROW-14840) [R][CI] 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:all-tabpanel ]

Jonathan Keane resolved ARROW-14840.
------------------------------------
    Fix Version/s: 7.0.0
       Resolution: Fixed

Issue resolved by pull request 11815
[https://github.com/apache/arrow/pull/11815]

> [R][CI] 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: Continuous Integration, R
>            Reporter: Nicola Crane
>            Assignee: Nicola Crane
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 7.0.0
>
>          Time Spent: 3h 50m
>  Remaining Estimate: 0h
>
> 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)