[INFO] fetching crate ink_ir 6.0.0-alpha... [INFO] testing ink_ir-6.0.0-alpha against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate ink_ir 6.0.0-alpha into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate ink_ir 6.0.0-alpha [INFO] finished tweaking crates.io crate ink_ir 6.0.0-alpha [INFO] tweaked toml for crates.io crate ink_ir 6.0.0-alpha written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ink_ir 6.0.0-alpha on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate ink_ir 6.0.0-alpha already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 97e8b5de10b6de2e304f6e42f19c3f2cd9e2235d750e44cdcded3073561c9cb3 [INFO] running `Command { std: "docker" "start" "-a" "97e8b5de10b6de2e304f6e42f19c3f2cd9e2235d750e44cdcded3073561c9cb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "97e8b5de10b6de2e304f6e42f19c3f2cd9e2235d750e44cdcded3073561c9cb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97e8b5de10b6de2e304f6e42f19c3f2cd9e2235d750e44cdcded3073561c9cb3", kill_on_drop: false }` [INFO] [stdout] 97e8b5de10b6de2e304f6e42f19c3f2cd9e2235d750e44cdcded3073561c9cb3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cdd225c554e67a6846ba0f886c109bd32fef9566da2400d082c3e4febbc635a2 [INFO] running `Command { std: "docker" "start" "-a" "cdd225c554e67a6846ba0f886c109bd32fef9566da2400d082c3e4febbc635a2", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling keccak v0.1.5 [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling ink_prelude v6.0.0-alpha [INFO] [stderr] Compiling blake2 v0.10.6 [INFO] [stderr] Compiling sha3 v0.10.8 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling impl-serde v0.5.0 [INFO] [stderr] Compiling ink_ir v6.0.0-alpha (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/attrs.rs:262:17 [INFO] [stdout] | [INFO] [stdout] 262 | pub fn args(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | pub fn args(&self) -> ::core::slice::Iter<'_, AttributeFrag> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/chain_extension.rs:57:25 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn iter_methods(&self) -> SliceIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn iter_methods(&self) -> SliceIter<'_, ChainExtensionMethod> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/chain_extension.rs:189:19 [INFO] [stdout] | [INFO] [stdout] 189 | pub fn inputs(&self) -> ChainExtensionMethodInputs { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | pub fn inputs(&self) -> ChainExtensionMethodInputs<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item/storage.rs:121:19 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn fields(&self) -> syn::punctuated::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 121 | pub fn fields(&self) -> syn::punctuated::Iter<'_, syn::Field> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_impl/mod.rs:370:26 [INFO] [stdout] | [INFO] [stdout] 370 | pub fn iter_messages(&self) -> IterMessages { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 370 | pub fn iter_messages(&self) -> IterMessages<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_impl/mod.rs:375:30 [INFO] [stdout] | [INFO] [stdout] 375 | pub fn iter_constructors(&self) -> IterConstructors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 375 | pub fn iter_constructors(&self) -> IterConstructors<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_impl/callable.rs:131:15 [INFO] [stdout] | [INFO] [stdout] 131 | fn inputs(&self) -> InputsIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 131 | fn inputs(&self) -> InputsIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_impl/callable.rs:190:15 [INFO] [stdout] | [INFO] [stdout] 190 | fn inputs(&self) -> InputsIter; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 190 | fn inputs(&self) -> InputsIter<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_impl/constructor.rs:219:15 [INFO] [stdout] | [INFO] [stdout] 219 | fn inputs(&self) -> InputsIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 219 | fn inputs(&self) -> InputsIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_impl/message.rs:265:15 [INFO] [stdout] | [INFO] [stdout] 265 | fn inputs(&self) -> InputsIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 265 | fn inputs(&self) -> InputsIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_mod.rs:615:18 [INFO] [stdout] | [INFO] [stdout] 615 | pub fn impls(&self) -> IterItemImpls { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 615 | pub fn impls(&self) -> IterItemImpls<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_mod.rs:620:19 [INFO] [stdout] | [INFO] [stdout] 620 | pub fn events(&self) -> IterEvents { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 620 | pub fn events(&self) -> IterEvents<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/trait_def/item/mod.rs:104:23 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn iter_items(&self) -> IterInkTraitItems { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 104 | pub fn iter_items(&self) -> IterInkTraitItems<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/trait_def/item/trait_item.rs:146:19 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn inputs(&self) -> InputsIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 146 | pub fn inputs(&self) -> InputsIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.99s [INFO] running `Command { std: "docker" "inspect" "cdd225c554e67a6846ba0f886c109bd32fef9566da2400d082c3e4febbc635a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cdd225c554e67a6846ba0f886c109bd32fef9566da2400d082c3e4febbc635a2", kill_on_drop: false }` [INFO] [stdout] cdd225c554e67a6846ba0f886c109bd32fef9566da2400d082c3e4febbc635a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8804d12e7dd02230051fc2db291e8fbcb5cd5ca98c3f110fb399e782eda859fa [INFO] running `Command { std: "docker" "start" "-a" "8804d12e7dd02230051fc2db291e8fbcb5cd5ca98c3f110fb399e782eda859fa", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/attrs.rs:262:17 [INFO] [stdout] | [INFO] [stdout] 262 | pub fn args(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | pub fn args(&self) -> ::core::slice::Iter<'_, AttributeFrag> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/chain_extension.rs:57:25 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn iter_methods(&self) -> SliceIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn iter_methods(&self) -> SliceIter<'_, ChainExtensionMethod> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/chain_extension.rs:189:19 [INFO] [stdout] | [INFO] [stdout] 189 | pub fn inputs(&self) -> ChainExtensionMethodInputs { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | pub fn inputs(&self) -> ChainExtensionMethodInputs<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item/storage.rs:121:19 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn fields(&self) -> syn::punctuated::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 121 | pub fn fields(&self) -> syn::punctuated::Iter<'_, syn::Field> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_impl/mod.rs:370:26 [INFO] [stdout] | [INFO] [stdout] 370 | pub fn iter_messages(&self) -> IterMessages { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 370 | pub fn iter_messages(&self) -> IterMessages<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_impl/mod.rs:375:30 [INFO] [stdout] | [INFO] [stdout] 375 | pub fn iter_constructors(&self) -> IterConstructors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 375 | pub fn iter_constructors(&self) -> IterConstructors<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_impl/callable.rs:131:15 [INFO] [stdout] | [INFO] [stdout] 131 | fn inputs(&self) -> InputsIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 131 | fn inputs(&self) -> InputsIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_impl/callable.rs:190:15 [INFO] [stdout] | [INFO] [stdout] 190 | fn inputs(&self) -> InputsIter; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 190 | fn inputs(&self) -> InputsIter<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_impl/constructor.rs:219:15 [INFO] [stdout] | [INFO] [stdout] 219 | fn inputs(&self) -> InputsIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 219 | fn inputs(&self) -> InputsIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_impl/message.rs:265:15 [INFO] [stdout] | [INFO] [stdout] 265 | fn inputs(&self) -> InputsIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 265 | fn inputs(&self) -> InputsIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_mod.rs:615:18 [INFO] [stdout] | [INFO] [stdout] 615 | pub fn impls(&self) -> IterItemImpls { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 615 | pub fn impls(&self) -> IterItemImpls<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_mod.rs:620:19 [INFO] [stdout] | [INFO] [stdout] 620 | pub fn events(&self) -> IterEvents { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 620 | pub fn events(&self) -> IterEvents<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/trait_def/item/mod.rs:104:23 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn iter_items(&self) -> IterInkTraitItems { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 104 | pub fn iter_items(&self) -> IterInkTraitItems<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ink_ir v6.0.0-alpha (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/trait_def/item/trait_item.rs:146:19 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn inputs(&self) -> InputsIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 146 | pub fn inputs(&self) -> InputsIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/attrs.rs:262:17 [INFO] [stdout] | [INFO] [stdout] 262 | pub fn args(&self) -> ::core::slice::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 262 | pub fn args(&self) -> ::core::slice::Iter<'_, AttributeFrag> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/chain_extension.rs:57:25 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn iter_methods(&self) -> SliceIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn iter_methods(&self) -> SliceIter<'_, ChainExtensionMethod> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/chain_extension.rs:189:19 [INFO] [stdout] | [INFO] [stdout] 189 | pub fn inputs(&self) -> ChainExtensionMethodInputs { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 189 | pub fn inputs(&self) -> ChainExtensionMethodInputs<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item/storage.rs:121:19 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn fields(&self) -> syn::punctuated::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 121 | pub fn fields(&self) -> syn::punctuated::Iter<'_, syn::Field> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_impl/mod.rs:370:26 [INFO] [stdout] | [INFO] [stdout] 370 | pub fn iter_messages(&self) -> IterMessages { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 370 | pub fn iter_messages(&self) -> IterMessages<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_impl/mod.rs:375:30 [INFO] [stdout] | [INFO] [stdout] 375 | pub fn iter_constructors(&self) -> IterConstructors { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 375 | pub fn iter_constructors(&self) -> IterConstructors<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_impl/callable.rs:131:15 [INFO] [stdout] | [INFO] [stdout] 131 | fn inputs(&self) -> InputsIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 131 | fn inputs(&self) -> InputsIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_impl/callable.rs:190:15 [INFO] [stdout] | [INFO] [stdout] 190 | fn inputs(&self) -> InputsIter; [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 190 | fn inputs(&self) -> InputsIter<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_impl/constructor.rs:219:15 [INFO] [stdout] | [INFO] [stdout] 219 | fn inputs(&self) -> InputsIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 219 | fn inputs(&self) -> InputsIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_impl/message.rs:265:15 [INFO] [stdout] | [INFO] [stdout] 265 | fn inputs(&self) -> InputsIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 265 | fn inputs(&self) -> InputsIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_mod.rs:615:18 [INFO] [stdout] | [INFO] [stdout] 615 | pub fn impls(&self) -> IterItemImpls { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 615 | pub fn impls(&self) -> IterItemImpls<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/item_mod.rs:620:19 [INFO] [stdout] | [INFO] [stdout] 620 | pub fn events(&self) -> IterEvents { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 620 | pub fn events(&self) -> IterEvents<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/trait_def/item/mod.rs:104:23 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn iter_items(&self) -> IterInkTraitItems { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 104 | pub fn iter_items(&self) -> IterInkTraitItems<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/ir/trait_def/item/trait_item.rs:146:19 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn inputs(&self) -> InputsIter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 146 | pub fn inputs(&self) -> InputsIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.00s [INFO] running `Command { std: "docker" "inspect" "8804d12e7dd02230051fc2db291e8fbcb5cd5ca98c3f110fb399e782eda859fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8804d12e7dd02230051fc2db291e8fbcb5cd5ca98c3f110fb399e782eda859fa", kill_on_drop: false }` [INFO] [stdout] 8804d12e7dd02230051fc2db291e8fbcb5cd5ca98c3f110fb399e782eda859fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7b62ab825681e0e82cc09f006cfef39018348df6d049dcea74cd2ecdc8b449d3 [INFO] running `Command { std: "docker" "start" "-a" "7b62ab825681e0e82cc09f006cfef39018348df6d049dcea74cd2ecdc8b449d3", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ir/attrs.rs:262:17 [INFO] [stderr] | [INFO] [stderr] 262 | pub fn args(&self) -> ::core::slice::Iter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 262 | pub fn args(&self) -> ::core::slice::Iter<'_, AttributeFrag> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ir/chain_extension.rs:57:25 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn iter_methods(&self) -> SliceIter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 57 | pub fn iter_methods(&self) -> SliceIter<'_, ChainExtensionMethod> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ir/chain_extension.rs:189:19 [INFO] [stderr] | [INFO] [stderr] 189 | pub fn inputs(&self) -> ChainExtensionMethodInputs { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 189 | pub fn inputs(&self) -> ChainExtensionMethodInputs<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ir/item/storage.rs:121:19 [INFO] [stderr] | [INFO] [stderr] 121 | pub fn fields(&self) -> syn::punctuated::Iter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 121 | pub fn fields(&self) -> syn::punctuated::Iter<'_, syn::Field> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ir/item_impl/mod.rs:370:26 [INFO] [stderr] | [INFO] [stderr] 370 | pub fn iter_messages(&self) -> IterMessages { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 370 | pub fn iter_messages(&self) -> IterMessages<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ir/item_impl/mod.rs:375:30 [INFO] [stderr] | [INFO] [stderr] 375 | pub fn iter_constructors(&self) -> IterConstructors { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 375 | pub fn iter_constructors(&self) -> IterConstructors<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ir/item_impl/callable.rs:131:15 [INFO] [stderr] | [INFO] [stderr] 131 | fn inputs(&self) -> InputsIter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 131 | fn inputs(&self) -> InputsIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ir/item_impl/callable.rs:190:15 [INFO] [stderr] | [INFO] [stderr] 190 | fn inputs(&self) -> InputsIter; [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 190 | fn inputs(&self) -> InputsIter<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ir/item_impl/constructor.rs:219:15 [INFO] [stderr] | [INFO] [stderr] 219 | fn inputs(&self) -> InputsIter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 219 | fn inputs(&self) -> InputsIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ir/item_impl/message.rs:265:15 [INFO] [stderr] | [INFO] [stderr] 265 | fn inputs(&self) -> InputsIter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 265 | fn inputs(&self) -> InputsIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ir/item_mod.rs:615:18 [INFO] [stderr] | [INFO] [stderr] 615 | pub fn impls(&self) -> IterItemImpls { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 615 | pub fn impls(&self) -> IterItemImpls<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ir/item_mod.rs:620:19 [INFO] [stderr] | [INFO] [stderr] 620 | pub fn events(&self) -> IterEvents { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 620 | pub fn events(&self) -> IterEvents<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ir/trait_def/item/mod.rs:104:23 [INFO] [stderr] | [INFO] [stderr] 104 | pub fn iter_items(&self) -> IterInkTraitItems { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 104 | pub fn iter_items(&self) -> IterInkTraitItems<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/ir/trait_def/item/trait_item.rs:146:19 [INFO] [stderr] | [INFO] [stderr] 146 | pub fn inputs(&self) -> InputsIter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the 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: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 146 | pub fn inputs(&self) -> InputsIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `ink_ir` (lib) generated 14 warnings (run `cargo fix --lib -p ink_ir` to apply 14 suggestions) [INFO] [stderr] warning: `ink_ir` (lib test) generated 14 warnings (14 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ink_ir-1cbdf914fa75967d) [INFO] [stdout] running 191 tests [INFO] [stdout] test ast::attr_args::tests::empty_works ... ok [INFO] [stdout] test ast::attr_args::tests::ident_value_works ... ok [INFO] [stdout] test ast::attr_args::tests::root_path_value_works ... ok [INFO] [stdout] test ast::attr_args::tests::trailing_comma_works ... ok [INFO] [stdout] test ast::meta::tests::at_token_works ... ok [INFO] [stdout] test ast::meta::tests::underscore_token_works ... ok [INFO] [stdout] test ir::attrs::tests::compound_mixed_works ... ok [INFO] [stdout] test ast::attr_args::tests::literal_bool_value_works ... ok [INFO] [stdout] test ast::attr_args::tests::literal_str_value_works ... ok [INFO] [stdout] test ir::attrs::tests::default_works ... ok [INFO] [stdout] test ir::attrs::tests::compound_simple_works ... ok [INFO] [stdout] test ast::attr_args::tests::relative_path_value_works ... ok [INFO] [stdout] test ast::attr_args::tests::flag_works ... ok [INFO] [stdout] test ir::attrs::tests::contains_ink_attributes_works ... ok [INFO] [stdout] test ir::attrs::tests::duplicate_flags_fails ... ok [INFO] [stdout] test ir::attrs::tests::empty_ink_attribute_fails ... ok [INFO] [stdout] test ir::attrs::tests::extension_invalid_value_type ... ok [INFO] [stdout] test ir::attrs::tests::extension_missing_parameter ... ok [INFO] [stdout] test ir::attrs::tests::first_ink_attribute_works ... ok [INFO] [stdout] test ir::attrs::tests::extension_negative_integer ... ok [INFO] [stdout] test ir::attrs::tests::namespace_invalid_type ... ok [INFO] [stdout] test ir::attrs::tests::namespace_missing_parameter ... ok [INFO] [stdout] test ir::attrs::tests::handle_status_invalid_parameter_type ... ok [INFO] [stdout] test ir::attrs::tests::extension_too_big_integer ... ok [INFO] [stdout] test ir::attrs::tests::parition_attributes_works ... ok [INFO] [stdout] test ir::attrs::tests::handle_status_missing_parameter ... ok [INFO] [stdout] test ir::attrs::tests::extension_works ... ok [INFO] [stdout] test ir::attrs::tests::impl_works ... ok [INFO] [stdout] test ast::attr_args::tests::many_mixed_works ... ok [INFO] [stdout] test ir::attrs::tests::selector_invalid_type ... ok [INFO] [stdout] test ir::attrs::tests::selector_out_of_range ... ok [INFO] [stdout] test ir::attrs::tests::selector_negative_number ... ok [INFO] [stdout] test ir::attrs::tests::namespace_invalid_identifier ... ok [INFO] [stdout] test ir::attrs::tests::signature_topic_works ... ok [INFO] [stdout] test ir::attrs::tests::namespace_works ... ok [INFO] [stdout] test ir::attrs::tests::selector_works ... ok [INFO] [stdout] test ir::attrs::tests::parition_duplicates_fails ... ok [INFO] [stdout] test ir::attrs::tests::non_ink_attribute_works ... ok [INFO] [stdout] test ir::attrs::tests::storage_works ... ok [INFO] [stdout] test ir::chain_extension::tests::chain_extension_containing_const_item_is_denied ... ok [INFO] [stdout] test ir::attrs::tests::wildcard_selector_works ... ok [INFO] [stdout] test ir::chain_extension::tests::auto_chain_extension_is_denied ... ok [INFO] [stdout] test ir::chain_extension::tests::chain_extension_containing_async_methods_is_denied ... ok [INFO] [stdout] test ir::chain_extension::tests::chain_extension_containing_const_methods_is_denied ... ok [INFO] [stdout] test ir::attrs::tests::handle_status_works ... ok [INFO] [stdout] test ir::chain_extension::tests::chain_extension_containing_generic_methods_is_denied ... ok [INFO] [stdout] test ir::chain_extension::tests::chain_extension_containing_default_implemented_methods_is_denied ... ok [INFO] [stdout] test ir::chain_extension::tests::chain_extension_containing_macro_is_denied ... ok [INFO] [stdout] test ir::chain_extension::tests::extension_invalid_value_fails ... ok [INFO] [stdout] test ir::chain_extension::tests::chain_extension_containing_invalid_associated_type_is_denied ... ok [INFO] [stdout] test ir::chain_extension::tests::extension_works ... ok [INFO] [stdout] test ir::chain_extension::tests::generic_chain_extension_is_denied ... ok [INFO] [stdout] test ir::chain_extension::tests::chain_extension_containing_unsafe_methods_is_denied ... ok [INFO] [stdout] test ir::chain_extension::tests::non_pub_chain_extension_is_denied ... ok [INFO] [stdout] test ir::chain_extension::tests::unknown_arg_fails ... ok [INFO] [stdout] test ir::chain_extension::tests::chain_extension_containing_method_with_self_receiver_is_denied ... ok [INFO] [stdout] test ir::chain_extension::tests::chain_extension_containing_methods_using_explicit_abi_is_denied ... ok [INFO] [stdout] test ir::chain_extension::tests::chain_extension_containing_non_flagged_method_is_denied ... ok [INFO] [stdout] test ir::chain_extension::tests::chain_extension_with_invalid_error_code ... ok [INFO] [stdout] test ir::chain_extension::tests::chain_extension_containing_method_with_invalid_marker ... ok [INFO] [stdout] test ir::chain_extension::tests::chain_extension_with_overlapping_extension_ids ... ok [INFO] [stdout] test ir::chain_extension::tests::chain_extension_containing_variadic_methods_is_denied ... ok [INFO] [stdout] test ir::chain_extension::tests::empty_config_fails ... ok [INFO] [stdout] test ir::chain_extension::tests::chain_extension_with_params_is_ok ... ok [INFO] [stdout] test ir::chain_extension::tests::chain_extension_containing_method_with_unsupported_ink_attribute_is_denied ... ok [INFO] [stdout] test ir::config::tests::abi_missing_value_fails ... ok [INFO] [stdout] test ir::chain_extension::tests::chain_extension_with_supertraits_is_denied ... ok [INFO] [stdout] test ir::chain_extension::tests::chain_extension_is_ok ... ok [INFO] [stdout] test ir::chain_extension::tests::duplicate_args_fails ... ok [INFO] [stdout] test ir::config::tests::abi_works ... ok [INFO] [stdout] test ir::chain_extension::tests::unsafe_chain_extension_is_denied ... ok [INFO] [stdout] test ir::config::tests::abi_invalid_value_fails ... ok [INFO] [stdout] test ir::config::tests::duplicate_args_fails ... ok [INFO] [stdout] test ir::config::tests::empty_config_works ... ok [INFO] [stdout] test ir::config::tests::env_invalid_value_fails ... ok [INFO] [stdout] test ir::config::tests::env_missing_value_fails ... ok [INFO] [stdout] test ir::config::tests::keep_attr_invalid_value_fails ... ok [INFO] [stdout] test ir::config::tests::keep_attr_missing_value_fails ... ok [INFO] [stdout] test ir::config::tests::keep_attr_works ... ok [INFO] [stdout] test ir::config::tests::unknown_arg_fails ... ok [INFO] [stdout] test ir::config::tests::env_works ... ok [INFO] [stdout] test ir::event::tests::anonymous_event_works ... ok [INFO] [stdout] test ir::event::tests::conflicting_struct_attributes_fails ... ok [INFO] [stdout] test ir::event::tests::missing_event_attribute_fails ... ok [INFO] [stdout] test ir::event::tests::signature_conflict_fails ... ok [INFO] [stdout] test ir::event::tests::simple_try_from_works ... ok [INFO] [stdout] test ir::event::tests::wrong_first_struct_attribute_fails ... ok [INFO] [stdout] test ir::event::tests::duplicate_struct_attributes_fails ... ok [INFO] [stdout] test ir::item::storage::tests::conflicting_attributes_fails ... ok [INFO] [stdout] test ir::item::storage::tests::duplicate_attributes_fails ... ok [INFO] [stdout] test ir::item::storage::tests::missing_storage_attribute_fails ... ok [INFO] [stdout] test ir::item::storage::tests::non_pub_storage_struct ... ok [INFO] [stdout] test ir::item::storage::tests::simple_try_from_works ... ok [INFO] [stdout] test ir::item::storage::tests::wrong_first_attribute_fails ... ok [INFO] [stdout] test ir::item::tests::simple_event_works ... ok [INFO] [stdout] test ir::item::tests::simple_storage_works ... ok [INFO] [stdout] test ir::item::tests::simple_rust_item_works ... ok [INFO] [stdout] test ir::item_impl::constructor::tests::inputs_works ... ok [INFO] [stdout] test ir::item_impl::constructor::tests::is_default_works ... ok [INFO] [stdout] test ir::item_impl::constructor::tests::conflicting_attributes_fails ... ok [INFO] [stdout] test ir::item_impl::constructor::tests::is_payable_works ... ok [INFO] [stdout] test ir::item_impl::constructor::tests::try_from_const_fails ... ok [INFO] [stdout] test ir::item_impl::constructor::tests::try_from_async_fails ... ok [INFO] [stdout] test ir::item_impl::constructor::tests::try_from_explicit_abi_fails ... ok [INFO] [stdout] test ir::item_impl::callable::tests::compose_selector_works ... ok [INFO] [stdout] test ir::item_impl::constructor::tests::try_from_generics_fails ... ok [INFO] [stdout] test ir::item_impl::constructor::tests::try_from_invalid_self_receiver_fails ... ok [INFO] [stdout] test ir::item_impl::constructor::tests::try_from_missing_return_fails ... ok [INFO] [stdout] test ir::item_impl::constructor::tests::try_from_unsafe_fails ... ok [INFO] [stdout] test ir::item_impl::constructor::tests::try_from_variadic_fails ... ok [INFO] [stdout] test ir::item_impl::constructor::tests::try_from_visibility_fails ... ok [INFO] [stdout] test ir::item_impl::constructor::tests::try_from_wildcard_constructor_works ... ok [INFO] [stdout] test ir::item_impl::constructor::tests::try_from_works ... ok [INFO] [stdout] test ir::item_impl::constructor::tests::visibility_works ... ok [INFO] [stdout] test ir::item_impl::message::tests::conflicting_attributes_fails ... ok [INFO] [stdout] test ir::item_impl::message::tests::is_default_works ... ok [INFO] [stdout] test ir::item_impl::message::tests::output_works ... ok [INFO] [stdout] test ir::item_impl::tests::is_ink_impl_block_eval_false_works ... ok [INFO] [stdout] test ir::item_impl::message::tests::receiver_works ... ok [INFO] [stdout] test ir::item_impl::message::tests::try_from_async_fails ... ok [INFO] [stdout] test ir::item_impl::message::tests::visibility_works ... ok [INFO] [stdout] test ir::item_impl::message::tests::try_from_const_fails ... ok [INFO] [stdout] test ir::item_impl::message::tests::try_from_explicit_abi_fails ... ok [INFO] [stdout] test ir::item_impl::message::tests::try_from_generics_fails ... ok [INFO] [stdout] test ir::item_impl::message::tests::try_from_unsafe_fails ... ok [INFO] [stdout] test ir::item_impl::message::tests::is_payable_works ... ok [INFO] [stdout] test ir::item_impl::message::tests::try_from_variadic_fails ... ok [INFO] [stdout] test ir::item_impl::message::tests::try_from_receiver_fails ... ok [INFO] [stdout] test ir::item_impl::message::tests::inputs_works ... ok [INFO] [stdout] test ir::item_impl::tests::namespace_works ... ok [INFO] [stdout] test ir::item_impl::message::tests::try_from_works ... ok [INFO] [stdout] test ir::item_impl::tests::try_from_works ... ok [INFO] [stdout] test ir::item_impl::tests::is_ink_impl_block_fails ... ok [INFO] [stdout] test ir::item_impl::tests::is_ink_impl_block_eval_true_works ... ok [INFO] [stdout] test ir::item_impl::tests::visibility_fails ... ok [INFO] [stdout] test ir::item_mod::tests::cfg_feature_other_than_std_allowed ... ok [INFO] [stdout] test ir::item_mod::tests::allow_overlap_between_messages_and_constructors ... ok [INFO] [stdout] test ir::item_mod::tests::cfg_test_allowed ... ok [INFO] [stdout] test ir::item_mod::tests::conflicting_attributes_fails ... ok [INFO] [stdout] test ir::item_mod::tests::missing_constructor_fails ... ok [INFO] [stdout] test ir::item_mod::tests::cfg_feature_std_not_allowed ... ok [INFO] [stdout] test ir::item_mod::tests::missing_message_fails ... ok [INFO] [stdout] test ir::item_mod::tests::invalid_out_of_line_module_fails ... ok [INFO] [stdout] test ir::item_mod::tests::missing_storage_struct_fails ... ok [INFO] [stdout] test ir::item_mod::tests::wildcard_complement_used_without_wildcard_fails ... ok [INFO] [stdout] test ir::item_mod::tests::multiple_storage_struct_fails ... ok [INFO] [stdout] test ir::item_mod::tests::item_mod_try_from_works ... ok [INFO] [stdout] test ir::item_mod::tests::cfg_nested_forbidden_must_be_found ... ok [INFO] [stdout] test ir::item_mod::tests::overlapping_wildcard_selectors_fails ... ok [INFO] [stdout] test ir::item_mod::tests::wildcard_selector_and_one_other_message_with_well_known_selector_works ... ok [INFO] [stdout] test ir::item_mod::tests::overlap_between_wildcard_selector_and_composed_selector_fails ... ok [INFO] [stdout] test ir::item_mod::tests::overlapping_messages_fails ... ok [INFO] [stdout] test ir::item_mod::tests::wildcard_reserved_selector_used_without_wildcard_fails ... ok [INFO] [stdout] test ir::item_mod::tests::wildcard_selector_and_one_other_message_with_wildcard_complement_selector_works ... ok [INFO] [stdout] test ir::item_mod::tests::wildcard_selector_with_two_other_messages ... ok [INFO] [stdout] test ir::item_mod::tests::wildcard_selector_on_constructor_works ... ok [INFO] [stdout] test ir::item_mod::tests::wildcard_selector_without_other_message_fails ... ok [INFO] [stdout] test ir::item_mod::tests::wildcard_selector_and_one_other_message_without_well_known_selector_fails ... ok [INFO] [stdout] test ir::trait_def::tests::auto_trait_def_is_denied ... ok [INFO] [stdout] test ir::trait_def::tests::generic_trait_def_is_denied ... ok [INFO] [stdout] test ir::trait_def::tests::non_pub_trait_def_is_denied ... ok [INFO] [stdout] test ir::selector::tests::hex_lits_works ... ok [INFO] [stdout] test ir::trait_def::tests::trait_def_containing_const_item_is_denied ... ok [INFO] [stdout] test ir::item_mod::tests::overlapping_trait_impls_fails ... ok [INFO] [stdout] test ir::trait_def::tests::trait_def_containing_const_methods_is_denied ... ok [INFO] [stdout] test ir::item_mod::tests::overlapping_constructors_fails ... ok [INFO] [stdout] test ir::trait_def::tests::trait_def_containing_generic_methods_is_denied ... ok [INFO] [stdout] test ir::trait_def::tests::trait_def_containing_default_implemented_methods_is_denied ... ok [INFO] [stdout] test ir::trait_def::tests::trait_def_containing_invalid_message_is_denied ... ok [INFO] [stdout] test ir::trait_def::tests::trait_def_containing_associated_type_is_denied ... ok [INFO] [stdout] test ir::trait_def::tests::trait_def_containing_macro_is_denied ... ok [INFO] [stdout] test ir::item_mod::tests::wildcard_selector_with_many_other_messages ... ok [INFO] [stdout] test ir::trait_def::tests::trait_def_containing_async_methods_is_denied ... ok [INFO] [stdout] test ir::trait_def::tests::trait_def_containing_method_with_unsupported_ink_attribute_is_denied ... ok [INFO] [stdout] test ir::trait_def::tests::trait_def_containing_unsafe_methods_is_denied ... ok [INFO] [stdout] test ir::trait_def::tests::iter_messages_works ... ok [INFO] [stdout] test ir::trait_def::tests::trait_def_containing_variadic_methods_is_denied ... ok [INFO] [stdout] test ir::trait_def::tests::trait_def_containing_message_with_invalid_ink_attributes_is_denied ... ok [INFO] [stdout] test ir::trait_def::tests::trait_def_with_overlapping_selectors ... ok [INFO] [stdout] test ir::trait_def::tests::trait_def_with_payable_ok ... ok [INFO] [stdout] test ir::trait_def::tests::trait_def_with_everything_combined_ok ... ok [INFO] [stdout] test ir::trait_def::tests::trait_def_containing_non_flagged_method_is_denied ... ok [INFO] [stdout] test ir::trait_def::tests::trait_def_containing_methods_using_explicit_abi_is_denied ... ok [INFO] [stdout] test ir::trait_def::tests::trait_def_is_ok ... ok [INFO] [stdout] test ir::trait_def::tests::trait_def_with_supertraits_is_denied ... ok [INFO] [stdout] test ir::trait_def::tests::trait_def_with_selectors_ok ... ok [INFO] [stdout] test ir::trait_def::tests::trait_def_with_namespace_is_ok ... ok [INFO] [stdout] test ir::trait_def::tests::unsafe_trait_def_is_denied ... ok [INFO] [stdout] test literal::tests::code_cafe ... ok [INFO] [stdout] test literal::tests::simple ... ok [INFO] [stderr] Doc-tests ink_ir [INFO] [stdout] test ir::item_impl::message::tests::try_from_visibility_fails ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 191 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test src/ir/item_mod.rs - ir::item_mod::ItemMod (line 81) ... ok [INFO] [stdout] test src/ir/item_impl/message.rs - ir::item_impl::message::Message (line 89) ... ok [INFO] [stdout] test src/ir/item_mod.rs - ir::item_mod::ItemMod::impls (line 586) ... ok [INFO] [stdout] test src/ir/item/storage.rs - ir::item::storage::Storage (line 33) ... ok [INFO] [stdout] test src/ir/item_impl/mod.rs - ir::item_impl::ItemImpl::is_ink_impl_block (line 128) ... ok [INFO] [stdout] test src/ir/item_mod.rs - ir::item_mod::ItemMod::impls (line 558) ... ok [INFO] [stdout] test src/ir/item_impl/constructor.rs - ir::item_impl::constructor::Constructor (line 45) ... ok [INFO] [stdout] test src/ir/item_impl/message.rs - ir::item_impl::message::Message (line 75) ... ok [INFO] [stdout] test src/ir/item_mod.rs - ir::item_mod::ItemMod (line 42) ... ok [INFO] [stdout] test src/ir/item_impl/constructor.rs - ir::item_impl::constructor::Constructor (line 59) ... ok [INFO] [stdout] test src/ir/item_impl/mod.rs - ir::item_impl::ItemImpl::is_ink_impl_block (line 143) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.96s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7b62ab825681e0e82cc09f006cfef39018348df6d049dcea74cd2ecdc8b449d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b62ab825681e0e82cc09f006cfef39018348df6d049dcea74cd2ecdc8b449d3", kill_on_drop: false }` [INFO] [stdout] 7b62ab825681e0e82cc09f006cfef39018348df6d049dcea74cd2ecdc8b449d3