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

[jira] [Updated] (ARROW-11714) [Rust] Fix MIRI build on CI

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

Andrew Lamb updated ARROW-11714:
--------------------------------
    Component/s: Rust

> [Rust] Fix MIRI build on CI
> ---------------------------
>
>                 Key: ARROW-11714
>                 URL: https://issues.apache.org/jira/browse/ARROW-11714
>             Project: Apache Arrow
>          Issue Type: Sub-task
>          Components: Rust
>            Reporter: Andrew Lamb
>            Priority: Major
>
> the MIRI check doesn't even compile anymore:
> {code}
>    Compiling criterion v0.3.4
>    Compiling h2 v0.3.0
>    Compiling tower v0.4.5
>    Compiling hyper v0.14.4
> error[E0463]: can't find crate for `tracing`
>   --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-0.14.4/src/lib.rs:68:1
>    |
> 68 | extern crate tracing;
>    | ^^^^^^^^^^^^^^^^^^^^^ can't find crate
> error: aborting due to previous error
> {code}



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