[INFO] fetching crate h57bank 0.1.2... [INFO] testing h57bank-0.1.2 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate h57bank 0.1.2 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate h57bank 0.1.2 [INFO] finished tweaking crates.io crate h57bank 0.1.2 [INFO] tweaked toml for crates.io crate h57bank 0.1.2 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate h57bank 0.1.2 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] crate crates.io crate h57bank 0.1.2 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-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] b878cc02e0e08bac8101c6bf28edce3b5814b4e58cd65801c0f6389aa8202cd9 [INFO] running `Command { std: "docker" "start" "-a" "b878cc02e0e08bac8101c6bf28edce3b5814b4e58cd65801c0f6389aa8202cd9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b878cc02e0e08bac8101c6bf28edce3b5814b4e58cd65801c0f6389aa8202cd9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b878cc02e0e08bac8101c6bf28edce3b5814b4e58cd65801c0f6389aa8202cd9", kill_on_drop: false }` [INFO] [stdout] b878cc02e0e08bac8101c6bf28edce3b5814b4e58cd65801c0f6389aa8202cd9 [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] c9dadacf1a62eeae0663dd813025620eced88ef2930ab8339e33c72183ac6413 [INFO] running `Command { std: "docker" "start" "-a" "c9dadacf1a62eeae0663dd813025620eced88ef2930ab8339e33c72183ac6413", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.102 [INFO] [stderr] Compiling serde_derive v1.0.143 [INFO] [stderr] Compiling libc v0.2.135 [INFO] [stderr] Compiling serde v1.0.143 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stderr] Compiling iana-time-zone v0.1.51 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling ron v0.6.6 [INFO] [stderr] Compiling chrono v0.4.22 [INFO] [stderr] Compiling rustbreak v2.0.0 [INFO] [stderr] Compiling h57bank v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/products.rs:33:28 [INFO] [stdout] | [INFO] [stdout] 33 | let mut left = line.clone(); [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.60s [INFO] running `Command { std: "docker" "inspect" "c9dadacf1a62eeae0663dd813025620eced88ef2930ab8339e33c72183ac6413", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9dadacf1a62eeae0663dd813025620eced88ef2930ab8339e33c72183ac6413", kill_on_drop: false }` [INFO] [stdout] c9dadacf1a62eeae0663dd813025620eced88ef2930ab8339e33c72183ac6413 [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] ca2f68f46080de6109a1d171c9cd132f8991b2cbcf781f9fa4ea9ffad8ed1137 [INFO] running `Command { std: "docker" "start" "-a" "ca2f68f46080de6109a1d171c9cd132f8991b2cbcf781f9fa4ea9ffad8ed1137", kill_on_drop: false }` [INFO] [stderr] Compiling h57bank v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/products.rs:33:28 [INFO] [stdout] | [INFO] [stdout] 33 | let mut left = line.clone(); [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.82s [INFO] running `Command { std: "docker" "inspect" "ca2f68f46080de6109a1d171c9cd132f8991b2cbcf781f9fa4ea9ffad8ed1137", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca2f68f46080de6109a1d171c9cd132f8991b2cbcf781f9fa4ea9ffad8ed1137", kill_on_drop: false }` [INFO] [stdout] ca2f68f46080de6109a1d171c9cd132f8991b2cbcf781f9fa4ea9ffad8ed1137 [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] a0fc8cb403595ec52ffbdd7f90f944b0fadfa41a26de971f1b30e7e1d6a85870 [INFO] running `Command { std: "docker" "start" "-a" "a0fc8cb403595ec52ffbdd7f90f944b0fadfa41a26de971f1b30e7e1d6a85870", kill_on_drop: false }` [INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stderr] --> src/products.rs:33:28 [INFO] [stderr] | [INFO] [stderr] 33 | let mut left = line.clone(); [INFO] [stderr] | ^^^^^^^^ help: remove this redundant call [INFO] [stderr] | [INFO] [stderr] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stderr] = note: `#[warn(noop_method_call)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `h57bank` (bin "57bank" test) generated 1 warning (run `cargo fix --bin "57bank" --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/57bank-2bb49417b79a45af) [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" "a0fc8cb403595ec52ffbdd7f90f944b0fadfa41a26de971f1b30e7e1d6a85870", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0fc8cb403595ec52ffbdd7f90f944b0fadfa41a26de971f1b30e7e1d6a85870", kill_on_drop: false }` [INFO] [stdout] a0fc8cb403595ec52ffbdd7f90f944b0fadfa41a26de971f1b30e7e1d6a85870