[INFO] fetching crate spectral 0.6.0... [INFO] testing spectral-0.6.0 against beta-2021-09-08 for beta-1.56-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 beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c325dfb3d4ce983385601dd24ca51b729fee591b6170c7c83647da62432084e4 [INFO] running `Command { std: "docker" "start" "-a" "c325dfb3d4ce983385601dd24ca51b729fee591b6170c7c83647da62432084e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c325dfb3d4ce983385601dd24ca51b729fee591b6170c7c83647da62432084e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c325dfb3d4ce983385601dd24ca51b729fee591b6170c7c83647da62432084e4", kill_on_drop: false }` [INFO] [stdout] c325dfb3d4ce983385601dd24ca51b729fee591b6170c7c83647da62432084e4 [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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0295e051839eab18e302dddc770c7c7c87a6e1cac6223b6a3b5ee4565e8e87a8 [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" "0295e051839eab18e302dddc770c7c7c87a6e1cac6223b6a3b5ee4565e8e87a8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [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 11.37s [INFO] running `Command { std: "docker" "inspect" "0295e051839eab18e302dddc770c7c7c87a6e1cac6223b6a3b5ee4565e8e87a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0295e051839eab18e302dddc770c7c7c87a6e1cac6223b6a3b5ee4565e8e87a8", kill_on_drop: false }` [INFO] [stdout] 0295e051839eab18e302dddc770c7c7c87a6e1cac6223b6a3b5ee4565e8e87a8 [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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a08e46a9689f4162eb1b27c6c049fa289c34ba1fc5654beb644cd0f98a80d2ea [INFO] running `Command { std: "docker" "start" "-a" "a08e46a9689f4162eb1b27c6c049fa289c34ba1fc5654beb644cd0f98a80d2ea", 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.62s [INFO] running `Command { std: "docker" "inspect" "a08e46a9689f4162eb1b27c6c049fa289c34ba1fc5654beb644cd0f98a80d2ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a08e46a9689f4162eb1b27c6c049fa289c34ba1fc5654beb644cd0f98a80d2ea", kill_on_drop: false }` [INFO] [stdout] a08e46a9689f4162eb1b27c6c049fa289c34ba1fc5654beb644cd0f98a80d2ea [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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e0e1514321010dd1b87b709850c9316a6eef738370c8a24aad1fdd74b5d28191 [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" "e0e1514321010dd1b87b709850c9316a6eef738370c8a24aad1fdd74b5d28191", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [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-92f6f624dd741c09) [INFO] [stdout] [INFO] [stdout] running 153 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::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_was_expected_to_be_empty_and_is ... ok [INFO] [stdout] test hashmap::tests::does_not_contain_key_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::contains_entry_should_allow_multiple_borrow_forms ... 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_contains_key ... ok [INFO] [stdout] test hashmap::tests::should_not_panic_if_hashmap_contains_entry_with_different_value_if_expected ... ok [INFO] [stdout] test iter::tests::should_not_panic_if_iterator_contains_all_expected_values ... ok [INFO] [stdout] test hashmap::tests::should_not_panic_if_hashmap_contains_entry ... 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_iterable_contains_all_expected_values ... ok [INFO] [stdout] test iter::tests::should_not_panic_if_iterator_matches_on_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_iteratable_equals_expected_iterator ... 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_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_iterator_equals_expected_iterator ... 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_without_key - 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_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 boolean::tests::should_panic_if_value_is_expected_to_be_true_and_is_not - 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 iter::tests::should_panic_if_vec_does_not_contain_mapped_value - should panic ... ok [INFO] [stdout] test numeric::tests::is_less_than_should_allow_multiple_borrow_forms ... 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_iterator_does_not_match_on_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_expected ... ok [INFO] [stdout] test numeric::tests::should_not_panic_if_float_is_close_to ... 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_less_than_or_equal_to_than_expected ... ok [INFO] [stdout] test numeric::tests::should_panic_if_float_is_infinity - should panic ... FAILED [INFO] [stdout] test numeric::tests::should_panic_if_float_is_nan - should panic ... FAILED [INFO] [stdout] test numeric::tests::should_panic_if_float_is_negative_infinity - should panic ... FAILED [INFO] [stdout] test numeric::tests::should_panic_if_float_is_not_close_to - should panic ... FAILED [INFO] [stdout] test iter::tests::should_panic_if_vec_does_not_contain_value - should panic ... 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 numeric::tests::should_panic_if_value_is_less_than_expected - should panic ... ok [INFO] [stdout] test option::tests::should_be_able_to_unwrap_option_if_some ... 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 option::tests::should_panic_if_option_does_not_contain_expected_value - should panic ... ok [INFO] [stdout] test option::tests::contains_value_should_allow_multiple_borrow_types ... ok [INFO] [stdout] test option::tests::should_panic_if_option_is_expected_to_contain_value_and_does_not - should panic ... 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_contain_value_but_expected_not_to - should panic ... ok [INFO] [stdout] test path::tests::should_not_panic_if_path_does_not_exist_when_expected ... 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_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_exists ... 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 path::tests::should_not_panic_if_pathbuf_represents_a_file ... ok [INFO] [stdout] test path::tests::has_file_name_should_allow_multiple_borrow_forms_for_pathbuf ... ok [INFO] [stdout] test path::tests::has_file_name_should_allow_multiple_borrow_forms_for_path ... ok [INFO] [stdout] test numeric::tests::should_not_panic_if_value_is_greater_than_expected ... ok [INFO] [stdout] test path::tests::should_not_panic_if_path_exists ... ok [INFO] [stdout] test numeric::tests::should_not_panic_if_value_is_greater_than_or_equal_to_expected ... ok [INFO] [stdout] test iter::tests::should_panic_if_iterator_does_not_contain_all_expected_values_exactly - should panic ... 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_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_correct_file_name - 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_equal_expected_iterator - should panic ... ok [INFO] [stdout] test path::tests::should_panic_if_pathbuf_does_not_represent_a_file - should panic ... 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::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 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 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 result::tests::should_panic_if_result_is_expected_to_be_error_and_is_not - should panic ... 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_ok_if_err_with_value_expected - should panic ... 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 iter::tests::should_panic_if_iterable_does_not_contain_all_expected_values - should panic ... ok [INFO] [stdout] test iter::tests::should_panic_if_iterator_does_not_contain_all_expected_values - should panic ... ok [INFO] [stdout] test path::tests::should_panic_if_pathbuf_exists_when_not_expected - 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_file - should panic ... 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_iterator_does_not_contain_value - 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 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_starts_with_value ... ok [INFO] [stdout] test result::tests::should_return_unwrapped_value_if_subject_is_ok ... ok [INFO] [stdout] test iter::tests::should_panic_if_iterable_does_not_contain_value - 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_pathbuf_does_not_represent_a_directory - should panic ... ok [INFO] [stdout] test path::tests::should_panic_if_pathbuf_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_contains_value ... 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_contains_value ... 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 string::tests::should_not_panic_if_str_starts_with_value ... 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_without_expected_value - should panic ... ok [INFO] [stdout] test string::tests::should_panic_if_str_does_not_contain_value - should panic ... ok [INFO] [stdout] test tests::should_be_able_to_use_macro_form_without_deliberate_reference ... ok [INFO] [stdout] test string::tests::should_panic_if_str_does_not_end_with_value - 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_contain_file_and_line_in_panic_for_assertions - 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_contain_assertion_description_in_panic - should panic ... ok [INFO] [stdout] test tests::should_panic_if_value_does_not_match - should panic ... ok [INFO] [stdout] test tests::should_be_able_to_map_to_inner_field_of_struct_when_matching ... ok [INFO] [stdout] test tests::is_equal_to_should_support_multiple_borrow_forms ... ok [INFO] [stdout] test string::tests::should_panic_if_string_does_not_end_with_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_string_does_not_start_with_value - should panic ... ok [INFO] [stdout] test tests::is_not_equal_to_should_support_multiple_borrow_forms ... 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_string_does_not_contain_value - 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_assertion_description_if_message_is_provided - should panic ... ok [INFO] [stdout] test vec::tests::should_panic_if_vec_length_does_not_match_expected - should panic ... ok [INFO] [stdout] test tests::should_contain_subject_name_in_panic_for_assertions_if_message_is_provided - should panic ... ok [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] [stdout] test vec::tests::should_not_panic_if_vec_length_matches_expected ... ok [INFO] [stdout] test tests::should_contain_subject_name_in_panic_for_assertions - 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_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_not_panic_if_vec_was_expected_to_be_empty_and_is ... ok [INFO] [stdout] test tests::should_contain_file_and_line_in_panic_for_descriptive_assertions - 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: 0x55f39b0ae0bc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55f39b0ae0bc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55f39b0ae0bc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55f39b0ae0bc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55f39b0d1afc - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55f39b0aac85 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55f39b0afd70 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55f39b0afd70 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55f39b0afd70 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55f39b0af962 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55f39b0b0424 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55f39b047f2e - std::panicking::begin_panic::{{closure}}::h919fb2ad6992671f [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:544:9 [INFO] [stdout] 12: 0x55f39b04460e - std::sys_common::backtrace::__rust_end_short_backtrace::h747d2031d26a0244 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55f39b047e34 - std::panicking::begin_panic::he0d13fdef0911233 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:543:12 [INFO] [stdout] 14: 0x55f39b00a918 - spectral::AssertionFailure::fail::hae575e90d7d606ea [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:343:9 [INFO] [stdout] 15: 0x55f39affb5c7 - as spectral::numeric::FloatAssertions>::is_close_to::h5719e45ff3bccd83 [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:116:13 [INFO] [stdout] 16: 0x55f39b04d874 - spectral::numeric::tests::should_panic_if_float_is_infinity::hf5f18b2f9e65ee31 [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:243:9 [INFO] [stdout] 17: 0x55f39b04d82a - spectral::numeric::tests::should_panic_if_float_is_infinity::{{closure}}::hb8a683e1b6bb8e32 [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:242:5 [INFO] [stdout] 18: 0x55f39b03b76e - core::ops::function::FnOnce::call_once::h04dd62da3503deb4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55f39b081723 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55f39b081723 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 21: 0x55f39b0801a8 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 22: 0x55f39b0801a8 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x55f39b0801a8 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 24: 0x55f39b0801a8 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 25: 0x55f39b0801a8 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 26: 0x55f39b0801a8 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 27: 0x55f39b0801a8 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 28: 0x55f39b04dcfe - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 29: 0x55f39b04dcfe - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x55f39b052598 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 31: 0x55f39b052598 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x55f39b052598 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 33: 0x55f39b052598 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 34: 0x55f39b052598 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 35: 0x55f39b052598 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 36: 0x55f39b052598 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x55f39b0b50d3 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 38: 0x55f39b0b50d3 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 39: 0x55f39b0b50d3 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 40: 0x7fb358788609 - start_thread [INFO] [stdout] 41: 0x7fb35855a293 - 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: 0x55f39b0ae0bc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55f39b0ae0bc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55f39b0ae0bc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55f39b0ae0bc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55f39b0d1afc - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55f39b0aac85 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55f39b0afd70 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55f39b0afd70 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55f39b0afd70 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55f39b0af962 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55f39b0b0424 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55f39b047f2e - std::panicking::begin_panic::{{closure}}::h919fb2ad6992671f [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:544:9 [INFO] [stdout] 12: 0x55f39b04460e - std::sys_common::backtrace::__rust_end_short_backtrace::h747d2031d26a0244 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55f39b047e34 - std::panicking::begin_panic::he0d13fdef0911233 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:543:12 [INFO] [stdout] 14: 0x55f39b00a918 - spectral::AssertionFailure::fail::hae575e90d7d606ea [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:343:9 [INFO] [stdout] 15: 0x55f39affb5c7 - as spectral::numeric::FloatAssertions>::is_close_to::h5719e45ff3bccd83 [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:116:13 [INFO] [stdout] 16: 0x55f39b04d7e4 - spectral::numeric::tests::should_panic_if_float_is_nan::h9fdfc1770a5eaf65 [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:236:9 [INFO] [stdout] 17: 0x55f39b04d79a - spectral::numeric::tests::should_panic_if_float_is_nan::{{closure}}::hd3bcc503a0913e4f [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:235:5 [INFO] [stdout] 18: 0x55f39b03dafe - core::ops::function::FnOnce::call_once::hf249d9fa92544661 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55f39b081723 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55f39b081723 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 21: 0x55f39b0801a8 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 22: 0x55f39b0801a8 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x55f39b0801a8 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 24: 0x55f39b0801a8 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 25: 0x55f39b0801a8 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 26: 0x55f39b0801a8 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 27: 0x55f39b0801a8 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 28: 0x55f39b04dcfe - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 29: 0x55f39b04dcfe - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x55f39b052598 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 31: 0x55f39b052598 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x55f39b052598 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 33: 0x55f39b052598 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 34: 0x55f39b052598 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 35: 0x55f39b052598 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 36: 0x55f39b052598 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x55f39b0b50d3 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 38: 0x55f39b0b50d3 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 39: 0x55f39b0b50d3 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 40: 0x7fb358788609 - start_thread [INFO] [stdout] 41: 0x7fb35855a293 - 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: 0x55f39b0ae0bc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55f39b0ae0bc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55f39b0ae0bc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55f39b0ae0bc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55f39b0d1afc - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55f39b0aac85 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55f39b0afd70 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55f39b0afd70 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55f39b0afd70 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55f39b0af962 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55f39b0b0424 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55f39b047f2e - std::panicking::begin_panic::{{closure}}::h919fb2ad6992671f [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:544:9 [INFO] [stdout] 12: 0x55f39b04460e - std::sys_common::backtrace::__rust_end_short_backtrace::h747d2031d26a0244 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55f39b047e34 - std::panicking::begin_panic::he0d13fdef0911233 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:543:12 [INFO] [stdout] 14: 0x55f39b00a918 - spectral::AssertionFailure::fail::hae575e90d7d606ea [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:343:9 [INFO] [stdout] 15: 0x55f39affb5c7 - as spectral::numeric::FloatAssertions>::is_close_to::h5719e45ff3bccd83 [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:116:13 [INFO] [stdout] 16: 0x55f39b04d904 - spectral::numeric::tests::should_panic_if_float_is_negative_infinity::hbbe38dd7553b8940 [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:250:9 [INFO] [stdout] 17: 0x55f39b04d8ba - spectral::numeric::tests::should_panic_if_float_is_negative_infinity::{{closure}}::h626a1d35414a47ce [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:249:5 [INFO] [stdout] 18: 0x55f39b03c67e - core::ops::function::FnOnce::call_once::h69e2d3bed18aa6d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55f39b081723 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55f39b081723 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 21: 0x55f39b0801a8 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 22: 0x55f39b0801a8 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x55f39b0801a8 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 24: 0x55f39b0801a8 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 25: 0x55f39b0801a8 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 26: 0x55f39b0801a8 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 27: 0x55f39b0801a8 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 28: 0x55f39b04dcfe - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 29: 0x55f39b04dcfe - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x55f39b052598 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 31: 0x55f39b052598 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x55f39b052598 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 33: 0x55f39b052598 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 34: 0x55f39b052598 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 35: 0x55f39b052598 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 36: 0x55f39b052598 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x55f39b0b50d3 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 38: 0x55f39b0b50d3 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 39: 0x55f39b0b50d3 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 40: 0x7fb358788609 - start_thread [INFO] [stdout] 41: 0x7fb35855a293 - 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: 0x55f39b0ae0bc - std::backtrace_rs::backtrace::libunwind::trace::h51faa62df48810e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55f39b0ae0bc - std::backtrace_rs::backtrace::trace_unsynchronized::h91de4d8e16d607e4 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55f39b0ae0bc - std::sys_common::backtrace::_print_fmt::h71b0935f97e4322c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55f39b0ae0bc - ::fmt::h9a78218788c14e18 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55f39b0d1afc - core::fmt::write::h3381b3176fe2b3d3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/fmt/mod.rs:1150:17 [INFO] [stdout] 5: 0x55f39b0aac85 - std::io::Write::write_fmt::hb6383f24fe197d3c [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/io/mod.rs:1667:15 [INFO] [stdout] 6: 0x55f39b0afd70 - std::sys_common::backtrace::_print::h4b77abc4d907ed0e [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55f39b0afd70 - std::sys_common::backtrace::print::hb170c60b542377ad [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55f39b0afd70 - std::panicking::default_hook::{{closure}}::h12bbda9af8901ee3 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:210:50 [INFO] [stdout] 9: 0x55f39b0af962 - std::panicking::default_hook::h8c6c66d3f3ba6768 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:224:9 [INFO] [stdout] 10: 0x55f39b0b0424 - std::panicking::rust_panic_with_hook::h36f2fa0bb09f4069 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:624:17 [INFO] [stdout] 11: 0x55f39b047f2e - std::panicking::begin_panic::{{closure}}::h919fb2ad6992671f [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:544:9 [INFO] [stdout] 12: 0x55f39b04460e - std::sys_common::backtrace::__rust_end_short_backtrace::h747d2031d26a0244 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55f39b047e34 - std::panicking::begin_panic::he0d13fdef0911233 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:543:12 [INFO] [stdout] 14: 0x55f39b00a918 - spectral::AssertionFailure::fail::hae575e90d7d606ea [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:343:9 [INFO] [stdout] 15: 0x55f39affb5c7 - as spectral::numeric::FloatAssertions>::is_close_to::h5719e45ff3bccd83 [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:116:13 [INFO] [stdout] 16: 0x55f39b04d74f - spectral::numeric::tests::should_panic_if_float_is_not_close_to::h0cfd021c884e005f [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:229:9 [INFO] [stdout] 17: 0x55f39b04d70a - spectral::numeric::tests::should_panic_if_float_is_not_close_to::{{closure}}::h79e9203a7ad608ae [INFO] [stdout] at /opt/rustwide/workdir/src/numeric.rs:228:5 [INFO] [stdout] 18: 0x55f39b03d63e - core::ops::function::FnOnce::call_once::hd420b5748233e070 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55f39b081723 - core::ops::function::FnOnce::call_once::h61555a204318cc58 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55f39b081723 - test::__rust_begin_short_backtrace::h8331e7b1cc7a6e62 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:578:5 [INFO] [stdout] 21: 0x55f39b0801a8 - as core::ops::function::FnOnce>::call_once::h98582e597fa7f145 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 22: 0x55f39b0801a8 - as core::ops::function::FnOnce<()>>::call_once::h38fa7a0826ecff45 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x55f39b0801a8 - std::panicking::try::do_call::h5b27d1cfffaa9f87 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 24: 0x55f39b0801a8 - std::panicking::try::h86f7124b3264bcbe [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 25: 0x55f39b0801a8 - std::panic::catch_unwind::h42dadf3598df7528 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 26: 0x55f39b0801a8 - test::run_test_in_process::h9d4b7510f0910050 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:601:18 [INFO] [stdout] 27: 0x55f39b0801a8 - test::run_test::run_test_inner::{{closure}}::h9b17f1fd181fe294 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:493:39 [INFO] [stdout] 28: 0x55f39b04dcfe - test::run_test::run_test_inner::{{closure}}::h476f9211dfec6075 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/test/src/lib.rs:520:37 [INFO] [stdout] 29: 0x55f39b04dcfe - std::sys_common::backtrace::__rust_begin_short_backtrace::h5c2db6945645950d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 30: 0x55f39b052598 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h791169ea9ba5492d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 31: 0x55f39b052598 - as core::ops::function::FnOnce<()>>::call_once::he930357ede3f4b4d [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x55f39b052598 - std::panicking::try::do_call::h0de4b1dd08a9aa80 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:403:40 [INFO] [stdout] 33: 0x55f39b052598 - std::panicking::try::hf5b5c530df698d97 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panicking.rs:367:19 [INFO] [stdout] 34: 0x55f39b052598 - std::panic::catch_unwind::hed97078f17dbf191 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/panic.rs:129:14 [INFO] [stdout] 35: 0x55f39b052598 - std::thread::Builder::spawn_unchecked::{{closure}}::h2e673950929cba93 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 36: 0x55f39b052598 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8e18ddd18a52f010 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x55f39b0b50d3 - as core::ops::function::FnOnce>::call_once::hbbbb32ef11ea0ad2 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 38: 0x55f39b0b50d3 - as core::ops::function::FnOnce>::call_once::h3b8ef23699fc5385 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/alloc/src/boxed.rs:1636:9 [INFO] [stdout] 39: 0x55f39b0b50d3 - std::sys::unix::thread::Thread::new::thread_start::ha57f5cba35f709b7 [INFO] [stdout] at /rustc/e784c962ea252f0874a4305168077e7048cb39e9/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 40: 0x7fb358788609 - start_thread [INFO] [stdout] 41: 0x7fb35855a293 - 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.12s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e0e1514321010dd1b87b709850c9316a6eef738370c8a24aad1fdd74b5d28191", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0e1514321010dd1b87b709850c9316a6eef738370c8a24aad1fdd74b5d28191", kill_on_drop: false }` [INFO] [stdout] e0e1514321010dd1b87b709850c9316a6eef738370c8a24aad1fdd74b5d28191