Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[beta] Prepare Rust 1.82.0 #129902

Merged
merged 3 commits into from
Sep 3, 2024
Merged

[beta] Prepare Rust 1.82.0 #129902

merged 3 commits into from
Sep 3, 2024

Conversation

BoxyUwU
Copy link
Member

@BoxyUwU BoxyUwU commented Sep 2, 2024

r? @ghost

@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-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Sep 2, 2024
@BoxyUwU
Copy link
Member Author

BoxyUwU commented Sep 2, 2024

@bors r+ rollup=never p=10

@bors
Copy link
Contributor

bors commented Sep 2, 2024

📌 Commit f79a6cd has been approved by BoxyUwU

It is now in the queue for this repository.

@bors bors 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 Sep 2, 2024
@rust-log-analyzer

This comment has been minimized.

@rustbot rustbot added the T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) label Sep 2, 2024
@BoxyUwU
Copy link
Member Author

BoxyUwU commented Sep 2, 2024

@bors r+ rollup=never p=10

@bors
Copy link
Contributor

bors commented Sep 2, 2024

📌 Commit 1154ecc has been approved by BoxyUwU

It is now in the queue for this repository.

bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 3, 2024
[beta] Prepare Rust 1.82.0

r? `@ghost`
@bors
Copy link
Contributor

bors commented Sep 3, 2024

⌛ Testing commit 1154ecc with merge ed093f4...

@rust-log-analyzer
Copy link
Collaborator

The job x86_64-msvc-ext failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
Warning: can't set `version = Two`, unstable features are only available in nightly channel.
Warning: can't set `error_on_line_overflow = true`, unstable features are only available in nightly channel.
Warning: can't set `error_on_unformatted = true`, unstable features are only available in nightly channel.
test test::stdin_disable_all_formatting_test ... ok
Warning: can't set `imports_granularity = Module`, unstable features are only available in nightly channel.
Warning: can't set `group_imports = StdExternalCrate`, unstable features are only available in nightly channel.
Warning: can't set `ignore = IgnoreList { path_set: {"/tests/pretty/", "compiler/rustc_codegen_gcc/tests", "/tests/crashes/", "/tests/debuginfo/", "compiler/rustc_codegen_gcc/example", "src/tools/rust-analyzer", "/tests/rustdoc-gui/", "src/doc/book", "/tests/ui-fulldeps/", "src/doc/reference", "src/tools/miri", "src/tools/rustc-perf", "/tests/run-make/translation/test.rs", "/build-*/", "src/doc/edtest unit_tests::test_format_code_block ... ok
ition-guide", "library/stdarch", "library/backtrace", "src/doc/nomicon", "src/doc/rustc-dev-guide", "/tests/incremental/", "/*-build/", "src/tools/cargo", "/tests/codegen/simd-intrinsic/", "src/llvm-project", "compiler/rustc_codegen_gcc/src/intrinsic/archs.rs", "/tests/rustdoc/", "src/doc/rust-by-examptest test::stdin_handles_mod_inner_ignore_attr ... ok
le", "/tests/ui/", "/tests/rustdoc-ui/", "library/portable-simd", "src/doc/embedded-booktest unit_tests::test_format_code_block_fail ... ok
", "src/tools/rustfmt", "cotest unit_tests::test_format_snippet ... ok
---
[RUSTC-TIMING] miri test:false 4.398
error: failed to remove file `C:\a\rust\rust\build\x86_64-pc-windows-msvc\stage1-tools\x86_64-pc-windows-msvc\release\miri.exe`

Caused by:
  Access is denied. (os error 5)
Command has failed. Rerun with -v to see more details.
  local time: Tue, Sep  3, 2024  5:35:04 AM
  network time: Tue, 03 Sep 2024 05:35:04 GMT
##[error]Process completed with exit code 1.
Post job cleanup.

@bors
Copy link
Contributor

bors commented Sep 3, 2024

💔 Test failed - checks-actions

@bors bors 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 Sep 3, 2024
@tgross35
Copy link
Contributor

tgross35 commented Sep 3, 2024

@bors retry yay #127883

@bors bors 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 Sep 3, 2024
@bors
Copy link
Contributor

bors commented Sep 3, 2024

⌛ Testing commit 1154ecc with merge fb1a6f7...

@bors
Copy link
Contributor

bors commented Sep 3, 2024

☀️ Test successful - checks-actions
Approved by: BoxyUwU
Pushing fb1a6f7 to beta...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Sep 3, 2024
@bors bors merged commit fb1a6f7 into rust-lang:beta Sep 3, 2024
7 checks passed
@rustbot rustbot added this to the 1.82.0 milestone Sep 3, 2024
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 merged-by-bors This PR was explicitly merged by bors. 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants