Oct 14 19:19:25.322 INFO testing guilherme/sg against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 19:19:25.323 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 19:19:25.843 INFO blam! 1c0e23c52f3bb2000a57b609f73e001dcf1f05be25027f35c2abed4b3ba8f016 Oct 14 19:19:25.855 INFO running `"docker" "start" "-a" "1c0e23c52f3bb2000a57b609f73e001dcf1f05be25027f35c2abed4b3ba8f016"` Oct 14 19:19:27.835 INFO kablam! usermod: no changes Oct 14 19:19:27.915 INFO kablam! Compiling strsim v0.5.2 Oct 14 19:19:27.923 INFO kablam! Compiling unicode-segmentation v0.1.3 Oct 14 19:19:27.935 INFO kablam! Compiling crossbeam v0.2.10 Oct 14 19:19:27.951 INFO kablam! Compiling term_size v0.2.1 Oct 14 19:19:30.210 INFO kablam! Compiling clap v2.19.2 Oct 14 19:19:47.507 INFO kablam! Compiling sg v0.1.0 (/source) Oct 14 19:19:47.922 INFO kablam! warning: unused variable: `event` Oct 14 19:19:47.922 INFO kablam! --> src/sg/headless_ui.rs:22:23 Oct 14 19:19:47.922 INFO kablam! | Oct 14 19:19:47.922 INFO kablam! 22 | fn trigger(&self, event: &'static str) -> () { Oct 14 19:19:47.922 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 14 19:19:47.922 INFO kablam! | Oct 14 19:19:47.922 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:19:47.922 INFO kablam! Oct 14 19:19:47.922 INFO kablam! warning: unused variable: `headless` Oct 14 19:19:47.922 INFO kablam! --> src/sg/factories/app_factory.rs:20:26 Oct 14 19:19:47.922 INFO kablam! | Oct 14 19:19:47.922 INFO kablam! 20 | fn create_view(self, headless: bool) -> Box { Oct 14 19:19:47.922 INFO kablam! | ^^^^^^^^ help: consider using `_headless` instead Oct 14 19:19:47.922 INFO kablam! Oct 14 19:19:47.922 INFO kablam! warning: struct is never constructed: `ResultSet` Oct 14 19:19:47.922 INFO kablam! --> src/sg/filter.rs:1:1 Oct 14 19:19:47.922 INFO kablam! | Oct 14 19:19:47.922 INFO kablam! 1 | pub struct ResultSet { Oct 14 19:19:47.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 19:19:47.922 INFO kablam! | Oct 14 19:19:47.922 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:19:47.922 INFO kablam! Oct 14 19:19:47.922 INFO kablam! warning: method is never used: `new` Oct 14 19:19:47.922 INFO kablam! --> src/sg/filter.rs:10:5 Oct 14 19:19:47.922 INFO kablam! | Oct 14 19:19:47.922 INFO kablam! 10 | pub fn new() -> Self { Oct 14 19:19:47.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 19:19:47.922 INFO kablam! Oct 14 19:19:47.922 INFO kablam! warning: method is never used: `push` Oct 14 19:19:47.922 INFO kablam! --> src/sg/filter.rs:14:5 Oct 14 19:19:47.922 INFO kablam! | Oct 14 19:19:47.922 INFO kablam! 14 | pub fn push(&mut self, result: &str) { Oct 14 19:19:47.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:19:47.922 INFO kablam! Oct 14 19:19:47.922 INFO kablam! warning: method is never used: `filtered_length` Oct 14 19:19:47.922 INFO kablam! --> src/sg/filter.rs:18:5 Oct 14 19:19:47.922 INFO kablam! | Oct 14 19:19:47.922 INFO kablam! 18 | pub fn filtered_length(&self) -> usize { Oct 14 19:19:47.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:19:47.922 INFO kablam! Oct 14 19:19:47.922 INFO kablam! warning: method is never used: `set_filter_string` Oct 14 19:19:47.922 INFO kablam! --> src/sg/filter.rs:22:5 Oct 14 19:19:47.922 INFO kablam! | Oct 14 19:19:47.922 INFO kablam! 22 | pub fn set_filter_string(&mut self, filter_string: &str) { Oct 14 19:19:47.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:19:47.922 INFO kablam! Oct 14 19:19:47.922 INFO kablam! warning: struct is never constructed: `Filter` Oct 14 19:19:47.922 INFO kablam! --> src/sg/filter.rs:28:1 Oct 14 19:19:47.922 INFO kablam! | Oct 14 19:19:47.922 INFO kablam! 28 | pub struct Filter; Oct 14 19:19:47.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 19:19:47.922 INFO kablam! Oct 14 19:19:47.922 INFO kablam! warning: method is never used: `filter` Oct 14 19:19:47.922 INFO kablam! --> src/sg/filter.rs:32:5 Oct 14 19:19:47.922 INFO kablam! | Oct 14 19:19:47.922 INFO kablam! 32 | pub fn filter(result_set: &mut ResultSet, filter_string: &str) { Oct 14 19:19:47.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:19:47.922 INFO kablam! Oct 14 19:19:47.922 INFO kablam! warning: the feature `field_init_shorthand` has been stable since 1.17.0 and no longer requires an attribute to enable Oct 14 19:19:47.924 INFO kablam! --> src/lib.rs:1:12 Oct 14 19:19:47.924 INFO kablam! | Oct 14 19:19:47.924 INFO kablam! 1 | #![feature(field_init_shorthand)] Oct 14 19:19:47.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 19:19:47.924 INFO kablam! | Oct 14 19:19:47.924 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 19:19:47.924 INFO kablam! Oct 14 19:19:47.924 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 14 19:19:47.924 INFO kablam! --> src/lib.rs:2:12 Oct 14 19:19:47.924 INFO kablam! | Oct 14 19:19:47.924 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 14 19:19:47.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:19:47.924 INFO kablam! Oct 14 19:19:50.371 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.52s Oct 14 19:19:50.391 INFO kablam! su: No module specific data is present Oct 14 19:19:51.498 INFO running `"docker" "rm" "-f" "1c0e23c52f3bb2000a57b609f73e001dcf1f05be25027f35c2abed4b3ba8f016"` Oct 14 19:19:51.839 INFO blam! 1c0e23c52f3bb2000a57b609f73e001dcf1f05be25027f35c2abed4b3ba8f016 Oct 14 19:19:51.847 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 19:19:53.069 INFO blam! eaecf7539eb59dfd48baea34688067b57f748af7c020f6ccac290e00f1a5461b Oct 14 19:19:53.071 INFO running `"docker" "start" "-a" "eaecf7539eb59dfd48baea34688067b57f748af7c020f6ccac290e00f1a5461b"` Oct 14 19:19:55.902 INFO kablam! usermod: no changes Oct 14 19:19:56.032 INFO kablam! Compiling sg v0.1.0 (/source) Oct 14 19:19:56.667 INFO kablam! warning: unused variable: `event` Oct 14 19:19:56.667 INFO kablam! --> src/sg/headless_ui.rs:22:23 Oct 14 19:19:56.667 INFO kablam! | Oct 14 19:19:56.667 INFO kablam! 22 | fn trigger(&self, event: &'static str) -> () { Oct 14 19:19:56.667 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 14 19:19:56.667 INFO kablam! | Oct 14 19:19:56.667 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:19:56.667 INFO kablam! Oct 14 19:19:56.667 INFO kablam! warning: unused variable: `headless` Oct 14 19:19:56.667 INFO kablam! --> src/sg/factories/app_factory.rs:20:26 Oct 14 19:19:56.667 INFO kablam! | Oct 14 19:19:56.667 INFO kablam! 20 | fn create_view(self, headless: bool) -> Box { Oct 14 19:19:56.667 INFO kablam! | ^^^^^^^^ help: consider using `_headless` instead Oct 14 19:19:56.667 INFO kablam! Oct 14 19:19:56.699 INFO kablam! warning: the feature `field_init_shorthand` has been stable since 1.17.0 and no longer requires an attribute to enable Oct 14 19:19:56.699 INFO kablam! --> src/lib.rs:1:12 Oct 14 19:19:56.699 INFO kablam! | Oct 14 19:19:56.699 INFO kablam! 1 | #![feature(field_init_shorthand)] Oct 14 19:19:56.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 19:19:56.699 INFO kablam! | Oct 14 19:19:56.699 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 19:19:56.699 INFO kablam! Oct 14 19:19:56.699 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 14 19:19:56.699 INFO kablam! --> src/lib.rs:2:12 Oct 14 19:19:56.699 INFO kablam! | Oct 14 19:19:56.699 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 14 19:19:56.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:19:56.699 INFO kablam! Oct 14 19:19:58.299 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.35s Oct 14 19:19:58.300 INFO kablam! su: No module specific data is present Oct 14 19:19:59.759 INFO running `"docker" "rm" "-f" "eaecf7539eb59dfd48baea34688067b57f748af7c020f6ccac290e00f1a5461b"` Oct 14 19:20:00.195 INFO blam! eaecf7539eb59dfd48baea34688067b57f748af7c020f6ccac290e00f1a5461b Oct 14 19:20:00.198 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 19:20:00.707 INFO blam! e2e62410bc91ddf3662f6334fc50ca733a047cad5077fee91e7a9a3e6e78cfaf Oct 14 19:20:00.710 INFO running `"docker" "start" "-a" "e2e62410bc91ddf3662f6334fc50ca733a047cad5077fee91e7a9a3e6e78cfaf"` Oct 14 19:20:02.883 INFO kablam! usermod: no changes Oct 14 19:20:02.975 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 14 19:20:02.976 INFO kablam! Running /target/debug/deps/sg-c97ac8f4dbbe0abe Oct 14 19:20:02.976 INFO blam! Oct 14 19:20:02.976 INFO blam! running 3 tests Oct 14 19:20:02.995 INFO blam! test sg::app::tests::it_does_basic_filtering ... ok Oct 14 19:20:02.995 INFO kablam! Running /target/debug/deps/sg-74560f075a4efd7a Oct 14 19:20:02.996 INFO blam! test sg::filter::it_does_basic_filtering_correctly ... ok Oct 14 19:20:02.996 INFO blam! test sg::data_source::tests::fixed_data_source_return_lines_of_data ... ok Oct 14 19:20:02.996 INFO blam! Oct 14 19:20:02.997 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:20:02.997 INFO blam! Oct 14 19:20:02.997 INFO blam! Oct 14 19:20:02.998 INFO blam! running 0 tests Oct 14 19:20:02.998 INFO blam! Oct 14 19:20:02.998 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:20:02.999 INFO blam! Oct 14 19:20:03.007 INFO kablam! Doc-tests sg Oct 14 19:20:03.358 INFO blam! Oct 14 19:20:03.358 INFO blam! running 0 tests Oct 14 19:20:03.358 INFO blam! Oct 14 19:20:03.358 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:20:03.358 INFO blam! Oct 14 19:20:03.366 INFO kablam! su: No module specific data is present Oct 14 19:20:04.219 INFO running `"docker" "rm" "-f" "e2e62410bc91ddf3662f6334fc50ca733a047cad5077fee91e7a9a3e6e78cfaf"` Oct 14 19:20:04.468 INFO blam! e2e62410bc91ddf3662f6334fc50ca733a047cad5077fee91e7a9a3e6e78cfaf