Oct 31 21:30:41.765 INFO checking sebglazebrook/rust-shell against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 21:30:41.765 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-2/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 21:30:42.244 INFO blam! e4d2340f6dbe4616d73167a191d1b18c5fa0fc5c58758780e7376ba49843cfc8 Oct 31 21:30:42.248 INFO running `"docker" "start" "-a" "e4d2340f6dbe4616d73167a191d1b18c5fa0fc5c58758780e7376ba49843cfc8"` Oct 31 21:30:43.556 INFO kablam! usermod: no changes Oct 31 21:30:43.664 INFO kablam! Checking rust-shell v0.1.0 (/source) Oct 31 21:30:44.160 INFO kablam! warning: unused variable: `command_string` Oct 31 21:30:44.161 INFO kablam! --> src/lib.rs:9:25 Oct 31 21:30:44.161 INFO kablam! | Oct 31 21:30:44.161 INFO kablam! 9 | pub fn parse(&self, command_string: &str) -> CommandProxy { Oct 31 21:30:44.161 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_command_string` instead Oct 31 21:30:44.161 INFO kablam! | Oct 31 21:30:44.161 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 21:30:44.161 INFO kablam! Oct 31 21:30:44.172 INFO kablam! warning: struct is never constructed: `Parser` Oct 31 21:30:44.172 INFO kablam! --> src/lib.rs:1:1 Oct 31 21:30:44.172 INFO kablam! | Oct 31 21:30:44.172 INFO kablam! 1 | struct Parser; Oct 31 21:30:44.172 INFO kablam! | ^^^^^^^^^^^^^^ Oct 31 21:30:44.172 INFO kablam! | Oct 31 21:30:44.172 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 21:30:44.172 INFO kablam! Oct 31 21:30:44.172 INFO kablam! warning: method is never used: `new` Oct 31 21:30:44.172 INFO kablam! --> src/lib.rs:5:5 Oct 31 21:30:44.172 INFO kablam! | Oct 31 21:30:44.172 INFO kablam! 5 | pub fn new() -> Self { Oct 31 21:30:44.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 21:30:44.172 INFO kablam! Oct 31 21:30:44.172 INFO kablam! warning: method is never used: `parse` Oct 31 21:30:44.172 INFO kablam! --> src/lib.rs:9:5 Oct 31 21:30:44.173 INFO kablam! | Oct 31 21:30:44.173 INFO kablam! 9 | pub fn parse(&self, command_string: &str) -> CommandProxy { Oct 31 21:30:44.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 21:30:44.173 INFO kablam! Oct 31 21:30:44.173 INFO kablam! warning: struct is never constructed: `CommandProxy` Oct 31 21:30:44.173 INFO kablam! --> src/lib.rs:16:1 Oct 31 21:30:44.173 INFO kablam! | Oct 31 21:30:44.173 INFO kablam! 16 | struct CommandProxy<'a> { Oct 31 21:30:44.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 21:30:44.173 INFO kablam! Oct 31 21:30:44.173 INFO kablam! warning: method is never used: `new` Oct 31 21:30:44.173 INFO kablam! --> src/lib.rs:23:5 Oct 31 21:30:44.173 INFO kablam! | Oct 31 21:30:44.173 INFO kablam! 23 | pub fn new() -> Self { Oct 31 21:30:44.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 21:30:44.173 INFO kablam! Oct 31 21:30:44.173 INFO kablam! warning: method is never used: `name` Oct 31 21:30:44.173 INFO kablam! --> src/lib.rs:27:5 Oct 31 21:30:44.173 INFO kablam! | Oct 31 21:30:44.173 INFO kablam! 27 | pub fn name(&mut self, name: &'a str) { Oct 31 21:30:44.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 21:30:44.173 INFO kablam! Oct 31 21:30:44.196 INFO kablam! warning: unused variable: `command_string` Oct 31 21:30:44.196 INFO kablam! --> src/lib.rs:9:25 Oct 31 21:30:44.196 INFO kablam! | Oct 31 21:30:44.196 INFO kablam! 9 | pub fn parse(&self, command_string: &str) -> CommandProxy { Oct 31 21:30:44.196 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_command_string` instead Oct 31 21:30:44.196 INFO kablam! | Oct 31 21:30:44.196 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 21:30:44.196 INFO kablam! Oct 31 21:30:44.636 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.04s Oct 31 21:30:44.640 INFO kablam! su: No module specific data is present Oct 31 21:30:45.153 INFO running `"docker" "rm" "-f" "e4d2340f6dbe4616d73167a191d1b18c5fa0fc5c58758780e7376ba49843cfc8"` Oct 31 21:30:45.494 INFO blam! e4d2340f6dbe4616d73167a191d1b18c5fa0fc5c58758780e7376ba49843cfc8