[INFO] fetching crate inf-wasmparser 0.0.8... [INFO] testing inf-wasmparser-0.0.8 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate inf-wasmparser 0.0.8 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate inf-wasmparser 0.0.8 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate inf-wasmparser 0.0.8 [INFO] tweaked toml for crates.io crate inf-wasmparser 0.0.8 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate inf-wasmparser 0.0.8 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] crate crates.io crate inf-wasmparser 0.0.8 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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] a03de9aedb18b100c9eec05f67818cd400b159e859c75e8548b7944fd9066ae8 [INFO] running `Command { std: "docker" "start" "-a" "a03de9aedb18b100c9eec05f67818cd400b159e859c75e8548b7944fd9066ae8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a03de9aedb18b100c9eec05f67818cd400b159e859c75e8548b7944fd9066ae8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a03de9aedb18b100c9eec05f67818cd400b159e859c75e8548b7944fd9066ae8", kill_on_drop: false }` [INFO] [stdout] a03de9aedb18b100c9eec05f67818cd400b159e859c75e8548b7944fd9066ae8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] b67afe0748ef308e897238d8f94b85fcd6371d59dc0f1648a0ab6640c135bf8f [INFO] running `Command { std: "docker" "start" "-a" "b67afe0748ef308e897238d8f94b85fcd6371d59dc0f1648a0ab6640c135bf8f", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling inf-wasmparser v0.0.8 (/opt/rustwide/workdir) [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/component_types.rs:583:15 [INFO] [stdout] | [INFO] [stdout] 583 | impl Hash for (dyn ModuleImportKey + '_) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 583 - impl Hash for (dyn ModuleImportKey + '_) { [INFO] [stdout] 583 + impl Hash for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/component_types.rs:590:20 [INFO] [stdout] | [INFO] [stdout] 590 | impl PartialEq for (dyn ModuleImportKey + '_) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 590 - impl PartialEq for (dyn ModuleImportKey + '_) { [INFO] [stdout] 590 + impl PartialEq for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/component_types.rs:596:13 [INFO] [stdout] | [INFO] [stdout] 596 | impl Eq for (dyn ModuleImportKey + '_) {} [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 596 - impl Eq for (dyn ModuleImportKey + '_) {} [INFO] [stdout] 596 + impl Eq for dyn ModuleImportKey + '_ {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/component_types.rs:598:14 [INFO] [stdout] | [INFO] [stdout] 598 | impl Ord for (dyn ModuleImportKey + '_) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 598 - impl Ord for (dyn ModuleImportKey + '_) { [INFO] [stdout] 598 + impl Ord for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/component_types.rs:608:21 [INFO] [stdout] | [INFO] [stdout] 608 | impl PartialOrd for (dyn ModuleImportKey + '_) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 608 - impl PartialOrd for (dyn ModuleImportKey + '_) { [INFO] [stdout] 608 + impl PartialOrd for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `assert_send` is never used [INFO] [stdout] --> src/validator/core.rs:1314:8 [INFO] [stdout] | [INFO] [stdout] 1314 | fn assert_send() {} [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `assert` is never used [INFO] [stdout] --> src/validator/core.rs:1318:8 [INFO] [stdout] | [INFO] [stdout] 1318 | fn assert() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/binary_reader.rs:162:22 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn new(data: &[u8], original_offset: usize) -> BinaryReader { [INFO] [stdout] | ^^^^^ the lifetime is elided here ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 162 | pub fn new(data: &[u8], original_offset: usize) -> BinaryReader<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/binary_reader.rs:204:15 [INFO] [stdout] | [INFO] [stdout] 204 | data: &[u8], [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 207 | ) -> BinaryReader { [INFO] [stdout] | ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | ) -> BinaryReader<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/binary_reader.rs:1730:20 [INFO] [stdout] | [INFO] [stdout] 1730 | pub fn targets(&self) -> BrTableTargets { [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] 1730 | pub fn targets(&self) -> BrTableTargets<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:979:38 [INFO] [stdout] | [INFO] [stdout] 979 | pub fn parse_all(self, mut data: &[u8]) -> impl Iterator> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 979 | pub fn parse_all(self, mut data: &[u8]) -> impl Iterator>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/validator.rs:528:18 [INFO] [stdout] | [INFO] [stdout] 528 | pub fn types(&self, mut level: usize) -> Option { [INFO] [stdout] | ^^^^^ the lifetime is elided here -------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 528 | pub fn types(&self, mut level: usize) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collections/index_map/detail.rs:301:18 [INFO] [stdout] | [INFO] [stdout] 301 | pub fn entry(&mut self, key: K) -> Entry [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] 301 | pub fn entry(&mut self, key: K) -> Entry<'_, K, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collections/index_map/detail.rs:402:17 [INFO] [stdout] | [INFO] [stdout] 402 | pub fn iter(&self) -> 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] 402 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collections/index_map/detail.rs:409:21 [INFO] [stdout] | [INFO] [stdout] 409 | pub fn iter_mut(&mut self) -> IterMut { [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] 409 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collections/index_map/detail.rs:416:17 [INFO] [stdout] | [INFO] [stdout] 416 | pub fn keys(&self) -> Keys { [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] 416 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collections/index_map/detail.rs:423:19 [INFO] [stdout] | [INFO] [stdout] 423 | pub fn values(&self) -> Values { [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] 423 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collections/index_map/detail.rs:430:23 [INFO] [stdout] | [INFO] [stdout] 430 | pub fn values_mut(&mut self) -> ValuesMut { [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] 430 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.69s [INFO] running `Command { std: "docker" "inspect" "b67afe0748ef308e897238d8f94b85fcd6371d59dc0f1648a0ab6640c135bf8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b67afe0748ef308e897238d8f94b85fcd6371d59dc0f1648a0ab6640c135bf8f", kill_on_drop: false }` [INFO] [stdout] b67afe0748ef308e897238d8f94b85fcd6371d59dc0f1648a0ab6640c135bf8f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 78011f9ff3ce65b60aedb603f5e62ebbade7c5ac93ebfe3fb0b1b9e803f4d509 [INFO] running `Command { std: "docker" "start" "-a" "78011f9ff3ce65b60aedb603f5e62ebbade7c5ac93ebfe3fb0b1b9e803f4d509", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling wasm-encoder v0.228.0 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling leb128fmt v0.1.0 [INFO] [stderr] Compiling clap_builder v4.5.36 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling bumpalo v3.17.0 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling jiff v0.2.8 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling clap v4.5.36 [INFO] [stderr] Compiling wast v228.0.0 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling wat v1.228.0 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling inf-wasmparser v0.0.8 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/component_types.rs:583:15 [INFO] [stdout] | [INFO] [stdout] 583 | impl Hash for (dyn ModuleImportKey + '_) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 583 - impl Hash for (dyn ModuleImportKey + '_) { [INFO] [stdout] 583 + impl Hash for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/component_types.rs:590:20 [INFO] [stdout] | [INFO] [stdout] 590 | impl PartialEq for (dyn ModuleImportKey + '_) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 590 - impl PartialEq for (dyn ModuleImportKey + '_) { [INFO] [stdout] 590 + impl PartialEq for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/component_types.rs:596:13 [INFO] [stdout] | [INFO] [stdout] 596 | impl Eq for (dyn ModuleImportKey + '_) {} [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 596 - impl Eq for (dyn ModuleImportKey + '_) {} [INFO] [stdout] 596 + impl Eq for dyn ModuleImportKey + '_ {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/component_types.rs:598:14 [INFO] [stdout] | [INFO] [stdout] 598 | impl Ord for (dyn ModuleImportKey + '_) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 598 - impl Ord for (dyn ModuleImportKey + '_) { [INFO] [stdout] 598 + impl Ord for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/component_types.rs:608:21 [INFO] [stdout] | [INFO] [stdout] 608 | impl PartialOrd for (dyn ModuleImportKey + '_) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 608 - impl PartialOrd for (dyn ModuleImportKey + '_) { [INFO] [stdout] 608 + impl PartialOrd for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/component_types.rs:583:15 [INFO] [stdout] | [INFO] [stdout] 583 | impl Hash for (dyn ModuleImportKey + '_) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 583 - impl Hash for (dyn ModuleImportKey + '_) { [INFO] [stdout] 583 + impl Hash for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/component_types.rs:590:20 [INFO] [stdout] | [INFO] [stdout] 590 | impl PartialEq for (dyn ModuleImportKey + '_) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 590 - impl PartialEq for (dyn ModuleImportKey + '_) { [INFO] [stdout] 590 + impl PartialEq for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/component_types.rs:596:13 [INFO] [stdout] | [INFO] [stdout] 596 | impl Eq for (dyn ModuleImportKey + '_) {} [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 596 - impl Eq for (dyn ModuleImportKey + '_) {} [INFO] [stdout] 596 + impl Eq for dyn ModuleImportKey + '_ {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/component_types.rs:598:14 [INFO] [stdout] | [INFO] [stdout] 598 | impl Ord for (dyn ModuleImportKey + '_) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 598 - impl Ord for (dyn ModuleImportKey + '_) { [INFO] [stdout] 598 + impl Ord for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/component_types.rs:608:21 [INFO] [stdout] | [INFO] [stdout] 608 | impl PartialOrd for (dyn ModuleImportKey + '_) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 608 - impl PartialOrd for (dyn ModuleImportKey + '_) { [INFO] [stdout] 608 + impl PartialOrd for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `assert_send` is never used [INFO] [stdout] --> src/validator/core.rs:1314:8 [INFO] [stdout] | [INFO] [stdout] 1314 | fn assert_send() {} [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `assert` is never used [INFO] [stdout] --> src/validator/core.rs:1318:8 [INFO] [stdout] | [INFO] [stdout] 1318 | fn assert() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/binary_reader.rs:162:22 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn new(data: &[u8], original_offset: usize) -> BinaryReader { [INFO] [stdout] | ^^^^^ the lifetime is elided here ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 162 | pub fn new(data: &[u8], original_offset: usize) -> BinaryReader<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/binary_reader.rs:204:15 [INFO] [stdout] | [INFO] [stdout] 204 | data: &[u8], [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 207 | ) -> BinaryReader { [INFO] [stdout] | ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | ) -> BinaryReader<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/binary_reader.rs:1730:20 [INFO] [stdout] | [INFO] [stdout] 1730 | pub fn targets(&self) -> BrTableTargets { [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] 1730 | pub fn targets(&self) -> BrTableTargets<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:979:38 [INFO] [stdout] | [INFO] [stdout] 979 | pub fn parse_all(self, mut data: &[u8]) -> impl Iterator> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 979 | pub fn parse_all(self, mut data: &[u8]) -> impl Iterator>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/validator.rs:528:18 [INFO] [stdout] | [INFO] [stdout] 528 | pub fn types(&self, mut level: usize) -> Option { [INFO] [stdout] | ^^^^^ the lifetime is elided here -------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 528 | pub fn types(&self, mut level: usize) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collections/index_map/detail.rs:301:18 [INFO] [stdout] | [INFO] [stdout] 301 | pub fn entry(&mut self, key: K) -> Entry [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] 301 | pub fn entry(&mut self, key: K) -> Entry<'_, K, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collections/index_map/detail.rs:402:17 [INFO] [stdout] | [INFO] [stdout] 402 | pub fn iter(&self) -> 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] 402 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collections/index_map/detail.rs:409:21 [INFO] [stdout] | [INFO] [stdout] 409 | pub fn iter_mut(&mut self) -> IterMut { [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] 409 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collections/index_map/detail.rs:416:17 [INFO] [stdout] | [INFO] [stdout] 416 | pub fn keys(&self) -> Keys { [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] 416 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collections/index_map/detail.rs:423:19 [INFO] [stdout] | [INFO] [stdout] 423 | pub fn values(&self) -> Values { [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] 423 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collections/index_map/detail.rs:430:23 [INFO] [stdout] | [INFO] [stdout] 430 | pub fn values_mut(&mut self) -> ValuesMut { [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] 430 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `assert_send` is never used [INFO] [stdout] --> src/validator/core.rs:1314:8 [INFO] [stdout] | [INFO] [stdout] 1314 | fn assert_send() {} [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `assert` is never used [INFO] [stdout] --> src/validator/core.rs:1318:8 [INFO] [stdout] | [INFO] [stdout] 1318 | fn assert() { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/binary_reader.rs:162:22 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn new(data: &[u8], original_offset: usize) -> BinaryReader { [INFO] [stdout] | ^^^^^ the lifetime is elided here ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 162 | pub fn new(data: &[u8], original_offset: usize) -> BinaryReader<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/binary_reader.rs:204:15 [INFO] [stdout] | [INFO] [stdout] 204 | data: &[u8], [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 207 | ) -> BinaryReader { [INFO] [stdout] | ------------ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 207 | ) -> BinaryReader<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/binary_reader.rs:1730:20 [INFO] [stdout] | [INFO] [stdout] 1730 | pub fn targets(&self) -> BrTableTargets { [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] 1730 | pub fn targets(&self) -> BrTableTargets<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parser.rs:979:38 [INFO] [stdout] | [INFO] [stdout] 979 | pub fn parse_all(self, mut data: &[u8]) -> impl Iterator> { [INFO] [stdout] | ^^^^^ the lifetime is elided here ------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 979 | pub fn parse_all(self, mut data: &[u8]) -> impl Iterator>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/validator.rs:528:18 [INFO] [stdout] | [INFO] [stdout] 528 | pub fn types(&self, mut level: usize) -> Option { [INFO] [stdout] | ^^^^^ the lifetime is elided here -------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 528 | pub fn types(&self, mut level: usize) -> Option> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collections/index_map/detail.rs:301:18 [INFO] [stdout] | [INFO] [stdout] 301 | pub fn entry(&mut self, key: K) -> Entry [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] 301 | pub fn entry(&mut self, key: K) -> Entry<'_, K, V> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collections/index_map/detail.rs:402:17 [INFO] [stdout] | [INFO] [stdout] 402 | pub fn iter(&self) -> 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] 402 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collections/index_map/detail.rs:409:21 [INFO] [stdout] | [INFO] [stdout] 409 | pub fn iter_mut(&mut self) -> IterMut { [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] 409 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collections/index_map/detail.rs:416:17 [INFO] [stdout] | [INFO] [stdout] 416 | pub fn keys(&self) -> Keys { [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] 416 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collections/index_map/detail.rs:423:19 [INFO] [stdout] | [INFO] [stdout] 423 | pub fn values(&self) -> Values { [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] 423 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/collections/index_map/detail.rs:430:23 [INFO] [stdout] | [INFO] [stdout] 430 | pub fn values_mut(&mut self) -> ValuesMut { [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] 430 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 44.35s [INFO] running `Command { std: "docker" "inspect" "78011f9ff3ce65b60aedb603f5e62ebbade7c5ac93ebfe3fb0b1b9e803f4d509", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "78011f9ff3ce65b60aedb603f5e62ebbade7c5ac93ebfe3fb0b1b9e803f4d509", kill_on_drop: false }` [INFO] [stdout] 78011f9ff3ce65b60aedb603f5e62ebbade7c5ac93ebfe3fb0b1b9e803f4d509 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] b07600e14b4434f8952b662d23a9c65a8b8e71c191d6a996e0f1694670d46ec5 [INFO] running `Command { std: "docker" "start" "-a" "b07600e14b4434f8952b662d23a9c65a8b8e71c191d6a996e0f1694670d46ec5", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/validator/component_types.rs:583:15 [INFO] [stderr] | [INFO] [stderr] 583 | impl Hash for (dyn ModuleImportKey + '_) { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 583 - impl Hash for (dyn ModuleImportKey + '_) { [INFO] [stderr] 583 + impl Hash for dyn ModuleImportKey + '_ { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/validator/component_types.rs:590:20 [INFO] [stderr] | [INFO] [stderr] 590 | impl PartialEq for (dyn ModuleImportKey + '_) { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 590 - impl PartialEq for (dyn ModuleImportKey + '_) { [INFO] [stderr] 590 + impl PartialEq for dyn ModuleImportKey + '_ { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/validator/component_types.rs:596:13 [INFO] [stderr] | [INFO] [stderr] 596 | impl Eq for (dyn ModuleImportKey + '_) {} [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 596 - impl Eq for (dyn ModuleImportKey + '_) {} [INFO] [stderr] 596 + impl Eq for dyn ModuleImportKey + '_ {} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/validator/component_types.rs:598:14 [INFO] [stderr] | [INFO] [stderr] 598 | impl Ord for (dyn ModuleImportKey + '_) { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 598 - impl Ord for (dyn ModuleImportKey + '_) { [INFO] [stderr] 598 + impl Ord for dyn ModuleImportKey + '_ { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/validator/component_types.rs:608:21 [INFO] [stderr] | [INFO] [stderr] 608 | impl PartialOrd for (dyn ModuleImportKey + '_) { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 608 - impl PartialOrd for (dyn ModuleImportKey + '_) { [INFO] [stderr] 608 + impl PartialOrd for dyn ModuleImportKey + '_ { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: function `assert_send` is never used [INFO] [stderr] --> src/validator/core.rs:1314:8 [INFO] [stderr] | [INFO] [stderr] 1314 | fn assert_send() {} [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `assert` is never used [INFO] [stderr] --> src/validator/core.rs:1318:8 [INFO] [stderr] | [INFO] [stderr] 1318 | fn assert() { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/binary_reader.rs:162:22 [INFO] [stderr] | [INFO] [stderr] 162 | pub fn new(data: &[u8], original_offset: usize) -> BinaryReader { [INFO] [stderr] | ^^^^^ the lifetime is elided here ------------ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 162 | pub fn new(data: &[u8], original_offset: usize) -> BinaryReader<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/binary_reader.rs:204:15 [INFO] [stderr] | [INFO] [stderr] 204 | data: &[u8], [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 207 | ) -> BinaryReader { [INFO] [stderr] | ------------ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 207 | ) -> BinaryReader<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/binary_reader.rs:1730:20 [INFO] [stderr] | [INFO] [stderr] 1730 | pub fn targets(&self) -> BrTableTargets { [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] 1730 | pub fn targets(&self) -> BrTableTargets<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parser.rs:979:38 [INFO] [stderr] | [INFO] [stderr] 979 | pub fn parse_all(self, mut data: &[u8]) -> impl Iterator> { [INFO] [stderr] | ^^^^^ the lifetime is elided here ------- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 979 | pub fn parse_all(self, mut data: &[u8]) -> impl Iterator>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/validator.rs:528:18 [INFO] [stderr] | [INFO] [stderr] 528 | pub fn types(&self, mut level: usize) -> Option { [INFO] [stderr] | ^^^^^ the lifetime is elided here -------- the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 528 | pub fn types(&self, mut level: usize) -> Option> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/collections/index_map/detail.rs:301:18 [INFO] [stderr] | [INFO] [stderr] 301 | pub fn entry(&mut self, key: K) -> Entry [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] 301 | pub fn entry(&mut self, key: K) -> Entry<'_, K, V> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/collections/index_map/detail.rs:402:17 [INFO] [stderr] | [INFO] [stderr] 402 | pub fn iter(&self) -> 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] 402 | pub fn iter(&self) -> Iter<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/collections/index_map/detail.rs:409:21 [INFO] [stderr] | [INFO] [stderr] 409 | pub fn iter_mut(&mut self) -> IterMut { [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] 409 | pub fn iter_mut(&mut self) -> IterMut<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/collections/index_map/detail.rs:416:17 [INFO] [stderr] | [INFO] [stderr] 416 | pub fn keys(&self) -> Keys { [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] 416 | pub fn keys(&self) -> Keys<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/collections/index_map/detail.rs:423:19 [INFO] [stderr] | [INFO] [stderr] 423 | pub fn values(&self) -> Values { [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] 423 | pub fn values(&self) -> Values<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/collections/index_map/detail.rs:430:23 [INFO] [stderr] | [INFO] [stderr] 430 | pub fn values_mut(&mut self) -> ValuesMut { [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] 430 | pub fn values_mut(&mut self) -> ValuesMut<'_, K, V> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `inf-wasmparser` (lib) generated 18 warnings (run `cargo fix --lib -p inf-wasmparser` to apply 16 suggestions) [INFO] [stderr] warning: `inf-wasmparser` (lib test) generated 18 warnings (18 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/inf_wasmparser-eb01931217f39c60) [INFO] [stdout] [INFO] [stdout] running 30 tests [INFO] [stdout] test collections::index_map::tests::entry_works_occupied ... ok [INFO] [stdout] test collections::index_map::tests::entry_works_vacant ... ok [INFO] [stdout] test collections::index_map::tests::insert_works ... ok [INFO] [stdout] test collections::index_map::tests::extend_works ... ok [INFO] [stdout] test parser::tests::start_section ... ok [INFO] [stdout] test parser::tests::function_section ... ok [INFO] [stdout] test parser::tests::type_section ... ok [INFO] [stdout] test collections::index_map::tests::swap_remove_works_descending ... ok [INFO] [stdout] test parser::tests::header ... ok [INFO] [stdout] test parser::tests::single_module ... ok [INFO] [stdout] test readers::core::types::can_fit_max_wasm_types_in_packed_index ... ok [INFO] [stdout] test readers::core::types::can_fit_max_wasm_types_in_ref_type ... ok [INFO] [stdout] test validator::component_types::assert_defined_type_small ... ok [INFO] [stdout] test validator::func::tests::operand_stack_height ... ok [INFO] [stdout] test collections::index_map::tests::new_works ... ok [INFO] [stdout] test parser::tests::end_works ... ok [INFO] [stdout] test parser::tests::header_iter ... ok [INFO] [stdout] test collections::index_map::tests::clear_works ... ok [INFO] [stdout] test parser::tests::nested_section_too_big ... ok [INFO] [stdout] test parser::tests::custom_section ... ok [INFO] [stdout] test validator::operators::assert_maybe_type_small ... ok [INFO] [stdout] test collections::index_map::tests::swap_remove_works_ascending ... ok [INFO] [stdout] test validator::test_validate ... ok [INFO] [stdout] test validator::names::tests::kebab_smoke ... ok [INFO] [stdout] test validator::types::assert_core_type_id_small ... ok [INFO] [stdout] test validator::names::tests::name_smoke ... ok [INFO] [stdout] test validator::names::tests::name_equality ... ok [INFO] [stdout] test validator::tests::test_module_type_information ... ok [INFO] [stdout] test validator::tests::test_type_id_exports ... ok [INFO] [stdout] test validator::tests::test_type_id_aliasing ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/big-module.rs (/opt/rustwide/target/debug/deps/big_module-bb70c2af7d38c9ac) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test big_type_indices ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.44s [INFO] [stdout] [INFO] [stderr] Running tests/inference-blocks.rs (/opt/rustwide/target/debug/deps/inference_blocks-1bfa2272c2a9caba) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tests::exists_block_test ... ok [INFO] [stdout] test tests::forall_block_test ... ok [INFO] [stdout] test tests::assume_block_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/uzumaki.rs (/opt/rustwide/target/debug/deps/uzumaki-b092064dc50bd133) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::test_uzumaki_i32 ... ok [INFO] [stdout] test tests::test_uzumaki_i64 ... ok [INFO] [stderr] Doc-tests inf_wasmparser [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/validator/component_types.rs:583:15 [INFO] [stderr] | [INFO] [stderr] 583 | impl Hash for (dyn ModuleImportKey + '_) { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 583 - impl Hash for (dyn ModuleImportKey + '_) { [INFO] [stderr] 583 + impl Hash for dyn ModuleImportKey + '_ { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/validator/component_types.rs:590:20 [INFO] [stderr] | [INFO] [stderr] 590 | impl PartialEq for (dyn ModuleImportKey + '_) { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 590 - impl PartialEq for (dyn ModuleImportKey + '_) { [INFO] [stderr] 590 + impl PartialEq for dyn ModuleImportKey + '_ { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/validator/component_types.rs:596:13 [INFO] [stderr] | [INFO] [stderr] 596 | impl Eq for (dyn ModuleImportKey + '_) {} [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 596 - impl Eq for (dyn ModuleImportKey + '_) {} [INFO] [stderr] 596 + impl Eq for dyn ModuleImportKey + '_ {} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/validator/component_types.rs:598:14 [INFO] [stderr] | [INFO] [stderr] 598 | impl Ord for (dyn ModuleImportKey + '_) { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 598 - impl Ord for (dyn ModuleImportKey + '_) { [INFO] [stderr] 598 + impl Ord for dyn ModuleImportKey + '_ { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/validator/component_types.rs:608:21 [INFO] [stderr] | [INFO] [stderr] 608 | impl PartialOrd for (dyn ModuleImportKey + '_) { [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 608 - impl PartialOrd for (dyn ModuleImportKey + '_) { [INFO] [stderr] 608 + impl PartialOrd for dyn ModuleImportKey + '_ { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test src/parser.rs - parser::Parser::skip_section (line 1038) ... ok [INFO] [stdout] test src/lib.rs - for_each_operator (line 1039) ... ok [INFO] [stdout] test src/lib.rs - for_each_operator (line 1000) ... ok [INFO] [stdout] test src/binary_reader.rs - binary_reader::BrTable<'a>::targets (line 1719) ... ok [INFO] [stdout] test src/lib.rs - for_each_visit_simd_operator (line 1243) ... ok [INFO] [stdout] test src/lib.rs - for_each_visit_operator (line 1173) ... ok [INFO] [stdout] test src/parser.rs - parser::Parser::parse (line 484) ... ok [INFO] [stdout] test src/lib.rs - for_each_visit_operator (line 1132) ... ok [INFO] [stdout] test src/readers/component/types.rs - readers::component::types::ComponentTypeSectionReader (line 517) ... ok [INFO] [stdout] test src/readers/component/imports.rs - readers::component::imports::ComponentImportSectionReader (line 100) ... ok [INFO] [stdout] test src/readers/core/coredumps.rs - readers::core::coredumps::CoreDumpModulesSection (line 48) ... ok [INFO] [stdout] test src/binary_reader.rs - binary_reader::BinaryReader<'a>::visit_operator (line 854) ... ok [INFO] [stdout] test src/readers/component/instances.rs - readers::component::instances::ComponentInstanceSectionReader (line 122) ... ok [INFO] [stdout] test src/readers/component/types.rs - readers::component::types::CoreTypeSectionReader (line 118) ... ok [INFO] [stdout] test src/readers/core/coredumps.rs - readers::core::coredumps::CoreDumpStackSection (line 153) ... ok [INFO] [stdout] test src/readers/core/operators.rs - readers::core::operators::VisitOperator::simd_visitor (line 451) ... ok [INFO] [stdout] test src/readers/component/instances.rs - readers::component::instances::InstanceSectionReader (line 44) ... ok [INFO] [stdout] test src/readers/core/operators.rs - readers::core::operators::OperatorsReader<'a>::into_iter (line 323) ... ok [INFO] [stdout] test src/readers/core/coredumps.rs - readers::core::coredumps::CoreDumpSection (line 11) ... ok [INFO] [stdout] test src/parser.rs - parser::Parser::parse_all (line 906) ... ok [INFO] [stdout] test src/validator/func.rs - validator::func::FuncValidator::visitor (line 160) ... ok [INFO] [stdout] test src/readers/core/producers.rs - readers::core::producers::ProducersSectionReader (line 22) ... ok [INFO] [stdout] test src/readers/core/operators.rs - readers::core::operators::OperatorsIteratorWithOffsets<'a>::next (line 379) ... ok [INFO] [stdout] test src/validator.rs - validator::Validator::reset (line 394) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.98s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b07600e14b4434f8952b662d23a9c65a8b8e71c191d6a996e0f1694670d46ec5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b07600e14b4434f8952b662d23a9c65a8b8e71c191d6a996e0f1694670d46ec5", kill_on_drop: false }` [INFO] [stdout] b07600e14b4434f8952b662d23a9c65a8b8e71c191d6a996e0f1694670d46ec5