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/02/20 12:28:00 UTC

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

Andrew Lamb created ARROW-11714:
-----------------------------------

             Summary: [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
            Reporter: Andrew Lamb


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)