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

[jira] [Resolved] (ARROW-12630) [Dev][Integration] conda-integration docker build fails

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

Antoine Pitrou resolved ARROW-12630.
------------------------------------
    Fix Version/s: 5.0.0
       Resolution: Fixed

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

> [Dev][Integration] conda-integration docker build fails
> -------------------------------------------------------
>
>                 Key: ARROW-12630
>                 URL: https://issues.apache.org/jira/browse/ARROW-12630
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Developer Tools, Integration
>            Reporter: Antoine Pitrou
>            Assignee: Krisztian Szucs
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 5.0.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> {code}
> $ archery docker run conda-integration
> [...]
> WARNING: The RUST variable is not set. Defaulting to a blank string.
> + source_dir=/arrow/rust
> + export 'RUSTFLAGS=-C debuginfo=1'
> + RUSTFLAGS='-C debuginfo=1'
> + export ARROW_TEST_DATA=/testing/data
> + ARROW_TEST_DATA=/testing/data
> + export PARQUET_TEST_DATA=/cpp/submodules/parquet-testing/data
> + PARQUET_TEST_DATA=/cpp/submodules/parquet-testing/data
> + rustup show
> Default host: x86_64-unknown-linux-gnu
> rustup home:  /root/.rustup
> stable-x86_64-unknown-linux-gnu (default)
> rustc 1.51.0 (2fd73fabe 2021-03-23)
> + pushd /arrow/rust
> /arrow/ci/scripts/rust_build.sh: line 37: pushd: /arrow/rust: No such file or directory
> {code}



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