[INFO] cloning repository https://github.com/pimpale/rust-chunks [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pimpale/rust-chunks" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpimpale%2Frust-chunks", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpimpale%2Frust-chunks'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1407191aba754e26cffe4667744aa50daf166ac7 [INFO] testing pimpale/rust-chunks against beta-2025-09-21 for beta-1.91-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpimpale%2Frust-chunks" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/pimpale/rust-chunks [INFO] finished tweaking git repo https://github.com/pimpale/rust-chunks [INFO] tweaked toml for git repo https://github.com/pimpale/rust-chunks written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/pimpale/rust-chunks on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c10c396c2063893b369bf6b562f091a7c4c0f47cdd519ddbb51a033a37626d5a [INFO] running `Command { std: "docker" "start" "-a" "c10c396c2063893b369bf6b562f091a7c4c0f47cdd519ddbb51a033a37626d5a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c10c396c2063893b369bf6b562f091a7c4c0f47cdd519ddbb51a033a37626d5a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c10c396c2063893b369bf6b562f091a7c4c0f47cdd519ddbb51a033a37626d5a", kill_on_drop: false }` [INFO] [stdout] c10c396c2063893b369bf6b562f091a7c4c0f47cdd519ddbb51a033a37626d5a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fbc06b1de67decffa66980e01173b24c676ffac0e0887961b421897ab5ece86d [INFO] running `Command { std: "docker" "start" "-a" "fbc06b1de67decffa66980e01173b24c676ffac0e0887961b421897ab5ece86d", kill_on_drop: false }` [INFO] [stderr] Compiling rust-chunks v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/lib.rs:382:5 [INFO] [stdout] | [INFO] [stdout] 382 | (map.within_bounds(location) && map.within_bounds(location_underneath) [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 386 | && (map.get(location_underneath).get_type().solid)) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 382 ~ map.within_bounds(location) && map.within_bounds(location_underneath) [INFO] [stdout] 383 | //check that current location is not solid [INFO] [stdout] 384 | && (!map.get(location).get_type().solid) [INFO] [stdout] 385 | //check that location down one must be solid [INFO] [stdout] 386 ~ && (map.get(location_underneath).get_type().solid) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.31s [INFO] running `Command { std: "docker" "inspect" "fbc06b1de67decffa66980e01173b24c676ffac0e0887961b421897ab5ece86d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbc06b1de67decffa66980e01173b24c676ffac0e0887961b421897ab5ece86d", kill_on_drop: false }` [INFO] [stdout] fbc06b1de67decffa66980e01173b24c676ffac0e0887961b421897ab5ece86d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a1a9e3436fc370241014a852e2cf95e1ef96f566b8c7eeb5d6581fd49ff17c97 [INFO] running `Command { std: "docker" "start" "-a" "a1a9e3436fc370241014a852e2cf95e1ef96f566b8c7eeb5d6581fd49ff17c97", kill_on_drop: false }` [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/lib.rs:382:5 [INFO] [stdout] | [INFO] [stdout] 382 | (map.within_bounds(location) && map.within_bounds(location_underneath) [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 386 | && (map.get(location_underneath).get_type().solid)) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 382 ~ map.within_bounds(location) && map.within_bounds(location_underneath) [INFO] [stdout] 383 | //check that current location is not solid [INFO] [stdout] 384 | && (!map.get(location).get_type().solid) [INFO] [stdout] 385 | //check that location down one must be solid [INFO] [stdout] 386 ~ && (map.get(location_underneath).get_type().solid) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rust-chunks v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/lib.rs:382:5 [INFO] [stdout] | [INFO] [stdout] 382 | (map.within_bounds(location) && map.within_bounds(location_underneath) [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 386 | && (map.get(location_underneath).get_type().solid)) [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 382 ~ map.within_bounds(location) && map.within_bounds(location_underneath) [INFO] [stdout] 383 | //check that current location is not solid [INFO] [stdout] 384 | && (!map.get(location).get_type().solid) [INFO] [stdout] 385 | //check that location down one must be solid [INFO] [stdout] 386 ~ && (map.get(location_underneath).get_type().solid) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.37s [INFO] running `Command { std: "docker" "inspect" "a1a9e3436fc370241014a852e2cf95e1ef96f566b8c7eeb5d6581fd49ff17c97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1a9e3436fc370241014a852e2cf95e1ef96f566b8c7eeb5d6581fd49ff17c97", kill_on_drop: false }` [INFO] [stdout] a1a9e3436fc370241014a852e2cf95e1ef96f566b8c7eeb5d6581fd49ff17c97 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 532c7564e9502a2fe020c90bab6f9cccf6da64ce18a6182cb0a03fd2f181ce33 [INFO] running `Command { std: "docker" "start" "-a" "532c7564e9502a2fe020c90bab6f9cccf6da64ce18a6182cb0a03fd2f181ce33", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/lib.rs:382:5 [INFO] [stderr] | [INFO] [stderr] 382 | (map.within_bounds(location) && map.within_bounds(location_underneath) [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 386 | && (map.get(location_underneath).get_type().solid)) [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 382 ~ map.within_bounds(location) && map.within_bounds(location_underneath) [INFO] [stderr] 383 | //check that current location is not solid [INFO] [stderr] 384 | && (!map.get(location).get_type().solid) [INFO] [stderr] 385 | //check that location down one must be solid [INFO] [stderr] 386 ~ && (map.get(location_underneath).get_type().solid) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `rust-chunks` (lib) generated 1 warning (run `cargo fix --lib -p rust-chunks` to apply 1 suggestion) [INFO] [stderr] warning: `rust-chunks` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_chunks-f11b33bc83f824ca) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests rust_chunks [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/lib.rs:382:5 [INFO] [stderr] | [INFO] [stderr] 382 | (map.within_bounds(location) && map.within_bounds(location_underneath) [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 386 | && (map.get(location_underneath).get_type().solid)) [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 382 ~ map.within_bounds(location) && map.within_bounds(location_underneath) [INFO] [stderr] 383 | //check that current location is not solid [INFO] [stderr] 384 | && (!map.get(location).get_type().solid) [INFO] [stderr] 385 | //check that location down one must be solid [INFO] [stderr] 386 ~ && (map.get(location_underneath).get_type().solid) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "532c7564e9502a2fe020c90bab6f9cccf6da64ce18a6182cb0a03fd2f181ce33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "532c7564e9502a2fe020c90bab6f9cccf6da64ce18a6182cb0a03fd2f181ce33", kill_on_drop: false }` [INFO] [stdout] 532c7564e9502a2fe020c90bab6f9cccf6da64ce18a6182cb0a03fd2f181ce33