[INFO] fetching crate genevo 0.5.0... [INFO] testing genevo-0.5.0 against 1.55.0 for beta-1.56-1 [INFO] extracting crate genevo 0.5.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate genevo 0.5.0 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate genevo 0.5.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate genevo 0.5.0 [INFO] tweaked toml for crates.io crate genevo 0.5.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate crates.io crate genevo 0.5.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 32a355171e6201b334f33c4fa26ef9941c36955c253e42db13386e53cd636b42 [INFO] running `Command { std: "docker" "start" "-a" "32a355171e6201b334f33c4fa26ef9941c36955c253e42db13386e53cd636b42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "32a355171e6201b334f33c4fa26ef9941c36955c253e42db13386e53cd636b42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32a355171e6201b334f33c4fa26ef9941c36955c253e42db13386e53cd636b42", kill_on_drop: false }` [INFO] [stdout] 32a355171e6201b334f33c4fa26ef9941c36955c253e42db13386e53cd636b42 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dcde612fb994ae73c44d2c14b23a2f235912856eb1d63f6fac45ed0fa67b10e5 [INFO] running `Command { std: "docker" "start" "-a" "dcde612fb994ae73c44d2c14b23a2f235912856eb1d63f6fac45ed0fa67b10e5", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling num_cpus v1.11.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand_xoshiro v0.4.0 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling rayon v1.2.0 [INFO] [stderr] Compiling genevo v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/ga/mod.rs:219:9 [INFO] [stdout] | [INFO] [stdout] 219 | mem::replace(&mut self.population, Rc::new(next_generation)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.79s [INFO] running `Command { std: "docker" "inspect" "dcde612fb994ae73c44d2c14b23a2f235912856eb1d63f6fac45ed0fa67b10e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcde612fb994ae73c44d2c14b23a2f235912856eb1d63f6fac45ed0fa67b10e5", kill_on_drop: false }` [INFO] [stdout] dcde612fb994ae73c44d2c14b23a2f235912856eb1d63f6fac45ed0fa67b10e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 95baf8d2a3f823494e84946829a1a2bc4e55a6be481fd8d8f4d4a2d3b85f694b [INFO] running `Command { std: "docker" "start" "-a" "95baf8d2a3f823494e84946829a1a2bc4e55a6be481fd8d8f4d4a2d3b85f694b", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Compiling pulldown-cmark v0.4.1 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling cast v0.2.2 [INFO] [stderr] Compiling bit-vec v0.5.1 [INFO] [stderr] Compiling galvanic-assert v0.8.7 [INFO] [stderr] Compiling unicase v2.5.1 [INFO] [stderr] Compiling itertools v0.8.1 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling rand_xoshiro v0.3.1 [INFO] [stderr] Compiling rand_os v0.2.2 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/ga/mod.rs:219:9 [INFO] [stdout] | [INFO] [stdout] 219 | mem::replace(&mut self.population, Rc::new(next_generation)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling bit-set v0.5.1 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling csv-core v0.1.6 [INFO] [stderr] Compiling unicode-normalization v0.1.9 [INFO] [stderr] Compiling rusty-fork v0.2.2 [INFO] [stderr] Compiling regex-automata v0.1.8 [INFO] [stderr] Compiling criterion-plot v0.4.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling proptest v0.9.4 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling bstr v0.2.8 [INFO] [stderr] Compiling toml v0.5.5 [INFO] [stderr] Compiling serde_derive v1.0.102 [INFO] [stderr] Compiling csv v1.1.1 [INFO] [stderr] Compiling tinytemplate v1.0.2 [INFO] [stderr] Compiling version-sync v0.8.1 [INFO] [stderr] Compiling criterion v0.3.0 [INFO] [stderr] Compiling genevo v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/version_numbers.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | assert_markdown_deps_updated!("README.md"); [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: this warning originates in the macro `assert_markdown_deps_updated` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/version_numbers.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | assert_html_root_url_updated!("src/lib.rs"); [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: this warning originates in the macro `assert_html_root_url_updated` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/ga/mod.rs:219:9 [INFO] [stdout] | [INFO] [stdout] 219 | mem::replace(&mut self.population, Rc::new(next_generation)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 21.69s [INFO] running `Command { std: "docker" "inspect" "95baf8d2a3f823494e84946829a1a2bc4e55a6be481fd8d8f4d4a2d3b85f694b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "95baf8d2a3f823494e84946829a1a2bc4e55a6be481fd8d8f4d4a2d3b85f694b", kill_on_drop: false }` [INFO] [stdout] 95baf8d2a3f823494e84946829a1a2bc4e55a6be481fd8d8f4d4a2d3b85f694b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2ab278b5f92eb2be3225510c76eafc84402023291d97cb58fbc890e2cdee3c5e [INFO] running `Command { std: "docker" "start" "-a" "2ab278b5f92eb2be3225510c76eafc84402023291d97cb58fbc890e2cdee3c5e", kill_on_drop: false }` [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/ga/mod.rs:219:9 [INFO] [stderr] | [INFO] [stderr] 219 | mem::replace(&mut self.population, Rc::new(next_generation)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: `genevo` (lib) generated 1 warning [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/version_numbers.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | assert_markdown_deps_updated!("README.md"); [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: this warning originates in the macro `assert_markdown_deps_updated` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/version_numbers.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | assert_html_root_url_updated!("src/lib.rs"); [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: this warning originates in the macro `assert_html_root_url_updated` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `genevo` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] warning: `genevo` (test "version_numbers") generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/genevo-cd2e6637c3b61c3e) [INFO] [stdout] [INFO] [stdout] running 85 tests [INFO] [stdout] test recombination::order::tests::order_one_crossover_cutpoints_0_0 ... ok [INFO] [stdout] test recombination::order::tests::order_one_crossover_cutpoints_0_8 ... ok [INFO] [stdout] test recombination::order::tests::order_one_crossover_cutpoints_1_7 ... ok [INFO] [stdout] test recombination::order::tests::order_one_crossover_cutpoints_0_7 ... ok [INFO] [stdout] test recombination::order::tests::order_one_crossover_cutpoints_3_6 ... ok [INFO] [stdout] test recombination::order::tests::partial_mapped_crossover_cutpoints_0_7 ... ok [INFO] [stdout] test recombination::order::tests::partial_mapped_crossover_cutpoints_0_0 ... ok [INFO] [stdout] test random::tests::weighted_distribution::weighted_distribution_select ... ok [INFO] [stdout] test recombination::order::tests::order_one_crossover_cutpoints_1_8 ... ok [INFO] [stdout] test recombination::order::tests::partial_mapped_crossover_cutpoints_0_8 ... ok [INFO] [stdout] test recombination::order::tests::partial_mapped_crossover_cutpoints_1_7 ... ok [INFO] [stdout] test recombination::order::tests::partial_mapped_crossover_cutpoints_1_8 ... ok [INFO] [stdout] test recombination::order::tests::partial_mapped_crossover_cutpoints_3_6 ... ok [INFO] [stdout] test statistic::tests::timed_fn::timed_function_calls_measure_time_in_nanoseconds ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1000ns ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1000w_6d_23h_59m_59s_999ms_999999ns ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1d ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1d_1h_1m ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1d_1h ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1d_1h_1s ... ok [INFO] [stdout] test random::tests::random_cut_points_from_range::in_random_cut_points_from_range_cutpoint1_is_not_smaller_than_min_of_range ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1h ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1h_0m_1s ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1m_1000ns ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1m_1s ... ok [INFO] [stdout] test random::tests::random_cut_points_from_range::in_random_cut_points_from_range_cutpoint1_is_smaller_than_cutpoint2 ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1ms ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1s_1ms ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1s_1ms_1000ns ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1h_1m_1s ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1m_1ms ... ok [INFO] [stdout] test random::tests::random_cut_points_from_range::in_random_cut_points_from_range_cutpoint2_is_not_greater_than_max_of_range ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_2w_1d ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_2w ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_999ms_999999ns ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_6d ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_max ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_min ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1ns ... ok [INFO] [stdout] test types::tests::abs_diff_of_signed_0_and_0 ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1d_1m_1s ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1h_1s ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1m ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1s ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1s_1ms_1ns ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1w_6d ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1w_999ms ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1d_1s ... ok [INFO] [stdout] test types::tests::abs_diff_of_signed_0_and_1 ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_zero ... ok [INFO] [stdout] test types::fmt::tests::duration_fmt_1w ... ok [INFO] [stdout] test random::tests::random_cut_points_from_range::in_random_cut_points_from_range_delta_between_cutpoints_is_smaller_than_range_minus_2 ... ok [INFO] [stdout] test types::tests::abs_diff_of_signed_19_and_neg23 ... ok [INFO] [stdout] test types::tests::abs_diff_of_signed_19_and_61 ... ok [INFO] [stdout] test types::tests::abs_diff_of_signed_1_and_0 ... ok [INFO] [stdout] test types::tests::abs_diff_of_signed_1_and_max ... ok [INFO] [stdout] test types::tests::abs_diff_of_signed_0_and_neg1 ... ok [INFO] [stdout] test types::tests::abs_diff_of_signed_1_and_neg1 ... ok [INFO] [stdout] test types::tests::abs_diff_of_signed_max_and_1 ... ok [INFO] [stdout] test types::tests::abs_diff_of_signed_61_and_19 ... ok [INFO] [stdout] test types::tests::abs_diff_of_signed_neg1_and_1 ... ok [INFO] [stdout] test types::tests::abs_diff_of_unsigned_0_and_0 ... ok [INFO] [stdout] test types::tests::abs_diff_of_signed_neg19_and_23 ... ok [INFO] [stdout] test types::tests::abs_diff_of_signed_neg1_and_0 ... ok [INFO] [stdout] test types::tests::abs_diff_of_unsigned_1_and_0 ... ok [INFO] [stdout] test types::tests::abs_diff_of_unsigned_1_and_max ... ok [INFO] [stdout] test types::tests::abs_diff_of_unsigned_19_and_61 ... ok [INFO] [stdout] test types::tests::abs_diff_of_unsigned_max_and_1 ... ok [INFO] [stdout] test types::tests::abs_diff_of_unsigned_0_and_1 ... ok [INFO] [stdout] test types::tests::abs_diff_of_unsigned_61_and_19 ... ok [INFO] [stdout] test random::tests::random_cut_points_from_range::random_cut_points_from_range_4_to_4 - should panic ... ok [INFO] [stdout] test random::tests::random_n_cut_points::random_n_cut_points_3_4 - should panic ... ok [INFO] [stdout] test random::tests::random_n_cut_points::random_n_cut_points_0_4 - should panic ... ok [INFO] [stdout] test random::tests::random_cut_points_from_range::random_cut_points_from_range_0_to_3 - should panic ... ok [INFO] [stdout] test types::tests::abs_diff_of_signed_max_and_neg1i16 - should panic ... ok [INFO] [stdout] test types::tests::abs_diff_of_signed_max_and_neg1i32 - should panic ... ok [INFO] [stdout] test types::tests::abs_diff_of_signed_max_and_neg1i64 - should panic ... ok [INFO] [stdout] test types::tests::abs_diff_of_signed_neg1i8_and_max - should panic ... FAILED [INFO] [stdout] test types::tests::abs_diff_of_signed_max_and_neg1i8 - should panic ... ok [INFO] [stdout] test types::tests::abs_diff_of_signed_neg1i16_and_max - should panic ... FAILED [INFO] [stdout] test types::tests::abs_diff_of_signed_neg1i64_and_max - should panic ... FAILED [INFO] [stdout] test types::tests::abs_diff_of_signed_neg1i32_and_max - should panic ... FAILED [INFO] [stdout] test statistic::tests::timed_fn::timed_function_calls_return_a_time_greater_0 ... ok [INFO] [stdout] test population::tests::population_builder::builds_a_population_of_any_number_of_vec_of_bool_genomes ... ok [INFO] [stdout] test random::tests::random_n_cut_points::in_random_n_cut_points_cutpoints_are_ordered_ascending ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- types::tests::abs_diff_of_signed_neg1i8_and_max stdout ---- [INFO] [stdout] thread 'types::tests::abs_diff_of_signed_neg1i8_and_max' panicked at 'attempt to negate with overflow', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/num/mod.rs:94:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fd477acc00 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fd477acc00 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fd477acc00 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fd477acc00 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fd477d027c - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fd477a9095 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x55fd477aef8b - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fd477aef8b - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fd477aef8b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fd477aea9c - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fd477af654 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fd477af107 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fd477ad0fc - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fd477af099 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fd47598851 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fd4759879d - core::panicking::panic::h344f23ad26057b48 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fd4761d8d4 - core::num::::abs::hd22c8f2ee22dc5a1 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/num/int_macros.rs:1970:17 [INFO] [stdout] 17: 0x55fd4764bf57 - genevo::types::::abs_diff::h5f40735753fb6b84 [INFO] [stdout] at /opt/rustwide/workdir/src/types/mod.rs:34:21 [INFO] [stdout] 18: 0x55fd475e278a - genevo::types::tests::abs_diff_of_signed_neg1i8_and_max::hcd66f1c4d2bd850a [INFO] [stdout] at /opt/rustwide/workdir/src/types/tests.rs:147:19 [INFO] [stdout] 19: 0x55fd475e274a - genevo::types::tests::abs_diff_of_signed_neg1i8_and_max::{{closure}}::hcb99906cd8332fd3 [INFO] [stdout] at /opt/rustwide/workdir/src/types/tests.rs:146:1 [INFO] [stdout] 20: 0x55fd47607e2e - core::ops::function::FnOnce::call_once::h3b398f220d2c1579 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fd47686143 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55fd47686143 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 23: 0x55fd47684bf8 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 24: 0x55fd47684bf8 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 25: 0x55fd47684bf8 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 26: 0x55fd47684bf8 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 27: 0x55fd47684bf8 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 28: 0x55fd47684bf8 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 29: 0x55fd47684bf8 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 30: 0x55fd4765338d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 31: 0x55fd4765338d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 32: 0x55fd47657b68 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 33: 0x55fd47657b68 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 34: 0x55fd47657b68 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 35: 0x55fd47657b68 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 36: 0x55fd47657b68 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 37: 0x55fd47657b68 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 38: 0x55fd47657b68 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55fd477b4947 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x55fd477b4947 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 41: 0x55fd477b4947 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 42: 0x7fec6cf1b609 - start_thread [INFO] [stdout] 43: 0x7fec6cced293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] note: panic did not contain expected string [INFO] [stdout] panic message: `"attempt to negate with overflow"`, [INFO] [stdout] expected substring: `"attempt to subtract with overflow"` [INFO] [stdout] ---- types::tests::abs_diff_of_signed_neg1i16_and_max stdout ---- [INFO] [stdout] thread 'types::tests::abs_diff_of_signed_neg1i16_and_max' panicked at 'attempt to negate with overflow', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/num/mod.rs:100:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fd477acc00 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fd477acc00 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fd477acc00 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fd477acc00 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fd477d027c - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fd477a9095 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x55fd477aef8b - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fd477aef8b - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fd477aef8b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fd477aea9c - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fd477af654 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fd477af107 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fd477ad0fc - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fd477af099 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fd47598851 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fd4759879d - core::panicking::panic::h344f23ad26057b48 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fd4761d954 - core::num::::abs::h65758b211489f643 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/num/int_macros.rs:1970:17 [INFO] [stdout] 17: 0x55fd4764bf9a - genevo::types::::abs_diff::h00488bfa3b77fc41 [INFO] [stdout] at /opt/rustwide/workdir/src/types/mod.rs:34:21 [INFO] [stdout] 18: 0x55fd475e2daa - genevo::types::tests::abs_diff_of_signed_neg1i16_and_max::hbb54b16dae1a1408 [INFO] [stdout] at /opt/rustwide/workdir/src/types/tests.rs:153:19 [INFO] [stdout] 19: 0x55fd475e2d6a - genevo::types::tests::abs_diff_of_signed_neg1i16_and_max::{{closure}}::hed762d5e8a68a333 [INFO] [stdout] at /opt/rustwide/workdir/src/types/tests.rs:152:1 [INFO] [stdout] 20: 0x55fd47608b2e - core::ops::function::FnOnce::call_once::hc2bc1d81d886599c [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fd47686143 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55fd47686143 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 23: 0x55fd47684bf8 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 24: 0x55fd47684bf8 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 25: 0x55fd47684bf8 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 26: 0x55fd47684bf8 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 27: 0x55fd47684bf8 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 28: 0x55fd47684bf8 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 29: 0x55fd47684bf8 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 30: 0x55fd4765338d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 31: 0x55fd4765338d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 32: 0x55fd47657b68 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 33: 0x55fd47657b68 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 34: 0x55fd47657b68 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 35: 0x55fd47657b68 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 36: 0x55fd47657b68 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 37: 0x55fd47657b68 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 38: 0x55fd47657b68 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55fd477b4947 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x55fd477b4947 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 41: 0x55fd477b4947 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 42: 0x7fec6cf1b609 - start_thread [INFO] [stdout] 43: 0x7fec6cced293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] note: panic did not contain expected string [INFO] [stdout] panic message: `"attempt to negate with overflow"`, [INFO] [stdout] expected substring: `"attempt to subtract with overflow"` [INFO] [stdout] ---- types::tests::abs_diff_of_signed_neg1i64_and_max stdout ---- [INFO] [stdout] thread 'types::tests::abs_diff_of_signed_neg1i64_and_max' panicked at 'attempt to negate with overflow', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/num/mod.rs:113:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fd477acc00 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fd477acc00 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fd477acc00 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fd477acc00 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fd477d027c - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fd477a9095 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x55fd477aef8b - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fd477aef8b - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fd477aef8b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fd477aea9c - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fd477af654 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fd477af107 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fd477ad0fc - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fd477af099 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fd47598851 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fd4759879d - core::panicking::panic::h344f23ad26057b48 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fd4761db16 - core::num::::abs::h46557336e6e6d59d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/num/int_macros.rs:1970:17 [INFO] [stdout] 17: 0x55fd4764c027 - genevo::types::::abs_diff::h9f544dfd362eb369 [INFO] [stdout] at /opt/rustwide/workdir/src/types/mod.rs:34:21 [INFO] [stdout] 18: 0x55fd475e39ea - genevo::types::tests::abs_diff_of_signed_neg1i64_and_max::h906f99e25d310585 [INFO] [stdout] at /opt/rustwide/workdir/src/types/tests.rs:165:19 [INFO] [stdout] 19: 0x55fd475e39aa - genevo::types::tests::abs_diff_of_signed_neg1i64_and_max::{{closure}}::h9d9f35347fed5138 [INFO] [stdout] at /opt/rustwide/workdir/src/types/tests.rs:164:1 [INFO] [stdout] 20: 0x55fd47607c8e - core::ops::function::FnOnce::call_once::h333019a790358620 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fd47686143 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55fd47686143 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 23: 0x55fd47684bf8 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 24: 0x55fd47684bf8 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 25: 0x55fd47684bf8 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 26: 0x55fd47684bf8 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 27: 0x55fd47684bf8 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 28: 0x55fd47684bf8 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 29: 0x55fd47684bf8 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 30: 0x55fd4765338d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 31: 0x55fd4765338d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 32: 0x55fd47657b68 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 33: 0x55fd47657b68 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 34: 0x55fd47657b68 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 35: 0x55fd47657b68 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 36: 0x55fd47657b68 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 37: 0x55fd47657b68 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 38: 0x55fd47657b68 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55fd477b4947 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x55fd477b4947 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 41: 0x55fd477b4947 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 42: 0x7fec6cf1b609 - start_thread [INFO] [stdout] 43: 0x7fec6cced293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] note: panic did not contain expected string [INFO] [stdout] panic message: `"attempt to negate with overflow"`, [INFO] [stdout] expected substring: `"attempt to subtract with overflow"` [INFO] [stdout] ---- types::tests::abs_diff_of_signed_neg1i32_and_max stdout ---- [INFO] [stdout] thread 'types::tests::abs_diff_of_signed_neg1i32_and_max' panicked at 'attempt to negate with overflow', /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/num/mod.rs:106:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55fd477acc00 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x55fd477acc00 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55fd477acc00 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55fd477acc00 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55fd477d027c - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x55fd477a9095 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x55fd477aef8b - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55fd477aef8b - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55fd477aef8b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x55fd477aea9c - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x55fd477af654 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x55fd477af107 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x55fd477ad0fc - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x55fd477af099 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x55fd47598851 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x55fd4759879d - core::panicking::panic::h344f23ad26057b48 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x55fd4761d9c8 - core::num::::abs::h27a35765063105d0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/num/int_macros.rs:1970:17 [INFO] [stdout] 17: 0x55fd4764bfd4 - genevo::types::::abs_diff::h0de6ce8eac2008c4 [INFO] [stdout] at /opt/rustwide/workdir/src/types/mod.rs:34:21 [INFO] [stdout] 18: 0x55fd475e33ca - genevo::types::tests::abs_diff_of_signed_neg1i32_and_max::h2b31ff62b7b1f412 [INFO] [stdout] at /opt/rustwide/workdir/src/types/tests.rs:159:19 [INFO] [stdout] 19: 0x55fd475e338a - genevo::types::tests::abs_diff_of_signed_neg1i32_and_max::{{closure}}::hbc0f4dc3a5abb921 [INFO] [stdout] at /opt/rustwide/workdir/src/types/tests.rs:158:1 [INFO] [stdout] 20: 0x55fd476081be - core::ops::function::FnOnce::call_once::h5c48c35fd7200456 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55fd47686143 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55fd47686143 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 23: 0x55fd47684bf8 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 24: 0x55fd47684bf8 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 25: 0x55fd47684bf8 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 26: 0x55fd47684bf8 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 27: 0x55fd47684bf8 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 28: 0x55fd47684bf8 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 29: 0x55fd47684bf8 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 30: 0x55fd4765338d - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 31: 0x55fd4765338d - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 32: 0x55fd47657b68 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 33: 0x55fd47657b68 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 34: 0x55fd47657b68 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 35: 0x55fd47657b68 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 36: 0x55fd47657b68 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 37: 0x55fd47657b68 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 38: 0x55fd47657b68 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55fd477b4947 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x55fd477b4947 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 41: 0x55fd477b4947 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 42: 0x7fec6cf1b609 - start_thread [INFO] [stdout] 43: 0x7fec6cced293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] note: panic did not contain expected string [INFO] [stdout] panic message: `"attempt to negate with overflow"`, [INFO] [stdout] expected substring: `"attempt to subtract with overflow"` [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] types::tests::abs_diff_of_signed_neg1i16_and_max [INFO] [stdout] types::tests::abs_diff_of_signed_neg1i32_and_max [INFO] [stdout] types::tests::abs_diff_of_signed_neg1i64_and_max [INFO] [stdout] types::tests::abs_diff_of_signed_neg1i8_and_max [INFO] [stdout] [INFO] [stdout] test result: FAILED. 81 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.93s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "2ab278b5f92eb2be3225510c76eafc84402023291d97cb58fbc890e2cdee3c5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ab278b5f92eb2be3225510c76eafc84402023291d97cb58fbc890e2cdee3c5e", kill_on_drop: false }` [INFO] [stdout] 2ab278b5f92eb2be3225510c76eafc84402023291d97cb58fbc890e2cdee3c5e