Oct 27 02:46:51.361 INFO checking jonahwilliams/dql against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 02:46:51.361 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/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 27 02:46:51.864 INFO blam! fa1110b0f6b6b914ce3cbe80ff025e738c8260cc71474f6daa697101acc7e458 Oct 27 02:46:51.867 INFO running `"docker" "start" "-a" "fa1110b0f6b6b914ce3cbe80ff025e738c8260cc71474f6daa697101acc7e458"` Oct 27 02:46:53.299 INFO kablam! usermod: no changes Oct 27 02:46:53.351 INFO kablam! Checking damage_query_language v0.1.0 (/source) Oct 27 02:46:54.111 INFO kablam! warning: unused variable: `acc` Oct 27 02:46:54.111 INFO kablam! --> src/main.rs:65:17 Oct 27 02:46:54.111 INFO kablam! | Oct 27 02:46:54.111 INFO kablam! 65 | let mut acc = String::new(); Oct 27 02:46:54.111 INFO kablam! | ^^^ help: consider using `_acc` instead Oct 27 02:46:54.111 INFO kablam! | Oct 27 02:46:54.111 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 02:46:54.111 INFO kablam! Oct 27 02:46:54.111 INFO kablam! warning: unused variable: `result` Oct 27 02:46:54.111 INFO kablam! --> src/main.rs:314:25 Oct 27 02:46:54.111 INFO kablam! | Oct 27 02:46:54.111 INFO kablam! 314 | let mut result = *l; Oct 27 02:46:54.111 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 27 02:46:54.111 INFO kablam! Oct 27 02:46:54.131 INFO kablam! warning: variable does not need to be mutable Oct 27 02:46:54.131 INFO kablam! --> src/main.rs:65:13 Oct 27 02:46:54.131 INFO kablam! | Oct 27 02:46:54.131 INFO kablam! 65 | let mut acc = String::new(); Oct 27 02:46:54.131 INFO kablam! | ----^^^ Oct 27 02:46:54.131 INFO kablam! | | Oct 27 02:46:54.131 INFO kablam! | help: remove this `mut` Oct 27 02:46:54.131 INFO kablam! | Oct 27 02:46:54.131 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 02:46:54.131 INFO kablam! Oct 27 02:46:54.159 INFO kablam! warning: constant item is never used: `RESERVED_PHRASES` Oct 27 02:46:54.159 INFO kablam! --> src/main.rs:28:1 Oct 27 02:46:54.159 INFO kablam! | Oct 27 02:46:54.159 INFO kablam! 28 | const RESERVED_PHRASES: [&'static str; 4] = ["AVERAGE", "MIN", "MAX", "QUERY"]; Oct 27 02:46:54.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:46:54.159 INFO kablam! | Oct 27 02:46:54.159 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 02:46:54.159 INFO kablam! Oct 27 02:46:54.187 INFO kablam! warning: unused variable: `acc` Oct 27 02:46:54.187 INFO kablam! --> src/main.rs:65:17 Oct 27 02:46:54.187 INFO kablam! | Oct 27 02:46:54.188 INFO kablam! 65 | let mut acc = String::new(); Oct 27 02:46:54.188 INFO kablam! | ^^^ help: consider using `_acc` instead Oct 27 02:46:54.188 INFO kablam! | Oct 27 02:46:54.188 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 02:46:54.189 INFO kablam! Oct 27 02:46:54.189 INFO kablam! warning: unused variable: `result` Oct 27 02:46:54.189 INFO kablam! --> src/main.rs:314:25 Oct 27 02:46:54.189 INFO kablam! | Oct 27 02:46:54.190 INFO kablam! 314 | let mut result = *l; Oct 27 02:46:54.190 INFO kablam! | ^^^^^^ help: consider using `_result` instead Oct 27 02:46:54.190 INFO kablam! Oct 27 02:46:54.191 INFO kablam! warning: variable does not need to be mutable Oct 27 02:46:54.191 INFO kablam! --> src/main.rs:65:13 Oct 27 02:46:54.191 INFO kablam! | Oct 27 02:46:54.191 INFO kablam! 65 | let mut acc = String::new(); Oct 27 02:46:54.192 INFO kablam! | ----^^^ Oct 27 02:46:54.192 INFO kablam! | | Oct 27 02:46:54.192 INFO kablam! | help: remove this `mut` Oct 27 02:46:54.192 INFO kablam! | Oct 27 02:46:54.192 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 02:46:54.192 INFO kablam! Oct 27 02:46:54.203 INFO kablam! warning: constant item is never used: `RESERVED_PHRASES` Oct 27 02:46:54.203 INFO kablam! --> src/main.rs:28:1 Oct 27 02:46:54.203 INFO kablam! | Oct 27 02:46:54.204 INFO kablam! 28 | const RESERVED_PHRASES: [&'static str; 4] = ["AVERAGE", "MIN", "MAX", "QUERY"]; Oct 27 02:46:54.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:46:54.204 INFO kablam! | Oct 27 02:46:54.205 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 02:46:54.205 INFO kablam! Oct 27 02:46:54.236 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.91s Oct 27 02:46:54.236 INFO kablam! su: No module specific data is present Oct 27 02:46:54.848 INFO running `"docker" "rm" "-f" "fa1110b0f6b6b914ce3cbe80ff025e738c8260cc71474f6daa697101acc7e458"` Oct 27 02:46:55.075 INFO blam! fa1110b0f6b6b914ce3cbe80ff025e738c8260cc71474f6daa697101acc7e458