[INFO] fetching crate orca-wasm 0.9.2...
[INFO] building orca-wasm-0.9.2 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate orca-wasm 0.9.2 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate orca-wasm 0.9.2
[INFO] finished tweaking crates.io crate orca-wasm 0.9.2
[INFO] tweaked toml for crates.io crate orca-wasm 0.9.2 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate orca-wasm 0.9.2 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate orca-wasm 0.9.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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wat v1.229.0
[INFO] [stderr]   Downloaded wasm-encoder v0.229.0
[INFO] [stderr]   Downloaded wasmprinter v0.227.1
[INFO] [stderr]   Downloaded wasmparser v0.227.1
[INFO] [stderr]   Downloaded wast v229.0.0
[INFO] [stderr]   Downloaded wasm-encoder v0.227.1
[INFO] [stderr]   Downloaded wasmparser v0.229.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 84c29abdd83a97f5b39ddb482b067a076ed50ce013e139305149317852d04350
[INFO] running `Command { std: "docker" "start" "-a" "84c29abdd83a97f5b39ddb482b067a076ed50ce013e139305149317852d04350", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "84c29abdd83a97f5b39ddb482b067a076ed50ce013e139305149317852d04350", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "84c29abdd83a97f5b39ddb482b067a076ed50ce013e139305149317852d04350", kill_on_drop: false }`
[INFO] [stdout] 84c29abdd83a97f5b39ddb482b067a076ed50ce013e139305149317852d04350
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4b6e4ddcdcdd7d8f7c8e28b02fe0cb3b2d3eeeb1690c6e26edd90d621caa956b
[INFO] running `Command { std: "docker" "start" "-a" "4b6e4ddcdcdd7d8f7c8e28b02fe0cb3b2d3eeeb1690c6e26edd90d621caa956b", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]    Compiling wasmparser v0.227.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling wasm-encoder v0.227.1
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling leb128fmt v0.1.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling tempfile v3.19.1
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling orca-wasm v0.9.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ir/function.rs:286:25
[INFO] [stdout]     |
[INFO] [stdout] 286 |     fn get_injected_val(&self, idx: usize) -> &Operator {
[INFO] [stdout]     |                         ^^^^^                 ^^^^^^^^^
[INFO] [stdout]     |                         |                     ||
[INFO] [stdout]     |                         |                     |the same lifetime is hidden here
[INFO] [stdout]     |                         |                     the same lifetime is elided here
[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] 286 |     fn get_injected_val(&self, idx: usize) -> &Operator<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ir/module/module_imports.rs:188:16
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub fn get(&self, id: ImportsID) -> &Import {
[INFO] [stdout]     |                ^^^^^                    ^^^^^^^
[INFO] [stdout]     |                |                        ||
[INFO] [stdout]     |                |                        |the same lifetime is hidden here
[INFO] [stdout]     |                |                        the same lifetime is elided here
[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] 188 |     pub fn get(&self, id: ImportsID) -> &Import<'_> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ir/types.rs:803:22
[INFO] [stdout]     |
[INFO] [stdout] 803 |     pub fn get_instr(&self, idx: usize) -> &Operator {
[INFO] [stdout]     |                      ^^^^^                 ^^^^^^^^^
[INFO] [stdout]     |                      |                     ||
[INFO] [stdout]     |                      |                     |the same lifetime is hidden here
[INFO] [stdout]     |                      |                     the same lifetime is elided here
[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] 803 |     pub fn get_instr(&self, idx: usize) -> &Operator<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ir/types.rs:1059:22
[INFO] [stdout]      |
[INFO] [stdout] 1059 |     pub fn get_instr(&self, idx: usize) -> &Operator {
[INFO] [stdout]      |                      ^^^^^                 ^^^^^^^^^
[INFO] [stdout]      |                      |                     ||
[INFO] [stdout]      |                      |                     |the same lifetime is hidden here
[INFO] [stdout]      |                      |                     the same lifetime is elided here
[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] 1059 |     pub fn get_instr(&self, idx: usize) -> &Operator<'_> {
[INFO] [stdout]      |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ir/types.rs:1128:19
[INFO] [stdout]      |
[INFO] [stdout] 1128 |     pub fn get_op(&self, idx: usize) -> &Operator {
[INFO] [stdout]      |                   ^^^^^                 ^^^^^^^^^
[INFO] [stdout]      |                   |                     ||
[INFO] [stdout]      |                   |                     |the same lifetime is hidden here
[INFO] [stdout]      |                   |                     the same lifetime is elided here
[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] 1128 |     pub fn get_op(&self, idx: usize) -> &Operator<'_> {
[INFO] [stdout]      |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ir/types.rs:1133:27
[INFO] [stdout]      |
[INFO] [stdout] 1133 |     pub fn get_instr_flag(&self, idx: usize) -> &InstrumentationFlag {
[INFO] [stdout]      |                           ^^^^^                 ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                           |                     ||
[INFO] [stdout]      |                           |                     |the same lifetime is hidden here
[INFO] [stdout]      |                           |                     the same lifetime is elided here
[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] 1133 |     pub fn get_instr_flag(&self, idx: usize) -> &InstrumentationFlag<'_> {
[INFO] [stdout]      |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ir/types.rs:1530:22
[INFO] [stdout]      |
[INFO] [stdout] 1530 |     pub fn get_by_id(&self, custom_section_id: CustomSectionID) -> &CustomSection {
[INFO] [stdout]      |                      ^^^^^                                         ^^^^^^^^^^^^^^
[INFO] [stdout]      |                      |                                             ||
[INFO] [stdout]      |                      |                                             |the same lifetime is hidden here
[INFO] [stdout]      |                      the lifetime is elided here                   the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1530 |     pub fn get_by_id(&self, custom_section_id: CustomSectionID) -> &CustomSection<'_> {
[INFO] [stdout]      |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iterator/component_iterator.rs:385:25
[INFO] [stdout]     |
[INFO] [stdout] 385 |     fn get_injected_val(&self, idx: usize) -> &Operator {
[INFO] [stdout]     |                         ^^^^^                 ^^^^^^^^^
[INFO] [stdout]     |                         |                     ||
[INFO] [stdout]     |                         |                     |the same lifetime is hidden here
[INFO] [stdout]     |                         |                     the same lifetime is elided here
[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] 385 |     fn get_injected_val(&self, idx: usize) -> &Operator<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iterator/component_iterator.rs:467:13
[INFO] [stdout]     |
[INFO] [stdout] 467 |     fn next(&mut self) -> Option<&Operator> {
[INFO] [stdout]     |             ^^^^^^^^^            ^^^^^^^^^
[INFO] [stdout]     |             |                    ||
[INFO] [stdout]     |             |                    |the same lifetime is hidden here
[INFO] [stdout]     |             |                    the same lifetime is elided here
[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] 467 |     fn next(&mut self) -> Option<&Operator<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iterator/component_iterator.rs:481:16
[INFO] [stdout]     |
[INFO] [stdout] 481 |     fn curr_op(&self) -> Option<&Operator> {
[INFO] [stdout]     |                ^^^^^            ^^^^^^^^^
[INFO] [stdout]     |                |                ||
[INFO] [stdout]     |                |                |the same lifetime is hidden here
[INFO] [stdout]     |                |                the same lifetime is elided here
[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] 481 |     fn curr_op(&self) -> Option<&Operator<'_>> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/iterator/iterator_trait.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn next(&mut self) -> Option<&Operator>;
[INFO] [stdout]    |             ^^^^^^^^^            ^^^^^^^^^
[INFO] [stdout]    |             |                    ||
[INFO] [stdout]    |             |                    |the same lifetime is hidden here
[INFO] [stdout]    |             |                    the same lifetime is elided here
[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] 16 |     fn next(&mut self) -> Option<&Operator<'_>>;
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/iterator/iterator_trait.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn curr_op(&self) -> Option<&Operator>;
[INFO] [stdout]    |                ^^^^^            ^^^^^^^^^
[INFO] [stdout]    |                |                ||
[INFO] [stdout]    |                |                |the same lifetime is hidden here
[INFO] [stdout]    |                |                the same lifetime is elided here
[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] 23 |     fn curr_op(&self) -> Option<&Operator<'_>>;
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iterator/module_iterator.rs:289:25
[INFO] [stdout]     |
[INFO] [stdout] 289 |     fn get_injected_val(&self, idx: usize) -> &Operator {
[INFO] [stdout]     |                         ^^^^^                 ^^^^^^^^^
[INFO] [stdout]     |                         |                     ||
[INFO] [stdout]     |                         |                     |the same lifetime is hidden here
[INFO] [stdout]     |                         |                     the same lifetime is elided here
[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] 289 |     fn get_injected_val(&self, idx: usize) -> &Operator<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iterator/module_iterator.rs:337:13
[INFO] [stdout]     |
[INFO] [stdout] 337 |     fn next(&mut self) -> Option<&Operator> {
[INFO] [stdout]     |             ^^^^^^^^^            ^^^^^^^^^
[INFO] [stdout]     |             |                    ||
[INFO] [stdout]     |             |                    |the same lifetime is hidden here
[INFO] [stdout]     |             |                    the same lifetime is elided here
[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] 337 |     fn next(&mut self) -> Option<&Operator<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/opcode.rs:100:25
[INFO] [stdout]     |
[INFO] [stdout] 100 |     fn get_injected_val(&self, idx: usize) -> &Operator;
[INFO] [stdout]     |                         ^^^^^                 ^^^^^^^^^
[INFO] [stdout]     |                         |                     ||
[INFO] [stdout]     |                         |                     |the same lifetime is hidden here
[INFO] [stdout]     |                         |                     the same lifetime is elided here
[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] 100 |     fn get_injected_val(&self, idx: usize) -> &Operator<'_>;
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.16s
[INFO] running `Command { std: "docker" "inspect" "4b6e4ddcdcdd7d8f7c8e28b02fe0cb3b2d3eeeb1690c6e26edd90d621caa956b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b6e4ddcdcdd7d8f7c8e28b02fe0cb3b2d3eeeb1690c6e26edd90d621caa956b", kill_on_drop: false }`
[INFO] [stdout] 4b6e4ddcdcdd7d8f7c8e28b02fe0cb3b2d3eeeb1690c6e26edd90d621caa956b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] aa15e02c8efdbd93c74fbc8acaf9f7f11dada1acbd03a9f15f870f18251c30bd
[INFO] running `Command { std: "docker" "start" "-a" "aa15e02c8efdbd93c74fbc8acaf9f7f11dada1acbd03a9f15f870f18251c30bd", kill_on_drop: false }`
[INFO] [stderr]    Compiling wasm-encoder v0.229.0
[INFO] [stderr]    Compiling bumpalo v3.17.0
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling wasmprinter v0.227.1
[INFO] [stderr]    Compiling orca-wasm v0.9.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling wast v229.0.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ir/function.rs:286:25
[INFO] [stdout]     |
[INFO] [stdout] 286 |     fn get_injected_val(&self, idx: usize) -> &Operator {
[INFO] [stdout]     |                         ^^^^^                 ^^^^^^^^^
[INFO] [stdout]     |                         |                     ||
[INFO] [stdout]     |                         |                     |the same lifetime is hidden here
[INFO] [stdout]     |                         |                     the same lifetime is elided here
[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] 286 |     fn get_injected_val(&self, idx: usize) -> &Operator<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ir/module/module_imports.rs:188:16
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub fn get(&self, id: ImportsID) -> &Import {
[INFO] [stdout]     |                ^^^^^                    ^^^^^^^
[INFO] [stdout]     |                |                        ||
[INFO] [stdout]     |                |                        |the same lifetime is hidden here
[INFO] [stdout]     |                |                        the same lifetime is elided here
[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] 188 |     pub fn get(&self, id: ImportsID) -> &Import<'_> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ir/types.rs:803:22
[INFO] [stdout]     |
[INFO] [stdout] 803 |     pub fn get_instr(&self, idx: usize) -> &Operator {
[INFO] [stdout]     |                      ^^^^^                 ^^^^^^^^^
[INFO] [stdout]     |                      |                     ||
[INFO] [stdout]     |                      |                     |the same lifetime is hidden here
[INFO] [stdout]     |                      |                     the same lifetime is elided here
[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] 803 |     pub fn get_instr(&self, idx: usize) -> &Operator<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ir/types.rs:1059:22
[INFO] [stdout]      |
[INFO] [stdout] 1059 |     pub fn get_instr(&self, idx: usize) -> &Operator {
[INFO] [stdout]      |                      ^^^^^                 ^^^^^^^^^
[INFO] [stdout]      |                      |                     ||
[INFO] [stdout]      |                      |                     |the same lifetime is hidden here
[INFO] [stdout]      |                      |                     the same lifetime is elided here
[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] 1059 |     pub fn get_instr(&self, idx: usize) -> &Operator<'_> {
[INFO] [stdout]      |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ir/types.rs:1128:19
[INFO] [stdout]      |
[INFO] [stdout] 1128 |     pub fn get_op(&self, idx: usize) -> &Operator {
[INFO] [stdout]      |                   ^^^^^                 ^^^^^^^^^
[INFO] [stdout]      |                   |                     ||
[INFO] [stdout]      |                   |                     |the same lifetime is hidden here
[INFO] [stdout]      |                   |                     the same lifetime is elided here
[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] 1128 |     pub fn get_op(&self, idx: usize) -> &Operator<'_> {
[INFO] [stdout]      |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ir/types.rs:1133:27
[INFO] [stdout]      |
[INFO] [stdout] 1133 |     pub fn get_instr_flag(&self, idx: usize) -> &InstrumentationFlag {
[INFO] [stdout]      |                           ^^^^^                 ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                           |                     ||
[INFO] [stdout]      |                           |                     |the same lifetime is hidden here
[INFO] [stdout]      |                           |                     the same lifetime is elided here
[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] 1133 |     pub fn get_instr_flag(&self, idx: usize) -> &InstrumentationFlag<'_> {
[INFO] [stdout]      |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ir/types.rs:1530:22
[INFO] [stdout]      |
[INFO] [stdout] 1530 |     pub fn get_by_id(&self, custom_section_id: CustomSectionID) -> &CustomSection {
[INFO] [stdout]      |                      ^^^^^                                         ^^^^^^^^^^^^^^
[INFO] [stdout]      |                      |                                             ||
[INFO] [stdout]      |                      |                                             |the same lifetime is hidden here
[INFO] [stdout]      |                      the lifetime is elided here                   the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1530 |     pub fn get_by_id(&self, custom_section_id: CustomSectionID) -> &CustomSection<'_> {
[INFO] [stdout]      |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iterator/component_iterator.rs:385:25
[INFO] [stdout]     |
[INFO] [stdout] 385 |     fn get_injected_val(&self, idx: usize) -> &Operator {
[INFO] [stdout]     |                         ^^^^^                 ^^^^^^^^^
[INFO] [stdout]     |                         |                     ||
[INFO] [stdout]     |                         |                     |the same lifetime is hidden here
[INFO] [stdout]     |                         |                     the same lifetime is elided here
[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] 385 |     fn get_injected_val(&self, idx: usize) -> &Operator<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iterator/component_iterator.rs:467:13
[INFO] [stdout]     |
[INFO] [stdout] 467 |     fn next(&mut self) -> Option<&Operator> {
[INFO] [stdout]     |             ^^^^^^^^^            ^^^^^^^^^
[INFO] [stdout]     |             |                    ||
[INFO] [stdout]     |             |                    |the same lifetime is hidden here
[INFO] [stdout]     |             |                    the same lifetime is elided here
[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] 467 |     fn next(&mut self) -> Option<&Operator<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iterator/component_iterator.rs:481:16
[INFO] [stdout]     |
[INFO] [stdout] 481 |     fn curr_op(&self) -> Option<&Operator> {
[INFO] [stdout]     |                ^^^^^            ^^^^^^^^^
[INFO] [stdout]     |                |                ||
[INFO] [stdout]     |                |                |the same lifetime is hidden here
[INFO] [stdout]     |                |                the same lifetime is elided here
[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] 481 |     fn curr_op(&self) -> Option<&Operator<'_>> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/iterator/iterator_trait.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn next(&mut self) -> Option<&Operator>;
[INFO] [stdout]    |             ^^^^^^^^^            ^^^^^^^^^
[INFO] [stdout]    |             |                    ||
[INFO] [stdout]    |             |                    |the same lifetime is hidden here
[INFO] [stdout]    |             |                    the same lifetime is elided here
[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] 16 |     fn next(&mut self) -> Option<&Operator<'_>>;
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/iterator/iterator_trait.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn curr_op(&self) -> Option<&Operator>;
[INFO] [stdout]    |                ^^^^^            ^^^^^^^^^
[INFO] [stdout]    |                |                ||
[INFO] [stdout]    |                |                |the same lifetime is hidden here
[INFO] [stdout]    |                |                the same lifetime is elided here
[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] 23 |     fn curr_op(&self) -> Option<&Operator<'_>>;
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iterator/module_iterator.rs:289:25
[INFO] [stdout]     |
[INFO] [stdout] 289 |     fn get_injected_val(&self, idx: usize) -> &Operator {
[INFO] [stdout]     |                         ^^^^^                 ^^^^^^^^^
[INFO] [stdout]     |                         |                     ||
[INFO] [stdout]     |                         |                     |the same lifetime is hidden here
[INFO] [stdout]     |                         |                     the same lifetime is elided here
[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] 289 |     fn get_injected_val(&self, idx: usize) -> &Operator<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iterator/module_iterator.rs:337:13
[INFO] [stdout]     |
[INFO] [stdout] 337 |     fn next(&mut self) -> Option<&Operator> {
[INFO] [stdout]     |             ^^^^^^^^^            ^^^^^^^^^
[INFO] [stdout]     |             |                    ||
[INFO] [stdout]     |             |                    |the same lifetime is hidden here
[INFO] [stdout]     |             |                    the same lifetime is elided here
[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] 337 |     fn next(&mut self) -> Option<&Operator<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/opcode.rs:100:25
[INFO] [stdout]     |
[INFO] [stdout] 100 |     fn get_injected_val(&self, idx: usize) -> &Operator;
[INFO] [stdout]     |                         ^^^^^                 ^^^^^^^^^
[INFO] [stdout]     |                         |                     ||
[INFO] [stdout]     |                         |                     |the same lifetime is hidden here
[INFO] [stdout]     |                         |                     the same lifetime is elided here
[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] 100 |     fn get_injected_val(&self, idx: usize) -> &Operator<'_>;
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling wat v1.229.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ir/function.rs:286:25
[INFO] [stdout]     |
[INFO] [stdout] 286 |     fn get_injected_val(&self, idx: usize) -> &Operator {
[INFO] [stdout]     |                         ^^^^^                 ^^^^^^^^^
[INFO] [stdout]     |                         |                     ||
[INFO] [stdout]     |                         |                     |the same lifetime is hidden here
[INFO] [stdout]     |                         |                     the same lifetime is elided here
[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] 286 |     fn get_injected_val(&self, idx: usize) -> &Operator<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ir/module/module_imports.rs:188:16
[INFO] [stdout]     |
[INFO] [stdout] 188 |     pub fn get(&self, id: ImportsID) -> &Import {
[INFO] [stdout]     |                ^^^^^                    ^^^^^^^
[INFO] [stdout]     |                |                        ||
[INFO] [stdout]     |                |                        |the same lifetime is hidden here
[INFO] [stdout]     |                |                        the same lifetime is elided here
[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] 188 |     pub fn get(&self, id: ImportsID) -> &Import<'_> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ir/types.rs:803:22
[INFO] [stdout]     |
[INFO] [stdout] 803 |     pub fn get_instr(&self, idx: usize) -> &Operator {
[INFO] [stdout]     |                      ^^^^^                 ^^^^^^^^^
[INFO] [stdout]     |                      |                     ||
[INFO] [stdout]     |                      |                     |the same lifetime is hidden here
[INFO] [stdout]     |                      |                     the same lifetime is elided here
[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] 803 |     pub fn get_instr(&self, idx: usize) -> &Operator<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ir/types.rs:1059:22
[INFO] [stdout]      |
[INFO] [stdout] 1059 |     pub fn get_instr(&self, idx: usize) -> &Operator {
[INFO] [stdout]      |                      ^^^^^                 ^^^^^^^^^
[INFO] [stdout]      |                      |                     ||
[INFO] [stdout]      |                      |                     |the same lifetime is hidden here
[INFO] [stdout]      |                      |                     the same lifetime is elided here
[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] 1059 |     pub fn get_instr(&self, idx: usize) -> &Operator<'_> {
[INFO] [stdout]      |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ir/types.rs:1128:19
[INFO] [stdout]      |
[INFO] [stdout] 1128 |     pub fn get_op(&self, idx: usize) -> &Operator {
[INFO] [stdout]      |                   ^^^^^                 ^^^^^^^^^
[INFO] [stdout]      |                   |                     ||
[INFO] [stdout]      |                   |                     |the same lifetime is hidden here
[INFO] [stdout]      |                   |                     the same lifetime is elided here
[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] 1128 |     pub fn get_op(&self, idx: usize) -> &Operator<'_> {
[INFO] [stdout]      |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ir/types.rs:1133:27
[INFO] [stdout]      |
[INFO] [stdout] 1133 |     pub fn get_instr_flag(&self, idx: usize) -> &InstrumentationFlag {
[INFO] [stdout]      |                           ^^^^^                 ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                           |                     ||
[INFO] [stdout]      |                           |                     |the same lifetime is hidden here
[INFO] [stdout]      |                           |                     the same lifetime is elided here
[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] 1133 |     pub fn get_instr_flag(&self, idx: usize) -> &InstrumentationFlag<'_> {
[INFO] [stdout]      |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/ir/types.rs:1530:22
[INFO] [stdout]      |
[INFO] [stdout] 1530 |     pub fn get_by_id(&self, custom_section_id: CustomSectionID) -> &CustomSection {
[INFO] [stdout]      |                      ^^^^^                                         ^^^^^^^^^^^^^^
[INFO] [stdout]      |                      |                                             ||
[INFO] [stdout]      |                      |                                             |the same lifetime is hidden here
[INFO] [stdout]      |                      the lifetime is elided here                   the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1530 |     pub fn get_by_id(&self, custom_section_id: CustomSectionID) -> &CustomSection<'_> {
[INFO] [stdout]      |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iterator/component_iterator.rs:385:25
[INFO] [stdout]     |
[INFO] [stdout] 385 |     fn get_injected_val(&self, idx: usize) -> &Operator {
[INFO] [stdout]     |                         ^^^^^                 ^^^^^^^^^
[INFO] [stdout]     |                         |                     ||
[INFO] [stdout]     |                         |                     |the same lifetime is hidden here
[INFO] [stdout]     |                         |                     the same lifetime is elided here
[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] 385 |     fn get_injected_val(&self, idx: usize) -> &Operator<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iterator/component_iterator.rs:467:13
[INFO] [stdout]     |
[INFO] [stdout] 467 |     fn next(&mut self) -> Option<&Operator> {
[INFO] [stdout]     |             ^^^^^^^^^            ^^^^^^^^^
[INFO] [stdout]     |             |                    ||
[INFO] [stdout]     |             |                    |the same lifetime is hidden here
[INFO] [stdout]     |             |                    the same lifetime is elided here
[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] 467 |     fn next(&mut self) -> Option<&Operator<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iterator/component_iterator.rs:481:16
[INFO] [stdout]     |
[INFO] [stdout] 481 |     fn curr_op(&self) -> Option<&Operator> {
[INFO] [stdout]     |                ^^^^^            ^^^^^^^^^
[INFO] [stdout]     |                |                ||
[INFO] [stdout]     |                |                |the same lifetime is hidden here
[INFO] [stdout]     |                |                the same lifetime is elided here
[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] 481 |     fn curr_op(&self) -> Option<&Operator<'_>> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/iterator/iterator_trait.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 |     fn next(&mut self) -> Option<&Operator>;
[INFO] [stdout]    |             ^^^^^^^^^            ^^^^^^^^^
[INFO] [stdout]    |             |                    ||
[INFO] [stdout]    |             |                    |the same lifetime is hidden here
[INFO] [stdout]    |             |                    the same lifetime is elided here
[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] 16 |     fn next(&mut self) -> Option<&Operator<'_>>;
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/iterator/iterator_trait.rs:23:16
[INFO] [stdout]    |
[INFO] [stdout] 23 |     fn curr_op(&self) -> Option<&Operator>;
[INFO] [stdout]    |                ^^^^^            ^^^^^^^^^
[INFO] [stdout]    |                |                ||
[INFO] [stdout]    |                |                |the same lifetime is hidden here
[INFO] [stdout]    |                |                the same lifetime is elided here
[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] 23 |     fn curr_op(&self) -> Option<&Operator<'_>>;
[INFO] [stdout]    |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iterator/module_iterator.rs:289:25
[INFO] [stdout]     |
[INFO] [stdout] 289 |     fn get_injected_val(&self, idx: usize) -> &Operator {
[INFO] [stdout]     |                         ^^^^^                 ^^^^^^^^^
[INFO] [stdout]     |                         |                     ||
[INFO] [stdout]     |                         |                     |the same lifetime is hidden here
[INFO] [stdout]     |                         |                     the same lifetime is elided here
[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] 289 |     fn get_injected_val(&self, idx: usize) -> &Operator<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/iterator/module_iterator.rs:337:13
[INFO] [stdout]     |
[INFO] [stdout] 337 |     fn next(&mut self) -> Option<&Operator> {
[INFO] [stdout]     |             ^^^^^^^^^            ^^^^^^^^^
[INFO] [stdout]     |             |                    ||
[INFO] [stdout]     |             |                    |the same lifetime is hidden here
[INFO] [stdout]     |             |                    the same lifetime is elided here
[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] 337 |     fn next(&mut self) -> Option<&Operator<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/opcode.rs:100:25
[INFO] [stdout]     |
[INFO] [stdout] 100 |     fn get_injected_val(&self, idx: usize) -> &Operator;
[INFO] [stdout]     |                         ^^^^^                 ^^^^^^^^^
[INFO] [stdout]     |                         |                     ||
[INFO] [stdout]     |                         |                     |the same lifetime is hidden here
[INFO] [stdout]     |                         |                     the same lifetime is elided here
[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] 100 |     fn get_injected_val(&self, idx: usize) -> &Operator<'_>;
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 19.23s
[INFO] running `Command { std: "docker" "inspect" "aa15e02c8efdbd93c74fbc8acaf9f7f11dada1acbd03a9f15f870f18251c30bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa15e02c8efdbd93c74fbc8acaf9f7f11dada1acbd03a9f15f870f18251c30bd", kill_on_drop: false }`
[INFO] [stdout] aa15e02c8efdbd93c74fbc8acaf9f7f11dada1acbd03a9f15f870f18251c30bd
