Oct 21 21:30:58.970 INFO checking Geal/grad against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:30:58.970 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 21:30:59.121 INFO blam! 1a65735eec3de50a61a6f78794457d0f0ef76904db2efaf48d02f5e7e8e2d35b Oct 21 21:30:59.121 INFO running `"docker" "start" "-a" "1a65735eec3de50a61a6f78794457d0f0ef76904db2efaf48d02f5e7e8e2d35b"` Oct 21 21:30:59.413 INFO kablam! usermod: no changes Oct 21 21:30:59.625 INFO kablam! Checking input_buffer v0.2.0 Oct 21 21:30:59.626 INFO kablam! Checking serde_urlencoded v0.5.3 Oct 21 21:30:59.627 INFO kablam! Checking sha-1 v0.7.0 Oct 21 21:30:59.630 INFO kablam! Checking pretty_env_logger v0.2.4 Oct 21 21:30:59.630 INFO kablam! Checking hyper v0.12.8 Oct 21 21:31:00.237 INFO kablam! Checking tungstenite v0.6.0 Oct 21 21:31:04.220 INFO kablam! Checking warp v0.1.2 Oct 21 21:31:08.665 INFO kablam! Checking grad v0.1.0 (/source) Oct 21 21:31:12.106 INFO kablam! warning: unused imports: `Response`, `StatusCode` Oct 21 21:31:12.106 INFO kablam! --> src/main.rs:19:18 Oct 21 21:31:12.106 INFO kablam! | Oct 21 21:31:12.106 INFO kablam! 19 | use warp::http::{Response,StatusCode}; Oct 21 21:31:12.106 INFO kablam! | ^^^^^^^^ ^^^^^^^^^^ Oct 21 21:31:12.106 INFO kablam! | Oct 21 21:31:12.106 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:31:12.106 INFO kablam! Oct 21 21:31:12.106 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 21:31:12.106 INFO kablam! --> src/main.rs:87:29 Oct 21 21:31:12.106 INFO kablam! | Oct 21 21:31:12.106 INFO kablam! 87 | warp::serve(routes).run((server)); Oct 21 21:31:12.106 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 21 21:31:12.106 INFO kablam! | Oct 21 21:31:12.106 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 21:31:12.106 INFO kablam! Oct 21 21:31:12.112 INFO kablam! warning: unused imports: `Response`, `StatusCode` Oct 21 21:31:12.112 INFO kablam! --> src/main.rs:19:18 Oct 21 21:31:12.112 INFO kablam! | Oct 21 21:31:12.112 INFO kablam! 19 | use warp::http::{Response,StatusCode}; Oct 21 21:31:12.112 INFO kablam! | ^^^^^^^^ ^^^^^^^^^^ Oct 21 21:31:12.112 INFO kablam! | Oct 21 21:31:12.112 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:31:12.112 INFO kablam! Oct 21 21:31:12.112 INFO kablam! warning: unnecessary parentheses around method argument Oct 21 21:31:12.112 INFO kablam! --> src/main.rs:87:29 Oct 21 21:31:12.112 INFO kablam! | Oct 21 21:31:12.112 INFO kablam! 87 | warp::serve(routes).run((server)); Oct 21 21:31:12.112 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 21 21:31:12.112 INFO kablam! | Oct 21 21:31:12.112 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 21:31:12.112 INFO kablam! Oct 21 21:31:12.590 INFO kablam! warning: struct is never constructed: `NoneAggregator` Oct 21 21:31:12.590 INFO kablam! --> src/metrics/mod.rs:172:1 Oct 21 21:31:12.590 INFO kablam! | Oct 21 21:31:12.590 INFO kablam! 172 | pub struct NoneAggregator> { Oct 21 21:31:12.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:31:12.590 INFO kablam! | Oct 21 21:31:12.590 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:31:12.590 INFO kablam! Oct 21 21:31:12.590 INFO kablam! warning: method is never used: `from` Oct 21 21:31:12.590 INFO kablam! --> src/metrics/mod.rs:177:3 Oct 21 21:31:12.590 INFO kablam! | Oct 21 21:31:12.590 INFO kablam! 177 | pub fn from(iterator: T) -> Self { Oct 21 21:31:12.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:31:12.590 INFO kablam! Oct 21 21:31:12.590 INFO kablam! warning: function is never used: `send_test` Oct 21 21:31:12.590 INFO kablam! --> src/main.rs:90:1 Oct 21 21:31:12.590 INFO kablam! | Oct 21 21:31:12.590 INFO kablam! 90 | fn send_test() -> Result { Oct 21 21:31:12.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:31:12.590 INFO kablam! Oct 21 21:31:12.743 INFO kablam! warning: struct is never constructed: `NoneAggregator` Oct 21 21:31:12.743 INFO kablam! --> src/metrics/mod.rs:172:1 Oct 21 21:31:12.743 INFO kablam! | Oct 21 21:31:12.743 INFO kablam! 172 | pub struct NoneAggregator> { Oct 21 21:31:12.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:31:12.743 INFO kablam! | Oct 21 21:31:12.743 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:31:12.743 INFO kablam! Oct 21 21:31:12.743 INFO kablam! warning: method is never used: `from` Oct 21 21:31:12.744 INFO kablam! --> src/metrics/mod.rs:177:3 Oct 21 21:31:12.744 INFO kablam! | Oct 21 21:31:12.744 INFO kablam! 177 | pub fn from(iterator: T) -> Self { Oct 21 21:31:12.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:31:12.744 INFO kablam! Oct 21 21:31:12.744 INFO kablam! warning: function is never used: `send_test` Oct 21 21:31:12.744 INFO kablam! --> src/main.rs:90:1 Oct 21 21:31:12.744 INFO kablam! | Oct 21 21:31:12.744 INFO kablam! 90 | fn send_test() -> Result { Oct 21 21:31:12.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:31:12.744 INFO kablam! Oct 21 21:31:12.777 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.35s Oct 21 21:31:12.790 INFO kablam! su: No module specific data is present Oct 21 21:31:13.055 INFO running `"docker" "rm" "-f" "1a65735eec3de50a61a6f78794457d0f0ef76904db2efaf48d02f5e7e8e2d35b"` Oct 21 21:31:13.126 INFO blam! 1a65735eec3de50a61a6f78794457d0f0ef76904db2efaf48d02f5e7e8e2d35b