Oct 15 09:32:28.878 INFO testing Kneipenrunde/text-classify against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 09:32:28.878 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 09:32:29.153 INFO blam! 01b79c7efc3de3fab494a2a31ca180851f0bd070bdf04ebef71e1189a541ecc4 Oct 15 09:32:29.157 INFO running `"docker" "start" "-a" "01b79c7efc3de3fab494a2a31ca180851f0bd070bdf04ebef71e1189a541ecc4"` Oct 15 09:32:30.155 INFO kablam! usermod: no changes Oct 15 09:32:30.195 INFO kablam! Compiling text-classify v0.1.0 (/source) Oct 15 09:32:30.540 INFO kablam! warning: unused import: `std::env` Oct 15 09:32:30.540 INFO kablam! --> src/main.rs:2:5 Oct 15 09:32:30.540 INFO kablam! | Oct 15 09:32:30.540 INFO kablam! 2 | use std::env; Oct 15 09:32:30.540 INFO kablam! | ^^^^^^^^ Oct 15 09:32:30.540 INFO kablam! | Oct 15 09:32:30.540 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:32:30.540 INFO kablam! Oct 15 09:32:30.540 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 09:32:30.540 INFO kablam! --> src/main.rs:4:5 Oct 15 09:32:30.540 INFO kablam! | Oct 15 09:32:30.540 INFO kablam! 4 | use std::io::prelude::*; Oct 15 09:32:30.540 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:32:30.540 INFO kablam! Oct 15 09:32:30.602 INFO kablam! warning: unused variable: `data` Oct 15 09:32:30.602 INFO kablam! --> src/main.rs:51:22 Oct 15 09:32:30.602 INFO kablam! | Oct 15 09:32:30.602 INFO kablam! 51 | fn filter(&self, data : &str) -> String { Oct 15 09:32:30.602 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 15 09:32:30.602 INFO kablam! | Oct 15 09:32:30.602 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:32:30.602 INFO kablam! Oct 15 09:32:30.627 INFO kablam! warning: struct is never constructed: `LabelEncoder` Oct 15 09:32:30.627 INFO kablam! --> src/main.rs:18:1 Oct 15 09:32:30.627 INFO kablam! | Oct 15 09:32:30.627 INFO kablam! 18 | struct LabelEncoder { Oct 15 09:32:30.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:32:30.627 INFO kablam! | Oct 15 09:32:30.627 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:32:30.627 INFO kablam! Oct 15 09:32:30.627 INFO kablam! warning: method is never used: `new` Oct 15 09:32:30.627 INFO kablam! --> src/main.rs:24:5 Oct 15 09:32:30.627 INFO kablam! | Oct 15 09:32:30.627 INFO kablam! 24 | fn new() -> LabelEncoder { Oct 15 09:32:30.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:32:30.627 INFO kablam! Oct 15 09:32:30.628 INFO kablam! warning: method is never used: `fit` Oct 15 09:32:30.628 INFO kablam! --> src/main.rs:28:5 Oct 15 09:32:30.628 INFO kablam! | Oct 15 09:32:30.628 INFO kablam! 28 | fn fit(&mut self, labels : &[&str]) { Oct 15 09:32:30.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:32:30.628 INFO kablam! Oct 15 09:32:30.628 INFO kablam! warning: method is never used: `transform` Oct 15 09:32:30.628 INFO kablam! --> src/main.rs:37:5 Oct 15 09:32:30.628 INFO kablam! | Oct 15 09:32:30.628 INFO kablam! 37 | fn transform(&self, labels : &[&str]) -> Vec { Oct 15 09:32:30.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:32:30.628 INFO kablam! Oct 15 09:32:30.628 INFO kablam! warning: struct is never constructed: `StopWordFilter` Oct 15 09:32:30.628 INFO kablam! --> src/main.rs:42:1 Oct 15 09:32:30.628 INFO kablam! | Oct 15 09:32:30.628 INFO kablam! 42 | struct StopWordFilter { Oct 15 09:32:30.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:32:30.628 INFO kablam! Oct 15 09:32:30.628 INFO kablam! warning: method is never used: `new` Oct 15 09:32:30.628 INFO kablam! --> src/main.rs:47:5 Oct 15 09:32:30.628 INFO kablam! | Oct 15 09:32:30.628 INFO kablam! 47 | fn new() -> StopWordFilter { Oct 15 09:32:30.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:32:30.628 INFO kablam! Oct 15 09:32:30.628 INFO kablam! warning: method is never used: `filter` Oct 15 09:32:30.628 INFO kablam! --> src/main.rs:51:5 Oct 15 09:32:30.628 INFO kablam! | Oct 15 09:32:30.628 INFO kablam! 51 | fn filter(&self, data : &str) -> String { Oct 15 09:32:30.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:32:30.628 INFO kablam! Oct 15 09:32:31.423 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.25s Oct 15 09:32:31.425 INFO kablam! su: No module specific data is present Oct 15 09:32:31.867 INFO running `"docker" "rm" "-f" "01b79c7efc3de3fab494a2a31ca180851f0bd070bdf04ebef71e1189a541ecc4"` Oct 15 09:32:31.960 INFO blam! 01b79c7efc3de3fab494a2a31ca180851f0bd070bdf04ebef71e1189a541ecc4 Oct 15 09:32:31.962 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 09:32:32.126 INFO blam! 10f8cd67dccd8721396737c702c6dacfb9e7df02aaf80a4b4515946d9bc25f75 Oct 15 09:32:32.131 INFO running `"docker" "start" "-a" "10f8cd67dccd8721396737c702c6dacfb9e7df02aaf80a4b4515946d9bc25f75"` Oct 15 09:32:32.487 INFO kablam! usermod: no changes Oct 15 09:32:32.515 INFO kablam! Compiling text-classify v0.1.0 (/source) Oct 15 09:32:32.877 INFO kablam! warning: unused import: `std::env` Oct 15 09:32:32.877 INFO kablam! --> src/main.rs:2:5 Oct 15 09:32:32.877 INFO kablam! | Oct 15 09:32:32.877 INFO kablam! 2 | use std::env; Oct 15 09:32:32.877 INFO kablam! | ^^^^^^^^ Oct 15 09:32:32.877 INFO kablam! | Oct 15 09:32:32.877 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:32:32.877 INFO kablam! Oct 15 09:32:32.877 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 09:32:32.877 INFO kablam! --> src/main.rs:4:5 Oct 15 09:32:32.877 INFO kablam! | Oct 15 09:32:32.877 INFO kablam! 4 | use std::io::prelude::*; Oct 15 09:32:32.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:32:32.877 INFO kablam! Oct 15 09:32:33.005 INFO kablam! warning: unused variable: `data` Oct 15 09:32:33.005 INFO kablam! --> src/main.rs:51:22 Oct 15 09:32:33.005 INFO kablam! | Oct 15 09:32:33.005 INFO kablam! 51 | fn filter(&self, data : &str) -> String { Oct 15 09:32:33.005 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 15 09:32:33.005 INFO kablam! | Oct 15 09:32:33.005 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:32:33.005 INFO kablam! Oct 15 09:32:33.049 INFO kablam! warning: variable does not need to be mutable Oct 15 09:32:33.049 INFO kablam! --> src/main.rs:230:9 Oct 15 09:32:33.050 INFO kablam! | Oct 15 09:32:33.050 INFO kablam! 230 | let mut clf = Classifier::new(); Oct 15 09:32:33.050 INFO kablam! | ----^^^ Oct 15 09:32:33.051 INFO kablam! | | Oct 15 09:32:33.051 INFO kablam! | help: remove this `mut` Oct 15 09:32:33.051 INFO kablam! | Oct 15 09:32:33.051 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:32:33.052 INFO kablam! Oct 15 09:32:33.052 INFO kablam! warning: field is never used: `stop_words` Oct 15 09:32:33.052 INFO kablam! --> src/main.rs:43:5 Oct 15 09:32:33.052 INFO kablam! | Oct 15 09:32:33.053 INFO kablam! 43 | stop_words : Vec, Oct 15 09:32:33.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:32:33.053 INFO kablam! | Oct 15 09:32:33.053 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:32:33.054 INFO kablam! Oct 15 09:32:34.286 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.77s Oct 15 09:32:34.288 INFO kablam! su: No module specific data is present Oct 15 09:32:34.596 INFO running `"docker" "rm" "-f" "10f8cd67dccd8721396737c702c6dacfb9e7df02aaf80a4b4515946d9bc25f75"` Oct 15 09:32:34.755 INFO blam! 10f8cd67dccd8721396737c702c6dacfb9e7df02aaf80a4b4515946d9bc25f75 Oct 15 09:32:34.757 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 09:32:34.927 INFO blam! de6621bacb525dbaf088dfad86cbe3c219bc9036d3ae02490f30c04811f0cd18 Oct 15 09:32:34.929 INFO running `"docker" "start" "-a" "de6621bacb525dbaf088dfad86cbe3c219bc9036d3ae02490f30c04811f0cd18"` Oct 15 09:32:35.307 INFO kablam! usermod: no changes Oct 15 09:32:35.328 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 15 09:32:35.329 INFO kablam! Running /target/debug/deps/text_classify-53d0df42d7fe1aeb Oct 15 09:32:35.336 INFO blam! Oct 15 09:32:35.340 INFO blam! running 7 tests Oct 15 09:32:35.340 INFO blam! test test_class_label_encoding ... ok Oct 15 09:32:35.340 INFO blam! test test_classify ... ok Oct 15 09:32:35.340 INFO blam! test test_accuracy ... ok Oct 15 09:32:35.340 INFO blam! test test_vocabulary_size ... ok Oct 15 09:32:35.340 INFO blam! test test_count_words ... ok Oct 15 09:32:35.355 INFO blam! test test_stop_word_filter ... FAILED Oct 15 09:32:35.355 INFO blam! test test_untrained_classifier ... ok Oct 15 09:32:35.355 INFO blam! Oct 15 09:32:35.355 INFO blam! failures: Oct 15 09:32:35.355 INFO blam! Oct 15 09:32:35.355 INFO blam! ---- test_stop_word_filter stdout ---- Oct 15 09:32:35.355 INFO blam! thread 'test_stop_word_filter' panicked at 'assertion failed: `(left == right)` Oct 15 09:32:35.355 INFO blam! left: `""`, Oct 15 09:32:35.355 INFO blam! right: `"mad mad world"`', src/main.rs:240:5 Oct 15 09:32:35.355 INFO blam! stack backtrace: Oct 15 09:32:35.355 INFO blam! 0: 0x559aea94686e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 15 09:32:35.355 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 15 09:32:35.355 INFO blam! 1: 0x559aea94f9e6 - std::sys_common::backtrace::print::hce31971a380b167f Oct 15 09:32:35.355 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 15 09:32:35.355 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 15 09:32:35.355 INFO blam! 2: 0x559aea94a73d - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 15 09:32:35.355 INFO blam! at libstd/panicking.rs:211 Oct 15 09:32:35.355 INFO blam! 3: 0x559aea94a44b - std::panicking::default_hook::hb1838a6568eb05e3 Oct 15 09:32:35.355 INFO blam! at libstd/panicking.rs:221 Oct 15 09:32:35.355 INFO blam! 4: 0x559aea94adec - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 15 09:32:35.355 INFO blam! at libstd/panicking.rs:476 Oct 15 09:32:35.355 INFO kablam! error: test failed, to rerun pass '--bin text-classify' Oct 15 09:32:35.355 INFO blam! 5: 0x559aea94a9a9 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 15 09:32:35.355 INFO blam! at libstd/panicking.rs:390 Oct 15 09:32:35.355 INFO blam! 6: 0x559aea94a90d - std::panicking::begin_panic_fmt::h70a4709fbb668068 Oct 15 09:32:35.355 INFO blam! at libstd/panicking.rs:345 Oct 15 09:32:35.355 INFO blam! 7: 0x559aea8e770e - text_classify::test_stop_word_filter::h94bff3fd520a0249 Oct 15 09:32:35.355 INFO blam! at src/main.rs:240 Oct 15 09:32:35.355 INFO blam! 8: 0x559aea8e74f9 - text_classify::test_stop_word_filter::{{closure}}::h33fa9068c0573235 Oct 15 09:32:35.355 INFO blam! at src/main.rs:236 Oct 15 09:32:35.355 INFO blam! 9: 0x559aea8dc9fd - core::ops::function::FnOnce::call_once::he14f3ddf267ea7c8 Oct 15 09:32:35.355 INFO blam! at libcore/ops/function.rs:238 Oct 15 09:32:35.355 INFO blam! 10: 0x559aea8fdbee - >::call_box::hae226a42c8d94b19 Oct 15 09:32:35.355 INFO blam! at libtest/lib.rs:1468 Oct 15 09:32:35.355 INFO blam! at libcore/ops/function.rs:238 Oct 15 09:32:35.355 INFO blam! at liballoc/boxed.rs:672 Oct 15 09:32:35.355 INFO blam! 11: 0x559aea95af09 - __rust_maybe_catch_panic Oct 15 09:32:35.355 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 09:32:35.355 INFO blam! 12: 0x559aea91e61d - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 15 09:32:35.355 INFO blam! at libstd/panicking.rs:289 Oct 15 09:32:35.355 INFO blam! at libstd/panic.rs:392 Oct 15 09:32:35.355 INFO blam! at libtest/lib.rs:1423 Oct 15 09:32:35.355 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 15 09:32:35.355 INFO blam! 13: 0x559aea91f1c4 - std::panicking::try::do_call::h2c632c17829d0621 Oct 15 09:32:35.355 INFO blam! at libstd/thread/mod.rs:409 Oct 15 09:32:35.355 INFO blam! at libstd/panic.rs:313 Oct 15 09:32:35.355 INFO blam! at libstd/panicking.rs:310 Oct 15 09:32:35.355 INFO blam! 14: 0x559aea95af09 - __rust_maybe_catch_panic Oct 15 09:32:35.355 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 09:32:35.355 INFO blam! 15: 0x559aea90c806 - >::call_box::h1a0832645645f090 Oct 15 09:32:35.355 INFO blam! at libstd/panicking.rs:289 Oct 15 09:32:35.355 INFO blam! at libstd/panic.rs:392 Oct 15 09:32:35.355 INFO blam! at libstd/thread/mod.rs:408 Oct 15 09:32:35.355 INFO blam! at liballoc/boxed.rs:672 Oct 15 09:32:35.355 INFO blam! 16: 0x559aea948b7a - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 15 09:32:35.355 INFO blam! at liballoc/boxed.rs:682 Oct 15 09:32:35.355 INFO blam! at libstd/sys_common/thread.rs:24 Oct 15 09:32:35.355 INFO blam! 17: 0x559aea93e025 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 15 09:32:35.355 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 15 09:32:35.355 INFO blam! 18: 0x7f72a61616b9 - start_thread Oct 15 09:32:35.355 INFO blam! 19: 0x7f72a5c8141c - clone Oct 15 09:32:35.355 INFO blam! 20: 0x0 - Oct 15 09:32:35.355 INFO blam! Oct 15 09:32:35.355 INFO blam! Oct 15 09:32:35.355 INFO blam! failures: Oct 15 09:32:35.355 INFO blam! test_stop_word_filter Oct 15 09:32:35.355 INFO blam! Oct 15 09:32:35.355 INFO blam! test result: FAILED. 6 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:32:35.355 INFO blam! Oct 15 09:32:35.359 INFO kablam! su: No module specific data is present Oct 15 09:32:35.622 INFO running `"docker" "rm" "-f" "de6621bacb525dbaf088dfad86cbe3c219bc9036d3ae02490f30c04811f0cd18"` Oct 15 09:32:35.711 INFO blam! de6621bacb525dbaf088dfad86cbe3c219bc9036d3ae02490f30c04811f0cd18