Skip to content

Testing under bootstrap does not work on x86_64 macOS 10.14 #130434

@madsmtm

Description

@madsmtm
Contributor

I tried running this test on 02b1be1:

uv run --python 3.10 ./x.py test tests/run-make/apple-deployment-target

The compiler builds fine, but the test fails with the following message:

thread 'main' panicked at $WORKSPACE/tests/run-make/apple-deployment-target/rmake.rs:56:9:
failed to get output of finished process: Os { code: 2, kind: NotFound, message: "No such file or directory" }

Which is really weird, because every file it uses is clearly available when I look through the directory.

I'm not yet sure if this is due to something specific to my setup, perhaps bootstrap doesn't like uv? Filing this bug mostly for myself to keep track of.

@rustbot label O-macos

Activity

added
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
O-macosOperating system: macOS
on Sep 16, 2024
jieyouxu

jieyouxu commented on Sep 16, 2024

@jieyouxu
Member

This is possibly related to uv I'm guessing, because that is no longer the standard python 3.10 environment right?

madsmtm

madsmtm commented on Sep 16, 2024

@madsmtm
ContributorAuthor

Well, define "standard python 3.10 environment" on a machine that doesn't have Python 3.10 by default. But yeah, it's probable that that's the reason.

added
A-testsuiteArea: The testsuite used to check the correctness of rustc
T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
on Sep 16, 2024
removed
needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.
on Sep 17, 2024
added a commit that references this issue on Sep 27, 2024
f9cd81f
added a commit that references this issue on Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-testsuiteArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.O-macosOperating system: macOST-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @madsmtm@lolbinarycat@jieyouxu@rustbot

        Issue actions

          Testing under bootstrap does not work on x86_64 macOS 10.14 · Issue #130434 · rust-lang/rust