Skip to content

[beta] bump stage0, plus a backport#157086

Open
cuviper wants to merge 2 commits into
rust-lang:betafrom
cuviper:beta-next
Open

[beta] bump stage0, plus a backport#157086
cuviper wants to merge 2 commits into
rust-lang:betafrom
cuviper:beta-next

Conversation

@cuviper
Copy link
Copy Markdown
Member

@cuviper cuviper commented May 28, 2026

https://forge.rust-lang.org/release/process.html#beta-stage0-update-friday

r? cuviper

@rustbot rustbot added A-run-make Area: port run-make Makefiles to rmake.rs 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) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-release Relevant to the release subteam, which will review and decide on the PR/issue. labels May 28, 2026
@cuviper
Copy link
Copy Markdown
Member Author

cuviper commented May 28, 2026

@bors r+ rollup=never

@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors Bot commented May 28, 2026

📌 Commit 720afec has been approved by cuviper

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 May 28, 2026
@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request May 29, 2026
[beta] bump stage0, plus a backport

https://forge.rust-lang.org/release/process.html#beta-stage0-update-friday

- Bump stage0 to stable 1.96.0
- Extend macOS deployment target mismatch filter to cover dylib and new ld formats #156814

r? cuviper
@rust-log-analyzer
Copy link
Copy Markdown
Collaborator

The job dist-powerpc64le-linux-gnu failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)

@rust-bors rust-bors Bot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels May 29, 2026
@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors Bot commented May 29, 2026

💔 Test for 9f7bb28 failed: CI. Failed job:

@cuviper
Copy link
Copy Markdown
Member Author

cuviper commented May 29, 2026

Network error.

@bors retry

@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 May 29, 2026
@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request May 29, 2026
[beta] bump stage0, plus a backport

https://forge.rust-lang.org/release/process.html#beta-stage0-update-friday

- Bump stage0 to stable 1.96.0
- Extend macOS deployment target mismatch filter to cover dylib and new ld formats #156814

r? cuviper
@rust-log-analyzer
Copy link
Copy Markdown
Collaborator

The job dist-arm-linux-gnueabi failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)
Caused by:
  failed to load lockfile for /checkout/src/tools/cargo

Caused by:
  failed to get `content_inspector` as a dependency of package `snapbox v1.2.1`
      ... which satisfies dependency `snapbox = "^1.2.0"` (locked to 1.2.1) of package `cargo-test-support v0.11.3 (/checkout/src/tools/cargo/crates/cargo-test-support)`

Caused by:
  failed to load source for dependency `content_inspector`

Caused by:
  unable to update registry `crates-io`

Caused by:
  download of co/nt/content_inspector failed

Caused by:
  curl failed

Caused by:
  [16] Error in the HTTP2 framing layer
Bootstrap failed while executing `dist --host arm-unknown-linux-gnueabi --target arm-unknown-linux-gnueabi`
Command `/checkout/obj/build/x86_64-unknown-linux-gnu/stage0/bin/cargo vendor --versioned-dirs --sync /checkout/src/tools/cargo/Cargo.toml --sync /checkout/src/tools/clippy/clippy_test_deps/Cargo.toml --sync /checkout/src/tools/rust-analyzer/Cargo.toml --sync /checkout/compiler/rustc_codegen_cranelift/Cargo.toml --sync /checkout/compiler/rustc_codegen_gcc/Cargo.toml --sync /checkout/library/Cargo.toml --sync /checkout/src/bootstrap/Cargo.toml --sync /checkout/src/tools/rustbook/Cargo.toml --sync /checkout/src/tools/rustc-perf/Cargo.toml --sync /checkout/src/tools/opt-dist/Cargo.toml --sync /checkout/src/doc/book/packages/trpl/Cargo.toml /checkout/obj/build/tmp/generate-copyright-vendor/vendor [workdir=/checkout]` failed with exit code 101
Created at: src/bootstrap/src/core/build_steps/vendor.rs:92:27
Executed at: src/bootstrap/src/core/build_steps/vendor.rs:128:17

--- STDOUT vvv


--- BACKTRACE vvv
   0: <bootstrap::utils::exec::DeferredCommand>::finish_process
             at /checkout/src/bootstrap/src/utils/exec.rs:939:17
   1: <bootstrap::utils::exec::DeferredCommand>::wait_for_output::<&bootstrap::utils::exec::ExecutionContext>
             at /checkout/src/bootstrap/src/utils/exec.rs:831:21
   2: <bootstrap::utils::exec::ExecutionContext>::run
             at /checkout/src/bootstrap/src/utils/exec.rs:741:45
   3: <bootstrap::utils::exec::BootstrapCommand>::run_capture_stdout::<&bootstrap::core::builder::Builder>
             at /checkout/src/bootstrap/src/utils/exec.rs:351:27
   4: <bootstrap::core::build_steps::vendor::Vendor as bootstrap::core::builder::Step>::run
             at /checkout/src/bootstrap/src/core/build_steps/vendor.rs:128:17
   5: <bootstrap::core::builder::Builder>::ensure::<bootstrap::core::build_steps::vendor::Vendor>
             at /checkout/src/bootstrap/src/core/builder/mod.rs:1595:36
