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

Initiate the inner usage of cfg_match (Library) #116342

Closed
wants to merge 1 commit into from

Conversation

c410-f3r
Copy link
Contributor

@c410-f3r c410-f3r commented Oct 2, 2023

cc #115585

Continuation of #116312

@rustbot
Copy link
Collaborator

rustbot commented Oct 2, 2023

r? @cuviper

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

@rustbot rustbot added O-unix Operating system: Unix-like O-wasi Operating system: Wasi, Webassembly System Interface O-wasm Target: WASM (WebAssembly), http://webassembly.org/ O-windows Operating system: Windows S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Oct 2, 2023
@c410-f3r c410-f3r changed the title Initiate the inner usage of cfg_match (Library) Initiate the inner usage of cfg_match (Library) Oct 2, 2023
@rust-log-analyzer

This comment has been minimized.

@rustbot
Copy link
Collaborator

rustbot commented Oct 2, 2023

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.

@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@c410-f3r
Copy link
Contributor Author

c410-f3r commented Oct 8, 2023

r? libs

@rustbot rustbot assigned m-ou-se and unassigned cuviper Oct 8, 2023
@bors
Copy link
Contributor

bors commented Oct 14, 2023

☔ The latest upstream changes (presumably #116407) made this pull request unmergeable. Please resolve the merge conflicts.

@c410-f3r
Copy link
Contributor Author

c410-f3r commented Oct 19, 2023

r? libs

@rustbot
Copy link
Collaborator

rustbot commented Oct 19, 2023

Some changes occurred in src/tools/cargo

cc @ehuss

@rustbot rustbot assigned Mark-Simulacrum and unassigned m-ou-se Oct 19, 2023
@Mark-Simulacrum
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Feb 17, 2024

📌 Commit 131cc37 has been approved by Mark-Simulacrum

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 Feb 17, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Feb 18, 2024
Initiate the inner usage of `cfg_match` (Library)

cc rust-lang#115585

Continuation of rust-lang#116312
@bors
Copy link
Contributor

bors commented Feb 18, 2024

⌛ Testing commit 131cc37 with merge 643f375...

@bors
Copy link
Contributor

bors commented Feb 18, 2024

💔 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 Feb 18, 2024
@rust-log-analyzer
Copy link
Collaborator

A job failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
Submodule path 'src/doc/rust-by-example': checked out 'e188d5d466f7f3ff9f1d518393235f4fe951be46'
From https://github.com/rust-lang/rustc-dev-guide
 * branch            1f30cc7cca9a3433bc1872abdc98960b36c21ca0 -> FETCH_HEAD
Submodule path 'src/doc/rustc-dev-guide': checked out '1f30cc7cca9a3433bc1872abdc98960b36c21ca0'
##[error]The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled.
##[error]Process completed with exit code 143.

@c410-f3r
Copy link
Contributor Author

c410-f3r commented Feb 18, 2024

Attempting with retry: sh -c git submodule deinit -f src/doc/nomicon src/tools/cargo src/doc/reference src/doc/book src/doc/rust-by-example library/stdarch src/doc/rustc-dev-guide src/doc/edition-guide src/llvm-project src/doc/embedded-book library/backtrace && git submodule sync && git submodule update -j 16 --init --recursive --depth 1 src/doc/nomicon src/tools/cargo src/doc/reference src/doc/book src/doc/rust-by-example library/stdarch src/doc/rustc-dev-guide src/doc/edition-guide src/llvm-project src/doc/embedded-book library/backtrace
error: could not lock config file .git/modules/library/backtrace/config: No such file or directory
warning: Could not unset core.worktree setting in submodule 'library/backtrace'
Cleared directory 'library/backtrace'
error: could not lock config file .git/modules/library/stdarch/config: No such file or directory
Cleared directory 'library/stdarch'
warning: Could not unset core.worktree setting in submodule 'library/stdarch'
error: could not lock config file .git/modules/src/doc/book/config: No such file or directory
warning: Could not unset core.worktree setting in submodule 'src/doc/book'
Cleared directory 'src/doc/book'
error: could not lock config file .git/modules/src/doc/edition-guide/config: No such file or directory
warning: Could not unset core.worktree setting in submodule 'src/doc/edition-guide'
Cleared directory 'src/doc/edition-guide'
error: could not lock config file .git/modules/src/doc/embedded-book/config: No such file or directory

Idk, looks unrelated

@Dylan-DPC
Copy link
Member

@bors r=Mark-Simulacrum

@bors
Copy link
Contributor

bors commented Feb 18, 2024

💡 This pull request was already approved, no need to approve it again.

  • This pull request previously failed. You should add more commits to fix the bug, or use retry to trigger a build again.

@bors
Copy link
Contributor

bors commented Feb 18, 2024

📌 Commit 131cc37 has been approved by Mark-Simulacrum

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 Feb 18, 2024
CKingX added a commit to CKingX/rust that referenced this pull request Feb 18, 2024
Initiate the inner usage of `cfg_match` (Library)

cc rust-lang#115585

Continuation of rust-lang#116312
bors added a commit to rust-lang-ci/rust that referenced this pull request Feb 19, 2024
Initiate the inner usage of `cfg_match` (Library)

cc rust-lang#115585

Continuation of rust-lang#116312
@bors
Copy link
Contributor

bors commented Feb 19, 2024

⌛ Testing commit 131cc37 with merge b95bc4b...

@rust-log-analyzer
Copy link
Collaborator

The job dist-x86_64-illumos failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
[RUSTC-TIMING] object test:false 4.329
error: unused imports: `sigaddset`, `sigemptyset`
  --> library/std/src/sys/pal/unix/process/process_common.rs:82:24
   |
82 |         pub use libc::{sigemptyset, sigaddset};
   |
   = note: `-D unused-imports` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(unused_imports)]`

@bors
Copy link
Contributor

bors commented Feb 19, 2024

💔 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 Feb 19, 2024
@bors
Copy link
Contributor

bors commented Feb 19, 2024

☔ The latest upstream changes (presumably #121177) made this pull request unmergeable. Please resolve the merge conflicts.

@Dylan-DPC Dylan-DPC added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 20, 2024
@c410-f3r
Copy link
Contributor Author

c410-f3r commented Feb 20, 2024

Sigh... Sorry @Mark-Simulacrum @Dylan-DPC, I don't have the energy or motivation to continue pursuing this PR.

EDIT: It became clear that the cfg prefix is a redundancy, as such, I will try to modify the syntax and these changes would make everything much more difficult.

@c410-f3r c410-f3r closed this Feb 20, 2024
@Dylan-DPC Dylan-DPC added the S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. label Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-unix Operating system: Unix-like O-wasi Operating system: Wasi, Webassembly System Interface O-wasm Target: WASM (WebAssembly), http://webassembly.org/ O-windows Operating system: Windows S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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.

8 participants