[INFO] fetching crate memoverlay 0.1.3... [INFO] testing memoverlay-0.1.3 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate memoverlay 0.1.3 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate memoverlay 0.1.3 [INFO] finished tweaking crates.io crate memoverlay 0.1.3 [INFO] tweaked toml for crates.io crate memoverlay 0.1.3 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate memoverlay 0.1.3 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.17) [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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] ea0ff927a2899ddae44568c2ca247579f3ad1c641e18542243950c9f1f8ae782 [INFO] running `Command { std: "docker" "start" "-a" "ea0ff927a2899ddae44568c2ca247579f3ad1c641e18542243950c9f1f8ae782", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ea0ff927a2899ddae44568c2ca247579f3ad1c641e18542243950c9f1f8ae782", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea0ff927a2899ddae44568c2ca247579f3ad1c641e18542243950c9f1f8ae782", kill_on_drop: false }` [INFO] [stdout] ea0ff927a2899ddae44568c2ca247579f3ad1c641e18542243950c9f1f8ae782 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 3c9172e4ac06b7731fa29ffa024b21c9ca7c084997cc284393a9f5fdb55c6acb [INFO] running `Command { std: "docker" "start" "-a" "3c9172e4ac06b7731fa29ffa024b21c9ca7c084997cc284393a9f5fdb55c6acb", kill_on_drop: false }` [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling memoverlay v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: irrefutable `if let` pattern [INFO] [stdout] --> src/memoverlay/seek.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | if let Ok(new_pos) = TryInto::::try_into(a + diff) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this pattern will always match, so the `if let` is useless [INFO] [stdout] = help: consider replacing the `if let` with a `let` [INFO] [stdout] = note: `#[warn(irrefutable_let_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/patch_layer.rs:32:27 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn next_patch_for(&self, offset: u64) -> PatchSearchResult { [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] 32 | pub fn next_patch_for(&self, offset: u64) -> PatchSearchResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s [INFO] running `Command { std: "docker" "inspect" "3c9172e4ac06b7731fa29ffa024b21c9ca7c084997cc284393a9f5fdb55c6acb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c9172e4ac06b7731fa29ffa024b21c9ca7c084997cc284393a9f5fdb55c6acb", kill_on_drop: false }` [INFO] [stdout] 3c9172e4ac06b7731fa29ffa024b21c9ca7c084997cc284393a9f5fdb55c6acb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] df18865d3ab24390c7861adc0ec4fe56bf285cddb7f79f4493763d47a76c6f17 [INFO] running `Command { std: "docker" "start" "-a" "df18865d3ab24390c7861adc0ec4fe56bf285cddb7f79f4493763d47a76c6f17", kill_on_drop: false }` [INFO] [stderr] Compiling memoverlay v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: irrefutable `if let` pattern [INFO] [stdout] --> src/memoverlay/seek.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | if let Ok(new_pos) = TryInto::::try_into(a + diff) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this pattern will always match, so the `if let` is useless [INFO] [stdout] = help: consider replacing the `if let` with a `let` [INFO] [stdout] = note: `#[warn(irrefutable_let_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/patch_layer.rs:32:27 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn next_patch_for(&self, offset: u64) -> PatchSearchResult { [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] 32 | pub fn next_patch_for(&self, offset: u64) -> PatchSearchResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: irrefutable `if let` pattern [INFO] [stdout] --> src/memoverlay/seek.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | if let Ok(new_pos) = TryInto::::try_into(a + diff) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this pattern will always match, so the `if let` is useless [INFO] [stdout] = help: consider replacing the `if let` with a `let` [INFO] [stdout] = note: `#[warn(irrefutable_let_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/patch_layer.rs:32:27 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn next_patch_for(&self, offset: u64) -> PatchSearchResult { [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] 32 | pub fn next_patch_for(&self, offset: u64) -> PatchSearchResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.85s [INFO] running `Command { std: "docker" "inspect" "df18865d3ab24390c7861adc0ec4fe56bf285cddb7f79f4493763d47a76c6f17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df18865d3ab24390c7861adc0ec4fe56bf285cddb7f79f4493763d47a76c6f17", kill_on_drop: false }` [INFO] [stdout] df18865d3ab24390c7861adc0ec4fe56bf285cddb7f79f4493763d47a76c6f17 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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", kill_on_drop: false }` [INFO] [stdout] 28ac7eba4487dfac1dfa830ba714a418c27e049bf9e153278bcf1209c5cd23b3 [INFO] running `Command { std: "docker" "start" "-a" "28ac7eba4487dfac1dfa830ba714a418c27e049bf9e153278bcf1209c5cd23b3", kill_on_drop: false }` [INFO] [stderr] warning: irrefutable `if let` pattern [INFO] [stderr] --> src/memoverlay/seek.rs:17:12 [INFO] [stderr] | [INFO] [stderr] 17 | if let Ok(new_pos) = TryInto::::try_into(a + diff) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this pattern will always match, so the `if let` is useless [INFO] [stderr] = help: consider replacing the `if let` with a `let` [INFO] [stderr] = note: `#[warn(irrefutable_let_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/patch_layer.rs:32:27 [INFO] [stderr] | [INFO] [stderr] 32 | pub fn next_patch_for(&self, offset: u64) -> PatchSearchResult { [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] 32 | pub fn next_patch_for(&self, offset: u64) -> PatchSearchResult<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `memoverlay` (lib) generated 2 warnings (run `cargo fix --lib -p memoverlay` to apply 1 suggestion) [INFO] [stderr] warning: `memoverlay` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/memoverlay-3c24cd7b07123868) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test tests::double_mod_multiple_bytes ... ok [INFO] [stdout] test tests::doc_test ... ok [INFO] [stdout] test tests::double_mod_overlapping1 ... ok [INFO] [stdout] test tests::double_mod_single_byte ... ok [INFO] [stderr] Running tests/test_range.rs (/opt/rustwide/target/debug/deps/test_range-16299640890a6899) [INFO] [stdout] test tests::double_mod_overlapping2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_range0 ... ok [INFO] [stdout] test test_range2 ... ok [INFO] [stderr] Doc-tests memoverlay [INFO] [stdout] test test_range1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/patch.rs - patch::Patch (line 8) ... ok [INFO] [stdout] test src/patch.rs - patch::Patch::overlaps (line 55) ... ok [INFO] [stdout] test src/lib.rs - (line 17) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.49s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "28ac7eba4487dfac1dfa830ba714a418c27e049bf9e153278bcf1209c5cd23b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28ac7eba4487dfac1dfa830ba714a418c27e049bf9e153278bcf1209c5cd23b3", kill_on_drop: false }` [INFO] [stdout] 28ac7eba4487dfac1dfa830ba714a418c27e049bf9e153278bcf1209c5cd23b3