Nov 16 16:46:45.131 INFO testing pinkisemils/markybot against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 16 16:46:45.136 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 16 16:46:45.483 INFO [stdout] e05fd440592ed02b21e3b2c0d5e897d52d18c98f8393d19389133b3bbd8f5c22 Nov 16 16:46:45.489 INFO running `"docker" "start" "-a" "e05fd440592ed02b21e3b2c0d5e897d52d18c98f8393d19389133b3bbd8f5c22"` Nov 16 16:46:46.471 INFO [stderr] usermod: no changes Nov 16 16:46:46.719 INFO [stderr] Compiling edit-distance v1.0.0 Nov 16 16:46:46.719 INFO [stderr] Compiling iovec v0.1.0 Nov 16 16:46:46.719 INFO [stderr] Compiling thread-id v3.1.0 Nov 16 16:46:46.727 INFO [stderr] Compiling memchr v1.0.1 Nov 16 16:46:46.727 INFO [stderr] Compiling num_cpus v1.5.1 Nov 16 16:46:46.727 INFO [stderr] Compiling net2 v0.2.29 Nov 16 16:46:46.731 INFO [stderr] Compiling itertools v0.6.0 Nov 16 16:46:46.742 INFO [stderr] Compiling markov v0.0.33 Nov 16 16:46:47.580 INFO [stderr] Compiling lazysort v0.1.1 Nov 16 16:46:48.841 INFO [stderr] Compiling backtrace-sys v0.1.11 Nov 16 16:46:49.430 INFO [stderr] Compiling openssl-sys v0.9.14 Nov 16 16:46:49.590 INFO [stderr] Compiling thread_local v0.3.3 Nov 16 16:46:49.732 INFO [stderr] Compiling bytes v0.4.4 Nov 16 16:46:49.765 INFO [stderr] Compiling aho-corasick v0.6.3 Nov 16 16:46:51.044 INFO [stderr] Compiling nom v3.1.0 Nov 16 16:46:51.087 INFO [stderr] Compiling rayon-core v1.2.1 Nov 16 16:46:51.087 INFO [stderr] Compiling futures-cpupool v0.1.5 Nov 16 16:46:51.195 INFO [stderr] Compiling backtrace v0.3.2 Nov 16 16:46:53.791 INFO [stderr] Compiling mio v0.6.9 Nov 16 16:46:53.991 INFO [stderr] Compiling openssl v0.9.14 Nov 16 16:46:55.592 INFO [stderr] Compiling regex v0.2.2 Nov 16 16:46:55.611 INFO [stderr] Compiling error-chain v0.10.0 Nov 16 16:46:55.633 INFO [stderr] Compiling tokio-io v0.1.2 Nov 16 16:46:55.923 INFO [stderr] Compiling rayon v0.8.2 Nov 16 16:46:57.599 INFO [stderr] Compiling pircolate v0.2.0 Nov 16 16:47:04.423 INFO [stderr] Compiling tokio-core v0.1.8 Nov 16 16:47:19.866 INFO [stderr] Compiling tokio-pool v0.1.0 Nov 16 16:47:20.569 INFO [stderr] Compiling tokio-irc-client v0.2.1 Nov 16 16:47:22.503 INFO [stderr] Compiling native-tls v0.1.2 Nov 16 16:47:24.879 INFO [stderr] Compiling tokio-tls v0.1.2 Nov 16 16:47:25.606 INFO [stderr] Compiling MarkyBot v0.1.0 (/source) Nov 16 16:47:26.575 INFO [stderr] warning: unused `#[macro_use]` import Nov 16 16:47:26.575 INFO [stderr] --> src/main.rs:17:1 Nov 16 16:47:26.575 INFO [stderr] | Nov 16 16:47:26.575 INFO [stderr] 17 | #[macro_use] extern crate lazy_static; Nov 16 16:47:26.575 INFO [stderr] | ^^^^^^^^^^^^ Nov 16 16:47:26.575 INFO [stderr] | Nov 16 16:47:26.575 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 16:47:26.575 INFO [stderr] Nov 16 16:47:26.575 INFO [stderr] warning: unused `#[macro_use]` import Nov 16 16:47:26.575 INFO [stderr] --> src/main.rs:18:1 Nov 16 16:47:26.575 INFO [stderr] | Nov 16 16:47:26.575 INFO [stderr] 18 | #[macro_use] extern crate itertools; Nov 16 16:47:26.575 INFO [stderr] | ^^^^^^^^^^^^ Nov 16 16:47:26.575 INFO [stderr] Nov 16 16:47:26.832 INFO [stderr] warning: unused import: `rayon::prelude` Nov 16 16:47:26.832 INFO [stderr] --> src/marky.rs:21:5 Nov 16 16:47:26.832 INFO [stderr] | Nov 16 16:47:26.832 INFO [stderr] 21 | use rayon::prelude::*; Nov 16 16:47:26.832 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 16 16:47:26.832 INFO [stderr] Nov 16 16:47:26.987 INFO [stderr] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Nov 16 16:47:26.987 INFO [stderr] --> src/main.rs:1:12 Nov 16 16:47:26.987 INFO [stderr] | Nov 16 16:47:26.987 INFO [stderr] 1 | #![feature(conservative_impl_trait)] Nov 16 16:47:26.987 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 16:47:26.987 INFO [stderr] | Nov 16 16:47:26.987 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 16 16:47:26.987 INFO [stderr] Nov 16 16:47:26.987 INFO [stderr] warning: the feature `str_checked_slicing` has been stable since 1.20.0 and no longer requires an attribute to enable Nov 16 16:47:26.987 INFO [stderr] --> src/main.rs:2:12 Nov 16 16:47:26.987 INFO [stderr] | Nov 16 16:47:26.987 INFO [stderr] 2 | #![feature(str_checked_slicing)] Nov 16 16:47:26.987 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 16 16:47:26.987 INFO [stderr] Nov 16 16:47:26.987 INFO [stderr] warning: crate `MarkyBot` should have a snake case name such as `marky_bot` Nov 16 16:47:26.987 INFO [stderr] | Nov 16 16:47:26.987 INFO [stderr] = note: #[warn(non_snake_case)] on by default Nov 16 16:47:26.987 INFO [stderr] Nov 16 16:47:31.456 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.97s Nov 16 16:47:31.465 INFO [stderr] su: No module specific data is present Nov 16 16:47:32.551 INFO running `"docker" "inspect" "e05fd440592ed02b21e3b2c0d5e897d52d18c98f8393d19389133b3bbd8f5c22"` Nov 16 16:47:32.855 INFO running `"docker" "rm" "-f" "e05fd440592ed02b21e3b2c0d5e897d52d18c98f8393d19389133b3bbd8f5c22"` Nov 16 16:47:33.194 INFO [stdout] e05fd440592ed02b21e3b2c0d5e897d52d18c98f8393d19389133b3bbd8f5c22 Nov 16 16:47:33.203 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 16 16:47:33.593 INFO [stdout] c2a5afed41b2958781fed705a09264a113592b2743c0b9442e506d6a85091cbd Nov 16 16:47:33.596 INFO running `"docker" "start" "-a" "c2a5afed41b2958781fed705a09264a113592b2743c0b9442e506d6a85091cbd"` Nov 16 16:47:35.078 INFO [stderr] usermod: no changes Nov 16 16:47:35.275 INFO [stderr] Compiling MarkyBot v0.1.0 (/source) Nov 16 16:47:36.187 INFO [stderr] warning: unused `#[macro_use]` import Nov 16 16:47:36.188 INFO [stderr] --> src/main.rs:17:1 Nov 16 16:47:36.188 INFO [stderr] | Nov 16 16:47:36.188 INFO [stderr] 17 | #[macro_use] extern crate lazy_static; Nov 16 16:47:36.189 INFO [stderr] | ^^^^^^^^^^^^ Nov 16 16:47:36.189 INFO [stderr] | Nov 16 16:47:36.189 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 16 16:47:36.190 INFO [stderr] Nov 16 16:47:36.190 INFO [stderr] warning: unused `#[macro_use]` import Nov 16 16:47:36.190 INFO [stderr] --> src/main.rs:18:1 Nov 16 16:47:36.190 INFO [stderr] | Nov 16 16:47:36.191 INFO [stderr] 18 | #[macro_use] extern crate itertools; Nov 16 16:47:36.191 INFO [stderr] | ^^^^^^^^^^^^ Nov 16 16:47:36.191 INFO [stderr] Nov 16 16:47:36.464 INFO [stderr] warning: unused import: `rayon::prelude` Nov 16 16:47:36.464 INFO [stderr] --> src/marky.rs:21:5 Nov 16 16:47:36.464 INFO [stderr] | Nov 16 16:47:36.465 INFO [stderr] 21 | use rayon::prelude::*; Nov 16 16:47:36.465 INFO [stderr] | ^^^^^^^^^^^^^^ Nov 16 16:47:36.465 INFO [stderr] Nov 16 16:47:36.611 INFO [stderr] warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Nov 16 16:47:36.611 INFO [stderr] --> src/main.rs:1:12 Nov 16 16:47:36.611 INFO [stderr] | Nov 16 16:47:36.612 INFO [stderr] 1 | #![feature(conservative_impl_trait)] Nov 16 16:47:36.612 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 16:47:36.612 INFO [stderr] | Nov 16 16:47:36.612 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 16 16:47:36.613 INFO [stderr] Nov 16 16:47:36.613 INFO [stderr] warning: the feature `str_checked_slicing` has been stable since 1.20.0 and no longer requires an attribute to enable Nov 16 16:47:36.613 INFO [stderr] --> src/main.rs:2:12 Nov 16 16:47:36.613 INFO [stderr] | Nov 16 16:47:36.614 INFO [stderr] 2 | #![feature(str_checked_slicing)] Nov 16 16:47:36.614 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^ Nov 16 16:47:36.614 INFO [stderr] Nov 16 16:47:36.615 INFO [stderr] warning: crate `MarkyBot` should have a snake case name such as `marky_bot` Nov 16 16:47:36.615 INFO [stderr] | Nov 16 16:47:36.615 INFO [stderr] = note: #[warn(non_snake_case)] on by default Nov 16 16:47:36.615 INFO [stderr] Nov 16 16:47:38.051 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.94s Nov 16 16:47:38.055 INFO [stderr] su: No module specific data is present Nov 16 16:47:38.966 INFO running `"docker" "inspect" "c2a5afed41b2958781fed705a09264a113592b2743c0b9442e506d6a85091cbd"` Nov 16 16:47:39.219 INFO running `"docker" "rm" "-f" "c2a5afed41b2958781fed705a09264a113592b2743c0b9442e506d6a85091cbd"` Nov 16 16:47:39.612 INFO [stdout] c2a5afed41b2958781fed705a09264a113592b2743c0b9442e506d6a85091cbd Nov 16 16:47:39.616 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 16 16:47:40.171 INFO [stdout] c452549d9adca487e6a56d2b31ad76b2cdd93dab5c707576d1d856d266469bf3 Nov 16 16:47:40.179 INFO running `"docker" "start" "-a" "c452549d9adca487e6a56d2b31ad76b2cdd93dab5c707576d1d856d266469bf3"` Nov 16 16:47:41.899 INFO [stderr] usermod: no changes Nov 16 16:47:42.145 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.19s Nov 16 16:47:42.160 INFO [stderr] Running /target/debug/deps/MarkyBot-17d2a2ed1714bf3c Nov 16 16:47:42.167 INFO [stdout] Nov 16 16:47:42.167 INFO [stdout] running 3 tests Nov 16 16:47:42.179 INFO [stdout] test marky::test::irssi_line_test ... ok Nov 16 16:47:42.187 INFO [stdout] test marky::test::znc_line_test ... ok Nov 16 16:47:42.298 INFO [stdout] test marky::test::test_similarity ... FAILED Nov 16 16:47:42.298 INFO [stdout] Nov 16 16:47:42.299 INFO [stdout] failures: Nov 16 16:47:42.299 INFO [stdout] Nov 16 16:47:42.299 INFO [stdout] ---- marky::test::test_similarity stdout ---- Nov 16 16:47:42.300 INFO [stdout] thread 'marky::test::test_similarity' panicked at 'assertion failed: similar_to_nick("aloxsej", "aleksejs")', src/marky.rs:277:9 Nov 16 16:47:42.300 INFO [stdout] stack backtrace: Nov 16 16:47:42.300 INFO [stdout] 0: 0x55aa59f8b393 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 16 16:47:42.301 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 16 16:47:42.301 INFO [stdout] 1: 0x55aa59f85bf8 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 16 16:47:42.301 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 16 16:47:42.301 INFO [stdout] 2: 0x55aa59f8a304 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 16 16:47:42.302 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 16 16:47:42.302 INFO [stdout] at libstd/panicking.rs:211 Nov 16 16:47:42.302 INFO [stdout] 3: 0x55aa59f89fec - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 16 16:47:42.303 INFO [stdout] at libstd/panicking.rs:221 Nov 16 16:47:42.303 INFO [stdout] 4: 0x55aa59f8aa10 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 16 16:47:42.303 INFO [stdout] at libstd/panicking.rs:476 Nov 16 16:47:42.303 INFO [stdout] 5: 0x55aa59f7a397 - std::panicking::begin_panic::h9c325c3230cef15a Nov 16 16:47:42.304 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:410 Nov 16 16:47:42.304 INFO [stdout] 6: 0x55aa59f2fff8 - MarkyBot::marky::test::test_similarity::hc77f3c8d4bb2bd6c Nov 16 16:47:42.304 INFO [stdout] at src/marky.rs:277 Nov 16 16:47:42.304 INFO [stdout] 7: 0x55aa59f2fed9 - MarkyBot::marky::test::test_similarity::{{closure}}::hcb524fd2982ea452 Nov 16 16:47:42.305 INFO [stdout] at src/marky.rs:274 Nov 16 16:47:42.305 INFO [stdout] 8: 0x55aa59f2e98d - core::ops::function::FnOnce::call_once::h775b77343ffdf4aa Nov 16 16:47:42.305 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 16:47:42.306 INFO [stdout] 9: 0x55aa59f3a44e - >::call_box::hae1ea457a0ccd8d5 Nov 16 16:47:42.306 INFO [stdout] at libtest/lib.rs:1471 Nov 16 16:47:42.306 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 16:47:42.306 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 16:47:42.307 INFO [stdout] 10: 0x55aa59f991f9 - __rust_maybe_catch_panic Nov 16 16:47:42.307 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 16:47:42.307 INFO [stdout] 11: 0x55aa59f322a3 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 16 16:47:42.308 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 16:47:42.308 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 16:47:42.308 INFO [stdout] at libtest/lib.rs:1426 Nov 16 16:47:42.309 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 16 16:47:42.309 INFO [stdout] 12: 0x55aa59f33144 - std::panicking::try::do_call::h031514fb401b7159 Nov 16 16:47:42.309 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 16 16:47:42.309 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 16 16:47:42.310 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 16 16:47:42.310 INFO [stdout] 13: 0x55aa59f991f9 - __rust_maybe_catch_panic Nov 16 16:47:42.310 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 16:47:42.311 INFO [stdout] 14: 0x55aa59f3a32c - >::call_box::h44700b7a2ec6fd33 Nov 16 16:47:42.311 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 16:47:42.311 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 16:47:42.312 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 16 16:47:42.312 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 16:47:42.312 INFO [stdout] 15: 0x55aa59f8d0dd - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 16 16:47:42.313 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 16 16:47:42.313 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 16 16:47:42.313 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 16 16:47:42.313 INFO [stdout] 16: 0x7fee636916b9 - start_thread Nov 16 16:47:42.314 INFO [stdout] 17: 0x7fee631b141c - clone Nov 16 16:47:42.314 INFO [stdout] 18: 0x0 - Nov 16 16:47:42.314 INFO [stdout] Nov 16 16:47:42.315 INFO [stdout] Nov 16 16:47:42.315 INFO [stdout] failures: Nov 16 16:47:42.315 INFO [stdout] marky::test::test_similarity Nov 16 16:47:42.315 INFO [stdout] Nov 16 16:47:42.315 INFO [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 16:47:42.316 INFO [stdout] Nov 16 16:47:42.319 INFO [stderr] error: test failed, to rerun pass '--bin MarkyBot' Nov 16 16:47:42.320 INFO [stderr] su: No module specific data is present Nov 16 16:47:43.286 INFO running `"docker" "inspect" "c452549d9adca487e6a56d2b31ad76b2cdd93dab5c707576d1d856d266469bf3"` Nov 16 16:47:43.649 INFO running `"docker" "rm" "-f" "c452549d9adca487e6a56d2b31ad76b2cdd93dab5c707576d1d856d266469bf3"` Nov 16 16:47:44.019 INFO [stdout] c452549d9adca487e6a56d2b31ad76b2cdd93dab5c707576d1d856d266469bf3