[INFO] fetching crate spectral 0.6.0... [INFO] testing spectral-0.6.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate spectral 0.6.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate spectral 0.6.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate spectral 0.6.0 [INFO] finished tweaking crates.io crate spectral 0.6.0 [INFO] tweaked toml for crates.io crate spectral 0.6.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e4854bab2453ab6ad3045c1832d594bd3335e7a6cf5205cf181f5e4464c1ccf1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e4854bab2453ab6ad3045c1832d594bd3335e7a6cf5205cf181f5e4464c1ccf1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e4854bab2453ab6ad3045c1832d594bd3335e7a6cf5205cf181f5e4464c1ccf1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4854bab2453ab6ad3045c1832d594bd3335e7a6cf5205cf181f5e4464c1ccf1", kill_on_drop: false }` [INFO] [stdout] e4854bab2453ab6ad3045c1832d594bd3335e7a6cf5205cf181f5e4464c1ccf1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1807be4c06754fddbf7564438b7b1e9d9fc90018bb37d07aee9dd824c47776bf [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1807be4c06754fddbf7564438b7b1e9d9fc90018bb37d07aee9dd824c47776bf", kill_on_drop: false }` [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling spectral v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:343:16 [INFO] [stdout] | [INFO] [stdout] 343 | panic!(format!("{}{}\n\t{}expected: {}\n\t but was: {}{}\n{}", [INFO] [stdout] | ________________^ [INFO] [stdout] 344 | | description, [INFO] [stdout] 345 | | subject_name, [INFO] [stdout] 346 | | TERM_RED, [INFO] [stdout] ... | [INFO] [stdout] 349 | | TERM_RESET, [INFO] [stdout] 350 | | location)) [INFO] [stdout] | |________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 343 ~ panic!("{}{}\n\t{}expected: {}\n\t but was: {}{}\n{}", [INFO] [stdout] 344 | description, [INFO] [stdout] 345 | subject_name, [INFO] [stdout] 346 | TERM_RED, [INFO] [stdout] 347 | self.expected.clone().unwrap(), [INFO] [stdout] 348 | self.actual.clone().unwrap(), [INFO] [stdout] ... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:360:16 [INFO] [stdout] | [INFO] [stdout] 360 | panic!(format!("{}{}\n\t{}{}{}\n{}", [INFO] [stdout] | ________________^ [INFO] [stdout] 361 | | description, [INFO] [stdout] 362 | | subject_name, [INFO] [stdout] 363 | | TERM_RED, [INFO] [stdout] 364 | | message, [INFO] [stdout] 365 | | TERM_RESET, [INFO] [stdout] 366 | | location)) [INFO] [stdout] | |________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 360 ~ panic!("{}{}\n\t{}{}{}\n{}", [INFO] [stdout] 361 | description, [INFO] [stdout] 362 | subject_name, [INFO] [stdout] 363 | TERM_RED, [INFO] [stdout] 364 | message, [INFO] [stdout] 365 | TERM_RESET, [INFO] [stdout] ... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.95s [INFO] running `Command { std: "docker" "inspect" "1807be4c06754fddbf7564438b7b1e9d9fc90018bb37d07aee9dd824c47776bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1807be4c06754fddbf7564438b7b1e9d9fc90018bb37d07aee9dd824c47776bf", kill_on_drop: false }` [INFO] [stdout] 1807be4c06754fddbf7564438b7b1e9d9fc90018bb37d07aee9dd824c47776bf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 074851b341e61df74d51088ccb74a95afa8dae762925bcb11b0fc37aec8db418 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "074851b341e61df74d51088ccb74a95afa8dae762925bcb11b0fc37aec8db418", kill_on_drop: false }` [INFO] [stderr] Compiling spectral v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:343:16 [INFO] [stdout] | [INFO] [stdout] 343 | panic!(format!("{}{}\n\t{}expected: {}\n\t but was: {}{}\n{}", [INFO] [stdout] | ________________^ [INFO] [stdout] 344 | | description, [INFO] [stdout] 345 | | subject_name, [INFO] [stdout] 346 | | TERM_RED, [INFO] [stdout] ... | [INFO] [stdout] 349 | | TERM_RESET, [INFO] [stdout] 350 | | location)) [INFO] [stdout] | |________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 343 ~ panic!("{}{}\n\t{}expected: {}\n\t but was: {}{}\n{}", [INFO] [stdout] 344 | description, [INFO] [stdout] 345 | subject_name, [INFO] [stdout] 346 | TERM_RED, [INFO] [stdout] 347 | self.expected.clone().unwrap(), [INFO] [stdout] 348 | self.actual.clone().unwrap(), [INFO] [stdout] ... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:360:16 [INFO] [stdout] | [INFO] [stdout] 360 | panic!(format!("{}{}\n\t{}{}{}\n{}", [INFO] [stdout] | ________________^ [INFO] [stdout] 361 | | description, [INFO] [stdout] 362 | | subject_name, [INFO] [stdout] 363 | | TERM_RED, [INFO] [stdout] 364 | | message, [INFO] [stdout] 365 | | TERM_RESET, [INFO] [stdout] 366 | | location)) [INFO] [stdout] | |________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 360 ~ panic!("{}{}\n\t{}{}{}\n{}", [INFO] [stdout] 361 | description, [INFO] [stdout] 362 | subject_name, [INFO] [stdout] 363 | TERM_RED, [INFO] [stdout] 364 | message, [INFO] [stdout] 365 | TERM_RESET, [INFO] [stdout] ... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:343:16 [INFO] [stdout] | [INFO] [stdout] 343 | panic!(format!("{}{}\n\t{}expected: {}\n\t but was: {}{}\n{}", [INFO] [stdout] | ________________^ [INFO] [stdout] 344 | | description, [INFO] [stdout] 345 | | subject_name, [INFO] [stdout] 346 | | TERM_RED, [INFO] [stdout] ... | [INFO] [stdout] 349 | | TERM_RESET, [INFO] [stdout] 350 | | location)) [INFO] [stdout] | |________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 343 ~ panic!("{}{}\n\t{}expected: {}\n\t but was: {}{}\n{}", [INFO] [stdout] 344 | description, [INFO] [stdout] 345 | subject_name, [INFO] [stdout] 346 | TERM_RED, [INFO] [stdout] 347 | self.expected.clone().unwrap(), [INFO] [stdout] 348 | self.actual.clone().unwrap(), [INFO] [stdout] ... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:360:16 [INFO] [stdout] | [INFO] [stdout] 360 | panic!(format!("{}{}\n\t{}{}{}\n{}", [INFO] [stdout] | ________________^ [INFO] [stdout] 361 | | description, [INFO] [stdout] 362 | | subject_name, [INFO] [stdout] 363 | | TERM_RED, [INFO] [stdout] 364 | | message, [INFO] [stdout] 365 | | TERM_RESET, [INFO] [stdout] 366 | | location)) [INFO] [stdout] | |________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 360 ~ panic!("{}{}\n\t{}{}{}\n{}", [INFO] [stdout] 361 | description, [INFO] [stdout] 362 | subject_name, [INFO] [stdout] 363 | TERM_RED, [INFO] [stdout] 364 | message, [INFO] [stdout] 365 | TERM_RESET, [INFO] [stdout] ... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.39s [INFO] running `Command { std: "docker" "inspect" "074851b341e61df74d51088ccb74a95afa8dae762925bcb11b0fc37aec8db418", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "074851b341e61df74d51088ccb74a95afa8dae762925bcb11b0fc37aec8db418", kill_on_drop: false }` [INFO] [stdout] 074851b341e61df74d51088ccb74a95afa8dae762925bcb11b0fc37aec8db418 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a3482794ab797083d24f7c95529ecdc27b8aeacbdd7e208f6ae576a6fdedd6a7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a3482794ab797083d24f7c95529ecdc27b8aeacbdd7e208f6ae576a6fdedd6a7", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stdout] running 153 tests [INFO] [stderr] --> src/lib.rs:343:16 [INFO] [stderr] | [INFO] [stderr] 343 | panic!(format!("{}{}\n\t{}expected: {}\n\t but was: {}{}\n{}", [INFO] [stderr] | ________________^ [INFO] [stderr] 344 | | description, [INFO] [stderr] 345 | | subject_name, [INFO] [stderr] 346 | | TERM_RED, [INFO] [stderr] ... | [INFO] [stderr] 349 | | TERM_RESET, [INFO] [stderr] 350 | | location)) [INFO] [stderr] | |________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 343 ~ panic!("{}{}\n\t{}expected: {}\n\t but was: {}{}\n{}", [INFO] [stderr] 344 | description, [INFO] [stderr] 345 | subject_name, [INFO] [stderr] 346 | TERM_RED, [INFO] [stderr] 347 | self.expected.clone().unwrap(), [INFO] [stderr] 348 | self.actual.clone().unwrap(), [INFO] [stderr] ... [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:360:16 [INFO] [stderr] | [INFO] [stderr] 360 | panic!(format!("{}{}\n\t{}{}{}\n{}", [INFO] [stderr] | ________________^ [INFO] [stderr] 361 | | description, [INFO] [stderr] 362 | | subject_name, [INFO] [stderr] 363 | | TERM_RED, [INFO] [stderr] 364 | | message, [INFO] [stderr] 365 | | TERM_RESET, [INFO] [stderr] 366 | | location)) [INFO] [stderr] | |________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 360 ~ panic!("{}{}\n\t{}{}{}\n{}", [INFO] [stderr] 361 | description, [INFO] [stderr] 362 | subject_name, [INFO] [stderr] 363 | TERM_RED, [INFO] [stderr] 364 | message, [INFO] [stderr] 365 | TERM_RESET, [INFO] [stderr] ... [INFO] [stderr] [INFO] [stderr] warning: `spectral` (lib) generated 2 warnings [INFO] [stderr] warning: `spectral` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/spectral-881233dd00c9d30e) [INFO] [stdout] test hashmap::tests::should_not_panic_if_hashmap_does_not_contain_entry_if_expected ... ok [INFO] [stdout] test hashmap::tests::contains_entry_should_allow_multiple_borrow_forms ... 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_does_not_contain_key_when_expected ... ok [INFO] [stdout] test hashmap::tests::does_not_contain_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 boolean::tests::should_not_panic_if_value_is_expected_to_be_false_and_is ... ok [INFO] [stdout] test hashmap::tests::contains_key_should_allow_multiple_borrow_forms ... ok [INFO] [stdout] test hashmap::tests::should_not_panic_if_hashmap_contains_entry ... ok [INFO] [stdout] test hashmap::tests::should_not_panic_if_hashmap_was_expected_to_be_empty_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::should_not_panic_if_hashmap_contains_entry_with_different_value_if_expected ... ok [INFO] [stdout] test hashmap::tests::should_not_panic_if_hashmap_contains_key ... 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_iterable_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_iterable_contains_value ... 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_iterator_matches_on_value ... ok [INFO] [stdout] test iter::tests::should_not_panic_if_vec_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_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_iteratable_equals_expected_iterator ... ok [INFO] [stdout] test iter::tests::should_not_panic_if_iterator_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 iter::tests::should_panic_if_iterator_does_not_contain_value - should panic ... ok [INFO] [stdout] test hashmap::tests::should_not_panic_if_hashmap_does_not_contain_key - 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 hashmap::tests::should_panic_if_hashmap_length_does_not_match_expected - 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_contains_entry_if_not_expected - 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_was_expected_to_be_empty_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 numeric::tests::should_not_panic_if_float_exactly_matches ... ok [INFO] [stdout] test iter::tests::should_panic_if_iterable_does_not_contain_all_expected_values - should panic ... ok [INFO] [stdout] test numeric::tests::is_less_than_should_allow_multiple_borrow_forms ... ok [INFO] [stdout] test numeric::tests::should_not_panic_if_float_is_close_to ... ok [INFO] [stdout] test iter::tests::should_panic_if_iterator_does_contain_value_but_expected_not_to - should panic ... 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_value_is_greater_than_or_equal_to_expected ... ok [INFO] [stdout] test numeric::tests::should_not_panic_if_value_is_less_than_expected ... ok [INFO] [stdout] test numeric::tests::should_not_panic_if_value_is_less_than_or_equal_to_than_expected ... ok [INFO] [stdout] test numeric::tests::is_less_than_or_equal_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_close_to_should_allow_multiple_borrow_forms ... ok [INFO] [stdout] test numeric::tests::should_panic_if_float_is_infinity - should panic ... FAILED [INFO] [stdout] test numeric::tests::is_greater_than_should_allow_multiple_borrow_forms ... ok [INFO] [stdout] test numeric::tests::should_panic_if_float_is_nan - should panic ... FAILED [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 iter::tests::should_panic_if_iterator_does_not_contain_all_expected_values_exactly - should panic ... ok [INFO] [stdout] test numeric::tests::should_panic_if_value_is_greater_than_expected - should panic ... ok [INFO] [stdout] test iter::tests::should_panic_if_iterator_does_not_equal_expected_iterator - should panic ... ok [INFO] [stdout] test iter::tests::should_panic_if_iterator_does_not_match_on_value - should panic ... ok [INFO] [stdout] test option::tests::contains_value_should_allow_multiple_borrow_types ... ok [INFO] [stdout] test iter::tests::should_panic_if_vec_does_not_contain_value - should panic ... ok [INFO] [stdout] test path::tests::has_file_name_should_allow_multiple_borrow_forms_for_path ... ok [INFO] [stdout] test numeric::tests::should_panic_if_float_is_negative_infinity - should panic ... FAILED [INFO] [stdout] test path::tests::has_file_name_should_allow_multiple_borrow_forms_for_pathbuf ... ok [INFO] [stdout] test option::tests::should_be_able_to_unwrap_option_if_some ... ok [INFO] [stdout] test numeric::tests::should_panic_if_float_is_not_close_to - should panic ... FAILED [INFO] [stdout] test path::tests::should_not_panic_if_path_exists ... ok [INFO] [stdout] test numeric::tests::should_panic_if_value_is_less_than_or_not_equal_to_expected - 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 option::tests::should_not_panic_if_option_contains_expected_value ... 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 numeric::tests::should_panic_if_value_is_greater_than_or_not_equal_to_expected - should panic ... ok [INFO] [stdout] test numeric::tests::should_panic_if_value_is_less_than_expected - should panic ... ok [INFO] [stdout] test option::tests::should_panic_if_option_is_none_but_expected_value - should panic ... ok [INFO] [stdout] test option::tests::should_panic_if_option_is_not_empty_but_was_expected_as_empty - should panic ... 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_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_pathbuf_has_correct_file_name ... ok [INFO] [stdout] test path::tests::should_not_panic_if_pathbuf_exists ... ok [INFO] [stdout] test path::tests::should_not_panic_if_pathbuf_represents_a_file ... ok [INFO] [stdout] test path::tests::should_not_panic_if_path_represents_a_file ... ok [INFO] [stdout] test path::tests::should_panic_if_path_does_not_exist - should panic ... ok [INFO] [stdout] test path::tests::should_panic_if_path_does_not_have_a_file_name - should panic ... ok [INFO] [stdout] test iter::tests::should_panic_if_iterable_does_not_contain_value - 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 path::tests::should_panic_if_path_does_not_have_correct_file_name - should panic ... ok [INFO] [stdout] test path::tests::should_panic_if_path_does_not_represent_a_directory - should panic ... ok [INFO] [stdout] test path::tests::should_panic_if_path_does_not_represent_a_file - should panic ... ok [INFO] [stdout] test path::tests::should_panic_if_path_exists_when_not_expected - should panic ... ok [INFO] [stdout] test path::tests::should_panic_if_pathbuf_does_not_exist - 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_have_correct_file_name - should panic ... ok [INFO] [stdout] test path::tests::should_panic_if_pathbuf_does_not_represent_a_directory - should panic ... ok [INFO] [stdout] test path::tests::should_panic_if_pathbuf_does_not_represent_a_file - should panic ... ok [INFO] [stdout] test path::tests::should_panic_if_pathbuf_exists_when_not_expected - should panic ... ok [INFO] [stdout] test result::tests::should_not_panic_if_result_is_ok_with_expected_value ... ok [INFO] [stdout] test result::tests::should_not_panic_if_result_is_ok_with_uncomparable_ok ... ok [INFO] [stdout] test path::tests::should_not_panic_if_pathbuf_does_not_exist_when_expected ... 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_not_panic_if_pathbuf_represents_a_directory ... 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_err_with_expected_value ... ok [INFO] [stdout] test result::tests::should_not_panic_if_result_is_err_with_uncomparable_ok ... ok [INFO] [stdout] test result::tests::is_error_containing_should_allow_multiple_borrow_forms ... ok [INFO] [stdout] test result::tests::is_ok_containing_should_allow_multiple_borrow_forms ... ok [INFO] [stdout] test result::tests::should_return_unwrapped_value_if_subject_is_ok ... ok [INFO] [stdout] test string::tests::should_not_panic_if_str_ends_with_value ... ok [INFO] [stdout] test string::tests::should_not_panic_if_str_starts_with_value ... ok [INFO] [stdout] test string::tests::should_allow_multiple_borrow_forms_for_string ... ok [INFO] [stdout] test string::tests::should_not_panic_if_string_starts_with_value ... ok [INFO] [stdout] test string::tests::should_not_panic_if_str_contains_value ... ok [INFO] [stdout] test string::tests::should_not_panic_if_string_contains_value ... ok [INFO] [stdout] test string::tests::should_not_panic_if_string_ends_with_value ... ok [INFO] [stdout] test string::tests::should_panic_if_str_does_not_contain_value - 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 string::tests::should_panic_if_string_does_not_contain_value - should panic ... 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 string::tests::should_panic_if_str_does_not_start_with_value - should panic ... ok [INFO] [stdout] test string::tests::should_panic_if_str_does_not_end_with_value - should panic ... ok [INFO] [stdout] test result::tests::should_panic_if_result_is_err_if_ok_with_value_expected - should panic ... ok [INFO] [stdout] test result::tests::should_panic_if_result_is_err_without_expected_value - should panic ... ok [INFO] [stdout] test string::tests::should_allow_multiple_borrow_forms_for_str ... ok [INFO] [stdout] test result::tests::should_panic_if_result_is_ok_if_err_with_value_expected - should panic ... ok [INFO] [stdout] test result::tests::should_panic_if_result_is_ok_without_expected_value - should panic ... ok [INFO] [stdout] test result::tests::should_return_unwrapped_value_if_subject_is_err ... 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 tests::should_not_panic_if_value_matches ... ok [INFO] [stdout] test tests::should_not_panic_on_equal_subjects ... ok [INFO] [stdout] test tests::should_contain_assertion_description_if_message_is_provided - should panic ... ok [INFO] [stdout] test tests::should_contain_file_and_line_for_assertions_if_message_is_provided - should panic ... ok [INFO] [stdout] test tests::should_contain_file_and_line_in_panic_for_descriptive_assertions - should panic ... ok [INFO] [stdout] test tests::should_contain_assertion_description_in_panic - should panic ... ok [INFO] [stdout] test tests::should_contain_file_and_line_in_panic_for_assertions - should panic ... ok [INFO] [stdout] test tests::should_be_able_to_use_macro_form_without_deliberate_reference ... ok [INFO] [stdout] test result::tests::should_panic_if_result_is_expected_to_be_ok_and_is_not - 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 tests::should_contain_subject_name_in_panic_for_assertions_if_message_is_provided - 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 tests::should_not_panic_on_unequal_subjects_if_expected ... ok [INFO] [stdout] test vec::tests::should_not_panic_if_vec_length_matches_expected ... ok [INFO] [stdout] test vec::tests::should_not_panic_if_vec_was_expected_to_be_empty_and_is ... ok [INFO] [stdout] test tests::should_contain_subject_name_in_panic_for_assertions - should panic ... ok [INFO] [stdout] test tests::should_panic_if_value_does_not_match - should panic ... ok [INFO] [stdout] test tests::should_contain_file_and_line_for_descriptive_assertions_if_message_is_provided - should panic ... ok [INFO] [stdout] test tests::should_panic_on_equal_subjects_if_expected_unequal - should panic ... ok [INFO] [stdout] test tests::should_panic_on_unequal_subjects - should panic ... ok [INFO] [stdout] test vec::tests::should_panic_if_vec_length_does_not_match_expected - should panic ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- numeric::tests::should_panic_if_float_is_infinity stdout ---- [INFO] [stdout] thread 'numeric::tests::should_panic_if_float_is_infinity' panicked at ' [INFO] [stdout] expected: float close to <1.0> (tolerance of <0.01>) [INFO] [stdout] but was: [INFO] [stdout] ', src/lib.rs:343:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c8f051550c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55c8f051550c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c8f051550c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c8f051550c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c8f053baec - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55c8f0510613 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55c8f0517be2 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c8f0517be2 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c8f0517be2 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55c8f0517831 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55c8f0518233 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55c8f04b25ee - std::panicking::begin_panic::{{closure}}::h225c08fc7d6cebfc [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:526:9 [INFO] [stdout] 12: 0x55c8f04b046e - std::sys_common::backtrace::__rust_end_short_backtrace::hb6bfa62fc56f502b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55c8f04b2554 - std::panicking::begin_panic::h1b853bd608c7d465 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:525:12 [INFO] [stdout] 14: 0x55c8f0476d28 - spectral::AssertionFailure::fail::hd311fbb536560347 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:343:9 [INFO] [stdout] 15: 0x55c8f04672b7 - as spectral::numeric::FloatAssertions>::is_close_to::h6e11e184335ffdef [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:116:13 [INFO] [stdout] 16: 0x55c8f048a554 - spectral::numeric::tests::should_panic_if_float_is_infinity::hc233e1924c842441 [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:243:9 [INFO] [stdout] 17: 0x55c8f048a50a - spectral::numeric::tests::should_panic_if_float_is_infinity::{{closure}}::hcfc3b1bec01c0a1c [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:242:5 [INFO] [stdout] 18: 0x55c8f04a24ee - core::ops::function::FnOnce::call_once::hb5f1fcfa21cb19dc [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55c8f04e33b3 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55c8f04e33b3 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 21: 0x55c8f04e209f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 22: 0x55c8f04e209f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x55c8f04e209f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 24: 0x55c8f04e209f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 25: 0x55c8f04e209f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 26: 0x55c8f04e209f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 27: 0x55c8f04e209f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 28: 0x55c8f04eb461 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 29: 0x55c8f04eb461 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 30: 0x55c8f04b7eef - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 31: 0x55c8f04b7eef - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x55c8f04b7eef - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 33: 0x55c8f04b7eef - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 34: 0x55c8f04b7eef - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 35: 0x55c8f04b7eef - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 36: 0x55c8f04b7eef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x55c8f051ddb3 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 38: 0x55c8f051ddb3 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55c8f051ddb3 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7f4aeb027609 - start_thread [INFO] [stdout] 41: 0x7f4aeadf9293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] note: panic did not contain expected string [INFO] [stdout] panic message: `"\n\texpected: float close to <1.0> (tolerance of <0.01>)\n\t but was: \n"`, [INFO] [stdout] expected substring: `"\n\texpected: float close to <1> (tolerance of <0.01>)\n\t but was: "` [INFO] [stdout] ---- numeric::tests::should_panic_if_float_is_nan stdout ---- [INFO] [stdout] thread 'numeric::tests::should_panic_if_float_is_nan' panicked at ' [INFO] [stdout] expected: float close to <1.0> (tolerance of <0.01>) [INFO] [stdout] but was: [INFO] [stdout] ', src/lib.rs:343:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c8f051550c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55c8f051550c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c8f051550c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c8f051550c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c8f053baec - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55c8f0510613 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55c8f0517be2 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c8f0517be2 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c8f0517be2 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55c8f0517831 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55c8f0518233 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55c8f04b25ee - std::panicking::begin_panic::{{closure}}::h225c08fc7d6cebfc [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:526:9 [INFO] [stdout] 12: 0x55c8f04b046e - std::sys_common::backtrace::__rust_end_short_backtrace::hb6bfa62fc56f502b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55c8f04b2554 - std::panicking::begin_panic::h1b853bd608c7d465 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:525:12 [INFO] [stdout] 14: 0x55c8f0476d28 - spectral::AssertionFailure::fail::hd311fbb536560347 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:343:9 [INFO] [stdout] 15: 0x55c8f04672b7 - as spectral::numeric::FloatAssertions>::is_close_to::h6e11e184335ffdef [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:116:13 [INFO] [stdout] 16: 0x55c8f048a4c4 - spectral::numeric::tests::should_panic_if_float_is_nan::h24e1e048947cdfa7 [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:236:9 [INFO] [stdout] 17: 0x55c8f048a47a - spectral::numeric::tests::should_panic_if_float_is_nan::{{closure}}::h4da28a781ba33fda [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:235:5 [INFO] [stdout] 18: 0x55c8f04a21ae - core::ops::function::FnOnce::call_once::h9bf69acacdbc15f7 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55c8f04e33b3 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55c8f04e33b3 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 21: 0x55c8f04e209f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 22: 0x55c8f04e209f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x55c8f04e209f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 24: 0x55c8f04e209f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 25: 0x55c8f04e209f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 26: 0x55c8f04e209f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 27: 0x55c8f04e209f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 28: 0x55c8f04eb461 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 29: 0x55c8f04eb461 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 30: 0x55c8f04b7eef - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 31: 0x55c8f04b7eef - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x55c8f04b7eef - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 33: 0x55c8f04b7eef - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 34: 0x55c8f04b7eef - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 35: 0x55c8f04b7eef - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 36: 0x55c8f04b7eef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x55c8f051ddb3 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 38: 0x55c8f051ddb3 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55c8f051ddb3 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7f4aeb027609 - start_thread [INFO] [stdout] 41: 0x7f4aeadf9293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] note: panic did not contain expected string [INFO] [stdout] panic message: `"\n\texpected: float close to <1.0> (tolerance of <0.01>)\n\t but was: \n"`, [INFO] [stdout] expected substring: `"\n\texpected: float close to <1> (tolerance of <0.01>)\n\t but was: "` [INFO] [stdout] ---- numeric::tests::should_panic_if_float_is_negative_infinity stdout ---- [INFO] [stdout] thread 'numeric::tests::should_panic_if_float_is_negative_infinity' panicked at ' [INFO] [stdout] expected: float close to <1.0> (tolerance of <0.01>) [INFO] [stdout] but was: <-inf> [INFO] [stdout] ', src/lib.rs:343:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c8f051550c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55c8f051550c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c8f051550c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c8f051550c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c8f053baec - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55c8f0510613 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55c8f0517be2 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c8f0517be2 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c8f0517be2 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55c8f0517831 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55c8f0518233 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55c8f04b25ee - std::panicking::begin_panic::{{closure}}::h225c08fc7d6cebfc [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:526:9 [INFO] [stdout] 12: 0x55c8f04b046e - std::sys_common::backtrace::__rust_end_short_backtrace::hb6bfa62fc56f502b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55c8f04b2554 - std::panicking::begin_panic::h1b853bd608c7d465 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:525:12 [INFO] [stdout] 14: 0x55c8f0476d28 - spectral::AssertionFailure::fail::hd311fbb536560347 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:343:9 [INFO] [stdout] 15: 0x55c8f04672b7 - as spectral::numeric::FloatAssertions>::is_close_to::h6e11e184335ffdef [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:116:13 [INFO] [stdout] 16: 0x55c8f048a5e4 - spectral::numeric::tests::should_panic_if_float_is_negative_infinity::h19c6ff20cf73b926 [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:250:9 [INFO] [stdout] 17: 0x55c8f048a59a - spectral::numeric::tests::should_panic_if_float_is_negative_infinity::{{closure}}::hea960b6e0df6f8b8 [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:249:5 [INFO] [stdout] 18: 0x55c8f04a2c6e - core::ops::function::FnOnce::call_once::he561a06b4e9cfb47 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55c8f04e33b3 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55c8f04e33b3 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 21: 0x55c8f04e209f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 22: 0x55c8f04e209f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x55c8f04e209f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 24: 0x55c8f04e209f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 25: 0x55c8f04e209f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 26: 0x55c8f04e209f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 27: 0x55c8f04e209f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 28: 0x55c8f04eb461 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 29: 0x55c8f04eb461 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 30: 0x55c8f04b7eef - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 31: 0x55c8f04b7eef - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x55c8f04b7eef - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 33: 0x55c8f04b7eef - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 34: 0x55c8f04b7eef - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 35: 0x55c8f04b7eef - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 36: 0x55c8f04b7eef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x55c8f051ddb3 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 38: 0x55c8f051ddb3 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55c8f051ddb3 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7f4aeb027609 - start_thread [INFO] [stdout] 41: 0x7f4aeadf9293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] note: panic did not contain expected string [INFO] [stdout] panic message: `"\n\texpected: float close to <1.0> (tolerance of <0.01>)\n\t but was: <-inf>\n"`, [INFO] [stdout] expected substring: `"\n\texpected: float close to <1> (tolerance of <0.01>)\n\t but was: <-inf>"` [INFO] [stdout] ---- numeric::tests::should_panic_if_float_is_not_close_to stdout ---- [INFO] [stdout] thread 'numeric::tests::should_panic_if_float_is_not_close_to' panicked at ' [INFO] [stdout] expected: float close to <1.0> (tolerance of <0.01>) [INFO] [stdout] but was: <2.0> [INFO] [stdout] ', src/lib.rs:343:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c8f051550c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55c8f051550c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55c8f051550c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55c8f051550c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55c8f053baec - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55c8f0510613 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55c8f0517be2 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55c8f0517be2 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55c8f0517be2 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55c8f0517831 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55c8f0518233 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55c8f04b25ee - std::panicking::begin_panic::{{closure}}::h225c08fc7d6cebfc [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:526:9 [INFO] [stdout] 12: 0x55c8f04b046e - std::sys_common::backtrace::__rust_end_short_backtrace::hb6bfa62fc56f502b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55c8f04b2554 - std::panicking::begin_panic::h1b853bd608c7d465 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:525:12 [INFO] [stdout] 14: 0x55c8f0476d28 - spectral::AssertionFailure::fail::hd311fbb536560347 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:343:9 [INFO] [stdout] 15: 0x55c8f04672b7 - as spectral::numeric::FloatAssertions>::is_close_to::h6e11e184335ffdef [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:116:13 [INFO] [stdout] 16: 0x55c8f048a42f - spectral::numeric::tests::should_panic_if_float_is_not_close_to::h9945e0d1ebdfb1bb [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:229:9 [INFO] [stdout] 17: 0x55c8f048a3ea - spectral::numeric::tests::should_panic_if_float_is_not_close_to::{{closure}}::hde51a4ff07b69e1c [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:228:5 [INFO] [stdout] 18: 0x55c8f04a18ae - core::ops::function::FnOnce::call_once::h6ba15f7d295b1be8 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55c8f04e33b3 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55c8f04e33b3 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 21: 0x55c8f04e209f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 22: 0x55c8f04e209f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x55c8f04e209f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 24: 0x55c8f04e209f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 25: 0x55c8f04e209f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 26: 0x55c8f04e209f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 27: 0x55c8f04e209f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 28: 0x55c8f04eb461 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 29: 0x55c8f04eb461 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 30: 0x55c8f04b7eef - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 31: 0x55c8f04b7eef - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x55c8f04b7eef - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 33: 0x55c8f04b7eef - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 34: 0x55c8f04b7eef - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 35: 0x55c8f04b7eef - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 36: 0x55c8f04b7eef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x55c8f051ddb3 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 38: 0x55c8f051ddb3 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55c8f051ddb3 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7f4aeb027609 - start_thread [INFO] [stdout] 41: 0x7f4aeadf9293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] note: panic did not contain expected string [INFO] [stdout] panic message: `"\n\texpected: float close to <1.0> (tolerance of <0.01>)\n\t but was: <2.0>\n"`, [INFO] [stdout] expected substring: `"\n\texpected: float close to <1> (tolerance of <0.01>)\n\t but was: <2>"` [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] numeric::tests::should_panic_if_float_is_infinity [INFO] [stdout] numeric::tests::should_panic_if_float_is_nan [INFO] [stdout] numeric::tests::should_panic_if_float_is_negative_infinity [INFO] [stdout] numeric::tests::should_panic_if_float_is_not_close_to [INFO] [stdout] [INFO] [stdout] test result: FAILED. 149 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "a3482794ab797083d24f7c95529ecdc27b8aeacbdd7e208f6ae576a6fdedd6a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3482794ab797083d24f7c95529ecdc27b8aeacbdd7e208f6ae576a6fdedd6a7", kill_on_drop: false }` [INFO] [stdout] a3482794ab797083d24f7c95529ecdc27b8aeacbdd7e208f6ae576a6fdedd6a7