[INFO] fetching crate speculoos 0.13.0... [INFO] testing speculoos-0.13.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate speculoos 0.13.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate speculoos 0.13.0 [INFO] finished tweaking crates.io crate speculoos 0.13.0 [INFO] tweaked toml for crates.io crate speculoos 0.13.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate speculoos 0.13.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate speculoos 0.13.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 396f0a4f4a9bb60b584e5d6ba74c3c4df50c925fc7739ff48d1db766be688b82 [INFO] running `Command { std: "docker" "start" "-a" "396f0a4f4a9bb60b584e5d6ba74c3c4df50c925fc7739ff48d1db766be688b82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "396f0a4f4a9bb60b584e5d6ba74c3c4df50c925fc7739ff48d1db766be688b82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "396f0a4f4a9bb60b584e5d6ba74c3c4df50c925fc7739ff48d1db766be688b82", kill_on_drop: false }` [INFO] [stdout] 396f0a4f4a9bb60b584e5d6ba74c3c4df50c925fc7739ff48d1db766be688b82 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3f8bdee574d23055c0594902685364964d4fc0051bd0d5e0a2c0c45cf42eb8d8 [INFO] running `Command { std: "docker" "start" "-a" "3f8bdee574d23055c0594902685364964d4fc0051bd0d5e0a2c0c45cf42eb8d8", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling speculoos v0.13.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:247:32 [INFO] [stdout] | [INFO] [stdout] 247 | pub fn assert_that(subject: &S) -> Spec { [INFO] [stdout] | ^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 247 | pub fn assert_that(subject: &S) -> Spec<'_, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:257:31 [INFO] [stdout] | [INFO] [stdout] 257 | pub fn asserting(description: &str) -> SpecDescription { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 257 | pub fn asserting(description: &str) -> SpecDescription<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s [INFO] running `Command { std: "docker" "inspect" "3f8bdee574d23055c0594902685364964d4fc0051bd0d5e0a2c0c45cf42eb8d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f8bdee574d23055c0594902685364964d4fc0051bd0d5e0a2c0c45cf42eb8d8", kill_on_drop: false }` [INFO] [stdout] 3f8bdee574d23055c0594902685364964d4fc0051bd0d5e0a2c0c45cf42eb8d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 82b0091dd7757492704703682e6015bb7a3997545dc913c591f4df65a621bbcd [INFO] running `Command { std: "docker" "start" "-a" "82b0091dd7757492704703682e6015bb7a3997545dc913c591f4df65a621bbcd", kill_on_drop: false }` [INFO] [stderr] Compiling speculoos v0.13.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:247:32 [INFO] [stdout] | [INFO] [stdout] 247 | pub fn assert_that(subject: &S) -> Spec { [INFO] [stdout] | ^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 247 | pub fn assert_that(subject: &S) -> Spec<'_, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:257:31 [INFO] [stdout] | [INFO] [stdout] 257 | pub fn asserting(description: &str) -> SpecDescription { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 257 | pub fn asserting(description: &str) -> SpecDescription<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:247:32 [INFO] [stdout] | [INFO] [stdout] 247 | pub fn assert_that(subject: &S) -> Spec { [INFO] [stdout] | ^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 247 | pub fn assert_that(subject: &S) -> Spec<'_, S> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:257:31 [INFO] [stdout] | [INFO] [stdout] 257 | pub fn asserting(description: &str) -> SpecDescription { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 257 | pub fn asserting(description: &str) -> SpecDescription<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.16s [INFO] running `Command { std: "docker" "inspect" "82b0091dd7757492704703682e6015bb7a3997545dc913c591f4df65a621bbcd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82b0091dd7757492704703682e6015bb7a3997545dc913c591f4df65a621bbcd", kill_on_drop: false }` [INFO] [stdout] 82b0091dd7757492704703682e6015bb7a3997545dc913c591f4df65a621bbcd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b54311b00314ec405a777b5fde8eff24387f9489eac056f6155f14413ec06870 [INFO] running `Command { std: "docker" "start" "-a" "b54311b00314ec405a777b5fde8eff24387f9489eac056f6155f14413ec06870", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:247:32 [INFO] [stderr] | [INFO] [stderr] 247 | pub fn assert_that(subject: &S) -> Spec { [INFO] [stderr] | ^^ ^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 247 | pub fn assert_that(subject: &S) -> Spec<'_, S> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:257:31 [INFO] [stderr] | [INFO] [stderr] 257 | pub fn asserting(description: &str) -> SpecDescription { [INFO] [stderr] | ^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 257 | pub fn asserting(description: &str) -> SpecDescription<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `speculoos` (lib) generated 2 warnings (run `cargo fix --lib -p speculoos` to apply 2 suggestions) [INFO] [stderr] warning: `speculoos` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/speculoos-cff488a557cff4b5) [INFO] [stdout] [INFO] [stdout] running 183 tests [INFO] [stdout] test boolean::tests::should_not_panic_if_value_is_expected_to_be_false_and_is ... ok [INFO] [stdout] test boolean::tests::should_not_panic_if_value_is_expected_to_be_true_and_is ... ok [INFO] [stdout] test hashmap::tests::contains_entry_should_allow_multiple_borrow_forms ... ok [INFO] [stdout] test hashmap::tests::contains_key_should_allow_multiple_borrow_forms ... ok [INFO] [stdout] test hashmap::tests::should_be_able_to_chain_value_from_contains_key ... ok [INFO] [stdout] test hashmap::tests::should_not_panic_if_hashmap_contains_entry ... ok [INFO] [stdout] test hashmap::tests::does_not_contain_key_should_allow_multiple_borrow_forms ... ok [INFO] [stdout] test hashmap::tests::should_not_panic_if_hashmap_contains_key ... ok [INFO] [stdout] test hashmap::tests::should_not_panic_if_hashmap_contains_entry_with_different_value_if_expected ... ok [INFO] [stdout] test hashmap::tests::should_not_panic_if_hashmap_does_not_contain_entry_if_expected ... ok [INFO] [stdout] test hashmap::tests::should_not_panic_if_hashmap_does_not_contain_key_when_expected ... ok [INFO] [stdout] test hashmap::tests::should_not_panic_if_hashmap_length_matches_expected ... ok [INFO] [stdout] test hashmap::tests::should_not_panic_if_hashmap_length_matches_expected_and_value_is_not_partialeq ... ok [INFO] [stdout] test hashmap::tests::should_not_panic_if_hashmap_was_expected_to_be_empty_and_is ... ok [INFO] [stdout] test hashmap::tests::should_not_panic_if_hashmap_was_expected_to_not_be_empty_and_is_not ... ok [INFO] [stdout] test hashset::tests::does_not_contain_should_allow_multiple_borrow_forms ... ok [INFO] [stdout] test hashset::tests::should_not_panic_if_hash_set_was_expected_to_be_empty_and_is ... ok [INFO] [stdout] test hashset::tests::should_not_panic_if_hash_set_was_expected_to_not_be_empty_and_is_not ... ok [INFO] [stdout] test hashset::tests::should_not_panic_if_hash_set_contains ... ok [INFO] [stdout] test hashset::tests::should_not_panic_if_hash_set_length_matches_expected ... ok [INFO] [stdout] test hashset::tests::contains_should_allow_multiple_borrow_forms ... ok [INFO] [stdout] test hashset::tests::should_not_panic_if_hash_set_does_not_contain_when_expected ... ok [INFO] [stdout] test iter::tests::contains_should_allow_for_multiple_borrow_types_for_intoiter ... ok [INFO] [stdout] test iter::tests::contains_should_allow_for_multiple_borrow_types_for_iterators ... ok [INFO] [stdout] test iter::tests::should_not_panic_if_iterable_contains_all_expected_values ... ok [INFO] [stdout] test iter::tests::should_not_panic_if_iterable_contains_value ... ok [INFO] [stdout] test iter::tests::should_not_panic_if_iteratable_equals_expected_iterator ... ok [INFO] [stdout] test iter::tests::should_not_panic_if_iterator_contains_all_expected_values ... ok [INFO] [stdout] test iter::tests::should_not_panic_if_iterator_contains_value ... ok [INFO] [stdout] test iter::tests::should_not_panic_if_iterator_does_not_contain_value_if_expected ... ok [INFO] [stdout] test iter::tests::should_not_panic_if_iterator_equals_expected_iterator ... ok [INFO] [stdout] test iter::tests::should_not_panic_if_iterator_matches_on_value ... ok [INFO] [stdout] test iter::tests::should_not_panic_if_vec_contains_mapped_value ... ok [INFO] [stdout] test iter::tests::should_not_panic_if_vec_contains_value ... ok [INFO] [stdout] test iter::tests::should_not_panic_if_vec_does_not_contain_value_if_expected ... ok [INFO] [stdout] test boolean::tests::should_panic_if_value_is_expected_to_be_false_and_is_not - should panic ... ok [INFO] [stdout] test boolean::tests::should_panic_if_value_is_expected_to_be_true_and_is_not - should panic ... ok [INFO] [stdout] test hashmap::tests::should_panic_if_hashmap_contains_entry_if_not_expected - should panic ... ok [INFO] [stdout] test iter::tests::should_panic_if_iterable_does_not_contain_value - should panic ... ok [INFO] [stdout] test hashmap::tests::should_panic_if_hashmap_contains_entry_without_key - should panic ... ok [INFO] [stdout] test hashmap::tests::should_panic_if_hashmap_does_contain_key_when_not_expected - should panic ... ok [INFO] [stdout] test hashmap::tests::should_panic_if_hashmap_length_does_not_match_expected - should panic ... ok [INFO] [stdout] test hashmap::tests::should_panic_if_hashmap_was_expected_to_be_empty_and_is_not - should panic ... ok [INFO] [stdout] test hashmap::tests::should_panic_if_hashmap_was_expected_to_not_be_empty_and_is - should panic ... ok [INFO] [stdout] test hashmap::tests::should_panic_if_hashmap_does_not_contain_key - should panic ... ok [INFO] [stdout] test hashset::tests::should_panic_if_hash_set_does_contain_when_not_expected - should panic ... ok [INFO] [stdout] test hashset::tests::should_panic_if_hash_set_does_not_contain - should panic ... ok [INFO] [stdout] test json::tests::should_not_panic_if_value_is_expected_to_be_correct_type ... ok [INFO] [stdout] test hashset::tests::should_panic_if_hash_set_was_expected_to_not_be_empty_and_is - should panic ... ok [INFO] [stdout] test hashset::tests::should_panic_if_hash_set_length_does_not_match_expected - should panic ... ok [INFO] [stdout] test hashset::tests::should_panic_if_hash_set_was_expected_to_be_empty_and_is_not - should panic ... ok [INFO] [stdout] test iter::tests::should_panic_if_iterable_does_not_contain_all_expected_values - should panic ... ok [INFO] [stdout] test iter::tests::should_panic_if_iteratable_does_not_equal_expected_iterator - should panic ... ok [INFO] [stdout] test iter::tests::should_panic_if_iterator_does_not_contain_all_expected_values - should panic ... ok [INFO] [stdout] test json::tests::should_panic_if_option_is_expected_to_contain_number_and_does_not - should panic ... ok [INFO] [stdout] test iter::tests::should_panic_if_iterator_does_contain_value_but_expected_not_to - should panic ... ok [INFO] [stdout] test iter::tests::should_panic_if_iterator_does_not_contain_all_expected_values_exactly - should panic ... ok [INFO] [stdout] test numeric::tests::is_close_to_should_allow_multiple_borrow_forms ... ok [INFO] [stdout] test numeric::tests::is_greater_than_or_equal_to_should_allow_multiple_borrow_forms ... ok [INFO] [stdout] test numeric::tests::is_greater_than_should_allow_multiple_borrow_forms ... ok [INFO] [stdout] test numeric::tests::is_less_than_or_equal_to_should_allow_multiple_borrow_forms ... ok [INFO] [stdout] test numeric::tests::is_less_than_should_allow_multiple_borrow_forms ... ok [INFO] [stdout] test numeric::tests::should_not_panic_if_value_is_greater_than_expected ... ok [INFO] [stdout] test numeric::tests::should_not_panic_if_float_exactly_matches ... ok [INFO] [stdout] test numeric::tests::should_not_panic_if_value_is_greater_than_or_equal_to_expected ... ok [INFO] [stdout] test numeric::tests::should_not_panic_if_float_is_close_to ... ok [INFO] [stdout] test json::tests::should_panic_if_option_is_expected_to_contain_string_and_does_not - should panic ... ok [INFO] [stdout] test iter::tests::should_panic_if_iterator_does_not_equal_expected_iterator - should panic ... ok [INFO] [stdout] test numeric::tests::should_not_panic_if_value_is_less_than_expected ... ok [INFO] [stdout] test iter::tests::should_panic_if_iterator_does_not_match_on_value - should panic ... ok [INFO] [stdout] test hashmap::tests::should_panic_if_hashmap_contains_entry_with_different_value - should panic ... ok [INFO] [stdout] test iter::tests::should_panic_if_vec_does_not_contain_mapped_value - should panic ... ok [INFO] [stdout] test iter::tests::should_panic_if_vec_does_contain_value_and_expected_not_to - should panic ... ok [INFO] [stdout] test numeric::tests::should_not_panic_if_value_is_less_than_or_equal_to_expected ... ok [INFO] [stdout] test iter::tests::should_panic_if_vec_does_not_contain_value - should panic ... ok [INFO] [stdout] test json::tests::should_panic_if_option_is_expected_to_contain_boolean_and_does_not - should panic ... ok [INFO] [stdout] test json::tests::should_panic_if_option_is_expected_to_contain_object_and_does_not - should panic ... ok [INFO] [stdout] test json::tests::should_panic_if_option_is_expected_to_contain_null_and_does_not - should panic ... ok [INFO] [stdout] test json::tests::should_panic_if_option_is_expected_to_contain_array_and_does_not - should panic ... ok [INFO] [stdout] test iter::tests::should_panic_if_iterator_does_not_contain_value - should panic ... ok [INFO] [stdout] test option::tests::should_be_able_to_unwrap_option_if_some ... ok [INFO] [stdout] test option::tests::should_be_able_to_unwrap_referenced_vec ... ok [INFO] [stdout] test numeric::tests::should_panic_if_float_is_infinity - should panic ... ok [INFO] [stdout] test numeric::tests::should_panic_if_float_is_nan - should panic ... ok [INFO] [stdout] test numeric::tests::should_panic_if_float_is_negative_infinity - should panic ... ok [INFO] [stdout] test option::tests::should_not_panic_if_option_contains_expected_value ... ok [INFO] [stdout] test numeric::tests::should_panic_if_float_is_not_close_to - should panic ... ok [INFO] [stdout] test option::tests::should_not_panic_if_option_is_empty ... ok [INFO] [stdout] test option::tests::should_not_panic_if_option_is_expected_to_contain_value_and_does ... ok [INFO] [stdout] test option::tests::contains_value_should_allow_multiple_borrow_types ... ok [INFO] [stdout] test numeric::tests::should_panic_if_value_is_greater_than_expected - should panic ... ok [INFO] [stdout] test numeric::tests::should_panic_if_value_is_greater_than_or_not_equal_to_expected - should panic ... ok [INFO] [stdout] test path::tests::has_file_name_should_allow_multiple_borrow_forms_for_pathbuf ... ok [INFO] [stdout] test numeric::tests::should_panic_if_value_is_less_than_or_not_equal_to_expected - should panic ... ok [INFO] [stdout] test path::tests::has_file_name_should_allow_multiple_borrow_forms_for_path ... ok [INFO] [stdout] test option::tests::should_panic_if_option_is_not_empty_but_was_expected_as_empty - should panic ... ok [INFO] [stdout] test option::tests::should_panic_if_option_does_not_contain_expected_value - should panic ... ok [INFO] [stdout] test option::tests::should_panic_if_option_is_expected_to_contain_value_and_does_not - should panic ... ok [INFO] [stdout] test option::tests::should_panic_if_option_is_none_but_expected_value - should panic ... ok [INFO] [stdout] test numeric::tests::should_panic_if_value_is_less_than_expected - should panic ... ok [INFO] [stdout] test path::tests::should_not_panic_if_pathbuf_exists ... ok [INFO] [stdout] test path::tests::should_accept_any_path_reference ... ok [INFO] [stdout] test path::tests::should_not_panic_if_path_does_not_exist_when_expected ... ok [INFO] [stdout] test path::tests::should_not_panic_if_path_exists ... ok [INFO] [stdout] test path::tests::should_not_panic_if_path_has_correct_file_name ... ok [INFO] [stdout] test path::tests::should_not_panic_if_path_represents_a_directory ... ok [INFO] [stdout] test path::tests::should_not_panic_if_path_represents_a_file ... ok [INFO] [stdout] test path::tests::should_not_panic_if_pathbuf_does_not_exist_when_expected ... ok [INFO] [stdout] test path::tests::should_not_panic_if_pathbuf_has_correct_file_name ... ok [INFO] [stdout] test path::tests::should_not_panic_if_pathbuf_represents_a_directory ... ok [INFO] [stdout] test result::tests::is_error_containing_should_allow_multiple_borrow_forms ... ok [INFO] [stdout] test path::tests::should_panic_if_path_does_not_exist - should panic ... ok [INFO] [stdout] test result::tests::is_ok_containing_should_allow_multiple_borrow_forms ... ok [INFO] [stdout] test result::tests::should_not_panic_if_result_is_err_with_expected_value ... ok [INFO] [stdout] test path::tests::should_not_panic_if_pathbuf_represents_a_file ... ok [INFO] [stdout] test result::tests::should_not_panic_if_result_is_err_with_uncomparable_ok ... ok [INFO] [stdout] test result::tests::should_not_panic_if_result_is_expected_to_be_error_and_is ... ok [INFO] [stdout] test result::tests::should_not_panic_if_result_is_expected_to_be_ok_and_is ... ok [INFO] [stdout] test path::tests::should_panic_if_pathbuf_does_not_represent_a_directory - should panic ... ok [INFO] [stdout] test result::tests::should_not_panic_if_result_is_ok_with_expected_value ... ok [INFO] [stdout] test path::tests::should_panic_if_path_does_not_represent_a_file - should panic ... ok [INFO] [stdout] test result::tests::should_not_panic_if_result_is_ok_with_uncomparable_err ... ok [INFO] [stdout] test result::tests::should_panic_if_result_is_expected_to_be_ok_and_is_not - should panic ... ok [INFO] [stdout] test path::tests::should_panic_if_pathbuf_does_not_have_correct_file_name - should panic ... ok [INFO] [stdout] test result::tests::should_panic_if_result_is_err_without_expected_value - should panic ... ok [INFO] [stdout] test result::tests::should_panic_if_result_is_expected_to_be_error_and_is_not - should panic ... ok [INFO] [stdout] test result::tests::should_return_unwrapped_value_if_subject_is_ok ... ok [INFO] [stdout] test result::tests::should_return_unwrapped_value_if_subject_is_err ... ok [INFO] [stdout] test string::tests::should_allow_multiple_borrow_forms_for_string ... ok [INFO] [stdout] test path::tests::should_panic_if_path_does_not_have_correct_file_name - should panic ... ok [INFO] [stdout] test path::tests::should_panic_if_path_exists_when_not_expected - should panic ... ok [INFO] [stdout] test string::tests::should_not_panic_if_str_contains_value ... ok [INFO] [stdout] test string::tests::should_allow_multiple_borrow_forms_for_str ... ok [INFO] [stdout] test path::tests::should_panic_if_path_does_not_represent_a_directory - should panic ... ok [INFO] [stdout] test string::tests::should_not_panic_if_str_does_not_contain_value ... ok [INFO] [stdout] test string::tests::should_not_panic_if_str_ends_with_value ... ok [INFO] [stdout] test result::tests::should_panic_if_result_is_err_if_ok_with_value_expected - should panic ... ok [INFO] [stdout] test string::tests::should_not_panic_if_str_is_empty ... ok [INFO] [stdout] test path::tests::should_panic_if_pathbuf_exists_when_not_expected - should panic ... ok [INFO] [stdout] test result::tests::should_panic_if_result_is_ok_if_err_with_value_expected - should panic ... ok [INFO] [stdout] test path::tests::should_panic_if_pathbuf_does_not_have_a_file_name - should panic ... ok [INFO] [stdout] test path::tests::should_panic_if_pathbuf_does_not_exist - should panic ... ok [INFO] [stdout] test string::tests::should_not_panic_if_str_starts_with_value ... ok [INFO] [stdout] test result::tests::should_panic_if_result_is_ok_without_expected_value - should panic ... ok [INFO] [stdout] test path::tests::should_panic_if_pathbuf_does_not_represent_a_file - should panic ... ok [INFO] [stdout] test string::tests::should_not_panic_if_string_contains_value ... ok [INFO] [stdout] test path::tests::should_panic_if_path_does_not_have_a_file_name - should panic ... ok [INFO] [stdout] test string::tests::should_not_panic_if_string_ends_with_value ... ok [INFO] [stdout] test string::tests::should_not_panic_if_string_is_empty ... ok [INFO] [stdout] test string::tests::should_not_panic_if_string_starts_with_value ... ok [INFO] [stdout] test string::tests::should_panic_if_str_contains_value - should panic ... ok [INFO] [stdout] test string::tests::should_panic_if_str_does_not_contain_value - should panic ... ok [INFO] [stdout] test string::tests::should_panic_if_str_does_not_end_with_value - should panic ... ok [INFO] [stdout] test string::tests::should_panic_if_str_does_not_start_with_value - should panic ... ok [INFO] [stdout] test string::tests::should_panic_if_str_is_not_empty - should panic ... ok [INFO] [stdout] test string::tests::should_panic_if_string_does_not_contain_value - should panic ... ok [INFO] [stdout] test string::tests::should_panic_if_string_does_not_end_with_value - should panic ... ok [INFO] [stdout] test string::tests::should_panic_if_string_does_not_start_with_value - should panic ... ok [INFO] [stdout] test tests::is_equal_to_should_support_multiple_borrow_forms ... ok [INFO] [stdout] test string::tests::should_panic_if_string_is_not_empty - should panic ... ok [INFO] [stdout] test tests::is_not_equal_to_should_support_multiple_borrow_forms ... ok [INFO] [stdout] test tests::should_be_able_to_map_to_inner_field_of_struct_when_matching ... ok [INFO] [stdout] test tests::should_be_able_to_use_function_call_with_macro ... ok [INFO] [stdout] test tests::should_be_able_to_use_macro_form_with_deliberate_reference ... ok [INFO] [stdout] test tests::should_be_able_to_use_macro_form_without_deliberate_reference ... ok [INFO] [stdout] test tests::should_contain_assertion_description_if_message_is_provided - should panic ... ok [INFO] [stdout] test tests::should_contain_assertion_description_in_panic - should panic ... ok [INFO] [stdout] test tests::should_not_panic_if_value_matches ... ok [INFO] [stdout] test tests::should_not_panic_on_equal_subjects ... ok [INFO] [stdout] test tests::should_not_panic_on_unequal_subjects_if_expected ... ok [INFO] [stdout] test tests::should_panic_if_value_does_not_match - should panic ... ok [INFO] [stdout] test tests::should_panic_on_equal_subjects_if_expected_unequal - should panic ... ok [INFO] [stdout] test tests::should_permit_chained_matches_calls ... ok [INFO] [stdout] test vec::tests::should_not_panic_if_vec_was_expected_to_be_not_empty_and_is ... ok [INFO] [stdout] test vec::tests::should_not_panic_if_vec_was_expected_to_be_empty_and_is ... ok [INFO] [stdout] test vec::tests::should_not_panic_if_vec_length_matches_expected ... ok [INFO] [stdout] test tests::should_panic_on_unequal_subjects - should panic ... ok [INFO] [stdout] test vec::tests::should_panic_if_ref_vec_length_does_not_match_expected - should panic ... ok [INFO] [stdout] test vec::tests::should_panic_if_ref_vec_was_expected_to_be_empty_and_is_not - should panic ... ok [INFO] [stdout] test vec::tests::should_panic_if_ref_vec_was_expected_to_be_not_empty_and_is_not - should panic ... ok [INFO] [stdout] test vec::tests::should_panic_if_vec_length_does_not_match_expected - should panic ... ok [INFO] [stdout] test vec::tests::should_panic_if_vec_was_expected_to_be_empty_and_is_not - should panic ... ok [INFO] [stdout] test vec::tests::should_panic_if_vec_was_expected_to_be_not_empty_and_is_not - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 183 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stderr] Doc-tests speculoos [INFO] [stdout] [INFO] [stdout] running 72 tests [INFO] [stdout] test src/iter.rs - iter::Spec<'s,I>::contains (line 121) ... ok [INFO] [stdout] test src/boolean.rs - boolean::Spec<'_,bool>::is_true (line 13) ... ok [INFO] [stdout] test src/hashset.rs - hashset::Spec<'s,HashSet>::is_not_empty (line 64) ... ok [INFO] [stdout] test src/hashset.rs - hashset::Spec<'s,HashSet>::is_empty (line 45) ... ok [INFO] [stdout] test src/iter.rs - iter::Spec<'s,I>::contains (line 55) ... ok [INFO] [stdout] test src/boolean.rs - boolean::Spec<'_,bool>::is_false (line 28) ... ok [INFO] [stdout] test src/hashmap.rs - hashmap::Spec<'s,HashMap>::is_not_empty (line 84) ... ok [INFO] [stdout] test src/hashmap.rs - hashmap::Spec<'s,HashMap>::contains_key (line 113) ... ok [INFO] [stdout] test src/hashmap.rs - hashmap::Spec<'s,HashMap>::has_length (line 43) ... ok [INFO] [stdout] test src/hashmap.rs - hashmap::Spec<'s,HashMap>::does_not_contain_key (line 150) ... ok [INFO] [stdout] test src/iter.rs - iter::Spec<'s,I>::contains_all_of (line 68) ... ok [INFO] [stdout] test src/hashmap.rs - hashmap::Spec<'s,HashMap>::contains_entry (line 182) ... ok [INFO] [stdout] test src/hashmap.rs - hashmap::Spec<'s,HashMap>::is_empty (line 65) ... ok [INFO] [stdout] test src/hashmap.rs - hashmap::Spec<'s,HashMap>::does_not_contain_entry (line 227) ... ok [INFO] [stdout] test src/iter.rs - iter::Spec<'s,I>::contains_all_of (line 134) ... ok [INFO] [stdout] test src/hashset.rs - hashset::Spec<'s,HashSet>::has_length (line 23) ... ok [INFO] [stdout] test src/iter.rs - iter::Spec<'s,I>::matching_contains (line 187) ... ok [INFO] [stdout] test src/json.rs - json::Spec<'s,Map>::is_empty (line 238) ... ok [INFO] [stdout] test src/iter.rs - iter::Spec<'s,I>::equals_iterator (line 165) ... ok [INFO] [stdout] test src/iter.rs - iter::Spec<'s,I>::does_not_contain (line 85) ... ok [INFO] [stdout] test src/json.rs - json::Spec<'s,Map>::contains_key (line 278) ... ok [INFO] [stdout] test src/json.rs - json::Spec<'s,Map>::does_not_contain_key (line 308) ... ok [INFO] [stdout] test src/json.rs - json::Spec<'s,Map>::is_not_empty (line 257) ... ok [INFO] [stdout] test src/iter.rs - iter::Spec<'s,I>::mapped_contains (line 229) ... ok [INFO] [stdout] test src/json.rs - json::Spec<'s,Map>::has_length (line 219) ... ok [INFO] [stdout] test src/iter.rs - iter::Spec<'s,I>::does_not_contain (line 151) ... ok [INFO] [stdout] test src/json.rs - json::Spec<'s,Value>::is_boolean (line 70) ... ok [INFO] [stdout] test src/json.rs - json::Spec<'s,Value>::is_object (line 190) ... ok [INFO] [stdout] test src/json.rs - json::Spec<'s,Value>::is_array (line 160) ... ok [INFO] [stdout] test src/json.rs - json::Spec<'s,Value>::is_null (line 45) ... ok [INFO] [stdout] test src/lib.rs - (line 47) ... ok [INFO] [stdout] test src/lib.rs - (line 24) ... ok [INFO] [stdout] test src/lib.rs - (line 35) ... ok [INFO] [stdout] test src/json.rs - json::Spec<'s,Value>::is_number (line 100) ... ok [INFO] [stdout] test src/lib.rs - (line 57) ... ok [INFO] [stdout] test src/iter.rs - iter::Spec<'s,I>::equals_iterator (line 99) ... ok [INFO] [stdout] test src/lib.rs - (line 72) ... ok [INFO] [stdout] test src/lib.rs - (line 91) ... ok [INFO] [stdout] test src/path.rs - path::Spec<'_,T>::exists (line 25) ... ignored [INFO] [stdout] test src/lib.rs - (line 107) ... ok [INFO] [stdout] test src/path.rs - path::Spec<'_,T>::is_a_directory (line 54) ... ignored [INFO] [stdout] test src/path.rs - path::Spec<'_,T>::is_a_file (line 45) ... ignored [INFO] [stdout] test src/json.rs - json::Spec<'s,Value>::is_string (line 130) ... ok [INFO] [stdout] test src/lib.rs - Spec<'_,S>::is_equal_to (line 408) ... ok [INFO] [stdout] test src/numeric.rs - numeric::Spec<'_,T>::is_close_to (line 122) ... ok [INFO] [stdout] test src/lib.rs - Spec<'s,S>::map (line 483) ... ok [INFO] [stdout] test src/numeric.rs - numeric::Spec<'_,T>::is_greater_than (line 72) ... ok [INFO] [stdout] test src/lib.rs - Spec<'_,S>::is_not_equal_to (line 428) ... ok [INFO] [stdout] test src/option.rs - option::Spec<'_,Option>::contains_value (line 32) ... ok [INFO] [stdout] test src/numeric.rs - numeric::Spec<'_,T>::is_greater_than_or_equal_to (line 91) ... ok [INFO] [stdout] test src/lib.rs - Spec<'s,S>::matches (line 461) ... ok [INFO] [stdout] test src/numeric.rs - numeric::Spec<'_,T>::is_less_than (line 31) ... ok [INFO] [stdout] test src/result.rs - result::Spec<'s,Result>::is_err (line 140) ... ok [INFO] [stdout] test src/path.rs - path::Spec<'_,T>::does_not_exist (line 34) ... ok [INFO] [stdout] test src/path.rs - path::Spec<'_,T>::has_file_name (line 63) ... ok [INFO] [stdout] test src/option.rs - option::Spec<'s,Option>::is_some (line 66) ... ok [INFO] [stdout] test src/result.rs - result::Spec<'_,Result>::is_err_containing (line 71) ... ok [INFO] [stdout] test src/numeric.rs - numeric::Spec<'_,T>::is_less_than_or_equal_to (line 50) ... ok [INFO] [stdout] test src/option.rs - option::Spec<'s,Option>::is_none (line 91) ... ok [INFO] [stdout] test src/string.rs - string::Spec<'_,T>::is_empty (line 68) ... ok [INFO] [stdout] test src/vec.rs - vec::Spec<'_,Vec>::has_length (line 16) ... ok [INFO] [stdout] test src/string.rs - string::Spec<'_,T>::contains (line 46) ... ok [INFO] [stdout] test src/result.rs - result::Spec<'s,Result>::is_ok (line 113) ... ok [INFO] [stdout] test src/string.rs - string::Spec<'_,T>::ends_with (line 35) ... ok [INFO] [stdout] test src/string.rs - string::Spec<'_,T>::does_not_contain (line 57) ... ok [INFO] [stdout] test src/result.rs - result::Spec<'_,Result>::is_ok_containing (line 40) ... ok [INFO] [stdout] test src/string.rs - string::Spec<'_,T>::starts_with (line 24) ... ok [INFO] [stdout] test src/vec.rs - vec::Spec<'_,Vec>::is_empty (line 32) ... ok [INFO] [stdout] test src/vec.rs - vec::Spec<'s,&'sVec>::is_not_empty (line 106) ... ok [INFO] [stdout] test src/vec.rs - vec::Spec<'s,&'sVec>::is_empty (line 88) ... ok [INFO] [stdout] test src/vec.rs - vec::Spec<'_,Vec>::is_not_empty (line 50) ... ok [INFO] [stdout] test src/vec.rs - vec::Spec<'s,&'sVec>::has_length (line 71) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 69 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 2.11s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b54311b00314ec405a777b5fde8eff24387f9489eac056f6155f14413ec06870", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b54311b00314ec405a777b5fde8eff24387f9489eac056f6155f14413ec06870", kill_on_drop: false }` [INFO] [stdout] b54311b00314ec405a777b5fde8eff24387f9489eac056f6155f14413ec06870