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 beta 1.67.0 #105607

Merged
merged 4 commits into from
Dec 13, 2022
Merged

[beta] Prepare beta 1.67.0 #105607

merged 4 commits into from
Dec 13, 2022

Conversation

pietroalbini
Copy link
Member

This PR changes the branch to beta and updates the stabilization version numbers.

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 Dec 12, 2022
@pietroalbini pietroalbini marked this pull request as ready for review December 12, 2022 12:50
@rustbot
Copy link
Collaborator

rustbot commented Dec 12, 2022

Hey! It looks like you've submitted a new PR for the library teams!

If this PR contains changes to any rust-lang/rust public library APIs then please comment with @rustbot label +T-libs-api -T-libs to tag it appropriately. If this PR contains changes to any unstable APIs please edit the PR description to add a link to the relevant API Change Proposal or create one if you haven't already. If you're unsure where your change falls no worries, just leave it as is and the reviewer will take a look and make a decision to forward on if necessary.

Examples of T-libs-api changes:

  • Stabilizing library features
  • Introducing insta-stable changes such as new implementations of existing stable traits on existing stable types
  • Introducing new or changing existing unstable library APIs (excluding permanently unstable features / features without a tracking issue)
  • Changing public documentation in ways that create new stability guarantees
  • Changing observable runtime behavior of library APIs

@pietroalbini
Copy link
Member Author

@bors r+ p=10

@bors
Copy link
Contributor

bors commented Dec 12, 2022

📌 Commit c8f3406 has been approved by pietroalbini

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 Dec 12, 2022
@bors
Copy link
Contributor

bors commented Dec 12, 2022

⌛ Testing commit c8f3406 with merge a30a07d4b039147ca9a6e1159ec8ae16ae9099ba...

@pietroalbini
Copy link
Member Author

@bors retry yield to stable

@bors
Copy link
Contributor

bors commented Dec 12, 2022

⌛ Testing commit c8f3406 with merge c5b461a7b229aa686fae35bc7b169f1cdbe6b18c...

@pietroalbini
Copy link
Member Author

@bors retry yield to stable

@bors
Copy link
Contributor

bors commented Dec 12, 2022

⌛ Testing commit c8f3406 with merge 19988301c55ef0a742d86dc2435bdf60a030b54b...

@pietroalbini
Copy link
Member Author

@bors retry yield to stable please

@bors
Copy link
Contributor

bors commented Dec 12, 2022

⌛ Testing commit c8f3406 with merge 30ca969dee48644fdd5ec16de6af6514402c7e9c...

@pietroalbini
Copy link
Member Author

@bors retry yield to stable

@bors
Copy link
Contributor

bors commented Dec 12, 2022

⌛ Testing commit c8f3406 with merge 820f4db4145b8095ae0741214f710e934acdd371...

@bors
Copy link
Contributor

bors commented Dec 12, 2022

💔 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 Dec 12, 2022
@matthiaskrgr
Copy link
Member

@bors retry looks kind of spurious

== clock drift check ==
  local time: Mon Dec 12 20:02:01 UTC 2022
Session terminated, killing shell... ...killed.
time="2022-12-12T20:02:01Z" level=error msg="error waiting for container: unexpected EOF"
  network time: 
Error: The operation was canceled.

@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 Dec 12, 2022
@bors
Copy link
Contributor

bors commented Dec 12, 2022

⌛ Testing commit c8f3406 with merge 67b1e3e365edf8714e703c5d0f43fdc5a4dfe27c...

@bors
Copy link
Contributor

bors commented Dec 12, 2022

💔 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 Dec 12, 2022
We don't distribute a miri build for beta/stable so it needs to be kept
optional. In the future it likely makes sense to switch the miri
*artifacts* to always be built, but the rustup component to not be
included -- this will avoid some of this pain.
@rust-log-analyzer

This comment has been minimized.

[beta] Adjust miri to still be optional
@rustbot rustbot added the T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) label Dec 13, 2022
@pietroalbini
Copy link
Member Author

@bors r+

@bors
Copy link
Contributor

bors commented Dec 13, 2022

📌 Commit cfccd7e has been approved by pietroalbini

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 Dec 13, 2022
@bors
Copy link
Contributor

bors commented Dec 13, 2022

⌛ Testing commit cfccd7e with merge 352eb59...

@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@bors
Copy link
Contributor

bors commented Dec 13, 2022

☀️ Test successful - checks-actions
Approved by: pietroalbini
Pushing 352eb59 to beta...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Dec 13, 2022
@bors bors merged commit 352eb59 into rust-lang:beta Dec 13, 2022
@rustbot rustbot added this to the 1.67.0 milestone Dec 13, 2022
@pietroalbini pietroalbini deleted the pa-beta-1.67.0 branch December 13, 2022 13:42
@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

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.

6 participants