Oct 27 04:05:20.420 INFO checking guilherme/sg against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 04:05:20.420 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 27 04:05:20.906 INFO blam! 3dfbf696d295b4fb640d9dd851583d3ee8e7f84d5d162f24e3587f5ae8cd4b3a Oct 27 04:05:20.909 INFO running `"docker" "start" "-a" "3dfbf696d295b4fb640d9dd851583d3ee8e7f84d5d162f24e3587f5ae8cd4b3a"` Oct 27 04:05:22.711 INFO kablam! usermod: no changes Oct 27 04:05:22.811 INFO kablam! Checking clap v2.19.2 Oct 27 04:05:27.587 INFO kablam! Checking sg v0.1.0 (/source) Oct 27 04:05:28.071 INFO kablam! warning: unused variable: `event` Oct 27 04:05:28.071 INFO kablam! --> src/sg/headless_ui.rs:22:23 Oct 27 04:05:28.071 INFO kablam! | Oct 27 04:05:28.071 INFO kablam! 22 | fn trigger(&self, event: &'static str) -> () { Oct 27 04:05:28.071 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 27 04:05:28.071 INFO kablam! | Oct 27 04:05:28.071 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:05:28.071 INFO kablam! Oct 27 04:05:28.071 INFO kablam! warning: unused variable: `headless` Oct 27 04:05:28.071 INFO kablam! --> src/sg/factories/app_factory.rs:20:26 Oct 27 04:05:28.071 INFO kablam! | Oct 27 04:05:28.071 INFO kablam! 20 | fn create_view(self, headless: bool) -> Box { Oct 27 04:05:28.071 INFO kablam! | ^^^^^^^^ help: consider using `_headless` instead Oct 27 04:05:28.071 INFO kablam! Oct 27 04:05:28.079 INFO kablam! warning: struct is never constructed: `ResultSet` Oct 27 04:05:28.079 INFO kablam! --> src/sg/filter.rs:1:1 Oct 27 04:05:28.079 INFO kablam! | Oct 27 04:05:28.079 INFO kablam! 1 | pub struct ResultSet { Oct 27 04:05:28.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:28.080 INFO kablam! | Oct 27 04:05:28.080 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:05:28.080 INFO kablam! Oct 27 04:05:28.087 INFO kablam! warning: method is never used: `new` Oct 27 04:05:28.087 INFO kablam! --> src/sg/filter.rs:10:5 Oct 27 04:05:28.087 INFO kablam! | Oct 27 04:05:28.087 INFO kablam! 10 | pub fn new() -> Self { Oct 27 04:05:28.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:28.087 INFO kablam! Oct 27 04:05:28.087 INFO kablam! warning: method is never used: `push` Oct 27 04:05:28.087 INFO kablam! --> src/sg/filter.rs:14:5 Oct 27 04:05:28.087 INFO kablam! | Oct 27 04:05:28.087 INFO kablam! 14 | pub fn push(&mut self, result: &str) { Oct 27 04:05:28.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:28.087 INFO kablam! Oct 27 04:05:28.087 INFO kablam! warning: method is never used: `filtered_length` Oct 27 04:05:28.087 INFO kablam! --> src/sg/filter.rs:18:5 Oct 27 04:05:28.087 INFO kablam! | Oct 27 04:05:28.087 INFO kablam! 18 | pub fn filtered_length(&self) -> usize { Oct 27 04:05:28.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:28.087 INFO kablam! Oct 27 04:05:28.087 INFO kablam! warning: method is never used: `set_filter_string` Oct 27 04:05:28.087 INFO kablam! --> src/sg/filter.rs:22:5 Oct 27 04:05:28.087 INFO kablam! | Oct 27 04:05:28.087 INFO kablam! 22 | pub fn set_filter_string(&mut self, filter_string: &str) { Oct 27 04:05:28.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:28.087 INFO kablam! Oct 27 04:05:28.087 INFO kablam! warning: struct is never constructed: `Filter` Oct 27 04:05:28.087 INFO kablam! --> src/sg/filter.rs:28:1 Oct 27 04:05:28.087 INFO kablam! | Oct 27 04:05:28.087 INFO kablam! 28 | pub struct Filter; Oct 27 04:05:28.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 04:05:28.087 INFO kablam! Oct 27 04:05:28.087 INFO kablam! warning: method is never used: `filter` Oct 27 04:05:28.087 INFO kablam! --> src/sg/filter.rs:32:5 Oct 27 04:05:28.087 INFO kablam! | Oct 27 04:05:28.087 INFO kablam! 32 | pub fn filter(result_set: &mut ResultSet, filter_string: &str) { Oct 27 04:05:28.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:28.087 INFO kablam! Oct 27 04:05:28.087 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:28.087 INFO kablam! --> src/lib.rs:1:12 Oct 27 04:05:28.087 INFO kablam! | Oct 27 04:05:28.087 INFO kablam! 1 | #![feature(field_init_shorthand)] Oct 27 04:05:28.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:28.087 INFO kablam! | Oct 27 04:05:28.087 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 04:05:28.087 INFO kablam! Oct 27 04:05:28.087 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:28.087 INFO kablam! --> src/lib.rs:2:12 Oct 27 04:05:28.087 INFO kablam! | Oct 27 04:05:28.087 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 27 04:05:28.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:28.087 INFO kablam! Oct 27 04:05:28.310 INFO kablam! warning: unused variable: `event` Oct 27 04:05:28.310 INFO kablam! --> src/sg/headless_ui.rs:22:23 Oct 27 04:05:28.315 INFO kablam! | Oct 27 04:05:28.315 INFO kablam! 22 | fn trigger(&self, event: &'static str) -> () { Oct 27 04:05:28.315 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 27 04:05:28.315 INFO kablam! | Oct 27 04:05:28.315 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:05:28.316 INFO kablam! Oct 27 04:05:28.316 INFO kablam! warning: unused variable: `headless` Oct 27 04:05:28.316 INFO kablam! --> src/sg/factories/app_factory.rs:20:26 Oct 27 04:05:28.316 INFO kablam! | Oct 27 04:05:28.316 INFO kablam! 20 | fn create_view(self, headless: bool) -> Box { Oct 27 04:05:28.316 INFO kablam! | ^^^^^^^^ help: consider using `_headless` instead Oct 27 04:05:28.317 INFO kablam! Oct 27 04:05:28.351 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:28.351 INFO kablam! --> src/lib.rs:1:12 Oct 27 04:05:28.352 INFO kablam! | Oct 27 04:05:28.352 INFO kablam! 1 | #![feature(field_init_shorthand)] Oct 27 04:05:28.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:28.353 INFO kablam! | Oct 27 04:05:28.353 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 04:05:28.353 INFO kablam! Oct 27 04:05:28.353 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:28.354 INFO kablam! --> src/lib.rs:2:12 Oct 27 04:05:28.354 INFO kablam! | Oct 27 04:05:28.354 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 27 04:05:28.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:05:28.355 INFO kablam! Oct 27 04:05:29.168 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.43s Oct 27 04:05:29.176 INFO kablam! su: No module specific data is present Oct 27 04:05:29.607 INFO running `"docker" "rm" "-f" "3dfbf696d295b4fb640d9dd851583d3ee8e7f84d5d162f24e3587f5ae8cd4b3a"` Oct 27 04:05:29.849 INFO blam! 3dfbf696d295b4fb640d9dd851583d3ee8e7f84d5d162f24e3587f5ae8cd4b3a