[INFO] fetching crate o2o-impl 0.5.4... [INFO] testing o2o-impl-0.5.4 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate o2o-impl 0.5.4 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate o2o-impl 0.5.4 [INFO] finished tweaking crates.io crate o2o-impl 0.5.4 [INFO] tweaked toml for crates.io crate o2o-impl 0.5.4 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate o2o-impl 0.5.4 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 73 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.4.0 (available: v0.7.0) [INFO] [stderr] Adding syn v1.0.109 (available: v2.0.106) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a27bf53249f2918a6b3df8347c86a1150fc7c78010dbe3ec3f06c62fe6c2d35c [INFO] running `Command { std: "docker" "start" "-a" "a27bf53249f2918a6b3df8347c86a1150fc7c78010dbe3ec3f06c62fe6c2d35c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a27bf53249f2918a6b3df8347c86a1150fc7c78010dbe3ec3f06c62fe6c2d35c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a27bf53249f2918a6b3df8347c86a1150fc7c78010dbe3ec3f06c62fe6c2d35c", kill_on_drop: false }` [INFO] [stdout] a27bf53249f2918a6b3df8347c86a1150fc7c78010dbe3ec3f06c62fe6c2d35c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1fb213ef569983e95ef53a1b793218f314f6c8a988264c82892a2abaebca6e5a [INFO] running `Command { std: "docker" "start" "-a" "1fb213ef569983e95ef53a1b793218f314f6c8a988264c82892a2abaebca6e5a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling o2o-impl v0.5.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/ast.rs:182:23 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn get_ident(&'a self) -> &Ident { [INFO] [stdout] | ^^ ------ the same lifetime is elided 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 `'a` [INFO] [stdout] | [INFO] [stdout] 182 | pub fn get_ident(&'a self) -> &'a Ident { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/ast.rs:203:25 [INFO] [stdout] | [INFO] [stdout] 203 | pub fn get_members(&'a self) -> Vec { [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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 203 | pub fn get_members(&'a self) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:232:34 [INFO] [stdout] | [INFO] [stdout] 232 | pub(crate) fn iter_for_kind(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ^^ ^^ the lifetime is named here ---------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 232 | pub(crate) fn iter_for_kind(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:236:39 [INFO] [stdout] | [INFO] [stdout] 236 | pub(crate) fn iter_for_kind_core(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ^^ ^^ the lifetime is named here -------------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | pub(crate) fn iter_for_kind_core(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:240:32 [INFO] [stdout] | [INFO] [stdout] 240 | pub(crate) fn ghosts_attr(&'a self, container_ty: &'a TypePath, kind: &'a Kind) -> Option<&StructGhostAttrCore> { [INFO] [stdout] | ^^ ^^ ^^ -------------------- the same lifetime is elided here [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetime is named here [INFO] [stdout] | | the lifetime is named here [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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 240 | pub(crate) fn ghosts_attr(&'a self, container_ty: &'a TypePath, kind: &'a Kind) -> Option<&'a StructGhostAttrCore> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:246:31 [INFO] [stdout] | [INFO] [stdout] 246 | pub(crate) fn where_attr(&'a self, container_ty: &TypePath) -> Option<&WhereAttr>{ [INFO] [stdout] | ^^ the lifetime is named here ---------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 246 | pub(crate) fn where_attr(&'a self, container_ty: &TypePath) -> Option<&'a WhereAttr>{ [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:252:39 [INFO] [stdout] | [INFO] [stdout] 252 | pub(crate) fn child_parents_attr(&'a self, container_ty: &TypePath) -> Option<&ChildParentsAttr>{ [INFO] [stdout] | ^^ the lifetime is named here ----------------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 252 | pub(crate) fn child_parents_attr(&'a self, container_ty: &TypePath) -> Option<&'a ChildParentsAttr>{ [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:342:34 [INFO] [stdout] | [INFO] [stdout] 342 | pub(crate) fn iter_for_kind(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ^^ ^^ the lifetime is named here ----------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 342 | pub(crate) fn iter_for_kind(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:346:39 [INFO] [stdout] | [INFO] [stdout] 346 | pub(crate) fn iter_for_kind_core(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ^^ ^^ the lifetime is named here --------------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 346 | pub(crate) fn iter_for_kind_core(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:350:36 [INFO] [stdout] | [INFO] [stdout] 350 | pub(crate) fn applicable_attr(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option { [INFO] [stdout] | ^^ ^^ the lifetime is named here -------------- 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 350 | pub(crate) fn applicable_attr(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:368:26 [INFO] [stdout] | [INFO] [stdout] 368 | pub(crate) fn child(&'a self, container_ty: &TypePath) -> Option<&ChildAttr>{ [INFO] [stdout] | ^^ the lifetime is named here ---------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 368 | pub(crate) fn child(&'a self, container_ty: &TypePath) -> Option<&'a ChildAttr>{ [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:374:26 [INFO] [stdout] | [INFO] [stdout] 374 | pub(crate) fn ghost(&'a self, container_ty: &TypePath, kind: &'a Kind) -> Option<&FieldGhostAttrCore>{ [INFO] [stdout] | ^^ ^^ ------------------- the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 374 | pub(crate) fn ghost(&'a self, container_ty: &TypePath, kind: &'a Kind) -> Option<&'a FieldGhostAttrCore>{ [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:380:24 [INFO] [stdout] | [INFO] [stdout] 380 | pub(crate) fn lit(&'a self, container_ty: &TypePath) -> Option<&LitAttr>{ [INFO] [stdout] | ^^ the lifetime is named here -------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 380 | pub(crate) fn lit(&'a self, container_ty: &TypePath) -> Option<&'a LitAttr>{ [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:386:24 [INFO] [stdout] | [INFO] [stdout] 386 | pub(crate) fn pat(&'a self, container_ty: &TypePath) -> Option<&PatAttr>{ [INFO] [stdout] | ^^ the lifetime is named here -------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 386 | pub(crate) fn pat(&'a self, container_ty: &TypePath) -> Option<&'a PatAttr>{ [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:392:30 [INFO] [stdout] | [INFO] [stdout] 392 | pub(crate) fn type_hint(&'a self, container_ty: &TypePath) -> Option<&VariantTypeHintAttr>{ [INFO] [stdout] | ^^ the lifetime is named here -------------------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 392 | pub(crate) fn type_hint(&'a self, container_ty: &TypePath) -> Option<&'a VariantTypeHintAttr>{ [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:406:46 [INFO] [stdout] | [INFO] [stdout] 406 | pub(crate) fn parameterized_parent_attr(&'a self, container_ty: &TypePath) -> Option<&ParentAttr> { [INFO] [stdout] | ^^ the lifetime is named here ----------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 406 | pub(crate) fn parameterized_parent_attr(&'a self, container_ty: &TypePath) -> Option<&'a ParentAttr> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:412:31 [INFO] [stdout] | [INFO] [stdout] 412 | pub(crate) fn field_attr(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option<&MemberAttr> { [INFO] [stdout] | ^^ ^^ the lifetime is named here ----------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 412 | pub(crate) fn field_attr(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option<&'a MemberAttr> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:418:36 [INFO] [stdout] | [INFO] [stdout] 418 | pub(crate) fn field_attr_core(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option<&MemberAttrCore> { [INFO] [stdout] | ^^ ^^ the lifetime is named here --------------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 418 | pub(crate) fn field_attr_core(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option<&'a MemberAttrCore> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:977:33 [INFO] [stdout] | [INFO] [stdout] 977 | pub(crate) fn get_for_kind(&'a self, kind: &'a Kind) -> Option<&ParentChildFieldAttr> { [INFO] [stdout] | ^^ ^^ --------------------- the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 977 | pub(crate) fn get_for_kind(&'a self, kind: &'a Kind) -> Option<&'a ParentChildFieldAttr> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s [INFO] running `Command { std: "docker" "inspect" "1fb213ef569983e95ef53a1b793218f314f6c8a988264c82892a2abaebca6e5a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1fb213ef569983e95ef53a1b793218f314f6c8a988264c82892a2abaebca6e5a", kill_on_drop: false }` [INFO] [stdout] 1fb213ef569983e95ef53a1b793218f314f6c8a988264c82892a2abaebca6e5a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 352a31a6d2aac4a5af3f3667824e3621c58f6c437189b3073b21aecd01c01057 [INFO] running `Command { std: "docker" "start" "-a" "352a31a6d2aac4a5af3f3667824e3621c58f6c437189b3073b21aecd01c01057", kill_on_drop: false }` [INFO] [stderr] Compiling os_str_bytes v6.6.1 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling textwrap v0.16.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/ast.rs:182:23 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn get_ident(&'a self) -> &Ident { [INFO] [stdout] | ^^ ------ the same lifetime is elided 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 `'a` [INFO] [stdout] | [INFO] [stdout] 182 | pub fn get_ident(&'a self) -> &'a Ident { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/ast.rs:203:25 [INFO] [stdout] | [INFO] [stdout] 203 | pub fn get_members(&'a self) -> Vec { [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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 203 | pub fn get_members(&'a self) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:232:34 [INFO] [stdout] | [INFO] [stdout] 232 | pub(crate) fn iter_for_kind(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ^^ ^^ the lifetime is named here ---------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 232 | pub(crate) fn iter_for_kind(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:236:39 [INFO] [stdout] | [INFO] [stdout] 236 | pub(crate) fn iter_for_kind_core(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ^^ ^^ the lifetime is named here -------------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | pub(crate) fn iter_for_kind_core(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:240:32 [INFO] [stdout] | [INFO] [stdout] 240 | pub(crate) fn ghosts_attr(&'a self, container_ty: &'a TypePath, kind: &'a Kind) -> Option<&StructGhostAttrCore> { [INFO] [stdout] | ^^ ^^ ^^ -------------------- the same lifetime is elided here [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetime is named here [INFO] [stdout] | | the lifetime is named here [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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 240 | pub(crate) fn ghosts_attr(&'a self, container_ty: &'a TypePath, kind: &'a Kind) -> Option<&'a StructGhostAttrCore> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:246:31 [INFO] [stdout] | [INFO] [stdout] 246 | pub(crate) fn where_attr(&'a self, container_ty: &TypePath) -> Option<&WhereAttr>{ [INFO] [stdout] | ^^ the lifetime is named here ---------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 246 | pub(crate) fn where_attr(&'a self, container_ty: &TypePath) -> Option<&'a WhereAttr>{ [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:252:39 [INFO] [stdout] | [INFO] [stdout] 252 | pub(crate) fn child_parents_attr(&'a self, container_ty: &TypePath) -> Option<&ChildParentsAttr>{ [INFO] [stdout] | ^^ the lifetime is named here ----------------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 252 | pub(crate) fn child_parents_attr(&'a self, container_ty: &TypePath) -> Option<&'a ChildParentsAttr>{ [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:342:34 [INFO] [stdout] | [INFO] [stdout] 342 | pub(crate) fn iter_for_kind(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ^^ ^^ the lifetime is named here ----------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 342 | pub(crate) fn iter_for_kind(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:346:39 [INFO] [stdout] | [INFO] [stdout] 346 | pub(crate) fn iter_for_kind_core(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ^^ ^^ the lifetime is named here --------------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 346 | pub(crate) fn iter_for_kind_core(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:350:36 [INFO] [stdout] | [INFO] [stdout] 350 | pub(crate) fn applicable_attr(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option { [INFO] [stdout] | ^^ ^^ the lifetime is named here -------------- 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 350 | pub(crate) fn applicable_attr(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:368:26 [INFO] [stdout] | [INFO] [stdout] 368 | pub(crate) fn child(&'a self, container_ty: &TypePath) -> Option<&ChildAttr>{ [INFO] [stdout] | ^^ the lifetime is named here ---------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 368 | pub(crate) fn child(&'a self, container_ty: &TypePath) -> Option<&'a ChildAttr>{ [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:374:26 [INFO] [stdout] | [INFO] [stdout] 374 | pub(crate) fn ghost(&'a self, container_ty: &TypePath, kind: &'a Kind) -> Option<&FieldGhostAttrCore>{ [INFO] [stdout] | ^^ ^^ ------------------- the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 374 | pub(crate) fn ghost(&'a self, container_ty: &TypePath, kind: &'a Kind) -> Option<&'a FieldGhostAttrCore>{ [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:380:24 [INFO] [stdout] | [INFO] [stdout] 380 | pub(crate) fn lit(&'a self, container_ty: &TypePath) -> Option<&LitAttr>{ [INFO] [stdout] | ^^ the lifetime is named here -------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 380 | pub(crate) fn lit(&'a self, container_ty: &TypePath) -> Option<&'a LitAttr>{ [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:386:24 [INFO] [stdout] | [INFO] [stdout] 386 | pub(crate) fn pat(&'a self, container_ty: &TypePath) -> Option<&PatAttr>{ [INFO] [stdout] | ^^ the lifetime is named here -------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 386 | pub(crate) fn pat(&'a self, container_ty: &TypePath) -> Option<&'a PatAttr>{ [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:392:30 [INFO] [stdout] | [INFO] [stdout] 392 | pub(crate) fn type_hint(&'a self, container_ty: &TypePath) -> Option<&VariantTypeHintAttr>{ [INFO] [stdout] | ^^ the lifetime is named here -------------------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 392 | pub(crate) fn type_hint(&'a self, container_ty: &TypePath) -> Option<&'a VariantTypeHintAttr>{ [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:406:46 [INFO] [stdout] | [INFO] [stdout] 406 | pub(crate) fn parameterized_parent_attr(&'a self, container_ty: &TypePath) -> Option<&ParentAttr> { [INFO] [stdout] | ^^ the lifetime is named here ----------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 406 | pub(crate) fn parameterized_parent_attr(&'a self, container_ty: &TypePath) -> Option<&'a ParentAttr> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:412:31 [INFO] [stdout] | [INFO] [stdout] 412 | pub(crate) fn field_attr(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option<&MemberAttr> { [INFO] [stdout] | ^^ ^^ the lifetime is named here ----------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 412 | pub(crate) fn field_attr(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option<&'a MemberAttr> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:418:36 [INFO] [stdout] | [INFO] [stdout] 418 | pub(crate) fn field_attr_core(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option<&MemberAttrCore> { [INFO] [stdout] | ^^ ^^ the lifetime is named here --------------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 418 | pub(crate) fn field_attr_core(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option<&'a MemberAttrCore> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:977:33 [INFO] [stdout] | [INFO] [stdout] 977 | pub(crate) fn get_for_kind(&'a self, kind: &'a Kind) -> Option<&ParentChildFieldAttr> { [INFO] [stdout] | ^^ ^^ --------------------- the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 977 | pub(crate) fn get_for_kind(&'a self, kind: &'a Kind) -> Option<&'a ParentChildFieldAttr> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling regex v1.11.3 [INFO] [stderr] Compiling test-case-core v3.3.1 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling test-case-macros v3.3.1 [INFO] [stderr] Compiling test-case v3.3.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.4.0 [INFO] [stderr] Compiling o2o-impl v0.5.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/ast.rs:182:23 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn get_ident(&'a self) -> &Ident { [INFO] [stdout] | ^^ ------ the same lifetime is elided 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 `'a` [INFO] [stdout] | [INFO] [stdout] 182 | pub fn get_ident(&'a self) -> &'a Ident { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/ast.rs:203:25 [INFO] [stdout] | [INFO] [stdout] 203 | pub fn get_members(&'a self) -> Vec { [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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 203 | pub fn get_members(&'a self) -> Vec> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:232:34 [INFO] [stdout] | [INFO] [stdout] 232 | pub(crate) fn iter_for_kind(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ^^ ^^ the lifetime is named here ---------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 232 | pub(crate) fn iter_for_kind(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:236:39 [INFO] [stdout] | [INFO] [stdout] 236 | pub(crate) fn iter_for_kind_core(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ^^ ^^ the lifetime is named here -------------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 236 | pub(crate) fn iter_for_kind_core(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:240:32 [INFO] [stdout] | [INFO] [stdout] 240 | pub(crate) fn ghosts_attr(&'a self, container_ty: &'a TypePath, kind: &'a Kind) -> Option<&StructGhostAttrCore> { [INFO] [stdout] | ^^ ^^ ^^ -------------------- the same lifetime is elided here [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetime is named here [INFO] [stdout] | | the lifetime is named here [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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 240 | pub(crate) fn ghosts_attr(&'a self, container_ty: &'a TypePath, kind: &'a Kind) -> Option<&'a StructGhostAttrCore> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:246:31 [INFO] [stdout] | [INFO] [stdout] 246 | pub(crate) fn where_attr(&'a self, container_ty: &TypePath) -> Option<&WhereAttr>{ [INFO] [stdout] | ^^ the lifetime is named here ---------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 246 | pub(crate) fn where_attr(&'a self, container_ty: &TypePath) -> Option<&'a WhereAttr>{ [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:252:39 [INFO] [stdout] | [INFO] [stdout] 252 | pub(crate) fn child_parents_attr(&'a self, container_ty: &TypePath) -> Option<&ChildParentsAttr>{ [INFO] [stdout] | ^^ the lifetime is named here ----------------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 252 | pub(crate) fn child_parents_attr(&'a self, container_ty: &TypePath) -> Option<&'a ChildParentsAttr>{ [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:342:34 [INFO] [stdout] | [INFO] [stdout] 342 | pub(crate) fn iter_for_kind(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ^^ ^^ the lifetime is named here ----------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 342 | pub(crate) fn iter_for_kind(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:346:39 [INFO] [stdout] | [INFO] [stdout] 346 | pub(crate) fn iter_for_kind_core(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ^^ ^^ the lifetime is named here --------------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 346 | pub(crate) fn iter_for_kind_core(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:350:36 [INFO] [stdout] | [INFO] [stdout] 350 | pub(crate) fn applicable_attr(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option { [INFO] [stdout] | ^^ ^^ the lifetime is named here -------------- 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 350 | pub(crate) fn applicable_attr(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:368:26 [INFO] [stdout] | [INFO] [stdout] 368 | pub(crate) fn child(&'a self, container_ty: &TypePath) -> Option<&ChildAttr>{ [INFO] [stdout] | ^^ the lifetime is named here ---------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 368 | pub(crate) fn child(&'a self, container_ty: &TypePath) -> Option<&'a ChildAttr>{ [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:374:26 [INFO] [stdout] | [INFO] [stdout] 374 | pub(crate) fn ghost(&'a self, container_ty: &TypePath, kind: &'a Kind) -> Option<&FieldGhostAttrCore>{ [INFO] [stdout] | ^^ ^^ ------------------- the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is named here 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 374 | pub(crate) fn ghost(&'a self, container_ty: &TypePath, kind: &'a Kind) -> Option<&'a FieldGhostAttrCore>{ [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:380:24 [INFO] [stdout] | [INFO] [stdout] 380 | pub(crate) fn lit(&'a self, container_ty: &TypePath) -> Option<&LitAttr>{ [INFO] [stdout] | ^^ the lifetime is named here -------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 380 | pub(crate) fn lit(&'a self, container_ty: &TypePath) -> Option<&'a LitAttr>{ [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:386:24 [INFO] [stdout] | [INFO] [stdout] 386 | pub(crate) fn pat(&'a self, container_ty: &TypePath) -> Option<&PatAttr>{ [INFO] [stdout] | ^^ the lifetime is named here -------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 386 | pub(crate) fn pat(&'a self, container_ty: &TypePath) -> Option<&'a PatAttr>{ [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:392:30 [INFO] [stdout] | [INFO] [stdout] 392 | pub(crate) fn type_hint(&'a self, container_ty: &TypePath) -> Option<&VariantTypeHintAttr>{ [INFO] [stdout] | ^^ the lifetime is named here -------------------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 392 | pub(crate) fn type_hint(&'a self, container_ty: &TypePath) -> Option<&'a VariantTypeHintAttr>{ [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:406:46 [INFO] [stdout] | [INFO] [stdout] 406 | pub(crate) fn parameterized_parent_attr(&'a self, container_ty: &TypePath) -> Option<&ParentAttr> { [INFO] [stdout] | ^^ the lifetime is named here ----------- the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 406 | pub(crate) fn parameterized_parent_attr(&'a self, container_ty: &TypePath) -> Option<&'a ParentAttr> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:412:31 [INFO] [stdout] | [INFO] [stdout] 412 | pub(crate) fn field_attr(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option<&MemberAttr> { [INFO] [stdout] | ^^ ^^ the lifetime is named here ----------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 412 | pub(crate) fn field_attr(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option<&'a MemberAttr> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:418:36 [INFO] [stdout] | [INFO] [stdout] 418 | pub(crate) fn field_attr_core(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option<&MemberAttrCore> { [INFO] [stdout] | ^^ ^^ the lifetime is named here --------------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 418 | pub(crate) fn field_attr_core(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option<&'a MemberAttrCore> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/attr.rs:977:33 [INFO] [stdout] | [INFO] [stdout] 977 | pub(crate) fn get_for_kind(&'a self, kind: &'a Kind) -> Option<&ParentChildFieldAttr> { [INFO] [stdout] | ^^ ^^ --------------------- the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [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] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 977 | pub(crate) fn get_for_kind(&'a self, kind: &'a Kind) -> Option<&'a ParentChildFieldAttr> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 22.27s [INFO] running `Command { std: "docker" "inspect" "352a31a6d2aac4a5af3f3667824e3621c58f6c437189b3073b21aecd01c01057", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "352a31a6d2aac4a5af3f3667824e3621c58f6c437189b3073b21aecd01c01057", kill_on_drop: false }` [INFO] [stdout] 352a31a6d2aac4a5af3f3667824e3621c58f6c437189b3073b21aecd01c01057 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9fe4fc51e6e7f115deebe5c21b33bf504c49cb19333a4e44106c55cfa6b218ed [INFO] running `Command { std: "docker" "start" "-a" "9fe4fc51e6e7f115deebe5c21b33bf504c49cb19333a4e44106c55cfa6b218ed", kill_on_drop: false }` [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/ast.rs:182:23 [INFO] [stderr] | [INFO] [stderr] 182 | pub fn get_ident(&'a self) -> &Ident { [INFO] [stderr] | ^^ ------ the same lifetime is elided 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 `'a` [INFO] [stderr] | [INFO] [stderr] 182 | pub fn get_ident(&'a self) -> &'a Ident { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/ast.rs:203:25 [INFO] [stderr] | [INFO] [stderr] 203 | pub fn get_members(&'a self) -> Vec { [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] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 203 | pub fn get_members(&'a self) -> Vec> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/attr.rs:232:34 [INFO] [stderr] | [INFO] [stderr] 232 | pub(crate) fn iter_for_kind(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stderr] | ^^ ^^ the lifetime is named here ---------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 232 | pub(crate) fn iter_for_kind(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/attr.rs:236:39 [INFO] [stderr] | [INFO] [stderr] 236 | pub(crate) fn iter_for_kind_core(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stderr] | ^^ ^^ the lifetime is named here -------------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 236 | pub(crate) fn iter_for_kind_core(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/attr.rs:240:32 [INFO] [stderr] | [INFO] [stderr] 240 | pub(crate) fn ghosts_attr(&'a self, container_ty: &'a TypePath, kind: &'a Kind) -> Option<&StructGhostAttrCore> { [INFO] [stderr] | ^^ ^^ ^^ -------------------- the same lifetime is elided here [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetime is named here [INFO] [stderr] | | the lifetime is named here [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] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 240 | pub(crate) fn ghosts_attr(&'a self, container_ty: &'a TypePath, kind: &'a Kind) -> Option<&'a StructGhostAttrCore> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/attr.rs:246:31 [INFO] [stderr] | [INFO] [stderr] 246 | pub(crate) fn where_attr(&'a self, container_ty: &TypePath) -> Option<&WhereAttr>{ [INFO] [stderr] | ^^ the lifetime is named here ---------- the same lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 246 | pub(crate) fn where_attr(&'a self, container_ty: &TypePath) -> Option<&'a WhereAttr>{ [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/attr.rs:252:39 [INFO] [stderr] | [INFO] [stderr] 252 | pub(crate) fn child_parents_attr(&'a self, container_ty: &TypePath) -> Option<&ChildParentsAttr>{ [INFO] [stderr] | ^^ the lifetime is named here ----------------- the same lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 252 | pub(crate) fn child_parents_attr(&'a self, container_ty: &TypePath) -> Option<&'a ChildParentsAttr>{ [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/attr.rs:342:34 [INFO] [stderr] | [INFO] [stderr] 342 | pub(crate) fn iter_for_kind(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stderr] | ^^ ^^ the lifetime is named here ----------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 342 | pub(crate) fn iter_for_kind(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/attr.rs:346:39 [INFO] [stderr] | [INFO] [stderr] 346 | pub(crate) fn iter_for_kind_core(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stderr] | ^^ ^^ the lifetime is named here --------------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 346 | pub(crate) fn iter_for_kind_core(&'a self, kind: &'a Kind, fallible: bool) -> impl Iterator { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/attr.rs:350:36 [INFO] [stderr] | [INFO] [stderr] 350 | pub(crate) fn applicable_attr(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option { [INFO] [stderr] | ^^ ^^ the lifetime is named here -------------- 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] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 350 | pub(crate) fn applicable_attr(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/attr.rs:368:26 [INFO] [stderr] | [INFO] [stderr] 368 | pub(crate) fn child(&'a self, container_ty: &TypePath) -> Option<&ChildAttr>{ [INFO] [stderr] | ^^ the lifetime is named here ---------- the same lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 368 | pub(crate) fn child(&'a self, container_ty: &TypePath) -> Option<&'a ChildAttr>{ [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/attr.rs:374:26 [INFO] [stderr] | [INFO] [stderr] 374 | pub(crate) fn ghost(&'a self, container_ty: &TypePath, kind: &'a Kind) -> Option<&FieldGhostAttrCore>{ [INFO] [stderr] | ^^ ^^ ------------------- the same lifetime is elided here [INFO] [stderr] | | | [INFO] [stderr] | the lifetime is named here 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] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 374 | pub(crate) fn ghost(&'a self, container_ty: &TypePath, kind: &'a Kind) -> Option<&'a FieldGhostAttrCore>{ [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/attr.rs:380:24 [INFO] [stderr] | [INFO] [stderr] 380 | pub(crate) fn lit(&'a self, container_ty: &TypePath) -> Option<&LitAttr>{ [INFO] [stderr] | ^^ the lifetime is named here -------- the same lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 380 | pub(crate) fn lit(&'a self, container_ty: &TypePath) -> Option<&'a LitAttr>{ [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/attr.rs:386:24 [INFO] [stderr] | [INFO] [stderr] 386 | pub(crate) fn pat(&'a self, container_ty: &TypePath) -> Option<&PatAttr>{ [INFO] [stderr] | ^^ the lifetime is named here -------- the same lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 386 | pub(crate) fn pat(&'a self, container_ty: &TypePath) -> Option<&'a PatAttr>{ [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/attr.rs:392:30 [INFO] [stderr] | [INFO] [stderr] 392 | pub(crate) fn type_hint(&'a self, container_ty: &TypePath) -> Option<&VariantTypeHintAttr>{ [INFO] [stderr] | ^^ the lifetime is named here -------------------- the same lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 392 | pub(crate) fn type_hint(&'a self, container_ty: &TypePath) -> Option<&'a VariantTypeHintAttr>{ [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/attr.rs:406:46 [INFO] [stderr] | [INFO] [stderr] 406 | pub(crate) fn parameterized_parent_attr(&'a self, container_ty: &TypePath) -> Option<&ParentAttr> { [INFO] [stderr] | ^^ the lifetime is named here ----------- the same lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 406 | pub(crate) fn parameterized_parent_attr(&'a self, container_ty: &TypePath) -> Option<&'a ParentAttr> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/attr.rs:412:31 [INFO] [stderr] | [INFO] [stderr] 412 | pub(crate) fn field_attr(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option<&MemberAttr> { [INFO] [stderr] | ^^ ^^ the lifetime is named here ----------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 412 | pub(crate) fn field_attr(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option<&'a MemberAttr> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/attr.rs:418:36 [INFO] [stderr] | [INFO] [stderr] 418 | pub(crate) fn field_attr_core(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option<&MemberAttrCore> { [INFO] [stderr] | ^^ ^^ the lifetime is named here --------------- the same lifetime is elided 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] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 418 | pub(crate) fn field_attr_core(&'a self, kind: &'a Kind, fallible: bool, container_ty: &TypePath) -> Option<&'a MemberAttrCore> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/attr.rs:977:33 [INFO] [stderr] | [INFO] [stderr] 977 | pub(crate) fn get_for_kind(&'a self, kind: &'a Kind) -> Option<&ParentChildFieldAttr> { [INFO] [stderr] | ^^ ^^ --------------------- the same lifetime is elided here [INFO] [stderr] | | | [INFO] [stderr] | | the lifetime is named here [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] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 977 | pub(crate) fn get_for_kind(&'a self, kind: &'a Kind) -> Option<&'a ParentChildFieldAttr> { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: `o2o-impl` (lib) generated 19 warnings (run `cargo fix --lib -p o2o-impl` to apply 19 suggestions) [INFO] [stderr] warning: `o2o-impl` (lib test) generated 19 warnings (19 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/o2o_impl-ff15ff922f025f4d) [INFO] [stdout] running 297 tests [INFO] [stdout] test tests::dedicated_field_instruction_mismatch::enum_into_where_clause_instr ... ok [INFO] [stdout] test tests::dedicated_field_instruction_mismatch::into_child_instr ... ok [INFO] [stdout] test tests::dedicated_field_instruction_mismatch::into_child_parents_instr ... ok [INFO] [stdout] test tests::dedicated_field_instruction_mismatch::enum_map_type_hint_instr ... ok [INFO] [stdout] test tests::dedicated_field_instruction_mismatch::enum_map_pattern_instr ... ok [INFO] [stdout] test tests::dedicated_field_instruction_mismatch::into_ghosts_owned_instr ... ok [INFO] [stdout] test tests::dedicated_field_instruction_mismatch::into_ghosts_instr ... ok [INFO] [stdout] test tests::dedicated_field_instruction_mismatch::from_child_instr ... ok [INFO] [stdout] test tests::dedicated_field_instruction_mismatch::enum_map_literal_instr ... ok [INFO] [stdout] test tests::dedicated_field_instruction_mismatch::enum_map_map_instr ... ok [INFO] [stdout] test tests::dedicated_field_instruction_mismatch::into_ghosts_ref_instr ... ok [INFO] [stdout] test tests::dedicated_field_instruction_mismatch::map_owned_ghosts_instr ... ok [INFO] [stdout] test tests::dedicated_field_instruction_mismatch::map_owned_ghosts_owned_instr ... ok [INFO] [stdout] test tests::dedicated_field_instruction_mismatch::map_owned_ghosts_ref_instr ... ok [INFO] [stdout] test tests::dedicated_field_instruction_mismatch::map_owned_ghosts_instr_correct ... ok [INFO] [stdout] test tests::dedicated_field_instruction_mismatch::map_parent_instr ... ok [INFO] [stdout] test tests::dedicated_field_instruction_mismatch::map_as_type_instr ... ok [INFO] [stdout] test tests::dedicated_member_instruction_defined_twice::enum_literal_instr ... ok [INFO] [stdout] test tests::dedicated_instruction_defined_twice::struct_ghosts_instr ... ok [INFO] [stdout] test tests::dedicated_member_instruction_defined_twice::struct_parent_instr ... ok [INFO] [stdout] test tests::dedicated_instruction_defined_twice::struct_where_clause_instr ... ok [INFO] [stdout] test tests::dedicated_field_instruction_mismatch::into_child_parents_child_instr ... ok [INFO] [stdout] test tests::dedicated_member_instruction_defined_twice::enum_pattern_instr ... ok [INFO] [stdout] test tests::dedicated_member_instruction_defined_twice::enum_type_hint_instr ... ok [INFO] [stdout] test tests::dedicated_instruction_defined_twice::enum_where_clause_instr ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::owned_try_into ... ok [INFO] [stdout] test tests::dedicated_instruction_defined_twice::struct_child_parents_instr ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::owned_try_into_existing ... ok [INFO] [stdout] test tests::dedicated_field_instruction_mismatch::struct_map_map_instr ... ok [INFO] [stdout] test tests::dedicated_field_instruction_mismatch::struct_into_where_clause_instr ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::ref_try_into ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::owned_try_into_existing_as ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::owned_try_into_return ... ok [INFO] [stdout] test tests::dedicated_field_instruction_mismatch::map_owned_ghosts_instr_correct_2 ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::owned_try_into_existing_return ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::ref_try_into_return ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::ref_try_into_existing_return ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_from_as ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_from_owned ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::ref_try_into_as ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_from_owned_return ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_from_ref ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::ref_try_into_existing ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_from_ref_return ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_into_existing_return ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::ref_try_into_existing_as ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_from_return ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_into ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_from ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_into_return ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_from_owned_as ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_map_ref ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_map_owned_as ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_map_owned_return ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_into_as ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_map_return ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_from_ref_as ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_map_ref_as ... ok [INFO] [stdout] test tests::incomplete_child_parents_instruction::_1 ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_map_ref_return ... ok [INFO] [stdout] test tests::incomplete_child_parents_instruction::_2 ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_into_existing_as ... ok [INFO] [stdout] test tests::incomplete_field_attr_instruction::_5 ... ok [INFO] [stdout] test tests::incomplete_child_parents_instruction::_3 ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_into_existing ... ok [INFO] [stdout] test tests::incomplete_field_attr_instruction::_1 ... ok [INFO] [stdout] test tests::incomplete_field_attr_instruction::_2 ... ok [INFO] [stdout] test tests::incomplete_field_attr_instruction_2::_1 ... ok [INFO] [stdout] test tests::incomplete_field_attr_instruction::_4 ... ok [INFO] [stdout] test tests::incomplete_field_attr_instruction::_7 ... ok [INFO] [stdout] test tests::incomplete_field_attr_instruction::_8 ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_map_owned ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_map ... ok [INFO] [stdout] test tests::incomplete_field_attr_instruction::_6 ... ok [INFO] [stdout] test tests::incomplete_field_attr_instruction::_3 ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::try_map_as ... ok [INFO] [stdout] test tests::incomplete_field_attr_instruction_2::_2 ... ok [INFO] [stdout] test tests::incomplete_parent_attr_member_instr::_1 ... ok [INFO] [stdout] test tests::incomplete_ghost_instruction::_5 ... ok [INFO] [stdout] test tests::incomplete_parent_attr_member_instr::_10 ... ok [INFO] [stdout] test tests::incomplete_ghost_instruction::_6 ... ok [INFO] [stdout] test tests::incomplete_parent_attr_member_instr::_12 ... ok [INFO] [stdout] test tests::incomplete_parent_attr_member_instr::_13 ... ok [INFO] [stdout] test tests::incomplete_parent_attr_member_instr::_2 ... ok [INFO] [stdout] test tests::incomplete_parent_attr_member_instr::_3 ... ok [INFO] [stdout] test tests::incomplete_parent_attr_member_instr::_6 ... ok [INFO] [stdout] test tests::incomplete_parent_attr_member_instr::_4 ... ok [INFO] [stdout] test tests::incomplete_parent_attr_member_instr::_5 ... ok [INFO] [stdout] test tests::incomplete_parent_attr_member_instr::_7 ... ok [INFO] [stdout] test tests::incomplete_parent_attr_member_instr::_11 ... ok [INFO] [stdout] test tests::incomplete_ghost_instruction::_1 ... ok [INFO] [stdout] test tests::incomplete_ghost_instruction::_2 ... ok [INFO] [stdout] test tests::incomplete_ghost_instruction::_4 ... ok [INFO] [stdout] test tests::incomplete_field_attr_instruction_2::_4 ... ok [INFO] [stdout] test tests::incomplete_field_attr_instruction_2::_5 ... ok [INFO] [stdout] test tests::incomplete_field_attr_instruction_2::_7 ... ok [INFO] [stdout] test tests::incomplete_field_attr_instruction_2::_6 ... ok [INFO] [stdout] test tests::incomplete_field_attr_instruction_2::_3 ... ok [INFO] [stdout] test tests::incomplete_ghost_instruction::_3 ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_1 ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_10 ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_12 ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_11 ... ok [INFO] [stdout] test tests::incomplete_field_attr_instruction_2::_8 ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_13 ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_17 ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_14 ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_15 ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_19 ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_18 ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_22 ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_23 ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_24 ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_16 ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_2 ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_20 ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_3 ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_21 ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_4 ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_5 ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_7 ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_8 ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_9 ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::from ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::from_as ... ok [INFO] [stdout] test tests::incomplete_variant_field_attr_instruction::_6 ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::from_owned ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::from_owned_return ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::from_ref_as ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::into_as ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::from_ref_return ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::into ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::into_return ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::map ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::into_existing_return ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::from_return ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::into_existing ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::map_owned ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::map_as ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::map_owned_as ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::map_owned_return ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::map_ref_return ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::owned_into_as ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::map_ref ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::owned_into_existing_return ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::map_return ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::owned_into_existing ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::owned_into_existing_as ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::from_ref ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::ref_into ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::owned_into_return ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::ref_into_existing ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::ref_into_as ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::ref_into_existing_as ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::map_ref_as ... ok [INFO] [stdout] test tests::item_attributes::_2 ... ok [INFO] [stdout] test tests::lifetimes::_1 ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::owned_into ... ok [INFO] [stdout] test tests::lifetimes::_2 ... ok [INFO] [stdout] test tests::item_attributes::_1 ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::ref_into_existing_return ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::ref_into_return ... ok [INFO] [stdout] test tests::member_instr_on_wrong_member::_1 ... ok [INFO] [stdout] test tests::lifetimes::_4 ... ok [INFO] [stdout] test tests::member_instr_on_wrong_member::_2 ... ok [INFO] [stdout] test tests::member_instr_on_wrong_member::_4 ... ok [INFO] [stdout] test tests::member_instr_on_wrong_member::_5 ... ok [INFO] [stdout] test tests::member_instr_on_wrong_member::_6 ... ok [INFO] [stdout] test tests::misplaced_trait_attr_instr::_2 ... ok [INFO] [stdout] test tests::member_instr_on_wrong_member::_8 ... ok [INFO] [stdout] test tests::misplaced_trait_attr_instr::_1 ... ok [INFO] [stdout] test tests::lifetimes::_3 ... ok [INFO] [stdout] test tests::member_instr_on_wrong_member::_7 ... ok [INFO] [stdout] test tests::missing_map_instructions::bare_enum ... ok [INFO] [stdout] test tests::missing_map_instructions::bare_struct ... ok [INFO] [stdout] test tests::missing_map_instructions::struct_only_member_instr ... ok [INFO] [stdout] test tests::missing_child_parents_instruction::_2 ... ok [INFO] [stdout] test tests::more_than_one_default_instruction::enum_where_clause_instr ... ok [INFO] [stdout] test tests::missing_map_instructions::struct_only_ghosts_instr ... ok [INFO] [stdout] test tests::missing_map_instructions::enum_only_ghosts_instr ... ok [INFO] [stdout] test tests::missing_map_instructions::enum_only_member_instr ... ok [INFO] [stdout] test tests::more_than_one_default_instruction::struct_ghosts_instr ... ok [INFO] [stdout] test tests::more_than_one_default_instruction::struct_child_parents_instr ... ok [INFO] [stdout] test tests::more_than_one_default_instruction::struct_where_clause_instr ... ok [INFO] [stdout] test tests::missing_child_parents_instruction::_3 ... ok [INFO] [stdout] test tests::more_than_one_default_member_instruction::enum_pattern_instr ... ok [INFO] [stdout] test tests::more_than_one_default_member_instruction::enum_literal_instr ... ok [INFO] [stdout] test tests::more_than_one_default_member_instruction::enum_type_hint_instr ... ok [INFO] [stdout] test tests::more_than_one_default_member_instruction::struct_parent_instr ... ok [INFO] [stdout] test tests::parent_attr_member_instr::_3 ... ok [INFO] [stdout] test tests::parent_attr_member_instr::_4 ... ok [INFO] [stdout] test tests::missing_child_parents_instruction::_1 ... ok [INFO] [stdout] test tests::parent_attr_member_instr::_1 ... ok [INFO] [stdout] test tests::parent_attr_member_instr::_2 ... ok [INFO] [stdout] test tests::parent_attr_member_instr::_6 ... ok [INFO] [stdout] test tests::trait_attr_repeat::_1 ... ok [INFO] [stdout] test tests::trait_attr_repeat::_5 ... ok [INFO] [stdout] test tests::incomplete_parent_attr_member_instr::_8 ... ok [INFO] [stdout] test tests::incomplete_parent_attr_member_instr::_9 ... ok [INFO] [stdout] test tests::permeating_repeat::quote_map_testdto_struct_test_o2o_repeat_permeate_x1_i32_expects ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::from_owned_as ... ok [INFO] [stdout] test tests::trait_attr_repeat::_4 ... ok [INFO] [stdout] test tests::trait_attr_repeat::_2 ... ok [INFO] [stdout] test tests::member_instr_on_wrong_member::_3 ... ok [INFO] [stdout] test tests::misplaced_trait_attr_instr::_3 ... ok [INFO] [stdout] test tests::trait_attr_repeat::_6 ... ok [INFO] [stdout] test tests::trait_attr_repeat::_7 ... ok [INFO] [stdout] test tests::trait_instruction_defined_twice::_1 ... ok [INFO] [stdout] test tests::trait_attr_repeat::_8 ... ok [INFO] [stdout] test tests::trait_instruction_defined_twice::_10 ... ok [INFO] [stdout] test tests::parent_attr_member_instr::_5 ... ok [INFO] [stdout] test tests::trait_instruction_defined_twice::_12 ... ok [INFO] [stdout] test tests::trait_attr_repeat::_3 ... ok [INFO] [stdout] test tests::trait_instruction_defined_twice::_13 ... ok [INFO] [stdout] test tests::trait_instruction_defined_twice::_14 ... ok [INFO] [stdout] test tests::trait_instruction_defined_twice::_15 ... ok [INFO] [stdout] test tests::trait_instruction_defined_twice::_3 ... ok [INFO] [stdout] test tests::trait_instruction_defined_twice::_7 ... ok [INFO] [stdout] test tests::trait_instruction_defined_twice::_16 ... ok [INFO] [stdout] test tests::trait_instruction_defined_twice::_9 ... ok [INFO] [stdout] test tests::trait_instruction_defined_twice::_5 ... ok [INFO] [stdout] test tests::unrecognized_member_instructions::enum_misplaced_where_clause_instr ... ok [INFO] [stdout] test tests::unrecognized_member_instructions::enum_unrecognized_instr ... ok [INFO] [stdout] test tests::trait_instruction_defined_twice::_6 ... ok [INFO] [stdout] test tests::trait_instruction_defined_twice::_8 ... ok [INFO] [stdout] test tests::unrecognized_member_instructions::own_struct_misplaced_children_instr ... ok [INFO] [stdout] test tests::unrecognized_member_instructions::own_struct_misplaced_where_clause_instr ... ok [INFO] [stdout] test tests::unrecognized_member_instructions::struct_misplaced_child_parents_instr ... ok [INFO] [stdout] test tests::unrecognized_member_instructions::struct_misplaced_children_instr ... ok [INFO] [stdout] test tests::unrecognized_member_instructions_no_bark::enum_misplaced_where_clause_instr ... ok [INFO] [stdout] test tests::unrecognized_member_instructions_no_bark::enum_unknown_instr ... ok [INFO] [stdout] test tests::unrecognized_member_instructions::struct_misplaced_where_clause_instr ... ok [INFO] [stdout] test tests::unrecognized_member_instructions::struct_unrecognized_instr ... ok [INFO] [stdout] test tests::unrecognized_member_instructions::own_struct_misplaced_child_parents_instr ... ok [INFO] [stdout] test tests::unrecognized_member_instructions_no_bark::enum_unknown_path_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::enum_misplaced_child_instr ... ok [INFO] [stdout] test tests::unrecognized_member_instructions_no_bark::struct_misplaced_children_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::enum_misnamed_ghost_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::enum_misnamed_ghost_owned_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::enum_misnamed_ghost_ref_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::enum_misplaced_stop_repeat_instr ... ok [INFO] [stdout] test tests::unrecognized_member_instructions_no_bark::struct_unknown_path_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::enum_misplaced_type_hint_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::enum_misplaced_parent_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::enum_unrecognized_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::enum_misplaced_repeat_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::enum_misplaced_skip_repeat_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::own_enum_misnamed_child_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::own_enum_misnamed_ghost_ref_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::own_enum_misplaced_as_type_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::own_enum_misnamed_ghost_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::own_enum_misplaced_skip_repeat_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::own_enum_misnamed_ghost_owned_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::own_enum_misplaced_repeat_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::own_struct_misnamed_ghost_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::own_enum_misplaced_parent_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::own_struct_misnamed_child_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::own_struct_misnamed_ghost_owned_instr ... ok [INFO] [stdout] test tests::unrecognized_member_instructions_no_bark::struct_misplaced_where_clause_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::own_struct_misplaced_repeat_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::own_struct_misnamed_ghost_ref_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::own_enum_misplaced_stop_repeat_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::own_struct_misplaced_as_type_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::own_struct_misplaced_stop_repeat_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::own_struct_misplaced_parent_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::struct_misnamed_ghost_owned_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::struct_misnamed_child_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::struct_misnamed_ghost_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::struct_misnamed_children_instr ... ok [INFO] [stdout] test tests::unrecognized_member_instructions_no_bark::struct_unknown_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::struct_misplaced_parent_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::struct_misplaced_skip_repeat_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::struct_misplaced_as_type_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::struct_unrecognized_instr ... ok [INFO] [stdout] test tests::trait_instruction_defined_twice::_11 ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::enum_misplaced_as_type_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::own_struct_misnamed_children_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::own_struct_misplaced_skip_repeat_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::struct_misnamed_ghost_ref_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::struct_misplaced_stop_repeat_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::struct_misplaced_repeat_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions::struct_misplaced_type_hint_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions_no_bark::struct_unrecognized_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions_no_bark::struct_misplaced_ghost_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions_no_bark::struct_unrecognized_path_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions_no_bark::struct_misplaced_parent_instr ... ok [INFO] [stdout] test tests::fallible_map_instruction_no_error_type::owned_try_into_as ... ok [INFO] [stdout] test tests::trait_instruction_defined_twice::_4 ... ok [INFO] [stdout] test tests::infallible_map_instruction_error_type::into_existing_as ... ok [INFO] [stdout] test tests::trait_instruction_defined_twice::_2 ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions_no_bark::enum_misplaced_child_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions_no_bark::enum_misplaced_ghost_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions_no_bark::enum_misplaced_parent_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions_no_bark::enum_unrecognized_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions_no_bark::enum_unrecognized_path_instr ... ok [INFO] [stdout] test tests::unrecognized_struct_instructions_no_bark::struct_misplaced_child_instr ... ok [INFO] [stdout] test tests::unrecognized_member_instructions::own_enum_misplaced_where_clause_instr ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 297 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s [INFO] [stdout] [INFO] [stderr] Doc-tests o2o_impl [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9fe4fc51e6e7f115deebe5c21b33bf504c49cb19333a4e44106c55cfa6b218ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fe4fc51e6e7f115deebe5c21b33bf504c49cb19333a4e44106c55cfa6b218ed", kill_on_drop: false }` [INFO] [stdout] 9fe4fc51e6e7f115deebe5c21b33bf504c49cb19333a4e44106c55cfa6b218ed