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

update Miri #113488

Merged
merged 49 commits into from
Jul 9, 2023
Merged

update Miri #113488

merged 49 commits into from
Jul 9, 2023

Conversation

RalfJung
Copy link
Member

@RalfJung RalfJung commented Jul 8, 2023

No description provided.

oli-obk and others added 30 commits June 29, 2023 07:08
Try to fix cronjob PR creation

The main tests use `bash` several times, maybe that is the issue here, too?
cronjob auto-PR: make sure we are on a branch

Also run this every hour to speed up testing
cronjob auto-PR: fetch more of the history
cron auto-PR: need to set upstream branch
…RalfJung

cargo-miri: better error message when RUSTC is not set

Currently, when running `cargo-miri` instead of `cargo miri` you get a very confusing.

```
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: NotPresent', src/tools/miri/cargo-miri/src/main.rs:83:41
```

error. This replaces that with a message telling them to use `cargo miri`
cronjob auto-PR: try to fix setting the remote branch
sadly 'gh' doesnt support all git upstream branch configs
cron auto-PR: can't seem to avoid repeating the branch name...
vec tets: ensure pointer is still writeable

Under Tree Borrows, a pointer can become read-only: still allowing reads but not permitting writes any more. So these tests that want to check that pointers remain valid need to do writes to ensure that pointers indeed remain fully valid.
@rustbot
Copy link
Collaborator

rustbot commented Jul 8, 2023

r? @Mark-Simulacrum

(rustbot has picked a reviewer for you, use r? to override)

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 8, 2023
@rustbot
Copy link
Collaborator

rustbot commented Jul 8, 2023

The Miri subtree was changed

cc @rust-lang/miri

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.

@RalfJung RalfJung changed the title Miri update Miri Jul 8, 2023
@Mark-Simulacrum
Copy link
Member

r? @RalfJung

@rustbot
Copy link
Collaborator

rustbot commented Jul 9, 2023

Could not assign reviewer from: RalfJung.
User(s) RalfJung are either the PR author or are already assigned, and there are no other candidates.
Use r? to specify someone else to assign.

@RalfJung
Copy link
Member Author

RalfJung commented Jul 9, 2023

@bors r+ p=1

@bors
Copy link
Contributor

bors commented Jul 9, 2023

📌 Commit 9ed4669 has been approved by RalfJung

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 Jul 9, 2023
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jul 9, 2023
@bors
Copy link
Contributor

bors commented Jul 9, 2023

⌛ Testing commit 9ed4669 with merge b12ff66...

@bors
Copy link
Contributor

bors commented Jul 9, 2023

☀️ Test successful - checks-actions
Approved by: RalfJung
Pushing b12ff66 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Jul 9, 2023
@bors bors merged commit b12ff66 into rust-lang:master Jul 9, 2023
@rustbot rustbot added this to the 1.73.0 milestone Jul 9, 2023
@rust-timer
Copy link
Collaborator

Finished benchmarking commit (b12ff66): comparison URL.

Overall result: no relevant changes - no action needed

@rustbot label: -perf-regression

Instruction count

This benchmark run did not return any relevant results for this metric.

Max RSS (memory usage)

Results

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
2.6% [2.6%, 2.6%] 1
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
-2.0% [-2.8%, -1.4%] 10
Improvements ✅
(secondary)
-2.1% [-2.1%, -2.1%] 1
All ❌✅ (primary) -1.6% [-2.8%, 2.6%] 11

Cycles

Results

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
2.2% [2.2%, 2.2%] 1
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
- - 0
All ❌✅ (primary) - - 0

Binary size

This benchmark run did not return any relevant results for this metric.

Bootstrap: 658.544s -> 657.878s (-0.10%)

@RalfJung RalfJung deleted the miri branch July 10, 2023 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants