[INFO] fetching crate recordkeeper 0.2.0-alpha...
[INFO] testing recordkeeper-0.2.0-alpha against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate recordkeeper 0.2.0-alpha into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate recordkeeper 0.2.0-alpha
[INFO] finished tweaking crates.io crate recordkeeper 0.2.0-alpha
[INFO] tweaked toml for crates.io crate recordkeeper 0.2.0-alpha written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate recordkeeper 0.2.0-alpha on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-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-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 13 packages to latest compatible versions
[INFO] [stderr]       Adding strum v0.25.0 (available: v0.28.0)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.18)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 363224ca90ca4c0716e6ee65d9752c527f8a6683bd3d592d270154ab85a2cdcf
[INFO] running `Command { std: "docker" "start" "-a" "363224ca90ca4c0716e6ee65d9752c527f8a6683bd3d592d270154ab85a2cdcf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "363224ca90ca4c0716e6ee65d9752c527f8a6683bd3d592d270154ab85a2cdcf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "363224ca90ca4c0716e6ee65d9752c527f8a6683bd3d592d270154ab85a2cdcf", kill_on_drop: false }`
[INFO] [stdout] 363224ca90ca4c0716e6ee65d9752c527f8a6683bd3d592d270154ab85a2cdcf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0ce21c8edd4a1888d51bd3ed81cbd65a0b27bfeb7ca6db66231091b7be5eeb37
[INFO] running `Command { std: "docker" "start" "-a" "0ce21c8edd4a1888d51bd3ed81cbd65a0b27bfeb7ca6db66231091b7be5eeb37", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling recordkeeper-macros v0.1.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling recordkeeper v0.2.0-alpha (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::io::Cursor`
[INFO] [stdout]  --> src/io.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io::Cursor;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CRAFTED_ITEM_ID`
[INFO] [stdout]  --> src/save/item/edit.rs:2:45
[INFO] [stdout]   |
[INFO] [stdout] 2 |     dlc::{AccessoryCrafting, CraftItemData, CRAFTED_ITEM_ID},
[INFO] [stdout]   |                                             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Cursor`
[INFO] [stdout]  --> src/lib.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::io::Cursor;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Favorite` and `New` are never constructed
[INFO] [stdout]   --> src/save/item/mod.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 49 | enum SlotFlags {
[INFO] [stdout]    |      --------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 53 |     Favorite = 1 << 1,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 54 |     /// The small circle icon for "unchecked" items
[INFO] [stdout] 55 |     New = 1 << 2,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/save/character/mod.rs:126:25
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub fn art_slot_mut(&mut self, index: usize) -> SlotMut<u16> {
[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] 126 |     pub fn art_slot_mut(&mut self, index: usize) -> SlotMut<'_, u16> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/save/character/mod.rs:134:34
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn linked_skill_slot_mut(&mut self, index: usize) -> SlotMut<u16> {
[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] 134 |     pub fn linked_skill_slot_mut(&mut self, index: usize) -> SlotMut<'_, u16> {
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/save/character/class.rs:45:25
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn art_slot_mut(&mut self, index: usize) -> SlotMut<u16> {
[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] 45 |     pub fn art_slot_mut(&mut self, index: usize) -> SlotMut<'_, u16> {
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/save/character/class.rs:53:25
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn gem_slot_mut(&mut self, index: usize) -> SlotMut<u8> {
[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] 53 |     pub fn gem_slot_mut(&mut self, index: usize) -> SlotMut<'_, u8> {
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/save/character/class.rs:61:27
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn skill_slot_mut(&mut self, index: usize) -> SlotMut<u16> {
[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] 61 |     pub fn skill_slot_mut(&mut self, index: usize) -> SlotMut<'_, u16> {
[INFO] [stdout]    |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/save/character/class.rs:69:31
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn accessory_slot_mut(&mut self, index: usize) -> SlotMut<ClassAccessory> {
[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] 69 |     pub fn accessory_slot_mut(&mut self, index: usize) -> SlotMut<'_, ClassAccessory> {
[INFO] [stdout]    |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/save/character/class.rs:77:21
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn arts_mut(&mut self) -> impl Iterator<Item = SlotMut<u16>> + '_ {
[INFO] [stdout]    |                     ^^^^^^^^^                          ^^^^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]    |                     |                                  |
[INFO] [stdout]    |                     |                                  the same lifetime is hidden 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] 77 |     pub fn arts_mut(&mut self) -> impl Iterator<Item = SlotMut<'_, u16>> + '_ {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/save/character/class.rs:85:21
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn gems_mut(&mut self) -> impl Iterator<Item = SlotMut<u8>> + '_ {
[INFO] [stdout]    |                     ^^^^^^^^^                          ^^^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]    |                     |                                  |
[INFO] [stdout]    |                     |                                  the same lifetime is hidden 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] 85 |     pub fn gems_mut(&mut self) -> impl Iterator<Item = SlotMut<'_, u8>> + '_ {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/save/character/class.rs:93:23
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn skills_mut(&mut self) -> impl Iterator<Item = SlotMut<u16>> + '_ {
[INFO] [stdout]    |                       ^^^^^^^^^                          ^^^^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]    |                       |                                  |
[INFO] [stdout]    |                       |                                  the same lifetime is hidden 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] 93 |     pub fn skills_mut(&mut self) -> impl Iterator<Item = SlotMut<'_, u16>> + '_ {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/save/character/class.rs:101:28
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub fn accessories_mut(&mut self) -> impl Iterator<Item = SlotMut<ClassAccessory>> + '_ {
[INFO] [stdout]     |                            ^^^^^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]     |                            |                                  |
[INFO] [stdout]     |                            |                                  the same lifetime is hidden 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] 101 |     pub fn accessories_mut(&mut self) -> impl Iterator<Item = SlotMut<'_, ClassAccessory>> + '_ {
[INFO] [stdout]     |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s
[INFO] running `Command { std: "docker" "inspect" "0ce21c8edd4a1888d51bd3ed81cbd65a0b27bfeb7ca6db66231091b7be5eeb37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ce21c8edd4a1888d51bd3ed81cbd65a0b27bfeb7ca6db66231091b7be5eeb37", kill_on_drop: false }`
[INFO] [stdout] 0ce21c8edd4a1888d51bd3ed81cbd65a0b27bfeb7ca6db66231091b7be5eeb37
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1a03fbcf453a43245bd1d6a201a29f3f251fe4ebab31e10c9ef9a4b2e0c9571f
[INFO] running `Command { std: "docker" "start" "-a" "1a03fbcf453a43245bd1d6a201a29f3f251fe4ebab31e10c9ef9a4b2e0c9571f", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `std::io::Cursor`
[INFO] [stdout]  --> src/io.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io::Cursor;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CRAFTED_ITEM_ID`
[INFO] [stdout]  --> src/save/item/edit.rs:2:45
[INFO] [stdout]   |
[INFO] [stdout] 2 |     dlc::{AccessoryCrafting, CraftItemData, CRAFTED_ITEM_ID},
[INFO] [stdout]   |                                             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Cursor`
[INFO] [stdout]  --> src/lib.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::io::Cursor;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Favorite` and `New` are never constructed
[INFO] [stdout]   --> src/save/item/mod.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 49 | enum SlotFlags {
[INFO] [stdout]    |      --------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 53 |     Favorite = 1 << 1,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 54 |     /// The small circle icon for "unchecked" items
[INFO] [stdout] 55 |     New = 1 << 2,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/save/character/mod.rs:126:25
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub fn art_slot_mut(&mut self, index: usize) -> SlotMut<u16> {
[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] 126 |     pub fn art_slot_mut(&mut self, index: usize) -> SlotMut<'_, u16> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/save/character/mod.rs:134:34
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn linked_skill_slot_mut(&mut self, index: usize) -> SlotMut<u16> {
[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] 134 |     pub fn linked_skill_slot_mut(&mut self, index: usize) -> SlotMut<'_, u16> {
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/save/character/class.rs:45:25
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn art_slot_mut(&mut self, index: usize) -> SlotMut<u16> {
[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] 45 |     pub fn art_slot_mut(&mut self, index: usize) -> SlotMut<'_, u16> {
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/save/character/class.rs:53:25
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn gem_slot_mut(&mut self, index: usize) -> SlotMut<u8> {
[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] 53 |     pub fn gem_slot_mut(&mut self, index: usize) -> SlotMut<'_, u8> {
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/save/character/class.rs:61:27
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn skill_slot_mut(&mut self, index: usize) -> SlotMut<u16> {
[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] 61 |     pub fn skill_slot_mut(&mut self, index: usize) -> SlotMut<'_, u16> {
[INFO] [stdout]    |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/save/character/class.rs:69:31
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn accessory_slot_mut(&mut self, index: usize) -> SlotMut<ClassAccessory> {
[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] 69 |     pub fn accessory_slot_mut(&mut self, index: usize) -> SlotMut<'_, ClassAccessory> {
[INFO] [stdout]    |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/save/character/class.rs:77:21
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn arts_mut(&mut self) -> impl Iterator<Item = SlotMut<u16>> + '_ {
[INFO] [stdout]    |                     ^^^^^^^^^                          ^^^^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]    |                     |                                  |
[INFO] [stdout]    |                     |                                  the same lifetime is hidden 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] 77 |     pub fn arts_mut(&mut self) -> impl Iterator<Item = SlotMut<'_, u16>> + '_ {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/save/character/class.rs:85:21
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn gems_mut(&mut self) -> impl Iterator<Item = SlotMut<u8>> + '_ {
[INFO] [stdout]    |                     ^^^^^^^^^                          ^^^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]    |                     |                                  |
[INFO] [stdout]    |                     |                                  the same lifetime is hidden 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] 85 |     pub fn gems_mut(&mut self) -> impl Iterator<Item = SlotMut<'_, u8>> + '_ {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/save/character/class.rs:93:23
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn skills_mut(&mut self) -> impl Iterator<Item = SlotMut<u16>> + '_ {
[INFO] [stdout]    |                       ^^^^^^^^^                          ^^^^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]    |                       |                                  |
[INFO] [stdout]    |                       |                                  the same lifetime is hidden 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] 93 |     pub fn skills_mut(&mut self) -> impl Iterator<Item = SlotMut<'_, u16>> + '_ {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/save/character/class.rs:101:28
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub fn accessories_mut(&mut self) -> impl Iterator<Item = SlotMut<ClassAccessory>> + '_ {
[INFO] [stdout]     |                            ^^^^^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]     |                            |                                  |
[INFO] [stdout]     |                            |                                  the same lifetime is hidden 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] 101 |     pub fn accessories_mut(&mut self) -> impl Iterator<Item = SlotMut<'_, ClassAccessory>> + '_ {
[INFO] [stdout]     |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling recordkeeper v0.2.0-alpha (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::io::Cursor`
[INFO] [stdout]  --> src/io.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::io::Cursor;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CRAFTED_ITEM_ID`
[INFO] [stdout]  --> src/save/item/edit.rs:2:45
[INFO] [stdout]   |
[INFO] [stdout] 2 |     dlc::{AccessoryCrafting, CraftItemData, CRAFTED_ITEM_ID},
[INFO] [stdout]   |                                             ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::io::Cursor`
[INFO] [stdout]  --> src/lib.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::io::Cursor;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Favorite` and `New` are never constructed
[INFO] [stdout]   --> src/save/item/mod.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 49 | enum SlotFlags {
[INFO] [stdout]    |      --------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 53 |     Favorite = 1 << 1,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 54 |     /// The small circle icon for "unchecked" items
[INFO] [stdout] 55 |     New = 1 << 2,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/save/character/mod.rs:126:25
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub fn art_slot_mut(&mut self, index: usize) -> SlotMut<u16> {
[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] 126 |     pub fn art_slot_mut(&mut self, index: usize) -> SlotMut<'_, u16> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/save/character/mod.rs:134:34
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn linked_skill_slot_mut(&mut self, index: usize) -> SlotMut<u16> {
[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] 134 |     pub fn linked_skill_slot_mut(&mut self, index: usize) -> SlotMut<'_, u16> {
[INFO] [stdout]     |                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/save/character/class.rs:45:25
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn art_slot_mut(&mut self, index: usize) -> SlotMut<u16> {
[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] 45 |     pub fn art_slot_mut(&mut self, index: usize) -> SlotMut<'_, u16> {
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/save/character/class.rs:53:25
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn gem_slot_mut(&mut self, index: usize) -> SlotMut<u8> {
[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] 53 |     pub fn gem_slot_mut(&mut self, index: usize) -> SlotMut<'_, u8> {
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/save/character/class.rs:61:27
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn skill_slot_mut(&mut self, index: usize) -> SlotMut<u16> {
[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] 61 |     pub fn skill_slot_mut(&mut self, index: usize) -> SlotMut<'_, u16> {
[INFO] [stdout]    |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/save/character/class.rs:69:31
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn accessory_slot_mut(&mut self, index: usize) -> SlotMut<ClassAccessory> {
[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] 69 |     pub fn accessory_slot_mut(&mut self, index: usize) -> SlotMut<'_, ClassAccessory> {
[INFO] [stdout]    |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/save/character/class.rs:77:21
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn arts_mut(&mut self) -> impl Iterator<Item = SlotMut<u16>> + '_ {
[INFO] [stdout]    |                     ^^^^^^^^^                          ^^^^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]    |                     |                                  |
[INFO] [stdout]    |                     |                                  the same lifetime is hidden 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] 77 |     pub fn arts_mut(&mut self) -> impl Iterator<Item = SlotMut<'_, u16>> + '_ {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/save/character/class.rs:85:21
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn gems_mut(&mut self) -> impl Iterator<Item = SlotMut<u8>> + '_ {
[INFO] [stdout]    |                     ^^^^^^^^^                          ^^^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]    |                     |                                  |
[INFO] [stdout]    |                     |                                  the same lifetime is hidden 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] 85 |     pub fn gems_mut(&mut self) -> impl Iterator<Item = SlotMut<'_, u8>> + '_ {
[INFO] [stdout]    |                                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/save/character/class.rs:93:23
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn skills_mut(&mut self) -> impl Iterator<Item = SlotMut<u16>> + '_ {
[INFO] [stdout]    |                       ^^^^^^^^^                          ^^^^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]    |                       |                                  |
[INFO] [stdout]    |                       |                                  the same lifetime is hidden 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] 93 |     pub fn skills_mut(&mut self) -> impl Iterator<Item = SlotMut<'_, u16>> + '_ {
[INFO] [stdout]    |                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/save/character/class.rs:101:28
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub fn accessories_mut(&mut self) -> impl Iterator<Item = SlotMut<ClassAccessory>> + '_ {
[INFO] [stdout]     |                            ^^^^^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stdout]     |                            |                                  |
[INFO] [stdout]     |                            |                                  the same lifetime is hidden 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] 101 |     pub fn accessories_mut(&mut self) -> impl Iterator<Item = SlotMut<'_, ClassAccessory>> + '_ {
[INFO] [stdout]     |                                                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.45s
[INFO] running `Command { std: "docker" "inspect" "1a03fbcf453a43245bd1d6a201a29f3f251fe4ebab31e10c9ef9a4b2e0c9571f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1a03fbcf453a43245bd1d6a201a29f3f251fe4ebab31e10c9ef9a4b2e0c9571f", kill_on_drop: false }`
[INFO] [stdout] 1a03fbcf453a43245bd1d6a201a29f3f251fe4ebab31e10c9ef9a4b2e0c9571f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3cb6f8199b1ce4f13e588c7d925c6aa0c396818a0bb35c57dc2e849a214b3dd5
[INFO] running `Command { std: "docker" "start" "-a" "3cb6f8199b1ce4f13e588c7d925c6aa0c396818a0bb35c57dc2e849a214b3dd5", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::io::Cursor`
[INFO] [stderr]  --> src/io.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::io::Cursor;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `CRAFTED_ITEM_ID`
[INFO] [stderr]  --> src/save/item/edit.rs:2:45
[INFO] [stderr]   |
[INFO] [stderr] 2 |     dlc::{AccessoryCrafting, CraftItemData, CRAFTED_ITEM_ID},
[INFO] [stderr]   |                                             ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::io::Cursor`
[INFO] [stderr]  --> src/lib.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use std::io::Cursor;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variants `Favorite` and `New` are never constructed
[INFO] [stderr]   --> src/save/item/mod.rs:53:5
[INFO] [stderr]    |
[INFO] [stderr] 49 | enum SlotFlags {
[INFO] [stderr]    |      --------- variants in this enum
[INFO] [stderr] ...
[INFO] [stderr] 53 |     Favorite = 1 << 1,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr] 54 |     /// The small circle icon for "unchecked" items
[INFO] [stderr] 55 |     New = 1 << 2,
[INFO] [stderr]    |     ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/save/character/mod.rs:126:25
[INFO] [stderr]     |
[INFO] [stderr] 126 |     pub fn art_slot_mut(&mut self, index: usize) -> SlotMut<u16> {
[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] 126 |     pub fn art_slot_mut(&mut self, index: usize) -> SlotMut<'_, u16> {
[INFO] [stderr]     |                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/save/character/mod.rs:134:34
[INFO] [stderr]     |
[INFO] [stderr] 134 |     pub fn linked_skill_slot_mut(&mut self, index: usize) -> SlotMut<u16> {
[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] 134 |     pub fn linked_skill_slot_mut(&mut self, index: usize) -> SlotMut<'_, u16> {
[INFO] [stderr]     |                                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/save/character/class.rs:45:25
[INFO] [stderr]    |
[INFO] [stderr] 45 |     pub fn art_slot_mut(&mut self, index: usize) -> SlotMut<u16> {
[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] 45 |     pub fn art_slot_mut(&mut self, index: usize) -> SlotMut<'_, u16> {
[INFO] [stderr]    |                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/save/character/class.rs:53:25
[INFO] [stderr]    |
[INFO] [stderr] 53 |     pub fn gem_slot_mut(&mut self, index: usize) -> SlotMut<u8> {
[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] 53 |     pub fn gem_slot_mut(&mut self, index: usize) -> SlotMut<'_, u8> {
[INFO] [stderr]    |                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/save/character/class.rs:61:27
[INFO] [stderr]    |
[INFO] [stderr] 61 |     pub fn skill_slot_mut(&mut self, index: usize) -> SlotMut<u16> {
[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] 61 |     pub fn skill_slot_mut(&mut self, index: usize) -> SlotMut<'_, u16> {
[INFO] [stderr]    |                                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/save/character/class.rs:69:31
[INFO] [stderr]    |
[INFO] [stderr] 69 |     pub fn accessory_slot_mut(&mut self, index: usize) -> SlotMut<ClassAccessory> {
[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] 69 |     pub fn accessory_slot_mut(&mut self, index: usize) -> SlotMut<'_, ClassAccessory> {
[INFO] [stderr]    |                                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/save/character/class.rs:77:21
[INFO] [stderr]    |
[INFO] [stderr] 77 |     pub fn arts_mut(&mut self) -> impl Iterator<Item = SlotMut<u16>> + '_ {
[INFO] [stderr]    |                     ^^^^^^^^^                          ^^^^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stderr]    |                     |                                  |
[INFO] [stderr]    |                     |                                  the same lifetime is hidden here
[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] 77 |     pub fn arts_mut(&mut self) -> impl Iterator<Item = SlotMut<'_, u16>> + '_ {
[INFO] [stderr]    |                                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/save/character/class.rs:85:21
[INFO] [stderr]    |
[INFO] [stderr] 85 |     pub fn gems_mut(&mut self) -> impl Iterator<Item = SlotMut<u8>> + '_ {
[INFO] [stderr]    |                     ^^^^^^^^^                          ^^^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stderr]    |                     |                                  |
[INFO] [stderr]    |                     |                                  the same lifetime is hidden here
[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] 85 |     pub fn gems_mut(&mut self) -> impl Iterator<Item = SlotMut<'_, u8>> + '_ {
[INFO] [stderr]    |                                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/save/character/class.rs:93:23
[INFO] [stderr]    |
[INFO] [stderr] 93 |     pub fn skills_mut(&mut self) -> impl Iterator<Item = SlotMut<u16>> + '_ {
[INFO] [stderr]    |                       ^^^^^^^^^                          ^^^^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stderr]    |                       |                                  |
[INFO] [stderr]    |                       |                                  the same lifetime is hidden here
[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] 93 |     pub fn skills_mut(&mut self) -> impl Iterator<Item = SlotMut<'_, u16>> + '_ {
[INFO] [stderr]    |                                                                  +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/save/character/class.rs:101:28
[INFO] [stderr]     |
[INFO] [stderr] 101 |     pub fn accessories_mut(&mut self) -> impl Iterator<Item = SlotMut<ClassAccessory>> + '_ {
[INFO] [stderr]     |                            ^^^^^^^^^                          ^^^^^^^^^^^^^^^^^^^^^^^    ^^ the same lifetime is elided here
[INFO] [stderr]     |                            |                                  |
[INFO] [stderr]     |                            |                                  the same lifetime is hidden here
[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] 101 |     pub fn accessories_mut(&mut self) -> impl Iterator<Item = SlotMut<'_, ClassAccessory>> + '_ {
[INFO] [stderr]     |                                                                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: `recordkeeper` (lib) generated 14 warnings (run `cargo fix --lib -p recordkeeper` to apply 13 suggestions)
[INFO] [stderr] warning: `recordkeeper` (lib test) generated 14 warnings (14 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/recordkeeper-fb068b50bf9c45d9)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test save::flags::tests::bitflag_set ... ok
[INFO] [stdout] test save::tests::test_timestamp ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/write_back.rs (/opt/rustwide/target/debug/deps/write_back-7938938c72de7526)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test write_back_no_changes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests recordkeeper
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/io.rs - io::SaveBin (line 14) ... ignored
[INFO] [stdout] test src/io.rs - io::SaveBin (line 45) ... ignored
[INFO] [stdout] test src/io.rs - io::SaveBin (line 60) ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3cb6f8199b1ce4f13e588c7d925c6aa0c396818a0bb35c57dc2e849a214b3dd5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3cb6f8199b1ce4f13e588c7d925c6aa0c396818a0bb35c57dc2e849a214b3dd5", kill_on_drop: false }`
[INFO] [stdout] 3cb6f8199b1ce4f13e588c7d925c6aa0c396818a0bb35c57dc2e849a214b3dd5
