[INFO] fetching crate arch_test_core 0.1.5... [INFO] testing arch_test_core-0.1.5 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate arch_test_core 0.1.5 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate arch_test_core 0.1.5 [INFO] finished tweaking crates.io crate arch_test_core 0.1.5 [INFO] tweaked toml for crates.io crate arch_test_core 0.1.5 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate arch_test_core 0.1.5 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 47 packages to latest compatible versions [INFO] [stderr] Adding itertools v0.10.5 (available: v0.14.0) [INFO] [stderr] Adding ra_ap_syntax v0.0.59 (available: v0.0.301) [INFO] [stderr] Adding rowan v0.13.0-pre.6 (available: v0.13.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f32f75d338fc57f127c036f36992981cff7ebce0b48ef1f44892c847671b2810 [INFO] running `Command { std: "docker" "start" "-a" "f32f75d338fc57f127c036f36992981cff7ebce0b48ef1f44892c847671b2810", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f32f75d338fc57f127c036f36992981cff7ebce0b48ef1f44892c847671b2810", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f32f75d338fc57f127c036f36992981cff7ebce0b48ef1f44892c847671b2810", kill_on_drop: false }` [INFO] [stdout] f32f75d338fc57f127c036f36992981cff7ebce0b48ef1f44892c847671b2810 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e5cbcadfb1c31ae4983d8e9a31790954a3bbb6a2d09b09b5337553b1725c74c [INFO] running `Command { std: "docker" "start" "-a" "5e5cbcadfb1c31ae4983d8e9a31790954a3bbb6a2d09b09b5337553b1725c74c", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling text-size v1.1.1 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling ra_ap_la-arena v0.0.59 [INFO] [stderr] Compiling drop_bomb v0.1.5 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling always-assert v0.1.3 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling perf-event-open-sys v4.0.0 [INFO] [stderr] Compiling ra_ap_parser v0.0.59 [INFO] [stderr] Compiling ra_ap_stdx v0.0.59 [INFO] [stderr] Compiling dashmap v4.0.2 [INFO] [stderr] Compiling ra_ap_text_edit v0.0.59 [INFO] [stderr] Compiling rustc-ap-rustc_lexer v721.0.0 [INFO] [stderr] Compiling cov-mark v1.1.0 [INFO] [stderr] Compiling perf-event v0.4.8 [INFO] [stderr] Compiling countme v2.0.4 [INFO] [stderr] Compiling ra_ap_profile v0.0.59 [INFO] [stderr] Compiling rowan v0.13.0-pre.6 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling velcro_core v0.5.4 [INFO] [stderr] Compiling velcro_macros v0.5.4 [INFO] [stderr] Compiling velcro v0.5.4 [INFO] [stderr] Compiling smol_str v0.1.24 [INFO] [stderr] Compiling ra_ap_syntax v0.0.59 [INFO] [stderr] Compiling arch_test_core v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/analyzer/materials/architecture.rs:43:58 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn validate_access_rules(&'r self) -> Result<(), RuleViolation> { [INFO] [stdout] | -- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'r` [INFO] [stdout] | [INFO] [stdout] 43 | pub fn validate_access_rules(&'r self) -> Result<(), RuleViolation<'r>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/materials/architecture.rs:56:31 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn check_access_rules(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 56 | pub fn check_access_rules(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/materials/architecture.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 65 | module_tree: &ModuleTree, [INFO] [stdout] 66 | ) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 66 | ) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:20:14 [INFO] [stdout] | [INFO] [stdout] 20 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation>; [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 20 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:25:14 [INFO] [stdout] | [INFO] [stdout] 25 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 25 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:70:14 [INFO] [stdout] | [INFO] [stdout] 70 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 70 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:115:14 [INFO] [stdout] | [INFO] [stdout] 115 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 115 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:158:14 [INFO] [stdout] | [INFO] [stdout] 158 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 158 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:201:14 [INFO] [stdout] | [INFO] [stdout] 201 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 201 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:231:14 [INFO] [stdout] | [INFO] [stdout] 231 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 231 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:248:14 [INFO] [stdout] | [INFO] [stdout] 248 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 248 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.01s [INFO] running `Command { std: "docker" "inspect" "5e5cbcadfb1c31ae4983d8e9a31790954a3bbb6a2d09b09b5337553b1725c74c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e5cbcadfb1c31ae4983d8e9a31790954a3bbb6a2d09b09b5337553b1725c74c", kill_on_drop: false }` [INFO] [stdout] 5e5cbcadfb1c31ae4983d8e9a31790954a3bbb6a2d09b09b5337553b1725c74c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 097985b18df54290954ed869967676e4e41888bb80b47159253e7f860e64c8e5 [INFO] running `Command { std: "docker" "start" "-a" "097985b18df54290954ed869967676e4e41888bb80b47159253e7f860e64c8e5", kill_on_drop: false }` [INFO] [stderr] Compiling arch_test_core v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/analyzer/materials/architecture.rs:43:58 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn validate_access_rules(&'r self) -> Result<(), RuleViolation> { [INFO] [stdout] | -- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'r` [INFO] [stdout] | [INFO] [stdout] 43 | pub fn validate_access_rules(&'r self) -> Result<(), RuleViolation<'r>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/materials/architecture.rs:56:31 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn check_access_rules(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 56 | pub fn check_access_rules(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/materials/architecture.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 65 | module_tree: &ModuleTree, [INFO] [stdout] 66 | ) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 66 | ) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:20:14 [INFO] [stdout] | [INFO] [stdout] 20 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation>; [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 20 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:25:14 [INFO] [stdout] | [INFO] [stdout] 25 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 25 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:70:14 [INFO] [stdout] | [INFO] [stdout] 70 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 70 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:115:14 [INFO] [stdout] | [INFO] [stdout] 115 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 115 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:158:14 [INFO] [stdout] | [INFO] [stdout] 158 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 158 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:201:14 [INFO] [stdout] | [INFO] [stdout] 201 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 201 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:231:14 [INFO] [stdout] | [INFO] [stdout] 231 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 231 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:248:14 [INFO] [stdout] | [INFO] [stdout] 248 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 248 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/analyzer/materials/architecture.rs:43:58 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn validate_access_rules(&'r self) -> Result<(), RuleViolation> { [INFO] [stdout] | -- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is named here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'r` [INFO] [stdout] | [INFO] [stdout] 43 | pub fn validate_access_rules(&'r self) -> Result<(), RuleViolation<'r>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/materials/architecture.rs:56:31 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn check_access_rules(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 56 | pub fn check_access_rules(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/materials/architecture.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 65 | module_tree: &ModuleTree, [INFO] [stdout] 66 | ) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 66 | ) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:20:14 [INFO] [stdout] | [INFO] [stdout] 20 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation>; [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 20 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:25:14 [INFO] [stdout] | [INFO] [stdout] 25 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 25 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:70:14 [INFO] [stdout] | [INFO] [stdout] 70 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 70 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:115:14 [INFO] [stdout] | [INFO] [stdout] 115 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 115 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:158:14 [INFO] [stdout] | [INFO] [stdout] 158 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 158 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:201:14 [INFO] [stdout] | [INFO] [stdout] 201 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 201 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:231:14 [INFO] [stdout] | [INFO] [stdout] 231 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 231 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/analyzer/services/access_rule.rs:248:14 [INFO] [stdout] | [INFO] [stdout] 248 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 248 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.49s [INFO] running `Command { std: "docker" "inspect" "097985b18df54290954ed869967676e4e41888bb80b47159253e7f860e64c8e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "097985b18df54290954ed869967676e4e41888bb80b47159253e7f860e64c8e5", kill_on_drop: false }` [INFO] [stdout] 097985b18df54290954ed869967676e4e41888bb80b47159253e7f860e64c8e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8a28ca33a32c74d33b862e2137ff85411636f8783e0b850f4f3edd335ad6d7a6 [INFO] running `Command { std: "docker" "start" "-a" "8a28ca33a32c74d33b862e2137ff85411636f8783e0b850f4f3edd335ad6d7a6", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/analyzer/materials/architecture.rs:43:58 [INFO] [stderr] | [INFO] [stderr] 43 | pub fn validate_access_rules(&'r self) -> Result<(), RuleViolation> { [INFO] [stderr] | -- ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is named here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'r` [INFO] [stderr] | [INFO] [stderr] 43 | pub fn validate_access_rules(&'r self) -> Result<(), RuleViolation<'r>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/analyzer/materials/architecture.rs:56:31 [INFO] [stderr] | [INFO] [stderr] 56 | pub fn check_access_rules(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 56 | pub fn check_access_rules(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/analyzer/materials/architecture.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 64 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 65 | module_tree: &ModuleTree, [INFO] [stderr] 66 | ) -> Result<(), RuleViolation> { [INFO] [stderr] | ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 66 | ) -> Result<(), RuleViolation<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/analyzer/services/access_rule.rs:20:14 [INFO] [stderr] | [INFO] [stderr] 20 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation>; [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 20 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/analyzer/services/access_rule.rs:25:14 [INFO] [stderr] | [INFO] [stderr] 25 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 25 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/analyzer/services/access_rule.rs:70:14 [INFO] [stderr] | [INFO] [stderr] 70 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 70 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/analyzer/services/access_rule.rs:115:14 [INFO] [stderr] | [INFO] [stderr] 115 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 115 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/analyzer/services/access_rule.rs:158:14 [INFO] [stderr] | [INFO] [stderr] 158 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 158 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/analyzer/services/access_rule.rs:201:14 [INFO] [stderr] | [INFO] [stderr] 201 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 201 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/analyzer/services/access_rule.rs:231:14 [INFO] [stderr] | [INFO] [stderr] 231 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 231 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/analyzer/services/access_rule.rs:248:14 [INFO] [stderr] | [INFO] [stderr] 248 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation> { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 248 | fn check(&self, module_tree: &ModuleTree) -> Result<(), RuleViolation<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `arch_test_core` (lib) generated 11 warnings (run `cargo fix --lib -p arch_test_core` to apply 11 suggestions) [INFO] [stderr] warning: `arch_test_core` (lib test) generated 11 warnings (11 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/arch_test_core-48a461b715e7c056) [INFO] [stdout] [INFO] [stdout] running 51 tests [INFO] [stdout] test analyzer::tests::access_rules::may_not_access_when_same_parent_negative ... ok [INFO] [stdout] test analyzer::tests::access_rules::may_not_access_when_same_parent_positive ... ok [INFO] [stdout] test analyzer::tests::access_rules::cyclic_dependency_over_several_modules ... ok [INFO] [stdout] test analyzer::tests::access_rules::may_not_access ... ok [INFO] [stdout] test analyzer::tests::access_rules::may_not_be_accessed_by_when_same_parent_negative ... ok [INFO] [stdout] test analyzer::tests::access_rules::cyclic_dependency_over_several_layers ... ok [INFO] [stdout] test analyzer::tests::access_rules::may_not_be_accessed_by ... ok [INFO] [stdout] test analyzer::tests::access_rules::may_only_be_accessed_by_when_same_parent_positive ... ok [INFO] [stdout] test parser::tests::module_node::included_nodes ... ok [INFO] [stdout] test analyzer::tests::access_rules::may_only_be_accessed_by_when_same_parent_negative ... ok [INFO] [stdout] test analyzer::tests::access_rules::may_only_be_accessed_by ... ok [INFO] [stdout] test analyzer::tests::access_rules::may_only_access_negative ... ok [INFO] [stdout] test analyzer::tests::access_rules::may_only_access_positive ... ok [INFO] [stdout] test analyzer::tests::access_rules::no_layer_cyclic_dependencies ... ok [INFO] [stdout] test analyzer::tests::access_rules::may_only_access_when_same_parent_negative ... ok [INFO] [stdout] test parser::tests::module_node::get_fully_qualified_path ... ok [INFO] [stdout] test analyzer::tests::access_rules::no_module_cyclic_dependencies ... ok [INFO] [stdout] test analyzer::tests::access_rules::may_not_be_accessed_by_when_same_parent_positive ... ok [INFO] [stdout] test analyzer::tests::access_rules::may_only_access_when_same_parent_positive ... ok [INFO] [stdout] test parser::tests::module_node::register_child ... ok [INFO] [stdout] test parser::tests::module_node::object_uses_with_children ... ok [INFO] [stdout] test parser::tests::module_tree::correct_fully_qualified_names ... ok [INFO] [stdout] test parser::tests::parser::functions::param_list ... ok [INFO] [stdout] test parser::tests::parser::modules::inner_modules ... ok [INFO] [stdout] test parser::tests::module_node::object_uses_without_children ... ok [INFO] [stdout] test parser::tests::parser::macros::simple ... ok [INFO] [stdout] test parser::tests::parser::enum_stmt::complex ... ok [INFO] [stdout] test parser::tests::parser::modules::path_attribute ... ok [INFO] [stdout] test analyzer::tests::access_rules::no_parent_access ... ok [INFO] [stdout] test parser::tests::parser::expressions::record ... ok [INFO] [stdout] test parser::tests::parser::struct_stmt::empty ... ok [INFO] [stdout] test parser::tests::parser::struct_stmt::complex ... ok [INFO] [stdout] test parser::tests::module_tree::filter_unused_uses ... ok [INFO] [stdout] test parser::tests::module_tree::construct_possible_use_map ... ok [INFO] [stdout] test parser::tests::parser::modules::nested_folders_and_files ... ok [INFO] [stdout] test parser::tests::parser::functions::return_type ... ok [INFO] [stdout] test parser::tests::module_tree::filter_primary_types ... ok [INFO] [stdout] test parser::tests::parser::traits::impl_trait ... ok [INFO] [stdout] test parser::tests::parser::traits::functions ... ok [INFO] [stdout] test parser::tests::module_tree::path_wildcard ... ok [INFO] [stdout] test parser::tests::parser::types::alias ... ok [INFO] [stdout] test parser::tests::module_tree::path_wildcard_unknown ... ok [INFO] [stdout] test parser::tests::module_tree::non_main_or_lib_root ... ok [INFO] [stdout] test parser::tests::parser::types::complex_generic ... ok [INFO] [stdout] test parser::tests::parser::modules::sub_module_without_mod ... ok [INFO] [stdout] test parser::tests::parser::use_stmt::visibility ... ok [INFO] [stdout] test parser::tests::parser::traits::impl_normal ... ok [INFO] [stdout] test parser::tests::parser::types::complex_tuple ... ok [INFO] [stdout] test parser::tests::parser::use_stmt::single_stmt ... ok [INFO] [stdout] test parser::tests::parser::use_stmt::nested ... ok [INFO] [stdout] test analyzer::tests::access_rules::myself ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 51 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s [INFO] [stdout] [INFO] [stderr] Doc-tests arch_test_core [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/analyzer/materials/architecture.rs - analyzer::materials::architecture::Architecture (line 12) ... ignored [INFO] [stdout] test src/lib.rs - (line 18) ... ignored [INFO] [stdout] test src/lib.rs - (line 34) ... ignored [INFO] [stdout] test src/parser/materials/module_tree.rs - parser::materials::module_tree::ModuleTree (line 11) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8a28ca33a32c74d33b862e2137ff85411636f8783e0b850f4f3edd335ad6d7a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a28ca33a32c74d33b862e2137ff85411636f8783e0b850f4f3edd335ad6d7a6", kill_on_drop: false }` [INFO] [stdout] 8a28ca33a32c74d33b862e2137ff85411636f8783e0b850f4f3edd335ad6d7a6