Skip to content

cargo miri setup is failing due to rustc-std-workspace-alloc #713

@oli-obk

Description

@oli-obk

https://travis-ci.com/rust-lang/miri/jobs/195147193

Get ourselves a MIR-full libstd for the host and a foreign architecture
    Updating crates.io index
 Downloading crates ...
  Downloaded hashbrown v0.3.0
  Downloaded rustc-std-workspace-alloc v1.0.0
   Compiling cc v1.0.35
   Compiling core v0.0.0 (/home/travis/.rustup/toolchains/master/lib/rustlib/src/rust/src/libcore)
   Compiling libc v0.2.51
   Compiling build_helper v0.1.0 (/home/travis/.rustup/toolchains/master/lib/rustlib/src/rust/src/build_helper)
   Compiling unwind v0.0.0 (/home/travis/.rustup/toolchains/master/lib/rustlib/src/rust/src/libunwind)
   Compiling rustc-std-workspace-alloc v1.0.0
error[E0463]: can't find crate for `std`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0463`.

I have no idea how to fix this right now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-cargoArea: affects the cargo wrapper (cargo miri)C-bugCategory: This is a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions