Oct 27 04:05:15.730 INFO checking guilherme/sg against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 04:05:15.732 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 04:05:15.982 INFO blam! 089f2f02309cb3fe6268bfa7393503e0e5e46376690bfd50461053a5655200cb Oct 27 04:05:15.984 INFO running `"docker" "start" "-a" "089f2f02309cb3fe6268bfa7393503e0e5e46376690bfd50461053a5655200cb"` Oct 27 04:05:16.577 INFO kablam! usermod: no changes Oct 27 04:05:16.651 INFO kablam! Checking clap v2.19.2 Oct 27 04:05:21.351 INFO kablam! Checking sg v0.1.0 (/source) Oct 27 04:05:21.991 INFO kablam! warning: unused variable: `event` Oct 27 04:05:21.991 INFO kablam! --> src/sg/headless_ui.rs:22:23 Oct 27 04:05:21.991 INFO kablam! | Oct 27 04:05:21.991 INFO kablam! 22 | fn trigger(&self, event: &'static str) -> () { Oct 27 04:05:21.991 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 27 04:05:21.991 INFO kablam! | Oct 27 04:05:21.991 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:05:21.991 INFO kablam! Oct 27 04:05:21.991 INFO kablam! warning: unused variable: `headless` Oct 27 04:05:21.991 INFO kablam! --> src/sg/factories/app_factory.rs:20:26 Oct 27 04:05:21.991 INFO kablam! | Oct 27 04:05:21.991 INFO kablam! 20 | fn create_view(self, headless: bool) -> Box { Oct 27 04:05:21.991 INFO kablam! | ^^^^^^^^ help: consider using `_headless` instead Oct 27 04:05:21.991 INFO kablam! Oct 27 04:05:22.015 INFO kablam! warning: unused variable: `event` Oct 27 04:05:22.015 INFO kablam! --> src/sg/headless_ui.rs:22:23 Oct 27 04:05:22.015 INFO kablam! | Oct 27 04:05:22.015 INFO kablam! 22 | fn trigger(&self, event: &'static str) -> () { Oct 27 04:05:22.015 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 27 04:05:22.015 INFO kablam! | Oct 27 04:05:22.015 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:05:22.015 INFO kablam! Oct 27 04:05:22.015 INFO kablam! warning: unused variable: `headless` Oct 27 04:05:22.015 INFO kablam! --> src/sg/factories/app_factory.rs:20:26 Oct 27 04:05:22.015 INFO kablam! | Oct 27 04:05:22.015 INFO kablam! 20 | fn create_view(self, headless: bool) -> Box { Oct 27 04:05:22.015 INFO kablam! | ^^^^^^^^ help: consider using `_headless` instead Oct 27 04:05:22.015 INFO kablam! Oct 27 04:05:22.015 INFO kablam! warning: the feature `field_init_shorthand` has been stable since 1.17.0 and no longer requires an attribute to enable Oct 27 04:05:22.015 INFO kablam! --> src/lib.rs:1:12 Oct 27 04:05:22.015 INFO kablam! | Oct 27 04:05:22.015 INFO kablam! 1 | #![feature(field_init_shorthand)] Oct 27 04:05:22.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:22.015 INFO kablam! | Oct 27 04:05:22.015 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 04:05:22.015 INFO kablam! Oct 27 04:05:22.015 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 27 04:05:22.015 INFO kablam! --> src/lib.rs:2:12 Oct 27 04:05:22.015 INFO kablam! | Oct 27 04:05:22.015 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 27 04:05:22.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:22.015 INFO kablam! Oct 27 04:05:22.039 INFO kablam! warning: struct is never constructed: `ResultSet` Oct 27 04:05:22.039 INFO kablam! --> src/sg/filter.rs:1:1 Oct 27 04:05:22.039 INFO kablam! | Oct 27 04:05:22.039 INFO kablam! 1 | pub struct ResultSet { Oct 27 04:05:22.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:22.039 INFO kablam! | Oct 27 04:05:22.039 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:05:22.039 INFO kablam! Oct 27 04:05:22.039 INFO kablam! warning: method is never used: `new` Oct 27 04:05:22.039 INFO kablam! --> src/sg/filter.rs:10:5 Oct 27 04:05:22.039 INFO kablam! | Oct 27 04:05:22.039 INFO kablam! 10 | pub fn new() -> Self { Oct 27 04:05:22.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:22.039 INFO kablam! Oct 27 04:05:22.039 INFO kablam! warning: method is never used: `push` Oct 27 04:05:22.039 INFO kablam! --> src/sg/filter.rs:14:5 Oct 27 04:05:22.039 INFO kablam! | Oct 27 04:05:22.039 INFO kablam! 14 | pub fn push(&mut self, result: &str) { Oct 27 04:05:22.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:22.039 INFO kablam! Oct 27 04:05:22.039 INFO kablam! warning: method is never used: `filtered_length` Oct 27 04:05:22.039 INFO kablam! --> src/sg/filter.rs:18:5 Oct 27 04:05:22.039 INFO kablam! | Oct 27 04:05:22.039 INFO kablam! 18 | pub fn filtered_length(&self) -> usize { Oct 27 04:05:22.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:22.039 INFO kablam! Oct 27 04:05:22.039 INFO kablam! warning: method is never used: `set_filter_string` Oct 27 04:05:22.039 INFO kablam! --> src/sg/filter.rs:22:5 Oct 27 04:05:22.039 INFO kablam! | Oct 27 04:05:22.039 INFO kablam! 22 | pub fn set_filter_string(&mut self, filter_string: &str) { Oct 27 04:05:22.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:22.039 INFO kablam! Oct 27 04:05:22.039 INFO kablam! warning: struct is never constructed: `Filter` Oct 27 04:05:22.039 INFO kablam! --> src/sg/filter.rs:28:1 Oct 27 04:05:22.039 INFO kablam! | Oct 27 04:05:22.039 INFO kablam! 28 | pub struct Filter; Oct 27 04:05:22.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 04:05:22.039 INFO kablam! Oct 27 04:05:22.039 INFO kablam! warning: method is never used: `filter` Oct 27 04:05:22.039 INFO kablam! --> src/sg/filter.rs:32:5 Oct 27 04:05:22.039 INFO kablam! | Oct 27 04:05:22.039 INFO kablam! 32 | pub fn filter(result_set: &mut ResultSet, filter_string: &str) { Oct 27 04:05:22.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:22.039 INFO kablam! Oct 27 04:05:22.039 INFO kablam! warning: the feature `field_init_shorthand` has been stable since 1.17.0 and no longer requires an attribute to enable Oct 27 04:05:22.039 INFO kablam! --> src/lib.rs:1:12 Oct 27 04:05:22.039 INFO kablam! | Oct 27 04:05:22.039 INFO kablam! 1 | #![feature(field_init_shorthand)] Oct 27 04:05:22.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:22.040 INFO kablam! | Oct 27 04:05:22.040 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 04:05:22.040 INFO kablam! Oct 27 04:05:22.040 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 27 04:05:22.040 INFO kablam! --> src/lib.rs:2:12 Oct 27 04:05:22.040 INFO kablam! | Oct 27 04:05:22.040 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 27 04:05:22.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:22.040 INFO kablam! Oct 27 04:05:23.230 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.62s Oct 27 04:05:23.239 INFO kablam! su: No module specific data is present Oct 27 04:05:24.124 INFO running `"docker" "rm" "-f" "089f2f02309cb3fe6268bfa7393503e0e5e46376690bfd50461053a5655200cb"` Oct 27 04:05:24.367 INFO blam! 089f2f02309cb3fe6268bfa7393503e0e5e46376690bfd50461053a5655200cb