Oct 11 05:57:52.870 INFO testing Kneipenrunde/text-classify against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:57:52.871 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:57:52.872 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 05:57:53.373 INFO blam! f2fb286e891b62067c3b2c9d735546af9ab4c2881ea304ac53321beb22fbb4e7 Oct 11 05:57:53.374 INFO running `"docker" "start" "-a" "f2fb286e891b62067c3b2c9d735546af9ab4c2881ea304ac53321beb22fbb4e7"` Oct 11 05:57:54.804 INFO kablam! usermod: no changes Oct 11 05:57:54.849 INFO kablam! Compiling text-classify v0.1.0 (/source) Oct 11 05:57:55.600 INFO kablam! warning: unused import: `std::env` Oct 11 05:57:55.600 INFO kablam! --> src/main.rs:2:5 Oct 11 05:57:55.600 INFO kablam! | Oct 11 05:57:55.600 INFO kablam! 2 | use std::env; Oct 11 05:57:55.600 INFO kablam! | ^^^^^^^^ Oct 11 05:57:55.600 INFO kablam! | Oct 11 05:57:55.600 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:57:55.600 INFO kablam! Oct 11 05:57:55.600 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 11 05:57:55.600 INFO kablam! --> src/main.rs:4:5 Oct 11 05:57:55.600 INFO kablam! | Oct 11 05:57:55.600 INFO kablam! 4 | use std::io::prelude::*; Oct 11 05:57:55.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 05:57:55.600 INFO kablam! Oct 11 05:57:55.676 INFO kablam! warning: unused variable: `data` Oct 11 05:57:55.676 INFO kablam! --> src/main.rs:51:22 Oct 11 05:57:55.676 INFO kablam! | Oct 11 05:57:55.676 INFO kablam! 51 | fn filter(&self, data : &str) -> String { Oct 11 05:57:55.676 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 11 05:57:55.676 INFO kablam! | Oct 11 05:57:55.689 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:57:55.690 INFO kablam! Oct 11 05:57:55.704 INFO kablam! warning: struct is never constructed: `LabelEncoder` Oct 11 05:57:55.704 INFO kablam! --> src/main.rs:18:1 Oct 11 05:57:55.704 INFO kablam! | Oct 11 05:57:55.704 INFO kablam! 18 | struct LabelEncoder { Oct 11 05:57:55.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 05:57:55.705 INFO kablam! | Oct 11 05:57:55.705 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:57:55.706 INFO kablam! Oct 11 05:57:55.706 INFO kablam! warning: method is never used: `new` Oct 11 05:57:55.706 INFO kablam! --> src/main.rs:24:5 Oct 11 05:57:55.706 INFO kablam! | Oct 11 05:57:55.707 INFO kablam! 24 | fn new() -> LabelEncoder { Oct 11 05:57:55.707 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:57:55.707 INFO kablam! Oct 11 05:57:55.707 INFO kablam! warning: method is never used: `fit` Oct 11 05:57:55.708 INFO kablam! --> src/main.rs:28:5 Oct 11 05:57:55.708 INFO kablam! | Oct 11 05:57:55.708 INFO kablam! 28 | fn fit(&mut self, labels : &[&str]) { Oct 11 05:57:55.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:57:55.709 INFO kablam! Oct 11 05:57:55.709 INFO kablam! warning: method is never used: `transform` Oct 11 05:57:55.709 INFO kablam! --> src/main.rs:37:5 Oct 11 05:57:55.709 INFO kablam! | Oct 11 05:57:55.710 INFO kablam! 37 | fn transform(&self, labels : &[&str]) -> Vec { Oct 11 05:57:55.710 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:57:55.710 INFO kablam! Oct 11 05:57:55.710 INFO kablam! warning: struct is never constructed: `StopWordFilter` Oct 11 05:57:55.711 INFO kablam! --> src/main.rs:42:1 Oct 11 05:57:55.711 INFO kablam! | Oct 11 05:57:55.711 INFO kablam! 42 | struct StopWordFilter { Oct 11 05:57:55.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:57:55.711 INFO kablam! Oct 11 05:57:55.712 INFO kablam! warning: method is never used: `new` Oct 11 05:57:55.712 INFO kablam! --> src/main.rs:47:5 Oct 11 05:57:55.712 INFO kablam! | Oct 11 05:57:55.713 INFO kablam! 47 | fn new() -> StopWordFilter { Oct 11 05:57:55.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:57:55.713 INFO kablam! Oct 11 05:57:55.713 INFO kablam! warning: method is never used: `filter` Oct 11 05:57:55.714 INFO kablam! --> src/main.rs:51:5 Oct 11 05:57:55.714 INFO kablam! | Oct 11 05:57:55.714 INFO kablam! 51 | fn filter(&self, data : &str) -> String { Oct 11 05:57:55.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:57:55.714 INFO kablam! Oct 11 05:57:57.147 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.32s Oct 11 05:57:57.150 INFO kablam! su: No module specific data is present Oct 11 05:57:58.092 INFO running `"docker" "rm" "-f" "f2fb286e891b62067c3b2c9d735546af9ab4c2881ea304ac53321beb22fbb4e7"` Oct 11 05:57:58.348 INFO blam! f2fb286e891b62067c3b2c9d735546af9ab4c2881ea304ac53321beb22fbb4e7 Oct 11 05:57:58.350 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:57:58.351 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 05:57:58.769 INFO blam! 28e99014c2cc60368b13e54a8e7105e33c21f575f8f85e2b9c06e11efed4f629 Oct 11 05:57:58.780 INFO running `"docker" "start" "-a" "28e99014c2cc60368b13e54a8e7105e33c21f575f8f85e2b9c06e11efed4f629"` Oct 11 05:57:59.411 INFO kablam! usermod: no changes Oct 11 05:57:59.442 INFO kablam! Compiling text-classify v0.1.0 (/source) Oct 11 05:58:00.072 INFO kablam! warning: unused import: `std::env` Oct 11 05:58:00.072 INFO kablam! --> src/main.rs:2:5 Oct 11 05:58:00.072 INFO kablam! | Oct 11 05:58:00.072 INFO kablam! 2 | use std::env; Oct 11 05:58:00.072 INFO kablam! | ^^^^^^^^ Oct 11 05:58:00.072 INFO kablam! | Oct 11 05:58:00.072 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:58:00.072 INFO kablam! Oct 11 05:58:00.072 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 11 05:58:00.072 INFO kablam! --> src/main.rs:4:5 Oct 11 05:58:00.072 INFO kablam! | Oct 11 05:58:00.072 INFO kablam! 4 | use std::io::prelude::*; Oct 11 05:58:00.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 05:58:00.072 INFO kablam! Oct 11 05:58:00.207 INFO kablam! warning: unused variable: `data` Oct 11 05:58:00.207 INFO kablam! --> src/main.rs:51:22 Oct 11 05:58:00.207 INFO kablam! | Oct 11 05:58:00.207 INFO kablam! 51 | fn filter(&self, data : &str) -> String { Oct 11 05:58:00.207 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 11 05:58:00.207 INFO kablam! | Oct 11 05:58:00.207 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:58:00.207 INFO kablam! Oct 11 05:58:00.264 INFO kablam! warning: variable does not need to be mutable Oct 11 05:58:00.264 INFO kablam! --> src/main.rs:230:9 Oct 11 05:58:00.264 INFO kablam! | Oct 11 05:58:00.264 INFO kablam! 230 | let mut clf = Classifier::new(); Oct 11 05:58:00.264 INFO kablam! | ----^^^ Oct 11 05:58:00.264 INFO kablam! | | Oct 11 05:58:00.264 INFO kablam! | help: remove this `mut` Oct 11 05:58:00.264 INFO kablam! | Oct 11 05:58:00.264 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 05:58:00.264 INFO kablam! Oct 11 05:58:00.264 INFO kablam! warning: field is never used: `stop_words` Oct 11 05:58:00.264 INFO kablam! --> src/main.rs:43:5 Oct 11 05:58:00.264 INFO kablam! | Oct 11 05:58:00.264 INFO kablam! 43 | stop_words : Vec, Oct 11 05:58:00.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:58:00.264 INFO kablam! | Oct 11 05:58:00.264 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:58:00.264 INFO kablam! Oct 11 05:58:01.737 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.30s Oct 11 05:58:01.739 INFO kablam! su: No module specific data is present Oct 11 05:58:02.281 INFO running `"docker" "rm" "-f" "28e99014c2cc60368b13e54a8e7105e33c21f575f8f85e2b9c06e11efed4f629"` Oct 11 05:58:02.481 INFO blam! 28e99014c2cc60368b13e54a8e7105e33c21f575f8f85e2b9c06e11efed4f629 Oct 11 05:58:02.485 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:58:02.486 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 05:58:02.826 INFO blam! dc556cdbd9b92e861ed913441791bac4a77d5e39bc587bff78659f698b791d46 Oct 11 05:58:02.828 INFO running `"docker" "start" "-a" "dc556cdbd9b92e861ed913441791bac4a77d5e39bc587bff78659f698b791d46"` Oct 11 05:58:03.404 INFO kablam! usermod: no changes Oct 11 05:58:03.431 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 05:58:03.431 INFO kablam! Running /target/debug/deps/text_classify-311d2ef28ba0fbc4 Oct 11 05:58:03.434 INFO blam! Oct 11 05:58:03.434 INFO blam! running 7 tests Oct 11 05:58:03.440 INFO blam! test test_count_words ... ok Oct 11 05:58:03.441 INFO blam! test test_classify ... ok Oct 11 05:58:03.441 INFO blam! test test_class_label_encoding ... ok Oct 11 05:58:03.443 INFO blam! test test_vocabulary_size ... ok Oct 11 05:58:03.451 INFO blam! test test_accuracy ... ok Oct 11 05:58:03.468 INFO blam! test test_stop_word_filter ... FAILED Oct 11 05:58:03.468 INFO kablam! error: test failed, to rerun pass '--bin text-classify' Oct 11 05:58:03.468 INFO blam! test test_untrained_classifier ... ok Oct 11 05:58:03.468 INFO kablam! su: No module specific data is present Oct 11 05:58:03.468 INFO blam! Oct 11 05:58:03.468 INFO blam! failures: Oct 11 05:58:03.468 INFO blam! Oct 11 05:58:03.468 INFO blam! ---- test_stop_word_filter stdout ---- Oct 11 05:58:03.469 INFO blam! thread 'test_stop_word_filter' panicked at 'assertion failed: `(left == right)` Oct 11 05:58:03.469 INFO blam! left: `""`, Oct 11 05:58:03.469 INFO blam! right: `"mad mad world"`', src/main.rs:240:5 Oct 11 05:58:03.469 INFO blam! stack backtrace: Oct 11 05:58:03.469 INFO blam! 0: 0x55f3c4c67b6e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 05:58:03.469 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 05:58:03.469 INFO blam! 1: 0x55f3c4c70a16 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 05:58:03.469 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 05:58:03.469 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 05:58:03.469 INFO blam! 2: 0x55f3c4c6b76d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 05:58:03.469 INFO blam! at libstd/panicking.rs:211 Oct 11 05:58:03.469 INFO blam! 3: 0x55f3c4c6b47b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 05:58:03.469 INFO blam! at libstd/panicking.rs:221 Oct 11 05:58:03.469 INFO blam! 4: 0x55f3c4c6be1c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 05:58:03.469 INFO blam! at libstd/panicking.rs:476 Oct 11 05:58:03.469 INFO blam! 5: 0x55f3c4c6b9d9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 05:58:03.469 INFO blam! at libstd/panicking.rs:390 Oct 11 05:58:03.469 INFO blam! 6: 0x55f3c4c6b93d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 11 05:58:03.469 INFO blam! at libstd/panicking.rs:345 Oct 11 05:58:03.469 INFO blam! 7: 0x55f3c4c080fe - text_classify::test_stop_word_filter::h5a38b12f16d82450 Oct 11 05:58:03.469 INFO blam! at src/main.rs:240 Oct 11 05:58:03.469 INFO blam! 8: 0x55f3c4c07ee9 - text_classify::test_stop_word_filter::{{closure}}::h091c299d106fff13 Oct 11 05:58:03.469 INFO blam! at src/main.rs:236 Oct 11 05:58:03.469 INFO blam! 9: 0x55f3c4bfd9bd - core::ops::function::FnOnce::call_once::h97626972723fc5c4 Oct 11 05:58:03.469 INFO blam! at libcore/ops/function.rs:238 Oct 11 05:58:03.469 INFO blam! 10: 0x55f3c4c1eaee - >::call_box::h95b7cb918af67b5d Oct 11 05:58:03.469 INFO blam! at libtest/lib.rs:1468 Oct 11 05:58:03.469 INFO blam! at libcore/ops/function.rs:238 Oct 11 05:58:03.469 INFO blam! at liballoc/boxed.rs:672 Oct 11 05:58:03.469 INFO blam! 11: 0x55f3c4c7bbe9 - __rust_maybe_catch_panic Oct 11 05:58:03.469 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 05:58:03.469 INFO blam! 12: 0x55f3c4c3f63d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 05:58:03.469 INFO blam! at libstd/panicking.rs:289 Oct 11 05:58:03.469 INFO blam! at libstd/panic.rs:392 Oct 11 05:58:03.469 INFO blam! at libtest/lib.rs:1423 Oct 11 05:58:03.469 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 05:58:03.469 INFO blam! 13: 0x55f3c4c40244 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 05:58:03.469 INFO blam! at libstd/thread/mod.rs:409 Oct 11 05:58:03.469 INFO blam! at libstd/panic.rs:313 Oct 11 05:58:03.469 INFO blam! at libstd/panicking.rs:310 Oct 11 05:58:03.469 INFO blam! 14: 0x55f3c4c7bbe9 - __rust_maybe_catch_panic Oct 11 05:58:03.469 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 05:58:03.469 INFO blam! 15: 0x55f3c4c2d806 - >::call_box::h96125cb29a9ba44b Oct 11 05:58:03.469 INFO blam! at libstd/panicking.rs:289 Oct 11 05:58:03.469 INFO blam! at libstd/panic.rs:392 Oct 11 05:58:03.469 INFO blam! at libstd/thread/mod.rs:408 Oct 11 05:58:03.469 INFO blam! at liballoc/boxed.rs:672 Oct 11 05:58:03.469 INFO blam! 16: 0x55f3c4c69baa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 05:58:03.469 INFO blam! at liballoc/boxed.rs:682 Oct 11 05:58:03.469 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 05:58:03.469 INFO blam! 17: 0x55f3c4c5f335 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 05:58:03.469 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 05:58:03.469 INFO blam! 18: 0x7f7ade0d56b9 - start_thread Oct 11 05:58:03.469 INFO blam! 19: 0x7f7addbf541c - clone Oct 11 05:58:03.469 INFO blam! 20: 0x0 - Oct 11 05:58:03.469 INFO blam! Oct 11 05:58:03.469 INFO blam! Oct 11 05:58:03.469 INFO blam! failures: Oct 11 05:58:03.469 INFO blam! test_stop_word_filter Oct 11 05:58:03.469 INFO blam! Oct 11 05:58:03.469 INFO blam! test result: FAILED. 6 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:58:03.469 INFO blam! Oct 11 05:58:03.749 INFO running `"docker" "rm" "-f" "dc556cdbd9b92e861ed913441791bac4a77d5e39bc587bff78659f698b791d46"` Oct 11 05:58:03.826 INFO blam! dc556cdbd9b92e861ed913441791bac4a77d5e39bc587bff78659f698b791d46