Oct 15 09:32:29.854 INFO testing Kneipenrunde/text-classify against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:32:29.854 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 15 09:32:30.284 INFO blam! 3608c33dbbd38f4eec5d50fd1441913eb71d9403693d7a893e6ef4ba4b696b73 Oct 15 09:32:30.287 INFO running `"docker" "start" "-a" "3608c33dbbd38f4eec5d50fd1441913eb71d9403693d7a893e6ef4ba4b696b73"` Oct 15 09:32:30.760 INFO kablam! usermod: no changes Oct 15 09:32:30.787 INFO kablam! Compiling text-classify v0.1.0 (/source) Oct 15 09:32:31.151 INFO kablam! warning: unused import: `std::env` Oct 15 09:32:31.151 INFO kablam! --> src/main.rs:2:5 Oct 15 09:32:31.151 INFO kablam! | Oct 15 09:32:31.151 INFO kablam! 2 | use std::env; Oct 15 09:32:31.151 INFO kablam! | ^^^^^^^^ Oct 15 09:32:31.151 INFO kablam! | Oct 15 09:32:31.151 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:32:31.151 INFO kablam! Oct 15 09:32:31.151 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 09:32:31.151 INFO kablam! --> src/main.rs:4:5 Oct 15 09:32:31.151 INFO kablam! | Oct 15 09:32:31.151 INFO kablam! 4 | use std::io::prelude::*; Oct 15 09:32:31.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:32:31.151 INFO kablam! Oct 15 09:32:31.223 INFO kablam! warning: unused variable: `data` Oct 15 09:32:31.223 INFO kablam! --> src/main.rs:51:22 Oct 15 09:32:31.223 INFO kablam! | Oct 15 09:32:31.223 INFO kablam! 51 | fn filter(&self, data : &str) -> String { Oct 15 09:32:31.223 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 15 09:32:31.223 INFO kablam! | Oct 15 09:32:31.223 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:32:31.223 INFO kablam! Oct 15 09:32:31.241 INFO kablam! warning: struct is never constructed: `LabelEncoder` Oct 15 09:32:31.241 INFO kablam! --> src/main.rs:18:1 Oct 15 09:32:31.241 INFO kablam! | Oct 15 09:32:31.241 INFO kablam! 18 | struct LabelEncoder { Oct 15 09:32:31.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:32:31.241 INFO kablam! | Oct 15 09:32:31.241 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:32:31.241 INFO kablam! Oct 15 09:32:31.241 INFO kablam! warning: method is never used: `new` Oct 15 09:32:31.241 INFO kablam! --> src/main.rs:24:5 Oct 15 09:32:31.241 INFO kablam! | Oct 15 09:32:31.241 INFO kablam! 24 | fn new() -> LabelEncoder { Oct 15 09:32:31.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:32:31.241 INFO kablam! Oct 15 09:32:31.241 INFO kablam! warning: method is never used: `fit` Oct 15 09:32:31.241 INFO kablam! --> src/main.rs:28:5 Oct 15 09:32:31.241 INFO kablam! | Oct 15 09:32:31.241 INFO kablam! 28 | fn fit(&mut self, labels : &[&str]) { Oct 15 09:32:31.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:32:31.241 INFO kablam! Oct 15 09:32:31.241 INFO kablam! warning: method is never used: `transform` Oct 15 09:32:31.241 INFO kablam! --> src/main.rs:37:5 Oct 15 09:32:31.241 INFO kablam! | Oct 15 09:32:31.241 INFO kablam! 37 | fn transform(&self, labels : &[&str]) -> Vec { Oct 15 09:32:31.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:32:31.241 INFO kablam! Oct 15 09:32:31.241 INFO kablam! warning: struct is never constructed: `StopWordFilter` Oct 15 09:32:31.241 INFO kablam! --> src/main.rs:42:1 Oct 15 09:32:31.241 INFO kablam! | Oct 15 09:32:31.241 INFO kablam! 42 | struct StopWordFilter { Oct 15 09:32:31.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:32:31.241 INFO kablam! Oct 15 09:32:31.241 INFO kablam! warning: method is never used: `new` Oct 15 09:32:31.241 INFO kablam! --> src/main.rs:47:5 Oct 15 09:32:31.241 INFO kablam! | Oct 15 09:32:31.241 INFO kablam! 47 | fn new() -> StopWordFilter { Oct 15 09:32:31.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:32:31.241 INFO kablam! Oct 15 09:32:31.241 INFO kablam! warning: method is never used: `filter` Oct 15 09:32:31.241 INFO kablam! --> src/main.rs:51:5 Oct 15 09:32:31.241 INFO kablam! | Oct 15 09:32:31.241 INFO kablam! 51 | fn filter(&self, data : &str) -> String { Oct 15 09:32:31.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:32:31.241 INFO kablam! Oct 15 09:32:31.923 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.14s Oct 15 09:32:31.925 INFO kablam! su: No module specific data is present Oct 15 09:32:32.139 INFO running `"docker" "rm" "-f" "3608c33dbbd38f4eec5d50fd1441913eb71d9403693d7a893e6ef4ba4b696b73"` Oct 15 09:32:32.221 INFO blam! 3608c33dbbd38f4eec5d50fd1441913eb71d9403693d7a893e6ef4ba4b696b73 Oct 15 09:32:32.230 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 15 09:32:32.399 INFO blam! 17b45a70ce28df58ed2d7c714465c8df4b2361a7a6a6b616e3db6a6fa98d7562 Oct 15 09:32:32.401 INFO running `"docker" "start" "-a" "17b45a70ce28df58ed2d7c714465c8df4b2361a7a6a6b616e3db6a6fa98d7562"` Oct 15 09:32:32.845 INFO kablam! usermod: no changes Oct 15 09:32:32.869 INFO kablam! Compiling text-classify v0.1.0 (/source) Oct 15 09:32:33.188 INFO kablam! warning: unused import: `std::env` Oct 15 09:32:33.189 INFO kablam! --> src/main.rs:2:5 Oct 15 09:32:33.189 INFO kablam! | Oct 15 09:32:33.189 INFO kablam! 2 | use std::env; Oct 15 09:32:33.189 INFO kablam! | ^^^^^^^^ Oct 15 09:32:33.189 INFO kablam! | Oct 15 09:32:33.189 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:32:33.189 INFO kablam! Oct 15 09:32:33.189 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 09:32:33.189 INFO kablam! --> src/main.rs:4:5 Oct 15 09:32:33.189 INFO kablam! | Oct 15 09:32:33.189 INFO kablam! 4 | use std::io::prelude::*; Oct 15 09:32:33.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:32:33.189 INFO kablam! Oct 15 09:32:33.327 INFO kablam! warning: unused variable: `data` Oct 15 09:32:33.328 INFO kablam! --> src/main.rs:51:22 Oct 15 09:32:33.328 INFO kablam! | Oct 15 09:32:33.335 INFO kablam! 51 | fn filter(&self, data : &str) -> String { Oct 15 09:32:33.335 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 15 09:32:33.335 INFO kablam! | Oct 15 09:32:33.336 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:32:33.336 INFO kablam! Oct 15 09:32:33.378 INFO kablam! warning: variable does not need to be mutable Oct 15 09:32:33.379 INFO kablam! --> src/main.rs:230:9 Oct 15 09:32:33.379 INFO kablam! | Oct 15 09:32:33.379 INFO kablam! 230 | let mut clf = Classifier::new(); Oct 15 09:32:33.379 INFO kablam! | ----^^^ Oct 15 09:32:33.379 INFO kablam! | | Oct 15 09:32:33.379 INFO kablam! | help: remove this `mut` Oct 15 09:32:33.379 INFO kablam! | Oct 15 09:32:33.379 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:32:33.379 INFO kablam! Oct 15 09:32:33.383 INFO kablam! warning: field is never used: `stop_words` Oct 15 09:32:33.383 INFO kablam! --> src/main.rs:43:5 Oct 15 09:32:33.383 INFO kablam! | Oct 15 09:32:33.383 INFO kablam! 43 | stop_words : Vec, Oct 15 09:32:33.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:32:33.383 INFO kablam! | Oct 15 09:32:33.383 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:32:33.383 INFO kablam! Oct 15 09:32:34.449 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.58s Oct 15 09:32:34.451 INFO kablam! su: No module specific data is present Oct 15 09:32:34.761 INFO running `"docker" "rm" "-f" "17b45a70ce28df58ed2d7c714465c8df4b2361a7a6a6b616e3db6a6fa98d7562"` Oct 15 09:32:34.886 INFO blam! 17b45a70ce28df58ed2d7c714465c8df4b2361a7a6a6b616e3db6a6fa98d7562 Oct 15 09:32:34.888 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 15 09:32:35.059 INFO blam! 8b20b7e79747e54484e3c67b3e2885a267983d92f0fa2c3ab1291d34169248ea Oct 15 09:32:35.064 INFO running `"docker" "start" "-a" "8b20b7e79747e54484e3c67b3e2885a267983d92f0fa2c3ab1291d34169248ea"` Oct 15 09:32:35.369 INFO kablam! usermod: no changes Oct 15 09:32:35.395 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 09:32:35.395 INFO kablam! Running /target/debug/deps/text_classify-311d2ef28ba0fbc4 Oct 15 09:32:35.395 INFO blam! Oct 15 09:32:35.395 INFO blam! running 7 tests Oct 15 09:32:35.395 INFO blam! test test_vocabulary_size ... ok Oct 15 09:32:35.400 INFO blam! test test_accuracy ... ok Oct 15 09:32:35.400 INFO blam! test test_class_label_encoding ... ok Oct 15 09:32:35.400 INFO blam! test test_count_words ... ok Oct 15 09:32:35.400 INFO blam! test test_classify ... ok Oct 15 09:32:35.415 INFO blam! test test_stop_word_filter ... FAILED Oct 15 09:32:35.415 INFO blam! test test_untrained_classifier ... ok Oct 15 09:32:35.415 INFO blam! Oct 15 09:32:35.415 INFO blam! failures: Oct 15 09:32:35.415 INFO blam! Oct 15 09:32:35.415 INFO blam! ---- test_stop_word_filter stdout ---- Oct 15 09:32:35.415 INFO blam! thread 'test_stop_word_filter' panicked at 'assertion failed: `(left == right)` Oct 15 09:32:35.415 INFO blam! left: `""`, Oct 15 09:32:35.415 INFO blam! right: `"mad mad world"`', src/main.rs:240:5 Oct 15 09:32:35.415 INFO blam! stack backtrace: Oct 15 09:32:35.415 INFO blam! 0: 0x562f86027b6e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 15 09:32:35.415 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 15 09:32:35.415 INFO blam! 1: 0x562f86030a16 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 15 09:32:35.415 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 15 09:32:35.415 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 15 09:32:35.415 INFO blam! 2: 0x562f8602b76d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 15 09:32:35.415 INFO blam! at libstd/panicking.rs:211 Oct 15 09:32:35.415 INFO blam! 3: 0x562f8602b47b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 15 09:32:35.415 INFO blam! at libstd/panicking.rs:221 Oct 15 09:32:35.415 INFO blam! 4: 0x562f8602be1c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 15 09:32:35.415 INFO blam! at libstd/panicking.rs:476 Oct 15 09:32:35.415 INFO blam! 5: 0x562f8602b9d9 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 15 09:32:35.415 INFO blam! at libstd/panicking.rs:390 Oct 15 09:32:35.415 INFO blam! 6: 0x562f8602b93d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 15 09:32:35.415 INFO blam! at libstd/panicking.rs:345 Oct 15 09:32:35.415 INFO blam! 7: 0x562f85fc80fe - text_classify::test_stop_word_filter::h5a38b12f16d82450 Oct 15 09:32:35.415 INFO blam! at src/main.rs:240 Oct 15 09:32:35.415 INFO blam! 8: 0x562f85fc7ee9 - text_classify::test_stop_word_filter::{{closure}}::h091c299d106fff13 Oct 15 09:32:35.415 INFO blam! at src/main.rs:236 Oct 15 09:32:35.415 INFO blam! 9: 0x562f85fbd9bd - core::ops::function::FnOnce::call_once::h97626972723fc5c4 Oct 15 09:32:35.415 INFO blam! at libcore/ops/function.rs:238 Oct 15 09:32:35.415 INFO blam! 10: 0x562f85fdeaee - >::call_box::h95b7cb918af67b5d Oct 15 09:32:35.415 INFO blam! at libtest/lib.rs:1468 Oct 15 09:32:35.415 INFO blam! at libcore/ops/function.rs:238 Oct 15 09:32:35.415 INFO blam! at liballoc/boxed.rs:672 Oct 15 09:32:35.415 INFO blam! 11: 0x562f8603bbe9 - __rust_maybe_catch_panic Oct 15 09:32:35.415 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 09:32:35.415 INFO blam! 12: 0x562f85fff63d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 15 09:32:35.415 INFO blam! at libstd/panicking.rs:289 Oct 15 09:32:35.415 INFO blam! at libstd/panic.rs:392 Oct 15 09:32:35.415 INFO blam! at libtest/lib.rs:1423 Oct 15 09:32:35.415 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 15 09:32:35.415 INFO blam! 13: 0x562f86000244 - std::panicking::try::do_call::ha990a345054c2d63 Oct 15 09:32:35.415 INFO blam! at libstd/thread/mod.rs:409 Oct 15 09:32:35.415 INFO blam! at libstd/panic.rs:313 Oct 15 09:32:35.415 INFO blam! at libstd/panicking.rs:310 Oct 15 09:32:35.415 INFO blam! 14: 0x562f8603bbe9 - __rust_maybe_catch_panic Oct 15 09:32:35.415 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 09:32:35.415 INFO blam! 15: 0x562f85fed806 - >::call_box::h96125cb29a9ba44b Oct 15 09:32:35.415 INFO blam! at libstd/panicking.rs:289 Oct 15 09:32:35.415 INFO blam! at libstd/panic.rs:392 Oct 15 09:32:35.415 INFO blam! at libstd/thread/mod.rs:408 Oct 15 09:32:35.415 INFO blam! at liballoc/boxed.rs:672 Oct 15 09:32:35.415 INFO blam! 16: 0x562f86029baa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 15 09:32:35.415 INFO blam! at liballoc/boxed.rs:682 Oct 15 09:32:35.415 INFO blam! at libstd/sys_common/thread.rs:24 Oct 15 09:32:35.415 INFO blam! 17: 0x562f8601f335 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 15 09:32:35.415 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 15 09:32:35.415 INFO blam! 18: 0x7f6e2681a6b9 - start_thread Oct 15 09:32:35.415 INFO blam! 19: 0x7f6e2633a41c - clone Oct 15 09:32:35.415 INFO blam! 20: 0x0 - Oct 15 09:32:35.415 INFO blam! Oct 15 09:32:35.415 INFO blam! Oct 15 09:32:35.415 INFO blam! failures: Oct 15 09:32:35.415 INFO blam! test_stop_word_filter Oct 15 09:32:35.416 INFO blam! Oct 15 09:32:35.416 INFO blam! test result: FAILED. 6 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:32:35.416 INFO blam! Oct 15 09:32:35.423 INFO kablam! error: test failed, to rerun pass '--bin text-classify' Oct 15 09:32:35.423 INFO kablam! su: No module specific data is present Oct 15 09:32:35.648 INFO running `"docker" "rm" "-f" "8b20b7e79747e54484e3c67b3e2885a267983d92f0fa2c3ab1291d34169248ea"` Oct 15 09:32:35.740 INFO blam! 8b20b7e79747e54484e3c67b3e2885a267983d92f0fa2c3ab1291d34169248ea