Oct 13 03:53:49.874 INFO testing pinkisemils/markybot against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 03:53:49.875 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 03:53:50.349 INFO blam! 0b531f756b4d4e749ea8aa054f749be5edc0836bff8d35dd07e1034f2de7da6b Oct 13 03:53:50.351 INFO running `"docker" "start" "-a" "0b531f756b4d4e749ea8aa054f749be5edc0836bff8d35dd07e1034f2de7da6b"` Oct 13 03:53:51.851 INFO kablam! usermod: no changes Oct 13 03:53:52.075 INFO kablam! Compiling edit-distance v1.0.0 Oct 13 03:53:52.075 INFO kablam! Compiling iovec v0.1.0 Oct 13 03:53:52.075 INFO kablam! Compiling thread-id v3.1.0 Oct 13 03:53:52.075 INFO kablam! Compiling memchr v1.0.1 Oct 13 03:53:52.083 INFO kablam! Compiling rand v0.3.15 Oct 13 03:53:52.091 INFO kablam! Compiling num_cpus v1.5.1 Oct 13 03:53:52.091 INFO kablam! Compiling net2 v0.2.29 Oct 13 03:53:52.091 INFO kablam! Compiling itertools v0.6.0 Oct 13 03:53:53.062 INFO kablam! Compiling thread_local v0.3.3 Oct 13 03:53:54.407 INFO kablam! Compiling backtrace-sys v0.1.11 Oct 13 03:53:54.423 INFO kablam! Compiling openssl-sys v0.9.14 Oct 13 03:53:54.479 INFO kablam! Compiling bytes v0.4.4 Oct 13 03:53:55.887 INFO kablam! Compiling aho-corasick v0.6.3 Oct 13 03:53:55.955 INFO kablam! Compiling nom v3.1.0 Oct 13 03:53:56.384 INFO kablam! Compiling backtrace v0.3.2 Oct 13 03:53:56.459 INFO kablam! Compiling mio v0.6.9 Oct 13 03:53:58.679 INFO kablam! Compiling futures-cpupool v0.1.5 Oct 13 03:53:58.679 INFO kablam! Compiling openssl v0.9.14 Oct 13 03:53:58.687 INFO kablam! Compiling tokio-io v0.1.2 Oct 13 03:53:59.951 INFO kablam! Compiling regex v0.2.2 Oct 13 03:54:00.595 INFO kablam! Compiling error-chain v0.10.0 Oct 13 03:54:04.379 INFO kablam! Compiling pircolate v0.2.0 Oct 13 03:54:04.379 INFO kablam! Compiling rayon-core v1.2.1 Oct 13 03:54:04.629 INFO kablam! Compiling markov v0.0.33 Oct 13 03:54:13.643 INFO kablam! Compiling lazysort v0.1.1 Oct 13 03:54:14.155 INFO kablam! Compiling tokio-core v0.1.8 Oct 13 03:54:14.173 INFO kablam! Compiling rayon v0.8.2 Oct 13 03:54:30.324 INFO kablam! Compiling native-tls v0.1.2 Oct 13 03:54:30.599 INFO kablam! Compiling tokio-pool v0.1.0 Oct 13 03:54:30.599 INFO kablam! Compiling tokio-irc-client v0.2.1 Oct 13 03:54:31.611 INFO kablam! Compiling tokio-tls v0.1.2 Oct 13 03:54:33.419 INFO kablam! Compiling MarkyBot v0.1.0 (/source) Oct 13 03:54:34.347 INFO kablam! warning: unused `#[macro_use]` import Oct 13 03:54:34.347 INFO kablam! --> src/main.rs:17:1 Oct 13 03:54:34.347 INFO kablam! | Oct 13 03:54:34.347 INFO kablam! 17 | #[macro_use] extern crate lazy_static; Oct 13 03:54:34.347 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:54:34.347 INFO kablam! | Oct 13 03:54:34.347 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:54:34.347 INFO kablam! Oct 13 03:54:34.347 INFO kablam! warning: unused `#[macro_use]` import Oct 13 03:54:34.347 INFO kablam! --> src/main.rs:18:1 Oct 13 03:54:34.347 INFO kablam! | Oct 13 03:54:34.347 INFO kablam! 18 | #[macro_use] extern crate itertools; Oct 13 03:54:34.347 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:54:34.347 INFO kablam! Oct 13 03:54:34.663 INFO kablam! warning: unused import: `rayon::prelude` Oct 13 03:54:34.663 INFO kablam! --> src/marky.rs:21:5 Oct 13 03:54:34.663 INFO kablam! | Oct 13 03:54:34.663 INFO kablam! 21 | use rayon::prelude::*; Oct 13 03:54:34.663 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 03:54:34.663 INFO kablam! Oct 13 03:54:34.791 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 03:54:34.791 INFO kablam! --> src/main.rs:1:12 Oct 13 03:54:34.791 INFO kablam! | Oct 13 03:54:34.791 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 13 03:54:34.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:54:34.791 INFO kablam! | Oct 13 03:54:34.791 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 03:54:34.791 INFO kablam! Oct 13 03:54:34.791 INFO kablam! warning: the feature `str_checked_slicing` has been stable since 1.20.0 and no longer requires an attribute to enable Oct 13 03:54:34.791 INFO kablam! --> src/main.rs:2:12 Oct 13 03:54:34.791 INFO kablam! | Oct 13 03:54:34.791 INFO kablam! 2 | #![feature(str_checked_slicing)] Oct 13 03:54:34.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 03:54:34.791 INFO kablam! Oct 13 03:54:34.791 INFO kablam! warning: crate `MarkyBot` should have a snake case name such as `marky_bot` Oct 13 03:54:34.791 INFO kablam! | Oct 13 03:54:34.791 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 03:54:34.791 INFO kablam! Oct 13 03:54:39.315 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 47.42s Oct 13 03:54:39.317 INFO kablam! su: No module specific data is present Oct 13 03:54:40.189 INFO running `"docker" "rm" "-f" "0b531f756b4d4e749ea8aa054f749be5edc0836bff8d35dd07e1034f2de7da6b"` Oct 13 03:54:40.519 INFO blam! 0b531f756b4d4e749ea8aa054f749be5edc0836bff8d35dd07e1034f2de7da6b Oct 13 03:54:40.524 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 03:54:41.069 INFO blam! 18c9147ae4cdfb1aee8cf231401ba1c6ad275733e350a07afa0c4bb06e262772 Oct 13 03:54:41.069 INFO running `"docker" "start" "-a" "18c9147ae4cdfb1aee8cf231401ba1c6ad275733e350a07afa0c4bb06e262772"` Oct 13 03:54:42.538 INFO kablam! usermod: no changes Oct 13 03:54:42.711 INFO kablam! Compiling MarkyBot v0.1.0 (/source) Oct 13 03:54:43.737 INFO kablam! warning: unused `#[macro_use]` import Oct 13 03:54:43.738 INFO kablam! --> src/main.rs:17:1 Oct 13 03:54:43.738 INFO kablam! | Oct 13 03:54:43.738 INFO kablam! 17 | #[macro_use] extern crate lazy_static; Oct 13 03:54:43.739 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:54:43.739 INFO kablam! | Oct 13 03:54:43.740 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:54:43.740 INFO kablam! Oct 13 03:54:43.741 INFO kablam! warning: unused `#[macro_use]` import Oct 13 03:54:43.741 INFO kablam! --> src/main.rs:18:1 Oct 13 03:54:43.741 INFO kablam! | Oct 13 03:54:43.742 INFO kablam! 18 | #[macro_use] extern crate itertools; Oct 13 03:54:43.742 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:54:43.742 INFO kablam! Oct 13 03:54:43.991 INFO kablam! warning: unused import: `rayon::prelude` Oct 13 03:54:43.991 INFO kablam! --> src/marky.rs:21:5 Oct 13 03:54:43.991 INFO kablam! | Oct 13 03:54:43.991 INFO kablam! 21 | use rayon::prelude::*; Oct 13 03:54:43.991 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 03:54:43.991 INFO kablam! Oct 13 03:54:44.079 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 03:54:44.079 INFO kablam! --> src/main.rs:1:12 Oct 13 03:54:44.080 INFO kablam! | Oct 13 03:54:44.080 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 13 03:54:44.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:54:44.080 INFO kablam! | Oct 13 03:54:44.081 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 03:54:44.081 INFO kablam! Oct 13 03:54:44.081 INFO kablam! warning: the feature `str_checked_slicing` has been stable since 1.20.0 and no longer requires an attribute to enable Oct 13 03:54:44.081 INFO kablam! --> src/main.rs:2:12 Oct 13 03:54:44.081 INFO kablam! | Oct 13 03:54:44.082 INFO kablam! 2 | #![feature(str_checked_slicing)] Oct 13 03:54:44.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 03:54:44.082 INFO kablam! Oct 13 03:54:44.082 INFO kablam! warning: crate `MarkyBot` should have a snake case name such as `marky_bot` Oct 13 03:54:44.083 INFO kablam! | Oct 13 03:54:44.083 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 03:54:44.083 INFO kablam! Oct 13 03:54:45.571 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.99s Oct 13 03:54:45.599 INFO kablam! su: No module specific data is present Oct 13 03:54:46.235 INFO running `"docker" "rm" "-f" "18c9147ae4cdfb1aee8cf231401ba1c6ad275733e350a07afa0c4bb06e262772"` Oct 13 03:54:46.471 INFO blam! 18c9147ae4cdfb1aee8cf231401ba1c6ad275733e350a07afa0c4bb06e262772 Oct 13 03:54:46.478 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 13 03:54:46.999 INFO blam! 4f98e360ecf600e3e3f33dc96752738d668f13e8170a9683568203dbed4b2855 Oct 13 03:54:47.011 INFO running `"docker" "start" "-a" "4f98e360ecf600e3e3f33dc96752738d668f13e8170a9683568203dbed4b2855"` Oct 13 03:54:48.954 INFO kablam! usermod: no changes Oct 13 03:54:49.115 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 13 03:54:49.124 INFO kablam! Running /target/debug/deps/MarkyBot-fb7b3a41c08087a5 Oct 13 03:54:49.143 INFO blam! Oct 13 03:54:49.143 INFO blam! running 3 tests Oct 13 03:54:49.151 INFO blam! test marky::test::irssi_line_test ... ok Oct 13 03:54:49.151 INFO blam! test marky::test::znc_line_test ... ok Oct 13 03:54:49.211 INFO blam! test marky::test::test_similarity ... FAILED Oct 13 03:54:49.211 INFO blam! Oct 13 03:54:49.211 INFO blam! failures: Oct 13 03:54:49.211 INFO blam! Oct 13 03:54:49.211 INFO blam! ---- marky::test::test_similarity stdout ---- Oct 13 03:54:49.211 INFO blam! thread 'marky::test::test_similarity' panicked at 'assertion failed: similar_to_nick("aloxsej", "aleksejs")', src/marky.rs:277:9 Oct 13 03:54:49.211 INFO blam! stack backtrace: Oct 13 03:54:49.211 INFO blam! 0: 0x558cbc622e9e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 13 03:54:49.211 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 13 03:54:49.211 INFO blam! 1: 0x558cbc62bd46 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 13 03:54:49.211 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 13 03:54:49.211 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 13 03:54:49.211 INFO blam! 2: 0x558cbc626a9d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 13 03:54:49.211 INFO blam! at libstd/panicking.rs:211 Oct 13 03:54:49.211 INFO blam! 3: 0x558cbc6267ab - std::panicking::default_hook::h1ef46fa7cd894809 Oct 13 03:54:49.211 INFO blam! at libstd/panicking.rs:221 Oct 13 03:54:49.211 INFO blam! 4: 0x558cbc62714c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 13 03:54:49.211 INFO blam! at libstd/panicking.rs:476 Oct 13 03:54:49.211 INFO blam! 5: 0x558cbc616faf - std::panicking::begin_panic::hac2d2de9c90ffa05 Oct 13 03:54:49.211 INFO blam! at libstd/panicking.rs:410 Oct 13 03:54:49.211 INFO blam! 6: 0x558cbc5ca62c - MarkyBot::marky::test::test_similarity::h6708a1f7ef711b7e Oct 13 03:54:49.211 INFO blam! at src/marky.rs:277 Oct 13 03:54:49.211 INFO blam! 7: 0x558cbc5ca519 - MarkyBot::marky::test::test_similarity::{{closure}}::h74d95afd2cfaa7c9 Oct 13 03:54:49.211 INFO blam! at src/marky.rs:274 Oct 13 03:54:49.211 INFO blam! 8: 0x558cbc5c905d - core::ops::function::FnOnce::call_once::h6cff66aa70a7ec25 Oct 13 03:54:49.211 INFO blam! at libcore/ops/function.rs:238 Oct 13 03:54:49.211 INFO blam! 9: 0x558cbc5cd7de - >::call_box::h95b7cb918af67b5d Oct 13 03:54:49.211 INFO blam! at libtest/lib.rs:1468 Oct 13 03:54:49.211 INFO blam! at libcore/ops/function.rs:238 Oct 13 03:54:49.211 INFO blam! at liballoc/boxed.rs:672 Oct 13 03:54:49.211 INFO blam! 10: 0x558cbc636f19 - __rust_maybe_catch_panic Oct 13 03:54:49.211 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 03:54:49.211 INFO blam! 11: 0x558cbc5ee32d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 13 03:54:49.211 INFO blam! at libstd/panicking.rs:289 Oct 13 03:54:49.211 INFO blam! at libstd/panic.rs:392 Oct 13 03:54:49.211 INFO blam! at libtest/lib.rs:1423 Oct 13 03:54:49.211 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 13 03:54:49.211 INFO blam! 12: 0x558cbc5eef34 - std::panicking::try::do_call::ha990a345054c2d63 Oct 13 03:54:49.211 INFO blam! at libstd/thread/mod.rs:409 Oct 13 03:54:49.211 INFO blam! at libstd/panic.rs:313 Oct 13 03:54:49.211 INFO blam! at libstd/panicking.rs:310 Oct 13 03:54:49.211 INFO blam! 13: 0x558cbc636f19 - __rust_maybe_catch_panic Oct 13 03:54:49.212 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 03:54:49.212 INFO blam! 14: 0x558cbc5dc4f6 - >::call_box::h96125cb29a9ba44b Oct 13 03:54:49.212 INFO blam! at libstd/panicking.rs:289 Oct 13 03:54:49.212 INFO blam! at libstd/panic.rs:392 Oct 13 03:54:49.212 INFO blam! at libstd/thread/mod.rs:408 Oct 13 03:54:49.212 INFO blam! at liballoc/boxed.rs:672 Oct 13 03:54:49.212 INFO blam! 15: 0x558cbc624eda - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 13 03:54:49.212 INFO blam! at liballoc/boxed.rs:682 Oct 13 03:54:49.212 INFO blam! at libstd/sys_common/thread.rs:24 Oct 13 03:54:49.212 INFO blam! 16: 0x558cbc61a665 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 13 03:54:49.212 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 13 03:54:49.212 INFO blam! 17: 0x7fd4424cd6b9 - start_thread Oct 13 03:54:49.212 INFO blam! 18: 0x7fd441fed41c - clone Oct 13 03:54:49.212 INFO blam! 19: 0x0 - Oct 13 03:54:49.212 INFO blam! Oct 13 03:54:49.212 INFO blam! Oct 13 03:54:49.212 INFO blam! failures: Oct 13 03:54:49.212 INFO blam! marky::test::test_similarity Oct 13 03:54:49.212 INFO blam! Oct 13 03:54:49.212 INFO blam! test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:54:49.212 INFO blam! Oct 13 03:54:49.222 INFO kablam! error: test failed, to rerun pass '--bin MarkyBot' Oct 13 03:54:49.222 INFO kablam! su: No module specific data is present Oct 13 03:54:50.663 INFO running `"docker" "rm" "-f" "4f98e360ecf600e3e3f33dc96752738d668f13e8170a9683568203dbed4b2855"` Oct 13 03:54:51.015 INFO blam! 4f98e360ecf600e3e3f33dc96752738d668f13e8170a9683568203dbed4b2855