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

fix(toml): Warn on unused workspace.dependencies keys on virtual workspaces #13664

Merged
merged 12 commits into from Mar 28, 2024

Conversation

epage
Copy link
Contributor

@epage epage commented Mar 27, 2024

What does this PR try to resolve?

This splits out refactors that build on #13589 in preparation for resolving #13456.

As part of those refactors, I noticed an inconsistency on when we warn for unused keys. We have parallel code paths between to_virtual_manifest and to_real_manifest and only one got updated on a change. This syncs them up. Hopefully the end state this builds to will reduce duplication.

How should we test and review this PR?

Additional information

@rustbot
Copy link
Collaborator

rustbot commented Mar 27, 2024

r? @ehuss

rustbot has assigned @ehuss.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added A-manifest Area: Cargo.toml issues S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 27, 2024
This is the only error we do this for and we have the context for what
manifest we are parsing.
By removing this, it makes it easier to adjust lifetimes in the short
term.
Copy link
Member

@weihanglo weihanglo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to address nits or r=weihanglo as-is.


let summary = Summary::new(
pkgid,
deps,
&original_toml
.features
.as_ref()
.unwrap_or(&empty_features)
.unwrap_or(&Default::default())
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit

Suggested change
.unwrap_or(&Default::default())
.unwrap_or_default()

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no impl Default for &T in this case

@@ -1173,7 +1171,7 @@ fn resolve_and_validate_dependencies(
let mut resolved = resolved;
if let manifest::TomlDependency::Detailed(ref mut d) = resolved {
if d.public.is_some() {
if matches!(dep.kind(), DepKind::Normal) {
if matches!(kind, None) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: matches! against an Option looks pretty not idiomatic to me

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW it seems like non of the usage of resolve_and_validate_dependencies receives a DepKind::Normal. I wonder if we could remove the Option.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a high churn area in a follow up PR, can we defer this?

Comment on lines +461 to +462
let mut warnings = Default::default();
let mut errors = Default::default();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Default::default is used here and in read_manifest we use vec![]. Any reason for the inconsistency?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not really but this will be going away in the next PR

@epage
Copy link
Contributor Author

epage commented Mar 28, 2024

@bors r=weihanglo

@bors
Copy link
Collaborator

bors commented Mar 28, 2024

📌 Commit 8a82df2 has been approved by weihanglo

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 Mar 28, 2024
@bors
Copy link
Collaborator

bors commented Mar 28, 2024

⌛ Testing commit 8a82df2 with merge a8e7695...

bors added a commit that referenced this pull request Mar 28, 2024
fix(toml): Warn on unused workspace.dependencies keys on virtual workspaces

### What does this PR try to resolve?

This splits out refactors that build on #13589 in preparation for resolving #13456.

As part of those refactors, I noticed an inconsistency on when we warn for unused keys.  We have parallel code paths between `to_virtual_manifest` and `to_real_manifest` and only one got updated on a change.  This syncs them up.  Hopefully the end state this builds to will reduce duplication.

### How should we test and review this PR?

### Additional information
@bors
Copy link
Collaborator

bors commented Mar 28, 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 Mar 28, 2024
@epage
Copy link
Contributor Author

epage commented Mar 28, 2024

@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 Mar 28, 2024
@epage
Copy link
Contributor Author

epage commented Mar 28, 2024

Resolver prop test

---- prop_limited_independence_of_irrelevant_alternatives stdout ----
proptest: FileFailurePersistence::SourceParallel set, but failed to find lib.rs or main.rs
thread 'prop_limited_independence_of_irrelevant_alternatives' panicked at src/cargo/core/resolver/types.rs:73:13:
got to 50_000 ticks in 8.849702026s
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Part used befor drop: vec![pkg!(("v_B0_3el_8", "17.2.13")),pkg!(("v_B0_3el_8", "16.0.6")),pkg!(("v_B0_3el_8", "15.18.11")),pkg!(("v_B0_3el_8", "12.2.19")),pkg!(("v_B0_3el_8", "11.15.4")),pkg!(("v_B0_3el_8", "10.16.5")),pkg!(("v_B0_3el_8", "8.11.17")),pkg!(("v_B0_3el_8", "2.5.0")),pkg!(("v_B0_3el_8", "1.12.1")),pkg!(("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "14.8.9") => [dep_req_kind("v_B0_3el_8", ">=8.11.17, <=12.2.19", DepKind::Build, false),]),pkg!(("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "10.10.8") => [dep_req("v_B0_3el_8", "=8.11.17"),]),pkg!(("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "1.16.5") => [dep_req_kind("v_B0_3el_8", ">=11.15.4, <=16.0.6", DepKind::Build, false),]),pkg!(("pS0_R451-O9-gl-K0M-03K---bfPoh", "8.4.9")),pkg!(("pS0_R451-O9-gl-K0M-03K---bfPoh", "4.6.17") => [dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=1.16.5", DepKind::Build, false),]),pkg!(("m3_-sys", "7.2.9")),pkg!(("m3_-sys", "4.6.18")),pkg!(("k-FpPY-_rF_37V", "12.17.19")),pkg!(("k-FpPY-_rF_37V", "5.15.12") => [dep_req("v_B0_3el_8", ">=11.15.4, <=12.2.19"),]),pkg!(("k-FpPY-_rF_37V", "2.16.17") => [dep_req_kind("v_B0_3el_8", ">=12.2.19, <=15.18.11", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "18.13.1") => [dep_req_kind("v_B0_3el_8", ">=8.11.17", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "18.11.17")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "18.4.6")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "16.16.3")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "16.15.10")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "15.1.16") => [dep_req("k-FpPY-_rF_37V", ">=12.17.19"),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", "<=4.6.17", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "14.17.4") => [dep("pS0_R451-O9-gl-K0M-03K---bfPoh"),dep_req("v_B0_3el_8", "<=2.5.0"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "13.17.3")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "13.9.8")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "13.9.7") => [dep_req("v_B0_3el_8", ">=15.18.11, <=16.0.6"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "9.19.0") => [dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", ">=14.8.9"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "7.15.11")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "7.13.4") => [dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", "*", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "6.15.13") => [dep_req("v_B0_3el_8", ">=2.5.0, <=10.16.5"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "5.1.9") => [dep_req_kind("k-FpPY-_rF_37V", ">=12.17.19", DepKind::Build, false),dep_req("pS0_R451-O9-gl-K0M-03K---bfPoh", "<=4.6.17"),dep_req_kind("v_B0_3el_8", ">=2.5.0, <=10.16.5", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "5.0.17") => [dep_req_kind("k-FpPY-_rF_37V", ">=5.15.12", DepKind::Build, false),dep("pS0_R451-O9-gl-K0M-03K---bfPoh"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "3.8.1")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "3.7.6") => [dep_req("v_B0_3el_8", ">=10.16.5"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "2.6.13") => [dep_req_kind("k-FpPY-_rF_37V", ">=5.15.12", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "0.5.11") => [dep_req_kind("m3_-sys", ">=7.2.9", DepKind::Build, false),]),pkg!(("d-sys", "19.11.14") => [dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=14.17.4, <=16.15.10"),]),pkg!(("d-sys", "17.17.8") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=16.16.3", DepKind::Build, false),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", "*", DepKind::Build, false),]),pkg!(("d-sys", "17.9.7") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=5.0.17", DepKind::Build, false),]),pkg!(("d-sys", "14.5.13") => [dep("k-FpPY-_rF_37V"),]),pkg!(("d-sys", "10.19.18") => [dep("bad"),]),pkg!(("d-sys", "8.15.12") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=2.6.13, <=5.1.9", DepKind::Build, false),dep("m3_-sys"),]),pkg!(("d-sys", "7.14.13")),pkg!(("d-sys", "5.18.18") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=14.17.4, <=18.11.17", DepKind::Build, false),dep_req_kind("v_B0_3el_8", "<=2.5.0", DepKind::Build, false),]),pkg!(("d-sys", "4.0.8") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=2.6.13, <=13.9.7", DepKind::Build, false),dep("m3_-sys"),]),pkg!(("bi_9cJP_0-sys", "17.12.0") => [dep_req_kind("d-sys", ">=5.18.18, <=14.5.13", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=5.1.9"),dep_req("k-FpPY-_rF_37V", "<=5.15.12"),dep_req_kind("v_B0_3el_8", ">=2.5.0, <=16.0.6", DepKind::Build, false),]),pkg!(("bi_9cJP_0-sys", "16.7.15") => [dep_req("d-sys", ">=17.17.8"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=7.15.11, <=18.4.6"),dep("m3_-sys"),dep_req_kind("v_B0_3el_8", ">=11.15.4", DepKind::Build, false),]),pkg!(("bi_9cJP_0-sys", "13.9.9") => [dep_req("d-sys", ">=10.19.18"),dep_req("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9"),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8", DepKind::Build, false),dep_req("v_B0_3el_8", "<=8.11.17"),]),pkg!(("bi_9cJP_0-sys", "6.12.0") => [dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=5.1.9, <=18.4.6"),dep_req_kind("v_B0_3el_8", ">=16.0.6", DepKind::Build, false),]),pkg!(("bi_9cJP_0-sys", "4.19.2") => [dep_req_kind("d-sys", "=14.5.13", DepKind::Build, false),dep_req_kind("m3_-sys", "<=4.6.18", DepKind::Build, false),dep_req("v_B0_3el_8", ">=11.15.4"),]),pkg!(("bi_9cJP_0-sys", "2.11.19") => [dep("d-sys"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", "*", DepKind::Build, false),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9", DepKind::Build, false),]),pkg!(("bi_9cJP_0-sys", "2.9.7") => [dep_req_kind("d-sys", "<=7.14.13", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", "<=13.17.3"),dep_req("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9"),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8", DepKind::Build, false),]),pkg!(("ZCu-lH--3dw-sys", "17.5.2") => [dep_req("bi_9cJP_0-sys", ">=4.19.2"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=14.17.4, <=18.4.6"),dep_req("m3_-sys", "<=4.6.18"),dep("pS0_R451-O9-gl-K0M-03K---bfPoh"),]),pkg!(("ZCu-lH--3dw-sys", "17.2.8") => [dep_req("v_B0_3el_8", "<=15.18.11"),]),pkg!(("ZCu-lH--3dw-sys", "15.16.4") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=9.19.0", DepKind::Build, false),dep_req("m3_-sys", "<=4.6.18"),dep_req_kind("v_B0_3el_8", ">=15.18.11, <=16.0.6", DepKind::Build, false),]),pkg!(("ZCu-lH--3dw-sys", "13.11.2") => [dep_req("bi_9cJP_0-sys", ">=2.11.19, <=16.7.15"),dep("d-sys"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=13.9.8"),dep_req("k-FpPY-_rF_37V", "<=5.15.12"),]),pkg!(("ZCu-lH--3dw-sys", "11.2.4") => [dep_req_kind("d-sys", "<=14.5.13", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=13.17.3, <=18.4.6", DepKind::Build, false),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "*", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=2.5.0, <=11.15.4", DepKind::Build, false),]),pkg!(("ZCu-lH--3dw-sys", "11.0.10") => [dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=3.8.1, <=5.1.9"),dep_req("v_B0_3el_8", ">=11.15.4, <=15.18.11"),]),pkg!(("ZCu-lH--3dw-sys", "10.17.14") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=7.13.4, <=18.4.6", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=15.18.11, <=16.0.6", DepKind::Build, false),]),pkg!(("ZCu-lH--3dw-sys", "9.16.11") => [dep_req("bi_9cJP_0-sys", "<=16.7.15"),dep_req_kind("d-sys", ">=14.5.13", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=16.15.10"),]),pkg!(("ZCu-lH--3dw-sys", "9.13.5") => [dep_req_kind("bi_9cJP_0-sys", ">=16.7.15", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.8.1, <=13.9.7", DepKind::Build, false),]),pkg!(("ZCu-lH--3dw-sys", "9.4.19") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=5.1.9, <=7.15.11", DepKind::Build, false),dep_req("v_B0_3el_8", ">=2.5.0, <=12.2.19"),]),pkg!(("ZCu-lH--3dw-sys", "6.2.9") => [dep_req_kind("bi_9cJP_0-sys", "*", DepKind::Build, false),dep_req("d-sys", ">=8.15.12, <=10.19.18"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=18.11.17", DepKind::Build, false),]),pkg!(("Y_-i4Zs", "17.18.17") => [dep_req_kind("d-sys", ">=5.18.18, <=7.14.13", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=16.16.3", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", "<=5.15.12"),dep_req_kind("v_B0_3el_8", "<=8.11.17", DepKind::Build, false),]),pkg!(("Y_-i4Zs", "2.0.1") => [dep_req("bi_9cJP_0-sys", "=6.12.0"),dep_req("d-sys", ">=7.14.13"),]),pkg!(("Vhr2Ai55i--sys", "19.10.0") => [dep_req("ZCu-lH--3dw-sys", ">=9.4.19, <=10.17.14"),dep_req("d-sys", ">=14.5.13"),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "=10.10.8", DepKind::Build, false),dep_req("v_B0_3el_8", ">=16.0.6"),]),pkg!(("Vhr2Ai55i--sys", "19.5.7") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=6.15.13, <=13.9.8", DepKind::Build, false),]),pkg!(("Vhr2Ai55i--sys", "18.7.8") => [dep_req("ZCu-lH--3dw-sys", ">=9.16.11, <=17.2.8"),]),pkg!(("Vhr2Ai55i--sys", "15.17.4") => [dep_req_kind("bi_9cJP_0-sys", "=13.9.9", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=5.0.17, <=16.15.10", DepKind::Build, false),dep_req_kind("m3_-sys", "<=4.6.18", DepKind::Build, false),dep_req("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9"),]),pkg!(("Vhr2Ai55i--sys", "12.14.19") => [dep_req_kind("ZCu-lH--3dw-sys", ">=6.2.9, <=9.13.5", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", ">=16.7.15", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", "<=5.15.12"),]),pkg!(("Vhr2Ai55i--sys", "11.3.2") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.8.1, <=16.16.3", DepKind::Build, false),]),pkg!(("Vhr2Ai55i--sys", "10.12.13") => [dep_req_kind("Y_-i4Zs", "<=2.0.1", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", "<=9.4.19"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", "=5.0.17"),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8", DepKind::Build, false),dep_req("v_B0_3el_8", "<=2.5.0"),]),pkg!(("Vhr2Ai55i--sys", "9.6.4") => [dep_req_kind("ZCu-lH--3dw-sys", ">=9.13.5, <=11.2.4", DepKind::Build, false),dep_req("bi_9cJP_0-sys", ">=4.19.2, <=16.7.15"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=5.1.9, <=18.11.17"),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8"),dep_req_kind("v_B0_3el_8", "<=10.16.5", DepKind::Build, false),]),pkg!(("Vhr2Ai55i--sys", "7.19.5") => [dep_req_kind("d-sys", ">=10.19.18, <=14.5.13", DepKind::Build, false),dep("pS0_R451-O9-gl-K0M-03K---bfPoh"),dep("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys"),dep_req_kind("v_B0_3el_8", "<=10.16.5", DepKind::Build, false),]),pkg!(("Vhr2Ai55i--sys", "7.11.15") => [dep_req("ZCu-lH--3dw-sys", "=11.2.4"),dep_req_kind("d-sys", ">=14.5.13, <=17.9.7", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", ">=5.15.12"),]),pkg!(("Vhr2Ai55i--sys", "7.7.14") => [dep_req_kind("Y_-i4Zs", ">=17.18.17", DepKind::Build, false),dep_req_kind("d-sys", "*", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=10.16.5, <=16.0.6", DepKind::Build, false),]),pkg!(("Vhr2Ai55i--sys", "6.12.18") => [dep_req_kind("bi_9cJP_0-sys", "=13.9.9", DepKind::Build, false),dep_req("d-sys", ">=8.15.12, <=17.17.8"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", "<=18.11.17", DepKind::Build, false),dep_req("v_B0_3el_8", ">=12.2.19, <=15.18.11"),]),pkg!(("Vhr2Ai55i--sys", "6.7.7") => [dep_req_kind("d-sys", ">=8.15.12, <=17.17.8", DepKind::Build, false),dep_req("v_B0_3el_8", ">=11.15.4, <=16.0.6"),]),pkg!(("U_RPU-WU-9Cy-c--5-", "16.12.6") => [dep_req_kind("bi_9cJP_0-sys", ">=4.19.2, <=13.9.9", DepKind::Build, false),dep("k-FpPY-_rF_37V"),]),pkg!(("U_RPU-WU-9Cy-c--5-", "8.13.12") => [dep_req_kind("Vhr2Ai55i--sys", ">=10.12.13, <=12.14.19", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", ">=13.9.9", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.8.1, <=13.9.7", DepKind::Build, false),dep_req_kind("v_B0_3el_8", "<=11.15.4", DepKind::Build, false),]),pkg!(("TRZJ-TB", "19.17.3") => [dep_req("Vhr2Ai55i--sys", "<=12.14.19"),dep_req("Y_-i4Zs", ">=17.18.17"),dep_req_kind("ZCu-lH--3dw-sys", ">=9.16.11, <=10.17.14", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", "<=2.9.7", DepKind::Build, false),dep_req("d-sys", ">=8.15.12, <=17.9.7"),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "*", DepKind::Build, false),dep_req("v_B0_3el_8", ">=10.16.5"),]),pkg!(("TRZJ-TB", "18.18.12") => [dep_req_kind("Vhr2Ai55i--sys", ">=15.17.4", DepKind::Build, false),dep_req("d-sys", ">=7.14.13, <=17.17.8"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=7.15.11, <=9.19.0", DepKind::Build, false),]),pkg!(("TRZJ-TB", "18.12.14") => [dep_req_kind("Vhr2Ai55i--sys", "<=10.12.13", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=10.17.14, <=13.11.2"),dep_req("bi_9cJP_0-sys", ">=4.19.2, <=6.12.0"),dep_req_kind("d-sys", "<=17.17.8", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", "<=13.9.8"),]),pkg!(("TRZJ-TB", "17.6.16") => [dep_req("U_RPU-WU-9Cy-c--5-", ">=16.12.6"),dep_req("Vhr2Ai55i--sys", ">=11.3.2, <=18.7.8"),dep_req_kind("ZCu-lH--3dw-sys", ">=10.17.14, <=13.11.2", DepKind::Build, false),dep_req("bi_9cJP_0-sys", ">=4.19.2, <=6.12.0"),dep_req("d-sys", "<=14.5.13"),dep_req("k-FpPY-_rF_37V", "<=2.16.17"),dep_req("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9"),]),pkg!(("TRZJ-TB", "17.1.3") => [dep_req_kind("Vhr2Ai55i--sys", ">=9.6.4, <=11.3.2", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=14.17.4, <=18.11.17"),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "=10.10.8"),]),pkg!(("TRZJ-TB", "10.2.10") => [dep_req_kind("U_RPU-WU-9Cy-c--5-", "<=8.13.12", DepKind::Build, false),dep_req("Vhr2Ai55i--sys", ">=10.12.13, <=11.3.2"),dep_req("bi_9cJP_0-sys", "<=6.12.0"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=7.13.4, <=16.15.10"),]),pkg!(("TRZJ-TB", "8.3.2") => [dep_req("ZCu-lH--3dw-sys", ">=9.4.19, <=9.13.5"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=7.13.4, <=7.15.11"),]),pkg!(("TRZJ-TB", "3.14.4") => [dep("Y_-i4Zs"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=6.15.13, <=16.15.10"),]),pkg!(("TRZJ-TB", "1.17.5") => [dep_req("U_RPU-WU-9Cy-c--5-", ">=16.12.6"),dep_req_kind("k-FpPY-_rF_37V", "<=5.15.12", DepKind::Build, false),dep_req("v_B0_3el_8", ">=8.11.17, <=12.2.19"),]),pkg!(("TRZJ-TB", "1.7.4") => [dep_req_kind("Vhr2Ai55i--sys", ">=7.19.5, <=18.7.8", DepKind::Build, false),dep_req_kind("Y_-i4Zs", "*", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=9.16.11"),dep_req_kind("d-sys", "<=17.17.8", DepKind::Build, false),dep_req("v_B0_3el_8", "<=15.18.11"),]),pkg!(("SwdO800n2_AHEY4_gH97", "19.1.17") => [dep_req("TRZJ-TB", "=18.12.14"),dep_req("bi_9cJP_0-sys", ">=4.19.2"),dep_req("d-sys", ">=7.14.13, <=10.19.18"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6"),]),pkg!(("SwdO800n2_AHEY4_gH97", "16.8.11") => [dep_req("TRZJ-TB", ">=1.7.4, <=17.6.16"),dep_req("U_RPU-WU-9Cy-c--5-", ">=16.12.6"),dep_req_kind("ZCu-lH--3dw-sys", ">=9.4.19, <=9.16.11", DepKind::Build, false),dep_req("d-sys", ">=5.18.18, <=7.14.13"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=7.13.4, <=15.1.16", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=8.11.17, <=16.0.6", DepKind::Build, false),]),pkg!(("SwdO800n2_AHEY4_gH97", "14.2.13") => [dep_req("TRZJ-TB", ">=10.2.10"),dep_req("ZCu-lH--3dw-sys", ">=9.16.11, <=11.2.4"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=15.1.16, <=16.15.10", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", ">=5.15.12"),]),pkg!(("SwdO800n2_AHEY4_gH97", "12.10.13") => [dep_req_kind("Y_-i4Zs", "*", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=9.19.0, <=14.17.4", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=11.15.4", DepKind::Build, false),]),pkg!(("SwdO800n2_AHEY4_gH97", "12.10.12") => [dep_req_kind("Vhr2Ai55i--sys", ">=10.12.13", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", ">=6.12.0", DepKind::Build, false),dep_req_kind("d-sys", "<=17.9.7", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=5.0.17, <=7.13.4", DepKind::Build, false),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", ">=14.8.9"),dep_req("v_B0_3el_8", ">=11.15.4, <=12.2.19"),]),pkg!(("SwdO800n2_AHEY4_gH97", "11.8.10") => [dep_req("Vhr2Ai55i--sys", ">=9.6.4, <=10.12.13"),dep_req_kind("d-sys", ">=14.5.13, <=17.9.7", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=13.9.7, <=16.16.3", DepKind::Build, false),dep_req_kind("k-FpPY-_rF_37V", "=5.15.12", DepKind::Build, false),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8"),dep_req("v_B0_3el_8", ">=12.2.19, <=16.0.6"),]),pkg!(("SwdO800n2_AHEY4_gH97", "8.15.2") => [dep_req("Y_-i4Zs", "<=2.0.1"),]),pkg!(("SwdO800n2_AHEY4_gH97", "8.3.14") => [dep_req("TRZJ-TB", "<=1.17.5"),dep_req_kind("V6z3-4zMlYw1--", "*", DepKind::Build, false),dep_req_kind("ZCu-lH--3dw-sys", ">=9.13.5, <=9.16.11", DepKind::Build, false),dep_req_kind("d-sys", ">=8.15.12", DepKind::Build, false),dep_req("v_B0_3el_8", ">=8.11.17, <=16.0.6"),]),pkg!(("SwdO800n2_AHEY4_gH97", "7.0.17") => [dep_req("TRZJ-TB", ">=1.17.5, <=10.2.10"),dep_req("Vhr2Ai55i--sys", ">=6.12.18, <=11.3.2"),dep_req_kind("ZCu-lH--3dw-sys", ">=11.0.10, <=15.16.4", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", "<=13.9.9", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=7.15.11, <=13.9.8", DepKind::Build, false),dep_req("v_B0_3el_8", "<=10.16.5"),]),pkg!(("PR-1_-", "9.10.15") => [dep_req("SwdO800n2_AHEY4_gH97", ">=7.0.17, <=12.10.13"),dep_req("Vhr2Ai55i--sys", ">=10.12.13, <=19.5.7"),dep_req("ZCu-lH--3dw-sys", ">=9.4.19, <=15.16.4"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", "*", DepKind::Build, false),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9", DepKind::Build, false),dep_req_kind("v_B0_3el_8", "=8.11.17", DepKind::Build, false),]),pkg!(("PO-FKFrg-s__S3hKn--sys", "19.13.13") => [dep_req("SwdO800n2_AHEY4_gH97", ">=12.10.12, <=12.10.13"),dep_req("TRZJ-TB", ">=1.7.4, <=17.1.3"),dep_req_kind("Vhr2Ai55i--sys", ">=7.7.14, <=19.5.7", DepKind::Build, false),dep_req_kind("ZCu-lH--3dw-sys", ">=9.13.5", DepKind::Build, false),dep_req("bi_9cJP_0-sys", "=16.7.15"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=5.0.17, <=7.13.4", DepKind::Build, false),dep_req_kind("v_B0_3el_8", "*", DepKind::Build, false),]),pkg!(("B", "9.19.17") => [dep_req_kind("PO-FKFrg-s__S3hKn--sys", "*", DepKind::Build, false),dep_req("PR-1_-", "=9.10.15"),dep_req("SwdO800n2_AHEY4_gH97", ">=14.2.13"),dep_req_kind("Vhr2Ai55i--sys", ">=11.3.2", DepKind::Build, false),dep_req("bi_9cJP_0-sys", ">=6.12.0, <=16.7.15"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=2.6.13, <=3.8.1", DepKind::Build, false),dep_req("v_B0_3el_8", ">=8.11.17, <=11.15.4"),]),]
proptest: Aborting shrinking after the PROPTEST_MAX_SHRINK_ITERS environment variable or ProptestConfig.max_shrink_iters iterations (set 0 to a large(r) value to shrink more; current configuration: 0 iterations)
proptest: FileFailurePersistence::SourceParallel set, but failed to find lib.rs or main.rs
proptest: Saving this and future failures in /home/runner/work/cargo/cargo/crates/resolver-tests/tests/resolve.proptest-regressions
proptest: If this test was run on a CI system, you may wish to add the following line to your copy of the file. (You may need to create it.)
cc 0c11000e89684a627814c9b7febc7a5cb68c03cd44f47fd71ef5ba94d31eb9da
thread 'prop_limited_independence_of_irrelevant_alternatives' panicked at crates/resolver-tests/tests/resolve.rs:23:1:
Test failed: got to 50_000 ticks in 8.849702026s.
minimal failing input: PrettyPrintRegistry(input) = vec![pkg!(("v_B0_3el_8", "17.2.13")),pkg!(("v_B0_3el_8", "16.0.6")),pkg!(("v_B0_3el_8", "15.18.11")),pkg!(("v_B0_3el_8", "12.2.19")),pkg!(("v_B0_3el_8", "11.15.4")),pkg!(("v_B0_3el_8", "10.16.5")),pkg!(("v_B0_3el_8", "8.11.17")),pkg!(("v_B0_3el_8", "2.5.0")),pkg!(("v_B0_3el_8", "1.12.1")),pkg!(("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "14.8.9") => [dep_req_kind("v_B0_3el_8", ">=8.11.17, <=12.2.19", DepKind::Build, false),]),pkg!(("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "10.10.8") => [dep_req("v_B0_3el_8", "=8.11.17"),]),pkg!(("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "1.16.5") => [dep_req_kind("v_B0_3el_8", ">=11.15.4, <=16.0.6", DepKind::Build, false),]),pkg!(("pS0_R451-O9-gl-K0M-03K---bfPoh", "8.4.9")),pkg!(("pS0_R451-O9-gl-K0M-03K---bfPoh", "4.6.17") => [dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=1.16.5", DepKind::Build, false),]),pkg!(("m3_-sys", "7.2.9")),pkg!(("m3_-sys", "4.6.18")),pkg!(("k-FpPY-_rF_37V", "12.17.19")),pkg!(("k-FpPY-_rF_37V", "5.15.12") => [dep_req("v_B0_3el_8", ">=11.15.4, <=12.2.19"),]),pkg!(("k-FpPY-_rF_37V", "2.16.17") => [dep_req_kind("v_B0_3el_8", ">=12.2.19, <=15.18.11", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "18.13.1") => [dep_req_kind("v_B0_3el_8", ">=8.11.17", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "18.11.17")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "18.4.6")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "16.16.3")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "16.15.10")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "15.1.16") => [dep_req("k-FpPY-_rF_37V", ">=12.17.19"),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", "<=4.6.17", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "14.17.4") => [dep("pS0_R451-O9-gl-K0M-03K---bfPoh"),dep_req("v_B0_3el_8", "<=2.5.0"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "13.17.3")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "13.9.8")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "13.9.7") => [dep_req("v_B0_3el_8", ">=15.18.11, <=16.0.6"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "9.19.0") => [dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", ">=14.8.9"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "7.15.11")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "7.13.4") => [dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", "*", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "6.15.13") => [dep_req("v_B0_3el_8", ">=2.5.0, <=10.16.5"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "5.1.9") => [dep_req_kind("k-FpPY-_rF_37V", ">=12.17.19", DepKind::Build, false),dep_req("pS0_R451-O9-gl-K0M-03K---bfPoh", "<=4.6.17"),dep_req_kind("v_B0_3el_8", ">=2.5.0, <=10.16.5", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "5.0.17") => [dep_req_kind("k-FpPY-_rF_37V", ">=5.15.12", DepKind::Build, false),dep("pS0_R451-O9-gl-K0M-03K---bfPoh"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "3.8.1")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "3.7.6") => [dep_req("v_B0_3el_8", ">=10.16.5"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "2.6.13") => [dep_req_kind("k-FpPY-_rF_37V", ">=5.15.12", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "0.5.11") => [dep_req_kind("m3_-sys", ">=7.2.9", DepKind::Build, false),]),pkg!(("d-sys", "19.11.14") => [dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=14.17.4, <=16.15.10"),]),pkg!(("d-sys", "17.17.8") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=16.16.3", DepKind::Build, false),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", "*", DepKind::Build, false),]),pkg!(("d-sys", "17.9.7") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=5.0.17", DepKind::Build, false),]),pkg!(("d-sys", "14.5.13") => [dep("k-FpPY-_rF_37V"),]),pkg!(("d-sys", "10.19.18") => [dep("bad"),]),pkg!(("d-sys", "8.15.12") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=2.6.13, <=5.1.9", DepKind::Build, false),dep("m3_-sys"),]),pkg!(("d-sys", "7.14.13")),pkg!(("d-sys", "5.18.18") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=14.17.4, <=18.11.17", DepKind::Build, false),dep_req_kind("v_B0_3el_8", "<=2.5.0", DepKind::Build, false),]),pkg!(("d-sys", "4.0.8") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=2.6.13, <=13.9.7", DepKind::Build, false),dep("m3_-sys"),]),pkg!(("bi_9cJP_0-sys", "17.12.0") => [dep_req_kind("d-sys", ">=5.18.18, <=14.5.13", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=5.1.9"),dep_req("k-FpPY-_rF_37V", "<=5.15.12"),dep_req_kind("v_B0_3el_8", ">=2.5.0, <=16.0.6", DepKind::Build, false),]),pkg!(("bi_9cJP_0-sys", "16.7.15") => [dep_req("d-sys", ">=17.17.8"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=7.15.11, <=18.4.6"),dep("m3_-sys"),dep_req_kind("v_B0_3el_8", ">=11.15.4", DepKind::Build, false),]),pkg!(("bi_9cJP_0-sys", "13.9.9") => [dep_req("d-sys", ">=10.19.18"),dep_req("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9"),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8", DepKind::Build, false),dep_req("v_B0_3el_8", "<=8.11.17"),]),pkg!(("bi_9cJP_0-sys", "6.12.0") => [dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=5.1.9, <=18.4.6"),dep_req_kind("v_B0_3el_8", ">=16.0.6", DepKind::Build, false),]),pkg!(("bi_9cJP_0-sys", "4.19.2") => [dep_req_kind("d-sys", "=14.5.13", DepKind::Build, false),dep_req_kind("m3_-sys", "<=4.6.18", DepKind::Build, false),dep_req("v_B0_3el_8", ">=11.15.4"),]),pkg!(("bi_9cJP_0-sys", "2.11.19") => [dep("d-sys"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", "*", DepKind::Build, false),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9", DepKind::Build, false),]),pkg!(("bi_9cJP_0-sys", "2.9.7") => [dep_req_kind("d-sys", "<=7.14.13", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", "<=13.17.3"),dep_req("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9"),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8", DepKind::Build, false),]),pkg!(("ZCu-lH--3dw-sys", "17.5.2") => [dep_req("bi_9cJP_0-sys", ">=4.19.2"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=14.17.4, <=18.4.6"),dep_req("m3_-sys", "<=4.6.18"),dep("pS0_R451-O9-gl-K0M-03K---bfPoh"),]),pkg!(("ZCu-lH--3dw-sys", "17.2.8") => [dep_req("v_B0_3el_8", "<=15.18.11"),]),pkg!(("ZCu-lH--3dw-sys", "15.16.4") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=9.19.0", DepKind::Build, false),dep_req("m3_-sys", "<=4.6.18"),dep_req_kind("v_B0_3el_8", ">=15.18.11, <=16.0.6", DepKind::Build, false),]),pkg!(("ZCu-lH--3dw-sys", "13.11.2") => [dep_req("bi_9cJP_0-sys", ">=2.11.19, <=16.7.15"),dep("d-sys"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=13.9.8"),dep_req("k-FpPY-_rF_37V", "<=5.15.12"),]),pkg!(("ZCu-lH--3dw-sys", "11.2.4") => [dep_req_kind("d-sys", "<=14.5.13", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=13.17.3, <=18.4.6", DepKind::Build, false),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "*", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=2.5.0, <=11.15.4", DepKind::Build, false),]),pkg!(("ZCu-lH--3dw-sys", "11.0.10") => [dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=3.8.1, <=5.1.9"),dep_req("v_B0_3el_8", ">=11.15.4, <=15.18.11"),]),pkg!(("ZCu-lH--3dw-sys", "10.17.14") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=7.13.4, <=18.4.6", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=15.18.11, <=16.0.6", DepKind::Build, false),]),pkg!(("ZCu-lH--3dw-sys", "9.16.11") => [dep_req("bi_9cJP_0-sys", "<=16.7.15"),dep_req_kind("d-sys", ">=14.5.13", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=16.15.10"),]),pkg!(("ZCu-lH--3dw-sys", "9.13.5") => [dep_req_kind("bi_9cJP_0-sys", ">=16.7.15", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.8.1, <=13.9.7", DepKind::Build, false),]),pkg!(("ZCu-lH--3dw-sys", "9.4.19") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=5.1.9, <=7.15.11", DepKind::Build, false),dep_req("v_B0_3el_8", ">=2.5.0, <=12.2.19"),]),pkg!(("ZCu-lH--3dw-sys", "6.2.9") => [dep_req_kind("bi_9cJP_0-sys", "*", DepKind::Build, false),dep_req("d-sys", ">=8.15.12, <=10.19.18"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=18.11.17", DepKind::Build, false),]),pkg!(("ZCu-lH--3dw-sys", "0.5.4") => [dep_req("d-sys", ">=8.15.12, <=10.19.18"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=16.15.10, <=16.16.3"),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", "*", DepKind::Build, false),]),pkg!(("Y_-i4Zs", "17.18.17") => [dep_req_kind("d-sys", ">=5.18.18, <=7.14.13", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=16.16.3", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", "<=5.15.12"),dep_req_kind("v_B0_3el_8", "<=8.11.17", DepKind::Build, false),]),pkg!(("Y_-i4Zs", "2.0.1") => [dep_req("bi_9cJP_0-sys", "=6.12.0"),dep_req("d-sys", ">=7.14.13"),]),pkg!(("Vhr2Ai55i--sys", "19.10.0") => [dep_req("ZCu-lH--3dw-sys", ">=9.4.19, <=10.17.14"),dep_req("d-sys", ">=14.5.13"),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "=10.10.8", DepKind::Build, false),dep_req("v_B0_3el_8", ">=16.0.6"),]),pkg!(("Vhr2Ai55i--sys", "19.5.7") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=6.15.13, <=13.9.8", DepKind::Build, false),]),pkg!(("Vhr2Ai55i--sys", "18.7.8") => [dep_req("ZCu-lH--3dw-sys", ">=9.16.11, <=17.2.8"),]),pkg!(("Vhr2Ai55i--sys", "15.17.4") => [dep_req_kind("bi_9cJP_0-sys", "=13.9.9", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=5.0.17, <=16.15.10", DepKind::Build, false),dep_req_kind("m3_-sys", "<=4.6.18", DepKind::Build, false),dep_req("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9"),]),pkg!(("Vhr2Ai55i--sys", "12.14.19") => [dep_req_kind("ZCu-lH--3dw-sys", ">=6.2.9, <=9.13.5", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", ">=16.7.15", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", "<=5.15.12"),]),pkg!(("Vhr2Ai55i--sys", "11.3.2") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.8.1, <=16.16.3", DepKind::Build, false),]),pkg!(("Vhr2Ai55i--sys", "10.12.13") => [dep_req_kind("Y_-i4Zs", "<=2.0.1", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", "<=9.4.19"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", "=5.0.17"),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8", DepKind::Build, false),dep_req("v_B0_3el_8", "<=2.5.0"),]),pkg!(("Vhr2Ai55i--sys", "9.6.4") => [dep_req_kind("ZCu-lH--3dw-sys", ">=9.13.5, <=11.2.4", DepKind::Build, false),dep_req("bi_9cJP_0-sys", ">=4.19.2, <=16.7.15"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=5.1.9, <=18.11.17"),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8"),dep_req_kind("v_B0_3el_8", "<=10.16.5", DepKind::Build, false),]),pkg!(("Vhr2Ai55i--sys", "7.19.5") => [dep_req_kind("d-sys", ">=10.19.18, <=14.5.13", DepKind::Build, false),dep("pS0_R451-O9-gl-K0M-03K---bfPoh"),dep("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys"),dep_req_kind("v_B0_3el_8", "<=10.16.5", DepKind::Build, false),]),pkg!(("Vhr2Ai55i--sys", "7.11.15") => [dep_req("ZCu-lH--3dw-sys", "=11.2.4"),dep_req_kind("d-sys", ">=14.5.13, <=17.9.7", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", ">=5.15.12"),]),pkg!(("Vhr2Ai55i--sys", "7.7.14") => [dep_req_kind("Y_-i4Zs", ">=17.18.17", DepKind::Build, false),dep_req_kind("d-sys", "*", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=10.16.5, <=16.0.6", DepKind::Build, false),]),pkg!(("Vhr2Ai55i--sys", "6.12.18") => [dep_req_kind("bi_9cJP_0-sys", "=13.9.9", DepKind::Build, false),dep_req("d-sys", ">=8.15.12, <=17.17.8"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", "<=18.11.17", DepKind::Build, false),dep_req("v_B0_3el_8", ">=12.2.19, <=15.18.11"),]),pkg!(("Vhr2Ai55i--sys", "6.7.7") => [dep_req_kind("d-sys", ">=8.15.12, <=17.17.8", DepKind::Build, false),dep_req("v_B0_3el_8", ">=11.15.4, <=16.0.6"),]),pkg!(("V6z3-4zMlYw1--", "19.0.6") => [dep_req_kind("d-sys", ">=8.15.12, <=10.19.18", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=5.1.9, <=6.15.13", DepKind::Build, false),dep_req("v_B0_3el_8", "<=15.18.11"),]),pkg!(("V6z3-4zMlYw1--", "8.8.17") => [dep_req("Vhr2Ai55i--sys", ">=6.12.18, <=7.11.15"),dep_req("v_B0_3el_8", ">=16.0.6"),]),pkg!(("U_RPU-WU-9Cy-c--5-", "16.12.6") => [dep_req_kind("bi_9cJP_0-sys", ">=4.19.2, <=13.9.9", DepKind::Build, false),dep("k-FpPY-_rF_37V"),]),pkg!(("U_RPU-WU-9Cy-c--5-", "8.13.12") => [dep_req_kind("Vhr2Ai55i--sys", ">=10.12.13, <=12.14.19", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", ">=13.9.9", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.8.1, <=13.9.7", DepKind::Build, false),dep_req_kind("v_B0_3el_8", "<=11.15.4", DepKind::Build, false),]),pkg!(("TRZJ-TB", "19.17.3") => [dep_req("Vhr2Ai55i--sys", "<=12.14.19"),dep_req("Y_-i4Zs", ">=17.18.17"),dep_req_kind("ZCu-lH--3dw-sys", ">=9.16.11, <=10.17.14", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", "<=2.9.7", DepKind::Build, false),dep_req("d-sys", ">=8.15.12, <=17.9.7"),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "*", DepKind::Build, false),dep_req("v_B0_3el_8", ">=10.16.5"),]),pkg!(("TRZJ-TB", "18.18.12") => [dep_req_kind("Vhr2Ai55i--sys", ">=15.17.4", DepKind::Build, false),dep_req("d-sys", ">=7.14.13, <=17.17.8"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=7.15.11, <=9.19.0", DepKind::Build, false),]),pkg!(("TRZJ-TB", "18.12.14") => [dep_req_kind("Vhr2Ai55i--sys", "<=10.12.13", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=10.17.14, <=13.11.2"),dep_req("bi_9cJP_0-sys", ">=4.19.2, <=6.12.0"),dep_req_kind("d-sys", "<=17.17.8", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", "<=13.9.8"),]),pkg!(("TRZJ-TB", "17.6.16") => [dep_req("U_RPU-WU-9Cy-c--5-", ">=16.12.6"),dep_req("Vhr2Ai55i--sys", ">=11.3.2, <=18.7.8"),dep_req_kind("ZCu-lH--3dw-sys", ">=10.17.14, <=13.11.2", DepKind::Build, false),dep_req("bi_9cJP_0-sys", ">=4.19.2, <=6.12.0"),dep_req("d-sys", "<=14.5.13"),dep_req("k-FpPY-_rF_37V", "<=2.16.17"),dep_req("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9"),]),pkg!(("TRZJ-TB", "17.1.3") => [dep_req_kind("Vhr2Ai55i--sys", ">=9.6.4, <=11.3.2", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=14.17.4, <=18.11.17"),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "=10.10.8"),]),pkg!(("TRZJ-TB", "10.2.10") => [dep_req_kind("U_RPU-WU-9Cy-c--5-", "<=8.13.12", DepKind::Build, false),dep_req("Vhr2Ai55i--sys", ">=10.12.13, <=11.3.2"),dep_req("bi_9cJP_0-sys", "<=6.12.0"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=7.13.4, <=16.15.10"),]),pkg!(("TRZJ-TB", "8.3.2") => [dep_req("ZCu-lH--3dw-sys", ">=9.4.19, <=9.13.5"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=7.13.4, <=7.15.11"),]),pkg!(("TRZJ-TB", "3.14.4") => [dep("Y_-i4Zs"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=6.15.13, <=16.15.10"),]),pkg!(("TRZJ-TB", "1.17.5") => [dep_req("U_RPU-WU-9Cy-c--5-", ">=16.12.6"),dep_req_kind("k-FpPY-_rF_37V", "<=5.15.12", DepKind::Build, false),dep_req("v_B0_3el_8", ">=8.11.17, <=12.2.19"),]),pkg!(("TRZJ-TB", "1.7.4") => [dep_req_kind("Vhr2Ai55i--sys", ">=7.19.5, <=18.7.8", DepKind::Build, false),dep_req_kind("Y_-i4Zs", "*", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=9.16.11"),dep_req_kind("d-sys", "<=17.17.8", DepKind::Build, false),dep_req("v_B0_3el_8", "<=15.18.11"),]),pkg!(("TRZJ-TB", "0.7.15") => [dep_req("d-sys", ">=5.18.18"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=13.9.7, <=14.17.4", DepKind::Build, false),]),pkg!(("SwdO800n2_AHEY4_gH97", "19.1.17") => [dep_req("TRZJ-TB", "=18.12.14"),dep_req("bi_9cJP_0-sys", ">=4.19.2"),dep_req("d-sys", ">=7.14.13, <=10.19.18"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6"),]),pkg!(("SwdO800n2_AHEY4_gH97", "16.8.11") => [dep_req("TRZJ-TB", ">=1.7.4, <=17.6.16"),dep_req("U_RPU-WU-9Cy-c--5-", ">=16.12.6"),dep_req_kind("ZCu-lH--3dw-sys", ">=9.4.19, <=9.16.11", DepKind::Build, false),dep_req("d-sys", ">=5.18.18, <=7.14.13"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=7.13.4, <=15.1.16", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=8.11.17, <=16.0.6", DepKind::Build, false),]),pkg!(("SwdO800n2_AHEY4_gH97", "14.2.13") => [dep_req("TRZJ-TB", ">=10.2.10"),dep_req("ZCu-lH--3dw-sys", ">=9.16.11, <=11.2.4"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=15.1.16, <=16.15.10", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", ">=5.15.12"),]),pkg!(("SwdO800n2_AHEY4_gH97", "13.11.16") => [dep_req_kind("V6z3-4zMlYw1--", "<=8.8.17", DepKind::Build, false),dep_req_kind("Vhr2Ai55i--sys", ">=11.3.2", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=6.2.9, <=9.4.19"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=13.9.7, <=14.17.4", DepKind::Build, false),dep_req_kind("k-FpPY-_rF_37V", "<=5.15.12", DepKind::Build, false),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "=10.10.8", DepKind::Build, false),]),pkg!(("SwdO800n2_AHEY4_gH97", "12.10.13") => [dep_req_kind("Y_-i4Zs", "*", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=9.19.0, <=14.17.4", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=11.15.4", DepKind::Build, false),]),pkg!(("SwdO800n2_AHEY4_gH97", "12.10.12") => [dep_req_kind("Vhr2Ai55i--sys", ">=10.12.13", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", ">=6.12.0", DepKind::Build, false),dep_req_kind("d-sys", "<=17.9.7", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=5.0.17, <=7.13.4", DepKind::Build, false),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", ">=14.8.9"),dep_req("v_B0_3el_8", ">=11.15.4, <=12.2.19"),]),pkg!(("SwdO800n2_AHEY4_gH97", "11.8.10") => [dep_req("Vhr2Ai55i--sys", ">=9.6.4, <=10.12.13"),dep_req_kind("d-sys", ">=14.5.13, <=17.9.7", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=13.9.7, <=16.16.3", DepKind::Build, false),dep_req_kind("k-FpPY-_rF_37V", "=5.15.12", DepKind::Build, false),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8"),dep_req("v_B0_3el_8", ">=12.2.19, <=16.0.6"),]),pkg!(("SwdO800n2_AHEY4_gH97", "8.15.2") => [dep_req("Y_-i4Zs", "<=2.0.1"),]),pkg!(("SwdO800n2_AHEY4_gH97", "8.3.14") => [dep_req("TRZJ-TB", "<=1.17.5"),dep_req_kind("V6z3-4zMlYw1--", "*", DepKind::Build, false),dep_req_kind("ZCu-lH--3dw-sys", ">=9.13.5, <=9.16.11", DepKind::Build, false),dep_req_kind("d-sys", ">=8.15.12", DepKind::Build, false),dep_req("v_B0_3el_8", ">=8.11.17, <=16.0.6"),]),pkg!(("SwdO800n2_AHEY4_gH97", "7.0.17") => [dep_req("TRZJ-TB", ">=1.17.5, <=10.2.10"),dep_req("Vhr2Ai55i--sys", ">=6.12.18, <=11.3.2"),dep_req_kind("ZCu-lH--3dw-sys", ">=11.0.10, <=15.16.4", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", "<=13.9.9", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=7.15.11, <=13.9.8", DepKind::Build, false),dep_req("v_B0_3el_8", "<=10.16.5"),]),pkg!(("SwdO800n2_AHEY4_gH97", "6.9.3") => [dep_req_kind("Vhr2Ai55i--sys", ">=7.7.14, <=10.12.13", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=15.16.4, <=17.2.8"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=6.15.13, <=13.9.8"),dep_req("m3_-sys", ">=7.2.9"),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8"),]),pkg!(("SwdO800n2_AHEY4_gH97", "6.4.8") => [dep_req("bi_9cJP_0-sys", "<=4.19.2"),dep_req_kind("d-sys", ">=10.19.18, <=14.5.13", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", "<=3.7.6"),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "*", DepKind::Build, false),]),pkg!(("SwdO800n2_AHEY4_gH97", "5.17.17") => [dep_req("V6z3-4zMlYw1--", ">=19.0.6"),dep_req_kind("Vhr2Ai55i--sys", ">=7.19.5, <=10.12.13", DepKind::Build, false),dep_req_kind("Y_-i4Zs", "*", DepKind::Build, false),dep_req("d-sys", ">=8.15.12"),dep_req("v_B0_3el_8", "<=12.2.19"),]),pkg!(("SwdO800n2_AHEY4_gH97", "5.9.0") => [dep_req_kind("Vhr2Ai55i--sys", ">=19.5.7", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", ">=4.19.2, <=16.7.15", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=2.5.0, <=12.2.19", DepKind::Build, false),]),pkg!(("SwdO800n2_AHEY4_gH97", "3.1.18") => [dep_req("TRZJ-TB", ">=18.12.14, <=18.18.12"),dep_req("ZCu-lH--3dw-sys", ">=11.0.10, <=15.16.4"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=3.8.1"),]),pkg!(("PR-1_-", "19.8.13") => [dep_req("SwdO800n2_AHEY4_gH97", ">=13.11.16, <=16.8.11"),dep_req_kind("TRZJ-TB", ">=8.3.2, <=17.1.3", DepKind::Build, false),dep_req_kind("V6z3-4zMlYw1--", "*", DepKind::Build, false),dep_req_kind("Vhr2Ai55i--sys", ">=11.3.2, <=18.7.8", DepKind::Build, false),dep_req("Y_-i4Zs", ">=17.18.17"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=7.13.4", DepKind::Build, false),]),pkg!(("PR-1_-", "18.17.17") => [dep_req_kind("SwdO800n2_AHEY4_gH97", ">=5.9.0, <=16.8.11", DepKind::Build, false),dep_req_kind("Vhr2Ai55i--sys", ">=9.6.4, <=11.3.2", DepKind::Build, false),dep_req_kind("ZCu-lH--3dw-sys", "<=15.16.4", DepKind::Build, false),dep_req("bi_9cJP_0-sys", ">=2.11.19, <=16.7.15"),dep_req_kind("d-sys", ">=8.15.12", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=15.1.16, <=18.11.17", DepKind::Build, false),dep_req("v_B0_3el_8", "<=16.0.6"),]),pkg!(("PR-1_-", "17.18.9") => [dep_req_kind("U_RPU-WU-9Cy-c--5-", ">=16.12.6", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=11.0.10, <=17.2.8"),dep_req("bi_9cJP_0-sys", "<=16.7.15"),dep_req("d-sys", ">=10.19.18"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=14.17.4", DepKind::Build, false),]),pkg!(("PR-1_-", "15.18.15") => [dep_req("SwdO800n2_AHEY4_gH97", ">=5.9.0, <=13.11.16"),dep_req_kind("Vhr2Ai55i--sys", ">=6.12.18, <=11.3.2", DepKind::Build, false),dep_req_kind("Y_-i4Zs", "*", DepKind::Build, false),dep_req_kind("ZCu-lH--3dw-sys", ">=9.13.5, <=11.0.10", DepKind::Build, false),dep_req_kind("d-sys", ">=5.18.18, <=7.14.13", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=5.0.17, <=13.9.7"),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=1.16.5"),]),pkg!(("PR-1_-", "10.19.10") => [dep_req("SwdO800n2_AHEY4_gH97", ">=5.9.0, <=6.4.8"),dep_req("bi_9cJP_0-sys", ">=6.12.0, <=13.9.9"),dep_req_kind("d-sys", ">=5.18.18, <=8.15.12", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=7.15.11, <=14.17.4", DepKind::Build, false),dep("k-FpPY-_rF_37V"),dep_req_kind("v_B0_3el_8", "<=15.18.11", DepKind::Build, false),]),pkg!(("PR-1_-", "9.10.15") => [dep_req("SwdO800n2_AHEY4_gH97", ">=7.0.17, <=12.10.13"),dep_req("Vhr2Ai55i--sys", ">=10.12.13, <=19.5.7"),dep_req("ZCu-lH--3dw-sys", ">=9.4.19, <=15.16.4"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", "*", DepKind::Build, false),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9", DepKind::Build, false),dep_req_kind("v_B0_3el_8", "=8.11.17", DepKind::Build, false),]),pkg!(("PR-1_-", "3.17.6") => [dep_req_kind("TRZJ-TB", ">=10.2.10, <=17.6.16", DepKind::Build, false),dep_req("d-sys", ">=8.15.12, <=17.9.7"),dep_req_kind("m3_-sys", "*", DepKind::Build, false),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=8.11.17, <=12.2.19", DepKind::Build, false),]),pkg!(("PR-1_-", "0.8.11") => [dep_req("SwdO800n2_AHEY4_gH97", ">=5.9.0, <=11.8.10"),dep_req_kind("Y_-i4Zs", "*", DepKind::Build, false),dep_req("d-sys", ">=7.14.13, <=8.15.12"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=9.19.0, <=13.9.8", DepKind::Build, false),]),pkg!(("PO-FKFrg-s__S3hKn--sys", "19.13.13") => [dep_req("SwdO800n2_AHEY4_gH97", ">=12.10.12, <=12.10.13"),dep_req("TRZJ-TB", ">=1.7.4, <=17.1.3"),dep_req_kind("Vhr2Ai55i--sys", ">=7.7.14, <=19.5.7", DepKind::Build, false),dep_req_kind("ZCu-lH--3dw-sys", ">=9.13.5", DepKind::Build, false),dep_req("bi_9cJP_0-sys", "=16.7.15"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=5.0.17, <=7.13.4", DepKind::Build, false),dep_req_kind("v_B0_3el_8", "*", DepKind::Build, false),]),pkg!(("P7c20", "19.12.10") => [dep_req("SwdO800n2_AHEY4_gH97", ">=11.8.10, <=16.8.11"),dep_req_kind("bi_9cJP_0-sys", ">=17.12.0", DepKind::Build, false),dep_req_kind("d-sys", ">=7.14.13, <=17.17.8", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", ">=5.15.12"),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", "<=4.6.17", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=10.16.5, <=16.0.6", DepKind::Build, false),]),pkg!(("P7c20", "10.11.19") => [dep_req_kind("PR-1_-", ">=15.18.15, <=18.17.17", DepKind::Build, false),dep_req_kind("TRZJ-TB", ">=1.7.4, <=1.17.5", DepKind::Build, false),dep_req("V6z3-4zMlYw1--", "<=8.8.17"),dep_req_kind("ZCu-lH--3dw-sys", ">=6.2.9, <=17.2.8", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=3.8.1", DepKind::Build, false),dep_req_kind("m3_-sys", "*", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=11.15.4, <=16.0.6", DepKind::Build, false),]),pkg!(("P7c20", "7.18.17") => [dep_req_kind("PR-1_-", ">=15.18.15, <=18.17.17", DepKind::Build, false),dep_req_kind("SwdO800n2_AHEY4_gH97", ">=8.15.2, <=12.10.12", DepKind::Build, false),dep_req_kind("U_RPU-WU-9Cy-c--5-", ">=16.12.6", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=6.2.9, <=13.11.2"),dep_req("bi_9cJP_0-sys", "=4.19.2"),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", ">=10.10.8"),dep_req("v_B0_3el_8", ">=2.5.0, <=8.11.17"),]),pkg!(("P7c20", "7.18.6") => [dep_req("SwdO800n2_AHEY4_gH97", ">=6.4.8, <=11.8.10"),dep("U_RPU-WU-9Cy-c--5-"),dep_req_kind("Vhr2Ai55i--sys", "<=7.19.5", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=9.16.11, <=17.2.8"),dep_req("bi_9cJP_0-sys", "<=6.12.0"),dep_req("d-sys", ">=10.19.18"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=2.6.13, <=18.11.17"),dep_req("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9"),dep_req("v_B0_3el_8", "<=16.0.6"),]),pkg!(("P7c20", "6.5.11") => [dep_req_kind("TRZJ-TB", ">=1.7.4, <=18.18.12", DepKind::Build, false),dep_req("Vhr2Ai55i--sys", ">=7.19.5, <=12.14.19"),dep_req("ZCu-lH--3dw-sys", ">=9.16.11, <=11.0.10"),dep_req_kind("d-sys", "<=7.14.13", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=15.1.16, <=16.16.3", DepKind::Build, false),dep_req_kind("k-FpPY-_rF_37V", "<=5.15.12", DepKind::Build, false),]),pkg!(("P7c20", "6.1.14") => [dep_req_kind("SwdO800n2_AHEY4_gH97", "*", DepKind::Build, false),dep_req("TRZJ-TB", ">=8.3.2, <=18.12.14"),dep_req_kind("V6z3-4zMlYw1--", ">=19.0.6", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=9.4.19, <=9.16.11"),dep_req_kind("bi_9cJP_0-sys", ">=13.9.9, <=16.7.15", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=14.17.4, <=16.15.10", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", "<=2.16.17"),]),pkg!(("P7c20", "4.0.4") => [dep_req_kind("PO-FKFrg-s__S3hKn--sys", "*", DepKind::Build, false),dep_req("TRZJ-TB", ">=1.7.4, <=1.17.5"),dep_req_kind("Vhr2Ai55i--sys", "=9.6.4", DepKind::Build, false),dep("Y_-i4Zs"),dep_req("k-FpPY-_rF_37V", ">=5.15.12"),]),pkg!(("P7c20", "1.12.5") => [dep_req("PR-1_-", ">=3.17.6, <=17.18.9"),dep_req_kind("SwdO800n2_AHEY4_gH97", ">=7.0.17, <=11.8.10", DepKind::Build, false),dep_req("TRZJ-TB", "<=1.7.4"),dep("V6z3-4zMlYw1--"),dep_req_kind("ZCu-lH--3dw-sys", ">=6.2.9, <=9.4.19", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", ">=16.7.15", DepKind::Build, false),dep_req_kind("d-sys", "=17.9.7", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=16.16.3", DepKind::Build, false),dep_req_kind("k-FpPY-_rF_37V", "*", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=8.11.17, <=16.0.6", DepKind::Build, false),]),pkg!(("LH6__-2u-s_p_Bo0Xq-sys", "18.2.14") => [dep_req("P7c20", ">=4.0.4, <=7.18.17"),dep_req("SwdO800n2_AHEY4_gH97", ">=7.0.17, <=8.3.14"),dep_req_kind("Vhr2Ai55i--sys", ">=9.6.4, <=18.7.8", DepKind::Build, false),dep_req("bi_9cJP_0-sys", "=16.7.15"),]),pkg!(("LH6__-2u-s_p_Bo0Xq-sys", "17.8.9") => [dep_req_kind("SwdO800n2_AHEY4_gH97", ">=8.3.14, <=11.8.10", DepKind::Build, false),dep_req("TRZJ-TB", ">=17.1.3, <=17.6.16"),dep_req_kind("Vhr2Ai55i--sys", ">=11.3.2, <=12.14.19", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=3.8.1, <=16.15.10"),]),pkg!(("LH6__-2u-s_p_Bo0Xq-sys", "13.16.2") => [dep_req_kind("SwdO800n2_AHEY4_gH97", ">=7.0.17, <=8.3.14", DepKind::Build, false),dep_req_kind("TRZJ-TB", ">=8.3.2, <=18.18.12", DepKind::Build, false),dep_req_kind("Vhr2Ai55i--sys", ">=19.5.7", DepKind::Build, false),dep_req("d-sys", ">=7.14.13, <=14.5.13"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", "=6.15.13", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", ">=5.15.12"),]),pkg!(("LH6__-2u-s_p_Bo0Xq-sys", "13.11.15") => [dep_req("PR-1_-", ">=3.17.6, <=17.18.9"),dep_req_kind("SwdO800n2_AHEY4_gH97", ">=6.4.8, <=12.10.13", DepKind::Build, false),dep_req("TRZJ-TB", "=8.3.2"),dep_req_kind("V6z3-4zMlYw1--", "*", DepKind::Build, false),dep_req("Vhr2Ai55i--sys", ">=7.7.14, <=15.17.4"),dep_req("Y_-i4Zs", "<=2.0.1"),dep_req("ZCu-lH--3dw-sys", ">=13.11.2"),dep_req_kind("d-sys", ">=14.5.13, <=17.17.8", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=18.11.17"),dep_req_kind("k-FpPY-_rF_37V", "<=5.15.12", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=2.5.0, <=12.2.19", DepKind::Build, false),]),pkg!(("LH6__-2u-s_p_Bo0Xq-sys", "11.2.15") => [dep_req("SwdO800n2_AHEY4_gH97", ">=8.3.14, <=11.8.10"),dep_req_kind("Vhr2Ai55i--sys", ">=7.7.14, <=18.7.8", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=18.13.1"),dep("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys"),]),pkg!(("LH6__-2u-s_p_Bo0Xq-sys", "8.12.10") => [dep_req_kind("SwdO800n2_AHEY4_gH97", ">=11.8.10, <=12.10.13", DepKind::Build, false),dep_req_kind("Vhr2Ai55i--sys", ">=9.6.4, <=15.17.4", DepKind::Build, false),dep_req_kind("ZCu-lH--3dw-sys", "=9.13.5", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", "<=18.4.6"),]),pkg!(("LH6__-2u-s_p_Bo0Xq-sys", "6.1.10") => [dep_req_kind("SwdO800n2_AHEY4_gH97", ">=6.9.3, <=8.15.2", DepKind::Build, false),dep_req_kind("Vhr2Ai55i--sys", ">=7.19.5, <=10.12.13", DepKind::Build, false),dep_req_kind("Y_-i4Zs", "<=2.0.1", DepKind::Build, false),dep_req_kind("d-sys", ">=8.15.12, <=17.9.7", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=2.6.13, <=6.15.13"),]),pkg!(("LH6__-2u-s_p_Bo0Xq-sys", "4.3.18") => [dep_req_kind("P7c20", "*", DepKind::Build, false),dep_req_kind("SwdO800n2_AHEY4_gH97", "<=8.15.2", DepKind::Build, false),dep_req_kind("Vhr2Ai55i--sys", ">=9.6.4", DepKind::Build, false),dep_req_kind("ZCu-lH--3dw-sys", ">=9.13.5, <=11.2.4", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=5.1.9, <=7.13.4", DepKind::Build, false),dep_req_kind("k-FpPY-_rF_37V", "*", DepKind::Build, false),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "=10.10.8"),]),pkg!(("LH6__-2u-s_p_Bo0Xq-sys", "0.1.6") => [dep_req("P7c20", ">=7.18.17, <=10.11.19"),dep_req_kind("TRZJ-TB", ">=10.2.10", DepKind::Build, false),dep_req_kind("Vhr2Ai55i--sys", ">=7.11.15, <=19.5.7", DepKind::Build, false),dep_req("m3_-sys", ">=7.2.9"),]),pkg!(("L1g", "16.10.4") => [dep("PO-FKFrg-s__S3hKn--sys"),dep_req_kind("SwdO800n2_AHEY4_gH97", ">=6.4.8, <=12.10.13", DepKind::Build, false),dep_req("TRZJ-TB", ">=1.7.4, <=10.2.10"),dep_req("U_RPU-WU-9Cy-c--5-", ">=16.12.6"),dep_req("Y_-i4Zs", ">=17.18.17"),dep_req_kind("ZCu-lH--3dw-sys", "=9.13.5", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", ">=4.19.2, <=16.7.15", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=7.13.4, <=13.17.3"),]),pkg!(("L1g", "10.14.18") => [dep_req_kind("PR-1_-", "<=10.19.10", DepKind::Build, false),dep_req_kind("SwdO800n2_AHEY4_gH97", ">=7.0.17, <=16.8.11", DepKind::Build, false),dep_req("TRZJ-TB", ">=1.17.5, <=10.2.10"),dep_req_kind("Vhr2Ai55i--sys", ">=12.14.19", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", "<=2.9.7", DepKind::Build, false),dep_req("d-sys", "=5.18.18"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=16.16.3, <=18.4.6"),dep_req_kind("v_B0_3el_8", ">=15.18.11, <=16.0.6", DepKind::Build, false),]),pkg!(("L1g", "7.15.7") => [dep_req_kind("LH6__-2u-s_p_Bo0Xq-sys", "<=4.3.18", DepKind::Build, false),dep_req("PR-1_-", ">=10.19.10, <=18.17.17"),dep_req_kind("SwdO800n2_AHEY4_gH97", ">=12.10.13, <=16.8.11", DepKind::Build, false),dep_req_kind("TRZJ-TB", "<=8.3.2", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=9.4.19, <=17.2.8"),dep_req_kind("d-sys", ">=14.5.13, <=17.9.7", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", "=7.15.11"),]),pkg!(("E-6--9ey_-_n__k__j58_J982gx3--sys", "15.4.7") => [dep_req_kind("L1g", "*", DepKind::Build, false),dep_req_kind("LH6__-2u-s_p_Bo0Xq-sys", ">=6.1.10, <=17.8.9", DepKind::Build, false),dep_req_kind("P7c20", ">=6.1.14, <=6.5.11", DepKind::Build, false),dep_req("PR-1_-", ">=15.18.15, <=17.18.9"),dep_req_kind("SwdO800n2_AHEY4_gH97", "=5.17.17", DepKind::Build, false),dep_req_kind("TRZJ-TB", ">=1.17.5, <=3.14.4", DepKind::Build, false),dep_req("Vhr2Ai55i--sys", ">=11.3.2, <=18.7.8"),dep_req_kind("Y_-i4Zs", "*", DepKind::Build, false),dep_req_kind("d-sys", ">=7.14.13, <=17.17.8", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=6.15.13"),dep_req_kind("k-FpPY-_rF_37V", "<=2.16.17", DepKind::Build, false),dep_req("v_B0_3el_8", ">=10.16.5, <=16.0.6"),]),pkg!(("E-6--9ey_-_n__k__j58_J982gx3--sys", "14.2.1") => [dep_req("PR-1_-", "<=3.17.6"),dep_req("TRZJ-TB", ">=8.3.2, <=18.12.14"),dep_req("Vhr2Ai55i--sys", "<=18.7.8"),dep_req("bi_9cJP_0-sys", ">=6.12.0, <=13.9.9"),dep_req("d-sys", ">=5.18.18, <=8.15.12"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=13.9.8, <=18.11.17", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", "=5.15.12"),]),pkg!(("E-6--9ey_-_n__k__j58_J982gx3--sys", "10.5.1") => [dep_req("L1g", "<=10.14.18"),dep_req_kind("P7c20", ">=6.1.14, <=7.18.17", DepKind::Build, false),dep_req("SwdO800n2_AHEY4_gH97", "<=14.2.13"),dep_req_kind("TRZJ-TB", "=18.18.12", DepKind::Build, false),dep_req_kind("U_RPU-WU-9Cy-c--5-", "*", DepKind::Build, false),dep_req("Vhr2Ai55i--sys", ">=18.7.8, <=19.5.7"),dep_req_kind("d-sys", "<=14.5.13", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.8.1, <=15.1.16", DepKind::Build, false),dep_req("v_B0_3el_8", ">=2.5.0, <=16.0.6"),]),pkg!(("E-6--9ey_-_n__k__j58_J982gx3--sys", "10.0.1") => [dep_req("L1g", ">=10.14.18"),dep_req_kind("LH6__-2u-s_p_Bo0Xq-sys", ">=13.11.15, <=13.16.2", DepKind::Build, false),dep_req_kind("PR-1_-", ">=10.19.10", DepKind::Build, false),dep_req_kind("TRZJ-TB", ">=3.14.4, <=10.2.10", DepKind::Build, false),dep_req("Vhr2Ai55i--sys", ">=10.12.13, <=19.5.7"),dep_req_kind("ZCu-lH--3dw-sys", "<=9.16.11", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", ">=13.9.9", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=18.11.17", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=10.16.5", DepKind::Build, false),]),pkg!(("E-6--9ey_-_n__k__j58_J982gx3--sys", "1.14.19") => [dep_req("P7c20", "<=6.5.11"),dep("U_RPU-WU-9Cy-c--5-"),dep_req_kind("bi_9cJP_0-sys", "<=16.7.15", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=2.6.13, <=6.15.13", DepKind::Build, false),]),pkg!(("DOyf6G18Z_d_u-X-p-qb-p_P1O-sys", "14.7.9") => [dep_req("LH6__-2u-s_p_Bo0Xq-sys", ">=8.12.10, <=17.8.9"),dep_req("V6z3-4zMlYw1--", "<=8.8.17"),dep_req_kind("Vhr2Ai55i--sys", ">=6.12.18", DepKind::Build, false),dep_req("bi_9cJP_0-sys", ">=6.12.0, <=13.9.9"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", "<=6.15.13", DepKind::Build, false),]),pkg!(("DOyf6G18Z_d_u-X-p-qb-p_P1O-sys", "5.17.3") => [dep_req_kind("L1g", "*", DepKind::Build, false),dep_req("LH6__-2u-s_p_Bo0Xq-sys", ">=8.12.10, <=13.16.2"),dep_req("P7c20", "<=7.18.6"),dep_req("TRZJ-TB", "<=0.7.15"),dep_req("V6z3-4zMlYw1--", "<=8.8.17"),dep_req("ZCu-lH--3dw-sys", ">=9.13.5, <=15.16.4"),dep_req_kind("d-sys", ">=8.15.12, <=10.19.18", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=13.17.3, <=15.1.16", DepKind::Build, false),dep_req_kind("m3_-sys", ">=7.2.9", DepKind::Build, false),dep_req("v_B0_3el_8", ">=15.18.11, <=16.0.6"),]),pkg!(("DOyf6G18Z_d_u-X-p-qb-p_P1O-sys", "4.3.15") => [dep_req_kind("LH6__-2u-s_p_Bo0Xq-sys", ">=13.16.2", DepKind::Build, false),dep_req_kind("P7c20", "=4.0.4", DepKind::Build, false),dep_req_kind("PR-1_-", ">=3.17.6, <=9.10.15", DepKind::Build, false),dep_req_kind("SwdO800n2_AHEY4_gH97", "<=13.11.16", DepKind::Build, false),dep_req_kind("ZCu-lH--3dw-sys", ">=9.4.19, <=10.17.14", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=5.0.17, <=16.16.3"),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", "*", DepKind::Build, false),dep_req_kind("v_B0_3el_8", "=12.2.19", DepKind::Build, false),]),pkg!(("DOyf6G18Z_d_u-X-p-qb-p_P1O-sys", "3.1.6") => [dep_req_kind("PR-1_-", ">=17.18.9, <=18.17.17", DepKind::Build, false),dep_req_kind("SwdO800n2_AHEY4_gH97", ">=6.4.8", DepKind::Build, false),dep_req("Vhr2Ai55i--sys", ">=6.12.18, <=7.19.5"),dep_req_kind("bi_9cJP_0-sys", ">=2.11.19", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=14.17.4"),]),pkg!(("B", "10.16.7") => [dep_req("DOyf6G18Z_d_u-X-p-qb-p_P1O-sys", "<=5.17.3"),dep_req_kind("E-6--9ey_-_n__k__j58_J982gx3--sys", "=10.5.1", DepKind::Build, false),dep_req_kind("P7c20", ">=6.5.11, <=7.18.17", DepKind::Build, false),dep_req("SwdO800n2_AHEY4_gH97", ">=12.10.13, <=16.8.11"),dep_req_kind("TRZJ-TB", ">=3.14.4, <=17.1.3", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", "<=6.12.0", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=6.15.13, <=18.4.6"),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", "<=4.6.17", DepKind::Build, false),dep_req("v_B0_3el_8", "<=12.2.19"),]),pkg!(("B", "9.19.17") => [dep_req_kind("PO-FKFrg-s__S3hKn--sys", "*", DepKind::Build, false),dep_req("PR-1_-", "=9.10.15"),dep_req("SwdO800n2_AHEY4_gH97", ">=14.2.13"),dep_req_kind("Vhr2Ai55i--sys", ">=11.3.2", DepKind::Build, false),dep_req("bi_9cJP_0-sys", ">=6.12.0, <=16.7.15"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=2.6.13, <=3.8.1", DepKind::Build, false),dep_req("v_B0_3el_8", ">=8.11.17, <=11.15.4"),]),pkg!(("B", "2.13.12") => [dep_req("DOyf6G18Z_d_u-X-p-qb-p_P1O-sys", "<=3.1.6"),dep_req("PR-1_-", ">=3.17.6, <=17.18.9"),dep_req("SwdO800n2_AHEY4_gH97", ">=6.4.8, <=13.11.16"),dep_req("TRZJ-TB", "<=18.12.14"),dep_req_kind("bi_9cJP_0-sys", "=2.11.19", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=7.15.11, <=14.17.4", DepKind::Build, false),dep_req_kind("m3_-sys", "*", DepKind::Build, false),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9", DepKind::Build, false),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", ">=10.10.8"),]),pkg!(("B", "0.8.2") => [dep_req_kind("LH6__-2u-s_p_Bo0Xq-sys", ">=6.1.10, <=17.8.9", DepKind::Build, false),dep_req_kind("PR-1_-", ">=9.10.15, <=15.18.15", DepKind::Build, false),dep_req_kind("SwdO800n2_AHEY4_gH97", "=6.4.8", DepKind::Build, false),dep_req_kind("TRZJ-TB", "<=17.1.3", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=9.4.19, <=9.13.5"),dep_req_kind("k-FpPY-_rF_37V", "<=5.15.12", DepKind::Build, false),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8"),dep_req_kind("v_B0_3el_8", ">=8.11.17", DepKind::Build, false),]),], indexes_to_unpublish = [
    Index(
        6863336201716275769,
    ),
    Index(
        16629085853236602154,
    ),
    Index(
        5070543905633679382,
    ),
]
	successes: 25
	local rejects: 0
	global rejects: 0


