You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/04/07 13:03:00 UTC

[jira] [Updated] (ARROW-12249) [R] [CI] Fix test-r-install-local nightlies

     [ https://issues.apache.org/jira/browse/ARROW-12249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-12249:
-----------------------------------
    Labels: pull-request-available  (was: )

> [R] [CI] Fix test-r-install-local nightlies
> -------------------------------------------
>
>                 Key: ARROW-12249
>                 URL: https://issues.apache.org/jira/browse/ARROW-12249
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Continuous Integration, R
>            Reporter: Jonathan Keane
>            Assignee: Jonathan Keane
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> They seem to be failing installing dependencies with:
> {code}
>  cd arrow/r
>   sudo apt install libcurl4-openssl-dev libssl-dev
>   shell: /usr/bin/bash -e {0}
> WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
> Reading package lists...
> Building dependency tree...
> Reading state information...
> libssl-dev is already the newest version (1.1.1f-1ubuntu2.3).
> Suggested packages:
>   libcurl4-doc libidn11-dev libkrb5-dev libldap2-dev librtmp-dev libssh2-1-dev
> The following NEW packages will be installed:
>   libcurl4-openssl-dev
> 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
> Need to get 320 kB of archives.
> After this operation, 1538 kB of additional disk space will be used.
> Ign:1 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4-openssl-dev amd64 7.68.0-1ubuntu2.4
> Err:1 http://security.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4-openssl-dev amd64 7.68.0-1ubuntu2.4
>   404  Not Found [IP: 52.252.75.106 80]
> E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/c/curl/libcurl4-openssl-dev_7.68.0-1ubuntu2.4_amd64.deb  404  Not Found [IP: 52.252.75.106 80]
> E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
> Error: Process completed with exit code 100.
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)