Oct 26 22:12:07.376 INFO checking rinon/icfp2017 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 22:12:07.376 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 26 22:12:07.739 INFO blam! 83be5597fa0e1b4b7ce76eef7d8481618d78c8365e215adfec66ff081c0250cf Oct 26 22:12:07.743 INFO running `"docker" "start" "-a" "83be5597fa0e1b4b7ce76eef7d8481618d78c8365e215adfec66ff081c0250cf"` Oct 26 22:12:08.346 INFO kablam! usermod: no changes Oct 26 22:12:08.443 INFO kablam! Checking serde_bytes v0.10.1 Oct 26 22:12:08.443 INFO kablam! Checking bincode v0.8.0 Oct 26 22:12:09.487 INFO kablam! Checking punter v0.1.0 (/source) Oct 26 22:12:11.357 INFO kablam! warning: variable `iterations` is assigned to, but never used Oct 26 22:12:11.357 INFO kablam! --> src/punter.rs:315:17 Oct 26 22:12:11.357 INFO kablam! | Oct 26 22:12:11.357 INFO kablam! 315 | let mut iterations = 0; Oct 26 22:12:11.357 INFO kablam! | ^^^^^^^^^^ Oct 26 22:12:11.357 INFO kablam! | Oct 26 22:12:11.357 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:12:11.357 INFO kablam! = note: consider using `_iterations` instead Oct 26 22:12:11.357 INFO kablam! Oct 26 22:12:11.458 INFO kablam! warning: variable `iterations` is assigned to, but never used Oct 26 22:12:11.458 INFO kablam! --> src/punter.rs:315:17 Oct 26 22:12:11.458 INFO kablam! | Oct 26 22:12:11.458 INFO kablam! 315 | let mut iterations = 0; Oct 26 22:12:11.458 INFO kablam! | ^^^^^^^^^^ Oct 26 22:12:11.458 INFO kablam! | Oct 26 22:12:11.458 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:12:11.458 INFO kablam! = note: consider using `_iterations` instead Oct 26 22:12:11.458 INFO kablam! Oct 26 22:12:13.343 INFO kablam! warning: unused variable: `handshake` Oct 26 22:12:13.343 INFO kablam! --> src/bin/punter.rs:53:13 Oct 26 22:12:13.343 INFO kablam! | Oct 26 22:12:13.343 INFO kablam! 53 | let handshake: protocol::HandshakeS = self.recv_message(reader) Oct 26 22:12:13.343 INFO kablam! | ^^^^^^^^^ help: consider using `_handshake` instead Oct 26 22:12:13.343 INFO kablam! | Oct 26 22:12:13.344 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:12:13.344 INFO kablam! Oct 26 22:12:13.344 INFO kablam! warning: unused variable: `stop` Oct 26 22:12:13.344 INFO kablam! --> src/bin/punter.rs:104:40 Oct 26 22:12:13.344 INFO kablam! | Oct 26 22:12:13.344 INFO kablam! 104 | protocol::OfflineStop {stop, state} Oct 26 22:12:13.344 INFO kablam! | ^^^^ help: try ignoring the field: `stop: _` Oct 26 22:12:13.344 INFO kablam! Oct 26 22:12:13.344 INFO kablam! warning: unused variable: `state` Oct 26 22:12:13.344 INFO kablam! --> src/bin/punter.rs:104:46 Oct 26 22:12:13.344 INFO kablam! | Oct 26 22:12:13.344 INFO kablam! 104 | protocol::OfflineStop {stop, state} Oct 26 22:12:13.344 INFO kablam! | ^^^^^ help: try ignoring the field: `state: _` Oct 26 22:12:13.345 INFO kablam! Oct 26 22:12:13.355 INFO kablam! warning: unused variable: `handshake` Oct 26 22:12:13.355 INFO kablam! --> src/bin/punter.rs:53:13 Oct 26 22:12:13.355 INFO kablam! | Oct 26 22:12:13.355 INFO kablam! 53 | let handshake: protocol::HandshakeS = self.recv_message(reader) Oct 26 22:12:13.355 INFO kablam! | ^^^^^^^^^ help: consider using `_handshake` instead Oct 26 22:12:13.355 INFO kablam! | Oct 26 22:12:13.355 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:12:13.355 INFO kablam! Oct 26 22:12:13.355 INFO kablam! warning: unused variable: `stop` Oct 26 22:12:13.355 INFO kablam! --> src/bin/punter.rs:104:40 Oct 26 22:12:13.355 INFO kablam! | Oct 26 22:12:13.355 INFO kablam! 104 | protocol::OfflineStop {stop, state} Oct 26 22:12:13.355 INFO kablam! | ^^^^ help: try ignoring the field: `stop: _` Oct 26 22:12:13.355 INFO kablam! Oct 26 22:12:13.355 INFO kablam! warning: unused variable: `state` Oct 26 22:12:13.355 INFO kablam! --> src/bin/punter.rs:104:46 Oct 26 22:12:13.355 INFO kablam! | Oct 26 22:12:13.355 INFO kablam! 104 | protocol::OfflineStop {stop, state} Oct 26 22:12:13.355 INFO kablam! | ^^^^^ help: try ignoring the field: `state: _` Oct 26 22:12:13.355 INFO kablam! Oct 26 22:12:13.475 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.12s Oct 26 22:12:13.485 INFO kablam! su: No module specific data is present Oct 26 22:12:13.702 INFO running `"docker" "rm" "-f" "83be5597fa0e1b4b7ce76eef7d8481618d78c8365e215adfec66ff081c0250cf"` Oct 26 22:12:13.859 INFO blam! 83be5597fa0e1b4b7ce76eef7d8481618d78c8365e215adfec66ff081c0250cf