Dec 15 14:01:58.265 INFO testing galvanic-assert-0.8.7 against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 15 14:01:58.266 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-6/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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 15 14:01:58.672 INFO [stdout] 05cd193d0c772ec645add9cccc7606ebb448512290482c50a65d8b9162b55388 Dec 15 14:01:58.683 INFO running `"docker" "start" "-a" "05cd193d0c772ec645add9cccc7606ebb448512290482c50a65d8b9162b55388"` Dec 15 14:01:59.451 INFO [stderr] usermod: no changes Dec 15 14:01:59.537 INFO [stderr] Compiling galvanic-assert v0.8.7 (/source) Dec 15 14:02:00.903 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.39s Dec 15 14:02:00.903 INFO [stderr] su: No module specific data is present Dec 15 14:02:01.391 INFO running `"docker" "inspect" "05cd193d0c772ec645add9cccc7606ebb448512290482c50a65d8b9162b55388"` Dec 15 14:02:01.597 INFO running `"docker" "rm" "-f" "05cd193d0c772ec645add9cccc7606ebb448512290482c50a65d8b9162b55388"` Dec 15 14:02:01.834 INFO [stdout] 05cd193d0c772ec645add9cccc7606ebb448512290482c50a65d8b9162b55388 Dec 15 14:02:01.836 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-6/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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 15 14:02:02.010 INFO [stdout] eb814afb0404a4bc616fbd61939603aab0d3ab671d807126504b6075c4d01179 Dec 15 14:02:02.012 INFO running `"docker" "start" "-a" "eb814afb0404a4bc616fbd61939603aab0d3ab671d807126504b6075c4d01179"` Dec 15 14:02:02.422 INFO [stderr] usermod: no changes Dec 15 14:02:02.457 INFO [stderr] Compiling galvanic-assert v0.8.7 (/source) Dec 15 14:02:04.742 INFO [stderr] warning: unused arithmetic operation that must be used Dec 15 14:02:04.742 INFO [stderr] --> tests/core_matchers.rs:34:26 Dec 15 14:02:04.742 INFO [stderr] | Dec 15 14:02:04.742 INFO [stderr] 34 | assert_that!(&1+1, panics); Dec 15 14:02:04.742 INFO [stderr] | ^^^^ Dec 15 14:02:04.742 INFO [stderr] | Dec 15 14:02:04.742 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 15 14:02:04.742 INFO [stderr] Dec 15 14:02:04.742 INFO [stderr] warning: unused arithmetic operation that must be used Dec 15 14:02:04.742 INFO [stderr] --> tests/core_matchers.rs:45:22 Dec 15 14:02:04.742 INFO [stderr] | Dec 15 14:02:04.742 INFO [stderr] 45 | assert_that!(&1+1, does not panic); Dec 15 14:02:04.742 INFO [stderr] | ^^^^ Dec 15 14:02:04.742 INFO [stderr] Dec 15 14:02:05.426 INFO [stderr] warning: unused comparison that must be used Dec 15 14:02:05.426 INFO [stderr] --> tests/expectations.rs:91:42 Dec 15 14:02:05.426 INFO [stderr] | Dec 15 14:02:05.426 INFO [stderr] 91 | let e = get_expectation_for!(1 == 1, panics); Dec 15 14:02:05.426 INFO [stderr] | ^^^^^^ Dec 15 14:02:05.426 INFO [stderr] | Dec 15 14:02:05.426 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 15 14:02:05.426 INFO [stderr] Dec 15 14:02:05.426 INFO [stderr] warning: unused comparison that must be used Dec 15 14:02:05.426 INFO [stderr] --> tests/expectations.rs:101:42 Dec 15 14:02:05.426 INFO [stderr] | Dec 15 14:02:05.426 INFO [stderr] 101 | let e = get_expectation_for!(1 == 1, does not panic); Dec 15 14:02:05.426 INFO [stderr] | ^^^^^^ Dec 15 14:02:05.426 INFO [stderr] Dec 15 14:02:05.435 INFO [stderr] warning: unused comparison that must be used Dec 15 14:02:05.435 INFO [stderr] --> tests/expectations.rs:178:26 Dec 15 14:02:05.435 INFO [stderr] | Dec 15 14:02:05.435 INFO [stderr] 178 | expect_that!(1 == 1, panics); Dec 15 14:02:05.435 INFO [stderr] | ^^^^^^ Dec 15 14:02:05.435 INFO [stderr] Dec 15 14:02:05.435 INFO [stderr] warning: unused comparison that must be used Dec 15 14:02:05.435 INFO [stderr] --> tests/expectations.rs:187:26 Dec 15 14:02:05.435 INFO [stderr] | Dec 15 14:02:05.435 INFO [stderr] 187 | expect_that!(1 == 1, does not panic); Dec 15 14:02:05.435 INFO [stderr] | ^^^^^^ Dec 15 14:02:05.435 INFO [stderr] Dec 15 14:02:07.485 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.04s Dec 15 14:02:07.490 INFO [stderr] su: No module specific data is present Dec 15 14:02:07.887 INFO running `"docker" "inspect" "eb814afb0404a4bc616fbd61939603aab0d3ab671d807126504b6075c4d01179"` Dec 15 14:02:07.967 INFO running `"docker" "rm" "-f" "eb814afb0404a4bc616fbd61939603aab0d3ab671d807126504b6075c4d01179"` Dec 15 14:02:08.064 INFO [stdout] eb814afb0404a4bc616fbd61939603aab0d3ab671d807126504b6075c4d01179 Dec 15 14:02:08.067 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-6/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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 15 14:02:08.238 INFO [stdout] ad31807bbb47a515cbfe0cd37da30a4267d949d4a8d5702bef19926898c0b6df Dec 15 14:02:08.240 INFO running `"docker" "start" "-a" "ad31807bbb47a515cbfe0cd37da30a4267d949d4a8d5702bef19926898c0b6df"` Dec 15 14:02:08.778 INFO [stderr] usermod: no changes Dec 15 14:02:08.803 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s Dec 15 14:02:08.804 INFO [stderr] Running /target/debug/deps/galvanic_assert-6c7091351153e578 Dec 15 14:02:08.805 INFO [stdout] Dec 15 14:02:08.805 INFO [stdout] running 1 test Dec 15 14:02:08.805 INFO [stdout] test test::should_bool ... ok Dec 15 14:02:08.805 INFO [stdout] Dec 15 14:02:08.805 INFO [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 14:02:08.805 INFO [stdout] Dec 15 14:02:08.805 INFO [stderr] Running /target/debug/deps/collections_matchers-dc1409d6d82ceda5 Dec 15 14:02:08.806 INFO [stdout] Dec 15 14:02:08.806 INFO [stdout] running 78 tests Dec 15 14:02:08.807 INFO [stdout] test all_elements_satisfy::should_match_empty_collection ... ok Dec 15 14:02:08.807 INFO [stdout] test all_elements_satisfy::should_match ... ok Dec 15 14:02:08.807 INFO [stdout] test contained_in::should_match ... ok Dec 15 14:02:08.807 INFO [stdout] test contains_in_any_order::should_match_empty_collection ... ok Dec 15 14:02:08.807 INFO [stdout] test contains_in_any_order::should_match ... ok Dec 15 14:02:08.807 INFO [stdout] test contains_in_order::should_match ... ok Dec 15 14:02:08.811 INFO [stdout] test contains_in_order::should_match_empty_collection ... ok Dec 15 14:02:08.837 INFO [stdout] test contained_in::should_fail ... ok Dec 15 14:02:08.838 INFO [stdout] test contains_in_any_order::should_fail_due_to_missing_element ... ok Dec 15 14:02:08.838 INFO [stdout] test contains_subset::should_match_empty_collection ... ok Dec 15 14:02:08.838 INFO [stdout] test contains_subset::should_match_empty_subset ... ok Dec 15 14:02:08.838 INFO [stdout] test all_elements_satisfy::should_fail ... ok Dec 15 14:02:08.838 INFO [stdout] test contains_in_order::should_fail_due_to_unexpected_element ... ok Dec 15 14:02:08.839 INFO [stdout] test has_entry::hash_map::should_match ... ok Dec 15 14:02:08.839 INFO [stdout] test contains_subset::should_match ... ok Dec 15 14:02:08.839 INFO [stdout] test contains_in_order::should_fail_due_to_unordered_element ... ok Dec 15 14:02:08.839 INFO [stdout] test has_entry::ordered_map::should_match ... ok Dec 15 14:02:08.839 INFO [stdout] test contains_in_order::should_fail_due_to_missing_element ... ok Dec 15 14:02:08.839 INFO [stdout] test contains_in_any_order::should_fail_due_to_unexpected_element ... ok Dec 15 14:02:08.839 INFO [stdout] test has_key::hash_map::should_match ... ok Dec 15 14:02:08.839 INFO [stdout] test contains_subset::should_fail_due_to_missing_element ... ok Dec 15 14:02:08.839 INFO [stdout] test has_key::ordered_map::should_match ... ok Dec 15 14:02:08.840 INFO [stdout] test some_elements_satisfy::should_fail ... ok Dec 15 14:02:08.840 INFO [stdout] test some_elements_satisfy::should_match ... ok Dec 15 14:02:08.840 INFO [stdout] test has_entry::hash_map::should_fail_due_to_wrong_entry ... ok Dec 15 14:02:08.840 INFO [stdout] test has_entry::ordered_map::should_fail_due_to_missing_key ... ok Dec 15 14:02:08.840 INFO [stdout] test sorted_ascending::should_match ... ok Dec 15 14:02:08.840 INFO [stdout] test sorted_ascending::should_fail_unordered ... ok Dec 15 14:02:08.841 INFO [stdout] test has_key::hash_map::should_fail_due_to_missing_key ... ok Dec 15 14:02:08.841 INFO [stdout] test has_key::ordered_map::should_fail_due_to_missing_key ... ok Dec 15 14:02:08.841 INFO [stdout] test has_entry::hash_map::should_fail_due_to_missing_key ... ok Dec 15 14:02:08.841 INFO [stdout] test sorted_by::should_match_all_eq ... ok Dec 15 14:02:08.841 INFO [stdout] test some_elements_satisfy::should_fail_empty_collection ... ok Dec 15 14:02:08.841 INFO [stdout] test sorted_by::should_match ... ok Dec 15 14:02:08.841 INFO [stdout] test sorted_by::should_match_single_element ... ok Dec 15 14:02:08.841 INFO [stdout] test sorted_by::should_match_some_eq ... ok Dec 15 14:02:08.841 INFO [stdout] test sorted_by_in_any_order::should_fail_some_eq_then_unordered ... ok Dec 15 14:02:08.842 INFO [stdout] test sorted_by::should_fail_some_eq_then_unordered ... ok Dec 15 14:02:08.843 INFO [stdout] test sorted_by_in_any_order::should_match_all_eq ... ok Dec 15 14:02:08.843 INFO [stdout] test sorted_by::should_fail_unordered ... ok Dec 15 14:02:08.843 INFO [stdout] test sorted_by_in_any_order::should_match_eq_then_ordered ... ok Dec 15 14:02:08.843 INFO [stdout] test sorted_by_in_any_order::should_match_empty_collection ... ok Dec 15 14:02:08.843 INFO [stdout] test has_entry::ordered_map::should_fail_due_to_wrong_entry ... ok Dec 15 14:02:08.843 INFO [stdout] test sorted_by_in_any_order::should_match_single_element ... ok Dec 15 14:02:08.843 INFO [stdout] test sorted_by_in_any_order::should_match_sorted_ascending ... ok Dec 15 14:02:08.843 INFO [stdout] test sorted_by_in_any_order::should_match_sorted_descending ... ok Dec 15 14:02:08.843 INFO [stdout] test sorted_by_in_any_order::should_fail_unordered ... ok Dec 15 14:02:08.843 INFO [stdout] test sorted_descending::should_match_empty_collection ... ok Dec 15 14:02:08.843 INFO [stdout] test sorted_descending::should_fail_reversed ... ok Dec 15 14:02:08.843 INFO [stdout] test sorted_descending::should_match ... ok Dec 15 14:02:08.843 INFO [stdout] test sorted_ascending::should_match_empty_collection ... ok Dec 15 14:02:08.843 INFO [stdout] test sorted_ascending::should_fail_reversed ... ok Dec 15 14:02:08.843 INFO [stdout] test sorted_strictly_ascending::should_fail_unordered ... ok Dec 15 14:02:08.844 INFO [stdout] test sorted_strictly_ascending::should_match_empty_collection ... ok Dec 15 14:02:08.844 INFO [stdout] test sorted_strictly_ascending::should_match ... ok Dec 15 14:02:08.844 INFO [stdout] test sorted_descending::should_fail ... ok Dec 15 14:02:08.844 INFO [stdout] test sorted_strictly_by::should_fail_all_eq ... ok Dec 15 14:02:08.844 INFO [stdout] test sorted_strictly_by::should_match_empty_collection ... ok Dec 15 14:02:08.844 INFO [stdout] test sorted_strictly_ascending::should_fail_reversed ... ok Dec 15 14:02:08.844 INFO [stdout] test sorted_strictly_by::should_match_single_element ... ok Dec 15 14:02:08.844 INFO [stdout] test sorted_strictly_ascending::should_fail_not_strict ... ok Dec 15 14:02:08.844 INFO [stdout] test sorted_strictly_by::should_match ... ok Dec 15 14:02:08.844 INFO [stdout] test sorted_strictly_by::should_fail_not_strict ... ok Dec 15 14:02:08.845 INFO [stdout] test sorted_strictly_by::should_fail_unordered ... ok Dec 15 14:02:08.845 INFO [stdout] test sorted_strictly_by_in_any_order::should_match_single_element ... ok Dec 15 14:02:08.845 INFO [stdout] test sorted_strictly_by_in_any_order::should_match_empty_collection ... ok Dec 15 14:02:08.845 INFO [stdout] test sorted_strictly_by_in_any_order::should_match_sorted_strictly_ascending ... ok Dec 15 14:02:08.845 INFO [stdout] test sorted_strictly_by_in_any_order::should_match_sorted_strictly_descending ... ok Dec 15 14:02:08.845 INFO [stdout] test sorted_strictly_by_in_any_order::should_fail_all_eq ... ok Dec 15 14:02:08.845 INFO [stdout] test sorted_strictly_descending::should_match ... ok Dec 15 14:02:08.845 INFO [stdout] test sorted_strictly_descending::should_match_empty_collection ... ok Dec 15 14:02:08.845 INFO [stdout] test sorted_strictly_by_in_any_order::should_fail_not_strict ... ok Dec 15 14:02:08.846 INFO [stdout] test sorted_strictly_descending::should_fail_not_strict ... ok Dec 15 14:02:08.846 INFO [stdout] test sorted_strictly_descending::should_fail_reversed ... ok Dec 15 14:02:08.846 INFO [stdout] test sorted_strictly_descending::should_fail_unordered ... ok Dec 15 14:02:08.846 INFO [stdout] test sorted_strictly_by_in_any_order::should_fail_unordered ... ok Dec 15 14:02:08.853 INFO [stdout] test sorted_by::should_match_empty_collection ... ok Dec 15 14:02:08.853 INFO [stdout] test sorted_by::should_match_eq_then_ordered ... ok Dec 15 14:02:08.853 INFO [stdout] Dec 15 14:02:08.853 INFO [stdout] test result: ok. 78 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 14:02:08.853 INFO [stdout] Dec 15 14:02:08.853 INFO [stderr] Running /target/debug/deps/combinator_matchers-fcc0affab767ff25 Dec 15 14:02:08.855 INFO [stdout] Dec 15 14:02:08.855 INFO [stdout] running 11 tests Dec 15 14:02:08.856 INFO [stdout] test all_of::should_match_with_macro ... ok Dec 15 14:02:08.856 INFO [stdout] test any_of::should_match_if_none_fails ... ok Dec 15 14:02:08.856 INFO [stdout] test any_of::should_match_with_macro ... ok Dec 15 14:02:08.856 INFO [stdout] test combining_combinators::should_match_combined_any_all ... ok Dec 15 14:02:08.856 INFO [stdout] test any_of::should_match_if_some_fails ... ok Dec 15 14:02:08.856 INFO [stdout] test combining_combinators::should_match_combined_not_any ... ok Dec 15 14:02:08.858 INFO [stdout] test all_of::should_match ... ok Dec 15 14:02:08.869 INFO [stdout] test combining_variant_matchers::should_match ... ok Dec 15 14:02:08.869 INFO [stdout] test combining_combinators::should_match_combined_all_any ... ok Dec 15 14:02:08.890 INFO [stdout] test all_of::should_fail ... ok Dec 15 14:02:08.890 INFO [stdout] test any_of::should_fail ... ok Dec 15 14:02:08.890 INFO [stdout] Dec 15 14:02:08.890 INFO [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 14:02:08.890 INFO [stdout] Dec 15 14:02:08.891 INFO [stderr] Running /target/debug/deps/core_matchers-836b3a3cbaba3c46 Dec 15 14:02:08.892 INFO [stdout] Dec 15 14:02:08.892 INFO [stdout] running 33 tests Dec 15 14:02:08.893 INFO [stdout] test assert_does_not_panic::should_assert_that_no_panic_occurred ... ok Dec 15 14:02:08.893 INFO [stdout] test assert_expression::should_assert_an_expression_to_be_true_with_reason ... ok Dec 15 14:02:08.895 INFO [stdout] test assert_expression::should_assert_an_expression_to_be_true ... ok Dec 15 14:02:08.895 INFO [stdout] test close_to::should_match ... ok Dec 15 14:02:08.903 INFO [stdout] test eq::should_match ... ok Dec 15 14:02:08.920 INFO [stdout] test assert_expression::should_fail_to_assert_an_expression_to_be_true ... ok Dec 15 14:02:08.920 INFO [stdout] test assert_expression::should_fail_to_assert_an_expression_to_be_true_with_reason ... ok Dec 15 14:02:08.921 INFO [stdout] test greater_than::should_match ... ok Dec 15 14:02:08.921 INFO [stdout] test assert_panic::should_fail_to_assert_a_panic ... ok Dec 15 14:02:08.922 INFO [stdout] test assert_panic::should_assert_a_panic ... ok Dec 15 14:02:08.922 INFO [stdout] test eq::should_fail ... ok Dec 15 14:02:08.922 INFO [stdout] test assert_does_not_panic::should_fail_to_assert_a_panic ... ok Dec 15 14:02:08.922 INFO [stdout] test greater_than::should_fail ... ok Dec 15 14:02:08.923 INFO [stdout] test close_to::should_fail ... ok Dec 15 14:02:08.923 INFO [stdout] test has_structure::enum_like::should_match ... ok Dec 15 14:02:08.923 INFO [stdout] test greater_than_or_equal::should_match ... ok Dec 15 14:02:08.923 INFO [stdout] test has_structure::struct_like::should_match ... ok Dec 15 14:02:08.923 INFO [stdout] test greater_than_or_equal::should_fail ... ok Dec 15 14:02:08.923 INFO [stdout] test has_structure::tuple_like::should_match ... ok Dec 15 14:02:08.923 INFO [stdout] test has_structure::struct_like::should_match_incomplete_field_list ... ok Dec 15 14:02:08.923 INFO [stdout] test invariants::assertion_should_fail ... ok Dec 15 14:02:08.923 INFO [stdout] test has_structure::tuple_like::should_fail ... ok Dec 15 14:02:08.923 INFO [stdout] test less_than::should_match ... ok Dec 15 14:02:08.923 INFO [stdout] test invariants::assertion_should_succeed ... ok Dec 15 14:02:08.924 INFO [stdout] test less_than_or_equal::should_match ... ok Dec 15 14:02:08.924 INFO [stdout] test not::should_invert_success ... ok Dec 15 14:02:08.924 INFO [stdout] test not::should_invert_fail ... ok Dec 15 14:02:08.924 INFO [stdout] test same_object::should_match ... ok Dec 15 14:02:08.924 INFO [stdout] test same_object::should_fail ... ok Dec 15 14:02:08.924 INFO [stdout] test less_than::should_fail ... ok Dec 15 14:02:08.924 INFO [stdout] test less_than_or_equal::should_fail ... ok Dec 15 14:02:08.924 INFO [stdout] test has_structure::enum_like::should_fail ... ok Dec 15 14:02:08.930 INFO [stdout] test has_structure::struct_like::should_fail ... ok Dec 15 14:02:08.931 INFO [stderr] Running /target/debug/deps/expectations-5f8dbe05fb2eedf1 Dec 15 14:02:08.931 INFO [stdout] Dec 15 14:02:08.931 INFO [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 14:02:08.931 INFO [stdout] Dec 15 14:02:08.931 INFO [stdout] Dec 15 14:02:08.931 INFO [stdout] running 24 tests Dec 15 14:02:08.934 INFO [stdout] test expect_that::use_expression::should_expect_an_expression_to_be_true ... ok Dec 15 14:02:08.935 INFO [stdout] test expect_that::use_matcher::should_expect_a_matcher_to_succeed ... ok Dec 15 14:02:08.935 INFO [stdout] test expect_that::use_expression::should_get_multiple_expectations_asserting_an_expression_to_be_true ... ok Dec 15 14:02:08.935 INFO [stdout] test expect_that::use_no_panic::should_expect_an_expression_to_not_panic ... ok Dec 15 14:02:08.935 INFO [stdout] test get_expectation_for::use_expression::should_get_an_expectation_asserting_an_expression_to_be_true ... ok Dec 15 14:02:08.959 INFO [stdout] test get_expectation_for::use_expression::should_get_an_expectation_asserting_an_expression_to_be_true_and_verify_manually ... ok Dec 15 14:02:08.965 INFO [stdout] test expect_that::use_no_panic::should_be_failing_to_expect_an_expression_to_panic ... ok Dec 15 14:02:08.965 INFO [stdout] test expect_that::use_matcher::should_expect_a_matcher_to_fail ... ok Dec 15 14:02:08.965 INFO [stdout] test expect_that::use_panic::should_be_failing_to_expect_an_expression_to_panic ... ok Dec 15 14:02:08.965 INFO [stdout] test expect_that::use_expression::should_get_multiple_expectations_some_failing_to_assert_an_expression_to_be_true ... ok Dec 15 14:02:08.965 INFO [stdout] test expect_that::use_expression::should_be_failing_to_expect_an_expression_to_be_true ... ok Dec 15 14:02:08.965 INFO [stdout] test expect_that::use_panic::should_expect_an_expression_to_panic ... ok Dec 15 14:02:08.965 INFO [stdout] test get_expectation_for::use_expression::should_get_an_expectation_failing_to_assert_an_expression_to_be_true ... ok Dec 15 14:02:08.965 INFO [stdout] test get_expectation_for::use_matcher::should_get_an_expectation_asserting_a_matcher_to_succeed ... ok Dec 15 14:02:08.965 INFO [stdout] test get_expectation_for::use_no_panic::should_get_an_expectation_asserting_an_expression_to_not_panic ... ok Dec 15 14:02:08.965 INFO [stdout] test get_expectation_for::use_expression::should_get_multiple_expectations_some_failing_to_assert_an_expression_to_be_true ... ok Dec 15 14:02:08.965 INFO [stdout] test expect_that::use_expression::should_get_multiple_expectations_failing_to_assert_an_expression_to_be_true ... ok Dec 15 14:02:08.965 INFO [stdout] test get_expectation_for::use_matcher::should_get_an_expectation_asserting_a_matcher_to_fail ... ok Dec 15 14:02:08.965 INFO [stdout] test get_expectation_for::use_expression::should_get_multiple_expectations_asserting_an_expression_to_be_true ... ok Dec 15 14:02:08.965 INFO [stdout] test get_expectation_for::use_no_panic::should_get_an_expectation_failing_to_assert_an_expression_to_panic ... ok Dec 15 14:02:08.966 INFO [stdout] test get_expectation_for::use_panic::should_get_an_expectation_asserting_an_expression_to_panic ... ok Dec 15 14:02:08.966 INFO [stdout] test get_expectation_for::use_expression::should_get_an_expectation_failing_to_assert_an_expression_to_be_true_and_verify_manually ... ok Dec 15 14:02:08.966 INFO [stdout] test get_expectation_for::use_expression::should_get_multiple_expectations_failing_to_assert_an_expression_to_be_true ... ok Dec 15 14:02:08.966 INFO [stdout] test get_expectation_for::use_panic::should_get_an_expectation_failing_to_assert_an_expression_to_panic ... ok Dec 15 14:02:08.966 INFO [stdout] Dec 15 14:02:08.966 INFO [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 14:02:08.966 INFO [stdout] Dec 15 14:02:08.967 INFO [stderr] Running /target/debug/deps/variant_matchers-e274889752486378 Dec 15 14:02:08.969 INFO [stdout] Dec 15 14:02:08.969 INFO [stdout] running 11 tests Dec 15 14:02:08.969 INFO [stdout] test is_variant::should_succeed ... ok Dec 15 14:02:08.969 INFO [stdout] test maybe_err::should_succeed ... ok Dec 15 14:02:08.970 INFO [stdout] test maybe_ok::should_succeed ... ok Dec 15 14:02:08.971 INFO [stdout] test maybe_some::should_succeed ... ok Dec 15 14:02:09.000 INFO [stdout] test is_variant::should_fail ... ok Dec 15 14:02:09.000 INFO [stdout] test maybe_err::should_fail_because_nested_matcher_fails ... ok Dec 15 14:02:09.007 INFO [stdout] test maybe_err::should_fail_because_of_none_value ... ok Dec 15 14:02:09.011 INFO [stdout] test maybe_ok::should_fail_because_nested_matcher_fails ... ok Dec 15 14:02:09.011 INFO [stdout] test maybe_ok::should_fail_because_of_none_value ... ok Dec 15 14:02:09.011 INFO [stdout] test maybe_some::should_fail_because_nested_matcher_fails ... ok Dec 15 14:02:09.013 INFO [stdout] test maybe_some::should_fail_because_of_none_value ... ok Dec 15 14:02:09.013 INFO [stderr] Doc-tests galvanic-assert Dec 15 14:02:09.013 INFO [stdout] Dec 15 14:02:09.013 INFO [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 15 14:02:09.013 INFO [stdout] Dec 15 14:02:09.912 INFO [stdout] Dec 15 14:02:09.912 INFO [stdout] running 58 tests Dec 15 14:02:09.912 INFO [stdout] test src/lib.rs - assert_that (line 38) ... ignored Dec 15 14:02:09.912 INFO [stdout] test src/lib.rs - assert_that (line 46) ... ignored Dec 15 14:02:09.912 INFO [stdout] test src/lib.rs - assert_that (line 55) ... ignored Dec 15 14:02:09.912 INFO [stdout] test src/lib.rs - expect_that (line 224) ... ignored Dec 15 14:02:09.912 INFO [stdout] test src/lib.rs - expect_that (line 232) ... ignored Dec 15 14:02:09.922 INFO [stdout] test src/lib.rs - expect_that (line 241) ... ignored Dec 15 14:02:09.922 INFO [stdout] test src/lib.rs - expect_that (line 248) ... ignored Dec 15 14:02:09.922 INFO [stdout] test src/lib.rs - get_expectation_for (line 113) ... ignored Dec 15 14:02:09.922 INFO [stdout] test src/lib.rs - get_expectation_for (line 121) ... ignored Dec 15 14:02:09.922 INFO [stdout] test src/lib.rs - get_expectation_for (line 130) ... ignored Dec 15 14:02:09.922 INFO [stdout] test src/lib.rs - get_expectation_for (line 137) ... ignored Dec 15 14:02:09.922 INFO [stdout] test src/lib.rs - get_expectation_for (line 145) ... ignored Dec 15 14:02:14.107 INFO [stdout] test src/matchers/collection.rs - matchers::collection::all_elements_satisfy (line 484) ... ok Dec 15 14:02:14.295 INFO [stdout] test src/matchers/collection.rs - matchers::collection::has_key (line 624) ... ok Dec 15 14:02:14.297 INFO [stdout] test src/matchers/collection.rs - matchers::collection::contains_subset (line 160) ... ok Dec 15 14:02:14.403 INFO [stdout] test src/matchers/collection.rs - matchers::collection::contained_in (line 208) ... ok Dec 15 14:02:14.502 INFO [stdout] test src/matchers/collection.rs - matchers::collection::contains_in_order (line 93) ... ok Dec 15 14:02:16.561 INFO [stdout] test src/matchers/collection.rs - matchers::collection::has_entry (line 553) ... ok Dec 15 14:02:17.239 INFO [stdout] test src/matchers/collection.rs - matchers::collection::has_value (line 677) ... ok Dec 15 14:02:17.383 INFO [stdout] test src/matchers/collection.rs - matchers::collection::contains_in_any_order (line 31) ... ok Dec 15 14:02:18.907 INFO [stdout] test src/matchers/collection.rs - matchers::collection::sorted_by (line 241) ... ok Dec 15 14:02:20.019 INFO [stdout] test src/matchers/collection.rs - matchers::collection::sorted_descending (line 450) ... ok Dec 15 14:02:20.694 INFO [stdout] test src/matchers/collection.rs - matchers::collection::some_elements_satisfy (line 512) ... ok Dec 15 14:02:20.879 INFO [stdout] test src/matchers/collection.rs - matchers::collection::sorted_by_in_any_order (line 322) ... ok Dec 15 14:02:21.215 INFO [stdout] test src/matchers/collection.rs - matchers::collection::sorted_ascending (line 416) ... ok Dec 15 14:02:21.459 INFO [stdout] test src/matchers/collection.rs - matchers::collection::sorted_strictly_ascending (line 433) ... ok Dec 15 14:02:22.174 INFO [stdout] test src/matchers/collection.rs - matchers::collection::sorted_strictly_by (line 282) ... ok Dec 15 14:02:23.166 INFO [stdout] test src/matchers/collection.rs - matchers::collection::sorted_strictly_by_in_any_order (line 368) ... ok Dec 15 14:02:24.415 INFO [stdout] test src/matchers/collection.rs - matchers::collection::sorted_strictly_descending (line 467) ... ok Dec 15 14:02:25.831 INFO [stdout] test src/matchers/combinators.rs - matchers::combinators::Any (line 109) ... ok Dec 15 14:02:25.887 INFO [stdout] test src/matchers/combinators.rs - all_of (line 21) ... ok Dec 15 14:02:26.591 INFO [stdout] test src/matchers/combinators.rs - any_of (line 88) ... ok Dec 15 14:02:27.367 INFO [stdout] test src/matchers/combinators.rs - matchers::combinators::All (line 42) ... ok Dec 15 14:02:29.487 INFO [stdout] test src/matchers/core.rs - matchers::core::any_value (line 49) ... ok Dec 15 14:02:29.493 INFO [stdout] test src/matchers/core.rs - has_structure (line 360) ... ok Dec 15 14:02:31.407 INFO [stdout] test src/matchers/core.rs - matchers::core::assertion_always_fails (line 62) ... ok Dec 15 14:02:32.827 INFO [stdout] test src/matchers/core.rs - matchers::core::assertion_always_succeeds (line 37) ... ok Dec 15 14:02:33.194 INFO [stdout] test src/matchers/core.rs - matchers::core::eq (line 164) ... ok Dec 15 14:02:34.971 INFO [stdout] test src/matchers/core.rs - matchers::core::close_to (line 293) ... ok Dec 15 14:02:35.432 INFO [stdout] test src/matchers/core.rs - matchers::core::equal_to (line 148) ... ok Dec 15 14:02:36.778 INFO [stdout] test src/matchers/core.rs - matchers::core::geq (line 279) ... ok Dec 15 14:02:37.019 INFO [stdout] test src/matchers/core.rs - matchers::core::greater_than_or_equal (line 263) ... ok Dec 15 14:02:39.471 INFO [stdout] test src/matchers/core.rs - matchers::core::greater_than (line 205) ... ok Dec 15 14:02:41.079 INFO [stdout] test src/matchers/core.rs - matchers::core::gt (line 220) ... ok Dec 15 14:02:42.839 INFO [stdout] test src/matchers/core.rs - matchers::core::has (line 110) ... ok Dec 15 14:02:42.841 INFO [stdout] test src/matchers/core.rs - matchers::core::is (line 95) ... ok Dec 15 14:02:45.075 INFO [stdout] test src/matchers/core.rs - matchers::core::leq (line 249) ... ok Dec 15 14:02:46.115 INFO [stdout] test src/matchers/core.rs - matchers::core::less_than (line 177) ... ok Dec 15 14:02:46.171 INFO [stdout] test src/matchers/core.rs - matchers::core::lt (line 192) ... ok Dec 15 14:02:46.527 INFO [stdout] test src/matchers/core.rs - matchers::core::less_than_or_equal (line 233) ... ok Dec 15 14:02:49.619 INFO [stdout] test src/matchers/variant.rs - is_variant (line 25) ... ok Dec 15 14:02:50.208 INFO [stdout] test src/matchers/core.rs - matchers::core::no_value (line 79) ... ok Dec 15 14:02:51.351 INFO [stdout] test src/matchers/core.rs - matchers::core::not (line 124) ... ok Dec 15 14:02:52.945 INFO [stdout] test src/matchers/variant.rs - is_variant (line 34) ... ok Dec 15 14:02:53.283 INFO [stdout] test src/matchers/core.rs - matchers::core::same_object (line 318) ... ok Dec 15 14:02:53.696 INFO [stdout] test src/matchers/variant.rs - matchers::variant::maybe_ok (line 80) ... ok Dec 15 14:02:54.420 INFO [stdout] test src/matchers/variant.rs - matchers::variant::maybe_some (line 60) ... ok Dec 15 14:02:54.547 INFO [stdout] test src/matchers/variant.rs - matchers::variant::maybe_err (line 101) ... ok Dec 15 14:02:54.547 INFO [stdout] Dec 15 14:02:54.547 INFO [stdout] test result: ok. 46 passed; 0 failed; 12 ignored; 0 measured; 0 filtered out Dec 15 14:02:54.547 INFO [stdout] Dec 15 14:02:54.579 INFO [stderr] su: No module specific data is present Dec 15 14:02:55.688 INFO running `"docker" "inspect" "ad31807bbb47a515cbfe0cd37da30a4267d949d4a8d5702bef19926898c0b6df"` Dec 15 14:02:56.087 INFO running `"docker" "rm" "-f" "ad31807bbb47a515cbfe0cd37da30a4267d949d4a8d5702bef19926898c0b6df"` Dec 15 14:02:56.350 INFO [stdout] ad31807bbb47a515cbfe0cd37da30a4267d949d4a8d5702bef19926898c0b6df