[INFO] fetching crate pkmn-savedata 0.2.0...
[INFO] building pkmn-savedata-0.2.0 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate pkmn-savedata 0.2.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate pkmn-savedata 0.2.0
[INFO] finished tweaking crates.io crate pkmn-savedata 0.2.0
[INFO] tweaked toml for crates.io crate pkmn-savedata 0.2.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate pkmn-savedata 0.2.0 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 pkmn-savedata 0.2.0 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 serde_derive v1.0.215
[INFO] [stderr]   Downloaded clap_lex v0.7.3
[INFO] [stderr]   Downloaded no_std_io2 v0.8.1
[INFO] [stderr]   Downloaded pkmn-strings v0.1.0
[INFO] [stderr]   Downloaded pkmn-core-types v0.1.0
[INFO] [stderr]   Downloaded clap v4.5.21
[INFO] [stderr]   Downloaded serde_json v1.0.133
[INFO] [stderr]   Downloaded serde v1.0.215
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.10
[INFO] [stderr]   Downloaded zerocopy v0.8.10
[INFO] [stderr]   Downloaded clap_builder v4.5.21
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 44e672f604c5f47754ca2fb0f9145b7e4ca8c71292d419ac75fc5b0334e9b7a6
[INFO] running `Command { std: "docker" "start" "-a" "44e672f604c5f47754ca2fb0f9145b7e4ca8c71292d419ac75fc5b0334e9b7a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "44e672f604c5f47754ca2fb0f9145b7e4ca8c71292d419ac75fc5b0334e9b7a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44e672f604c5f47754ca2fb0f9145b7e4ca8c71292d419ac75fc5b0334e9b7a6", kill_on_drop: false }`
[INFO] [stdout] 44e672f604c5f47754ca2fb0f9145b7e4ca8c71292d419ac75fc5b0334e9b7a6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 88407401a0c6a106134228258c68e99e1a08d5cab4d493a5da246e74dd06d108
[INFO] running `Command { std: "docker" "start" "-a" "88407401a0c6a106134228258c68e99e1a08d5cab4d493a5da246e74dd06d108", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling zerocopy v0.8.10
[INFO] [stderr]    Compiling zerocopy-derive v0.8.10
[INFO] [stderr]    Compiling num_enum_derive v0.7.3
[INFO] [stderr]    Compiling clap_lex v0.7.3
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]    Compiling clap_builder v4.5.21
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling no_std_io2 v0.8.1
[INFO] [stderr]    Compiling num_enum v0.7.3
[INFO] [stderr]    Compiling clap v4.5.21
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling csv v1.3.1
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling pkmn-core-types v0.1.0
[INFO] [stderr]    Compiling pkmn-strings v0.1.0
[INFO] [stderr]    Compiling pkmn-savedata v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/gba/boxes.rs:245:21
[INFO] [stdout]     |
[INFO] [stdout] 245 |     pub fn box_name(&self, box_index: u32) -> Result<Str3> {
[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] 245 |     pub fn box_name(&self, box_index: u32) -> Result<Str3<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/gba/game_state.rs:307:25
[INFO] [stdout]     |
[INFO] [stdout] 307 |     pub fn trainer_name(&self) -> Str3 {
[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] 307 |     pub fn trainer_name(&self) -> Str3<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/gba/item_bag.rs:199:24
[INFO] [stdout]     |
[INFO] [stdout] 199 |     pub fn pocket_iter(&self, pocket: BagPocket) -> ItemPocketIter {
[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] 199 |     pub fn pocket_iter(&self, pocket: BagPocket) -> ItemPocketIter<'_> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/gba/item_bag.rs:268:24
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub fn pocket_iter(&self, pocket: BagPocket) -> ItemPocketIter {
[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] 268 |     pub fn pocket_iter(&self, pocket: BagPocket) -> ItemPocketIter<'_> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/gba/slot.rs:48:26
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn iter_sections(&self) -> SaveSlotIter {
[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] 48 |     pub fn iter_sections(&self) -> SaveSlotIter<'_> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.22s
[INFO] running `Command { std: "docker" "inspect" "88407401a0c6a106134228258c68e99e1a08d5cab4d493a5da246e74dd06d108", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88407401a0c6a106134228258c68e99e1a08d5cab4d493a5da246e74dd06d108", kill_on_drop: false }`
[INFO] [stdout] 88407401a0c6a106134228258c68e99e1a08d5cab4d493a5da246e74dd06d108
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3ccd12347c71ce59a2fb767e2cc461de2e588c20ed88aa2b740bb565b8df1685
[INFO] running `Command { std: "docker" "start" "-a" "3ccd12347c71ce59a2fb767e2cc461de2e588c20ed88aa2b740bb565b8df1685", kill_on_drop: false }`
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/gba/boxes.rs:245:21
[INFO] [stdout]     |
[INFO] [stdout] 245 |     pub fn box_name(&self, box_index: u32) -> Result<Str3> {
[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] 245 |     pub fn box_name(&self, box_index: u32) -> Result<Str3<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/gba/game_state.rs:307:25
[INFO] [stdout]     |
[INFO] [stdout] 307 |     pub fn trainer_name(&self) -> Str3 {
[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] 307 |     pub fn trainer_name(&self) -> Str3<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/gba/item_bag.rs:199:24
[INFO] [stdout]     |
[INFO] [stdout] 199 |     pub fn pocket_iter(&self, pocket: BagPocket) -> ItemPocketIter {
[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] 199 |     pub fn pocket_iter(&self, pocket: BagPocket) -> ItemPocketIter<'_> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/gba/item_bag.rs:268:24
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub fn pocket_iter(&self, pocket: BagPocket) -> ItemPocketIter {
[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] 268 |     pub fn pocket_iter(&self, pocket: BagPocket) -> ItemPocketIter<'_> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/gba/slot.rs:48:26
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn iter_sections(&self) -> SaveSlotIter {
[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] 48 |     pub fn iter_sections(&self) -> SaveSlotIter<'_> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pkmn-savedata v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/gba/boxes.rs:245:21
[INFO] [stdout]     |
[INFO] [stdout] 245 |     pub fn box_name(&self, box_index: u32) -> Result<Str3> {
[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] 245 |     pub fn box_name(&self, box_index: u32) -> Result<Str3<'_>> {
[INFO] [stdout]     |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/gba/game_state.rs:307:25
[INFO] [stdout]     |
[INFO] [stdout] 307 |     pub fn trainer_name(&self) -> Str3 {
[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] 307 |     pub fn trainer_name(&self) -> Str3<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/gba/item_bag.rs:199:24
[INFO] [stdout]     |
[INFO] [stdout] 199 |     pub fn pocket_iter(&self, pocket: BagPocket) -> ItemPocketIter {
[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] 199 |     pub fn pocket_iter(&self, pocket: BagPocket) -> ItemPocketIter<'_> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/gba/item_bag.rs:268:24
[INFO] [stdout]     |
[INFO] [stdout] 268 |     pub fn pocket_iter(&self, pocket: BagPocket) -> ItemPocketIter {
[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] 268 |     pub fn pocket_iter(&self, pocket: BagPocket) -> ItemPocketIter<'_> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/gba/slot.rs:48:26
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn iter_sections(&self) -> SaveSlotIter {
[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] 48 |     pub fn iter_sections(&self) -> SaveSlotIter<'_> {
[INFO] [stdout]    |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.48s
[INFO] running `Command { std: "docker" "inspect" "3ccd12347c71ce59a2fb767e2cc461de2e588c20ed88aa2b740bb565b8df1685", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ccd12347c71ce59a2fb767e2cc461de2e588c20ed88aa2b740bb565b8df1685", kill_on_drop: false }`
[INFO] [stdout] 3ccd12347c71ce59a2fb767e2cc461de2e588c20ed88aa2b740bb565b8df1685
