[INFO] fetching crate wasmparser-nostd 0.100.2... [INFO] testing wasmparser-nostd-0.100.2 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate wasmparser-nostd 0.100.2 into /workspace/builds/worker-6-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate wasmparser-nostd 0.100.2 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 836fdfa918293d03a4048c2645cdd683b64894362216f5c447866658e1318103 [INFO] running `Command { std: "docker" "start" "-a" "836fdfa918293d03a4048c2645cdd683b64894362216f5c447866658e1318103", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "836fdfa918293d03a4048c2645cdd683b64894362216f5c447866658e1318103", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "836fdfa918293d03a4048c2645cdd683b64894362216f5c447866658e1318103", kill_on_drop: false }` [INFO] [stdout] 836fdfa918293d03a4048c2645cdd683b64894362216f5c447866658e1318103 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 897ce4ddc209ce37136725c5ef381fa21b77d210f8b3665f0c0d43fffdfc5868 [INFO] running `Command { std: "docker" "start" "-a" "897ce4ddc209ce37136725c5ef381fa21b77d210f8b3665f0c0d43fffdfc5868", 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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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 4.61s [INFO] running `Command { std: "docker" "inspect" "897ce4ddc209ce37136725c5ef381fa21b77d210f8b3665f0c0d43fffdfc5868", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "897ce4ddc209ce37136725c5ef381fa21b77d210f8b3665f0c0d43fffdfc5868", kill_on_drop: false }` [INFO] [stdout] 897ce4ddc209ce37136725c5ef381fa21b77d210f8b3665f0c0d43fffdfc5868 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 11f704064024af95a30cfe1cc83d57681ed00eaf315413e57b2eafeb0d004ec2 [INFO] running `Command { std: "docker" "start" "-a" "11f704064024af95a30cfe1cc83d57681ed00eaf315413e57b2eafeb0d004ec2", 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 autocfg v1.2.0 [INFO] [stderr] Compiling serde_json v1.0.116 [INFO] [stderr] Compiling either v1.11.0 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling plotters-backend v0.3.5 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling plotters-svg v0.3.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling csv-core v0.1.11 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Compiling anyhow v1.0.82 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling plotters v0.3.5 [INFO] [stderr] Compiling atty v0.2.14 [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] [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)]` (part of `#[warn(unused)]`) 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)]` (part of `#[warn(unused)]`) 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 serde_derive v1.0.198 [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)]` (part of `#[warn(unused)]`) 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" "11f704064024af95a30cfe1cc83d57681ed00eaf315413e57b2eafeb0d004ec2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11f704064024af95a30cfe1cc83d57681ed00eaf315413e57b2eafeb0d004ec2", kill_on_drop: false }` [INFO] [stdout] 11f704064024af95a30cfe1cc83d57681ed00eaf315413e57b2eafeb0d004ec2