Oct 16 10:38:28.382 INFO testing gauss-0.5.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 10:38:28.383 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16 10:38:28.805 INFO blam! 1bfdd999c49e3d2d14f76ad7b3bf050ef616fb8196b984730183427f1566ee77 Oct 16 10:38:28.827 INFO running `"docker" "start" "-a" "1bfdd999c49e3d2d14f76ad7b3bf050ef616fb8196b984730183427f1566ee77"` Oct 16 10:38:30.118 INFO kablam! usermod: no changes Oct 16 10:38:30.355 INFO kablam! Compiling rc v0.1.1 Oct 16 10:38:30.355 INFO kablam! Compiling cssparser v0.6.0 Oct 16 10:38:30.355 INFO kablam! Compiling string_cache v0.2.29 Oct 16 10:38:30.355 INFO kablam! Compiling redis v0.5.4 Oct 16 10:38:30.355 INFO kablam! Compiling openssl v0.7.14 Oct 16 10:38:30.355 INFO kablam! Compiling html5ever v0.5.4 Oct 16 10:38:43.831 INFO kablam! Compiling openssl-verify v0.1.0 Oct 16 10:38:43.831 INFO kablam! Compiling cookie v0.2.5 Oct 16 10:38:43.831 INFO kablam! Compiling irc v0.11.8 Oct 16 10:38:47.379 INFO kablam! Compiling selectors v0.12.0 Oct 16 10:38:48.995 INFO kablam! Compiling hyper v0.9.18 Oct 16 10:39:01.768 INFO kablam! Compiling kuchiki v0.3.4 Oct 16 10:39:01.769 INFO kablam! Compiling rustfm v0.1.2 Oct 16 10:39:07.563 INFO kablam! Compiling gauss v0.5.0 (/source) Oct 16 10:39:13.303 INFO kablam! warning: unused `#[macro_use]` import Oct 16 10:39:13.303 INFO kablam! --> src/main.rs:11:1 Oct 16 10:39:13.303 INFO kablam! | Oct 16 10:39:13.303 INFO kablam! 11 | #[macro_use] extern crate serde_derive; Oct 16 10:39:13.303 INFO kablam! | ^^^^^^^^^^^^ Oct 16 10:39:13.303 INFO kablam! | Oct 16 10:39:13.303 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 10:39:13.303 INFO kablam! Oct 16 10:39:13.500 INFO kablam! warning: variable does not need to be mutable Oct 16 10:39:13.500 INFO kablam! --> src/plugins/seen.rs:68:73 Oct 16 10:39:13.500 INFO kablam! | Oct 16 10:39:13.500 INFO kablam! 68 | self.users.iter_mut().find(|u| u.name == nickname).map(|mut u| u.parted_at = Some(time::now())); Oct 16 10:39:13.500 INFO kablam! | ----^ Oct 16 10:39:13.500 INFO kablam! | | Oct 16 10:39:13.500 INFO kablam! | help: remove this `mut` Oct 16 10:39:13.500 INFO kablam! | Oct 16 10:39:13.500 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 10:39:13.500 INFO kablam! Oct 16 10:39:13.550 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 16 10:39:13.551 INFO kablam! --> src/main.rs:1:12 Oct 16 10:39:13.551 INFO kablam! | Oct 16 10:39:13.551 INFO kablam! 1 | #![feature(proc_macro)] Oct 16 10:39:13.551 INFO kablam! | ^^^^^^^^^^ Oct 16 10:39:13.551 INFO kablam! | Oct 16 10:39:13.551 INFO kablam! = note: #[warn(stable_features)] on by default Oct 16 10:39:13.551 INFO kablam! Oct 16 10:39:13.551 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Oct 16 10:39:13.551 INFO kablam! --> src/plugin.rs:6:46 Oct 16 10:39:13.551 INFO kablam! | Oct 16 10:39:13.551 INFO kablam! 6 | fn is_allowed(&self, server: &IrcServer, Message: &Message) -> bool; Oct 16 10:39:13.551 INFO kablam! | ^^^^^^^ Oct 16 10:39:13.551 INFO kablam! | Oct 16 10:39:13.551 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 10:39:13.551 INFO kablam! Oct 16 10:39:13.551 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Oct 16 10:39:13.551 INFO kablam! --> src/plugin.rs:7:47 Oct 16 10:39:13.551 INFO kablam! | Oct 16 10:39:13.551 INFO kablam! 7 | fn execute(&mut self, server: &IrcServer, Message: &Message) -> io::Result<()>; Oct 16 10:39:13.551 INFO kablam! | ^^^^^^^ Oct 16 10:39:13.551 INFO kablam! Oct 16 10:39:19.561 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.42s Oct 16 10:39:19.574 INFO kablam! su: No module specific data is present Oct 16 10:39:20.753 INFO running `"docker" "rm" "-f" "1bfdd999c49e3d2d14f76ad7b3bf050ef616fb8196b984730183427f1566ee77"` Oct 16 10:39:20.827 INFO blam! 1bfdd999c49e3d2d14f76ad7b3bf050ef616fb8196b984730183427f1566ee77 Oct 16 10:39:20.828 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16 10:39:21.024 INFO blam! aa0b17ded212a7efa2bb16df31941f165f5a764b064e8a72652e485edf3788c8 Oct 16 10:39:21.025 INFO running `"docker" "start" "-a" "aa0b17ded212a7efa2bb16df31941f165f5a764b064e8a72652e485edf3788c8"` Oct 16 10:39:21.475 INFO kablam! usermod: no changes Oct 16 10:39:21.595 INFO kablam! Compiling gauss v0.5.0 (/source) Oct 16 10:39:26.103 INFO kablam! warning: unused `#[macro_use]` import Oct 16 10:39:26.104 INFO kablam! --> src/main.rs:11:1 Oct 16 10:39:26.104 INFO kablam! | Oct 16 10:39:26.104 INFO kablam! 11 | #[macro_use] extern crate serde_derive; Oct 16 10:39:26.104 INFO kablam! | ^^^^^^^^^^^^ Oct 16 10:39:26.104 INFO kablam! | Oct 16 10:39:26.104 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 10:39:26.104 INFO kablam! Oct 16 10:39:26.418 INFO kablam! warning: variable does not need to be mutable Oct 16 10:39:26.418 INFO kablam! --> src/plugins/seen.rs:68:73 Oct 16 10:39:26.418 INFO kablam! | Oct 16 10:39:26.418 INFO kablam! 68 | self.users.iter_mut().find(|u| u.name == nickname).map(|mut u| u.parted_at = Some(time::now())); Oct 16 10:39:26.418 INFO kablam! | ----^ Oct 16 10:39:26.418 INFO kablam! | | Oct 16 10:39:26.418 INFO kablam! | help: remove this `mut` Oct 16 10:39:26.418 INFO kablam! | Oct 16 10:39:26.423 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 10:39:26.423 INFO kablam! Oct 16 10:39:26.476 INFO kablam! warning: the feature `proc_macro` has been stable since 1.29.0 and no longer requires an attribute to enable Oct 16 10:39:26.476 INFO kablam! --> src/main.rs:1:12 Oct 16 10:39:26.476 INFO kablam! | Oct 16 10:39:26.476 INFO kablam! 1 | #![feature(proc_macro)] Oct 16 10:39:26.476 INFO kablam! | ^^^^^^^^^^ Oct 16 10:39:26.476 INFO kablam! | Oct 16 10:39:26.476 INFO kablam! = note: #[warn(stable_features)] on by default Oct 16 10:39:26.476 INFO kablam! Oct 16 10:39:26.476 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Oct 16 10:39:26.476 INFO kablam! --> src/plugin.rs:6:46 Oct 16 10:39:26.476 INFO kablam! | Oct 16 10:39:26.476 INFO kablam! 6 | fn is_allowed(&self, server: &IrcServer, Message: &Message) -> bool; Oct 16 10:39:26.476 INFO kablam! | ^^^^^^^ Oct 16 10:39:26.477 INFO kablam! | Oct 16 10:39:26.477 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 16 10:39:26.477 INFO kablam! Oct 16 10:39:26.477 INFO kablam! warning: variable `Message` should have a snake case name such as `message` Oct 16 10:39:26.477 INFO kablam! --> src/plugin.rs:7:47 Oct 16 10:39:26.477 INFO kablam! | Oct 16 10:39:26.477 INFO kablam! 7 | fn execute(&mut self, server: &IrcServer, Message: &Message) -> io::Result<()>; Oct 16 10:39:26.477 INFO kablam! | ^^^^^^^ Oct 16 10:39:26.477 INFO kablam! Oct 16 10:39:31.363 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.86s Oct 16 10:39:31.371 INFO kablam! su: No module specific data is present Oct 16 10:39:31.840 INFO running `"docker" "rm" "-f" "aa0b17ded212a7efa2bb16df31941f165f5a764b064e8a72652e485edf3788c8"` Oct 16 10:39:31.934 INFO blam! aa0b17ded212a7efa2bb16df31941f165f5a764b064e8a72652e485edf3788c8 Oct 16 10:39:31.936 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16 10:39:32.123 INFO blam! b87846442a4fa09d9568697b2648fbb3c5386bc7466a0885bbadd19a32e0f2d3 Oct 16 10:39:32.124 INFO running `"docker" "start" "-a" "b87846442a4fa09d9568697b2648fbb3c5386bc7466a0885bbadd19a32e0f2d3"` Oct 16 10:39:32.703 INFO kablam! usermod: no changes Oct 16 10:39:32.867 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 16 10:39:32.885 INFO kablam! Running /target/debug/deps/gauss-6008eab9993478db Oct 16 10:39:32.890 INFO blam! Oct 16 10:39:32.890 INFO blam! running 15 tests Oct 16 10:39:32.917 INFO blam! test plugins::seen::tests::test_seen ... ok Oct 16 10:39:32.918 INFO blam! test plugins::seen::tests::test_its_me ... ok Oct 16 10:39:32.921 INFO blam! test plugins::lastfm::tests::test_add_user ... ok Oct 16 10:39:32.921 INFO blam! test plugins::lastfm::tests::test_lastsong ... ok Oct 16 10:39:32.922 INFO blam! test plugins::h::tests::test_allowed ... ok Oct 16 10:39:32.924 INFO blam! test plugins::seen::tests::test_not_seen ... ok Oct 16 10:39:32.925 INFO blam! test plugins::tangorin::tests::test_tangorin_missing_argument ... ok Oct 16 10:39:32.943 INFO blam! test plugins::h::tests::test_not_allowed ... ok Oct 16 10:39:32.974 INFO blam! test plugins::url::tests::test_url_not_given ... ok Oct 16 10:39:32.974 INFO blam! test plugins::tangorin::tests::test_tangorin_not_called ... ok Oct 16 10:39:33.035 INFO blam! test plugins::url::tests::test_url_no_title ... ok Oct 16 10:39:33.124 INFO blam! test plugins::tangorin::tests::test_tangorin_write_explanation ... FAILED Oct 16 10:39:33.126 INFO blam! test plugins::url::tests::test_url ... FAILED Oct 16 10:39:33.126 INFO blam! test plugins::currency::tests::test_big_jpy_to_eur ... FAILED Oct 16 10:39:33.127 INFO blam! test plugins::tangorin::tests::test_tangorin ... FAILED Oct 16 10:39:33.127 INFO blam! Oct 16 10:39:33.127 INFO blam! failures: Oct 16 10:39:33.129 INFO blam! Oct 16 10:39:33.129 INFO blam! ---- plugins::tangorin::tests::test_tangorin_write_explanation stdout ---- Oct 16 10:39:33.129 INFO blam! thread 'plugins::tangorin::tests::test_tangorin_write_explanation' panicked at 'assertion failed: `(left == right)` Oct 16 10:39:33.129 INFO blam! left: `"PRIVMSG test :[Tangorin] 頑な (かたくな - katakuna): obstinate (usually written using kana alone)\r\n"`, Oct 16 10:39:33.129 INFO blam! right: `""`', src/plugins/tangorin.rs:157:9 Oct 16 10:39:33.129 INFO blam! stack backtrace: Oct 16 10:39:33.129 INFO blam! 0: 0x555b461333de - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 16 10:39:33.129 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 16 10:39:33.129 INFO blam! 1: 0x555b4613cb26 - std::sys_common::backtrace::print::hce31971a380b167f Oct 16 10:39:33.129 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 16 10:39:33.129 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 16 10:39:33.129 INFO blam! 2: 0x555b4613772d - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 16 10:39:33.129 INFO blam! at libstd/panicking.rs:211 Oct 16 10:39:33.129 INFO blam! 3: 0x555b4613743b - std::panicking::default_hook::hb1838a6568eb05e3 Oct 16 10:39:33.129 INFO blam! at libstd/panicking.rs:221 Oct 16 10:39:33.129 INFO blam! 4: 0x555b46137ddc - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 16 10:39:33.129 INFO blam! at libstd/panicking.rs:476 Oct 16 10:39:33.129 INFO blam! 5: 0x555b46137999 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 16 10:39:33.129 INFO blam! at libstd/panicking.rs:390 Oct 16 10:39:33.129 INFO blam! 6: 0x555b461378fd - std::panicking::begin_panic_fmt::h70a4709fbb668068 Oct 16 10:39:33.129 INFO blam! at libstd/panicking.rs:345 Oct 16 10:39:33.129 INFO blam! 7: 0x555b45c0ad54 - gauss::plugins::tangorin::tests::test_tangorin_write_explanation::h8e1d72b62d96c157 Oct 16 10:39:33.129 INFO blam! at src/plugins/tangorin.rs:157 Oct 16 10:39:33.129 INFO blam! 8: 0x555b45c0a7f9 - gauss::plugins::tangorin::tests::test_tangorin_write_explanation::{{closure}}::hab2ff1648bd4991d Oct 16 10:39:33.129 INFO blam! at src/plugins/tangorin.rs:148 Oct 16 10:39:33.129 INFO blam! 9: 0x555b45bd619d - core::ops::function::FnOnce::call_once::hc936fd8f1a28ba65 Oct 16 10:39:33.129 INFO blam! at libcore/ops/function.rs:238 Oct 16 10:39:33.129 INFO blam! 10: 0x555b45c2524e - >::call_box::hae226a42c8d94b19 Oct 16 10:39:33.129 INFO blam! at libtest/lib.rs:1468 Oct 16 10:39:33.129 INFO blam! at libcore/ops/function.rs:238 Oct 16 10:39:33.129 INFO blam! at liballoc/boxed.rs:672 Oct 16 10:39:33.129 INFO blam! 11: 0x555b46148049 - __rust_maybe_catch_panic Oct 16 10:39:33.129 INFO blam! at libpanic_unwind/lib.rs:102 Oct 16 10:39:33.129 INFO blam! 12: 0x555b45c45c7d - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 16 10:39:33.129 INFO blam! at libstd/panicking.rs:289 Oct 16 10:39:33.129 INFO blam! at libstd/panic.rs:392 Oct 16 10:39:33.129 INFO blam! at libtest/lib.rs:1423 Oct 16 10:39:33.129 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 16 10:39:33.129 INFO blam! 13: 0x555b45c46824 - std::panicking::try::do_call::h2c632c17829d0621 Oct 16 10:39:33.129 INFO blam! at libstd/thread/mod.rs:409 Oct 16 10:39:33.129 INFO blam! at libstd/panic.rs:313 Oct 16 10:39:33.129 INFO blam! at libstd/panicking.rs:310 Oct 16 10:39:33.129 INFO blam! 14: 0x555b46148049 - __rust_maybe_catch_panic Oct 16 10:39:33.129 INFO blam! at libpanic_unwind/lib.rs:102 Oct 16 10:39:33.129 INFO blam! 15: 0x555b45c33e66 - >::call_box::h1a0832645645f090 Oct 16 10:39:33.129 INFO blam! at libstd/panicking.rs:289 Oct 16 10:39:33.129 INFO blam! at libstd/panic.rs:392 Oct 16 10:39:33.129 INFO blam! at libstd/thread/mod.rs:408 Oct 16 10:39:33.129 INFO blam! at liballoc/boxed.rs:672 Oct 16 10:39:33.129 INFO blam! 16: 0x555b461359da - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 16 10:39:33.129 INFO blam! at liballoc/boxed.rs:682 Oct 16 10:39:33.129 INFO blam! at libstd/sys_common/thread.rs:24 Oct 16 10:39:33.129 INFO blam! 17: 0x555b46128a05 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 16 10:39:33.129 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 16 10:39:33.129 INFO blam! 18: 0x7f7f5e89b6b9 - start_thread Oct 16 10:39:33.129 INFO blam! 19: 0x7f7f5e3bb41c - clone Oct 16 10:39:33.129 INFO blam! 20: 0x0 - Oct 16 10:39:33.129 INFO blam! Oct 16 10:39:33.129 INFO blam! ---- plugins::url::tests::test_url stdout ---- Oct 16 10:39:33.129 INFO blam! thread 'plugins::url::tests::test_url' panicked at 'assertion failed: `(left == right)` Oct 16 10:39:33.129 INFO blam! left: `"PRIVMSG test :[URL] How people build software · GitHub\r\n"`, Oct 16 10:39:33.129 INFO blam! right: `""`', src/plugins/url.rs:85:9 Oct 16 10:39:33.130 INFO blam! stack backtrace: Oct 16 10:39:33.130 INFO blam! 0: 0x555b461333de - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 16 10:39:33.130 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 16 10:39:33.130 INFO blam! 1: 0x555b4613cb26 - std::sys_common::backtrace::print::hce31971a380b167f Oct 16 10:39:33.130 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 16 10:39:33.130 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 16 10:39:33.130 INFO blam! 2: 0x555b4613772d - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 16 10:39:33.130 INFO blam! at libstd/panicking.rs:211 Oct 16 10:39:33.130 INFO blam! 3: 0x555b4613743b - std::panicking::default_hook::hb1838a6568eb05e3 Oct 16 10:39:33.130 INFO blam! at libstd/panicking.rs:221 Oct 16 10:39:33.130 INFO blam! 4: 0x555b46137ddc - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 16 10:39:33.130 INFO blam! at libstd/panicking.rs:476 Oct 16 10:39:33.130 INFO blam! 5: 0x555b46137999 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 16 10:39:33.130 INFO blam! at libstd/panicking.rs:390 Oct 16 10:39:33.130 INFO blam! 6: 0x555b461378fd - std::panicking::begin_panic_fmt::h70a4709fbb668068 Oct 16 10:39:33.130 INFO blam! at libstd/panicking.rs:345 Oct 16 10:39:33.130 INFO blam! 7: 0x555b45b8ee94 - gauss::plugins::url::tests::test_url::h81ad9061a6a87220 Oct 16 10:39:33.130 INFO blam! at src/plugins/url.rs:85 Oct 16 10:39:33.130 INFO blam! 8: 0x555b45b8e939 - gauss::plugins::url::tests::test_url::{{closure}}::he3d7e9918148a123 Oct 16 10:39:33.130 INFO blam! at src/plugins/url.rs:75 Oct 16 10:39:33.130 INFO blam! 9: 0x555b45bd622d - core::ops::function::FnOnce::call_once::hd2dde2d2a96c0a84 Oct 16 10:39:33.130 INFO blam! at libcore/ops/function.rs:238 Oct 16 10:39:33.130 INFO blam! 10: 0x555b45c2524e - >::call_box::hae226a42c8d94b19 Oct 16 10:39:33.130 INFO blam! at libtest/lib.rs:1468 Oct 16 10:39:33.130 INFO blam! at libcore/ops/function.rs:238 Oct 16 10:39:33.130 INFO blam! at liballoc/boxed.rs:672 Oct 16 10:39:33.130 INFO blam! 11: 0x555b46148049 - __rust_maybe_catch_panic Oct 16 10:39:33.130 INFO blam! at libpanic_unwind/lib.rs:102 Oct 16 10:39:33.130 INFO blam! 12: 0x555b45c45c7d - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 16 10:39:33.130 INFO blam! at libstd/panicking.rs:289 Oct 16 10:39:33.130 INFO blam! at libstd/panic.rs:392 Oct 16 10:39:33.130 INFO blam! at libtest/lib.rs:1423 Oct 16 10:39:33.130 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 16 10:39:33.130 INFO blam! 13: 0x555b45c46824 - std::panicking::try::do_call::h2c632c17829d0621 Oct 16 10:39:33.130 INFO blam! at libstd/thread/mod.rs:409 Oct 16 10:39:33.130 INFO blam! at libstd/panic.rs:313 Oct 16 10:39:33.130 INFO blam! at libstd/panicking.rs:310 Oct 16 10:39:33.130 INFO blam! 14: 0x555b46148049 - __rust_maybe_catch_panic Oct 16 10:39:33.130 INFO blam! at libpanic_unwind/lib.rs:102 Oct 16 10:39:33.130 INFO blam! 15: 0x555b45c33e66 - >::call_box::h1a0832645645f090 Oct 16 10:39:33.130 INFO blam! at libstd/panicking.rs:289 Oct 16 10:39:33.130 INFO blam! at libstd/panic.rs:392 Oct 16 10:39:33.130 INFO blam! at libstd/thread/mod.rs:408 Oct 16 10:39:33.130 INFO blam! at liballoc/boxed.rs:672 Oct 16 10:39:33.130 INFO blam! 16: 0x555b461359da - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 16 10:39:33.130 INFO blam! at liballoc/boxed.rs:682 Oct 16 10:39:33.130 INFO blam! at libstd/sys_common/thread.rs:24 Oct 16 10:39:33.130 INFO blam! 17: 0x555b46128a05 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 16 10:39:33.130 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 16 10:39:33.130 INFO blam! 18: 0x7f7f5e89b6b9 - start_thread Oct 16 10:39:33.130 INFO blam! 19: 0x7f7f5e3bb41c - clone Oct 16 10:39:33.130 INFO blam! 20: 0x0 - Oct 16 10:39:33.130 INFO blam! Oct 16 10:39:33.130 INFO blam! ---- plugins::currency::tests::test_big_jpy_to_eur stdout ---- Oct 16 10:39:33.130 INFO blam! thread 'plugins::currency::tests::test_big_jpy_to_eur' panicked at 'called `Option::unwrap()` on a `None` value', libcore/option.rs:355:21 Oct 16 10:39:33.130 INFO blam! stack backtrace: Oct 16 10:39:33.130 INFO blam! 0: 0x555b461333de - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 16 10:39:33.130 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 16 10:39:33.130 INFO blam! 1: 0x555b4613cb26 - std::sys_common::backtrace::print::hce31971a380b167f Oct 16 10:39:33.130 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 16 10:39:33.130 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 16 10:39:33.130 INFO blam! 2: 0x555b4613772d - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 16 10:39:33.130 INFO blam! at libstd/panicking.rs:211 Oct 16 10:39:33.130 INFO blam! 3: 0x555b4613743b - std::panicking::default_hook::hb1838a6568eb05e3 Oct 16 10:39:33.130 INFO blam! at libstd/panicking.rs:221 Oct 16 10:39:33.130 INFO blam! 4: 0x555b46137ddc - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 16 10:39:33.130 INFO blam! at libstd/panicking.rs:476 Oct 16 10:39:33.130 INFO blam! 5: 0x555b46137999 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 16 10:39:33.130 INFO blam! at libstd/panicking.rs:390 Oct 16 10:39:33.130 INFO blam! 6: 0x555b46137895 - rust_begin_unwind Oct 16 10:39:33.130 INFO blam! at libstd/panicking.rs:325 Oct 16 10:39:33.130 INFO blam! 7: 0x555b4617e9fb - core::panicking::panic_fmt::hc3b8aa7e32042c96 Oct 16 10:39:33.130 INFO blam! at libcore/panicking.rs:77 Oct 16 10:39:33.130 INFO blam! 8: 0x555b4617e92a - core::panicking::panic::hb65c1c268b85af09 Oct 16 10:39:33.130 INFO blam! at libcore/panicking.rs:52 Oct 16 10:39:33.130 INFO blam! 9: 0x555b45c1b6d5 - >::unwrap::h440448c77061b6d6 Oct 16 10:39:33.130 INFO blam! at libcore/macros.rs:20 Oct 16 10:39:33.130 INFO blam! 10: 0x555b45ba052f - gauss::plugins::currency::tests::test_big_jpy_to_eur::hc797bf7e40a4f442 Oct 16 10:39:33.130 INFO blam! at src/plugins/currency.rs:129 Oct 16 10:39:33.130 INFO blam! 11: 0x555b45ba00f9 - gauss::plugins::currency::tests::test_big_jpy_to_eur::{{closure}}::he32cc8f16c20e5df Oct 16 10:39:33.131 INFO blam! at src/plugins/currency.rs:117 Oct 16 10:39:33.131 INFO blam! 12: 0x555b45bd651d - core::ops::function::FnOnce::call_once::hfef72ce86ef8e76a Oct 16 10:39:33.131 INFO blam! at libcore/ops/function.rs:238 Oct 16 10:39:33.131 INFO blam! 13: 0x555b45c2524e - >::call_box::hae226a42c8d94b19 Oct 16 10:39:33.131 INFO blam! at libtest/lib.rs:1468 Oct 16 10:39:33.131 INFO blam! at libcore/ops/function.rs:238 Oct 16 10:39:33.131 INFO blam! at liballoc/boxed.rs:672 Oct 16 10:39:33.131 INFO blam! 14: 0x555b46148049 - __rust_maybe_catch_panic Oct 16 10:39:33.131 INFO blam! at libpanic_unwind/lib.rs:102 Oct 16 10:39:33.131 INFO blam! 15: 0x555b45c45c7d - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 16 10:39:33.131 INFO blam! at libstd/panicking.rs:289 Oct 16 10:39:33.131 INFO blam! at libstd/panic.rs:392 Oct 16 10:39:33.131 INFO blam! at libtest/lib.rs:1423 Oct 16 10:39:33.131 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 16 10:39:33.131 INFO blam! 16: 0x555b45c46824 - std::panicking::try::do_call::h2c632c17829d0621 Oct 16 10:39:33.131 INFO blam! at libstd/thread/mod.rs:409 Oct 16 10:39:33.131 INFO blam! at libstd/panic.rs:313 Oct 16 10:39:33.131 INFO blam! at libstd/panicking.rs:310 Oct 16 10:39:33.131 INFO blam! 17: 0x555b46148049 - __rust_maybe_catch_panic Oct 16 10:39:33.131 INFO blam! at libpanic_unwind/lib.rs:102 Oct 16 10:39:33.131 INFO blam! 18: 0x555b45c33e66 - >::call_box::h1a0832645645f090 Oct 16 10:39:33.131 INFO blam! at libstd/panicking.rs:289 Oct 16 10:39:33.131 INFO blam! at libstd/panic.rs:392 Oct 16 10:39:33.131 INFO blam! at libstd/thread/mod.rs:408 Oct 16 10:39:33.131 INFO blam! at liballoc/boxed.rs:672 Oct 16 10:39:33.131 INFO blam! 19: 0x555b461359da - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 16 10:39:33.131 INFO blam! at liballoc/boxed.rs:682 Oct 16 10:39:33.131 INFO blam! at libstd/sys_common/thread.rs:24 Oct 16 10:39:33.131 INFO blam! 20: 0x555b46128a05 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 16 10:39:33.131 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 16 10:39:33.131 INFO blam! 21: 0x7f7f5e89b6b9 - start_thread Oct 16 10:39:33.131 INFO blam! 22: 0x7f7f5e3bb41c - clone Oct 16 10:39:33.131 INFO blam! 23: 0x0 - Oct 16 10:39:33.131 INFO blam! Oct 16 10:39:33.131 INFO blam! ---- plugins::tangorin::tests::test_tangorin stdout ---- Oct 16 10:39:33.131 INFO blam! thread 'plugins::tangorin::tests::test_tangorin' panicked at 'assertion failed: `(left == right)` Oct 16 10:39:33.131 INFO blam! left: `"PRIVMSG test :[Tangorin] 桜 (さくら - sakura): cherry tree;\u{2009} cherry blossom\r\n"`, Oct 16 10:39:33.131 INFO blam! right: `""`', src/plugins/tangorin.rs:143:9 Oct 16 10:39:33.131 INFO blam! stack backtrace: Oct 16 10:39:33.131 INFO blam! 0: 0x555b461333de - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 16 10:39:33.131 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 16 10:39:33.131 INFO blam! 1: 0x555b4613cb26 - std::sys_common::backtrace::print::hce31971a380b167f Oct 16 10:39:33.131 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 16 10:39:33.131 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 16 10:39:33.131 INFO blam! 2: 0x555b4613772d - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 16 10:39:33.131 INFO blam! at libstd/panicking.rs:211 Oct 16 10:39:33.131 INFO blam! 3: 0x555b4613743b - std::panicking::default_hook::hb1838a6568eb05e3 Oct 16 10:39:33.131 INFO blam! at libstd/panicking.rs:221 Oct 16 10:39:33.131 INFO blam! 4: 0x555b46137ddc - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 16 10:39:33.131 INFO blam! at libstd/panicking.rs:476 Oct 16 10:39:33.131 INFO blam! 5: 0x555b46137999 - std::panicking::continue_panic_fmt::h16b21ef393998895 Oct 16 10:39:33.131 INFO blam! at libstd/panicking.rs:390 Oct 16 10:39:33.131 INFO blam! 6: 0x555b461378fd - std::panicking::begin_panic_fmt::h70a4709fbb668068 Oct 16 10:39:33.131 INFO blam! at libstd/panicking.rs:345 Oct 16 10:39:33.131 INFO blam! 7: 0x555b45c0a6b4 - gauss::plugins::tangorin::tests::test_tangorin::h7192aaa1fcae8c82 Oct 16 10:39:33.131 INFO blam! at src/plugins/tangorin.rs:143 Oct 16 10:39:33.131 INFO blam! 8: 0x555b45c0a159 - gauss::plugins::tangorin::tests::test_tangorin::{{closure}}::hdf1a7870353dda68 Oct 16 10:39:33.131 INFO blam! at src/plugins/tangorin.rs:133 Oct 16 10:39:33.131 INFO blam! 9: 0x555b45bd64dd - core::ops::function::FnOnce::call_once::hfe57062fce4fd20d Oct 16 10:39:33.131 INFO blam! at libcore/ops/function.rs:238 Oct 16 10:39:33.131 INFO blam! 10: 0x555b45c2524e - >::call_box::hae226a42c8d94b19 Oct 16 10:39:33.131 INFO blam! at libtest/lib.rs:1468 Oct 16 10:39:33.131 INFO blam! at libcore/ops/function.rs:238 Oct 16 10:39:33.131 INFO blam! at liballoc/boxed.rs:672 Oct 16 10:39:33.131 INFO blam! 11: 0x555b46148049 - __rust_maybe_catch_panic Oct 16 10:39:33.131 INFO blam! at libpanic_unwind/lib.rs:102 Oct 16 10:39:33.131 INFO blam! 12: 0x555b45c45c7d - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 16 10:39:33.131 INFO blam! at libstd/panicking.rs:289 Oct 16 10:39:33.131 INFO blam! at libstd/panic.rs:392 Oct 16 10:39:33.131 INFO blam! at libtest/lib.rs:1423 Oct 16 10:39:33.131 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 16 10:39:33.131 INFO blam! 13: 0x555b45c46824 - std::panicking::try::do_call::h2c632c17829d0621 Oct 16 10:39:33.131 INFO blam! at libstd/thread/mod.rs:409 Oct 16 10:39:33.131 INFO blam! at libstd/panic.rs:313 Oct 16 10:39:33.131 INFO blam! at libstd/panicking.rs:310 Oct 16 10:39:33.131 INFO blam! 14: 0x555b46148049 - __rust_maybe_catch_panic Oct 16 10:39:33.131 INFO blam! at libpanic_unwind/lib.rs:102 Oct 16 10:39:33.131 INFO blam! 15: 0x555b45c33e66 - >::call_box::h1a0832645645f090 Oct 16 10:39:33.131 INFO blam! at libstd/panicking.rs:289 Oct 16 10:39:33.131 INFO blam! at libstd/panic.rs:392 Oct 16 10:39:33.131 INFO blam! at libstd/thread/mod.rs:408 Oct 16 10:39:33.132 INFO blam! at liballoc/boxed.rs:672 Oct 16 10:39:33.132 INFO blam! 16: 0x555b461359da - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 16 10:39:33.132 INFO blam! at liballoc/boxed.rs:682 Oct 16 10:39:33.132 INFO blam! at libstd/sys_common/thread.rs:24 Oct 16 10:39:33.132 INFO blam! 17: 0x555b46128a05 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 16 10:39:33.132 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 16 10:39:33.132 INFO blam! 18: 0x7f7f5e89b6b9 - start_thread Oct 16 10:39:33.132 INFO blam! 19: 0x7f7f5e3bb41c - clone Oct 16 10:39:33.132 INFO blam! 20: 0x0 - Oct 16 10:39:33.132 INFO blam! Oct 16 10:39:33.132 INFO blam! Oct 16 10:39:33.132 INFO blam! failures: Oct 16 10:39:33.132 INFO blam! plugins::currency::tests::test_big_jpy_to_eur Oct 16 10:39:33.132 INFO blam! plugins::tangorin::tests::test_tangorin Oct 16 10:39:33.132 INFO blam! plugins::tangorin::tests::test_tangorin_write_explanation Oct 16 10:39:33.132 INFO blam! plugins::url::tests::test_url Oct 16 10:39:33.132 INFO blam! Oct 16 10:39:33.132 INFO blam! test result: FAILED. 11 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 10:39:33.132 INFO blam! Oct 16 10:39:33.144 INFO kablam! error: test failed, to rerun pass '--bin gauss' Oct 16 10:39:33.144 INFO kablam! su: No module specific data is present Oct 16 10:39:33.493 INFO running `"docker" "rm" "-f" "b87846442a4fa09d9568697b2648fbb3c5386bc7466a0885bbadd19a32e0f2d3"` Oct 16 10:39:33.623 INFO blam! b87846442a4fa09d9568697b2648fbb3c5386bc7466a0885bbadd19a32e0f2d3