[INFO] cloning repository https://github.com/johnward/bft
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/johnward/bft" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnward%2Fbft", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnward%2Fbft'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c167d9a66aece1c6c434135eb96da1e202ac5bc1
[INFO] testing johnward/bft against nightly-2025-01-18 for randomize-layout-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnward%2Fbft" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/johnward/bft on toolchain nightly-2025-01-18
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/johnward/bft
[INFO] finished tweaking git repo https://github.com/johnward/bft
[INFO] tweaked toml for git repo https://github.com/johnward/bft written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/johnward/bft 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" "+nightly-2025-01-18" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded atty v0.2.13
[INFO] [stderr]   Downloaded unicode-width v0.1.6
[INFO] [stderr]   Downloaded bitflags v1.1.0
[INFO] [stderr]   Downloaded vec_map v0.8.1
[INFO] [stderr]   Downloaded clap v2.33.0
[INFO] [stderr]   Downloaded libc v0.2.62
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1f293ad5c433eb0384cefe5652573f8b17205c98c80e4001374a0e63bebe6bc0
[INFO] running `Command { std: "docker" "start" "-a" "1f293ad5c433eb0384cefe5652573f8b17205c98c80e4001374a0e63bebe6bc0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1f293ad5c433eb0384cefe5652573f8b17205c98c80e4001374a0e63bebe6bc0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f293ad5c433eb0384cefe5652573f8b17205c98c80e4001374a0e63bebe6bc0", kill_on_drop: false }`
[INFO] [stdout] 1f293ad5c433eb0384cefe5652573f8b17205c98c80e4001374a0e63bebe6bc0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5f1c78638a0117f26f8f118daace231f93360d0869272bf0b7d97e8b3a13f543
[INFO] running `Command { std: "docker" "start" "-a" "5f1c78638a0117f26f8f118daace231f93360d0869272bf0b7d97e8b3a13f543", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.62
[INFO] [stderr]    Compiling bitflags v1.1.0
[INFO] [stderr]    Compiling unicode-width v0.1.6
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling vec_map v0.8.1
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling bft_types v0.1.0 (/opt/rustwide/workdir/bft_types)
[INFO] [stderr]    Compiling bft_interp v0.1.0 (/opt/rustwide/workdir/bft_interp)
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> bft_interp/src/lib.rs:50:13
[INFO] [stdout]    |
[INFO] [stdout] 50 |             (number_to_add - ((u8::max_value() - current_number) + 1)) // + 1 to take into account the zero
[INFO] [stdout]    |             ^                                                        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 50 -             (number_to_add - ((u8::max_value() - current_number) + 1)) // + 1 to take into account the zero
[INFO] [stdout] 50 +             number_to_add - ((u8::max_value() - current_number) + 1) // + 1 to take into account the zero
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> bft_interp/src/lib.rs:59:13
[INFO] [stdout]    |
[INFO] [stdout] 59 |             (u8::max_value() - ((number_to_sub - current_number) - 1)) // - 1 to take into account the zero
[INFO] [stdout]    |             ^                                                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 59 -             (u8::max_value() - ((number_to_sub - current_number) - 1)) // - 1 to take into account the zero
[INFO] [stdout] 59 +             u8::max_value() - ((number_to_sub - current_number) - 1) // - 1 to take into account the zero
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `can_grow` is never read
[INFO] [stdout]    --> bft_interp/src/lib.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 99  | pub struct BFVirtualMachine<'a, T> {
[INFO] [stdout]     |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 103 |     can_grow: bool,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `BFVirtualMachine` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling atty v0.2.13
[INFO] [stderr]    Compiling clap v2.33.0
[INFO] [stderr]    Compiling bft v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.03s
[INFO] running `Command { std: "docker" "inspect" "5f1c78638a0117f26f8f118daace231f93360d0869272bf0b7d97e8b3a13f543", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f1c78638a0117f26f8f118daace231f93360d0869272bf0b7d97e8b3a13f543", kill_on_drop: false }`
[INFO] [stdout] 5f1c78638a0117f26f8f118daace231f93360d0869272bf0b7d97e8b3a13f543
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] da4794749ae1c367284f4617fe8b8b704ed0cd2e8a07927027930b4dcfc1ff5d
[INFO] running `Command { std: "docker" "start" "-a" "da4794749ae1c367284f4617fe8b8b704ed0cd2e8a07927027930b4dcfc1ff5d", kill_on_drop: false }`
[INFO] [stderr]    Compiling bft v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> bft_interp/src/lib.rs:50:13
[INFO] [stdout]    |
[INFO] [stdout] 50 |             (number_to_add - ((u8::max_value() - current_number) + 1)) // + 1 to take into account the zero
[INFO] [stdout]    |             ^                                                        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 50 -             (number_to_add - ((u8::max_value() - current_number) + 1)) // + 1 to take into account the zero
[INFO] [stdout] 50 +             number_to_add - ((u8::max_value() - current_number) + 1) // + 1 to take into account the zero
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]   --> bft_interp/src/lib.rs:59:13
[INFO] [stdout]    |
[INFO] [stdout] 59 |             (u8::max_value() - ((number_to_sub - current_number) - 1)) // - 1 to take into account the zero
[INFO] [stdout]    |             ^                                                        ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 59 -             (u8::max_value() - ((number_to_sub - current_number) - 1)) // - 1 to take into account the zero
[INFO] [stdout] 59 +             u8::max_value() - ((number_to_sub - current_number) - 1) // - 1 to take into account the zero
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `can_grow` is never read
[INFO] [stdout]    --> bft_interp/src/lib.rs:103:5
[INFO] [stdout]     |
[INFO] [stdout] 99  | pub struct BFVirtualMachine<'a, T> {
[INFO] [stdout]     |            ---------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 103 |     can_grow: bool,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `BFVirtualMachine` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.37s
[INFO] running `Command { std: "docker" "inspect" "da4794749ae1c367284f4617fe8b8b704ed0cd2e8a07927027930b4dcfc1ff5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da4794749ae1c367284f4617fe8b8b704ed0cd2e8a07927027930b4dcfc1ff5d", kill_on_drop: false }`
[INFO] [stdout] da4794749ae1c367284f4617fe8b8b704ed0cd2e8a07927027930b4dcfc1ff5d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2025-01-18" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0869ac9dc9bc59ed1c5d6ea917acf38f31d9100359a4ad27235369e30eef7010
[INFO] running `Command { std: "docker" "start" "-a" "0869ac9dc9bc59ed1c5d6ea917acf38f31d9100359a4ad27235369e30eef7010", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]   --> bft_interp/src/lib.rs:50:13
[INFO] [stderr]    |
[INFO] [stderr] 50 |             (number_to_add - ((u8::max_value() - current_number) + 1)) // + 1 to take into account the zero
[INFO] [stderr]    |             ^                                                        ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 50 -             (number_to_add - ((u8::max_value() - current_number) + 1)) // + 1 to take into account the zero
[INFO] [stderr] 50 +             number_to_add - ((u8::max_value() - current_number) + 1) // + 1 to take into account the zero
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]   --> bft_interp/src/lib.rs:59:13
[INFO] [stderr]    |
[INFO] [stderr] 59 |             (u8::max_value() - ((number_to_sub - current_number) - 1)) // - 1 to take into account the zero
[INFO] [stderr]    |             ^                                                        ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 59 -             (u8::max_value() - ((number_to_sub - current_number) - 1)) // - 1 to take into account the zero
[INFO] [stderr] 59 +             u8::max_value() - ((number_to_sub - current_number) - 1) // - 1 to take into account the zero
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: field `can_grow` is never read
[INFO] [stderr]    --> bft_interp/src/lib.rs:103:5
[INFO] [stderr]     |
[INFO] [stderr] 99  | pub struct BFVirtualMachine<'a, T> {
[INFO] [stderr]     |            ---------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 103 |     can_grow: bool,
[INFO] [stderr]     |     ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `BFVirtualMachine` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `bft_interp` (lib) generated 3 warnings (run `cargo fix --lib -p bft_interp` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bft-a22ec71b62e89b0f)
[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" "0869ac9dc9bc59ed1c5d6ea917acf38f31d9100359a4ad27235369e30eef7010", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0869ac9dc9bc59ed1c5d6ea917acf38f31d9100359a4ad27235369e30eef7010", kill_on_drop: false }`
[INFO] [stdout] 0869ac9dc9bc59ed1c5d6ea917acf38f31d9100359a4ad27235369e30eef7010
