Skip to content

Nightly with MIRI and FFI #86261

Closed
Closed
@jorgecarleitao

Description

@jorgecarleitao

While trying to unpin nightly (2021-03-25) to latest nightly, I have hit an internal compiler error.

Complete build log

It emerged between 2021-03-25 and today's build.

All the details are in the build log. In particular,

  • rustc 1.55.0-nightly (24bdc6d73 2021-06-12) running on x86_64-unknown-linux-gnu

The error seems to emerge when compiling a transitive dependency, so it is not very easy to reproduce with a minimal example.

git clone [email protected]:jorgecarleitao/arrow2.git
cd arrow2
rustup toolchain install nightly
rustup default nightly
rustup component add rustfmt miri

cargo miri setup
cargo clean
cargo miri build

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions