Oct 14 19:19:24.999 INFO testing guilherme/sg against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 19:19:24.999 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.530 INFO blam! 8db72f8b84445ce1159a38673a96f9ec26bcb01cc08ee8d7dbb028ded13098af Oct 14 19:19:25.533 INFO running `"docker" "start" "-a" "8db72f8b84445ce1159a38673a96f9ec26bcb01cc08ee8d7dbb028ded13098af"` Oct 14 19:19:27.097 INFO kablam! usermod: no changes Oct 14 19:19:27.263 INFO kablam! Compiling crossbeam v0.2.10 Oct 14 19:19:27.263 INFO kablam! Compiling clap v2.19.2 Oct 14 19:19:45.023 INFO kablam! Compiling sg v0.1.0 (/source) Oct 14 19:19:45.363 INFO kablam! warning: unused variable: `event` Oct 14 19:19:45.364 INFO kablam! --> src/sg/headless_ui.rs:22:23 Oct 14 19:19:45.365 INFO kablam! | Oct 14 19:19:45.365 INFO kablam! 22 | fn trigger(&self, event: &'static str) -> () { Oct 14 19:19:45.366 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 14 19:19:45.367 INFO kablam! | Oct 14 19:19:45.367 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:19:45.368 INFO kablam! Oct 14 19:19:45.369 INFO kablam! warning: unused variable: `headless` Oct 14 19:19:45.369 INFO kablam! --> src/sg/factories/app_factory.rs:20:26 Oct 14 19:19:45.370 INFO kablam! | Oct 14 19:19:45.370 INFO kablam! 20 | fn create_view(self, headless: bool) -> Box { Oct 14 19:19:45.371 INFO kablam! | ^^^^^^^^ help: consider using `_headless` instead Oct 14 19:19:45.372 INFO kablam! Oct 14 19:19:45.383 INFO kablam! warning: struct is never constructed: `ResultSet` Oct 14 19:19:45.384 INFO kablam! --> src/sg/filter.rs:1:1 Oct 14 19:19:45.384 INFO kablam! | Oct 14 19:19:45.384 INFO kablam! 1 | pub struct ResultSet { Oct 14 19:19:45.384 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 19:19:45.385 INFO kablam! | Oct 14 19:19:45.385 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:19:45.386 INFO kablam! Oct 14 19:19:45.387 INFO kablam! warning: method is never used: `new` Oct 14 19:19:45.387 INFO kablam! --> src/sg/filter.rs:10:5 Oct 14 19:19:45.387 INFO kablam! | Oct 14 19:19:45.387 INFO kablam! 10 | pub fn new() -> Self { Oct 14 19:19:45.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 19:19:45.387 INFO kablam! Oct 14 19:19:45.388 INFO kablam! warning: method is never used: `push` Oct 14 19:19:45.388 INFO kablam! --> src/sg/filter.rs:14:5 Oct 14 19:19:45.388 INFO kablam! | Oct 14 19:19:45.388 INFO kablam! 14 | pub fn push(&mut self, result: &str) { Oct 14 19:19:45.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:19:45.388 INFO kablam! Oct 14 19:19:45.389 INFO kablam! warning: method is never used: `filtered_length` Oct 14 19:19:45.389 INFO kablam! --> src/sg/filter.rs:18:5 Oct 14 19:19:45.389 INFO kablam! | Oct 14 19:19:45.389 INFO kablam! 18 | pub fn filtered_length(&self) -> usize { Oct 14 19:19:45.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:19:45.390 INFO kablam! Oct 14 19:19:45.391 INFO kablam! warning: method is never used: `set_filter_string` Oct 14 19:19:45.391 INFO kablam! --> src/sg/filter.rs:22:5 Oct 14 19:19:45.391 INFO kablam! | Oct 14 19:19:45.391 INFO kablam! 22 | pub fn set_filter_string(&mut self, filter_string: &str) { Oct 14 19:19:45.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:19:45.391 INFO kablam! Oct 14 19:19:45.391 INFO kablam! warning: struct is never constructed: `Filter` Oct 14 19:19:45.391 INFO kablam! --> src/sg/filter.rs:28:1 Oct 14 19:19:45.391 INFO kablam! | Oct 14 19:19:45.391 INFO kablam! 28 | pub struct Filter; Oct 14 19:19:45.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 19:19:45.393 INFO kablam! Oct 14 19:19:45.393 INFO kablam! warning: method is never used: `filter` Oct 14 19:19:45.394 INFO kablam! --> src/sg/filter.rs:32:5 Oct 14 19:19:45.394 INFO kablam! | Oct 14 19:19:45.394 INFO kablam! 32 | pub fn filter(result_set: &mut ResultSet, filter_string: &str) { Oct 14 19:19:45.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:19:45.395 INFO kablam! Oct 14 19:19:45.395 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:45.395 INFO kablam! --> src/lib.rs:1:12 Oct 14 19:19:45.395 INFO kablam! | Oct 14 19:19:45.395 INFO kablam! 1 | #![feature(field_init_shorthand)] Oct 14 19:19:45.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 19:19:45.395 INFO kablam! | Oct 14 19:19:45.395 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 19:19:45.397 INFO kablam! Oct 14 19:19:45.397 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:45.397 INFO kablam! --> src/lib.rs:2:12 Oct 14 19:19:45.397 INFO kablam! | Oct 14 19:19:45.397 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 14 19:19:45.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:19:45.397 INFO kablam! Oct 14 19:19:47.648 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.52s Oct 14 19:19:47.653 INFO kablam! su: No module specific data is present Oct 14 19:19:49.684 INFO running `"docker" "rm" "-f" "8db72f8b84445ce1159a38673a96f9ec26bcb01cc08ee8d7dbb028ded13098af"` Oct 14 19:19:50.071 INFO blam! 8db72f8b84445ce1159a38673a96f9ec26bcb01cc08ee8d7dbb028ded13098af Oct 14 19:19:50.075 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:50.593 INFO blam! 6c4b7595a26dd34b23c527229ea144225f74533ee47179a67cf4fb5eb7f2deeb Oct 14 19:19:50.595 INFO running `"docker" "start" "-a" "6c4b7595a26dd34b23c527229ea144225f74533ee47179a67cf4fb5eb7f2deeb"` Oct 14 19:19:53.255 INFO kablam! usermod: no changes Oct 14 19:19:53.411 INFO kablam! Compiling sg v0.1.0 (/source) Oct 14 19:19:54.163 INFO kablam! warning: unused variable: `event` Oct 14 19:19:54.164 INFO kablam! --> src/sg/headless_ui.rs:22:23 Oct 14 19:19:54.164 INFO kablam! | Oct 14 19:19:54.164 INFO kablam! 22 | fn trigger(&self, event: &'static str) -> () { Oct 14 19:19:54.165 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 14 19:19:54.165 INFO kablam! | Oct 14 19:19:54.165 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:19:54.166 INFO kablam! Oct 14 19:19:54.166 INFO kablam! warning: unused variable: `headless` Oct 14 19:19:54.166 INFO kablam! --> src/sg/factories/app_factory.rs:20:26 Oct 14 19:19:54.166 INFO kablam! | Oct 14 19:19:54.167 INFO kablam! 20 | fn create_view(self, headless: bool) -> Box { Oct 14 19:19:54.167 INFO kablam! | ^^^^^^^^ help: consider using `_headless` instead Oct 14 19:19:54.167 INFO kablam! Oct 14 19:19:54.200 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:54.200 INFO kablam! --> src/lib.rs:1:12 Oct 14 19:19:54.201 INFO kablam! | Oct 14 19:19:54.201 INFO kablam! 1 | #![feature(field_init_shorthand)] Oct 14 19:19:54.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 19:19:54.211 INFO kablam! | Oct 14 19:19:54.211 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 19:19:54.212 INFO kablam! Oct 14 19:19:54.212 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:54.212 INFO kablam! --> src/lib.rs:2:12 Oct 14 19:19:54.213 INFO kablam! | Oct 14 19:19:54.213 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 14 19:19:54.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:19:54.214 INFO kablam! Oct 14 19:19:55.863 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.54s Oct 14 19:19:55.863 INFO kablam! su: No module specific data is present Oct 14 19:19:57.446 INFO running `"docker" "rm" "-f" "6c4b7595a26dd34b23c527229ea144225f74533ee47179a67cf4fb5eb7f2deeb"` Oct 14 19:19:57.839 INFO blam! 6c4b7595a26dd34b23c527229ea144225f74533ee47179a67cf4fb5eb7f2deeb Oct 14 19:19:57.845 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:19:58.399 INFO blam! 27b541e9e5dee5cff3efed229833bd15f47b8bd5895e5ed6bd75ef9126933d4b Oct 14 19:19:58.402 INFO running `"docker" "start" "-a" "27b541e9e5dee5cff3efed229833bd15f47b8bd5895e5ed6bd75ef9126933d4b"` Oct 14 19:20:00.907 INFO kablam! usermod: no changes Oct 14 19:20:01.034 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 14 19:20:01.049 INFO kablam! Running /target/debug/deps/sg-b291d57900d0f1b3 Oct 14 19:20:01.051 INFO blam! Oct 14 19:20:01.051 INFO blam! running 3 tests Oct 14 19:20:01.055 INFO blam! test sg::app::tests::it_does_basic_filtering ... ok Oct 14 19:20:01.055 INFO blam! test sg::data_source::tests::fixed_data_source_return_lines_of_data ... ok Oct 14 19:20:01.055 INFO blam! test sg::filter::it_does_basic_filtering_correctly ... ok Oct 14 19:20:01.055 INFO blam! Oct 14 19:20:01.055 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:20:01.055 INFO blam! Oct 14 19:20:01.063 INFO blam! Oct 14 19:20:01.063 INFO kablam! Running /target/debug/deps/sg-fc9a788ffed5811a Oct 14 19:20:01.063 INFO blam! running 0 tests Oct 14 19:20:01.063 INFO kablam! Doc-tests sg Oct 14 19:20:01.063 INFO blam! Oct 14 19:20:01.063 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:20:01.063 INFO blam! Oct 14 19:20:01.531 INFO blam! Oct 14 19:20:01.531 INFO blam! running 0 tests Oct 14 19:20:01.531 INFO blam! Oct 14 19:20:01.531 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:20:01.531 INFO blam! Oct 14 19:20:01.537 INFO kablam! su: No module specific data is present Oct 14 19:20:02.453 INFO running `"docker" "rm" "-f" "27b541e9e5dee5cff3efed229833bd15f47b8bd5895e5ed6bd75ef9126933d4b"` Oct 14 19:20:02.755 INFO blam! 27b541e9e5dee5cff3efed229833bd15f47b8bd5895e5ed6bd75ef9126933d4b