Skip to content

Rollup of 6 pull requests #100535

New issue

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

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

Already on GitHub? # to your account

Closed
wants to merge 14 commits into from

Conversation

matthiaskrgr
Copy link
Member

Successful merges:

Failed merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

Meziu and others added 14 commits August 7, 2022 19:30
Recover from mutable variable declaration where `mut` is placed before `let`
change rlib format to distinguish native dependencies

Another one method to solve problem mentioned in rust-lang#99429.

Changed .rlib format, it contains all bundled native libraries as archieves.
At link time rlib is unpacked and native dependencies linked separately.
New behavior hidden under separate_native_rlib_dependencies flag.
Fix HorizonOS regression in FileTimes

The changes in rust-lang#98246 caused a regression for multiple Newlib-based systems. This is just a fix including HorizonOS to the list of  targets which require a workaround.

`@AzureMarker` `@ian-h-chamberlain`
r? `@nagisa`
Recover from mutable variable declaration where `mut` is placed before `let`

Closes rust-lang#100197
Add Duration rounding change to release note

one of possible fix of rust-lang#100480

fixes rust-lang#100480
… r=Dylan-DPC

[rustdoc] remove Clean trait

Follow-up of rust-lang#99638.

This is (finally!) the last part.

r? `@Dylan-DPC`
…ild-structs, r=Mark-Simulacrum

Impl `Debug` for some structs of rustbuild

A small patch to impl `Debug` for some structs of rustbuild to make debugging easier.

(I was trying to impl `Debug` for the `Config` struct, but found to have a bit more things to do. So gave up for now.)
@rustbot rustbot added 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-libs Relevant to the library team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. rollup A PR which is a rollup labels Aug 14, 2022
@matthiaskrgr
Copy link
Member Author

@bors r+ rollup=never p=6

@bors
Copy link
Collaborator

bors commented Aug 14, 2022

📌 Commit 0c540ee has been approved by matthiaskrgr

It is now in the queue for this repository.

@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 Aug 14, 2022
@bors
Copy link
Collaborator

bors commented Aug 14, 2022

⌛ Testing commit 0c540ee with merge 1b7cf074cae9732ffa3ee0c28d66dc2865062a71...

@rust-log-analyzer
Copy link
Collaborator

The job test-various failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
test [run-make] src/test/run-make/thumb-none-cortex-m ... ignored
test [run-make] src/test/run-make/thumb-none-qemu ... ignored
test [run-make] src/test/run-make/issue-85019-moved-src-dir ... ok
test [run-make] src/test/run-make/rustc-macro-dep-files ... ok
test [run-make] src/test/run-make/rlib-format-packed-bundled-libs-2 ... ok
test [run-make] src/test/run-make/unstable-flag-required ... ok
test [run-make] src/test/run-make/remap-path-prefix-dwarf ... ok
test [run-make] src/test/run-make/track-path-dep-info ... ok
test [run-make] src/test/run-make/wasm-custom-sections-opt ... ok
---
test [run-make] src/test/run-make/wasm-symbols-different-module ... ok

failures:

---- [run-make] src/test/run-make/rlib-format-packed-bundled-libs stdout ----
error: make failed
status: exit status: 2
command: "make"
--- stdout -------------------------------
--- stdout -------------------------------
clang -ffunction-sections -fdata-sections -fPIC --target=wasm32-unknown-unknown -v -c -o /checkout/obj/build/x86_64-unknown-linux-gnu/test/run-make/rlib-format-packed-bundled-libs/rlib-format-packed-bundled-libs/libnative_dep_1.o native_dep_1.c
--- stderr -------------------------------
/bin/dash: 1: clang: not found
/bin/dash: 1: clang: not found
make: *** [../../run-make-fulldeps/tools.mk:176: /checkout/obj/build/x86_64-unknown-linux-gnu/test/run-make/rlib-format-packed-bundled-libs/rlib-format-packed-bundled-libs/libnative_dep_1.o] Error 127



failures:
failures:
    [run-make] src/test/run-make/rlib-format-packed-bundled-libs
test result: FAILED. 43 passed; 1 failed; 20 ignored; 0 measured; 0 filtered out; finished in 5.22s

Build completed unsuccessfully in 0:12:28

@bors
Copy link
Collaborator

bors commented Aug 14, 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 Aug 14, 2022
@matthiaskrgr matthiaskrgr deleted the rollup-ok7vtmf branch October 9, 2022 00:31
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
rollup A PR which is a rollup S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. 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-libs Relevant to the library team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants