Skip to content

bootstrap: skip StdarchVerify when remote testing is enabled - #161807

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
DeepeshWR:bootstrap-skip-stdarch-verify-remote
Aug 26, 2026
Merged

bootstrap: skip StdarchVerify when remote testing is enabled#161807
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
DeepeshWR:bootstrap-skip-stdarch-verify-remote

Conversation

@DeepeshWR

Copy link
Copy Markdown
Contributor

When TEST_DEVICE_ADDR is set for cross-testing, the StdarchVerify step incorrectly attempts to run on the remote target. Since stdarch-verify is a host-only verification tool, skip it when remote testing is enabled.

Fixes : #161800

r? @Kobzol

When TEST_DEVICE_ADDR is set for cross-testing, the StdarchVerify step
incorrectly attempts to run on the remote target. Since stdarch-verify
is a host-only verification tool, skip it when remote testing is enabled.

Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
@rustbot rustbot added A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) labels Aug 26, 2026
@rustbot

rustbot commented Aug 26, 2026

Copy link
Copy Markdown
Collaborator

Kobzol is not on the review rotation at the moment.
They may take a while to respond.

@Kobzol

Kobzol commented Aug 26, 2026

Copy link
Copy Markdown
Member

Thanks. This is not perfect, because we should probably still run the test even if remote testing is enabled, just don't do the remote testing funsies. But as a hotfix it's fine.

@bors r+ rollup

@rust-bors

rust-bors Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

📌 Commit ca4541f has been approved by Kobzol

It is now in the queue for this repository.

@rust-bors rust-bors Bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 26, 2026
rust-bors Bot pushed a commit that referenced this pull request Aug 26, 2026
…uwer

Rollup of 7 pull requests

Successful merges:

 - #161433 (Overhaul `rustc_middle::query`)
 - #158370 (rewrite never type documentation)
 - #160354 (update `ambiguous_glob_imported_trait` lint explanation and example.)
 - #161447 (Construct paramenvs from an iterator)
 - #161707 (pattern_type: make print format match the current syntax)
 - #161773 (Update WASI targets to wasi-sdk-34)
 - #161807 (bootstrap: skip StdarchVerify when remote testing is enabled)
@rust-bors
rust-bors Bot merged commit 29cda55 into rust-lang:main Aug 26, 2026
13 checks passed
@rustbot rustbot added this to the 1.100.0 milestone Aug 26, 2026
rust-bors Bot pushed a commit that referenced this pull request Aug 26, 2026
Rollup merge of #161807 - DeepeshWR:bootstrap-skip-stdarch-verify-remote, r=Kobzol

bootstrap: skip StdarchVerify when remote testing is enabled

When TEST_DEVICE_ADDR is set for cross-testing, the StdarchVerify step incorrectly attempts to run on the remote target. Since stdarch-verify is a host-only verification tool, skip it when remote testing is enabled.

Fixes : #161800

r? @Kobzol
pull Bot pushed a commit to xtqqczze/rust-lang-miri that referenced this pull request Aug 27, 2026
…uwer

Rollup of 7 pull requests

Successful merges:

 - rust-lang/rust#161433 (Overhaul `rustc_middle::query`)
 - rust-lang/rust#158370 (rewrite never type documentation)
 - rust-lang/rust#160354 (update `ambiguous_glob_imported_trait` lint explanation and example.)
 - rust-lang/rust#161447 (Construct paramenvs from an iterator)
 - rust-lang/rust#161707 (pattern_type: make print format match the current syntax)
 - rust-lang/rust#161773 (Update WASI targets to wasi-sdk-34)
 - rust-lang/rust#161807 (bootstrap: skip StdarchVerify when remote testing is enabled)
flip1995 pushed a commit to flip1995/rust-clippy that referenced this pull request Aug 28, 2026
…uwer

Rollup of 7 pull requests

Successful merges:

 - rust-lang/rust#161433 (Overhaul `rustc_middle::query`)
 - rust-lang/rust#158370 (rewrite never type documentation)
 - rust-lang/rust#160354 (update `ambiguous_glob_imported_trait` lint explanation and example.)
 - rust-lang/rust#161447 (Construct paramenvs from an iterator)
 - rust-lang/rust#161707 (pattern_type: make print format match the current syntax)
 - rust-lang/rust#161773 (Update WASI targets to wasi-sdk-34)
 - rust-lang/rust#161807 (bootstrap: skip StdarchVerify when remote testing is enabled)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

StdarchVerify step fails when TEST_DEVICE_ADDR is set for cross-testing

3 participants