Oct 15 14:21:58.069 INFO testing wankel-0.0.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 14:21:58.069 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 14:21:58.696 INFO blam! 856f2487db45debe54c4e54e5545302209e4fe0ee96f5ad97e1e04c5e3884a3e Oct 15 14:21:58.699 INFO running `"docker" "start" "-a" "856f2487db45debe54c4e54e5545302209e4fe0ee96f5ad97e1e04c5e3884a3e"` Oct 15 14:21:59.971 INFO kablam! usermod: no changes Oct 15 14:22:00.023 INFO kablam! Compiling wankel v0.0.1 (/source) Oct 15 14:22:00.967 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 14:22:00.967 INFO kablam! --> src/math/quaternion.rs:208:13 Oct 15 14:22:00.967 INFO kablam! | Oct 15 14:22:00.967 INFO kablam! 208 | 0.0 => Quaternion::DEFAULT, Oct 15 14:22:00.967 INFO kablam! | ^^^ Oct 15 14:22:00.967 INFO kablam! | Oct 15 14:22:00.967 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 15 14:22:00.967 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 14:22:00.967 INFO kablam! = note: for more information, see issue #41620 Oct 15 14:22:00.967 INFO kablam! Oct 15 14:22:00.967 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 14:22:00.967 INFO kablam! --> src/math/quaternion.rs:240:13 Oct 15 14:22:00.967 INFO kablam! | Oct 15 14:22:00.967 INFO kablam! 240 | 0.0 => self.clone(), Oct 15 14:22:00.967 INFO kablam! | ^^^ Oct 15 14:22:00.967 INFO kablam! | Oct 15 14:22:00.967 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 14:22:00.967 INFO kablam! = note: for more information, see issue #41620 Oct 15 14:22:00.967 INFO kablam! Oct 15 14:22:00.967 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 14:22:00.967 INFO kablam! --> src/math/quaternion.rs:241:13 Oct 15 14:22:00.967 INFO kablam! | Oct 15 14:22:00.967 INFO kablam! 241 | 1.0 => qb.clone(), Oct 15 14:22:00.967 INFO kablam! | ^^^ Oct 15 14:22:00.967 INFO kablam! | Oct 15 14:22:00.967 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 14:22:00.967 INFO kablam! = note: for more information, see issue #41620 Oct 15 14:22:00.967 INFO kablam! Oct 15 14:22:00.967 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 14:22:00.967 INFO kablam! --> src/math/vector2.rs:187:13 Oct 15 14:22:00.967 INFO kablam! | Oct 15 14:22:00.967 INFO kablam! 187 | 0.0 => self.multiply_scalar(0.0), Oct 15 14:22:00.967 INFO kablam! | ^^^ Oct 15 14:22:00.967 INFO kablam! | Oct 15 14:22:00.967 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 14:22:00.967 INFO kablam! = note: for more information, see issue #41620 Oct 15 14:22:00.967 INFO kablam! Oct 15 14:22:01.019 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 14:22:01.019 INFO kablam! --> src/math/quaternion.rs:208:13 Oct 15 14:22:01.019 INFO kablam! | Oct 15 14:22:01.019 INFO kablam! 208 | 0.0 => Quaternion::DEFAULT, Oct 15 14:22:01.019 INFO kablam! | ^^^ Oct 15 14:22:01.019 INFO kablam! | Oct 15 14:22:01.019 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 14:22:01.019 INFO kablam! = note: for more information, see issue #41620 Oct 15 14:22:01.019 INFO kablam! Oct 15 14:22:01.047 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Oct 15 14:22:01.047 INFO kablam! --> src/lib.rs:2:12 Oct 15 14:22:01.047 INFO kablam! | Oct 15 14:22:01.047 INFO kablam! 2 | #![feature(associated_consts)] Oct 15 14:22:01.047 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 14:22:01.047 INFO kablam! | Oct 15 14:22:01.047 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 14:22:01.047 INFO kablam! Oct 15 14:22:01.243 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.23s Oct 15 14:22:01.243 INFO kablam! su: No module specific data is present Oct 15 14:22:02.101 INFO running `"docker" "rm" "-f" "856f2487db45debe54c4e54e5545302209e4fe0ee96f5ad97e1e04c5e3884a3e"` Oct 15 14:22:02.475 INFO blam! 856f2487db45debe54c4e54e5545302209e4fe0ee96f5ad97e1e04c5e3884a3e Oct 15 14:22:02.477 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 14:22:02.837 INFO blam! 1e38015cf7240bbb248a059618047f67550159ec3a3e2fda1967a9634b2d8df5 Oct 15 14:22:02.839 INFO running `"docker" "start" "-a" "1e38015cf7240bbb248a059618047f67550159ec3a3e2fda1967a9634b2d8df5"` Oct 15 14:22:04.503 INFO kablam! usermod: no changes Oct 15 14:22:04.567 INFO kablam! Compiling wankel v0.0.1 (/source) Oct 15 14:22:05.227 INFO kablam! warning: unused import: `super::Sphere` Oct 15 14:22:05.227 INFO kablam! --> src/math/sphere.rs:86:9 Oct 15 14:22:05.227 INFO kablam! | Oct 15 14:22:05.227 INFO kablam! 86 | use super::Sphere; Oct 15 14:22:05.227 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 14:22:05.227 INFO kablam! | Oct 15 14:22:05.227 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 14:22:05.227 INFO kablam! Oct 15 14:22:05.831 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 14:22:05.831 INFO kablam! --> src/math/quaternion.rs:208:13 Oct 15 14:22:05.831 INFO kablam! | Oct 15 14:22:05.832 INFO kablam! 208 | 0.0 => Quaternion::DEFAULT, Oct 15 14:22:05.832 INFO kablam! | ^^^ Oct 15 14:22:05.832 INFO kablam! | Oct 15 14:22:05.832 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 15 14:22:05.832 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 14:22:05.832 INFO kablam! = note: for more information, see issue #41620 Oct 15 14:22:05.832 INFO kablam! Oct 15 14:22:05.833 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 14:22:05.833 INFO kablam! --> src/math/quaternion.rs:240:13 Oct 15 14:22:05.833 INFO kablam! | Oct 15 14:22:05.833 INFO kablam! 240 | 0.0 => self.clone(), Oct 15 14:22:05.833 INFO kablam! | ^^^ Oct 15 14:22:05.833 INFO kablam! | Oct 15 14:22:05.833 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 14:22:05.834 INFO kablam! = note: for more information, see issue #41620 Oct 15 14:22:05.834 INFO kablam! Oct 15 14:22:05.834 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 14:22:05.834 INFO kablam! --> src/math/quaternion.rs:241:13 Oct 15 14:22:05.834 INFO kablam! | Oct 15 14:22:05.834 INFO kablam! 241 | 1.0 => qb.clone(), Oct 15 14:22:05.834 INFO kablam! | ^^^ Oct 15 14:22:05.835 INFO kablam! | Oct 15 14:22:05.835 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 14:22:05.835 INFO kablam! = note: for more information, see issue #41620 Oct 15 14:22:05.835 INFO kablam! Oct 15 14:22:05.835 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 14:22:05.835 INFO kablam! --> src/math/vector2.rs:187:13 Oct 15 14:22:05.835 INFO kablam! | Oct 15 14:22:05.836 INFO kablam! 187 | 0.0 => self.multiply_scalar(0.0), Oct 15 14:22:05.836 INFO kablam! | ^^^ Oct 15 14:22:05.836 INFO kablam! | Oct 15 14:22:05.836 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 14:22:05.836 INFO kablam! = note: for more information, see issue #41620 Oct 15 14:22:05.836 INFO kablam! Oct 15 14:22:05.943 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 14:22:05.943 INFO kablam! --> src/math/quaternion.rs:208:13 Oct 15 14:22:05.943 INFO kablam! | Oct 15 14:22:05.944 INFO kablam! 208 | 0.0 => Quaternion::DEFAULT, Oct 15 14:22:05.944 INFO kablam! | ^^^ Oct 15 14:22:05.944 INFO kablam! | Oct 15 14:22:05.944 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 15 14:22:05.944 INFO kablam! = note: for more information, see issue #41620 Oct 15 14:22:05.944 INFO kablam! Oct 15 14:22:06.047 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Oct 15 14:22:06.047 INFO kablam! --> src/lib.rs:2:12 Oct 15 14:22:06.047 INFO kablam! | Oct 15 14:22:06.048 INFO kablam! 2 | #![feature(associated_consts)] Oct 15 14:22:06.048 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 14:22:06.048 INFO kablam! | Oct 15 14:22:06.048 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 14:22:06.048 INFO kablam! Oct 15 14:22:07.356 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.82s Oct 15 14:22:07.359 INFO kablam! su: No module specific data is present Oct 15 14:22:09.111 INFO running `"docker" "rm" "-f" "1e38015cf7240bbb248a059618047f67550159ec3a3e2fda1967a9634b2d8df5"` Oct 15 14:22:09.351 INFO blam! 1e38015cf7240bbb248a059618047f67550159ec3a3e2fda1967a9634b2d8df5 Oct 15 14:22:09.356 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 14:22:09.870 INFO blam! 26fc33204ba242a85bc5564636fe61efb644653d82f6cbebff9162352867ddb0 Oct 15 14:22:09.873 INFO running `"docker" "start" "-a" "26fc33204ba242a85bc5564636fe61efb644653d82f6cbebff9162352867ddb0"` Oct 15 14:22:10.978 INFO kablam! usermod: no changes Oct 15 14:22:11.059 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 14:22:11.062 INFO kablam! Running /target/debug/deps/wankel-c33208d8dd96590b Oct 15 14:22:11.071 INFO blam! Oct 15 14:22:11.072 INFO blam! running 27 tests Oct 15 14:22:11.072 INFO blam! test math::euler::tests::from_euler_from_quaternion ... ok Oct 15 14:22:11.072 INFO blam! test math::euler::tests::gimbal_local_quaternion ... ok Oct 15 14:22:11.072 INFO blam! test math::matrix3::tests::copy ... ok Oct 15 14:22:11.072 INFO blam! test math::euler::tests::set_set_from_vector3_to_vector3 ... ok Oct 15 14:22:11.073 INFO blam! test math::matrix3::tests::constructor ... ok Oct 15 14:22:11.073 INFO blam! test math::euler::tests::reorder ... ok Oct 15 14:22:11.073 INFO blam! test math::euler::tests::from_rotation_matrix ... ok Oct 15 14:22:11.073 INFO blam! test math::matrix3::tests::determinant ... ok Oct 15 14:22:11.074 INFO blam! test math::vector2::tests::dot ... ok Oct 15 14:22:11.074 INFO blam! test math::vector2::tests::distance_to_and_distance_to_squared ... ok Oct 15 14:22:11.074 INFO blam! test math::vector2::tests::copy ... ok Oct 15 14:22:11.074 INFO blam! test math::vector2::tests::constructor ... ok Oct 15 14:22:11.075 INFO blam! test math::matrix3::tests::transpose ... ok Oct 15 14:22:11.075 INFO blam! test math::vector2::tests::add ... ok Oct 15 14:22:11.075 INFO blam! test math::vector2::tests::equals ... ok Oct 15 14:22:11.075 INFO blam! test math::vector2::tests::get_component ... ok Oct 15 14:22:11.076 INFO blam! test math::vector2::tests::length_and_length_squared ... ok Oct 15 14:22:11.076 INFO blam! test math::vector2::tests::lerp_and_clone ... ok Oct 15 14:22:11.076 INFO blam! test math::vector2::tests::min_max_clamp ... ok Oct 15 14:22:11.076 INFO blam! test math::vector2::tests::multiply_divide ... ok Oct 15 14:22:11.077 INFO blam! test math::vector2::tests::negate ... ok Oct 15 14:22:11.077 INFO blam! test math::vector2::tests::normalize ... ok Oct 15 14:22:11.077 INFO blam! test math::vector2::tests::rounding ... ok Oct 15 14:22:11.077 INFO blam! test math::vector2::tests::sub ... ok Oct 15 14:22:11.078 INFO blam! test math::vector2::tests::with_length ... ok Oct 15 14:22:11.107 INFO blam! test math::matrix3::tests::multiply_scalar ... ok Oct 15 14:22:11.150 INFO blam! test math::matrix3::tests::inverse ... FAILED Oct 15 14:22:11.150 INFO blam! Oct 15 14:22:11.150 INFO blam! failures: Oct 15 14:22:11.150 INFO blam! Oct 15 14:22:11.150 INFO blam! ---- math::matrix3::tests::inverse stdout ---- Oct 15 14:22:11.150 INFO blam! Matrix3::inverse> Can't invert matrix, determinant is 0 Oct 15 14:22:11.150 INFO blam! m:Matrix4 { elements: [1.0, 0.0, 0.0, 0.0, 0.0, 0.9553365, -0.29552022, 0.0, 0.0, 0.29552022, 0.9553365, 0.0, 0.0, 0.0, 0.0, 1.0] } Oct 15 14:22:11.150 INFO blam! product:Matrix4 { elements: [1.0, 0.0, 0.0, 0.0, 0.0, 0.82533556, -0.5646424, 0.0, 0.0, 0.5646424, 0.82533556, 0.0, 0.0, 0.0, 0.0, 1.0] } Oct 15 14:22:11.150 INFO blam! thread 'math::matrix3::tests::inverse' panicked at 'assertion failed: matrix3_close_enough(&Matrix3::from_matrix4(&m_product), &identity)', src/math/matrix3.rs:241:13 Oct 15 14:22:11.150 INFO blam! stack backtrace: Oct 15 14:22:11.150 INFO blam! 0: 0x561523d1519e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h7fa1e90165a4b6b7 Oct 15 14:22:11.150 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 15 14:22:11.150 INFO blam! 1: 0x561523d1e316 - std::sys_common::backtrace::print::hce31971a380b167f Oct 15 14:22:11.150 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 15 14:22:11.150 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 15 14:22:11.150 INFO blam! 2: 0x561523d1906d - std::panicking::default_hook::{{closure}}::h9590c1e09d0fb8eb Oct 15 14:22:11.150 INFO blam! at libstd/panicking.rs:211 Oct 15 14:22:11.150 INFO blam! 3: 0x561523d18d7b - std::panicking::default_hook::hb1838a6568eb05e3 Oct 15 14:22:11.150 INFO blam! at libstd/panicking.rs:221 Oct 15 14:22:11.150 INFO blam! 4: 0x561523d1971c - std::panicking::rust_panic_with_hook::h9ad880ee5fc38368 Oct 15 14:22:11.150 INFO blam! at libstd/panicking.rs:476 Oct 15 14:22:11.150 INFO blam! 5: 0x561523cc11cf - std::panicking::begin_panic::he29e50f96fe278f5 Oct 15 14:22:11.150 INFO blam! at libstd/panicking.rs:410 Oct 15 14:22:11.150 INFO blam! 6: 0x561523cbdeea - wankel::math::matrix3::tests::inverse::h0e6efd6bff109ab3 Oct 15 14:22:11.150 INFO blam! at src/math/matrix3.rs:241 Oct 15 14:22:11.150 INFO blam! 7: 0x561523cbd5a9 - wankel::math::matrix3::tests::inverse::{{closure}}::h3f38bae1d4c0d230 Oct 15 14:22:11.150 INFO blam! at src/math/matrix3.rs:211 Oct 15 14:22:11.150 INFO blam! 8: 0x561523cbfc3d - core::ops::function::FnOnce::call_once::h500e64ded7b4d60f Oct 15 14:22:11.150 INFO blam! at libcore/ops/function.rs:238 Oct 15 14:22:11.150 INFO blam! 9: 0x561523ccc51e - >::call_box::hae226a42c8d94b19 Oct 15 14:22:11.150 INFO blam! at libtest/lib.rs:1468 Oct 15 14:22:11.150 INFO blam! at libcore/ops/function.rs:238 Oct 15 14:22:11.150 INFO blam! at liballoc/boxed.rs:672 Oct 15 14:22:11.150 INFO blam! 10: 0x561523d29839 - __rust_maybe_catch_panic Oct 15 14:22:11.150 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 14:22:11.150 INFO blam! 11: 0x561523cecf4d - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5325a24fd096595 Oct 15 14:22:11.150 INFO blam! at libstd/panicking.rs:289 Oct 15 14:22:11.150 INFO blam! at libstd/panic.rs:392 Oct 15 14:22:11.150 INFO blam! at libtest/lib.rs:1423 Oct 15 14:22:11.150 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 15 14:22:11.150 INFO blam! 12: 0x561523cedaf4 - std::panicking::try::do_call::h2c632c17829d0621 Oct 15 14:22:11.150 INFO blam! at libstd/thread/mod.rs:409 Oct 15 14:22:11.150 INFO blam! at libstd/panic.rs:313 Oct 15 14:22:11.150 INFO blam! at libstd/panicking.rs:310 Oct 15 14:22:11.150 INFO blam! 13: 0x561523d29839 - __rust_maybe_catch_panic Oct 15 14:22:11.150 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 14:22:11.150 INFO blam! 14: 0x561523cdb136 - >::call_box::h1a0832645645f090 Oct 15 14:22:11.150 INFO blam! at libstd/panicking.rs:289 Oct 15 14:22:11.151 INFO blam! at libstd/panic.rs:392 Oct 15 14:22:11.151 INFO blam! at libstd/thread/mod.rs:408 Oct 15 14:22:11.151 INFO blam! at liballoc/boxed.rs:672 Oct 15 14:22:11.151 INFO blam! 15: 0x561523d174aa - std::sys_common::thread::start_thread::h49b8ca61f624f031 Oct 15 14:22:11.151 INFO blam! at liballoc/boxed.rs:682 Oct 15 14:22:11.151 INFO blam! at libstd/sys_common/thread.rs:24 Oct 15 14:22:11.151 INFO blam! 16: 0x561523d0c955 - std::sys::unix::thread::Thread::new::thread_start::hc999bd1fb8f071a1 Oct 15 14:22:11.151 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 15 14:22:11.151 INFO blam! 17: 0x7f51ca2a56b9 - start_thread Oct 15 14:22:11.151 INFO blam! 18: 0x7f51c9dc541c - clone Oct 15 14:22:11.151 INFO blam! 19: 0x0 - Oct 15 14:22:11.151 INFO blam! Oct 15 14:22:11.151 INFO blam! Oct 15 14:22:11.151 INFO blam! failures: Oct 15 14:22:11.151 INFO blam! math::matrix3::tests::inverse Oct 15 14:22:11.151 INFO blam! Oct 15 14:22:11.151 INFO blam! test result: FAILED. 26 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 14:22:11.151 INFO blam! Oct 15 14:22:11.159 INFO kablam! error: test failed, to rerun pass '--lib' Oct 15 14:22:11.159 INFO kablam! su: No module specific data is present Oct 15 14:22:11.968 INFO running `"docker" "rm" "-f" "26fc33204ba242a85bc5564636fe61efb644653d82f6cbebff9162352867ddb0"` Oct 15 14:22:12.299 INFO blam! 26fc33204ba242a85bc5564636fe61efb644653d82f6cbebff9162352867ddb0