[INFO] fetching crate lsdj 0.1.1...
[INFO] testing lsdj-0.1.1 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate lsdj 0.1.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate lsdj 0.1.1
[INFO] finished tweaking crates.io crate lsdj 0.1.1
[INFO] tweaked toml for crates.io crate lsdj 0.1.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate lsdj 0.1.1 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate lsdj 0.1.1 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 45cfb8bb762d3d9e4362d052433901ad765c27c84cfb064168dc308e4567672e
[INFO] running `Command { std: "docker" "start" "-a" "45cfb8bb762d3d9e4362d052433901ad765c27c84cfb064168dc308e4567672e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "45cfb8bb762d3d9e4362d052433901ad765c27c84cfb064168dc308e4567672e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45cfb8bb762d3d9e4362d052433901ad765c27c84cfb064168dc308e4567672e", kill_on_drop: false }`
[INFO] [stdout] 45cfb8bb762d3d9e4362d052433901ad765c27c84cfb064168dc308e4567672e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8920c768a063f5651a4eeaf365bd53e58f1afacb4f69148c48f6a8d2c1015f47
[INFO] running `Command { std: "docker" "start" "-a" "8920c768a063f5651a4eeaf365bd53e58f1afacb4f69148c48f6a8d2c1015f47", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.60
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling libc v0.2.146
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling syn v1.0.91
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling rustix v0.37.20
[INFO] [stderr]    Compiling linux-raw-sys v0.3.8
[INFO] [stderr]    Compiling system-interface v0.25.7
[INFO] [stderr]    Compiling ux v0.1.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling lsdj v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fs/filesystem.rs:110:17
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn file(&self, index: Index) -> Option<Entry> {
[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] 110 |     pub fn file(&self, index: Index) -> Option<Entry<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fs/filesystem.rs:119:18
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn files(&self) -> Entries {
[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] 119 |     pub fn files(&self) -> Entries<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.43s
[INFO] running `Command { std: "docker" "inspect" "8920c768a063f5651a4eeaf365bd53e58f1afacb4f69148c48f6a8d2c1015f47", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8920c768a063f5651a4eeaf365bd53e58f1afacb4f69148c48f6a8d2c1015f47", kill_on_drop: false }`
[INFO] [stdout] 8920c768a063f5651a4eeaf365bd53e58f1afacb4f69148c48f6a8d2c1015f47
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f96816134fa8cad4169ffbc4b5d658df720c00ff3fb7e2d866bd556b5a13d398
[INFO] running `Command { std: "docker" "start" "-a" "f96816134fa8cad4169ffbc4b5d658df720c00ff3fb7e2d866bd556b5a13d398", kill_on_drop: false }`
[INFO] [stderr]    Compiling anyhow v1.0.57
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fs/filesystem.rs:110:17
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn file(&self, index: Index) -> Option<Entry> {
[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] 110 |     pub fn file(&self, index: Index) -> Option<Entry<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/fs/filesystem.rs:119:18
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn files(&self) -> Entries {
[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] 119 |     pub fn files(&self) -> Entries<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling lsdj v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read `src/fs/../../test/92L_empty.sav`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/fs/filesystem.rs:418:41
[INFO] [stdout]     |
[INFO] [stdout] 418 |             let mut bytes = Cursor::new(include_bytes!("../../test/92L_empty.sav"));
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../test/92L_empty.lsdsng`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lsdsng.rs:195:22
[INFO] [stdout]     |
[INFO] [stdout] 195 |         let source = include_bytes!("../test/92L_empty.lsdsng");
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/song/../../test/92L_empty.sav`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/song/song_memory.rs:160:37
[INFO] [stdout]     |
[INFO] [stdout] 160 |             let bytes = Cursor::new(include_bytes!("../../test/92L_empty.sav"));
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/song/../../test/92L_empty.raw`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/song/song_memory.rs:169:25
[INFO] [stdout]     |
[INFO] [stdout] 169 |         let expected = *include_bytes!("../../test/92L_empty.raw");
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lsdj` (lib test) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "f96816134fa8cad4169ffbc4b5d658df720c00ff3fb7e2d866bd556b5a13d398", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f96816134fa8cad4169ffbc4b5d658df720c00ff3fb7e2d866bd556b5a13d398", kill_on_drop: false }`
[INFO] [stdout] f96816134fa8cad4169ffbc4b5d658df720c00ff3fb7e2d866bd556b5a13d398
