Skip to content

./x.py test --bless tests/mir-opt/ fails with no entry found for key #143561

Open
@tmiasko

Description

@tmiasko
$ ./x.py test --bless tests/mir-opt/
..

Building stage1 library artifacts (x86_64-unknown-linux-gnu -> i686-pc-windows-msvc)
    Finished `release` profile [optimized] target(s) in 0.04s

thread 'main' panicked at src/bootstrap/src/core/build_steps/test.rs:2039:47:
no entry found for key

Bootstrap configuration (bootstrap.toml)

build.sanitizers = true

It is possible to work around the issue with following bootstrap configuration:

build.sanitizers = true
target.i686-pc-windows-msvc.sanitizers = false

HEAD

0d11be5

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-crossArea: Cross compilationA-sanitizersArea: Sanitizers for correctness and code qualityC-bugCategory: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions