Dec 06 17:43:17.497 INFO testing wankel-0.0.1 against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 06 17:43:17.497 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 06 17:43:18.048 INFO [stdout] 9b3e35d410bc685ec66d6aded44caf82035dada8ae12a986283c59342f200566 Dec 06 17:43:18.056 INFO running `"docker" "start" "-a" "9b3e35d410bc685ec66d6aded44caf82035dada8ae12a986283c59342f200566"` Dec 06 17:43:19.312 INFO [stderr] usermod: no changes Dec 06 17:43:19.364 INFO [stderr] Compiling wankel v0.0.1 (/source) Dec 06 17:43:20.096 INFO [stderr] warning: floating-point types cannot be used in patterns Dec 06 17:43:20.096 INFO [stderr] --> src/math/quaternion.rs:208:13 Dec 06 17:43:20.096 INFO [stderr] | Dec 06 17:43:20.096 INFO [stderr] 208 | 0.0 => Quaternion::DEFAULT, Dec 06 17:43:20.096 INFO [stderr] | ^^^ Dec 06 17:43:20.096 INFO [stderr] | Dec 06 17:43:20.096 INFO [stderr] = note: #[warn(illegal_floating_point_literal_pattern)] on by default Dec 06 17:43:20.096 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 06 17:43:20.096 INFO [stderr] = note: for more information, see issue #41620 Dec 06 17:43:20.096 INFO [stderr] Dec 06 17:43:20.112 INFO [stderr] warning: floating-point types cannot be used in patterns Dec 06 17:43:20.112 INFO [stderr] --> src/math/quaternion.rs:240:13 Dec 06 17:43:20.112 INFO [stderr] | Dec 06 17:43:20.112 INFO [stderr] 240 | 0.0 => self.clone(), Dec 06 17:43:20.112 INFO [stderr] | ^^^ Dec 06 17:43:20.112 INFO [stderr] | Dec 06 17:43:20.112 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 06 17:43:20.112 INFO [stderr] = note: for more information, see issue #41620 Dec 06 17:43:20.112 INFO [stderr] Dec 06 17:43:20.112 INFO [stderr] warning: floating-point types cannot be used in patterns Dec 06 17:43:20.112 INFO [stderr] --> src/math/quaternion.rs:241:13 Dec 06 17:43:20.112 INFO [stderr] | Dec 06 17:43:20.112 INFO [stderr] 241 | 1.0 => qb.clone(), Dec 06 17:43:20.112 INFO [stderr] | ^^^ Dec 06 17:43:20.112 INFO [stderr] | Dec 06 17:43:20.112 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 06 17:43:20.112 INFO [stderr] = note: for more information, see issue #41620 Dec 06 17:43:20.112 INFO [stderr] Dec 06 17:43:20.112 INFO [stderr] warning: floating-point types cannot be used in patterns Dec 06 17:43:20.112 INFO [stderr] --> src/math/vector2.rs:187:13 Dec 06 17:43:20.112 INFO [stderr] | Dec 06 17:43:20.112 INFO [stderr] 187 | 0.0 => self.multiply_scalar(0.0), Dec 06 17:43:20.113 INFO [stderr] | ^^^ Dec 06 17:43:20.113 INFO [stderr] | Dec 06 17:43:20.113 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 06 17:43:20.113 INFO [stderr] = note: for more information, see issue #41620 Dec 06 17:43:20.113 INFO [stderr] Dec 06 17:43:20.168 INFO [stderr] warning: floating-point types cannot be used in patterns Dec 06 17:43:20.168 INFO [stderr] --> src/math/quaternion.rs:208:13 Dec 06 17:43:20.168 INFO [stderr] | Dec 06 17:43:20.168 INFO [stderr] 208 | 0.0 => Quaternion::DEFAULT, Dec 06 17:43:20.168 INFO [stderr] | ^^^ Dec 06 17:43:20.168 INFO [stderr] | Dec 06 17:43:20.168 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 06 17:43:20.168 INFO [stderr] = note: for more information, see issue #41620 Dec 06 17:43:20.168 INFO [stderr] Dec 06 17:43:20.194 INFO [stderr] warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Dec 06 17:43:20.194 INFO [stderr] --> src/lib.rs:2:12 Dec 06 17:43:20.194 INFO [stderr] | Dec 06 17:43:20.194 INFO [stderr] 2 | #![feature(associated_consts)] Dec 06 17:43:20.194 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Dec 06 17:43:20.194 INFO [stderr] | Dec 06 17:43:20.194 INFO [stderr] = note: #[warn(stable_features)] on by default Dec 06 17:43:20.194 INFO [stderr] Dec 06 17:43:20.360 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.02s Dec 06 17:43:20.360 INFO [stderr] su: No module specific data is present Dec 06 17:43:21.856 INFO running `"docker" "inspect" "9b3e35d410bc685ec66d6aded44caf82035dada8ae12a986283c59342f200566"` Dec 06 17:43:22.170 INFO running `"docker" "rm" "-f" "9b3e35d410bc685ec66d6aded44caf82035dada8ae12a986283c59342f200566"` Dec 06 17:43:22.472 INFO [stdout] 9b3e35d410bc685ec66d6aded44caf82035dada8ae12a986283c59342f200566 Dec 06 17:43:22.478 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 06 17:43:22.876 INFO [stdout] 4da7aee3e2bfdafe3651adf77efb3c0c5c6ae1b0c2705162e818ef7e83c12f5c Dec 06 17:43:22.876 INFO running `"docker" "start" "-a" "4da7aee3e2bfdafe3651adf77efb3c0c5c6ae1b0c2705162e818ef7e83c12f5c"` Dec 06 17:43:24.687 INFO [stderr] usermod: no changes Dec 06 17:43:24.773 INFO [stderr] Compiling wankel v0.0.1 (/source) Dec 06 17:43:25.444 INFO [stderr] warning: unused import: `super::Sphere` Dec 06 17:43:25.444 INFO [stderr] --> src/math/sphere.rs:86:9 Dec 06 17:43:25.444 INFO [stderr] | Dec 06 17:43:25.444 INFO [stderr] 86 | use super::Sphere; Dec 06 17:43:25.444 INFO [stderr] | ^^^^^^^^^^^^^ Dec 06 17:43:25.444 INFO [stderr] | Dec 06 17:43:25.456 INFO [stderr] = note: #[warn(unused_imports)] on by default Dec 06 17:43:25.456 INFO [stderr] Dec 06 17:43:25.879 INFO [stderr] warning: floating-point types cannot be used in patterns Dec 06 17:43:25.879 INFO [stderr] --> src/math/quaternion.rs:208:13 Dec 06 17:43:25.879 INFO [stderr] | Dec 06 17:43:25.879 INFO [stderr] 208 | 0.0 => Quaternion::DEFAULT, Dec 06 17:43:25.879 INFO [stderr] | ^^^ Dec 06 17:43:25.879 INFO [stderr] | Dec 06 17:43:25.879 INFO [stderr] = note: #[warn(illegal_floating_point_literal_pattern)] on by default Dec 06 17:43:25.879 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 06 17:43:25.879 INFO [stderr] = note: for more information, see issue #41620 Dec 06 17:43:25.880 INFO [stderr] Dec 06 17:43:25.880 INFO [stderr] warning: floating-point types cannot be used in patterns Dec 06 17:43:25.880 INFO [stderr] --> src/math/quaternion.rs:240:13 Dec 06 17:43:25.880 INFO [stderr] | Dec 06 17:43:25.880 INFO [stderr] 240 | 0.0 => self.clone(), Dec 06 17:43:25.880 INFO [stderr] | ^^^ Dec 06 17:43:25.880 INFO [stderr] | Dec 06 17:43:25.880 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 06 17:43:25.880 INFO [stderr] = note: for more information, see issue #41620 Dec 06 17:43:25.880 INFO [stderr] Dec 06 17:43:25.880 INFO [stderr] warning: floating-point types cannot be used in patterns Dec 06 17:43:25.880 INFO [stderr] --> src/math/quaternion.rs:241:13 Dec 06 17:43:25.880 INFO [stderr] | Dec 06 17:43:25.880 INFO [stderr] 241 | 1.0 => qb.clone(), Dec 06 17:43:25.880 INFO [stderr] | ^^^ Dec 06 17:43:25.880 INFO [stderr] | Dec 06 17:43:25.880 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 06 17:43:25.880 INFO [stderr] = note: for more information, see issue #41620 Dec 06 17:43:25.880 INFO [stderr] Dec 06 17:43:25.884 INFO [stderr] warning: floating-point types cannot be used in patterns Dec 06 17:43:25.884 INFO [stderr] --> src/math/vector2.rs:187:13 Dec 06 17:43:25.884 INFO [stderr] | Dec 06 17:43:25.884 INFO [stderr] 187 | 0.0 => self.multiply_scalar(0.0), Dec 06 17:43:25.884 INFO [stderr] | ^^^ Dec 06 17:43:25.884 INFO [stderr] | Dec 06 17:43:25.884 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 06 17:43:25.884 INFO [stderr] = note: for more information, see issue #41620 Dec 06 17:43:25.884 INFO [stderr] Dec 06 17:43:25.988 INFO [stderr] warning: floating-point types cannot be used in patterns Dec 06 17:43:25.988 INFO [stderr] --> src/math/quaternion.rs:208:13 Dec 06 17:43:25.988 INFO [stderr] | Dec 06 17:43:25.988 INFO [stderr] 208 | 0.0 => Quaternion::DEFAULT, Dec 06 17:43:25.988 INFO [stderr] | ^^^ Dec 06 17:43:25.988 INFO [stderr] | Dec 06 17:43:25.988 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Dec 06 17:43:25.988 INFO [stderr] = note: for more information, see issue #41620 Dec 06 17:43:25.988 INFO [stderr] Dec 06 17:43:26.072 INFO [stderr] warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Dec 06 17:43:26.072 INFO [stderr] --> src/lib.rs:2:12 Dec 06 17:43:26.072 INFO [stderr] | Dec 06 17:43:26.072 INFO [stderr] 2 | #![feature(associated_consts)] Dec 06 17:43:26.072 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Dec 06 17:43:26.072 INFO [stderr] | Dec 06 17:43:26.072 INFO [stderr] = note: #[warn(stable_features)] on by default Dec 06 17:43:26.072 INFO [stderr] Dec 06 17:43:27.051 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.34s Dec 06 17:43:27.054 INFO [stderr] su: No module specific data is present Dec 06 17:43:27.954 INFO running `"docker" "inspect" "4da7aee3e2bfdafe3651adf77efb3c0c5c6ae1b0c2705162e818ef7e83c12f5c"` Dec 06 17:43:28.320 INFO running `"docker" "rm" "-f" "4da7aee3e2bfdafe3651adf77efb3c0c5c6ae1b0c2705162e818ef7e83c12f5c"` Dec 06 17:43:28.660 INFO [stdout] 4da7aee3e2bfdafe3651adf77efb3c0c5c6ae1b0c2705162e818ef7e83c12f5c Dec 06 17:43:28.668 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 06 17:43:29.184 INFO [stdout] c305816be4ac62df5ff494056c654a3f63c2195ee87a4ece7bf6e1a015d14f38 Dec 06 17:43:29.196 INFO running `"docker" "start" "-a" "c305816be4ac62df5ff494056c654a3f63c2195ee87a4ece7bf6e1a015d14f38"` Dec 06 17:43:30.175 INFO [stderr] usermod: no changes Dec 06 17:43:30.220 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s Dec 06 17:43:30.220 INFO [stderr] Running /target/debug/deps/wankel-c1e0b90506494ec3 Dec 06 17:43:30.222 INFO [stdout] Dec 06 17:43:30.222 INFO [stdout] running 27 tests Dec 06 17:43:30.232 INFO [stdout] test math::euler::tests::set_set_from_vector3_to_vector3 ... ok Dec 06 17:43:30.232 INFO [stdout] test math::matrix3::tests::constructor ... ok Dec 06 17:43:30.232 INFO [stdout] test math::matrix3::tests::copy ... ok Dec 06 17:43:30.232 INFO [stdout] test math::euler::tests::from_rotation_matrix ... ok Dec 06 17:43:30.232 INFO [stdout] test math::euler::tests::gimbal_local_quaternion ... ok Dec 06 17:43:30.232 INFO [stdout] test math::euler::tests::reorder ... ok Dec 06 17:43:30.232 INFO [stdout] test math::matrix3::tests::determinant ... ok Dec 06 17:43:30.232 INFO [stdout] test math::euler::tests::from_euler_from_quaternion ... ok Dec 06 17:43:30.232 INFO [stdout] test math::vector2::tests::distance_to_and_distance_to_squared ... ok Dec 06 17:43:30.232 INFO [stdout] test math::vector2::tests::dot ... ok Dec 06 17:43:30.232 INFO [stdout] test math::vector2::tests::constructor ... ok Dec 06 17:43:30.232 INFO [stdout] test math::vector2::tests::equals ... ok Dec 06 17:43:30.232 INFO [stdout] test math::matrix3::tests::transpose ... ok Dec 06 17:43:30.232 INFO [stdout] test math::vector2::tests::add ... ok Dec 06 17:43:30.232 INFO [stdout] test math::matrix3::tests::multiply_scalar ... ok Dec 06 17:43:30.232 INFO [stdout] test math::vector2::tests::copy ... ok Dec 06 17:43:30.232 INFO [stdout] test math::vector2::tests::get_component ... ok Dec 06 17:43:30.232 INFO [stdout] test math::vector2::tests::negate ... ok Dec 06 17:43:30.233 INFO [stdout] test math::vector2::tests::length_and_length_squared ... ok Dec 06 17:43:30.233 INFO [stdout] test math::vector2::tests::normalize ... ok Dec 06 17:43:30.233 INFO [stdout] test math::vector2::tests::lerp_and_clone ... ok Dec 06 17:43:30.236 INFO [stdout] test math::vector2::tests::multiply_divide ... ok Dec 06 17:43:30.236 INFO [stdout] test math::vector2::tests::min_max_clamp ... ok Dec 06 17:43:30.236 INFO [stdout] test math::vector2::tests::sub ... ok Dec 06 17:43:30.236 INFO [stdout] test math::vector2::tests::with_length ... ok Dec 06 17:43:30.248 INFO [stdout] test math::vector2::tests::rounding ... ok Dec 06 17:43:30.302 INFO [stdout] test math::matrix3::tests::inverse ... FAILED Dec 06 17:43:30.302 INFO [stdout] Dec 06 17:43:30.303 INFO [stdout] failures: Dec 06 17:43:30.303 INFO [stdout] Dec 06 17:43:30.303 INFO [stdout] ---- math::matrix3::tests::inverse stdout ---- Dec 06 17:43:30.303 INFO [stdout] Matrix3::inverse> Can't invert matrix, determinant is 0 Dec 06 17:43:30.303 INFO [stdout] 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] } Dec 06 17:43:30.303 INFO [stdout] 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] } Dec 06 17:43:30.303 INFO [stdout] thread 'math::matrix3::tests::inverse' panicked at 'assertion failed: matrix3_close_enough(&Matrix3::from_matrix4(&m_product), &identity)', src/math/matrix3.rs:241:13 Dec 06 17:43:30.303 INFO [stdout] stack backtrace: Dec 06 17:43:30.303 INFO [stdout] 0: 0x556469404943 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h82c998a0e635a5c4 Dec 06 17:43:30.303 INFO [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Dec 06 17:43:30.303 INFO [stdout] 1: 0x5564693ff068 - std::sys_common::backtrace::_print::h5fbc0bc3cf12d9bf Dec 06 17:43:30.303 INFO [stdout] at src/libstd/sys_common/backtrace.rs:71 Dec 06 17:43:30.303 INFO [stdout] 2: 0x5564694038b2 - std::panicking::default_hook::{{closure}}::h42b81c3dd1a50e32 Dec 06 17:43:30.303 INFO [stdout] at src/libstd/sys_common/backtrace.rs:59 Dec 06 17:43:30.303 INFO [stdout] at src/libstd/panicking.rs:211 Dec 06 17:43:30.303 INFO [stdout] 3: 0x55646940359c - std::panicking::default_hook::h6c8d8e1c12a669e5 Dec 06 17:43:30.303 INFO [stdout] at src/libstd/panicking.rs:221 Dec 06 17:43:30.303 INFO [stdout] 4: 0x556469403fc0 - std::panicking::rust_panic_with_hook::hce93a56e38c2b0aa Dec 06 17:43:30.303 INFO [stdout] at src/libstd/panicking.rs:491 Dec 06 17:43:30.303 INFO [stdout] 5: 0x5564693ae9c3 - std::panicking::begin_panic::h57a0be57eb49b05a Dec 06 17:43:30.303 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:425 Dec 06 17:43:30.303 INFO [stdout] 6: 0x5564693ab801 - wankel::math::matrix3::tests::inverse::heb89ee908a89bf99 Dec 06 17:43:30.303 INFO [stdout] at src/math/matrix3.rs:241 Dec 06 17:43:30.303 INFO [stdout] 7: 0x5564693aaee9 - wankel::math::matrix3::tests::inverse::{{closure}}::h05ec9870da7d2dad Dec 06 17:43:30.303 INFO [stdout] at src/math/matrix3.rs:211 Dec 06 17:43:30.303 INFO [stdout] 8: 0x5564693ad68d - core::ops::function::FnOnce::call_once::hd3f94eb40a357621 Dec 06 17:43:30.303 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libcore/ops/function.rs:238 Dec 06 17:43:30.303 INFO [stdout] 9: 0x5564693c0f3e - >::call_box::h9ed1658cdce7f33f Dec 06 17:43:30.303 INFO [stdout] at src/libtest/lib.rs:1471 Dec 06 17:43:30.303 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libcore/ops/function.rs:238 Dec 06 17:43:30.303 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:673 Dec 06 17:43:30.303 INFO [stdout] 10: 0x556469412589 - __rust_maybe_catch_panic Dec 06 17:43:30.303 INFO [stdout] at src/libpanic_unwind/lib.rs:102 Dec 06 17:43:30.303 INFO [stdout] 11: 0x5564693b8e13 - std::sys_common::backtrace::__rust_begin_short_backtrace::h018d03d6681412f5 Dec 06 17:43:30.303 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:289 Dec 06 17:43:30.303 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:398 Dec 06 17:43:30.303 INFO [stdout] at src/libtest/lib.rs:1426 Dec 06 17:43:30.303 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/sys_common/backtrace.rs:136 Dec 06 17:43:30.303 INFO [stdout] 12: 0x5564693b9da4 - std::panicking::try::do_call::hf8ab3f21dcfaa7a6 Dec 06 17:43:30.303 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/thread/mod.rs:477 Dec 06 17:43:30.303 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:319 Dec 06 17:43:30.303 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:310 Dec 06 17:43:30.303 INFO [stdout] 13: 0x556469412589 - __rust_maybe_catch_panic Dec 06 17:43:30.303 INFO [stdout] at src/libpanic_unwind/lib.rs:102 Dec 06 17:43:30.303 INFO [stdout] 14: 0x5564693c0e1c - >::call_box::h6465cc998309e287 Dec 06 17:43:30.303 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panicking.rs:289 Dec 06 17:43:30.303 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/panic.rs:398 Dec 06 17:43:30.303 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/libstd/thread/mod.rs:476 Dec 06 17:43:30.303 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:673 Dec 06 17:43:30.303 INFO [stdout] 15: 0x55646940654d - std::sys::unix::thread::Thread::new::thread_start::h0fe9c527147fd5f5 Dec 06 17:43:30.303 INFO [stdout] at /rustc/6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468/src/liballoc/boxed.rs:683 Dec 06 17:43:30.303 INFO [stdout] at src/libstd/sys_common/thread.rs:24 Dec 06 17:43:30.303 INFO [stdout] at src/libstd/sys/unix/thread.rs:90 Dec 06 17:43:30.303 INFO [stdout] 16: 0x7fcad87f56b9 - start_thread Dec 06 17:43:30.303 INFO [stdout] 17: 0x7fcad831541c - clone Dec 06 17:43:30.303 INFO [stdout] 18: 0x0 - Dec 06 17:43:30.303 INFO [stdout] Dec 06 17:43:30.303 INFO [stdout] Dec 06 17:43:30.303 INFO [stdout] failures: Dec 06 17:43:30.303 INFO [stdout] math::matrix3::tests::inverse Dec 06 17:43:30.303 INFO [stdout] Dec 06 17:43:30.303 INFO [stdout] test result: FAILED. 26 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Dec 06 17:43:30.303 INFO [stdout] Dec 06 17:43:30.324 INFO [stderr] error: test failed, to rerun pass '--lib' Dec 06 17:43:30.324 INFO [stderr] su: No module specific data is present Dec 06 17:43:31.344 INFO running `"docker" "inspect" "c305816be4ac62df5ff494056c654a3f63c2195ee87a4ece7bf6e1a015d14f38"` Dec 06 17:43:31.736 INFO running `"docker" "rm" "-f" "c305816be4ac62df5ff494056c654a3f63c2195ee87a4ece7bf6e1a015d14f38"` Dec 06 17:43:32.048 INFO [stdout] c305816be4ac62df5ff494056c654a3f63c2195ee87a4ece7bf6e1a015d14f38