Skip to content

Conversation

@pvdrz
Copy link
Contributor

@pvdrz pvdrz commented Nov 19, 2025

Blocked by #147952

r? @jieyouxu

@rustbot
Copy link
Collaborator

rustbot commented Nov 19, 2025

These commits modify the Cargo.lock file. Unintentional changes to Cargo.lock can be introduced when switching branches and rebasing PRs.

If this was unintentional then you should revert the changes before this PR is merged.
Otherwise, you can ignore this comment.

@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 Nov 19, 2025
@rustbot
Copy link
Collaborator

rustbot commented Nov 19, 2025

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot assigned jieyouxu and unassigned Mark-Simulacrum Nov 19, 2025
@rustbot
Copy link
Collaborator

rustbot commented Nov 19, 2025

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

@rust-log-analyzer
Copy link
Collaborator

The job aarch64-gnu-llvm-20-2 failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)
  159   162 │ [Test] test::TierCheck
────────────┴───────────────────────────────────────────────────────────────────
Stopped on the first failure. Run `cargo insta test` to run all snapshots.

thread 'core::builder::cli_paths::tests::x_test' (6538) panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.43.1/src/runtime.rs:679:13:
snapshot assertion for 'x_test' failed in line 68
stack backtrace:
   0: __rustc::rust_begin_unwind
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:698:5
   1: core::panicking::panic_fmt
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panicking.rs:80:14
   2: <insta::runtime::SnapshotAssertionContext>::finalize
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.43.1/src/runtime.rs:679:13
   3: insta::runtime::assert_snapshot
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.43.1/src/runtime.rs:848:13
   4: bootstrap::core::builder::cli_paths::tests::snapshot_test_inner::{closure#0}
             at ./src/core/builder/cli_paths/tests.rs:68:9
   5: <insta::settings::Settings>::bind::<bootstrap::core::builder::cli_paths::tests::snapshot_test_inner::{closure#0}, ()>
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.43.1/src/settings.rs:509:9
   6: bootstrap::core::builder::cli_paths::tests::snapshot_test_inner
             at ./src/core/builder/cli_paths/tests.rs:67:14
   7: bootstrap::core::builder::cli_paths::tests::x_test
             at ./src/core/builder/cli_paths/tests.rs:110:17
   8: bootstrap::core::builder::cli_paths::tests::x_test::{closure#0}
---
cargo:warning=Compiler family detection failed due to error: ToolNotFound: failed to find tool "x86_64-linux-gnu-g++": No such file or directory (os error 2)
cargo:warning=Compiler family detection failed due to error: ToolNotFound: failed to find tool "x86_64-linux-gnu-g++": No such file or directory (os error 2)
Skipping Suite(test::tests/coverage) because it is excluded
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Snapshot file: src/bootstrap/src/core/builder/cli_paths/snapshots/x_test_skip_coverage.snap
Snapshot: x_test_skip_coverage
Source: src/bootstrap/src/core/builder/cli_paths/tests.rs:68
────────────────────────────────────────────────────────────────────────────────
Expression: test --skip=coverage
────────────────────────────────────────────────────────────────────────────────
-old snapshot
+new results
---
  158   161 │ [Test] test::TierCheck
────────────┴───────────────────────────────────────────────────────────────────
Stopped on the first failure. Run `cargo insta test` to run all snapshots.

thread 'core::builder::cli_paths::tests::x_test_skip_coverage' (7213) panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.43.1/src/runtime.rs:679:13:
snapshot assertion for 'x_test_skip_coverage' failed in line 68
stack backtrace:
   0: __rustc::rust_begin_unwind
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:698:5
   1: core::panicking::panic_fmt
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panicking.rs:80:14
   2: <insta::runtime::SnapshotAssertionContext>::finalize
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.43.1/src/runtime.rs:679:13
   3: insta::runtime::assert_snapshot
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.43.1/src/runtime.rs:848:13
   4: bootstrap::core::builder::cli_paths::tests::snapshot_test_inner::{closure#0}
             at ./src/core/builder/cli_paths/tests.rs:68:9
   5: <insta::settings::Settings>::bind::<bootstrap::core::builder::cli_paths::tests::snapshot_test_inner::{closure#0}, ()>
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.43.1/src/settings.rs:509:9
   6: bootstrap::core::builder::cli_paths::tests::snapshot_test_inner
             at ./src/core/builder/cli_paths/tests.rs:67:14
   7: bootstrap::core::builder::cli_paths::tests::x_test_skip_coverage
             at ./src/core/builder/cli_paths/tests.rs:110:17
   8: bootstrap::core::builder::cli_paths::tests::x_test_skip_coverage::{closure#0}
---
Skipping Suite(test::tests/rustdoc-json) because it is excluded
Skipping Suite(test::tests/run-make) because it is excluded
Skipping Suite(test::tests/run-make-cargo) because it is excluded
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Snapshot file: src/bootstrap/src/core/builder/cli_paths/snapshots/x_test_skip_tests.snap
Snapshot: x_test_skip_tests
Source: src/bootstrap/src/core/builder/cli_paths/tests.rs:68
────────────────────────────────────────────────────────────────────────────────
Expression: test --skip=tests
────────────────────────────────────────────────────────────────────────────────
-old snapshot
+new results
---
  122   125 │ [Test] test::TierCheck
────────────┴───────────────────────────────────────────────────────────────────
Stopped on the first failure. Run `cargo insta test` to run all snapshots.

thread 'core::builder::cli_paths::tests::x_test_skip_tests' (7217) panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.43.1/src/runtime.rs:679:13:
snapshot assertion for 'x_test_skip_tests' failed in line 68
stack backtrace:
   0: __rustc::rust_begin_unwind
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:698:5
   1: core::panicking::panic_fmt
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panicking.rs:80:14
   2: <insta::runtime::SnapshotAssertionContext>::finalize
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.43.1/src/runtime.rs:679:13
   3: insta::runtime::assert_snapshot
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.43.1/src/runtime.rs:848:13
   4: bootstrap::core::builder::cli_paths::tests::snapshot_test_inner::{closure#0}
             at ./src/core/builder/cli_paths/tests.rs:68:9
   5: <insta::settings::Settings>::bind::<bootstrap::core::builder::cli_paths::tests::snapshot_test_inner::{closure#0}, ()>
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.43.1/src/settings.rs:509:9
   6: bootstrap::core::builder::cli_paths::tests::snapshot_test_inner
             at ./src/core/builder/cli_paths/tests.rs:67:14
   7: bootstrap::core::builder::cli_paths::tests::x_test_skip_tests
             at ./src/core/builder/cli_paths/tests.rs:110:17
   8: bootstrap::core::builder::cli_paths::tests::x_test_skip_tests::{closure#0}
---
Skipping Suite(test::tests/rustdoc-json) because it is excluded
Skipping Suite(test::tests/run-make) because it is excluded
Skipping Suite(test::tests/run-make-cargo) because it is excluded
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Snapshot file: src/bootstrap/src/core/builder/cli_paths/snapshots/x_test_skip_tests_etc.snap
Snapshot: x_test_skip_tests_etc
Source: src/bootstrap/src/core/builder/cli_paths/tests.rs:68
────────────────────────────────────────────────────────────────────────────────
Expression: test --skip=tests --skip=coverage-map --skip=coverage-run --skip=library --skip=tidyselftest
────────────────────────────────────────────────────────────────────────────────
-old snapshot
+new results
---
  101   104 │ [Test] test::TierCheck
────────────┴───────────────────────────────────────────────────────────────────
Stopped on the first failure. Run `cargo insta test` to run all snapshots.

thread 'core::builder::cli_paths::tests::x_test_skip_tests_etc' (7250) panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.43.1/src/runtime.rs:679:13:
snapshot assertion for 'x_test_skip_tests_etc' failed in line 68
stack backtrace:
   0: __rustc::rust_begin_unwind
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:698:5
   1: core::panicking::panic_fmt
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panicking.rs:80:14
   2: <insta::runtime::SnapshotAssertionContext>::finalize
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.43.1/src/runtime.rs:679:13
   3: insta::runtime::assert_snapshot
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.43.1/src/runtime.rs:848:13
   4: bootstrap::core::builder::cli_paths::tests::snapshot_test_inner::{closure#0}
             at ./src/core/builder/cli_paths/tests.rs:68:9
   5: <insta::settings::Settings>::bind::<bootstrap::core::builder::cli_paths::tests::snapshot_test_inner::{closure#0}, ()>
             at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.43.1/src/settings.rs:509:9
   6: bootstrap::core::builder::cli_paths::tests::snapshot_test_inner
             at ./src/core/builder/cli_paths/tests.rs:67:14
   7: bootstrap::core::builder::cli_paths::tests::x_test_skip_tests_etc
             at ./src/core/builder/cli_paths/tests.rs:110:17
   8: bootstrap::core::builder::cli_paths::tests::x_test_skip_tests_etc::{closure#0}
             at ./src/core/builder/cli_paths/tests.rs:109:23
   9: <bootstrap::core::builder::cli_paths::tests::x_test_skip_tests_etc::{closure#0} as core::ops::function::FnOnce<()>>::call_once
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
  10: core::ops::function::FnOnce::call_once
             at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
---- core::builder::cli_paths::tests::x_test_skip_tests_etc stdout end ----

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-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)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants