[INFO] cloning repository https://github.com/henryroyal/cli-binary-search [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/henryroyal/cli-binary-search" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhenryroyal%2Fcli-binary-search"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhenryroyal%2Fcli-binary-search'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a2fc3d7a0657071152ab8c219d13e18a94aa6942 [INFO] checking henryroyal/cli-binary-search against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhenryroyal%2Fcli-binary-search" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/henryroyal/cli-binary-search on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/henryroyal/cli-binary-search [INFO] finished tweaking git repo https://github.com/henryroyal/cli-binary-search [INFO] tweaked toml for git repo https://github.com/henryroyal/cli-binary-search written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/henryroyal/cli-binary-search already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 78440ff7f63818da896708ea6471d97c3efb47e73b5cafab324149d1cf02f6b1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "78440ff7f63818da896708ea6471d97c3efb47e73b5cafab324149d1cf02f6b1"` [INFO] [stderr] Checking binary_search v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `len_one` [INFO] [stderr] --> src/main.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | let len_one = one.remove(0); [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_len_one` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `len_two` [INFO] [stderr] --> src/main.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | let len_two = two.remove(0); [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_len_two` [INFO] [stderr] [INFO] [stderr] warning: variable `DEBUG` should have a snake case name [INFO] [stderr] --> src/main.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | let DEBUG: bool = false; [INFO] [stderr] | ^^^^^ help: convert the identifier to snake case: `debug` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:88:5 [INFO] [stderr] | [INFO] [stderr] 88 | stdin.read_line(&mut buffer); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused variable: `len_one` [INFO] [stderr] --> src/main.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | let len_one = one.remove(0); [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_len_one` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `len_two` [INFO] [stderr] --> src/main.rs:28:9 [INFO] [stderr] | [INFO] [stderr] 28 | let len_two = two.remove(0); [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_len_two` [INFO] [stderr] [INFO] [stderr] warning: variable `DEBUG` should have a snake case name [INFO] [stderr] --> src/main.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | let DEBUG: bool = false; [INFO] [stderr] | ^^^^^ help: convert the identifier to snake case: `debug` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:88:5 [INFO] [stderr] | [INFO] [stderr] 88 | stdin.read_line(&mut buffer); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.55s [INFO] running `"docker" "inspect" "78440ff7f63818da896708ea6471d97c3efb47e73b5cafab324149d1cf02f6b1"` [INFO] running `"docker" "rm" "-f" "78440ff7f63818da896708ea6471d97c3efb47e73b5cafab324149d1cf02f6b1"` [INFO] [stdout] 78440ff7f63818da896708ea6471d97c3efb47e73b5cafab324149d1cf02f6b1