Skip to content

bump Miri#70897

Merged
bors merged 1 commit into
rust-lang:masterfrom
RalfJung:miri
Apr 9, 2020
Merged

bump Miri#70897
bors merged 1 commit into
rust-lang:masterfrom
RalfJung:miri

Conversation

@RalfJung

@RalfJung RalfJung commented Apr 7, 2020

Copy link
Copy Markdown
Member

r? @ghost Cc @rust-lang/miri

Fixes #70894

@RalfJung

RalfJung commented Apr 7, 2020

Copy link
Copy Markdown
Member Author

Toolstate fix
@bors r+ p=1

@bors

bors commented Apr 7, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 203accc has been approved by RalfJung

@bors

bors commented Apr 7, 2020

Copy link
Copy Markdown
Collaborator

🌲 The tree is currently closed for pull requests below priority 1000, this pull request will be tested once the tree is reopened

@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Apr 7, 2020
@emilyalbini

Copy link
Copy Markdown
Member

@bors p=1001

Let's try again.

@bors

bors commented Apr 7, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 203accc with merge 48fdfe634e486a5abf20577a18467d5657c6174c...

@bors

bors commented Apr 7, 2020

Copy link
Copy Markdown
Collaborator

💔 Test failed - checks-azure

@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 Apr 7, 2020
@RalfJung

RalfJung commented Apr 7, 2020

Copy link
Copy Markdown
Member Author

@bors retry

@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 Apr 7, 2020
@bors

bors commented Apr 7, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 203accc with merge dc4541ab6869591f8d426525791fa936bb15bf9a...

@bors

bors commented Apr 7, 2020

Copy link
Copy Markdown
Collaborator

💔 Test failed - checks-azure

@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 Apr 7, 2020
@emilyalbini

Copy link
Copy Markdown
Member

@bors p=1

@RalfJung

RalfJung commented Apr 7, 2020

Copy link
Copy Markdown
Member Author

@bors retry
(to get it in the queue again)

@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 Apr 7, 2020
@bors

bors commented Apr 8, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 203accc with merge fe8f44254e8a9872b07e5effc8aa250c6910be6c...

@Dylan-DPC-zz

Copy link
Copy Markdown

@bors retry yield

@bors

bors commented Apr 9, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 203accc with merge 434f470c1d323de31a2890bf960bf2ee99d28bee...

@Centril

Centril commented Apr 9, 2020

Copy link
Copy Markdown
Contributor

@bors retry yield

@RalfJung

RalfJung commented Apr 9, 2020

Copy link
Copy Markdown
Member Author

With all this yielding going on, it looks like we no longer actually prioritize toolstate fixes after all? When can we expect this to land?

@Centril

Centril commented Apr 9, 2020

Copy link
Copy Markdown
Contributor

(I yielded this because my rollup spuriously failed; that's always something I do with any rollup. I do not think we should have 3 toolstate fixes in a row overtake rollups.)

@RalfJung

RalfJung commented Apr 9, 2020

Copy link
Copy Markdown
Member Author

It's more like rollups overtaking toolstate fixes, given the priorities of the underlying PRs. (To be clear, I am not generally opposed to that, but it also never took >48h to land a toolstate fix.)

@bors

bors commented Apr 9, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 203accc with merge 841e441b0a9755cd346999001021ec4d26a04d9b...

@bors

bors commented Apr 9, 2020

Copy link
Copy Markdown
Collaborator

💔 Test failed - checks-azure

@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 Apr 9, 2020
@Centril

Centril commented Apr 9, 2020

Copy link
Copy Markdown
Contributor

@bors retry spurious

@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 Apr 9, 2020
@bors

bors commented Apr 9, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 203accc with merge 151b2013e668308bf9950977eb172644f91e7e48...

Centril added a commit to Centril/rust that referenced this pull request Apr 9, 2020
@Centril

Centril commented Apr 9, 2020

Copy link
Copy Markdown
Contributor

@bors retry included in a r0llup

@RalfJung

RalfJung commented Apr 9, 2020

Copy link
Copy Markdown
Member Author

Thanks. :)

bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 9, 2020
Rollup of 5 pull requests

Successful merges:

 - rust-lang#70897 (bump Miri)
 - rust-lang#70900 (Update cargo)
 - rust-lang#70902 (Update Clippy)
 - rust-lang#70939 (Add two const generics regression tests)
 - rust-lang#70958 (Disable try_reserve tests on Android)

Failed merges:

r? @ghost
@bors bors merged commit eecfd19 into rust-lang:master Apr 9, 2020
jonhoo added a commit to jonhoo/flurry that referenced this pull request Apr 10, 2020
Now that rust-lang/miri#940 has been fixed,
and has landed in nightly
(rust-lang/rust#70897), we should be able to run
miri with leak check enabled again!
bors Bot added a commit to matklad/once_cell that referenced this pull request Apr 10, 2020
99: miri: enable leakcheck r=matklad a=RalfJung

rust-lang/miri#940 is fixed, so we should be able to enable the leak checker now. :)

(However, we'll have to wait until rust-lang/rust#70897 lands so that this is available via rustup.)

Co-authored-by: Ralf Jung <post@ralfj.de>
@RalfJung RalfJung deleted the miri branch April 11, 2020 09:33
jonhoo added a commit to jonhoo/flurry that referenced this pull request May 6, 2020
Now that rust-lang/miri#940 has been fixed,
and has landed in nightly
(rust-lang/rust#70897), we should be able to run
miri with leak check enabled again!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

miri no longer builds after rust-lang/rust#70884

5 participants