Oct 21 16:49:48.073 INFO checking jonahwilliams/dql against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:49:48.073 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 16:49:48.452 INFO blam! 8c4e2c5931671ad0f13815e4820ff0bfd721aaed40b3def485e284e21a4b9cc7 Oct 21 16:49:48.464 INFO running `"docker" "start" "-a" "8c4e2c5931671ad0f13815e4820ff0bfd721aaed40b3def485e284e21a4b9cc7"` Oct 21 16:49:49.648 INFO kablam! usermod: no changes Oct 21 16:49:49.685 INFO kablam! Checking damage_query_language v0.1.0 (/source) Oct 21 16:49:50.280 INFO kablam! warning: unused variable: `acc` Oct 21 16:49:50.281 INFO kablam! --> src/main.rs:65:17 Oct 21 16:49:50.281 INFO kablam! | Oct 21 16:49:50.281 INFO kablam! 65 | let mut acc = String::new(); Oct 21 16:49:50.282 INFO kablam! | ^^^ help: consider using `_acc` instead Oct 21 16:49:50.282 INFO kablam! | Oct 21 16:49:50.282 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:49:50.283 INFO kablam! Oct 21 16:49:50.283 INFO kablam! warning: unused variable: `result` Oct 21 16:49:50.283 INFO kablam! --> src/main.rs:314:25 Oct 21 16:49:50.284 INFO kablam! | Oct 21 16:49:50.284 INFO kablam! 314 | let mut result = *l; Oct 21 16:49:50.284 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 21 16:49:50.285 INFO kablam! Oct 21 16:49:50.304 INFO kablam! warning: variable does not need to be mutable Oct 21 16:49:50.305 INFO kablam! --> src/main.rs:65:13 Oct 21 16:49:50.305 INFO kablam! | Oct 21 16:49:50.306 INFO kablam! 65 | let mut acc = String::new(); Oct 21 16:49:50.306 INFO kablam! | ----^^^ Oct 21 16:49:50.306 INFO kablam! | | Oct 21 16:49:50.306 INFO kablam! | help: remove this `mut` Oct 21 16:49:50.307 INFO kablam! | Oct 21 16:49:50.307 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:49:50.307 INFO kablam! Oct 21 16:49:50.323 INFO kablam! warning: constant item is never used: `RESERVED_PHRASES` Oct 21 16:49:50.323 INFO kablam! --> src/main.rs:28:1 Oct 21 16:49:50.323 INFO kablam! | Oct 21 16:49:50.323 INFO kablam! 28 | const RESERVED_PHRASES: [&'static str; 4] = ["AVERAGE", "MIN", "MAX", "QUERY"]; Oct 21 16:49:50.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:49:50.325 INFO kablam! | Oct 21 16:49:50.325 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:49:50.325 INFO kablam! Oct 21 16:49:50.700 INFO kablam! warning: unused variable: `acc` Oct 21 16:49:50.700 INFO kablam! --> src/main.rs:65:17 Oct 21 16:49:50.700 INFO kablam! | Oct 21 16:49:50.700 INFO kablam! 65 | let mut acc = String::new(); Oct 21 16:49:50.700 INFO kablam! | ^^^ help: consider using `_acc` instead Oct 21 16:49:50.700 INFO kablam! | Oct 21 16:49:50.700 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:49:50.700 INFO kablam! Oct 21 16:49:50.700 INFO kablam! warning: unused variable: `result` Oct 21 16:49:50.700 INFO kablam! --> src/main.rs:314:25 Oct 21 16:49:50.700 INFO kablam! | Oct 21 16:49:50.700 INFO kablam! 314 | let mut result = *l; Oct 21 16:49:50.700 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 21 16:49:50.700 INFO kablam! Oct 21 16:49:50.712 INFO kablam! warning: variable does not need to be mutable Oct 21 16:49:50.712 INFO kablam! --> src/main.rs:65:13 Oct 21 16:49:50.712 INFO kablam! | Oct 21 16:49:50.712 INFO kablam! 65 | let mut acc = String::new(); Oct 21 16:49:50.712 INFO kablam! | ----^^^ Oct 21 16:49:50.712 INFO kablam! | | Oct 21 16:49:50.712 INFO kablam! | help: remove this `mut` Oct 21 16:49:50.712 INFO kablam! | Oct 21 16:49:50.712 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:49:50.712 INFO kablam! Oct 21 16:49:50.740 INFO kablam! warning: constant item is never used: `RESERVED_PHRASES` Oct 21 16:49:50.740 INFO kablam! --> src/main.rs:28:1 Oct 21 16:49:50.740 INFO kablam! | Oct 21 16:49:50.740 INFO kablam! 28 | const RESERVED_PHRASES: [&'static str; 4] = ["AVERAGE", "MIN", "MAX", "QUERY"]; Oct 21 16:49:50.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:49:50.740 INFO kablam! | Oct 21 16:49:50.740 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:49:50.740 INFO kablam! Oct 21 16:49:50.796 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 21 16:49:50.796 INFO kablam! su: No module specific data is present Oct 21 16:49:52.444 INFO running `"docker" "rm" "-f" "8c4e2c5931671ad0f13815e4820ff0bfd721aaed40b3def485e284e21a4b9cc7"` Oct 21 16:49:52.704 INFO blam! 8c4e2c5931671ad0f13815e4820ff0bfd721aaed40b3def485e284e21a4b9cc7