[INFO] fetching crate orca-wasm 0.9.2...
[INFO] building orca-wasm-0.9.2 against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] extracting crate orca-wasm 0.9.2 into /workspace/builds/worker-0-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-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate orca-wasm 0.9.2 on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "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 getrandom v0.3.2
[INFO] [stderr]   Downloaded wasmparser v0.229.0
[INFO] [stderr]   Downloaded tempfile v3.19.1
[INFO] [stderr]   Downloaded foldhash v0.1.5
[INFO] [stderr]   Downloaded leb128fmt v0.1.0
[INFO] [stderr]   Downloaded fallible-iterator v0.3.0
[INFO] [stderr]   Downloaded wasmprinter v0.227.1
[INFO] [stderr]   Downloaded wasm-encoder v0.227.1
[INFO] [stderr]   Downloaded wasm-encoder v0.229.0
[INFO] [stderr]   Downloaded wast v229.0.0
[INFO] [stderr]   Downloaded unicode-width v0.2.0
[INFO] [stderr]   Downloaded wasmparser v0.227.1
[INFO] [stderr]   Downloaded rustix v1.0.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 036286b59fdd3541c400642d85ba30bdc1f7066a17607cb195c94a7d93adc432
[INFO] running `Command { std: "docker" "start" "-a" "036286b59fdd3541c400642d85ba30bdc1f7066a17607cb195c94a7d93adc432", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "036286b59fdd3541c400642d85ba30bdc1f7066a17607cb195c94a7d93adc432", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "036286b59fdd3541c400642d85ba30bdc1f7066a17607cb195c94a7d93adc432", kill_on_drop: false }`
[INFO] [stdout] 036286b59fdd3541c400642d85ba30bdc1f7066a17607cb195c94a7d93adc432
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7ff00f7d9137c8ce8266ef8544950c207e8f4ae7d5dec7af43d82333f81c23dc
[INFO] running `Command { std: "docker" "start" "-a" "7ff00f7d9137c8ce8266ef8544950c207e8f4ae7d5dec7af43d82333f81c23dc", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling bitflags v2.9.0
[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 linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling wasm-encoder v0.227.1
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling leb128fmt v0.1.0
[INFO] [stderr]    Compiling log v0.4.27
[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 20.55s
[INFO] running `Command { std: "docker" "inspect" "7ff00f7d9137c8ce8266ef8544950c207e8f4ae7d5dec7af43d82333f81c23dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ff00f7d9137c8ce8266ef8544950c207e8f4ae7d5dec7af43d82333f81c23dc", kill_on_drop: false }`
[INFO] [stdout] 7ff00f7d9137c8ce8266ef8544950c207e8f4ae7d5dec7af43d82333f81c23dc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f9755349e39d6e73207902412b76ff65e1b3ea731894b4f5fa3580a91f3310db
[INFO] running `Command { std: "docker" "start" "-a" "f9755349e39d6e73207902412b76ff65e1b3ea731894b4f5fa3580a91f3310db", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling wasm-encoder v0.229.0
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling bumpalo v3.17.0
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling wasmprinter v0.227.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling wast v229.0.0
[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]    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 8.69s
[INFO] running `Command { std: "docker" "inspect" "f9755349e39d6e73207902412b76ff65e1b3ea731894b4f5fa3580a91f3310db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9755349e39d6e73207902412b76ff65e1b3ea731894b4f5fa3580a91f3310db", kill_on_drop: false }`
[INFO] [stdout] f9755349e39d6e73207902412b76ff65e1b3ea731894b4f5fa3580a91f3310db
