[INFO] fetching crate sonatina-ir 0.0.3-alpha... [INFO] testing sonatina-ir-0.0.3-alpha against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate sonatina-ir 0.0.3-alpha into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate sonatina-ir 0.0.3-alpha [INFO] finished tweaking crates.io crate sonatina-ir 0.0.3-alpha [INFO] tweaked toml for crates.io crate sonatina-ir 0.0.3-alpha written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate sonatina-ir 0.0.3-alpha on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 21 packages to latest compatible versions [INFO] [stderr] Adding cranelift-entity v0.89.2 (available: v0.124.1) [INFO] [stderr] Adding indexmap v1.9.3 (available: v2.11.4) [INFO] [stderr] Adding primitive-types v0.12.2 (available: v0.14.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 54e7e653c87a8885bddca67b3fe39363b8a269ede65542af380130b58c66f47e [INFO] running `Command { std: "docker" "start" "-a" "54e7e653c87a8885bddca67b3fe39363b8a269ede65542af380130b58c66f47e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "54e7e653c87a8885bddca67b3fe39363b8a269ede65542af380130b58c66f47e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54e7e653c87a8885bddca67b3fe39363b8a269ede65542af380130b58c66f47e", kill_on_drop: false }` [INFO] [stdout] 54e7e653c87a8885bddca67b3fe39363b8a269ede65542af380130b58c66f47e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f76cfd9ed8bbbbb795c83e6904bdb5d9d49aaedaae24816775685afccccaff0a [INFO] running `Command { std: "docker" "start" "-a" "f76cfd9ed8bbbbb795c83e6904bdb5d9d49aaedaae24816775685afccccaff0a", kill_on_drop: false }` [INFO] [stderr] Compiling crunchy v0.2.4 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling fixed-hash v0.8.0 [INFO] [stderr] Compiling dyn-clone v1.0.20 [INFO] [stderr] Compiling cranelift-entity v0.89.2 [INFO] [stderr] Compiling sonatina-triple v0.0.3-alpha [INFO] [stderr] Compiling uint v0.9.5 [INFO] [stderr] Compiling primitive-types v0.12.2 [INFO] [stderr] Compiling sonatina-ir v0.0.3-alpha (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/builder/func_builder.rs:334:15 [INFO] [stdout] | [INFO] [stdout] 334 | fn cursor(&mut self) -> InsnInserter { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 334 | fn cursor(&mut self) -> InsnInserter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/builder/module_builder.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn func_builder(&mut self, func: FuncRef) -> FunctionBuilder { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 63 | pub fn func_builder(&mut self, func: FuncRef) -> FunctionBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/builder/mod.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn func_builder(&mut self, args: &[Type], ret_ty: Type) -> FunctionBuilder { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn func_builder(&mut self, args: &[Type], ret_ty: Type) -> FunctionBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dfg.rs:260:27 [INFO] [stdout] | [INFO] [stdout] 260 | pub fn analyze_branch(&self, insn: Insn) -> BranchInfo { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 260 | pub fn analyze_branch(&self, insn: Insn) -> BranchInfo<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/insn.rs:147:27 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn analyze_branch(&self) -> BranchInfo { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 147 | pub fn analyze_branch(&self) -> BranchInfo<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s [INFO] running `Command { std: "docker" "inspect" "f76cfd9ed8bbbbb795c83e6904bdb5d9d49aaedaae24816775685afccccaff0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f76cfd9ed8bbbbb795c83e6904bdb5d9d49aaedaae24816775685afccccaff0a", kill_on_drop: false }` [INFO] [stdout] f76cfd9ed8bbbbb795c83e6904bdb5d9d49aaedaae24816775685afccccaff0a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b4712fe68ed872efb7e7777e9ba31bb08005c8746b996c080b9a9d1b619800a3 [INFO] running `Command { std: "docker" "start" "-a" "b4712fe68ed872efb7e7777e9ba31bb08005c8746b996c080b9a9d1b619800a3", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/builder/func_builder.rs:334:15 [INFO] [stdout] | [INFO] [stdout] 334 | fn cursor(&mut self) -> InsnInserter { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 334 | fn cursor(&mut self) -> InsnInserter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/builder/module_builder.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn func_builder(&mut self, func: FuncRef) -> FunctionBuilder { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 63 | pub fn func_builder(&mut self, func: FuncRef) -> FunctionBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/builder/mod.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn func_builder(&mut self, args: &[Type], ret_ty: Type) -> FunctionBuilder { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn func_builder(&mut self, args: &[Type], ret_ty: Type) -> FunctionBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dfg.rs:260:27 [INFO] [stdout] | [INFO] [stdout] 260 | pub fn analyze_branch(&self, insn: Insn) -> BranchInfo { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 260 | pub fn analyze_branch(&self, insn: Insn) -> BranchInfo<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/insn.rs:147:27 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn analyze_branch(&self) -> BranchInfo { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 147 | pub fn analyze_branch(&self) -> BranchInfo<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling sonatina-ir v0.0.3-alpha (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/builder/func_builder.rs:334:15 [INFO] [stdout] | [INFO] [stdout] 334 | fn cursor(&mut self) -> InsnInserter { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 334 | fn cursor(&mut self) -> InsnInserter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/builder/module_builder.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn func_builder(&mut self, func: FuncRef) -> FunctionBuilder { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 63 | pub fn func_builder(&mut self, func: FuncRef) -> FunctionBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/builder/mod.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn func_builder(&mut self, args: &[Type], ret_ty: Type) -> FunctionBuilder { [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn func_builder(&mut self, args: &[Type], ret_ty: Type) -> FunctionBuilder<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/dfg.rs:260:27 [INFO] [stdout] | [INFO] [stdout] 260 | pub fn analyze_branch(&self, insn: Insn) -> BranchInfo { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 260 | pub fn analyze_branch(&self, insn: Insn) -> BranchInfo<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/insn.rs:147:27 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn analyze_branch(&self) -> BranchInfo { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 147 | pub fn analyze_branch(&self) -> BranchInfo<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.33s [INFO] running `Command { std: "docker" "inspect" "b4712fe68ed872efb7e7777e9ba31bb08005c8746b996c080b9a9d1b619800a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4712fe68ed872efb7e7777e9ba31bb08005c8746b996c080b9a9d1b619800a3", kill_on_drop: false }` [INFO] [stdout] b4712fe68ed872efb7e7777e9ba31bb08005c8746b996c080b9a9d1b619800a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5885300a8251085ab61f4b34853320f351958b5bdd915bba046624975e8cf89a [INFO] running `Command { std: "docker" "start" "-a" "5885300a8251085ab61f4b34853320f351958b5bdd915bba046624975e8cf89a", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/builder/func_builder.rs:334:15 [INFO] [stderr] | [INFO] [stderr] 334 | fn cursor(&mut self) -> InsnInserter { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 334 | fn cursor(&mut self) -> InsnInserter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/builder/module_builder.rs:63:25 [INFO] [stderr] | [INFO] [stderr] 63 | pub fn func_builder(&mut self, func: FuncRef) -> FunctionBuilder { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 63 | pub fn func_builder(&mut self, func: FuncRef) -> FunctionBuilder<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/builder/mod.rs:37:29 [INFO] [stderr] | [INFO] [stderr] 37 | pub fn func_builder(&mut self, args: &[Type], ret_ty: Type) -> FunctionBuilder { [INFO] [stderr] | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 37 | pub fn func_builder(&mut self, args: &[Type], ret_ty: Type) -> FunctionBuilder<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/dfg.rs:260:27 [INFO] [stderr] | [INFO] [stderr] 260 | pub fn analyze_branch(&self, insn: Insn) -> BranchInfo { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 260 | pub fn analyze_branch(&self, insn: Insn) -> BranchInfo<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/insn.rs:147:27 [INFO] [stderr] | [INFO] [stderr] 147 | pub fn analyze_branch(&self) -> BranchInfo { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 147 | pub fn analyze_branch(&self) -> BranchInfo<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `sonatina-ir` (lib) generated 5 warnings (run `cargo fix --lib -p sonatina-ir` to apply 5 suggestions) [INFO] [stderr] warning: `sonatina-ir` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sonatina_ir-187e7e7601707ffc) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test builder::func_builder::tests::entry_block_with_args ... ok [INFO] [stderr] Doc-tests sonatina_ir [INFO] [stdout] test builder::func_builder::tests::entry_block_with_return ... ok [INFO] [stdout] test builder::func_builder::tests::then_else_merge_block ... ok [INFO] [stdout] test builder::ssa::tests::br_table ... ok [INFO] [stdout] test builder::ssa::tests::use_var_global_loop ... ok [INFO] [stdout] test builder::func_builder::tests::entry_block ... ok [INFO] [stdout] test builder::ssa::tests::use_var_global_complex ... ok [INFO] [stdout] test builder::ssa::tests::use_var_global_complex_seal_all ... ok [INFO] [stdout] test builder::ssa::tests::use_var_global_many_preds ... ok [INFO] [stdout] test layout::tests::test_block_insertion ... ok [INFO] [stdout] test layout::tests::test_block_removal ... ok [INFO] [stdout] test layout::tests::test_insn_insertion ... ok [INFO] [stdout] test layout::tests::test_insn_removal ... ok [INFO] [stdout] test builder::ssa::tests::use_var_global_if ... ok [INFO] [stdout] test builder::ssa::tests::use_var_local ... ok [INFO] [stdout] test builder::ssa::tests::undef_use - should panic ... ok [INFO] [stdout] test builder::ssa::tests::unreachable_use - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "5885300a8251085ab61f4b34853320f351958b5bdd915bba046624975e8cf89a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5885300a8251085ab61f4b34853320f351958b5bdd915bba046624975e8cf89a", kill_on_drop: false }` [INFO] [stdout] 5885300a8251085ab61f4b34853320f351958b5bdd915bba046624975e8cf89a