---- prop_removing_a_dep_cant_break stdout ----
proptest: FileFailurePersistence::SourceParallel set, but failed to find lib.rs or main.rs
thread 'prop_removing_a_dep_cant_break' panicked at src/cargo/core/resolver/types.rs:73:13:
got to 50_000 ticks in 8.710707623s
Part used befor drop: vec![pkg!(("v_B0_3el_8", "17.2.13")),pkg!(("v_B0_3el_8", "16.0.6")),pkg!(("v_B0_3el_8", "15.18.11")),pkg!(("v_B0_3el_8", "12.2.19")),pkg!(("v_B0_3el_8", "11.15.4")),pkg!(("v_B0_3el_8", "10.16.5")),pkg!(("v_B0_3el_8", "8.11.17")),pkg!(("v_B0_3el_8", "2.5.0")),pkg!(("v_B0_3el_8", "1.12.1")),pkg!(("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "14.8.9") => [dep_req_kind("v_B0_3el_8", ">=8.11.17, <=12.2.19", DepKind::Build, false),]),pkg!(("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "10.10.8") => [dep_req("v_B0_3el_8", "=8.11.17"),]),pkg!(("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "1.16.5") => [dep_req_kind("v_B0_3el_8", ">=11.15.4, <=16.0.6", DepKind::Build, false),]),pkg!(("pS0_R451-O9-gl-K0M-03K---bfPoh", "8.4.9")),pkg!(("pS0_R451-O9-gl-K0M-03K---bfPoh", "4.6.17") => [dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=1.16.5", DepKind::Build, false),]),pkg!(("m3_-sys", "7.2.9")),pkg!(("m3_-sys", "4.6.18")),pkg!(("k-FpPY-_rF_37V", "12.17.19")),pkg!(("k-FpPY-_rF_37V", "5.15.12") => [dep_req("v_B0_3el_8", ">=11.15.4, <=12.2.19"),]),pkg!(("k-FpPY-_rF_37V", "2.16.17") => [dep_req_kind("v_B0_3el_8", ">=12.2.19, <=15.18.11", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "18.13.1") => [dep_req_kind("v_B0_3el_8", ">=8.11.17", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "18.11.17")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "18.4.6")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "16.16.3")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "16.15.10")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "15.1.16") => [dep_req("k-FpPY-_rF_37V", ">=12.17.19"),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", "<=4.6.17", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "14.17.4") => [dep("pS0_R451-O9-gl-K0M-03K---bfPoh"),dep_req("v_B0_3el_8", "<=2.5.0"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "13.17.3")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "13.9.8")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "13.9.7") => [dep_req("v_B0_3el_8", ">=15.18.11, <=16.0.6"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "9.19.0") => [dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", ">=14.8.9"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "7.15.11")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "7.13.4") => [dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", "*", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "6.15.13") => [dep_req("v_B0_3el_8", ">=2.5.0, <=10.16.5"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "5.1.9") => [dep_req_kind("k-FpPY-_rF_37V", ">=12.17.19", DepKind::Build, false),dep_req("pS0_R451-O9-gl-K0M-03K---bfPoh", "<=4.6.17"),dep_req_kind("v_B0_3el_8", ">=2.5.0, <=10.16.5", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "5.0.17") => [dep_req_kind("k-FpPY-_rF_37V", ">=5.15.12", DepKind::Build, false),dep("pS0_R451-O9-gl-K0M-03K---bfPoh"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "3.8.1")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "3.7.6") => [dep_req("v_B0_3el_8", ">=10.16.5"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "2.6.13") => [dep_req_kind("k-FpPY-_rF_37V", ">=5.15.12", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "0.5.11") => [dep_req_kind("m3_-sys", ">=7.2.9", DepKind::Build, false),]),pkg!(("d-sys", "19.11.14") => [dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=14.17.4, <=16.15.10"),]),pkg!(("d-sys", "17.17.8") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=16.16.3", DepKind::Build, false),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", "*", DepKind::Build, false),]),pkg!(("d-sys", "17.9.7") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=5.0.17", DepKind::Build, false),]),pkg!(("d-sys", "14.5.13") => [dep("k-FpPY-_rF_37V"),]),pkg!(("d-sys", "10.19.18") => [dep("bad"),]),pkg!(("d-sys", "8.15.12") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=2.6.13, <=5.1.9", DepKind::Build, false),dep("m3_-sys"),]),pkg!(("d-sys", "7.14.13")),pkg!(("d-sys", "5.18.18") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=14.17.4, <=18.11.17", DepKind::Build, false),dep_req_kind("v_B0_3el_8", "<=2.5.0", DepKind::Build, false),]),pkg!(("d-sys", "4.0.8") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=2.6.13, <=13.9.7", DepKind::Build, false),dep("m3_-sys"),]),pkg!(("bi_9cJP_0-sys", "17.12.0") => [dep_req_kind("d-sys", ">=5.18.18, <=14.5.13", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=5.1.9"),dep_req("k-FpPY-_rF_37V", "<=5.15.12"),dep_req_kind("v_B0_3el_8", ">=2.5.0, <=16.0.6", DepKind::Build, false),]),pkg!(("bi_9cJP_0-sys", "16.7.15") => [dep_req("d-sys", ">=17.17.8"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=7.15.11, <=18.4.6"),dep("m3_-sys"),dep_req_kind("v_B0_3el_8", ">=11.15.4", DepKind::Build, false),]),pkg!(("bi_9cJP_0-sys", "13.9.9") => [dep_req("d-sys", ">=10.19.18"),dep_req("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9"),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8", DepKind::Build, false),dep_req("v_B0_3el_8", "<=8.11.17"),]),pkg!(("bi_9cJP_0-sys", "6.12.0") => [dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=5.1.9, <=18.4.6"),dep_req_kind("v_B0_3el_8", ">=16.0.6", DepKind::Build, false),]),pkg!(("bi_9cJP_0-sys", "4.19.2") => [dep_req_kind("d-sys", "=14.5.13", DepKind::Build, false),dep_req_kind("m3_-sys", "<=4.6.18", DepKind::Build, false),dep_req("v_B0_3el_8", ">=11.15.4"),]),pkg!(("bi_9cJP_0-sys", "2.11.19") => [dep("d-sys"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", "*", DepKind::Build, false),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9", DepKind::Build, false),]),pkg!(("bi_9cJP_0-sys", "2.9.7") => [dep_req_kind("d-sys", "<=7.14.13", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", "<=13.17.3"),dep_req("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9"),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8", DepKind::Build, false),]),pkg!(("ZCu-lH--3dw-sys", "17.5.2") => [dep_req("bi_9cJP_0-sys", ">=4.19.2"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=14.17.4, <=18.4.6"),dep_req("m3_-sys", "<=4.6.18"),dep("pS0_R451-O9-gl-K0M-03K---bfPoh"),]),pkg!(("ZCu-lH--3dw-sys", "17.2.8") => [dep_req("v_B0_3el_8", "<=15.18.11"),]),pkg!(("ZCu-lH--3dw-sys", "15.16.4") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=9.19.0", DepKind::Build, false),dep_req("m3_-sys", "<=4.6.18"),dep_req_kind("v_B0_3el_8", ">=15.18.11, <=16.0.6", DepKind::Build, false),]),pkg!(("ZCu-lH--3dw-sys", "13.11.2") => [dep_req("bi_9cJP_0-sys", ">=2.11.19, <=16.7.15"),dep("d-sys"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=13.9.8"),dep_req("k-FpPY-_rF_37V", "<=5.15.12"),]),pkg!(("ZCu-lH--3dw-sys", "11.2.4") => [dep_req_kind("d-sys", "<=14.5.13", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=13.17.3, <=18.4.6", DepKind::Build, false),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "*", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=2.5.0, <=11.15.4", DepKind::Build, false),]),pkg!(("ZCu-lH--3dw-sys", "11.0.10") => [dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=3.8.1, <=5.1.9"),dep_req("v_B0_3el_8", ">=11.15.4, <=15.18.11"),]),pkg!(("ZCu-lH--3dw-sys", "10.17.14") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=7.13.4, <=18.4.6", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=15.18.11, <=16.0.6", DepKind::Build, false),]),pkg!(("ZCu-lH--3dw-sys", "9.16.11") => [dep_req("bi_9cJP_0-sys", "<=16.7.15"),dep_req_kind("d-sys", ">=14.5.13", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=16.15.10"),]),pkg!(("ZCu-lH--3dw-sys", "9.13.5") => [dep_req_kind("bi_9cJP_0-sys", ">=16.7.15", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.8.1, <=13.9.7", DepKind::Build, false),]),pkg!(("ZCu-lH--3dw-sys", "9.4.19") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=5.1.9, <=7.15.11", DepKind::Build, false),dep_req("v_B0_3el_8", ">=2.5.0, <=12.2.19"),]),pkg!(("ZCu-lH--3dw-sys", "6.2.9") => [dep_req_kind("bi_9cJP_0-sys", "*", DepKind::Build, false),dep_req("d-sys", ">=8.15.12, <=10.19.18"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=18.11.17", DepKind::Build, false),]),pkg!(("Y_-i4Zs", "17.18.17") => [dep_req_kind("d-sys", ">=5.18.18, <=7.14.13", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=16.16.3", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", "<=5.15.12"),dep_req_kind("v_B0_3el_8", "<=8.11.17", DepKind::Build, false),]),pkg!(("Y_-i4Zs", "2.0.1") => [dep_req("bi_9cJP_0-sys", "=6.12.0"),dep_req("d-sys", ">=7.14.13"),]),pkg!(("Vhr2Ai55i--sys", "19.10.0") => [dep_req("ZCu-lH--3dw-sys", ">=9.4.19, <=10.17.14"),dep_req("d-sys", ">=14.5.13"),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "=10.10.8", DepKind::Build, false),dep_req("v_B0_3el_8", ">=16.0.6"),]),pkg!(("Vhr2Ai55i--sys", "19.5.7") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=6.15.13, <=13.9.8", DepKind::Build, false),]),pkg!(("Vhr2Ai55i--sys", "18.7.8") => [dep_req("ZCu-lH--3dw-sys", ">=9.16.11, <=17.2.8"),]),pkg!(("Vhr2Ai55i--sys", "15.17.4") => [dep_req_kind("bi_9cJP_0-sys", "=13.9.9", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=5.0.17, <=16.15.10", DepKind::Build, false),dep_req_kind("m3_-sys", "<=4.6.18", DepKind::Build, false),dep_req("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9"),]),pkg!(("Vhr2Ai55i--sys", "12.14.19") => [dep_req_kind("ZCu-lH--3dw-sys", ">=6.2.9, <=9.13.5", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", ">=16.7.15", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", "<=5.15.12"),]),pkg!(("Vhr2Ai55i--sys", "11.3.2") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.8.1, <=16.16.3", DepKind::Build, false),]),pkg!(("Vhr2Ai55i--sys", "10.12.13") => [dep_req_kind("Y_-i4Zs", "<=2.0.1", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", "<=9.4.19"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", "=5.0.17"),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8", DepKind::Build, false),dep_req("v_B0_3el_8", "<=2.5.0"),]),pkg!(("Vhr2Ai55i--sys", "9.6.4") => [dep_req_kind("ZCu-lH--3dw-sys", ">=9.13.5, <=11.2.4", DepKind::Build, false),dep_req("bi_9cJP_0-sys", ">=4.19.2, <=16.7.15"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=5.1.9, <=18.11.17"),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8"),dep_req_kind("v_B0_3el_8", "<=10.16.5", DepKind::Build, false),]),pkg!(("Vhr2Ai55i--sys", "7.19.5") => [dep_req_kind("d-sys", ">=10.19.18, <=14.5.13", DepKind::Build, false),dep("pS0_R451-O9-gl-K0M-03K---bfPoh"),dep("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys"),dep_req_kind("v_B0_3el_8", "<=10.16.5", DepKind::Build, false),]),pkg!(("Vhr2Ai55i--sys", "7.11.15") => [dep_req("ZCu-lH--3dw-sys", "=11.2.4"),dep_req_kind("d-sys", ">=14.5.13, <=17.9.7", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", ">=5.15.12"),]),pkg!(("Vhr2Ai55i--sys", "7.7.14") => [dep_req_kind("Y_-i4Zs", ">=17.18.17", DepKind::Build, false),dep_req_kind("d-sys", "*", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=10.16.5, <=16.0.6", DepKind::Build, false),]),pkg!(("Vhr2Ai55i--sys", "6.12.18") => [dep_req_kind("bi_9cJP_0-sys", "=13.9.9", DepKind::Build, false),dep_req("d-sys", ">=8.15.12, <=17.17.8"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", "<=18.11.17", DepKind::Build, false),dep_req("v_B0_3el_8", ">=12.2.19, <=15.18.11"),]),pkg!(("Vhr2Ai55i--sys", "6.7.7") => [dep_req_kind("d-sys", ">=8.15.12, <=17.17.8", DepKind::Build, false),dep_req("v_B0_3el_8", ">=11.15.4, <=16.0.6"),]),pkg!(("U_RPU-WU-9Cy-c--5-", "16.12.6") => [dep_req_kind("bi_9cJP_0-sys", ">=4.19.2, <=13.9.9", DepKind::Build, false),dep("k-FpPY-_rF_37V"),]),pkg!(("U_RPU-WU-9Cy-c--5-", "8.13.12") => [dep_req_kind("Vhr2Ai55i--sys", ">=10.12.13, <=12.14.19", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", ">=13.9.9", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.8.1, <=13.9.7", DepKind::Build, false),dep_req_kind("v_B0_3el_8", "<=11.15.4", DepKind::Build, false),]),pkg!(("TRZJ-TB", "19.17.3") => [dep_req("Vhr2Ai55i--sys", "<=12.14.19"),dep_req("Y_-i4Zs", ">=17.18.17"),dep_req_kind("ZCu-lH--3dw-sys", ">=9.16.11, <=10.17.14", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", "<=2.9.7", DepKind::Build, false),dep_req("d-sys", ">=8.15.12, <=17.9.7"),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "*", DepKind::Build, false),dep_req("v_B0_3el_8", ">=10.16.5"),]),pkg!(("TRZJ-TB", "18.18.12") => [dep_req_kind("Vhr2Ai55i--sys", ">=15.17.4", DepKind::Build, false),dep_req("d-sys", ">=7.14.13, <=17.17.8"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=7.15.11, <=9.19.0", DepKind::Build, false),]),pkg!(("TRZJ-TB", "18.12.14") => [dep_req_kind("Vhr2Ai55i--sys", "<=10.12.13", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=10.17.14, <=13.11.2"),dep_req("bi_9cJP_0-sys", ">=4.19.2, <=6.12.0"),dep_req_kind("d-sys", "<=17.17.8", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", "<=13.9.8"),]),pkg!(("TRZJ-TB", "17.6.16") => [dep_req("U_RPU-WU-9Cy-c--5-", ">=16.12.6"),dep_req("Vhr2Ai55i--sys", ">=11.3.2, <=18.7.8"),dep_req_kind("ZCu-lH--3dw-sys", ">=10.17.14, <=13.11.2", DepKind::Build, false),dep_req("bi_9cJP_0-sys", ">=4.19.2, <=6.12.0"),dep_req("d-sys", "<=14.5.13"),dep_req("k-FpPY-_rF_37V", "<=2.16.17"),dep_req("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9"),]),pkg!(("TRZJ-TB", "17.1.3") => [dep_req_kind("Vhr2Ai55i--sys", ">=9.6.4, <=11.3.2", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=14.17.4, <=18.11.17"),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "=10.10.8"),]),pkg!(("TRZJ-TB", "10.2.10") => [dep_req_kind("U_RPU-WU-9Cy-c--5-", "<=8.13.12", DepKind::Build, false),dep_req("Vhr2Ai55i--sys", ">=10.12.13, <=11.3.2"),dep_req("bi_9cJP_0-sys", "<=6.12.0"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=7.13.4, <=16.15.10"),]),pkg!(("TRZJ-TB", "8.3.2") => [dep_req("ZCu-lH--3dw-sys", ">=9.4.19, <=9.13.5"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=7.13.4, <=7.15.11"),]),pkg!(("TRZJ-TB", "3.14.4") => [dep("Y_-i4Zs"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=6.15.13, <=16.15.10"),]),pkg!(("TRZJ-TB", "1.17.5") => [dep_req("U_RPU-WU-9Cy-c--5-", ">=16.12.6"),dep_req_kind("k-FpPY-_rF_37V", "<=5.15.12", DepKind::Build, false),dep_req("v_B0_3el_8", ">=8.11.17, <=12.2.19"),]),pkg!(("TRZJ-TB", "1.7.4") => [dep_req_kind("Vhr2Ai55i--sys", ">=7.19.5, <=18.7.8", DepKind::Build, false),dep_req_kind("Y_-i4Zs", "*", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=9.16.11"),dep_req_kind("d-sys", "<=17.17.8", DepKind::Build, false),dep_req("v_B0_3el_8", "<=15.18.11"),]),pkg!(("SwdO800n2_AHEY4_gH97", "19.1.17") => [dep_req("TRZJ-TB", "=18.12.14"),dep_req("bi_9cJP_0-sys", ">=4.19.2"),dep_req("d-sys", ">=7.14.13, <=10.19.18"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6"),]),pkg!(("SwdO800n2_AHEY4_gH97", "16.8.11") => [dep_req("TRZJ-TB", ">=1.7.4, <=17.6.16"),dep_req("U_RPU-WU-9Cy-c--5-", ">=16.12.6"),dep_req_kind("ZCu-lH--3dw-sys", ">=9.4.19, <=9.16.11", DepKind::Build, false),dep_req("d-sys", ">=5.18.18, <=7.14.13"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=7.13.4, <=15.1.16", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=8.11.17, <=16.0.6", DepKind::Build, false),]),pkg!(("SwdO800n2_AHEY4_gH97", "14.2.13") => [dep_req("TRZJ-TB", ">=10.2.10"),dep_req("ZCu-lH--3dw-sys", ">=9.16.11, <=11.2.4"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=15.1.16, <=16.15.10", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", ">=5.15.12"),]),pkg!(("SwdO800n2_AHEY4_gH97", "12.10.13") => [dep_req_kind("Y_-i4Zs", "*", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=9.19.0, <=14.17.4", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=11.15.4", DepKind::Build, false),]),pkg!(("SwdO800n2_AHEY4_gH97", "12.10.12") => [dep_req_kind("Vhr2Ai55i--sys", ">=10.12.13", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", ">=6.12.0", DepKind::Build, false),dep_req_kind("d-sys", "<=17.9.7", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=5.0.17, <=7.13.4", DepKind::Build, false),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", ">=14.8.9"),dep_req("v_B0_3el_8", ">=11.15.4, <=12.2.19"),]),pkg!(("SwdO800n2_AHEY4_gH97", "11.8.10") => [dep_req("Vhr2Ai55i--sys", ">=9.6.4, <=10.12.13"),dep_req_kind("d-sys", ">=14.5.13, <=17.9.7", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=13.9.7, <=16.16.3", DepKind::Build, false),dep_req_kind("k-FpPY-_rF_37V", "=5.15.12", DepKind::Build, false),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8"),dep_req("v_B0_3el_8", ">=12.2.19, <=16.0.6"),]),pkg!(("SwdO800n2_AHEY4_gH97", "8.15.2") => [dep_req("Y_-i4Zs", "<=2.0.1"),]),pkg!(("SwdO800n2_AHEY4_gH97", "8.3.14") => [dep_req("TRZJ-TB", "<=1.17.5"),dep_req_kind("V6z3-4zMlYw1--", "*", DepKind::Build, false),dep_req_kind("ZCu-lH--3dw-sys", ">=9.13.5, <=9.16.11", DepKind::Build, false),dep_req_kind("d-sys", ">=8.15.12", DepKind::Build, false),dep_req("v_B0_3el_8", ">=8.11.17, <=16.0.6"),]),pkg!(("SwdO800n2_AHEY4_gH97", "7.0.17") => [dep_req("TRZJ-TB", ">=1.17.5, <=10.2.10"),dep_req("Vhr2Ai55i--sys", ">=6.12.18, <=11.3.2"),dep_req_kind("ZCu-lH--3dw-sys", ">=11.0.10, <=15.16.4", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", "<=13.9.9", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=7.15.11, <=13.9.8", DepKind::Build, false),dep_req("v_B0_3el_8", "<=10.16.5"),]),pkg!(("PR-1_-", "9.10.15") => [dep_req("SwdO800n2_AHEY4_gH97", ">=7.0.17, <=12.10.13"),dep_req("Vhr2Ai55i--sys", ">=10.12.13, <=19.5.7"),dep_req("ZCu-lH--3dw-sys", ">=9.4.19, <=15.16.4"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", "*", DepKind::Build, false),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9", DepKind::Build, false),dep_req_kind("v_B0_3el_8", "=8.11.17", DepKind::Build, false),]),pkg!(("PO-FKFrg-s__S3hKn--sys", "19.13.13") => [dep_req("SwdO800n2_AHEY4_gH97", ">=12.10.12, <=12.10.13"),dep_req("TRZJ-TB", ">=1.7.4, <=17.1.3"),dep_req_kind("Vhr2Ai55i--sys", ">=7.7.14, <=19.5.7", DepKind::Build, false),dep_req_kind("ZCu-lH--3dw-sys", ">=9.13.5", DepKind::Build, false),dep_req("bi_9cJP_0-sys", "=16.7.15"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=5.0.17, <=7.13.4", DepKind::Build, false),dep_req_kind("v_B0_3el_8", "*", DepKind::Build, false),]),pkg!(("B", "9.19.17") => [dep_req_kind("PO-FKFrg-s__S3hKn--sys", "*", DepKind::Build, false),dep_req("PR-1_-", "=9.10.15"),dep_req("SwdO800n2_AHEY4_gH97", ">=14.2.13"),dep_req_kind("Vhr2Ai55i--sys", ">=11.3.2", DepKind::Build, false),dep_req("bi_9cJP_0-sys", ">=6.12.0, <=16.7.15"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=2.6.13, <=3.8.1", DepKind::Build, false),dep_req("v_B0_3el_8", ">=8.11.17, <=11.15.4"),]),]
proptest: Aborting shrinking after the PROPTEST_MAX_SHRINK_ITERS environment variable or ProptestConfig.max_shrink_iters iterations (set 0 to a large(r) value to shrink more; current configuration: 0 iterations)
thread 'prop_removing_a_dep_cant_break' panicked at crates/resolver-tests/tests/resolve.rs:23:1:
Test failed: got to 50_000 ticks in 8.710707623s.
error: test failed, to rerun pass `-p resolver-tests --test resolve`
minimal failing input: PrettyPrintRegistry(input) = vec![pkg!(("v_B0_3el_8", "17.2.13")),pkg!(("v_B0_3el_8", "16.0.6")),pkg!(("v_B0_3el_8", "15.18.11")),pkg!(("v_B0_3el_8", "12.2.19")),pkg!(("v_B0_3el_8", "11.15.4")),pkg!(("v_B0_3el_8", "10.16.5")),pkg!(("v_B0_3el_8", "8.11.17")),pkg!(("v_B0_3el_8", "2.5.0")),pkg!(("v_B0_3el_8", "1.12.1")),pkg!(("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "14.8.9") => [dep_req_kind("v_B0_3el_8", ">=8.11.17, <=12.2.19", DepKind::Build, false),]),pkg!(("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "10.10.8") => [dep_req("v_B0_3el_8", "=8.11.17"),]),pkg!(("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "1.16.5") => [dep_req_kind("v_B0_3el_8", ">=11.15.4, <=16.0.6", DepKind::Build, false),]),pkg!(("pS0_R451-O9-gl-K0M-03K---bfPoh", "8.4.9")),pkg!(("pS0_R451-O9-gl-K0M-03K---bfPoh", "4.6.17") => [dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=1.16.5", DepKind::Build, false),]),pkg!(("m3_-sys", "7.2.9")),pkg!(("m3_-sys", "4.6.18")),pkg!(("k-FpPY-_rF_37V", "12.17.19")),pkg!(("k-FpPY-_rF_37V", "5.15.12") => [dep_req("v_B0_3el_8", ">=11.15.4, <=12.2.19"),]),pkg!(("k-FpPY-_rF_37V", "2.16.17") => [dep_req_kind("v_B0_3el_8", ">=12.2.19, <=15.18.11", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "18.13.1") => [dep_req_kind("v_B0_3el_8", ">=8.11.17", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "18.11.17")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "18.4.6")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "16.16.3")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "16.15.10")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "15.1.16") => [dep_req("k-FpPY-_rF_37V", ">=12.17.19"),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", "<=4.6.17", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "14.17.4") => [dep("pS0_R451-O9-gl-K0M-03K---bfPoh"),dep_req("v_B0_3el_8", "<=2.5.0"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "13.17.3")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "13.9.8")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "13.9.7") => [dep_req("v_B0_3el_8", ">=15.18.11, <=16.0.6"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "9.19.0") => [dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", ">=14.8.9"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "7.15.11")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "7.13.4") => [dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", "*", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "6.15.13") => [dep_req("v_B0_3el_8", ">=2.5.0, <=10.16.5"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "5.1.9") => [dep_req_kind("k-FpPY-_rF_37V", ">=12.17.19", DepKind::Build, false),dep_req("pS0_R451-O9-gl-K0M-03K---bfPoh", "<=4.6.17"),dep_req_kind("v_B0_3el_8", ">=2.5.0, <=10.16.5", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "5.0.17") => [dep_req_kind("k-FpPY-_rF_37V", ">=5.15.12", DepKind::Build, false),dep("pS0_R451-O9-gl-K0M-03K---bfPoh"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "3.8.1")),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "3.7.6") => [dep_req("v_B0_3el_8", ">=10.16.5"),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "2.6.13") => [dep_req_kind("k-FpPY-_rF_37V", ">=5.15.12", DepKind::Build, false),]),pkg!(("jez__k--gT-2xR_-l-a_HvJC3", "0.5.11") => [dep_req_kind("m3_-sys", ">=7.2.9", DepKind::Build, false),]),pkg!(("d-sys", "19.11.14") => [dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=14.17.4, <=16.15.10"),]),pkg!(("d-sys", "17.17.8") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=16.16.3", DepKind::Build, false),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", "*", DepKind::Build, false),]),pkg!(("d-sys", "17.9.7") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=5.0.17", DepKind::Build, false),]),pkg!(("d-sys", "14.5.13") => [dep("k-FpPY-_rF_37V"),]),pkg!(("d-sys", "10.19.18") => [dep("bad"),]),pkg!(("d-sys", "8.15.12") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=2.6.13, <=5.1.9", DepKind::Build, false),dep("m3_-sys"),]),pkg!(("d-sys", "7.14.13")),pkg!(("d-sys", "5.18.18") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=14.17.4, <=18.11.17", DepKind::Build, false),dep_req_kind("v_B0_3el_8", "<=2.5.0", DepKind::Build, false),]),pkg!(("d-sys", "4.0.8") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=2.6.13, <=13.9.7", DepKind::Build, false),dep("m3_-sys"),]),pkg!(("bi_9cJP_0-sys", "17.12.0") => [dep_req_kind("d-sys", ">=5.18.18, <=14.5.13", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=5.1.9"),dep_req("k-FpPY-_rF_37V", "<=5.15.12"),dep_req_kind("v_B0_3el_8", ">=2.5.0, <=16.0.6", DepKind::Build, false),]),pkg!(("bi_9cJP_0-sys", "16.7.15") => [dep_req("d-sys", ">=17.17.8"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=7.15.11, <=18.4.6"),dep("m3_-sys"),dep_req_kind("v_B0_3el_8", ">=11.15.4", DepKind::Build, false),]),pkg!(("bi_9cJP_0-sys", "13.9.9") => [dep_req("d-sys", ">=10.19.18"),dep_req("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9"),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8", DepKind::Build, false),dep_req("v_B0_3el_8", "<=8.11.17"),]),pkg!(("bi_9cJP_0-sys", "6.12.0") => [dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=5.1.9, <=18.4.6"),dep_req_kind("v_B0_3el_8", ">=16.0.6", DepKind::Build, false),]),pkg!(("bi_9cJP_0-sys", "4.19.2") => [dep_req_kind("d-sys", "=14.5.13", DepKind::Build, false),dep_req_kind("m3_-sys", "<=4.6.18", DepKind::Build, false),dep_req("v_B0_3el_8", ">=11.15.4"),]),pkg!(("bi_9cJP_0-sys", "2.11.19") => [dep("d-sys"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", "*", DepKind::Build, false),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9", DepKind::Build, false),]),pkg!(("bi_9cJP_0-sys", "2.9.7") => [dep_req_kind("d-sys", "<=7.14.13", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", "<=13.17.3"),dep_req("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9"),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8", DepKind::Build, false),]),pkg!(("ZCu-lH--3dw-sys", "17.5.2") => [dep_req("bi_9cJP_0-sys", ">=4.19.2"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=14.17.4, <=18.4.6"),dep_req("m3_-sys", "<=4.6.18"),dep("pS0_R451-O9-gl-K0M-03K---bfPoh"),]),pkg!(("ZCu-lH--3dw-sys", "17.2.8") => [dep_req("v_B0_3el_8", "<=15.18.11"),]),pkg!(("ZCu-lH--3dw-sys", "15.16.4") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=9.19.0", DepKind::Build, false),dep_req("m3_-sys", "<=4.6.18"),dep_req_kind("v_B0_3el_8", ">=15.18.11, <=16.0.6", DepKind::Build, false),]),pkg!(("ZCu-lH--3dw-sys", "13.11.2") => [dep_req("bi_9cJP_0-sys", ">=2.11.19, <=16.7.15"),dep("d-sys"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=13.9.8"),dep_req("k-FpPY-_rF_37V", "<=5.15.12"),]),pkg!(("ZCu-lH--3dw-sys", "11.2.4") => [dep_req_kind("d-sys", "<=14.5.13", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=13.17.3, <=18.4.6", DepKind::Build, false),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "*", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=2.5.0, <=11.15.4", DepKind::Build, false),]),pkg!(("ZCu-lH--3dw-sys", "11.0.10") => [dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=3.8.1, <=5.1.9"),dep_req("v_B0_3el_8", ">=11.15.4, <=15.18.11"),]),pkg!(("ZCu-lH--3dw-sys", "10.17.14") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=7.13.4, <=18.4.6", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=15.18.11, <=16.0.6", DepKind::Build, false),]),pkg!(("ZCu-lH--3dw-sys", "9.16.11") => [dep_req("bi_9cJP_0-sys", "<=16.7.15"),dep_req_kind("d-sys", ">=14.5.13", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=16.15.10"),]),pkg!(("ZCu-lH--3dw-sys", "9.13.5") => [dep_req_kind("bi_9cJP_0-sys", ">=16.7.15", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.8.1, <=13.9.7", DepKind::Build, false),]),pkg!(("ZCu-lH--3dw-sys", "9.4.19") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=5.1.9, <=7.15.11", DepKind::Build, false),dep_req("v_B0_3el_8", ">=2.5.0, <=12.2.19"),]),pkg!(("ZCu-lH--3dw-sys", "6.2.9") => [dep_req_kind("bi_9cJP_0-sys", "*", DepKind::Build, false),dep_req("d-sys", ">=8.15.12, <=10.19.18"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=18.11.17", DepKind::Build, false),]),pkg!(("ZCu-lH--3dw-sys", "0.5.4") => [dep_req("d-sys", ">=8.15.12, <=10.19.18"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=16.15.10, <=16.16.3"),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", "*", DepKind::Build, false),]),pkg!(("Y_-i4Zs", "17.18.17") => [dep_req_kind("d-sys", ">=5.18.18, <=7.14.13", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=16.16.3", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", "<=5.15.12"),dep_req_kind("v_B0_3el_8", "<=8.11.17", DepKind::Build, false),]),pkg!(("Y_-i4Zs", "2.0.1") => [dep_req("bi_9cJP_0-sys", "=6.12.0"),dep_req("d-sys", ">=7.14.13"),]),pkg!(("Vhr2Ai55i--sys", "19.10.0") => [dep_req("ZCu-lH--3dw-sys", ">=9.4.19, <=10.17.14"),dep_req("d-sys", ">=14.5.13"),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "=10.10.8", DepKind::Build, false),dep_req("v_B0_3el_8", ">=16.0.6"),]),pkg!(("Vhr2Ai55i--sys", "19.5.7") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=6.15.13, <=13.9.8", DepKind::Build, false),]),pkg!(("Vhr2Ai55i--sys", "18.7.8") => [dep_req("ZCu-lH--3dw-sys", ">=9.16.11, <=17.2.8"),]),pkg!(("Vhr2Ai55i--sys", "15.17.4") => [dep_req_kind("bi_9cJP_0-sys", "=13.9.9", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=5.0.17, <=16.15.10", DepKind::Build, false),dep_req_kind("m3_-sys", "<=4.6.18", DepKind::Build, false),dep_req("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9"),]),pkg!(("Vhr2Ai55i--sys", "12.14.19") => [dep_req_kind("ZCu-lH--3dw-sys", ">=6.2.9, <=9.13.5", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", ">=16.7.15", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", "<=5.15.12"),]),pkg!(("Vhr2Ai55i--sys", "11.3.2") => [dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.8.1, <=16.16.3", DepKind::Build, false),]),pkg!(("Vhr2Ai55i--sys", "10.12.13") => [dep_req_kind("Y_-i4Zs", "<=2.0.1", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", "<=9.4.19"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", "=5.0.17"),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8", DepKind::Build, false),dep_req("v_B0_3el_8", "<=2.5.0"),]),pkg!(("Vhr2Ai55i--sys", "9.6.4") => [dep_req_kind("ZCu-lH--3dw-sys", ">=9.13.5, <=11.2.4", DepKind::Build, false),dep_req("bi_9cJP_0-sys", ">=4.19.2, <=16.7.15"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=5.1.9, <=18.11.17"),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8"),dep_req_kind("v_B0_3el_8", "<=10.16.5", DepKind::Build, false),]),pkg!(("Vhr2Ai55i--sys", "7.19.5") => [dep_req_kind("d-sys", ">=10.19.18, <=14.5.13", DepKind::Build, false),dep("pS0_R451-O9-gl-K0M-03K---bfPoh"),dep("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys"),dep_req_kind("v_B0_3el_8", "<=10.16.5", DepKind::Build, false),]),pkg!(("Vhr2Ai55i--sys", "7.11.15") => [dep_req("ZCu-lH--3dw-sys", "=11.2.4"),dep_req_kind("d-sys", ">=14.5.13, <=17.9.7", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", ">=5.15.12"),]),pkg!(("Vhr2Ai55i--sys", "7.7.14") => [dep_req_kind("Y_-i4Zs", ">=17.18.17", DepKind::Build, false),dep_req_kind("d-sys", "*", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=10.16.5, <=16.0.6", DepKind::Build, false),]),pkg!(("Vhr2Ai55i--sys", "6.12.18") => [dep_req_kind("bi_9cJP_0-sys", "=13.9.9", DepKind::Build, false),dep_req("d-sys", ">=8.15.12, <=17.17.8"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", "<=18.11.17", DepKind::Build, false),dep_req("v_B0_3el_8", ">=12.2.19, <=15.18.11"),]),pkg!(("Vhr2Ai55i--sys", "6.7.7") => [dep_req_kind("d-sys", ">=8.15.12, <=17.17.8", DepKind::Build, false),dep_req("v_B0_3el_8", ">=11.15.4, <=16.0.6"),]),pkg!(("V6z3-4zMlYw1--", "19.0.6") => [dep_req_kind("d-sys", ">=8.15.12, <=10.19.18", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=5.1.9, <=6.15.13", DepKind::Build, false),dep_req("v_B0_3el_8", "<=15.18.11"),]),pkg!(("V6z3-4zMlYw1--", "8.8.17") => [dep_req("Vhr2Ai55i--sys", ">=6.12.18, <=7.11.15"),dep_req("v_B0_3el_8", ">=16.0.6"),]),pkg!(("U_RPU-WU-9Cy-c--5-", "16.12.6") => [dep_req_kind("bi_9cJP_0-sys", ">=4.19.2, <=13.9.9", DepKind::Build, false),dep("k-FpPY-_rF_37V"),]),pkg!(("U_RPU-WU-9Cy-c--5-", "8.13.12") => [dep_req_kind("Vhr2Ai55i--sys", ">=10.12.13, <=12.14.19", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", ">=13.9.9", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.8.1, <=13.9.7", DepKind::Build, false),dep_req_kind("v_B0_3el_8", "<=11.15.4", DepKind::Build, false),]),pkg!(("TRZJ-TB", "19.17.3") => [dep_req("Vhr2Ai55i--sys", "<=12.14.19"),dep_req("Y_-i4Zs", ">=17.18.17"),dep_req_kind("ZCu-lH--3dw-sys", ">=9.16.11, <=10.17.14", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", "<=2.9.7", DepKind::Build, false),dep_req("d-sys", ">=8.15.12, <=17.9.7"),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "*", DepKind::Build, false),dep_req("v_B0_3el_8", ">=10.16.5"),]),pkg!(("TRZJ-TB", "18.18.12") => [dep_req_kind("Vhr2Ai55i--sys", ">=15.17.4", DepKind::Build, false),dep_req("d-sys", ">=7.14.13, <=17.17.8"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=7.15.11, <=9.19.0", DepKind::Build, false),]),pkg!(("TRZJ-TB", "18.12.14") => [dep_req_kind("Vhr2Ai55i--sys", "<=10.12.13", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=10.17.14, <=13.11.2"),dep_req("bi_9cJP_0-sys", ">=4.19.2, <=6.12.0"),dep_req_kind("d-sys", "<=17.17.8", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", "<=13.9.8"),]),pkg!(("TRZJ-TB", "17.6.16") => [dep_req("U_RPU-WU-9Cy-c--5-", ">=16.12.6"),dep_req("Vhr2Ai55i--sys", ">=11.3.2, <=18.7.8"),dep_req_kind("ZCu-lH--3dw-sys", ">=10.17.14, <=13.11.2", DepKind::Build, false),dep_req("bi_9cJP_0-sys", ">=4.19.2, <=6.12.0"),dep_req("d-sys", "<=14.5.13"),dep_req("k-FpPY-_rF_37V", "<=2.16.17"),dep_req("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9"),]),pkg!(("TRZJ-TB", "17.1.3") => [dep_req_kind("Vhr2Ai55i--sys", ">=9.6.4, <=11.3.2", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=14.17.4, <=18.11.17"),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "=10.10.8"),]),pkg!(("TRZJ-TB", "10.2.10") => [dep_req_kind("U_RPU-WU-9Cy-c--5-", "<=8.13.12", DepKind::Build, false),dep_req("Vhr2Ai55i--sys", ">=10.12.13, <=11.3.2"),dep_req("bi_9cJP_0-sys", "<=6.12.0"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=7.13.4, <=16.15.10"),]),pkg!(("TRZJ-TB", "8.3.2") => [dep_req("ZCu-lH--3dw-sys", ">=9.4.19, <=9.13.5"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=7.13.4, <=7.15.11"),]),pkg!(("TRZJ-TB", "3.14.4") => [dep("Y_-i4Zs"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=6.15.13, <=16.15.10"),]),pkg!(("TRZJ-TB", "1.17.5") => [dep_req("U_RPU-WU-9Cy-c--5-", ">=16.12.6"),dep_req_kind("k-FpPY-_rF_37V", "<=5.15.12", DepKind::Build, false),dep_req("v_B0_3el_8", ">=8.11.17, <=12.2.19"),]),pkg!(("TRZJ-TB", "1.7.4") => [dep_req_kind("Vhr2Ai55i--sys", ">=7.19.5, <=18.7.8", DepKind::Build, false),dep_req_kind("Y_-i4Zs", "*", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=9.16.11"),dep_req_kind("d-sys", "<=17.17.8", DepKind::Build, false),dep_req("v_B0_3el_8", "<=15.18.11"),]),pkg!(("TRZJ-TB", "0.7.15") => [dep_req("d-sys", ">=5.18.18"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=13.9.7, <=14.17.4", DepKind::Build, false),]),pkg!(("SwdO800n2_AHEY4_gH97", "19.1.17") => [dep_req("TRZJ-TB", "=18.12.14"),dep_req("bi_9cJP_0-sys", ">=4.19.2"),dep_req("d-sys", ">=7.14.13, <=10.19.18"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6"),]),pkg!(("SwdO800n2_AHEY4_gH97", "16.8.11") => [dep_req("TRZJ-TB", ">=1.7.4, <=17.6.16"),dep_req("U_RPU-WU-9Cy-c--5-", ">=16.12.6"),dep_req_kind("ZCu-lH--3dw-sys", ">=9.4.19, <=9.16.11", DepKind::Build, false),dep_req("d-sys", ">=5.18.18, <=7.14.13"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=7.13.4, <=15.1.16", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=8.11.17, <=16.0.6", DepKind::Build, false),]),pkg!(("SwdO800n2_AHEY4_gH97", "14.2.13") => [dep_req("TRZJ-TB", ">=10.2.10"),dep_req("ZCu-lH--3dw-sys", ">=9.16.11, <=11.2.4"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=15.1.16, <=16.15.10", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", ">=5.15.12"),]),pkg!(("SwdO800n2_AHEY4_gH97", "13.11.16") => [dep_req_kind("V6z3-4zMlYw1--", "<=8.8.17", DepKind::Build, false),dep_req_kind("Vhr2Ai55i--sys", ">=11.3.2", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=6.2.9, <=9.4.19"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=13.9.7, <=14.17.4", DepKind::Build, false),dep_req_kind("k-FpPY-_rF_37V", "<=5.15.12", DepKind::Build, false),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "=10.10.8", DepKind::Build, false),]),pkg!(("SwdO800n2_AHEY4_gH97", "12.10.13") => [dep_req_kind("Y_-i4Zs", "*", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=9.19.0, <=14.17.4", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=11.15.4", DepKind::Build, false),]),pkg!(("SwdO800n2_AHEY4_gH97", "12.10.12") => [dep_req_kind("Vhr2Ai55i--sys", ">=10.12.13", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", ">=6.12.0", DepKind::Build, false),dep_req_kind("d-sys", "<=17.9.7", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=5.0.17, <=7.13.4", DepKind::Build, false),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", ">=14.8.9"),dep_req("v_B0_3el_8", ">=11.15.4, <=12.2.19"),]),pkg!(("SwdO800n2_AHEY4_gH97", "11.8.10") => [dep_req("Vhr2Ai55i--sys", ">=9.6.4, <=10.12.13"),dep_req_kind("d-sys", ">=14.5.13, <=17.9.7", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=13.9.7, <=16.16.3", DepKind::Build, false),dep_req_kind("k-FpPY-_rF_37V", "=5.15.12", DepKind::Build, false),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8"),dep_req("v_B0_3el_8", ">=12.2.19, <=16.0.6"),]),pkg!(("SwdO800n2_AHEY4_gH97", "8.15.2") => [dep_req("Y_-i4Zs", "<=2.0.1"),]),pkg!(("SwdO800n2_AHEY4_gH97", "8.3.14") => [dep_req("TRZJ-TB", "<=1.17.5"),dep_req_kind("V6z3-4zMlYw1--", "*", DepKind::Build, false),dep_req_kind("ZCu-lH--3dw-sys", ">=9.13.5, <=9.16.11", DepKind::Build, false),dep_req_kind("d-sys", ">=8.15.12", DepKind::Build, false),dep_req("v_B0_3el_8", ">=8.11.17, <=16.0.6"),]),pkg!(("SwdO800n2_AHEY4_gH97", "7.0.17") => [dep_req("TRZJ-TB", ">=1.17.5, <=10.2.10"),dep_req("Vhr2Ai55i--sys", ">=6.12.18, <=11.3.2"),dep_req_kind("ZCu-lH--3dw-sys", ">=11.0.10, <=15.16.4", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", "<=13.9.9", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=7.15.11, <=13.9.8", DepKind::Build, false),dep_req("v_B0_3el_8", "<=10.16.5"),]),pkg!(("SwdO800n2_AHEY4_gH97", "6.9.3") => [dep_req_kind("Vhr2Ai55i--sys", ">=7.7.14, <=10.12.13", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=15.16.4, <=17.2.8"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=6.15.13, <=13.9.8"),dep_req("m3_-sys", ">=7.2.9"),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8"),]),pkg!(("SwdO800n2_AHEY4_gH97", "6.4.8") => [dep_req("bi_9cJP_0-sys", "<=4.19.2"),dep_req_kind("d-sys", ">=10.19.18, <=14.5.13", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", "<=3.7.6"),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "*", DepKind::Build, false),]),pkg!(("SwdO800n2_AHEY4_gH97", "5.17.17") => [dep_req("V6z3-4zMlYw1--", ">=19.0.6"),dep_req_kind("Vhr2Ai55i--sys", ">=7.19.5, <=10.12.13", DepKind::Build, false),dep_req_kind("Y_-i4Zs", "*", DepKind::Build, false),dep_req("d-sys", ">=8.15.12"),dep_req("v_B0_3el_8", "<=12.2.19"),]),pkg!(("SwdO800n2_AHEY4_gH97", "5.9.0") => [dep_req_kind("Vhr2Ai55i--sys", ">=19.5.7", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", ">=4.19.2, <=16.7.15", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=2.5.0, <=12.2.19", DepKind::Build, false),]),pkg!(("SwdO800n2_AHEY4_gH97", "3.1.18") => [dep_req("TRZJ-TB", ">=18.12.14, <=18.18.12"),dep_req("ZCu-lH--3dw-sys", ">=11.0.10, <=15.16.4"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=3.8.1"),]),pkg!(("PR-1_-", "19.8.13") => [dep_req("SwdO800n2_AHEY4_gH97", ">=13.11.16, <=16.8.11"),dep_req_kind("TRZJ-TB", ">=8.3.2, <=17.1.3", DepKind::Build, false),dep_req_kind("V6z3-4zMlYw1--", "*", DepKind::Build, false),dep_req_kind("Vhr2Ai55i--sys", ">=11.3.2, <=18.7.8", DepKind::Build, false),dep_req("Y_-i4Zs", ">=17.18.17"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=7.13.4", DepKind::Build, false),]),pkg!(("PR-1_-", "18.17.17") => [dep_req_kind("SwdO800n2_AHEY4_gH97", ">=5.9.0, <=16.8.11", DepKind::Build, false),dep_req_kind("Vhr2Ai55i--sys", ">=9.6.4, <=11.3.2", DepKind::Build, false),dep_req_kind("ZCu-lH--3dw-sys", "<=15.16.4", DepKind::Build, false),dep_req("bi_9cJP_0-sys", ">=2.11.19, <=16.7.15"),dep_req_kind("d-sys", ">=8.15.12", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=15.1.16, <=18.11.17", DepKind::Build, false),dep_req("v_B0_3el_8", "<=16.0.6"),]),pkg!(("PR-1_-", "17.18.9") => [dep_req_kind("U_RPU-WU-9Cy-c--5-", ">=16.12.6", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=11.0.10, <=17.2.8"),dep_req("bi_9cJP_0-sys", "<=16.7.15"),dep_req("d-sys", ">=10.19.18"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=14.17.4", DepKind::Build, false),]),pkg!(("PR-1_-", "15.18.15") => [dep_req("SwdO800n2_AHEY4_gH97", ">=5.9.0, <=13.11.16"),dep_req_kind("Vhr2Ai55i--sys", ">=6.12.18, <=11.3.2", DepKind::Build, false),dep_req_kind("Y_-i4Zs", "*", DepKind::Build, false),dep_req_kind("ZCu-lH--3dw-sys", ">=9.13.5, <=11.0.10", DepKind::Build, false),dep_req_kind("d-sys", ">=5.18.18, <=7.14.13", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=5.0.17, <=13.9.7"),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=1.16.5"),]),pkg!(("PR-1_-", "10.19.10") => [dep_req("SwdO800n2_AHEY4_gH97", ">=5.9.0, <=6.4.8"),dep_req("bi_9cJP_0-sys", ">=6.12.0, <=13.9.9"),dep_req_kind("d-sys", ">=5.18.18, <=8.15.12", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=7.15.11, <=14.17.4", DepKind::Build, false),dep("k-FpPY-_rF_37V"),dep_req_kind("v_B0_3el_8", "<=15.18.11", DepKind::Build, false),]),pkg!(("PR-1_-", "9.10.15") => [dep_req("SwdO800n2_AHEY4_gH97", ">=7.0.17, <=12.10.13"),dep_req("Vhr2Ai55i--sys", ">=10.12.13, <=19.5.7"),dep_req("ZCu-lH--3dw-sys", ">=9.4.19, <=15.16.4"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", "*", DepKind::Build, false),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9", DepKind::Build, false),dep_req_kind("v_B0_3el_8", "=8.11.17", DepKind::Build, false),]),pkg!(("PR-1_-", "3.17.6") => [dep_req_kind("TRZJ-TB", ">=10.2.10, <=17.6.16", DepKind::Build, false),dep_req("d-sys", ">=8.15.12, <=17.9.7"),dep_req_kind("m3_-sys", "*", DepKind::Build, false),dep_req_kind("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=8.11.17, <=12.2.19", DepKind::Build, false),]),pkg!(("PR-1_-", "0.8.11") => [dep_req("SwdO800n2_AHEY4_gH97", ">=5.9.0, <=11.8.10"),dep_req_kind("Y_-i4Zs", "*", DepKind::Build, false),dep_req("d-sys", ">=7.14.13, <=8.15.12"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=9.19.0, <=13.9.8", DepKind::Build, false),]),pkg!(("PO-FKFrg-s__S3hKn--sys", "19.13.13") => [dep_req("SwdO800n2_AHEY4_gH97", ">=12.10.12, <=12.10.13"),dep_req("TRZJ-TB", ">=1.7.4, <=17.1.3"),dep_req_kind("Vhr2Ai55i--sys", ">=7.7.14, <=19.5.7", DepKind::Build, false),dep_req_kind("ZCu-lH--3dw-sys", ">=9.13.5", DepKind::Build, false),dep_req("bi_9cJP_0-sys", "=16.7.15"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=5.0.17, <=7.13.4", DepKind::Build, false),dep_req_kind("v_B0_3el_8", "*", DepKind::Build, false),]),pkg!(("P7c20", "19.12.10") => [dep_req("SwdO800n2_AHEY4_gH97", ">=11.8.10, <=16.8.11"),dep_req_kind("bi_9cJP_0-sys", ">=17.12.0", DepKind::Build, false),dep_req_kind("d-sys", ">=7.14.13, <=17.17.8", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", ">=5.15.12"),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", "<=4.6.17", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=10.16.5, <=16.0.6", DepKind::Build, false),]),pkg!(("P7c20", "10.11.19") => [dep_req_kind("PR-1_-", ">=15.18.15, <=18.17.17", DepKind::Build, false),dep_req_kind("TRZJ-TB", ">=1.7.4, <=1.17.5", DepKind::Build, false),dep_req("V6z3-4zMlYw1--", "<=8.8.17"),dep_req_kind("ZCu-lH--3dw-sys", ">=6.2.9, <=17.2.8", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=3.8.1", DepKind::Build, false),dep_req_kind("m3_-sys", "*", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=11.15.4, <=16.0.6", DepKind::Build, false),]),pkg!(("P7c20", "7.18.17") => [dep_req_kind("PR-1_-", ">=15.18.15, <=18.17.17", DepKind::Build, false),dep_req_kind("SwdO800n2_AHEY4_gH97", ">=8.15.2, <=12.10.12", DepKind::Build, false),dep_req_kind("U_RPU-WU-9Cy-c--5-", ">=16.12.6", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=6.2.9, <=13.11.2"),dep_req("bi_9cJP_0-sys", "=4.19.2"),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", ">=10.10.8"),dep_req("v_B0_3el_8", ">=2.5.0, <=8.11.17"),]),pkg!(("P7c20", "7.18.6") => [dep_req("SwdO800n2_AHEY4_gH97", ">=6.4.8, <=11.8.10"),dep("U_RPU-WU-9Cy-c--5-"),dep_req_kind("Vhr2Ai55i--sys", "<=7.19.5", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=9.16.11, <=17.2.8"),dep_req("bi_9cJP_0-sys", "<=6.12.0"),dep_req("d-sys", ">=10.19.18"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=2.6.13, <=18.11.17"),dep_req("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9"),dep_req("v_B0_3el_8", "<=16.0.6"),]),pkg!(("P7c20", "6.5.11") => [dep_req_kind("TRZJ-TB", ">=1.7.4, <=18.18.12", DepKind::Build, false),dep_req("Vhr2Ai55i--sys", ">=7.19.5, <=12.14.19"),dep_req("ZCu-lH--3dw-sys", ">=9.16.11, <=11.0.10"),dep_req_kind("d-sys", "<=7.14.13", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=15.1.16, <=16.16.3", DepKind::Build, false),dep_req_kind("k-FpPY-_rF_37V", "<=5.15.12", DepKind::Build, false),]),pkg!(("P7c20", "6.1.14") => [dep_req_kind("SwdO800n2_AHEY4_gH97", "*", DepKind::Build, false),dep_req("TRZJ-TB", ">=8.3.2, <=18.12.14"),dep_req_kind("V6z3-4zMlYw1--", ">=19.0.6", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=9.4.19, <=9.16.11"),dep_req_kind("bi_9cJP_0-sys", ">=13.9.9, <=16.7.15", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=14.17.4, <=16.15.10", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", "<=2.16.17"),]),pkg!(("P7c20", "4.0.4") => [dep_req_kind("PO-FKFrg-s__S3hKn--sys", "*", DepKind::Build, false),dep_req("TRZJ-TB", ">=1.7.4, <=1.17.5"),dep_req_kind("Vhr2Ai55i--sys", "=9.6.4", DepKind::Build, false),dep("Y_-i4Zs"),dep_req("k-FpPY-_rF_37V", ">=5.15.12"),]),pkg!(("P7c20", "1.12.5") => [dep_req("PR-1_-", ">=3.17.6, <=17.18.9"),dep_req_kind("SwdO800n2_AHEY4_gH97", ">=7.0.17, <=11.8.10", DepKind::Build, false),dep_req("TRZJ-TB", "<=1.7.4"),dep("V6z3-4zMlYw1--"),dep_req_kind("ZCu-lH--3dw-sys", ">=6.2.9, <=9.4.19", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", ">=16.7.15", DepKind::Build, false),dep_req_kind("d-sys", "=17.9.7", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=16.16.3", DepKind::Build, false),dep_req_kind("k-FpPY-_rF_37V", "*", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=8.11.17, <=16.0.6", DepKind::Build, false),]),pkg!(("LH6__-2u-s_p_Bo0Xq-sys", "18.2.14") => [dep_req("P7c20", ">=4.0.4, <=7.18.17"),dep_req("SwdO800n2_AHEY4_gH97", ">=7.0.17, <=8.3.14"),dep_req_kind("Vhr2Ai55i--sys", ">=9.6.4, <=18.7.8", DepKind::Build, false),dep_req("bi_9cJP_0-sys", "=16.7.15"),]),pkg!(("LH6__-2u-s_p_Bo0Xq-sys", "17.8.9") => [dep_req_kind("SwdO800n2_AHEY4_gH97", ">=8.3.14, <=11.8.10", DepKind::Build, false),dep_req("TRZJ-TB", ">=17.1.3, <=17.6.16"),dep_req_kind("Vhr2Ai55i--sys", ">=11.3.2, <=12.14.19", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=3.8.1, <=16.15.10"),]),pkg!(("LH6__-2u-s_p_Bo0Xq-sys", "13.16.2") => [dep_req_kind("SwdO800n2_AHEY4_gH97", ">=7.0.17, <=8.3.14", DepKind::Build, false),dep_req_kind("TRZJ-TB", ">=8.3.2, <=18.18.12", DepKind::Build, false),dep_req_kind("Vhr2Ai55i--sys", ">=19.5.7", DepKind::Build, false),dep_req("d-sys", ">=7.14.13, <=14.5.13"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", "=6.15.13", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", ">=5.15.12"),]),pkg!(("LH6__-2u-s_p_Bo0Xq-sys", "13.11.15") => [dep_req("PR-1_-", ">=3.17.6, <=17.18.9"),dep_req_kind("SwdO800n2_AHEY4_gH97", ">=6.4.8, <=12.10.13", DepKind::Build, false),dep_req("TRZJ-TB", "=8.3.2"),dep_req_kind("V6z3-4zMlYw1--", "*", DepKind::Build, false),dep_req("Vhr2Ai55i--sys", ">=7.7.14, <=15.17.4"),dep_req("Y_-i4Zs", "<=2.0.1"),dep_req("ZCu-lH--3dw-sys", ">=13.11.2"),dep_req_kind("d-sys", ">=14.5.13, <=17.17.8", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=18.11.17"),dep_req_kind("k-FpPY-_rF_37V", "<=5.15.12", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=2.5.0, <=12.2.19", DepKind::Build, false),]),pkg!(("LH6__-2u-s_p_Bo0Xq-sys", "11.2.15") => [dep_req("SwdO800n2_AHEY4_gH97", ">=8.3.14, <=11.8.10"),dep_req_kind("Vhr2Ai55i--sys", ">=7.7.14, <=18.7.8", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=18.13.1"),dep("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys"),]),pkg!(("LH6__-2u-s_p_Bo0Xq-sys", "8.12.10") => [dep_req_kind("SwdO800n2_AHEY4_gH97", ">=11.8.10, <=12.10.13", DepKind::Build, false),dep_req_kind("Vhr2Ai55i--sys", ">=9.6.4, <=15.17.4", DepKind::Build, false),dep_req_kind("ZCu-lH--3dw-sys", "=9.13.5", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", "<=18.4.6"),]),pkg!(("LH6__-2u-s_p_Bo0Xq-sys", "6.1.10") => [dep_req_kind("SwdO800n2_AHEY4_gH97", ">=6.9.3, <=8.15.2", DepKind::Build, false),dep_req_kind("Vhr2Ai55i--sys", ">=7.19.5, <=10.12.13", DepKind::Build, false),dep_req_kind("Y_-i4Zs", "<=2.0.1", DepKind::Build, false),dep_req_kind("d-sys", ">=8.15.12, <=17.9.7", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=2.6.13, <=6.15.13"),]),pkg!(("LH6__-2u-s_p_Bo0Xq-sys", "4.3.18") => [dep_req_kind("P7c20", "*", DepKind::Build, false),dep_req_kind("SwdO800n2_AHEY4_gH97", "<=8.15.2", DepKind::Build, false),dep_req_kind("Vhr2Ai55i--sys", ">=9.6.4", DepKind::Build, false),dep_req_kind("ZCu-lH--3dw-sys", ">=9.13.5, <=11.2.4", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=5.1.9, <=7.13.4", DepKind::Build, false),dep_req_kind("k-FpPY-_rF_37V", "*", DepKind::Build, false),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "=10.10.8"),]),pkg!(("LH6__-2u-s_p_Bo0Xq-sys", "0.1.6") => [dep_req("P7c20", ">=7.18.17, <=10.11.19"),dep_req_kind("TRZJ-TB", ">=10.2.10", DepKind::Build, false),dep_req_kind("Vhr2Ai55i--sys", ">=7.11.15, <=19.5.7", DepKind::Build, false),dep_req("m3_-sys", ">=7.2.9"),]),pkg!(("L1g", "16.10.4") => [dep("PO-FKFrg-s__S3hKn--sys"),dep_req_kind("SwdO800n2_AHEY4_gH97", ">=6.4.8, <=12.10.13", DepKind::Build, false),dep_req("TRZJ-TB", ">=1.7.4, <=10.2.10"),dep_req("U_RPU-WU-9Cy-c--5-", ">=16.12.6"),dep_req("Y_-i4Zs", ">=17.18.17"),dep_req_kind("ZCu-lH--3dw-sys", "=9.13.5", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", ">=4.19.2, <=16.7.15", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=7.13.4, <=13.17.3"),]),pkg!(("L1g", "10.14.18") => [dep_req_kind("PR-1_-", "<=10.19.10", DepKind::Build, false),dep_req_kind("SwdO800n2_AHEY4_gH97", ">=7.0.17, <=16.8.11", DepKind::Build, false),dep_req("TRZJ-TB", ">=1.17.5, <=10.2.10"),dep_req_kind("Vhr2Ai55i--sys", ">=12.14.19", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", "<=2.9.7", DepKind::Build, false),dep_req("d-sys", "=5.18.18"),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=16.16.3, <=18.4.6"),dep_req_kind("v_B0_3el_8", ">=15.18.11, <=16.0.6", DepKind::Build, false),]),pkg!(("L1g", "7.15.7") => [dep_req_kind("LH6__-2u-s_p_Bo0Xq-sys", "<=4.3.18", DepKind::Build, false),dep_req("PR-1_-", ">=10.19.10, <=18.17.17"),dep_req_kind("SwdO800n2_AHEY4_gH97", ">=12.10.13, <=16.8.11", DepKind::Build, false),dep_req_kind("TRZJ-TB", "<=8.3.2", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=9.4.19, <=17.2.8"),dep_req_kind("d-sys", ">=14.5.13, <=17.9.7", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", "=7.15.11"),]),pkg!(("E-6--9ey_-_n__k__j58_J982gx3--sys", "15.4.7") => [dep_req_kind("L1g", "*", DepKind::Build, false),dep_req_kind("LH6__-2u-s_p_Bo0Xq-sys", ">=6.1.10, <=17.8.9", DepKind::Build, false),dep_req_kind("P7c20", ">=6.1.14, <=6.5.11", DepKind::Build, false),dep_req("PR-1_-", ">=15.18.15, <=17.18.9"),dep_req_kind("SwdO800n2_AHEY4_gH97", "=5.17.17", DepKind::Build, false),dep_req_kind("TRZJ-TB", ">=1.17.5, <=3.14.4", DepKind::Build, false),dep_req("Vhr2Ai55i--sys", ">=11.3.2, <=18.7.8"),dep_req_kind("Y_-i4Zs", "*", DepKind::Build, false),dep_req_kind("d-sys", ">=7.14.13, <=17.17.8", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=6.15.13"),dep_req_kind("k-FpPY-_rF_37V", "<=2.16.17", DepKind::Build, false),dep_req("v_B0_3el_8", ">=10.16.5, <=16.0.6"),]),pkg!(("E-6--9ey_-_n__k__j58_J982gx3--sys", "14.2.1") => [dep_req("PR-1_-", "<=3.17.6"),dep_req("TRZJ-TB", ">=8.3.2, <=18.12.14"),dep_req("Vhr2Ai55i--sys", "<=18.7.8"),dep_req("bi_9cJP_0-sys", ">=6.12.0, <=13.9.9"),dep_req("d-sys", ">=5.18.18, <=8.15.12"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=13.9.8, <=18.11.17", DepKind::Build, false),dep_req("k-FpPY-_rF_37V", "=5.15.12"),]),pkg!(("E-6--9ey_-_n__k__j58_J982gx3--sys", "10.5.1") => [dep_req("L1g", "<=10.14.18"),dep_req_kind("P7c20", ">=6.1.14, <=7.18.17", DepKind::Build, false),dep_req("SwdO800n2_AHEY4_gH97", "<=14.2.13"),dep_req_kind("TRZJ-TB", "=18.18.12", DepKind::Build, false),dep_req_kind("U_RPU-WU-9Cy-c--5-", "*", DepKind::Build, false),dep_req("Vhr2Ai55i--sys", ">=18.7.8, <=19.5.7"),dep_req_kind("d-sys", "<=14.5.13", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.8.1, <=15.1.16", DepKind::Build, false),dep_req("v_B0_3el_8", ">=2.5.0, <=16.0.6"),]),pkg!(("E-6--9ey_-_n__k__j58_J982gx3--sys", "10.0.1") => [dep_req("L1g", ">=10.14.18"),dep_req_kind("LH6__-2u-s_p_Bo0Xq-sys", ">=13.11.15, <=13.16.2", DepKind::Build, false),dep_req_kind("PR-1_-", ">=10.19.10", DepKind::Build, false),dep_req_kind("TRZJ-TB", ">=3.14.4, <=10.2.10", DepKind::Build, false),dep_req("Vhr2Ai55i--sys", ">=10.12.13, <=19.5.7"),dep_req_kind("ZCu-lH--3dw-sys", "<=9.16.11", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", ">=13.9.9", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=18.11.17", DepKind::Build, false),dep_req_kind("v_B0_3el_8", ">=10.16.5", DepKind::Build, false),]),pkg!(("E-6--9ey_-_n__k__j58_J982gx3--sys", "1.14.19") => [dep_req("P7c20", "<=6.5.11"),dep("U_RPU-WU-9Cy-c--5-"),dep_req_kind("bi_9cJP_0-sys", "<=16.7.15", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=2.6.13, <=6.15.13", DepKind::Build, false),]),pkg!(("DOyf6G18Z_d_u-X-p-qb-p_P1O-sys", "14.7.9") => [dep_req("LH6__-2u-s_p_Bo0Xq-sys", ">=8.12.10, <=17.8.9"),dep_req("V6z3-4zMlYw1--", "<=8.8.17"),dep_req_kind("Vhr2Ai55i--sys", ">=6.12.18", DepKind::Build, false),dep_req("bi_9cJP_0-sys", ">=6.12.0, <=13.9.9"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", "<=6.15.13", DepKind::Build, false),]),pkg!(("DOyf6G18Z_d_u-X-p-qb-p_P1O-sys", "5.17.3") => [dep_req_kind("L1g", "*", DepKind::Build, false),dep_req("LH6__-2u-s_p_Bo0Xq-sys", ">=8.12.10, <=13.16.2"),dep_req("P7c20", "<=7.18.6"),dep_req("TRZJ-TB", "<=0.7.15"),dep_req("V6z3-4zMlYw1--", "<=8.8.17"),dep_req("ZCu-lH--3dw-sys", ">=9.13.5, <=15.16.4"),dep_req_kind("d-sys", ">=8.15.12, <=10.19.18", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=13.17.3, <=15.1.16", DepKind::Build, false),dep_req_kind("m3_-sys", ">=7.2.9", DepKind::Build, false),dep_req("v_B0_3el_8", ">=15.18.11, <=16.0.6"),]),pkg!(("DOyf6G18Z_d_u-X-p-qb-p_P1O-sys", "4.3.15") => [dep_req_kind("LH6__-2u-s_p_Bo0Xq-sys", ">=13.16.2", DepKind::Build, false),dep_req_kind("P7c20", "=4.0.4", DepKind::Build, false),dep_req_kind("PR-1_-", ">=3.17.6, <=9.10.15", DepKind::Build, false),dep_req_kind("SwdO800n2_AHEY4_gH97", "<=13.11.16", DepKind::Build, false),dep_req_kind("ZCu-lH--3dw-sys", ">=9.4.19, <=10.17.14", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=5.0.17, <=16.16.3"),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", "*", DepKind::Build, false),dep_req_kind("v_B0_3el_8", "=12.2.19", DepKind::Build, false),]),pkg!(("DOyf6G18Z_d_u-X-p-qb-p_P1O-sys", "3.1.6") => [dep_req_kind("PR-1_-", ">=17.18.9, <=18.17.17", DepKind::Build, false),dep_req_kind("SwdO800n2_AHEY4_gH97", ">=6.4.8", DepKind::Build, false),dep_req("Vhr2Ai55i--sys", ">=6.12.18, <=7.19.5"),dep_req_kind("bi_9cJP_0-sys", ">=2.11.19", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=3.7.6, <=14.17.4"),]),pkg!(("B", "10.16.7") => [dep_req("DOyf6G18Z_d_u-X-p-qb-p_P1O-sys", "<=5.17.3"),dep_req_kind("E-6--9ey_-_n__k__j58_J982gx3--sys", "=10.5.1", DepKind::Build, false),dep_req_kind("P7c20", ">=6.5.11, <=7.18.17", DepKind::Build, false),dep_req("SwdO800n2_AHEY4_gH97", ">=12.10.13, <=16.8.11"),dep_req_kind("TRZJ-TB", ">=3.14.4, <=17.1.3", DepKind::Build, false),dep_req_kind("bi_9cJP_0-sys", "<=6.12.0", DepKind::Build, false),dep_req("jez__k--gT-2xR_-l-a_HvJC3", ">=6.15.13, <=18.4.6"),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", "<=4.6.17", DepKind::Build, false),dep_req("v_B0_3el_8", "<=12.2.19"),]),pkg!(("B", "9.19.17") => [dep_req_kind("PO-FKFrg-s__S3hKn--sys", "*", DepKind::Build, false),dep_req("PR-1_-", "=9.10.15"),dep_req("SwdO800n2_AHEY4_gH97", ">=14.2.13"),dep_req_kind("Vhr2Ai55i--sys", ">=11.3.2", DepKind::Build, false),dep_req("bi_9cJP_0-sys", ">=6.12.0, <=16.7.15"),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=2.6.13, <=3.8.1", DepKind::Build, false),dep_req("v_B0_3el_8", ">=8.11.17, <=11.15.4"),]),pkg!(("B", "2.13.12") => [dep_req("DOyf6G18Z_d_u-X-p-qb-p_P1O-sys", "<=3.1.6"),dep_req("PR-1_-", ">=3.17.6, <=17.18.9"),dep_req("SwdO800n2_AHEY4_gH97", ">=6.4.8, <=13.11.16"),dep_req("TRZJ-TB", "<=18.12.14"),dep_req_kind("bi_9cJP_0-sys", "=2.11.19", DepKind::Build, false),dep_req_kind("jez__k--gT-2xR_-l-a_HvJC3", ">=7.15.11, <=14.17.4", DepKind::Build, false),dep_req_kind("m3_-sys", "*", DepKind::Build, false),dep_req_kind("pS0_R451-O9-gl-K0M-03K---bfPoh", ">=8.4.9", DepKind::Build, false),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", ">=10.10.8"),]),pkg!(("B", "0.8.2") => [dep_req_kind("LH6__-2u-s_p_Bo0Xq-sys", ">=6.1.10, <=17.8.9", DepKind::Build, false),dep_req_kind("PR-1_-", ">=9.10.15, <=15.18.15", DepKind::Build, false),dep_req_kind("SwdO800n2_AHEY4_gH97", "=6.4.8", DepKind::Build, false),dep_req_kind("TRZJ-TB", "<=17.1.3", DepKind::Build, false),dep_req("ZCu-lH--3dw-sys", ">=9.4.19, <=9.13.5"),dep_req_kind("k-FpPY-_rF_37V", "<=5.15.12", DepKind::Build, false),dep_req("u-_726h_1h-u1-_teKs-WB_sulL-3KM-sys", "<=10.10.8"),dep_req_kind("v_B0_3el_8", ">=8.11.17", DepKind::Build, false),]),], indexes_to_remove = [
    (
        Index(
            6863336201716275769,
        ),
        Index(
            16629085853236602154,
        ),
    ),
    (
        Index(
            5070543905633679382,
        ),
        Index(
            3365708375706184660,
        ),
    ),
    (
        Index(
            11538840044385708527,
        ),
        Index(
            16828273657370020320,
        ),
    ),
]
	successes: 0
	local rejects: 0
	global rejects: 0



failures:
    prop_limited_independence_of_irrelevant_alternatives
    prop_removing_a_dep_cant_break

@bors
Copy link
Collaborator

bors commented Mar 28, 2024

⌛ Testing commit 8a82df2 with merge 97ed4ff...

@bors
Copy link
Collaborator

bors commented Mar 28, 2024

☀️ Test successful - checks-actions
Approved by: weihanglo
Pushing 97ed4ff to master...

@bors bors merged commit 97ed4ff into rust-lang:master Mar 28, 2024
21 checks passed
@epage epage deleted the refactor-toml branch March 28, 2024 18:28
epage added a commit to epage/cargo that referenced this pull request Mar 28, 2024
bors added a commit that referenced this pull request Mar 28, 2024
refactor(package): Simplify getting of published Manifest

### What does this PR try to resolve?

This is a parallel effort to #13664 in an effort to #13456

This abstracts away the logic for getting the published version of `Cargo.toml` so we can more easily change the APIs that were previously exposed

### How should we test and review this PR?

### Additional information
bors added a commit to rust-lang-ci/rust that referenced this pull request Mar 29, 2024
Update cargo

8 commits in 499a61ce7a0fc6a72040084862a68b2603e770e8..a59aba136aab5510c16b0750a36cbd9916f91796
2024-03-26 04:17:04 +0000 to 2024-03-28 21:21:41 +0000
- refactor(package): Simplify getting of published Manifest (rust-lang/cargo#13666)
- fix(toml): Warn on unused workspace.dependencies keys on virtual workspaces (rust-lang/cargo#13664)
- docs: clarify `--locked` ensures Cargo uses dependency versions in lockfile (rust-lang/cargo#13665)
- RUSTC_WORKSPACE_WRAPPER: clarify docs (rust-lang/cargo#13648)
- fix(add): Preserve comments when updating simple deps (rust-lang/cargo#13655)
- fix(generate-lockfile): hold lock before querying index (rust-lang/cargo#13657)
- test: Add asserts to catch BorrowMutError's (rust-lang/cargo#13651)
- Publish test crates (rust-lang/cargo#13418)

r? ghost
@rustbot rustbot added this to the 1.79.0 milestone Mar 30, 2024
github-actions bot pushed a commit to rust-lang/miri that referenced this pull request Mar 30, 2024
Update cargo

8 commits in 499a61ce7a0fc6a72040084862a68b2603e770e8..a59aba136aab5510c16b0750a36cbd9916f91796
2024-03-26 04:17:04 +0000 to 2024-03-28 21:21:41 +0000
- refactor(package): Simplify getting of published Manifest (rust-lang/cargo#13666)
- fix(toml): Warn on unused workspace.dependencies keys on virtual workspaces (rust-lang/cargo#13664)
- docs: clarify `--locked` ensures Cargo uses dependency versions in lockfile (rust-lang/cargo#13665)
- RUSTC_WORKSPACE_WRAPPER: clarify docs (rust-lang/cargo#13648)
- fix(add): Preserve comments when updating simple deps (rust-lang/cargo#13655)
- fix(generate-lockfile): hold lock before querying index (rust-lang/cargo#13657)
- test: Add asserts to catch BorrowMutError's (rust-lang/cargo#13651)
- Publish test crates (rust-lang/cargo#13418)

r? ghost
bors added a commit that referenced this pull request Apr 3, 2024
refactor(toml): Split out an explicit step to resolve `Cargo.toml`

### What does this PR try to resolve?

This builds on #13664 and #13666.   Currently, once we have deserialized `Cargo.toml`, we pass it to a large machinery (`to_real_manifest`, `to_virtual_manifest`) so that
- `Cargo.toml` is resolved
- `Summary` is created
- `Manifest` is created

This splits out the resolving of `Cargo.toml` which is mostly workspace inheritance today.

While splitting logic conjoined like this can be a bit messy in the short term, the hope is that overall this makes the logic easier to follow (more condensed, focused sections to view; more explicit inputs/outputs).

In particular, I hope that this will make it clearer and easier to shift more logic into the resolving step, specifically the inferring of build targets for #13456.

### How should we test and review this PR?

This is broken up into very small steps in the hope that it makes it easier to analyze a step.

### Additional information
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-manifest Area: Cargo.toml issues Command-package 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.

None yet

5 participants