Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Rust] Fix MIRI build on CI #27573

Closed
Tracked by #27572
asfimport opened this issue Feb 20, 2021 · 1 comment
Closed
Tracked by #27572

[Rust] Fix MIRI build on CI #27573

asfimport opened this issue Feb 20, 2021 · 1 comment

Comments

@asfimport
Copy link
Collaborator

the MIRI check doesn't even compile anymore:

   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

Reporter: Andrew Lamb / @alamb

Note: This issue was originally created as ARROW-11714. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Andrew Lamb / @alamb:
Migrated to github: apache/arrow-rs#226

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant