You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2022/10/14 17:10:00 UTC

[jira] [Assigned] (ARROW-18062) [R] error in CI jobs for R 3.5 and 3.6 when R package being installed

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

Neal Richardson reassigned ARROW-18062:
---------------------------------------

    Assignee: Neal Richardson

> [R] error in CI jobs for R 3.5 and 3.6 when R package being installed
> ---------------------------------------------------------------------
>
>                 Key: ARROW-18062
>                 URL: https://issues.apache.org/jira/browse/ARROW-18062
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>            Reporter: Nicola Crane
>            Assignee: Neal Richardson
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 10.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> e.g. https://github.com/ursacomputing/crossbow/actions/runs/3246698242/jobs/5325752692#step:5:3164
> From the install logs on that CI job:
> {code}
> ** R
> ** inst
> ** byte-compile and prepare package for lazy loading
> ** help
> *** installing help indices
> ** building package indices
> ** installing vignettes
> ** testing if installed package can be loaded from temporary location
> Error: package or namespace load failed for ‘arrow’:
>  .onLoad failed in loadNamespace() for 'arrow', details:
>   call: fun_cache[[unqualified_name]] <- fun
>   error: invalid type/length (closure/0) in vector allocation
> Error: loading failed
> {code}
> It is currently erroring for R 3.5 and 3.6 in the nightlies with this error.
> The line of code where the error comes from was added in  ARROW-16444 but seeing as that was 3 months ago, it seems unlikely that this change introduced the error.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)