[INFO] cloning repository https://github.com/bencelaszlo/randoom [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bencelaszlo/randoom" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbencelaszlo%2Frandoom"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbencelaszlo%2Frandoom'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ee40e5642f5a4b94183176744d855c0b8150b647 [INFO] checking bencelaszlo/randoom against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbencelaszlo%2Frandoom" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bencelaszlo/randoom on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/bencelaszlo/randoom [INFO] finished tweaking git repo https://github.com/bencelaszlo/randoom [INFO] tweaked toml for git repo https://github.com/bencelaszlo/randoom written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/bencelaszlo/randoom already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 035dfeb4b06b439c2f22ad66914815ad6cfe1452505f5294bce87d6b1ae2ddcd [INFO] running `"docker" "start" "-a" "035dfeb4b06b439c2f22ad66914815ad6cfe1452505f5294bce87d6b1ae2ddcd"` [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Checking term_size v0.3.1 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking cgmath v0.16.1 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Checking randoom v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/io.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 48 | let mut processed_line: String = line.split_whitespace().collect(); // Remove whitespaces from the string [INFO] [stderr] | ----^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `is_letter_char` [INFO] [stderr] --> src/generator.rs:79:1 [INFO] [stderr] | [INFO] [stderr] 79 | fn is_letter_char(c: u8) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `read_lines_from_file` [INFO] [stderr] --> src/io.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | fn read_lines_from_file(file_path: String, json_string: &mut String) -> std::io::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `deserialize_json_schema` [INFO] [stderr] --> src/io.rs:55:1 [INFO] [stderr] | [INFO] [stderr] 55 | pub fn deserialize_json_schema(file_path: String) -> std::io::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/io.rs:48:13 [INFO] [stderr] | [INFO] [stderr] 48 | let mut processed_line: String = line.split_whitespace().collect(); // Remove whitespaces from the string [INFO] [stderr] | ----^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `is_letter_char` [INFO] [stderr] --> src/generator.rs:79:1 [INFO] [stderr] | [INFO] [stderr] 79 | fn is_letter_char(c: u8) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `read_lines_from_file` [INFO] [stderr] --> src/io.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | fn read_lines_from_file(file_path: String, json_string: &mut String) -> std::io::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `deserialize_json_schema` [INFO] [stderr] --> src/io.rs:55:1 [INFO] [stderr] | [INFO] [stderr] 55 | pub fn deserialize_json_schema(file_path: String) -> std::io::Result<()> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.64s [INFO] running `"docker" "inspect" "035dfeb4b06b439c2f22ad66914815ad6cfe1452505f5294bce87d6b1ae2ddcd"` [INFO] running `"docker" "rm" "-f" "035dfeb4b06b439c2f22ad66914815ad6cfe1452505f5294bce87d6b1ae2ddcd"` [INFO] [stdout] 035dfeb4b06b439c2f22ad66914815ad6cfe1452505f5294bce87d6b1ae2ddcd