Skip to content

error: cannot open rcrt1.o: No such file or directory while running src/test/ui/process/nofile-limit.rs #99382

Closed
@Logarithmus

Description

@Logarithmus

Steps to reproduce

  1. git clone https://github.com/rust-lang/rust
  2. ./x.py setup
  3. Choose compiler
  4. ./x.py test src/test/ui

Expected behavior

All tests should pass

Actual behavior

   = note: ld: error: cannot open rcrt1.o: No such file or directory
           collect2: error: ld returned 1 exit status
error: aborting due to previous error
------------------------------------------
failures:
    [ui] src/test/ui/process/nofile-limit.rs

System

Void Linux rolling
I guess ./x.py uses its own bootstrap compiler, so rustup toolchain version is irrelevant, but anyway, it's 1.61.

Metadata

Metadata

Assignees

No one assigned

    Labels

    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