Oct 15 14:22:00.310 INFO testing wankel-0.0.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 14:22:00.311 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 14:22:00.656 INFO blam! e9395fd76b81aa40bfcef488aecaad1794eb325f4b1c1684a32968fb5dbc7df7 Oct 15 14:22:00.659 INFO running `"docker" "start" "-a" "e9395fd76b81aa40bfcef488aecaad1794eb325f4b1c1684a32968fb5dbc7df7"` Oct 15 14:22:01.919 INFO kablam! usermod: no changes Oct 15 14:22:01.975 INFO kablam! Compiling wankel v0.0.1 (/source) Oct 15 14:22:02.943 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 14:22:02.943 INFO kablam! --> src/math/quaternion.rs:208:13 Oct 15 14:22:02.943 INFO kablam! | Oct 15 14:22:02.943 INFO kablam! 208 | 0.0 => Quaternion::DEFAULT, Oct 15 14:22:02.943 INFO kablam! | ^^^ Oct 15 14:22:02.943 INFO kablam! | Oct 15 14:22:02.943 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 15 14:22:02.943 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:02.943 INFO kablam! = note: for more information, see issue #41620 Oct 15 14:22:02.943 INFO kablam! Oct 15 14:22:02.943 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 14:22:02.943 INFO kablam! --> src/math/quaternion.rs:240:13 Oct 15 14:22:02.943 INFO kablam! | Oct 15 14:22:02.943 INFO kablam! 240 | 0.0 => self.clone(), Oct 15 14:22:02.943 INFO kablam! | ^^^ Oct 15 14:22:02.943 INFO kablam! | Oct 15 14:22:02.943 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:02.943 INFO kablam! = note: for more information, see issue #41620 Oct 15 14:22:02.943 INFO kablam! Oct 15 14:22:02.943 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 14:22:02.943 INFO kablam! --> src/math/quaternion.rs:241:13 Oct 15 14:22:02.943 INFO kablam! | Oct 15 14:22:02.943 INFO kablam! 241 | 1.0 => qb.clone(), Oct 15 14:22:02.943 INFO kablam! | ^^^ Oct 15 14:22:02.943 INFO kablam! | Oct 15 14:22:02.943 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:02.943 INFO kablam! = note: for more information, see issue #41620 Oct 15 14:22:02.943 INFO kablam! Oct 15 14:22:02.943 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 14:22:02.943 INFO kablam! --> src/math/vector2.rs:187:13 Oct 15 14:22:02.943 INFO kablam! | Oct 15 14:22:02.943 INFO kablam! 187 | 0.0 => self.multiply_scalar(0.0), Oct 15 14:22:02.943 INFO kablam! | ^^^ Oct 15 14:22:02.943 INFO kablam! | Oct 15 14:22:02.943 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:02.943 INFO kablam! = note: for more information, see issue #41620 Oct 15 14:22:02.943 INFO kablam! Oct 15 14:22:02.995 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 14:22:02.995 INFO kablam! --> src/math/quaternion.rs:208:13 Oct 15 14:22:02.995 INFO kablam! | Oct 15 14:22:02.995 INFO kablam! 208 | 0.0 => Quaternion::DEFAULT, Oct 15 14:22:02.995 INFO kablam! | ^^^ Oct 15 14:22:02.995 INFO kablam! | Oct 15 14:22:02.995 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:02.995 INFO kablam! = note: for more information, see issue #41620 Oct 15 14:22:02.995 INFO kablam! Oct 15 14:22:03.024 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:03.024 INFO kablam! --> src/lib.rs:2:12 Oct 15 14:22:03.024 INFO kablam! | Oct 15 14:22:03.025 INFO kablam! 2 | #![feature(associated_consts)] Oct 15 14:22:03.025 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 14:22:03.025 INFO kablam! | Oct 15 14:22:03.039 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 14:22:03.039 INFO kablam! Oct 15 14:22:03.195 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Oct 15 14:22:03.195 INFO kablam! su: No module specific data is present Oct 15 14:22:04.197 INFO running `"docker" "rm" "-f" "e9395fd76b81aa40bfcef488aecaad1794eb325f4b1c1684a32968fb5dbc7df7"` Oct 15 14:22:04.431 INFO blam! e9395fd76b81aa40bfcef488aecaad1794eb325f4b1c1684a32968fb5dbc7df7 Oct 15 14:22:04.435 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 14:22:04.888 INFO blam! 227f4053922dfe1ffc3b537714dd90bdc605901e39f517c386f5ebb57a285bc2 Oct 15 14:22:04.890 INFO running `"docker" "start" "-a" "227f4053922dfe1ffc3b537714dd90bdc605901e39f517c386f5ebb57a285bc2"` Oct 15 14:22:07.078 INFO kablam! usermod: no changes Oct 15 14:22:07.143 INFO kablam! Compiling wankel v0.0.1 (/source) Oct 15 14:22:07.811 INFO kablam! warning: unused import: `super::Sphere` Oct 15 14:22:07.811 INFO kablam! --> src/math/sphere.rs:86:9 Oct 15 14:22:07.811 INFO kablam! | Oct 15 14:22:07.811 INFO kablam! 86 | use super::Sphere; Oct 15 14:22:07.811 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 14:22:07.811 INFO kablam! | Oct 15 14:22:07.811 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 14:22:07.811 INFO kablam! Oct 15 14:22:08.423 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 14:22:08.423 INFO kablam! --> src/math/quaternion.rs:208:13 Oct 15 14:22:08.423 INFO kablam! | Oct 15 14:22:08.423 INFO kablam! 208 | 0.0 => Quaternion::DEFAULT, Oct 15 14:22:08.423 INFO kablam! | ^^^ Oct 15 14:22:08.423 INFO kablam! | Oct 15 14:22:08.423 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Oct 15 14:22:08.423 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:08.423 INFO kablam! = note: for more information, see issue #41620 Oct 15 14:22:08.423 INFO kablam! Oct 15 14:22:08.423 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 14:22:08.423 INFO kablam! --> src/math/quaternion.rs:240:13 Oct 15 14:22:08.423 INFO kablam! | Oct 15 14:22:08.423 INFO kablam! 240 | 0.0 => self.clone(), Oct 15 14:22:08.423 INFO kablam! | ^^^ Oct 15 14:22:08.423 INFO kablam! | Oct 15 14:22:08.423 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:08.423 INFO kablam! = note: for more information, see issue #41620 Oct 15 14:22:08.423 INFO kablam! Oct 15 14:22:08.423 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 14:22:08.423 INFO kablam! --> src/math/quaternion.rs:241:13 Oct 15 14:22:08.423 INFO kablam! | Oct 15 14:22:08.423 INFO kablam! 241 | 1.0 => qb.clone(), Oct 15 14:22:08.423 INFO kablam! | ^^^ Oct 15 14:22:08.423 INFO kablam! | Oct 15 14:22:08.423 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:08.423 INFO kablam! = note: for more information, see issue #41620 Oct 15 14:22:08.423 INFO kablam! Oct 15 14:22:08.423 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 14:22:08.423 INFO kablam! --> src/math/vector2.rs:187:13 Oct 15 14:22:08.423 INFO kablam! | Oct 15 14:22:08.423 INFO kablam! 187 | 0.0 => self.multiply_scalar(0.0), Oct 15 14:22:08.423 INFO kablam! | ^^^ Oct 15 14:22:08.423 INFO kablam! | Oct 15 14:22:08.423 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:08.423 INFO kablam! = note: for more information, see issue #41620 Oct 15 14:22:08.423 INFO kablam! Oct 15 14:22:08.531 INFO kablam! warning: floating-point types cannot be used in patterns Oct 15 14:22:08.531 INFO kablam! --> src/math/quaternion.rs:208:13 Oct 15 14:22:08.531 INFO kablam! | Oct 15 14:22:08.531 INFO kablam! 208 | 0.0 => Quaternion::DEFAULT, Oct 15 14:22:08.531 INFO kablam! | ^^^ Oct 15 14:22:08.531 INFO kablam! | Oct 15 14:22:08.531 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:08.531 INFO kablam! = note: for more information, see issue #41620 Oct 15 14:22:08.531 INFO kablam! Oct 15 14:22:08.619 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:08.619 INFO kablam! --> src/lib.rs:2:12 Oct 15 14:22:08.619 INFO kablam! | Oct 15 14:22:08.619 INFO kablam! 2 | #![feature(associated_consts)] Oct 15 14:22:08.619 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 14:22:08.619 INFO kablam! | Oct 15 14:22:08.621 INFO kablam! = note: #[warn(stable_features)] on by default Oct 15 14:22:08.621 INFO kablam! Oct 15 14:22:09.860 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.75s Oct 15 14:22:09.869 INFO kablam! su: No module specific data is present Oct 15 14:22:10.611 INFO running `"docker" "rm" "-f" "227f4053922dfe1ffc3b537714dd90bdc605901e39f517c386f5ebb57a285bc2"` Oct 15 14:22:10.978 INFO blam! 227f4053922dfe1ffc3b537714dd90bdc605901e39f517c386f5ebb57a285bc2 Oct 15 14:22:10.985 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15 14:22:11.499 INFO blam! 9731cbc6f9c5168c775e710e881165fe6e55a970d6c10b0d8e6be70abee6e292 Oct 15 14:22:11.501 INFO running `"docker" "start" "-a" "9731cbc6f9c5168c775e710e881165fe6e55a970d6c10b0d8e6be70abee6e292"` Oct 15 14:22:12.738 INFO kablam! usermod: no changes Oct 15 14:22:12.787 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 14:22:12.789 INFO kablam! Running /target/debug/deps/wankel-d11fa65fd80c939d Oct 15 14:22:12.793 INFO blam! Oct 15 14:22:12.793 INFO blam! running 27 tests Oct 15 14:22:12.794 INFO blam! test math::matrix3::tests::determinant ... ok Oct 15 14:22:12.794 INFO blam! test math::matrix3::tests::copy ... ok Oct 15 14:22:12.794 INFO blam! test math::euler::tests::from_rotation_matrix ... ok Oct 15 14:22:12.794 INFO blam! test math::matrix3::tests::constructor ... ok Oct 15 14:22:12.796 INFO blam! test math::euler::tests::reorder ... ok Oct 15 14:22:12.796 INFO blam! test math::euler::tests::set_set_from_vector3_to_vector3 ... ok Oct 15 14:22:12.796 INFO blam! test math::vector2::tests::constructor ... ok Oct 15 14:22:12.796 INFO blam! test math::vector2::tests::copy ... ok Oct 15 14:22:12.807 INFO blam! test math::euler::tests::gimbal_local_quaternion ... ok Oct 15 14:22:12.824 INFO blam! test math::vector2::tests::distance_to_and_distance_to_squared ... ok Oct 15 14:22:12.825 INFO blam! test math::matrix3::tests::multiply_scalar ... ok Oct 15 14:22:12.825 INFO blam! test math::vector2::tests::get_component ... ok Oct 15 14:22:12.826 INFO blam! test math::vector2::tests::length_and_length_squared ... ok Oct 15 14:22:12.829 INFO blam! test math::matrix3::tests::transpose ... ok Oct 15 14:22:12.829 INFO blam! test math::vector2::tests::add ... ok Oct 15 14:22:12.829 INFO blam! test math::vector2::tests::min_max_clamp ... ok Oct 15 14:22:12.830 INFO blam! test math::euler::tests::from_euler_from_quaternion ... ok Oct 15 14:22:12.830 INFO blam! test math::vector2::tests::equals ... ok Oct 15 14:22:12.830 INFO blam! test math::vector2::tests::lerp_and_clone ... ok Oct 15 14:22:12.830 INFO blam! test math::vector2::tests::dot ... ok Oct 15 14:22:12.831 INFO blam! test math::vector2::tests::multiply_divide ... ok Oct 15 14:22:12.831 INFO blam! test math::vector2::tests::negate ... ok Oct 15 14:22:12.831 INFO blam! test math::vector2::tests::normalize ... ok Oct 15 14:22:12.831 INFO blam! test math::vector2::tests::rounding ... ok Oct 15 14:22:12.832 INFO blam! test math::vector2::tests::sub ... ok Oct 15 14:22:12.861 INFO blam! test math::vector2::tests::with_length ... ok Oct 15 14:22:12.879 INFO blam! test math::matrix3::tests::inverse ... FAILED Oct 15 14:22:12.879 INFO blam! Oct 15 14:22:12.879 INFO blam! failures: Oct 15 14:22:12.879 INFO blam! Oct 15 14:22:12.879 INFO blam! ---- math::matrix3::tests::inverse stdout ---- Oct 15 14:22:12.879 INFO blam! Matrix3::inverse> Can't invert matrix, determinant is 0 Oct 15 14:22:12.879 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:12.879 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:12.879 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:12.879 INFO blam! stack backtrace: Oct 15 14:22:12.879 INFO blam! 0: 0x5600218f849e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 15 14:22:12.879 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 15 14:22:12.879 INFO blam! 1: 0x560021901346 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 15 14:22:12.879 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 15 14:22:12.879 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 15 14:22:12.879 INFO blam! 2: 0x5600218fc09d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 15 14:22:12.879 INFO blam! at libstd/panicking.rs:211 Oct 15 14:22:12.879 INFO blam! 3: 0x5600218fbdab - std::panicking::default_hook::h1ef46fa7cd894809 Oct 15 14:22:12.879 INFO blam! at libstd/panicking.rs:221 Oct 15 14:22:12.879 INFO blam! 4: 0x5600218fc74c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 15 14:22:12.879 INFO blam! at libstd/panicking.rs:476 Oct 15 14:22:12.879 INFO blam! 5: 0x5600218a41cf - std::panicking::begin_panic::hf74469d940605273 Oct 15 14:22:12.879 INFO blam! at libstd/panicking.rs:410 Oct 15 14:22:12.879 INFO blam! 6: 0x5600218a0eea - wankel::math::matrix3::tests::inverse::h534c5ed2fbb08eb0 Oct 15 14:22:12.879 INFO blam! at src/math/matrix3.rs:241 Oct 15 14:22:12.879 INFO blam! 7: 0x5600218a05a9 - wankel::math::matrix3::tests::inverse::{{closure}}::h61931298b82d85c6 Oct 15 14:22:12.880 INFO blam! at src/math/matrix3.rs:211 Oct 15 14:22:12.880 INFO blam! 8: 0x5600218a2a7d - core::ops::function::FnOnce::call_once::h1d222a156efcbb01 Oct 15 14:22:12.880 INFO blam! at libcore/ops/function.rs:238 Oct 15 14:22:12.880 INFO blam! 9: 0x5600218af41e - >::call_box::h95b7cb918af67b5d Oct 15 14:22:12.880 INFO blam! at libtest/lib.rs:1468 Oct 15 14:22:12.880 INFO blam! at libcore/ops/function.rs:238 Oct 15 14:22:12.880 INFO blam! at liballoc/boxed.rs:672 Oct 15 14:22:12.880 INFO blam! 10: 0x56002190c519 - __rust_maybe_catch_panic Oct 15 14:22:12.880 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 14:22:12.880 INFO blam! 11: 0x5600218cff6d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 15 14:22:12.880 INFO blam! at libstd/panicking.rs:289 Oct 15 14:22:12.880 INFO blam! at libstd/panic.rs:392 Oct 15 14:22:12.880 INFO blam! at libtest/lib.rs:1423 Oct 15 14:22:12.880 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 15 14:22:12.880 INFO blam! 12: 0x5600218d0b74 - std::panicking::try::do_call::ha990a345054c2d63 Oct 15 14:22:12.880 INFO blam! at libstd/thread/mod.rs:409 Oct 15 14:22:12.880 INFO blam! at libstd/panic.rs:313 Oct 15 14:22:12.880 INFO blam! at libstd/panicking.rs:310 Oct 15 14:22:12.880 INFO blam! 13: 0x56002190c519 - __rust_maybe_catch_panic Oct 15 14:22:12.880 INFO blam! at libpanic_unwind/lib.rs:102 Oct 15 14:22:12.880 INFO blam! 14: 0x5600218be136 - >::call_box::h96125cb29a9ba44b Oct 15 14:22:12.880 INFO blam! at libstd/panicking.rs:289 Oct 15 14:22:12.880 INFO blam! at libstd/panic.rs:392 Oct 15 14:22:12.880 INFO blam! at libstd/thread/mod.rs:408 Oct 15 14:22:12.880 INFO blam! at liballoc/boxed.rs:672 Oct 15 14:22:12.880 INFO blam! 15: 0x5600218fa4da - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 15 14:22:12.880 INFO blam! at liballoc/boxed.rs:682 Oct 15 14:22:12.880 INFO blam! at libstd/sys_common/thread.rs:24 Oct 15 14:22:12.880 INFO blam! 16: 0x5600218efc65 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 15 14:22:12.880 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 15 14:22:12.880 INFO blam! 17: 0x7fb76f8786b9 - start_thread Oct 15 14:22:12.880 INFO blam! 18: 0x7fb76f39841c - clone Oct 15 14:22:12.880 INFO blam! 19: 0x0 - Oct 15 14:22:12.880 INFO blam! Oct 15 14:22:12.880 INFO blam! Oct 15 14:22:12.880 INFO blam! failures: Oct 15 14:22:12.880 INFO blam! math::matrix3::tests::inverse Oct 15 14:22:12.880 INFO blam! Oct 15 14:22:12.880 INFO blam! test result: FAILED. 26 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 14:22:12.880 INFO blam! Oct 15 14:22:12.892 INFO kablam! error: test failed, to rerun pass '--lib' Oct 15 14:22:12.893 INFO kablam! su: No module specific data is present Oct 15 14:22:13.819 INFO running `"docker" "rm" "-f" "9731cbc6f9c5168c775e710e881165fe6e55a970d6c10b0d8e6be70abee6e292"` Oct 15 14:22:14.187 INFO blam! 9731cbc6f9c5168c775e710e881165fe6e55a970d6c10b0d8e6be70abee6e292