[INFO] fetching crate wasmparser-nostd 0.100.2... [INFO] testing wasmparser-nostd-0.100.2 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate wasmparser-nostd 0.100.2 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate wasmparser-nostd 0.100.2 [INFO] finished tweaking crates.io crate wasmparser-nostd 0.100.2 [INFO] tweaked toml for crates.io crate wasmparser-nostd 0.100.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate wasmparser-nostd 0.100.2 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 wasmparser-nostd 0.100.2 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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a222b8c9c15d16d81e3149c59f702f8a0f15b56a24366f5d22d15d4b6d5fcf60 [INFO] running `Command { std: "docker" "start" "-a" "a222b8c9c15d16d81e3149c59f702f8a0f15b56a24366f5d22d15d4b6d5fcf60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a222b8c9c15d16d81e3149c59f702f8a0f15b56a24366f5d22d15d4b6d5fcf60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a222b8c9c15d16d81e3149c59f702f8a0f15b56a24366f5d22d15d4b6d5fcf60", kill_on_drop: false }` [INFO] [stdout] a222b8c9c15d16d81e3149c59f702f8a0f15b56a24366f5d22d15d4b6d5fcf60 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] faa0d60279be3553d08c5a7e8ee0eb88a0ef65704215e7fec4bd9ba2d588c166 [INFO] running `Command { std: "docker" "start" "-a" "faa0d60279be3553d08c5a7e8ee0eb88a0ef65704215e7fec4bd9ba2d588c166", kill_on_drop: false }` [INFO] [stderr] Compiling indexmap-nostd v0.4.0 [INFO] [stderr] Compiling wasmparser-nostd v0.100.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/types.rs:643:15 [INFO] [stdout] | [INFO] [stdout] 643 | 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] 643 - impl Hash for (dyn ModuleImportKey + '_) { [INFO] [stdout] 643 + impl Hash for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/types.rs:650:21 [INFO] [stdout] | [INFO] [stdout] 650 | impl PartialOrd for (dyn ModuleImportKey + '_) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 650 - impl PartialOrd for (dyn ModuleImportKey + '_) { [INFO] [stdout] 650 + impl PartialOrd for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/types.rs:656:14 [INFO] [stdout] | [INFO] [stdout] 656 | impl Ord for (dyn ModuleImportKey + '_) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 656 - impl Ord for (dyn ModuleImportKey + '_) { [INFO] [stdout] 656 + impl Ord for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/types.rs:664:20 [INFO] [stdout] | [INFO] [stdout] 664 | impl PartialEq for (dyn ModuleImportKey + '_) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 664 - impl PartialEq for (dyn ModuleImportKey + '_) { [INFO] [stdout] 664 + impl PartialEq for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/types.rs:670:13 [INFO] [stdout] | [INFO] [stdout] 670 | impl Eq for (dyn ModuleImportKey + '_) {} [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 670 - impl Eq for (dyn ModuleImportKey + '_) {} [INFO] [stdout] 670 + impl Eq for dyn ModuleImportKey + '_ {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `assert_send` is never used [INFO] [stdout] --> src/validator/core.rs:1058:8 [INFO] [stdout] | [INFO] [stdout] 1058 | 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:1062:8 [INFO] [stdout] | [INFO] [stdout] 1062 | 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:125:22 [INFO] [stdout] | [INFO] [stdout] 125 | pub fn new(data: &[u8]) -> BinaryReader { [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] 125 | pub fn new(data: &[u8]) -> 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:135:34 [INFO] [stdout] | [INFO] [stdout] 135 | pub fn new_with_offset(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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 135 | pub fn new_with_offset(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:1552:20 [INFO] [stdout] | [INFO] [stdout] 1552 | 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] 1552 | 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:769:38 [INFO] [stdout] | [INFO] [stdout] 769 | 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] 769 | 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/readers/core/init.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn new(data: &[u8], offset: usize) -> ConstExpr { [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] 27 | pub fn new(data: &[u8], offset: usize) -> ConstExpr<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/validator.rs:393:18 [INFO] [stdout] | [INFO] [stdout] 393 | 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] 393 | 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/validator/types.rs:1708:19 [INFO] [stdout] | [INFO] [stdout] 1708 | pub fn as_ref(&self) -> TypesRef { [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] 1708 | pub fn as_ref(&self) -> TypesRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s [INFO] running `Command { std: "docker" "inspect" "faa0d60279be3553d08c5a7e8ee0eb88a0ef65704215e7fec4bd9ba2d588c166", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "faa0d60279be3553d08c5a7e8ee0eb88a0ef65704215e7fec4bd9ba2d588c166", kill_on_drop: false }` [INFO] [stdout] faa0d60279be3553d08c5a7e8ee0eb88a0ef65704215e7fec4bd9ba2d588c166 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4cd010874d18e586337f6165abc2d1ea02d29ffcc83d5a9107c2308555b86cfe [INFO] running `Command { std: "docker" "start" "-a" "4cd010874d18e586337f6165abc2d1ea02d29ffcc83d5a9107c2308555b86cfe", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling serde v1.0.198 [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling serde_json v1.0.116 [INFO] [stderr] Compiling either v1.11.0 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling plotters-backend v0.3.5 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling anyhow v1.0.82 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/types.rs:643:15 [INFO] [stdout] | [INFO] [stdout] 643 | 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] 643 - impl Hash for (dyn ModuleImportKey + '_) { [INFO] [stdout] 643 + impl Hash for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/types.rs:650:21 [INFO] [stdout] | [INFO] [stdout] 650 | impl PartialOrd for (dyn ModuleImportKey + '_) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 650 - impl PartialOrd for (dyn ModuleImportKey + '_) { [INFO] [stdout] 650 + impl PartialOrd for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/types.rs:656:14 [INFO] [stdout] | [INFO] [stdout] 656 | impl Ord for (dyn ModuleImportKey + '_) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 656 - impl Ord for (dyn ModuleImportKey + '_) { [INFO] [stdout] 656 + impl Ord for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/types.rs:664:20 [INFO] [stdout] | [INFO] [stdout] 664 | impl PartialEq for (dyn ModuleImportKey + '_) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 664 - impl PartialEq for (dyn ModuleImportKey + '_) { [INFO] [stdout] 664 + impl PartialEq for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/types.rs:670:13 [INFO] [stdout] | [INFO] [stdout] 670 | impl Eq for (dyn ModuleImportKey + '_) {} [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 670 - impl Eq for (dyn ModuleImportKey + '_) {} [INFO] [stdout] 670 + impl Eq for dyn ModuleImportKey + '_ {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `assert_send` is never used [INFO] [stdout] --> src/validator/core.rs:1058:8 [INFO] [stdout] | [INFO] [stdout] 1058 | 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:1062:8 [INFO] [stdout] | [INFO] [stdout] 1062 | 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:125:22 [INFO] [stdout] | [INFO] [stdout] 125 | pub fn new(data: &[u8]) -> BinaryReader { [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] 125 | pub fn new(data: &[u8]) -> 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:135:34 [INFO] [stdout] | [INFO] [stdout] 135 | pub fn new_with_offset(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] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 135 | pub fn new_with_offset(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:1552:20 [INFO] [stdout] | [INFO] [stdout] 1552 | 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] 1552 | 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:769:38 [INFO] [stdout] | [INFO] [stdout] 769 | 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] 769 | 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/readers/core/init.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn new(data: &[u8], offset: usize) -> ConstExpr { [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] 27 | pub fn new(data: &[u8], offset: usize) -> ConstExpr<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/validator.rs:393:18 [INFO] [stdout] | [INFO] [stdout] 393 | 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] 393 | 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/validator/types.rs:1708:19 [INFO] [stdout] | [INFO] [stdout] 1708 | pub fn as_ref(&self) -> TypesRef { [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] 1708 | pub fn as_ref(&self) -> TypesRef<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling plotters-svg v0.3.5 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling csv-core v0.1.11 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling plotters v0.3.5 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling serde_derive v1.0.198 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling csv v1.3.0 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.3.6 [INFO] [stderr] Compiling wasmparser-nostd v0.100.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/types.rs:643:15 [INFO] [stdout] | [INFO] [stdout] 643 | 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] 643 - impl Hash for (dyn ModuleImportKey + '_) { [INFO] [stdout] 643 + impl Hash for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/types.rs:650:21 [INFO] [stdout] | [INFO] [stdout] 650 | impl PartialOrd for (dyn ModuleImportKey + '_) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 650 - impl PartialOrd for (dyn ModuleImportKey + '_) { [INFO] [stdout] 650 + impl PartialOrd for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/types.rs:656:14 [INFO] [stdout] | [INFO] [stdout] 656 | impl Ord for (dyn ModuleImportKey + '_) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 656 - impl Ord for (dyn ModuleImportKey + '_) { [INFO] [stdout] 656 + impl Ord for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/types.rs:664:20 [INFO] [stdout] | [INFO] [stdout] 664 | impl PartialEq for (dyn ModuleImportKey + '_) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 664 - impl PartialEq for (dyn ModuleImportKey + '_) { [INFO] [stdout] 664 + impl PartialEq for dyn ModuleImportKey + '_ { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/validator/types.rs:670:13 [INFO] [stdout] | [INFO] [stdout] 670 | impl Eq for (dyn ModuleImportKey + '_) {} [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 670 - impl Eq for (dyn ModuleImportKey + '_) {} [INFO] [stdout] 670 + impl Eq for dyn ModuleImportKey + '_ {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wat` [INFO] [stdout] --> src/validator.rs:1360:21 [INFO] [stdout] | [INFO] [stdout] 1360 | let bytes = wat::parse_str( [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `wat` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `wat`, use `cargo add wat` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `wat` [INFO] [stdout] --> src/validator.rs:1459:21 [INFO] [stdout] | [INFO] [stdout] 1459 | let bytes = wat::parse_str( [INFO] [stdout] | ^^^ use of unresolved module or unlinked crate `wat` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `wat`, use `cargo add wat` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `wasmparser-nostd` (lib test) due to 2 previous errors; 5 warnings emitted [INFO] running `Command { std: "docker" "inspect" "4cd010874d18e586337f6165abc2d1ea02d29ffcc83d5a9107c2308555b86cfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4cd010874d18e586337f6165abc2d1ea02d29ffcc83d5a9107c2308555b86cfe", kill_on_drop: false }` [INFO] [stdout] 4cd010874d18e586337f6165abc2d1ea02d29ffcc83d5a9107c2308555b86cfe