Conversation
fix empty stack in deadlock error message
run ptr_int tests with Tree Borrows
genmc: suppress compare_exchange warnings from dependencies
…cked ftruncate: return proper error code for non-file-backed FDs
…or-protector-release TreeBorrows: split `Tree::perform_protector_release_access` from `Tree::perform_access`
…ions Remove `[no-mentions]` handler in the triagebot config
fix clippy::manual_let_else
…or-diagnostics-struct TreeBorrows: Put accesses diagnostic parameters into a single struct
This commit is a follow-up to 147572 and the issue reported at the end of that PR where the `std::fs::hard_link` function is broken after that PR landed. The true culprit and bug here is fixed in WebAssembly/wasi-libc/690 but until that's released in a wasi-sdk version it should be reasonable, on WASI, to skip the `linkat` function.
This updates the rust-version file to f520900.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: f520900 Filtered ref: 7d63be37076f39216080a677b88ad18621850d0c Upstream diff: rust-lang/rust@36b2369...f520900 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
gitconfig is not a toml file
README: add more papers to the paper list
This updates the rust-version file to dc47a69.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: dc47a69 Filtered ref: c2685dab4096194918f1cb9c503817d592c20e94 Upstream diff: rust-lang/rust@f520900...dc47a69 This merge was created using https://github.com/rust-lang/josh-sync.
|
@bors r+ rollup=never p=5 |
Rollup of 8 pull requests Successful merges: - #146794 (std: reorganize pipe implementations) - #148490 (dangling pointer from temp cleanup) - #149837 (Update `wrapping_sh[lr]` docs and examples) - #149864 (std: Don't use `linkat` on the `wasm32-wasi*` targets) - #149885 (replace addr_of_mut with &raw mut in maybeuninit docs) - #149949 (Cleanup of attribute parsing errors) - #149969 (don't use no_main and no_core to test IBT) - #149998 (miri subtree update) r? `@ghost` `@rustbot` modify labels: rollup
|
💥 Test timed out |
|
A job failed! Check out the build log: (web) (plain enhanced) (plain) Click to see the possible cause of the failure (guessed by this bot) |
|
@bors retry single runner timed out |
|
☀️ Test successful - checks-actions |
|
📌 Perf builds for each rolled up PR:
previous master: 0208ee09be In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 0208ee0 (parent) -> 52fda2e (this PR) Test differencesShow 3062 test diffsStage 0
Stage 1
Stage 2
(and 32 additional test diffs) Additionally, 2930 doctest diffs were found. These are ignored, as they are noisy. Job group index
Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 52fda2e54f805722807c90e91ac3329fe9e7ccb3 --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (52fda2e): comparison URL. Overall result: ❌✅ regressions and improvements - no action needed@rustbot label: -perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary 0.4%, secondary 0.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary 2.9%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (secondary 0.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 479.155s -> 479.867s (0.15%) |
Successful merges:
wrapping_sh[lr]docs and examples #149837 (Updatewrapping_sh[lr]docs and examples)linkaton thewasm32-wasi*targets #149864 (std: Don't uselinkaton thewasm32-wasi*targets)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup