Dec 07 16:00:22.393 INFO testing galvanic-assert-0.8.7 against master#906deae0790bd18681b937fe9a141a3c26cf1855 for pr-56514 Dec 07 16:00:22.393 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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 07 16:00:22.620 INFO [stdout] 2785d6bfdd3e215144a932d6c2eab262e2cac3a0e15c6c5861bdb86a4b6e3aa8 Dec 07 16:00:22.622 INFO running `"docker" "start" "-a" "2785d6bfdd3e215144a932d6c2eab262e2cac3a0e15c6c5861bdb86a4b6e3aa8"` Dec 07 16:00:23.065 INFO [stderr] usermod: no changes Dec 07 16:00:23.090 INFO [stderr] Compiling galvanic-assert v0.8.7 (/source) Dec 07 16:00:23.931 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.85s Dec 07 16:00:23.937 INFO [stderr] su: No module specific data is present Dec 07 16:00:24.355 INFO running `"docker" "inspect" "2785d6bfdd3e215144a932d6c2eab262e2cac3a0e15c6c5861bdb86a4b6e3aa8"` Dec 07 16:00:24.455 INFO running `"docker" "rm" "-f" "2785d6bfdd3e215144a932d6c2eab262e2cac3a0e15c6c5861bdb86a4b6e3aa8"` Dec 07 16:00:24.547 INFO [stdout] 2785d6bfdd3e215144a932d6c2eab262e2cac3a0e15c6c5861bdb86a4b6e3aa8 Dec 07 16:00:24.550 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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 07 16:00:24.738 INFO [stdout] dfffad0e3bbf7ec7309c127487253fd7dfc9573f4b2aa415631c029affa0fcb7 Dec 07 16:00:24.740 INFO running `"docker" "start" "-a" "dfffad0e3bbf7ec7309c127487253fd7dfc9573f4b2aa415631c029affa0fcb7"` Dec 07 16:00:25.749 INFO [stderr] usermod: no changes Dec 07 16:00:25.806 INFO [stderr] Compiling galvanic-assert v0.8.7 (/source) Dec 07 16:00:27.849 INFO [stderr] warning: unused arithmetic operation that must be used Dec 07 16:00:27.849 INFO [stderr] --> tests/core_matchers.rs:34:26 Dec 07 16:00:27.849 INFO [stderr] | Dec 07 16:00:27.849 INFO [stderr] 34 | assert_that!(&1+1, panics); Dec 07 16:00:27.849 INFO [stderr] | ^^^^ Dec 07 16:00:27.853 INFO [stderr] | Dec 07 16:00:27.854 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 07 16:00:27.854 INFO [stderr] Dec 07 16:00:27.854 INFO [stderr] warning: unused arithmetic operation that must be used Dec 07 16:00:27.854 INFO [stderr] --> tests/core_matchers.rs:45:22 Dec 07 16:00:27.854 INFO [stderr] | Dec 07 16:00:27.854 INFO [stderr] 45 | assert_that!(&1+1, does not panic); Dec 07 16:00:27.854 INFO [stderr] | ^^^^ Dec 07 16:00:27.854 INFO [stderr] Dec 07 16:00:28.009 INFO [stderr] warning: unused comparison that must be used Dec 07 16:00:28.009 INFO [stderr] --> tests/expectations.rs:91:42 Dec 07 16:00:28.009 INFO [stderr] | Dec 07 16:00:28.009 INFO [stderr] 91 | let e = get_expectation_for!(1 == 1, panics); Dec 07 16:00:28.009 INFO [stderr] | ^^^^^^ Dec 07 16:00:28.009 INFO [stderr] | Dec 07 16:00:28.009 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 07 16:00:28.009 INFO [stderr] Dec 07 16:00:28.009 INFO [stderr] warning: unused comparison that must be used Dec 07 16:00:28.009 INFO [stderr] --> tests/expectations.rs:101:42 Dec 07 16:00:28.009 INFO [stderr] | Dec 07 16:00:28.009 INFO [stderr] 101 | let e = get_expectation_for!(1 == 1, does not panic); Dec 07 16:00:28.009 INFO [stderr] | ^^^^^^ Dec 07 16:00:28.009 INFO [stderr] Dec 07 16:00:28.009 INFO [stderr] warning: unused comparison that must be used Dec 07 16:00:28.009 INFO [stderr] --> tests/expectations.rs:178:26 Dec 07 16:00:28.009 INFO [stderr] | Dec 07 16:00:28.009 INFO [stderr] 178 | expect_that!(1 == 1, panics); Dec 07 16:00:28.009 INFO [stderr] | ^^^^^^ Dec 07 16:00:28.009 INFO [stderr] Dec 07 16:00:28.009 INFO [stderr] warning: unused comparison that must be used Dec 07 16:00:28.009 INFO [stderr] --> tests/expectations.rs:187:26 Dec 07 16:00:28.009 INFO [stderr] | Dec 07 16:00:28.009 INFO [stderr] 187 | expect_that!(1 == 1, does not panic); Dec 07 16:00:28.009 INFO [stderr] | ^^^^^^ Dec 07 16:00:28.009 INFO [stderr] Dec 07 16:00:29.780 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.00s Dec 07 16:00:29.786 INFO [stderr] su: No module specific data is present Dec 07 16:00:30.034 INFO running `"docker" "inspect" "dfffad0e3bbf7ec7309c127487253fd7dfc9573f4b2aa415631c029affa0fcb7"` Dec 07 16:00:30.186 INFO running `"docker" "rm" "-f" "dfffad0e3bbf7ec7309c127487253fd7dfc9573f4b2aa415631c029affa0fcb7"` Dec 07 16:00:30.290 INFO [stdout] dfffad0e3bbf7ec7309c127487253fd7dfc9573f4b2aa415631c029affa0fcb7 Dec 07 16:00:30.293 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/master#906deae0790bd18681b937fe9a141a3c26cf1855:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56514/master#906deae0790bd18681b937fe9a141a3c26cf1855:/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 +906deae0790bd18681b937fe9a141a3c26cf1855-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 07 16:00:30.482 INFO [stdout] 8e23984aeea45794471539e33b57a148dcec4a04f2c70b10461f09ec2e0f8c16 Dec 07 16:00:30.489 INFO running `"docker" "start" "-a" "8e23984aeea45794471539e33b57a148dcec4a04f2c70b10461f09ec2e0f8c16"` Dec 07 16:00:30.876 INFO [stderr] usermod: no changes Dec 07 16:00:30.903 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s Dec 07 16:00:30.904 INFO [stderr] Running /target/debug/deps/galvanic_assert-ad3f3af94e065f4c Dec 07 16:00:30.906 INFO [stdout] Dec 07 16:00:30.906 INFO [stdout] running 1 test Dec 07 16:00:30.906 INFO [stdout] test test::should_bool ... ok Dec 07 16:00:30.906 INFO [stdout] Dec 07 16:00:30.906 INFO [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 16:00:30.906 INFO [stdout] Dec 07 16:00:30.906 INFO [stderr] Running /target/debug/deps/collections_matchers-625dd50efd1fe80f Dec 07 16:00:30.908 INFO [stdout] Dec 07 16:00:30.908 INFO [stdout] running 78 tests Dec 07 16:00:30.912 INFO [stdout] test contains_in_any_order::should_match ... ok Dec 07 16:00:30.912 INFO [stdout] test contained_in::should_match ... ok Dec 07 16:00:30.914 INFO [stdout] test all_elements_satisfy::should_match ... ok Dec 07 16:00:30.920 INFO [stdout] test all_elements_satisfy::should_match_empty_collection ... ok Dec 07 16:00:30.920 INFO [stdout] test contains_in_any_order::should_match_empty_collection ... ok Dec 07 16:00:30.923 INFO [stdout] test contains_in_order::should_match ... ok Dec 07 16:00:30.923 INFO [stdout] test contains_in_order::should_match_empty_collection ... ok Dec 07 16:00:30.948 INFO [stdout] test contains_in_any_order::should_fail_due_to_unexpected_element ... ok Dec 07 16:00:30.949 INFO [stdout] test contains_in_any_order::should_fail_due_to_missing_element ... ok Dec 07 16:00:30.949 INFO [stdout] test contains_subset::should_match ... ok Dec 07 16:00:30.949 INFO [stdout] test all_elements_satisfy::should_fail ... ok Dec 07 16:00:30.949 INFO [stdout] test contains_subset::should_match_empty_collection ... ok Dec 07 16:00:30.949 INFO [stdout] test contains_subset::should_match_empty_subset ... ok Dec 07 16:00:30.949 INFO [stdout] test contains_in_order::should_fail_due_to_unexpected_element ... ok Dec 07 16:00:30.950 INFO [stdout] test contains_in_order::should_fail_due_to_missing_element ... ok Dec 07 16:00:30.950 INFO [stdout] test contained_in::should_fail ... ok Dec 07 16:00:30.950 INFO [stdout] test has_entry::hash_map::should_fail_due_to_wrong_entry ... ok Dec 07 16:00:30.951 INFO [stdout] test contains_subset::should_fail_due_to_missing_element ... ok Dec 07 16:00:30.951 INFO [stdout] test contains_in_order::should_fail_due_to_unordered_element ... ok Dec 07 16:00:30.951 INFO [stdout] test has_entry::hash_map::should_fail_due_to_missing_key ... ok Dec 07 16:00:30.951 INFO [stdout] test has_entry::ordered_map::should_match ... ok Dec 07 16:00:30.952 INFO [stdout] test has_entry::hash_map::should_match ... ok Dec 07 16:00:30.952 INFO [stdout] test has_key::hash_map::should_match ... ok Dec 07 16:00:30.953 INFO [stdout] test has_key::ordered_map::should_fail_due_to_missing_key ... ok Dec 07 16:00:30.953 INFO [stdout] test has_entry::ordered_map::should_fail_due_to_wrong_entry ... ok Dec 07 16:00:30.953 INFO [stdout] test has_entry::ordered_map::should_fail_due_to_missing_key ... ok Dec 07 16:00:30.953 INFO [stdout] test has_key::hash_map::should_fail_due_to_missing_key ... ok Dec 07 16:00:30.953 INFO [stdout] test sorted_ascending::should_match_empty_collection ... ok Dec 07 16:00:30.954 INFO [stdout] test has_key::ordered_map::should_match ... ok Dec 07 16:00:30.954 INFO [stdout] test sorted_by::should_fail_unordered ... ok Dec 07 16:00:30.954 INFO [stdout] test sorted_by::should_match ... ok Dec 07 16:00:30.954 INFO [stdout] test some_elements_satisfy::should_fail ... ok Dec 07 16:00:30.955 INFO [stdout] test sorted_by::should_match_all_eq ... ok Dec 07 16:00:30.955 INFO [stdout] test sorted_by::should_match_eq_then_ordered ... ok Dec 07 16:00:30.955 INFO [stdout] test some_elements_satisfy::should_fail_empty_collection ... ok Dec 07 16:00:30.956 INFO [stdout] test sorted_by::should_match_empty_collection ... ok Dec 07 16:00:30.956 INFO [stdout] test sorted_by::should_match_some_eq ... ok Dec 07 16:00:30.956 INFO [stdout] test sorted_ascending::should_fail_reversed ... ok Dec 07 16:00:30.960 INFO [stdout] test some_elements_satisfy::should_match ... ok Dec 07 16:00:30.960 INFO [stdout] test sorted_ascending::should_match ... ok Dec 07 16:00:30.960 INFO [stdout] test sorted_by::should_match_single_element ... ok Dec 07 16:00:30.961 INFO [stdout] test sorted_ascending::should_fail_unordered ... ok Dec 07 16:00:30.961 INFO [stdout] test sorted_by::should_fail_some_eq_then_unordered ... ok Dec 07 16:00:30.961 INFO [stdout] test sorted_by_in_any_order::should_match_empty_collection ... ok Dec 07 16:00:30.961 INFO [stdout] test sorted_by_in_any_order::should_match_eq_then_ordered ... ok Dec 07 16:00:30.961 INFO [stdout] test sorted_by_in_any_order::should_match_all_eq ... ok Dec 07 16:00:30.961 INFO [stdout] test sorted_by_in_any_order::should_match_single_element ... ok Dec 07 16:00:30.961 INFO [stdout] test sorted_descending::should_match ... ok Dec 07 16:00:30.961 INFO [stdout] test sorted_by_in_any_order::should_fail_some_eq_then_unordered ... ok Dec 07 16:00:30.962 INFO [stdout] test sorted_by_in_any_order::should_fail_unordered ... ok Dec 07 16:00:30.962 INFO [stdout] test sorted_descending::should_fail ... ok Dec 07 16:00:30.962 INFO [stdout] test sorted_descending::should_match_empty_collection ... ok Dec 07 16:00:30.962 INFO [stdout] test sorted_strictly_ascending::should_match ... ok Dec 07 16:00:30.962 INFO [stdout] test sorted_strictly_ascending::should_match_empty_collection ... ok Dec 07 16:00:30.963 INFO [stdout] test sorted_strictly_ascending::should_fail_not_strict ... ok Dec 07 16:00:30.963 INFO [stdout] test sorted_strictly_ascending::should_fail_reversed ... ok Dec 07 16:00:30.963 INFO [stdout] test sorted_strictly_ascending::should_fail_unordered ... ok Dec 07 16:00:30.963 INFO [stdout] test sorted_strictly_by::should_match ... ok Dec 07 16:00:30.964 INFO [stdout] test sorted_strictly_by::should_fail_all_eq ... ok Dec 07 16:00:30.964 INFO [stdout] test sorted_strictly_by::should_fail_not_strict ... ok Dec 07 16:00:30.964 INFO [stdout] test sorted_strictly_by_in_any_order::should_fail_all_eq ... ok Dec 07 16:00:30.965 INFO [stdout] test sorted_strictly_by::should_fail_unordered ... ok Dec 07 16:00:30.965 INFO [stdout] test sorted_strictly_by_in_any_order::should_match_empty_collection ... ok Dec 07 16:00:30.965 INFO [stdout] test sorted_strictly_by_in_any_order::should_match_single_element ... ok Dec 07 16:00:30.965 INFO [stdout] test sorted_strictly_by_in_any_order::should_fail_not_strict ... ok Dec 07 16:00:30.965 INFO [stdout] test sorted_strictly_by_in_any_order::should_match_sorted_strictly_descending ... ok Dec 07 16:00:30.965 INFO [stdout] test sorted_strictly_by_in_any_order::should_match_sorted_strictly_ascending ... ok Dec 07 16:00:30.965 INFO [stdout] test sorted_strictly_descending::should_fail_not_strict ... ok Dec 07 16:00:30.965 INFO [stdout] test sorted_strictly_descending::should_fail_reversed ... ok Dec 07 16:00:30.968 INFO [stdout] test sorted_by_in_any_order::should_match_sorted_ascending ... ok Dec 07 16:00:30.968 INFO [stdout] test sorted_strictly_descending::should_match ... ok Dec 07 16:00:30.968 INFO [stdout] test sorted_by_in_any_order::should_match_sorted_descending ... ok Dec 07 16:00:30.969 INFO [stdout] test sorted_strictly_descending::should_fail_unordered ... ok Dec 07 16:00:30.969 INFO [stdout] test sorted_descending::should_fail_reversed ... ok Dec 07 16:00:30.969 INFO [stdout] test sorted_strictly_by_in_any_order::should_fail_unordered ... ok Dec 07 16:00:30.972 INFO [stdout] test sorted_strictly_by::should_match_empty_collection ... ok Dec 07 16:00:30.972 INFO [stdout] test sorted_strictly_descending::should_match_empty_collection ... ok Dec 07 16:00:30.972 INFO [stdout] test sorted_strictly_by::should_match_single_element ... ok Dec 07 16:00:30.972 INFO [stdout] Dec 07 16:00:30.972 INFO [stdout] test result: ok. 78 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 16:00:30.972 INFO [stdout] Dec 07 16:00:30.974 INFO [stderr] Running /target/debug/deps/combinator_matchers-5f8e564274388f55 Dec 07 16:00:30.975 INFO [stdout] Dec 07 16:00:30.976 INFO [stdout] running 11 tests Dec 07 16:00:30.976 INFO [stdout] test combining_combinators::should_match_combined_all_any ... ok Dec 07 16:00:30.976 INFO [stdout] test any_of::should_match_with_macro ... ok Dec 07 16:00:30.976 INFO [stdout] test any_of::should_match_if_some_fails ... ok Dec 07 16:00:30.976 INFO [stdout] test any_of::should_match_if_none_fails ... ok Dec 07 16:00:30.976 INFO [stdout] test combining_combinators::should_match_combined_any_all ... ok Dec 07 16:00:30.976 INFO [stdout] test all_of::should_match ... ok Dec 07 16:00:30.984 INFO [stdout] test all_of::should_match_with_macro ... ok Dec 07 16:00:30.985 INFO [stdout] test combining_variant_matchers::should_match ... ok Dec 07 16:00:30.985 INFO [stdout] test combining_combinators::should_match_combined_not_any ... ok Dec 07 16:00:31.014 INFO [stdout] test all_of::should_fail ... ok Dec 07 16:00:31.028 INFO [stderr] Running /target/debug/deps/core_matchers-a8b01b92c4d36e68 Dec 07 16:00:31.028 INFO [stdout] test any_of::should_fail ... ok Dec 07 16:00:31.028 INFO [stdout] Dec 07 16:00:31.028 INFO [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 16:00:31.028 INFO [stdout] Dec 07 16:00:31.028 INFO [stdout] Dec 07 16:00:31.028 INFO [stdout] running 33 tests Dec 07 16:00:31.028 INFO [stdout] test assert_expression::should_assert_an_expression_to_be_true ... ok Dec 07 16:00:31.029 INFO [stdout] test assert_does_not_panic::should_assert_that_no_panic_occurred ... ok Dec 07 16:00:31.032 INFO [stdout] test assert_expression::should_assert_an_expression_to_be_true_with_reason ... ok Dec 07 16:00:31.064 INFO [stdout] test close_to::should_match ... ok Dec 07 16:00:31.064 INFO [stdout] test eq::should_match ... ok Dec 07 16:00:31.076 INFO [stdout] test assert_does_not_panic::should_fail_to_assert_a_panic ... ok Dec 07 16:00:31.076 INFO [stdout] test close_to::should_fail ... ok Dec 07 16:00:31.076 INFO [stdout] test greater_than::should_match ... ok Dec 07 16:00:31.076 INFO [stdout] test assert_panic::should_fail_to_assert_a_panic ... ok Dec 07 16:00:31.076 INFO [stdout] test greater_than_or_equal::should_fail ... ok Dec 07 16:00:31.076 INFO [stdout] test has_structure::enum_like::should_fail ... ok Dec 07 16:00:31.076 INFO [stdout] test greater_than_or_equal::should_match ... ok Dec 07 16:00:31.080 INFO [stdout] test assert_panic::should_assert_a_panic ... ok Dec 07 16:00:31.080 INFO [stdout] test assert_expression::should_fail_to_assert_an_expression_to_be_true_with_reason ... ok Dec 07 16:00:31.080 INFO [stdout] test has_structure::struct_like::should_match ... ok Dec 07 16:00:31.080 INFO [stdout] test has_structure::struct_like::should_match_incomplete_field_list ... ok Dec 07 16:00:31.080 INFO [stdout] test has_structure::tuple_like::should_match ... ok Dec 07 16:00:31.080 INFO [stdout] test assert_expression::should_fail_to_assert_an_expression_to_be_true ... ok Dec 07 16:00:31.080 INFO [stdout] test has_structure::enum_like::should_match ... ok Dec 07 16:00:31.080 INFO [stdout] test less_than::should_match ... ok Dec 07 16:00:31.092 INFO [stdout] test less_than_or_equal::should_fail ... ok Dec 07 16:00:31.092 INFO [stdout] test eq::should_fail ... ok Dec 07 16:00:31.092 INFO [stdout] test invariants::assertion_should_succeed ... ok Dec 07 16:00:31.092 INFO [stdout] test greater_than::should_fail ... ok Dec 07 16:00:31.092 INFO [stdout] test has_structure::struct_like::should_fail ... ok Dec 07 16:00:31.092 INFO [stdout] test invariants::assertion_should_fail ... ok Dec 07 16:00:31.092 INFO [stdout] test has_structure::tuple_like::should_fail ... ok Dec 07 16:00:31.092 INFO [stdout] test less_than::should_fail ... ok Dec 07 16:00:31.092 INFO [stdout] test less_than_or_equal::should_match ... ok Dec 07 16:00:31.092 INFO [stdout] test same_object::should_match ... ok Dec 07 16:00:31.092 INFO [stdout] test not::should_invert_success ... ok Dec 07 16:00:31.092 INFO [stdout] test not::should_invert_fail ... ok Dec 07 16:00:31.092 INFO [stdout] test same_object::should_fail ... ok Dec 07 16:00:31.092 INFO [stdout] Dec 07 16:00:31.092 INFO [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 16:00:31.092 INFO [stdout] Dec 07 16:00:31.092 INFO [stdout] Dec 07 16:00:31.092 INFO [stdout] running 24 tests Dec 07 16:00:31.092 INFO [stderr] Running /target/debug/deps/expectations-b9daac95cf7af13f Dec 07 16:00:31.093 INFO [stdout] test expect_that::use_matcher::should_expect_a_matcher_to_succeed ... ok Dec 07 16:00:31.096 INFO [stdout] test expect_that::use_no_panic::should_expect_an_expression_to_not_panic ... ok Dec 07 16:00:31.106 INFO [stdout] test expect_that::use_expression::should_get_multiple_expectations_asserting_an_expression_to_be_true ... ok Dec 07 16:00:31.106 INFO [stdout] test expect_that::use_expression::should_expect_an_expression_to_be_true ... ok Dec 07 16:00:31.112 INFO [stdout] test get_expectation_for::use_expression::should_get_an_expectation_asserting_an_expression_to_be_true ... ok Dec 07 16:00:31.121 INFO [stdout] test get_expectation_for::use_expression::should_get_an_expectation_asserting_an_expression_to_be_true_and_verify_manually ... ok Dec 07 16:00:31.144 INFO [stdout] test expect_that::use_expression::should_get_multiple_expectations_some_failing_to_assert_an_expression_to_be_true ... ok Dec 07 16:00:31.144 INFO [stdout] test expect_that::use_expression::should_be_failing_to_expect_an_expression_to_be_true ... ok Dec 07 16:00:31.144 INFO [stdout] test expect_that::use_expression::should_get_multiple_expectations_failing_to_assert_an_expression_to_be_true ... ok Dec 07 16:00:31.144 INFO [stdout] test get_expectation_for::use_expression::should_get_multiple_expectations_asserting_an_expression_to_be_true ... ok Dec 07 16:00:31.144 INFO [stdout] test get_expectation_for::use_expression::should_get_multiple_expectations_failing_to_assert_an_expression_to_be_true ... ok Dec 07 16:00:31.144 INFO [stdout] test get_expectation_for::use_matcher::should_get_an_expectation_asserting_a_matcher_to_fail ... ok Dec 07 16:00:31.144 INFO [stdout] test get_expectation_for::use_matcher::should_get_an_expectation_asserting_a_matcher_to_succeed ... ok Dec 07 16:00:31.144 INFO [stdout] test get_expectation_for::use_no_panic::should_get_an_expectation_asserting_an_expression_to_not_panic ... ok Dec 07 16:00:31.144 INFO [stdout] test get_expectation_for::use_no_panic::should_get_an_expectation_failing_to_assert_an_expression_to_panic ... ok Dec 07 16:00:31.144 INFO [stdout] test get_expectation_for::use_panic::should_get_an_expectation_asserting_an_expression_to_panic ... ok Dec 07 16:00:31.144 INFO [stdout] test get_expectation_for::use_panic::should_get_an_expectation_failing_to_assert_an_expression_to_panic ... ok Dec 07 16:00:31.144 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 07 16:00:31.148 INFO [stdout] test get_expectation_for::use_expression::should_get_multiple_expectations_some_failing_to_assert_an_expression_to_be_true ... ok Dec 07 16:00:31.148 INFO [stdout] test expect_that::use_matcher::should_expect_a_matcher_to_fail ... ok Dec 07 16:00:31.148 INFO [stdout] test expect_that::use_no_panic::should_be_failing_to_expect_an_expression_to_panic ... ok Dec 07 16:00:31.148 INFO [stdout] test expect_that::use_panic::should_be_failing_to_expect_an_expression_to_panic ... ok Dec 07 16:00:31.148 INFO [stdout] test get_expectation_for::use_expression::should_get_an_expectation_failing_to_assert_an_expression_to_be_true ... ok Dec 07 16:00:31.148 INFO [stdout] test expect_that::use_panic::should_expect_an_expression_to_panic ... ok Dec 07 16:00:31.148 INFO [stdout] Dec 07 16:00:31.148 INFO [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 16:00:31.148 INFO [stdout] Dec 07 16:00:31.148 INFO [stderr] Running /target/debug/deps/variant_matchers-767e6aec2f62c6e5 Dec 07 16:00:31.149 INFO [stdout] Dec 07 16:00:31.149 INFO [stdout] running 11 tests Dec 07 16:00:31.152 INFO [stdout] test is_variant::should_succeed ... ok Dec 07 16:00:31.152 INFO [stdout] test maybe_err::should_succeed ... ok Dec 07 16:00:31.164 INFO [stdout] test maybe_ok::should_succeed ... ok Dec 07 16:00:31.176 INFO [stdout] test maybe_some::should_succeed ... ok Dec 07 16:00:31.186 INFO [stdout] test is_variant::should_fail ... ok Dec 07 16:00:31.187 INFO [stdout] test maybe_some::should_fail_because_of_none_value ... ok Dec 07 16:00:31.187 INFO [stdout] test maybe_ok::should_fail_because_nested_matcher_fails ... ok Dec 07 16:00:31.187 INFO [stdout] test maybe_err::should_fail_because_of_none_value ... ok Dec 07 16:00:31.187 INFO [stdout] test maybe_some::should_fail_because_nested_matcher_fails ... ok Dec 07 16:00:31.187 INFO [stdout] test maybe_ok::should_fail_because_of_none_value ... ok Dec 07 16:00:31.187 INFO [stdout] test maybe_err::should_fail_because_nested_matcher_fails ... ok Dec 07 16:00:31.187 INFO [stdout] Dec 07 16:00:31.187 INFO [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 16:00:31.187 INFO [stdout] Dec 07 16:00:31.189 INFO [stderr] Doc-tests galvanic-assert Dec 07 16:00:32.132 INFO [stdout] Dec 07 16:00:32.132 INFO [stdout] running 58 tests Dec 07 16:00:32.132 INFO [stdout] test src/lib.rs - assert_that (line 38) ... ignored Dec 07 16:00:32.132 INFO [stdout] test src/lib.rs - assert_that (line 46) ... ignored Dec 07 16:00:32.132 INFO [stdout] test src/lib.rs - assert_that (line 55) ... ignored Dec 07 16:00:32.132 INFO [stdout] test src/lib.rs - expect_that (line 224) ... ignored Dec 07 16:00:32.132 INFO [stdout] test src/lib.rs - expect_that (line 232) ... ignored Dec 07 16:00:32.132 INFO [stdout] test src/lib.rs - expect_that (line 241) ... ignored Dec 07 16:00:32.132 INFO [stdout] test src/lib.rs - expect_that (line 248) ... ignored Dec 07 16:00:32.152 INFO [stdout] test src/lib.rs - get_expectation_for (line 113) ... ignored Dec 07 16:00:32.156 INFO [stdout] test src/lib.rs - get_expectation_for (line 121) ... ignored Dec 07 16:00:32.169 INFO [stdout] test src/lib.rs - get_expectation_for (line 130) ... ignored Dec 07 16:00:32.183 INFO [stdout] test src/lib.rs - get_expectation_for (line 137) ... ignored Dec 07 16:00:32.210 INFO [stdout] test src/lib.rs - get_expectation_for (line 145) ... ignored Dec 07 16:00:36.734 INFO [stdout] test src/matchers/collection.rs - matchers::collection::all_elements_satisfy (line 484) ... ok Dec 07 16:00:37.432 INFO [stdout] test src/matchers/collection.rs - matchers::collection::has_value (line 677) ... ok Dec 07 16:00:39.308 INFO [stdout] test src/matchers/collection.rs - matchers::collection::contained_in (line 208) ... ok Dec 07 16:00:39.944 INFO [stdout] test src/matchers/collection.rs - matchers::collection::contains_subset (line 160) ... ok Dec 07 16:00:40.051 INFO [stdout] test src/matchers/collection.rs - matchers::collection::contains_in_order (line 93) ... ok Dec 07 16:00:40.068 INFO [stdout] test src/matchers/collection.rs - matchers::collection::contains_in_any_order (line 31) ... ok Dec 07 16:00:40.068 INFO [stdout] test src/matchers/collection.rs - matchers::collection::has_key (line 624) ... ok Dec 07 16:00:40.374 INFO [stdout] test src/matchers/collection.rs - matchers::collection::has_entry (line 553) ... ok Dec 07 16:00:44.576 INFO [stdout] test src/matchers/collection.rs - matchers::collection::some_elements_satisfy (line 512) ... ok Dec 07 16:00:44.912 INFO [stdout] test src/matchers/collection.rs - matchers::collection::sorted_ascending (line 416) ... ok Dec 07 16:00:45.264 INFO [stdout] test src/matchers/collection.rs - matchers::collection::sorted_by (line 241) ... ok Dec 07 16:00:46.400 INFO [stdout] test src/matchers/collection.rs - matchers::collection::sorted_strictly_ascending (line 433) ... ok Dec 07 16:00:47.440 INFO [stdout] test src/matchers/collection.rs - matchers::collection::sorted_by_in_any_order (line 322) ... ok Dec 07 16:00:47.952 INFO [stdout] test src/matchers/collection.rs - matchers::collection::sorted_descending (line 450) ... ok Dec 07 16:00:49.700 INFO [stdout] test src/matchers/collection.rs - matchers::collection::sorted_strictly_by (line 282) ... ok Dec 07 16:00:50.204 INFO [stdout] test src/matchers/collection.rs - matchers::collection::sorted_strictly_by_in_any_order (line 368) ... ok Dec 07 16:00:54.392 INFO [stdout] test src/matchers/collection.rs - matchers::collection::sorted_strictly_descending (line 467) ... ok Dec 07 16:00:54.997 INFO [stdout] test src/matchers/combinators.rs - all_of (line 21) ... ok Dec 07 16:00:55.317 INFO [stdout] test src/matchers/combinators.rs - any_of (line 88) ... ok Dec 07 16:00:56.820 INFO [stdout] test src/matchers/combinators.rs - matchers::combinators::All (line 42) ... ok Dec 07 16:00:57.380 INFO [stdout] test src/matchers/combinators.rs - matchers::combinators::Any (line 109) ... ok Dec 07 16:00:59.012 INFO [stdout] test src/matchers/core.rs - matchers::core::any_value (line 49) ... ok Dec 07 16:00:59.920 INFO [stdout] test src/matchers/core.rs - matchers::core::assertion_always_fails (line 62) ... ok Dec 07 16:01:00.276 INFO [stdout] test src/matchers/core.rs - has_structure (line 360) ... ok Dec 07 16:01:03.184 INFO [stdout] test src/matchers/core.rs - matchers::core::assertion_always_succeeds (line 37) ... ok Dec 07 16:01:04.336 INFO [stdout] test src/matchers/core.rs - matchers::core::close_to (line 293) ... ok Dec 07 16:01:04.852 INFO [stdout] test src/matchers/core.rs - matchers::core::eq (line 164) ... ok Dec 07 16:01:06.024 INFO [stdout] test src/matchers/core.rs - matchers::core::equal_to (line 148) ... ok Dec 07 16:01:06.772 INFO [stdout] test src/matchers/core.rs - matchers::core::geq (line 279) ... ok Dec 07 16:01:07.300 INFO [stdout] test src/matchers/core.rs - matchers::core::greater_than (line 205) ... ok Dec 07 16:01:08.032 INFO [stdout] test src/matchers/core.rs - matchers::core::greater_than_or_equal (line 263) ... ok Dec 07 16:01:08.955 INFO [stdout] test src/matchers/core.rs - matchers::core::gt (line 220) ... ok Dec 07 16:01:11.629 INFO [stdout] test src/matchers/core.rs - matchers::core::has (line 110) ... ok Dec 07 16:01:14.191 INFO [stdout] test src/matchers/core.rs - matchers::core::leq (line 249) ... ok Dec 07 16:01:14.652 INFO [stdout] test src/matchers/core.rs - matchers::core::is (line 95) ... ok Dec 07 16:01:14.760 INFO [stdout] test src/matchers/core.rs - matchers::core::lt (line 192) ... ok Dec 07 16:01:14.892 INFO [stdout] test src/matchers/core.rs - matchers::core::less_than (line 177) ... ok Dec 07 16:01:15.426 INFO [stdout] test src/matchers/core.rs - matchers::core::less_than_or_equal (line 233) ... ok Dec 07 16:01:15.848 INFO [stdout] test src/matchers/core.rs - matchers::core::no_value (line 79) ... ok Dec 07 16:01:16.600 INFO [stdout] test src/matchers/core.rs - matchers::core::not (line 124) ... ok Dec 07 16:01:18.608 INFO [stdout] test src/matchers/core.rs - matchers::core::same_object (line 318) ... ok Dec 07 16:01:18.755 INFO [stdout] test src/matchers/variant.rs - matchers::variant::maybe_some (line 60) ... ok Dec 07 16:01:19.249 INFO [stdout] test src/matchers/variant.rs - matchers::variant::maybe_ok (line 80) ... ok Dec 07 16:01:19.364 INFO [stdout] test src/matchers/variant.rs - is_variant (line 25) ... ok Dec 07 16:01:19.460 INFO [stdout] test src/matchers/variant.rs - is_variant (line 34) ... ok Dec 07 16:01:19.552 INFO [stdout] test src/matchers/variant.rs - matchers::variant::maybe_err (line 101) ... ok Dec 07 16:01:19.552 INFO [stdout] Dec 07 16:01:19.552 INFO [stdout] test result: ok. 46 passed; 0 failed; 12 ignored; 0 measured; 0 filtered out Dec 07 16:01:19.552 INFO [stdout] Dec 07 16:01:19.583 INFO [stderr] su: No module specific data is present Dec 07 16:01:20.096 INFO running `"docker" "inspect" "8e23984aeea45794471539e33b57a148dcec4a04f2c70b10461f09ec2e0f8c16"` Dec 07 16:01:20.338 INFO running `"docker" "rm" "-f" "8e23984aeea45794471539e33b57a148dcec4a04f2c70b10461f09ec2e0f8c16"` Dec 07 16:01:20.612 INFO [stdout] 8e23984aeea45794471539e33b57a148dcec4a04f2c70b10461f09ec2e0f8c16