---
  10: <bootstrap::core::builder::Builder>::ensure::<bootstrap::core::build_steps::dist::Rustc>
             at /checkout/src/bootstrap/src/core/builder/mod.rs:1595:36
  11: <bootstrap::core::build_steps::dist::Rustc as bootstrap::core::builder::Step>::make_run
             at /checkout/src/bootstrap/src/core/build_steps/dist.rs:494:21
  12: <bootstrap::core::builder::StepDescription>::maybe_run
             at /checkout/src/bootstrap/src/core/builder/mod.rs:476:13
  13: bootstrap::core::builder::cli_paths::match_paths_to_steps_and_run
             at /checkout/src/bootstrap/src/core/builder/cli_paths.rs:141:22
  14: <bootstrap::core::builder::Builder>::run_step_descriptions
             at /checkout/src/bootstrap/src/core/builder/mod.rs:1138:9
  15: <bootstrap::core::builder::Builder>::execute_cli
             at /checkout/src/bootstrap/src/core/builder/mod.rs:1117:14
  16: <bootstrap::Build>::build
             at /checkout/src/bootstrap/src/lib.rs:803:25
  17: bootstrap::main
             at /checkout/src/bootstrap/src/bin/main.rs:130:11
  18: <fn() as core::ops::function::FnOnce<()>>::call_once
             at /rustc/ac68faa20c58cbccd01ee7208bf3b6e93a7d7f96/library/core/src/ops/function.rs:250:5
  19: std::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
             at /rustc/ac68faa20c58cbccd01ee7208bf3b6e93a7d7f96/library/std/src/sys/backtrace.rs:166:18
  20: std::rt::lang_start::<()>::{closure#0}
             at /rustc/ac68faa20c58cbccd01ee7208bf3b6e93a7d7f96/library/std/src/rt.rs:206:18
  21: <&dyn core::ops::function::Fn<(), Output = i32> + core::marker::Sync + core::panic::unwind_safe::RefUnwindSafe as core::ops::function::FnOnce<()>>::call_once
             at /rustc/ac68faa20c58cbccd01ee7208bf3b6e93a7d7f96/library/core/src/ops/function.rs:287:21
  22: std::panicking::catch_unwind::do_call::<&dyn core::ops::function::Fn<(), Output = i32> + core::marker::Sync + core::panic::unwind_safe::RefUnwindSafe, i32>
             at /rustc/ac68faa20c58cbccd01ee7208bf3b6e93a7d7f96/library/std/src/panicking.rs:581:40
  23: std::panicking::catch_unwind::<i32, &dyn core::ops::function::Fn<(), Output = i32> + core::marker::Sync + core::panic::unwind_safe::RefUnwindSafe>
             at /rustc/ac68faa20c58cbccd01ee7208bf3b6e93a7d7f96/library/std/src/panicking.rs:544:19
  24: std::panic::catch_unwind::<&dyn core::ops::function::Fn<(), Output = i32> + core::marker::Sync + core::panic::unwind_safe::RefUnwindSafe, i32>
             at /rustc/ac68faa20c58cbccd01ee7208bf3b6e93a7d7f96/library/std/src/panic.rs:359:14
  25: std::rt::lang_start_internal::{closure#0}
             at /rustc/ac68faa20c58cbccd01ee7208bf3b6e93a7d7f96/library/std/src/rt.rs:175:24
  26: std::panicking::catch_unwind::do_call::<std::rt::lang_start_internal::{closure#0}, isize>
             at /rustc/ac68faa20c58cbccd01ee7208bf3b6e93a7d7f96/library/std/src/panicking.rs:581:40
---
  33: __libc_start_main
  34: _start


Command has failed. Rerun with -v to see more details.
Build completed unsuccessfully in 0:51:13
  local time: Fri May 29 06:56:16 UTC 2026
  network time: Fri, 29 May 2026 06:56:16 GMT
##[error]Process completed with exit code 1.
##[group]Run echo "disk usage:"

@rust-bors rust-bors Bot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels May 29, 2026
@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors Bot commented May 29, 2026

💔 Test for a2fbbe8 failed: CI. Failed job:

@cuviper
Copy link
Copy Markdown
Member Author

cuviper commented May 29, 2026

@bors r+

@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors Bot commented May 29, 2026

📌 Commit 720afec has been approved by cuviper

It is now in the queue for this repository.

A failed build status on this PR was cleared due to the approval.

🌲 The tree is currently closed for pull requests below priority 1. This pull request will be tested once the tree is reopened.

@rust-bors rust-bors Bot added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label May 29, 2026
@rust-bors rust-bors Bot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-run-make Area: port run-make Makefiles to rmake.rs 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) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-release Relevant to the release subteam, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants