Oct 10 22:20:36.189 INFO testing guilherme/sg against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:20:36.190 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:20:36.190 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 22:20:36.529 INFO blam! 0a627e8d6484882e38c9e9e82325a15ad3bcfa385f04a77c2c3f64f9738161f7 Oct 10 22:20:36.531 INFO running `"docker" "start" "-a" "0a627e8d6484882e38c9e9e82325a15ad3bcfa385f04a77c2c3f64f9738161f7"` Oct 10 22:20:37.992 INFO kablam! usermod: no changes Oct 10 22:20:38.108 INFO kablam! Compiling sg v0.1.0 (/source) Oct 10 22:20:38.996 INFO kablam! warning: unused variable: `event` Oct 10 22:20:38.996 INFO kablam! --> src/sg/headless_ui.rs:22:23 Oct 10 22:20:38.996 INFO kablam! | Oct 10 22:20:38.996 INFO kablam! 22 | fn trigger(&self, event: &'static str) -> () { Oct 10 22:20:38.996 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 10 22:20:38.996 INFO kablam! | Oct 10 22:20:38.996 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:20:38.996 INFO kablam! Oct 10 22:20:38.996 INFO kablam! warning: unused variable: `headless` Oct 10 22:20:38.996 INFO kablam! --> src/sg/factories/app_factory.rs:20:26 Oct 10 22:20:38.996 INFO kablam! | Oct 10 22:20:38.996 INFO kablam! 20 | fn create_view(self, headless: bool) -> Box { Oct 10 22:20:38.996 INFO kablam! | ^^^^^^^^ help: consider using `_headless` instead Oct 10 22:20:38.996 INFO kablam! Oct 10 22:20:39.008 INFO kablam! warning: struct is never constructed: `ResultSet` Oct 10 22:20:39.008 INFO kablam! --> src/sg/filter.rs:1:1 Oct 10 22:20:39.008 INFO kablam! | Oct 10 22:20:39.008 INFO kablam! 1 | pub struct ResultSet { Oct 10 22:20:39.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 22:20:39.008 INFO kablam! | Oct 10 22:20:39.008 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:20:39.009 INFO kablam! Oct 10 22:20:39.009 INFO kablam! warning: method is never used: `new` Oct 10 22:20:39.009 INFO kablam! --> src/sg/filter.rs:10:5 Oct 10 22:20:39.009 INFO kablam! | Oct 10 22:20:39.009 INFO kablam! 10 | pub fn new() -> Self { Oct 10 22:20:39.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 22:20:39.009 INFO kablam! Oct 10 22:20:39.009 INFO kablam! warning: method is never used: `push` Oct 10 22:20:39.009 INFO kablam! --> src/sg/filter.rs:14:5 Oct 10 22:20:39.009 INFO kablam! | Oct 10 22:20:39.009 INFO kablam! 14 | pub fn push(&mut self, result: &str) { Oct 10 22:20:39.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:20:39.009 INFO kablam! Oct 10 22:20:39.009 INFO kablam! warning: method is never used: `filtered_length` Oct 10 22:20:39.009 INFO kablam! --> src/sg/filter.rs:18:5 Oct 10 22:20:39.009 INFO kablam! | Oct 10 22:20:39.009 INFO kablam! 18 | pub fn filtered_length(&self) -> usize { Oct 10 22:20:39.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:20:39.009 INFO kablam! Oct 10 22:20:39.009 INFO kablam! warning: method is never used: `set_filter_string` Oct 10 22:20:39.009 INFO kablam! --> src/sg/filter.rs:22:5 Oct 10 22:20:39.009 INFO kablam! | Oct 10 22:20:39.009 INFO kablam! 22 | pub fn set_filter_string(&mut self, filter_string: &str) { Oct 10 22:20:39.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:20:39.009 INFO kablam! Oct 10 22:20:39.009 INFO kablam! warning: struct is never constructed: `Filter` Oct 10 22:20:39.009 INFO kablam! --> src/sg/filter.rs:28:1 Oct 10 22:20:39.009 INFO kablam! | Oct 10 22:20:39.009 INFO kablam! 28 | pub struct Filter; Oct 10 22:20:39.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 22:20:39.009 INFO kablam! Oct 10 22:20:39.009 INFO kablam! warning: method is never used: `filter` Oct 10 22:20:39.009 INFO kablam! --> src/sg/filter.rs:32:5 Oct 10 22:20:39.009 INFO kablam! | Oct 10 22:20:39.009 INFO kablam! 32 | pub fn filter(result_set: &mut ResultSet, filter_string: &str) { Oct 10 22:20:39.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:20:39.009 INFO kablam! Oct 10 22:20:39.009 INFO kablam! warning: the feature `field_init_shorthand` has been stable since 1.17.0 and no longer requires an attribute to enable Oct 10 22:20:39.009 INFO kablam! --> src/lib.rs:1:12 Oct 10 22:20:39.009 INFO kablam! | Oct 10 22:20:39.009 INFO kablam! 1 | #![feature(field_init_shorthand)] Oct 10 22:20:39.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 22:20:39.009 INFO kablam! | Oct 10 22:20:39.009 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 22:20:39.009 INFO kablam! Oct 10 22:20:39.009 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 10 22:20:39.009 INFO kablam! --> src/lib.rs:2:12 Oct 10 22:20:39.009 INFO kablam! | Oct 10 22:20:39.009 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 10 22:20:39.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:20:39.009 INFO kablam! Oct 10 22:20:42.320 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.31s Oct 10 22:20:42.321 INFO kablam! su: No module specific data is present Oct 10 22:20:43.132 INFO running `"docker" "rm" "-f" "0a627e8d6484882e38c9e9e82325a15ad3bcfa385f04a77c2c3f64f9738161f7"` Oct 10 22:20:43.592 INFO blam! 0a627e8d6484882e38c9e9e82325a15ad3bcfa385f04a77c2c3f64f9738161f7 Oct 10 22:20:43.596 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:20:43.596 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 22:20:44.010 INFO blam! dec5a1b2b798e8bcda73d5892c6678c2fde7fe7bf7f455f0bdd7cfb8131cd76c Oct 10 22:20:44.012 INFO running `"docker" "start" "-a" "dec5a1b2b798e8bcda73d5892c6678c2fde7fe7bf7f455f0bdd7cfb8131cd76c"` Oct 10 22:20:46.057 INFO kablam! usermod: no changes Oct 10 22:20:46.208 INFO kablam! Compiling sg v0.1.0 (/source) Oct 10 22:20:47.624 INFO kablam! warning: unused variable: `event` Oct 10 22:20:47.624 INFO kablam! --> src/sg/headless_ui.rs:22:23 Oct 10 22:20:47.624 INFO kablam! | Oct 10 22:20:47.624 INFO kablam! 22 | fn trigger(&self, event: &'static str) -> () { Oct 10 22:20:47.624 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 10 22:20:47.624 INFO kablam! | Oct 10 22:20:47.624 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:20:47.624 INFO kablam! Oct 10 22:20:47.624 INFO kablam! warning: unused variable: `headless` Oct 10 22:20:47.624 INFO kablam! --> src/sg/factories/app_factory.rs:20:26 Oct 10 22:20:47.624 INFO kablam! | Oct 10 22:20:47.624 INFO kablam! 20 | fn create_view(self, headless: bool) -> Box { Oct 10 22:20:47.624 INFO kablam! | ^^^^^^^^ help: consider using `_headless` instead Oct 10 22:20:47.624 INFO kablam! Oct 10 22:20:47.668 INFO kablam! warning: the feature `field_init_shorthand` has been stable since 1.17.0 and no longer requires an attribute to enable Oct 10 22:20:47.668 INFO kablam! --> src/lib.rs:1:12 Oct 10 22:20:47.668 INFO kablam! | Oct 10 22:20:47.668 INFO kablam! 1 | #![feature(field_init_shorthand)] Oct 10 22:20:47.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 22:20:47.668 INFO kablam! | Oct 10 22:20:47.668 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 22:20:47.668 INFO kablam! Oct 10 22:20:47.668 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 10 22:20:47.668 INFO kablam! --> src/lib.rs:2:12 Oct 10 22:20:47.668 INFO kablam! | Oct 10 22:20:47.668 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 10 22:20:47.668 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:20:47.668 INFO kablam! Oct 10 22:20:49.573 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.48s Oct 10 22:20:49.588 INFO kablam! su: No module specific data is present Oct 10 22:20:50.712 INFO running `"docker" "rm" "-f" "dec5a1b2b798e8bcda73d5892c6678c2fde7fe7bf7f455f0bdd7cfb8131cd76c"` Oct 10 22:20:51.020 INFO blam! dec5a1b2b798e8bcda73d5892c6678c2fde7fe7bf7f455f0bdd7cfb8131cd76c Oct 10 22:20:51.022 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:20:51.024 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 22:20:51.670 INFO blam! 2bbc4629c11a40ba41369c95f0f2e96b51387c704120e79e64f3306271a87f0c Oct 10 22:20:51.680 INFO running `"docker" "start" "-a" "2bbc4629c11a40ba41369c95f0f2e96b51387c704120e79e64f3306271a87f0c"` Oct 10 22:20:53.143 INFO kablam! usermod: no changes Oct 10 22:20:53.280 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 10 22:20:53.292 INFO kablam! Running /target/debug/deps/sg-c97ac8f4dbbe0abe Oct 10 22:20:53.297 INFO kablam! Running /target/debug/deps/sg-74560f075a4efd7a Oct 10 22:20:53.297 INFO blam! Oct 10 22:20:53.297 INFO blam! running 3 tests Oct 10 22:20:53.298 INFO blam! test sg::app::tests::it_does_basic_filtering ... ok Oct 10 22:20:53.298 INFO kablam! Doc-tests sg Oct 10 22:20:53.298 INFO blam! test sg::data_source::tests::fixed_data_source_return_lines_of_data ... ok Oct 10 22:20:53.299 INFO blam! test sg::filter::it_does_basic_filtering_correctly ... ok Oct 10 22:20:53.299 INFO blam! Oct 10 22:20:53.299 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:20:53.300 INFO blam! Oct 10 22:20:53.300 INFO blam! Oct 10 22:20:53.300 INFO blam! running 0 tests Oct 10 22:20:53.301 INFO blam! Oct 10 22:20:53.301 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:20:53.301 INFO blam! Oct 10 22:20:54.517 INFO blam! Oct 10 22:20:54.517 INFO blam! running 0 tests Oct 10 22:20:54.517 INFO blam! Oct 10 22:20:54.517 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:20:54.517 INFO blam! Oct 10 22:20:54.533 INFO kablam! su: No module specific data is present Oct 10 22:20:55.309 INFO running `"docker" "rm" "-f" "2bbc4629c11a40ba41369c95f0f2e96b51387c704120e79e64f3306271a87f0c"` Oct 10 22:20:55.632 INFO blam! 2bbc4629c11a40ba41369c95f0f2e96b51387c704120e79e64f3306271a87f0c