[INFO] fetching crate dent 0.4.1... [INFO] testing dent-0.4.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate dent 0.4.1 into /workspace/builds/worker-102/source [INFO] validating manifest of crates.io crate dent 0.4.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dent 0.4.1 [INFO] finished tweaking crates.io crate dent 0.4.1 [INFO] tweaked toml for crates.io crate dent 0.4.1 written to /workspace/builds/worker-102/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded stamp v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fd4024d61b38e6cdf0da40d94758d6a873a9c0e636cbe1b873a6391d2e5b9f62 [INFO] running `Command { std: "docker" "start" "-a" "fd4024d61b38e6cdf0da40d94758d6a873a9c0e636cbe1b873a6391d2e5b9f62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fd4024d61b38e6cdf0da40d94758d6a873a9c0e636cbe1b873a6391d2e5b9f62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd4024d61b38e6cdf0da40d94758d6a873a9c0e636cbe1b873a6391d2e5b9f62", kill_on_drop: false }` [INFO] [stdout] fd4024d61b38e6cdf0da40d94758d6a873a9c0e636cbe1b873a6391d2e5b9f62 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 50683bd51ab39326005ec6b734ced01a603e71b3fba814be526edffad44d24b9 [INFO] running `Command { std: "docker" "start" "-a" "50683bd51ab39326005ec6b734ced01a603e71b3fba814be526edffad44d24b9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling stamp v0.1.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling dent v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:14:44 [INFO] [stdout] | [INFO] [stdout] 14 | write!(f, "{}", std::error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bin.rs:111:73 [INFO] [stdout] | [INFO] [stdout] 111 | fn summarize_file(path: &str, lax_parsing: bool) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 111 - fn summarize_file(path: &str, lax_parsing: bool) -> Result> { [INFO] [stdout] 111 + fn summarize_file(path: &str, lax_parsing: bool) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bin.rs:123:71 [INFO] [stdout] | [INFO] [stdout] 123 | fn read_data(reader: R, lax_parsing: bool) -> Result, Box> [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 123 - fn read_data(reader: R, lax_parsing: bool) -> Result, Box> [INFO] [stdout] 123 + fn read_data(reader: R, lax_parsing: bool) -> Result, Box> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bin.rs:143:62 [INFO] [stdout] | [INFO] [stdout] 143 | fn summarize_stdin(lax_parsing: bool) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 143 - fn summarize_stdin(lax_parsing: bool) -> Result> { [INFO] [stdout] 143 + fn summarize_stdin(lax_parsing: bool) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.98s [INFO] running `Command { std: "docker" "inspect" "50683bd51ab39326005ec6b734ced01a603e71b3fba814be526edffad44d24b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50683bd51ab39326005ec6b734ced01a603e71b3fba814be526edffad44d24b9", kill_on_drop: false }` [INFO] [stdout] 50683bd51ab39326005ec6b734ced01a603e71b3fba814be526edffad44d24b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e4e2fd65dc08d2b9f0fe56eecd8a3c9bb255914772b4416b41cd582ea53494a2 [INFO] running `Command { std: "docker" "start" "-a" "e4e2fd65dc08d2b9f0fe56eecd8a3c9bb255914772b4416b41cd582ea53494a2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling dent v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:14:44 [INFO] [stdout] | [INFO] [stdout] 14 | write!(f, "{}", std::error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bin.rs:111:73 [INFO] [stdout] | [INFO] [stdout] 111 | fn summarize_file(path: &str, lax_parsing: bool) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 111 - fn summarize_file(path: &str, lax_parsing: bool) -> Result> { [INFO] [stdout] 111 + fn summarize_file(path: &str, lax_parsing: bool) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bin.rs:123:71 [INFO] [stdout] | [INFO] [stdout] 123 | fn read_data(reader: R, lax_parsing: bool) -> Result, Box> [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 123 - fn read_data(reader: R, lax_parsing: bool) -> Result, Box> [INFO] [stdout] 123 + fn read_data(reader: R, lax_parsing: bool) -> Result, Box> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bin.rs:143:62 [INFO] [stdout] | [INFO] [stdout] 143 | fn summarize_stdin(lax_parsing: bool) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 143 - fn summarize_stdin(lax_parsing: bool) -> Result> { [INFO] [stdout] 143 + fn summarize_stdin(lax_parsing: bool) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:14:44 [INFO] [stdout] | [INFO] [stdout] 14 | write!(f, "{}", std::error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bin.rs:111:73 [INFO] [stdout] | [INFO] [stdout] 111 | fn summarize_file(path: &str, lax_parsing: bool) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 111 - fn summarize_file(path: &str, lax_parsing: bool) -> Result> { [INFO] [stdout] 111 + fn summarize_file(path: &str, lax_parsing: bool) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bin.rs:123:71 [INFO] [stdout] | [INFO] [stdout] 123 | fn read_data(reader: R, lax_parsing: bool) -> Result, Box> [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 123 - fn read_data(reader: R, lax_parsing: bool) -> Result, Box> [INFO] [stdout] 123 + fn read_data(reader: R, lax_parsing: bool) -> Result, Box> [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bin.rs:143:62 [INFO] [stdout] | [INFO] [stdout] 143 | fn summarize_stdin(lax_parsing: bool) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 143 - fn summarize_stdin(lax_parsing: bool) -> Result> { [INFO] [stdout] 143 + fn summarize_stdin(lax_parsing: bool) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | summary_kat!(summary_kat3, "1.1_1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | summary_kat!(summary_kat3, "1.1_1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | summary_kat!(summary_kat3, "1.1_1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | summary_kat!(summary_kat3, "1.1_1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | summary_kat!(summary_kat3, "1.1_1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | summary_kat!(summary_kat3, "1.1_1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | summary_kat!(summary_kat3, "1.1_1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | summary_kat!(summary_kat3, "1.1_1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | summary_kat!(summary_kat3, "1.1_1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | summary_kat!(summary_kat3, "1.1_1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | summary_kat!(summary_kat3, "1.1_1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | summary_kat!(summary_kat3, "1.1_1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | summary_kat!(summary_kat4, "1.1_1_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | summary_kat!(summary_kat4, "1.1_1_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | summary_kat!(summary_kat4, "1.1_1_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | summary_kat!(summary_kat4, "1.1_1_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | summary_kat!(summary_kat4, "1.1_1_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | summary_kat!(summary_kat4, "1.1_1_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | summary_kat!(summary_kat4, "1.1_1_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | summary_kat!(summary_kat4, "1.1_1_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | summary_kat!(summary_kat4, "1.1_1_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | summary_kat!(summary_kat4, "1.1_1_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | summary_kat!(summary_kat4, "1.1_1_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | summary_kat!(summary_kat4, "1.1_1_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | summary_kat!(summary_kat5, "10_0.1_100"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | summary_kat!(summary_kat5, "10_0.1_100"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | summary_kat!(summary_kat5, "10_0.1_100"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | summary_kat!(summary_kat5, "10_0.1_100"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | summary_kat!(summary_kat5, "10_0.1_100"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | summary_kat!(summary_kat5, "10_0.1_100"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | summary_kat!(summary_kat5, "10_0.1_100"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | summary_kat!(summary_kat5, "10_0.1_100"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | summary_kat!(summary_kat5, "10_0.1_100"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | summary_kat!(summary_kat5, "10_0.1_100"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | summary_kat!(summary_kat5, "10_0.1_100"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | summary_kat!(summary_kat5, "10_0.1_100"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | summary_kat!(summary_kat6, "10_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | summary_kat!(summary_kat6, "10_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | summary_kat!(summary_kat6, "10_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | summary_kat!(summary_kat6, "10_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | summary_kat!(summary_kat6, "10_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | summary_kat!(summary_kat6, "10_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | summary_kat!(summary_kat6, "10_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | summary_kat!(summary_kat6, "10_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | summary_kat!(summary_kat6, "10_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | summary_kat!(summary_kat6, "10_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | summary_kat!(summary_kat6, "10_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | summary_kat!(summary_kat6, "10_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | summary_kat!(summary_kat7, "10_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | summary_kat!(summary_kat7, "10_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | summary_kat!(summary_kat7, "10_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | summary_kat!(summary_kat7, "10_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | summary_kat!(summary_kat7, "10_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | summary_kat!(summary_kat7, "10_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | summary_kat!(summary_kat7, "10_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | summary_kat!(summary_kat7, "10_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | summary_kat!(summary_kat7, "10_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | summary_kat!(summary_kat7, "10_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | summary_kat!(summary_kat7, "10_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | summary_kat!(summary_kat7, "10_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | summary_kat!(summary_kat8, "10_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | summary_kat!(summary_kat8, "10_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | summary_kat!(summary_kat8, "10_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | summary_kat!(summary_kat8, "10_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | summary_kat!(summary_kat8, "10_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | summary_kat!(summary_kat8, "10_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | summary_kat!(summary_kat8, "10_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | summary_kat!(summary_kat8, "10_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | summary_kat!(summary_kat8, "10_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | summary_kat!(summary_kat8, "10_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | summary_kat!(summary_kat8, "10_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | summary_kat!(summary_kat8, "10_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | summary_kat!(summary_kat9, "1_0.1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | summary_kat!(summary_kat9, "1_0.1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | summary_kat!(summary_kat9, "1_0.1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | summary_kat!(summary_kat9, "1_0.1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | summary_kat!(summary_kat9, "1_0.1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | summary_kat!(summary_kat9, "1_0.1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | summary_kat!(summary_kat9, "1_0.1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | summary_kat!(summary_kat9, "1_0.1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | summary_kat!(summary_kat9, "1_0.1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | summary_kat!(summary_kat9, "1_0.1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | summary_kat!(summary_kat9, "1_0.1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | summary_kat!(summary_kat9, "1_0.1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | t_test_kat!(t_test_kat1, "ttest-1.1_0.1_100-1.1_0.1_1000"); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | t_test_kat!(t_test_kat1, "ttest-1.1_0.1_100-1.1_0.1_1000"); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | t_test_kat!(t_test_kat2, "ttest-1.1_0.1_100-1.1_1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | t_test_kat!(t_test_kat2, "ttest-1.1_0.1_100-1.1_1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | t_test_kat!(t_test_kat3, "ttest-1.1_0.1_100-10_0.1_100"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | t_test_kat!(t_test_kat3, "ttest-1.1_0.1_100-10_0.1_100"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | t_test_kat!(t_test_kat4, "ttest-1.1_0.1_100-10_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | t_test_kat!(t_test_kat4, "ttest-1.1_0.1_100-10_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | t_test_kat!(t_test_kat5, "ttest-1.1_0.1_100-10_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | t_test_kat!(t_test_kat5, "ttest-1.1_0.1_100-10_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | t_test_kat!(t_test_kat6, "ttest-1.1_0.1_100-10_1_1000"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | t_test_kat!(t_test_kat6, "ttest-1.1_0.1_100-10_1_1000"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | t_test_kat!(t_test_kat7, "ttest-1.1_0.1_100-1_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | t_test_kat!(t_test_kat7, "ttest-1.1_0.1_100-1_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | t_test_kat!(t_test_kat8, "ttest-1.1_0.1_100-1_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | t_test_kat!(t_test_kat8, "ttest-1.1_0.1_100-1_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | t_test_kat!(t_test_kat9, "ttest-1.1_0.1_1000-10_0.1_100"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | t_test_kat!(t_test_kat9, "ttest-1.1_0.1_1000-10_0.1_100"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | t_test_kat!(t_test_kat10, "ttest-1.1_0.1_1000-10_1_100"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | t_test_kat!(t_test_kat10, "ttest-1.1_0.1_1000-10_1_100"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | t_test_kat!(t_test_kat11, "ttest-1.1_0.1_1000-1_1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | t_test_kat!(t_test_kat11, "ttest-1.1_0.1_1000-1_1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | t_test_kat!(t_test_kat12, "ttest-1.1_1_100-1.1_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | t_test_kat!(t_test_kat12, "ttest-1.1_1_100-1.1_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | t_test_kat!(t_test_kat13, "ttest-1.1_1_100-10_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | t_test_kat!(t_test_kat13, "ttest-1.1_1_100-10_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | t_test_kat!(t_test_kat14, "ttest-1.1_1_100-10_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | t_test_kat!(t_test_kat14, "ttest-1.1_1_100-10_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | t_test_kat!(t_test_kat15, "ttest-1.1_1_100-10_1_1000"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | t_test_kat!(t_test_kat15, "ttest-1.1_1_100-10_1_1000"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | t_test_kat!(t_test_kat16, "ttest-1.1_1_100-1_1_100"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | t_test_kat!(t_test_kat16, "ttest-1.1_1_100-1_1_100"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | t_test_kat!(t_test_kat17, "ttest-1.1_1_1000-1.1_0.1_100"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | t_test_kat!(t_test_kat17, "ttest-1.1_1_1000-1.1_0.1_100"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | t_test_kat!(t_test_kat18, "ttest-1.1_1_1000-1.1_0.1_1000"); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | t_test_kat!(t_test_kat18, "ttest-1.1_1_1000-1.1_0.1_1000"); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | t_test_kat!(t_test_kat19, "ttest-1.1_1_1000-1.1_1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | t_test_kat!(t_test_kat19, "ttest-1.1_1_1000-1.1_1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | t_test_kat!(t_test_kat20, "ttest-1.1_1_1000-10_0.1_100"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | t_test_kat!(t_test_kat20, "ttest-1.1_1_1000-10_0.1_100"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | t_test_kat!(t_test_kat21, "ttest-1.1_1_1000-10_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | t_test_kat!(t_test_kat21, "ttest-1.1_1_1000-10_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | t_test_kat!(t_test_kat22, "ttest-1.1_1_1000-10_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | t_test_kat!(t_test_kat22, "ttest-1.1_1_1000-10_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | t_test_kat!(t_test_kat23, "ttest-1.1_1_1000-10_1_1000"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | t_test_kat!(t_test_kat23, "ttest-1.1_1_1000-10_1_1000"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | t_test_kat!(t_test_kat24, "ttest-1.1_1_1000-1_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | t_test_kat!(t_test_kat24, "ttest-1.1_1_1000-1_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | t_test_kat!(t_test_kat25, "ttest-1.1_1_1000-1_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | t_test_kat!(t_test_kat25, "ttest-1.1_1_1000-1_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | t_test_kat!(t_test_kat26, "ttest-10_0.1_100-10_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | t_test_kat!(t_test_kat26, "ttest-10_0.1_100-10_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | t_test_kat!(t_test_kat27, "ttest-10_0.1_100-1_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | t_test_kat!(t_test_kat27, "ttest-10_0.1_100-1_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | t_test_kat!(t_test_kat28, "ttest-10_0.1_1000-1.1_0.1_1000"); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | t_test_kat!(t_test_kat28, "ttest-10_0.1_1000-1.1_0.1_1000"); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | t_test_kat!(t_test_kat29, "ttest-10_0.1_1000-1.1_1_100"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | t_test_kat!(t_test_kat29, "ttest-10_0.1_1000-1.1_1_100"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | t_test_kat!(t_test_kat30, "ttest-10_0.1_1000-10_0.1_100"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | t_test_kat!(t_test_kat30, "ttest-10_0.1_1000-10_0.1_100"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | t_test_kat!(t_test_kat31, "ttest-10_0.1_1000-10_1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | t_test_kat!(t_test_kat31, "ttest-10_0.1_1000-10_1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | t_test_kat!(t_test_kat32, "ttest-10_0.1_1000-10_1_1000"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | t_test_kat!(t_test_kat32, "ttest-10_0.1_1000-10_1_1000"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | t_test_kat!(t_test_kat33, "ttest-10_0.1_1000-1_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | t_test_kat!(t_test_kat33, "ttest-10_0.1_1000-1_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | t_test_kat!(t_test_kat34, "ttest-10_1_1000-1.1_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | t_test_kat!(t_test_kat34, "ttest-10_1_1000-1.1_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | t_test_kat!(t_test_kat35, "ttest-10_1_1000-10_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | t_test_kat!(t_test_kat35, "ttest-10_1_1000-10_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | t_test_kat!(t_test_kat36, "ttest-10_1_1000-10_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | t_test_kat!(t_test_kat36, "ttest-10_1_1000-10_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | t_test_kat!(t_test_kat37, "ttest-10_1_1000-1_1_100"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | t_test_kat!(t_test_kat37, "ttest-10_1_1000-1_1_100"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | t_test_kat!(t_test_kat38, "ttest-1_0.1_100-1.1_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | t_test_kat!(t_test_kat38, "ttest-1_0.1_100-1.1_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | t_test_kat!(t_test_kat39, "ttest-1_0.1_100-1.1_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | t_test_kat!(t_test_kat39, "ttest-1_0.1_100-1.1_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | t_test_kat!(t_test_kat40, "ttest-1_0.1_100-10_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | t_test_kat!(t_test_kat40, "ttest-1_0.1_100-10_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | t_test_kat!(t_test_kat41, "ttest-1_0.1_100-10_0.1_1000"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | t_test_kat!(t_test_kat41, "ttest-1_0.1_100-10_0.1_1000"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | t_test_kat!(t_test_kat42, "ttest-1_0.1_100-10_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | t_test_kat!(t_test_kat42, "ttest-1_0.1_100-10_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:61:1 [INFO] [stdout] | [INFO] [stdout] 61 | t_test_kat!(t_test_kat43, "ttest-1_0.1_100-10_1_1000"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:61:1 [INFO] [stdout] | [INFO] [stdout] 61 | t_test_kat!(t_test_kat43, "ttest-1_0.1_100-10_1_1000"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | t_test_kat!(t_test_kat44, "ttest-1_0.1_100-1_1_100"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | t_test_kat!(t_test_kat44, "ttest-1_0.1_100-1_1_100"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | t_test_kat!(t_test_kat45, "ttest-1_0.1_1000-1.1_0.1_100"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | t_test_kat!(t_test_kat45, "ttest-1_0.1_1000-1.1_0.1_100"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:64:1 [INFO] [stdout] | [INFO] [stdout] 64 | t_test_kat!(t_test_kat46, "ttest-1_0.1_1000-1.1_0.1_1000"); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:64:1 [INFO] [stdout] | [INFO] [stdout] 64 | t_test_kat!(t_test_kat46, "ttest-1_0.1_1000-1.1_0.1_1000"); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | t_test_kat!(t_test_kat47, "ttest-1_0.1_1000-1.1_1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | t_test_kat!(t_test_kat47, "ttest-1_0.1_1000-1.1_1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | t_test_kat!(t_test_kat48, "ttest-1_0.1_1000-1.1_1_1000"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | t_test_kat!(t_test_kat48, "ttest-1_0.1_1000-1.1_1_1000"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | t_test_kat!(t_test_kat49, "ttest-1_0.1_1000-10_0.1_100"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | t_test_kat!(t_test_kat49, "ttest-1_0.1_1000-10_0.1_100"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | t_test_kat!(t_test_kat50, "ttest-1_0.1_1000-10_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | t_test_kat!(t_test_kat50, "ttest-1_0.1_1000-10_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | t_test_kat!(t_test_kat51, "ttest-1_0.1_1000-10_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | t_test_kat!(t_test_kat51, "ttest-1_0.1_1000-10_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | t_test_kat!(t_test_kat52, "ttest-1_0.1_1000-10_1_1000"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | t_test_kat!(t_test_kat52, "ttest-1_0.1_1000-10_1_1000"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | t_test_kat!(t_test_kat53, "ttest-1_0.1_1000-1_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | t_test_kat!(t_test_kat53, "ttest-1_0.1_1000-1_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | t_test_kat!(t_test_kat54, "ttest-1_0.1_1000-1_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | t_test_kat!(t_test_kat54, "ttest-1_0.1_1000-1_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 73 | t_test_kat!(t_test_kat55, "ttest-1_1_100-10_1_100"); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 73 | t_test_kat!(t_test_kat55, "ttest-1_1_100-10_1_100"); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | t_test_kat!(t_test_kat56, "ttest-1_1_1000-1.1_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | t_test_kat!(t_test_kat56, "ttest-1_1_1000-1.1_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:75:1 [INFO] [stdout] | [INFO] [stdout] 75 | t_test_kat!(t_test_kat57, "ttest-1_1_1000-1.1_0.1_1000"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:75:1 [INFO] [stdout] | [INFO] [stdout] 75 | t_test_kat!(t_test_kat57, "ttest-1_1_1000-1.1_0.1_1000"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | t_test_kat!(t_test_kat58, "ttest-1_1_1000-1.1_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | t_test_kat!(t_test_kat58, "ttest-1_1_1000-1.1_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | t_test_kat!(t_test_kat59, "ttest-1_1_1000-1.1_1_1000"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | t_test_kat!(t_test_kat59, "ttest-1_1_1000-1.1_1_1000"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | t_test_kat!(t_test_kat60, "ttest-1_1_1000-10_0.1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | t_test_kat!(t_test_kat60, "ttest-1_1_1000-10_0.1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | t_test_kat!(t_test_kat61, "ttest-1_1_1000-10_0.1_1000"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | t_test_kat!(t_test_kat61, "ttest-1_1_1000-10_0.1_1000"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | t_test_kat!(t_test_kat62, "ttest-1_1_1000-10_1_100"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | t_test_kat!(t_test_kat62, "ttest-1_1_1000-10_1_100"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | t_test_kat!(t_test_kat63, "ttest-1_1_1000-10_1_1000"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | t_test_kat!(t_test_kat63, "ttest-1_1_1000-10_1_1000"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | t_test_kat!(t_test_kat64, "ttest-1_1_1000-1_0.1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | t_test_kat!(t_test_kat64, "ttest-1_1_1000-1_0.1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | t_test_kat!(t_test_kat65, "ttest-1_1_1000-1_0.1_1000"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | t_test_kat!(t_test_kat65, "ttest-1_1_1000-1_0.1_1000"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | t_test_kat!(t_test_kat66, "ttest-1_1_1000-1_1_100"); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | t_test_kat!(t_test_kat66, "ttest-1_1_1000-1_1_100"); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | lr_kat!(lr_test_0_1_100, "lr-0_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | lr_kat!(lr_test_0_1_100, "lr-0_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | lr_kat!(lr_test_0_1_100, "lr-0_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | lr_kat!(lr_test_0_1_100, "lr-0_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | lr_kat!(lr_test_0_1_1000, "lr-0_1_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | lr_kat!(lr_test_0_1_1000, "lr-0_1_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | lr_kat!(lr_test_0_1_1000, "lr-0_1_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | lr_kat!(lr_test_0_1_1000, "lr-0_1_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | lr_kat!(lr_test_1_5_1000, "lr-1_5_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | lr_kat!(lr_test_1_5_1000, "lr-1_5_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | lr_kat!(lr_test_1_5_1000, "lr-1_5_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | lr_kat!(lr_test_1_5_1000, "lr-1_5_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 288 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.92s [INFO] running `Command { std: "docker" "inspect" "e4e2fd65dc08d2b9f0fe56eecd8a3c9bb255914772b4416b41cd582ea53494a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4e2fd65dc08d2b9f0fe56eecd8a3c9bb255914772b4416b41cd582ea53494a2", kill_on_drop: false }` [INFO] [stdout] e4e2fd65dc08d2b9f0fe56eecd8a3c9bb255914772b4416b41cd582ea53494a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 629f9a511e86419df0fa5f99bd519064a27968c0beca9c37d02e49728ce3827c [INFO] running `Command { std: "docker" "start" "-a" "629f9a511e86419df0fa5f99bd519064a27968c0beca9c37d02e49728ce3827c", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:14:44 [INFO] [stderr] | [INFO] [stderr] 14 | write!(f, "{}", std::error::Error::description(self)) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `dent` (lib) generated 1 warning [INFO] [stderr] warning: `dent` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin.rs:111:73 [INFO] [stderr] | [INFO] [stderr] 111 | fn summarize_file(path: &str, lax_parsing: bool) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 111 - fn summarize_file(path: &str, lax_parsing: bool) -> Result> { [INFO] [stderr] 111 + fn summarize_file(path: &str, lax_parsing: bool) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin.rs:123:71 [INFO] [stderr] | [INFO] [stderr] 123 | fn read_data(reader: R, lax_parsing: bool) -> Result, Box> [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 123 - fn read_data(reader: R, lax_parsing: bool) -> Result, Box> [INFO] [stderr] 123 + fn read_data(reader: R, lax_parsing: bool) -> Result, Box> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bin.rs:143:62 [INFO] [stderr] | [INFO] [stderr] 143 | fn summarize_stdin(lax_parsing: bool) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 143 - fn summarize_stdin(lax_parsing: bool) -> Result> { [INFO] [stderr] 143 + fn summarize_stdin(lax_parsing: bool) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | summary_kat!(summary_kat3, "1.1_1_100"); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | summary_kat!(summary_kat4, "1.1_1_1000"); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | summary_kat!(summary_kat5, "10_0.1_100"); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | summary_kat!(summary_kat6, "10_0.1_1000"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | summary_kat!(summary_kat7, "10_1_100"); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | summary_kat!(summary_kat8, "10_1_1000"); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | summary_kat!(summary_kat9, "1_0.1_100"); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:17:1 [INFO] [stderr] | [INFO] [stderr] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | t_test_kat!(t_test_kat1, "ttest-1.1_0.1_100-1.1_0.1_1000"); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 20 | t_test_kat!(t_test_kat2, "ttest-1.1_0.1_100-1.1_1_100"); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | t_test_kat!(t_test_kat3, "ttest-1.1_0.1_100-10_0.1_100"); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | t_test_kat!(t_test_kat4, "ttest-1.1_0.1_100-10_0.1_1000"); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | t_test_kat!(t_test_kat5, "ttest-1.1_0.1_100-10_1_100"); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | t_test_kat!(t_test_kat6, "ttest-1.1_0.1_100-10_1_1000"); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | t_test_kat!(t_test_kat7, "ttest-1.1_0.1_100-1_0.1_100"); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 26 | t_test_kat!(t_test_kat8, "ttest-1.1_0.1_100-1_1_100"); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | t_test_kat!(t_test_kat9, "ttest-1.1_0.1_1000-10_0.1_100"); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | t_test_kat!(t_test_kat10, "ttest-1.1_0.1_1000-10_1_100"); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:29:1 [INFO] [stderr] | [INFO] [stderr] 29 | t_test_kat!(t_test_kat11, "ttest-1.1_0.1_1000-1_1_100"); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:30:1 [INFO] [stderr] | [INFO] [stderr] 30 | t_test_kat!(t_test_kat12, "ttest-1.1_1_100-1.1_0.1_1000"); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | t_test_kat!(t_test_kat13, "ttest-1.1_1_100-10_0.1_100"); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | t_test_kat!(t_test_kat14, "ttest-1.1_1_100-10_1_100"); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | t_test_kat!(t_test_kat15, "ttest-1.1_1_100-10_1_1000"); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | t_test_kat!(t_test_kat16, "ttest-1.1_1_100-1_1_100"); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | t_test_kat!(t_test_kat17, "ttest-1.1_1_1000-1.1_0.1_100"); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | t_test_kat!(t_test_kat18, "ttest-1.1_1_1000-1.1_0.1_1000"); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | t_test_kat!(t_test_kat19, "ttest-1.1_1_1000-1.1_1_100"); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:38:1 [INFO] [stderr] | [INFO] [stderr] 38 | t_test_kat!(t_test_kat20, "ttest-1.1_1_1000-10_0.1_100"); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | t_test_kat!(t_test_kat21, "ttest-1.1_1_1000-10_0.1_1000"); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | t_test_kat!(t_test_kat22, "ttest-1.1_1_1000-10_1_100"); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | t_test_kat!(t_test_kat23, "ttest-1.1_1_1000-10_1_1000"); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | t_test_kat!(t_test_kat24, "ttest-1.1_1_1000-1_0.1_100"); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | t_test_kat!(t_test_kat25, "ttest-1.1_1_1000-1_1_100"); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:44:1 [INFO] [stderr] | [INFO] [stderr] 44 | t_test_kat!(t_test_kat26, "ttest-10_0.1_100-10_1_100"); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:45:1 [INFO] [stderr] | [INFO] [stderr] 45 | t_test_kat!(t_test_kat27, "ttest-10_0.1_100-1_1_100"); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:46:1 [INFO] [stderr] | [INFO] [stderr] 46 | t_test_kat!(t_test_kat28, "ttest-10_0.1_1000-1.1_0.1_1000"); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | t_test_kat!(t_test_kat29, "ttest-10_0.1_1000-1.1_1_100"); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | t_test_kat!(t_test_kat30, "ttest-10_0.1_1000-10_0.1_100"); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | t_test_kat!(t_test_kat31, "ttest-10_0.1_1000-10_1_100"); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | t_test_kat!(t_test_kat32, "ttest-10_0.1_1000-10_1_1000"); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:51:1 [INFO] [stderr] | [INFO] [stderr] 51 | t_test_kat!(t_test_kat33, "ttest-10_0.1_1000-1_1_100"); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:52:1 [INFO] [stderr] | [INFO] [stderr] 52 | t_test_kat!(t_test_kat34, "ttest-10_1_1000-1.1_0.1_1000"); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | t_test_kat!(t_test_kat35, "ttest-10_1_1000-10_0.1_100"); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | t_test_kat!(t_test_kat36, "ttest-10_1_1000-10_1_100"); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:55:1 [INFO] [stderr] | [INFO] [stderr] 55 | t_test_kat!(t_test_kat37, "ttest-10_1_1000-1_1_100"); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:56:1 [INFO] [stderr] | [INFO] [stderr] 56 | t_test_kat!(t_test_kat38, "ttest-1_0.1_100-1.1_0.1_1000"); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | t_test_kat!(t_test_kat39, "ttest-1_0.1_100-1.1_1_100"); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:58:1 [INFO] [stderr] | [INFO] [stderr] 58 | t_test_kat!(t_test_kat40, "ttest-1_0.1_100-10_0.1_100"); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | t_test_kat!(t_test_kat41, "ttest-1_0.1_100-10_0.1_1000"); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | t_test_kat!(t_test_kat42, "ttest-1_0.1_100-10_1_100"); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:61:1 [INFO] [stderr] | [INFO] [stderr] 61 | t_test_kat!(t_test_kat43, "ttest-1_0.1_100-10_1_1000"); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:62:1 [INFO] [stderr] | [INFO] [stderr] 62 | t_test_kat!(t_test_kat44, "ttest-1_0.1_100-1_1_100"); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | t_test_kat!(t_test_kat45, "ttest-1_0.1_1000-1.1_0.1_100"); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:64:1 [INFO] [stderr] | [INFO] [stderr] 64 | t_test_kat!(t_test_kat46, "ttest-1_0.1_1000-1.1_0.1_1000"); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:65:1 [INFO] [stderr] | [INFO] [stderr] 65 | t_test_kat!(t_test_kat47, "ttest-1_0.1_1000-1.1_1_100"); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:66:1 [INFO] [stderr] | [INFO] [stderr] 66 | t_test_kat!(t_test_kat48, "ttest-1_0.1_1000-1.1_1_1000"); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:67:1 [INFO] [stderr] | [INFO] [stderr] 67 | t_test_kat!(t_test_kat49, "ttest-1_0.1_1000-10_0.1_100"); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:68:1 [INFO] [stderr] | [INFO] [stderr] 68 | t_test_kat!(t_test_kat50, "ttest-1_0.1_1000-10_0.1_1000"); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | t_test_kat!(t_test_kat51, "ttest-1_0.1_1000-10_1_100"); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | t_test_kat!(t_test_kat52, "ttest-1_0.1_1000-10_1_1000"); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | t_test_kat!(t_test_kat53, "ttest-1_0.1_1000-1_0.1_100"); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | t_test_kat!(t_test_kat54, "ttest-1_0.1_1000-1_1_100"); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | t_test_kat!(t_test_kat55, "ttest-1_1_100-10_1_100"); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:74:1 [INFO] [stderr] | [INFO] [stderr] 74 | t_test_kat!(t_test_kat56, "ttest-1_1_1000-1.1_0.1_100"); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | t_test_kat!(t_test_kat57, "ttest-1_1_1000-1.1_0.1_1000"); [INFO] [stderr] | -------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | t_test_kat!(t_test_kat58, "ttest-1_1_1000-1.1_1_100"); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | t_test_kat!(t_test_kat59, "ttest-1_1_1000-1.1_1_1000"); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | t_test_kat!(t_test_kat60, "ttest-1_1_1000-10_0.1_100"); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:79:1 [INFO] [stderr] | [INFO] [stderr] 79 | t_test_kat!(t_test_kat61, "ttest-1_1_1000-10_0.1_1000"); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:80:1 [INFO] [stderr] | [INFO] [stderr] 80 | t_test_kat!(t_test_kat62, "ttest-1_1_1000-10_1_100"); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | t_test_kat!(t_test_kat63, "ttest-1_1_1000-10_1_1000"); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:82:1 [INFO] [stderr] | [INFO] [stderr] 82 | t_test_kat!(t_test_kat64, "ttest-1_1_1000-1_0.1_100"); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:83:1 [INFO] [stderr] | [INFO] [stderr] 83 | t_test_kat!(t_test_kat65, "ttest-1_1_1000-1_0.1_1000"); [INFO] [stderr] | ------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:84:1 [INFO] [stderr] | [INFO] [stderr] 84 | t_test_kat!(t_test_kat66, "ttest-1_1_1000-1_1_100"); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | lr_kat!(lr_test_0_1_100, "lr-0_1_100"); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:87:1 [INFO] [stderr] | [INFO] [stderr] 87 | lr_kat!(lr_test_0_1_1000, "lr-0_1_1000"); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: tests/kat.rs:88:1 [INFO] [stderr] | [INFO] [stderr] 88 | lr_kat!(lr_test_1_5_1000, "lr-1_5_1000"); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this usage of assert!() 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_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `dent` (bin "dent") generated 3 warnings [INFO] [stderr] warning: `dent` (test "kat") generated 288 warnings (206 duplicates) [INFO] [stderr] warning: `dent` (bin "dent" test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dent-9800a5ddf3f0720e) [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dent-79263b7deed7b50b) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/exe.rs (/opt/rustwide/target/debug/deps/exe-c9ea6bb43a089777) [INFO] [stdout] [INFO] [stdout] running 18 tests [INFO] [stdout] test test_comparison_plot ... FAILED [INFO] [stdout] test test_comparison ... FAILED [INFO] [stdout] test test_help ... FAILED [INFO] [stdout] test test_comparison_plot_outliers ... FAILED [INFO] [stdout] test test_plot_ext_outlier ... FAILED [INFO] [stdout] test test_lax ... FAILED [INFO] [stdout] test test_plot_ext_outlier_plot_outliers ... FAILED [INFO] [stdout] test test_plot_far_apart ... FAILED [INFO] [stdout] test test_plot_many ... FAILED [INFO] [stdout] test test_plot_many_outlier_data ... FAILED [INFO] [stdout] test test_plot_mod_outlier_plot_outliers ... FAILED [INFO] [stdout] test test_plot_one ... FAILED [INFO] [stdout] test test_stdin ... FAILED [INFO] [stdout] test test_positional ... FAILED [INFO] [stdout] test test_plot_mod_outlier ... FAILED [INFO] [stdout] test test_tsv_2 ... FAILED [INFO] [stdout] test test_tsv_1 ... FAILED [INFO] [stdout] test test_tsv_3 ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_comparison_plot stdout ---- [INFO] [stdout] thread 'test_comparison_plot' panicked at 'Unable to run command in test: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/support/mod.rs:26:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558542bd245c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x558542bd245c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558542bd245c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558542bd245c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558542bf78cc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x558542bcdd48 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x558542bd4727 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558542bd4727 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558542bd4727 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558542bd445b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558542bd4e7a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558542bd4b67 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558542bd2924 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558542bd4879 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558542b6c123 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x558542b6c213 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x558542b6faac - core::result::Result::expect::h6f721696492e2896 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x558542b7b23f - exe::support::exe::run::hc2e9fb9a096c5d7c [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x558542b73990 - exe::test_comparison_plot::hadf2cae1d8e8037a [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:70:15 [INFO] [stdout] 19: 0x558542b7380a - exe::test_comparison_plot::{{closure}}::h0c2041a4034ff534 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:67:1 [INFO] [stdout] 20: 0x558542b79f7e - core::ops::function::FnOnce::call_once::h6b7ca71878e179dd [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x558542ba8383 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x558542ba8383 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x558542ba70b1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x558542ba70b1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x558542ba70b1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x558542ba70b1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x558542ba70b1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x558542ba70b1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x558542ba70b1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x558542bb0991 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x558542bb0991 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x558542b7d0ef - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x558542b7d0ef - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x558542b7d0ef - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x558542b7d0ef - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x558542b7d0ef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x558542bdac43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f4cacb10609 - start_thread [INFO] [stdout] 43: 0x7f4cac8e2293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_comparison stdout ---- [INFO] [stdout] thread 'test_comparison' panicked at 'Unable to run command in test: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/support/mod.rs:26:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558542bd245c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x558542bd245c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558542bd245c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558542bd245c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558542bf78cc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x558542bcdd48 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x558542bd4727 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558542bd4727 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558542bd4727 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558542bd445b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558542bd4e7a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558542bd4b67 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558542bd2924 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558542bd4879 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558542b6c123 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x558542b6c213 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x558542b6faac - core::result::Result::expect::h6f721696492e2896 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x558542b7b23f - exe::support::exe::run::hc2e9fb9a096c5d7c [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x558542b73773 - exe::test_comparison::h3c01aee0a4c05670 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:59:15 [INFO] [stdout] 19: 0x558542b7368a - exe::test_comparison::{{closure}}::he820def8333f37e7 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:57:1 [INFO] [stdout] 20: 0x558542b7a0ee - core::ops::function::FnOnce::call_once::hba5c7054cddfd416 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x558542ba8383 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x558542ba8383 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x558542ba70b1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x558542ba70b1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x558542ba70b1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x558542ba70b1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x558542ba70b1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x558542ba70b1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x558542ba70b1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x558542bb0991 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x558542bb0991 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x558542b7d0ef - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x558542b7d0ef - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x558542b7d0ef - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x558542b7d0ef - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x558542b7d0ef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x558542bdac43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f4cacb10609 - start_thread [INFO] [stdout] 43: 0x7f4cac8e2293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_help stdout ---- [INFO] [stdout] thread 'test_help' panicked at 'Unable to run command in test: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/support/mod.rs:26:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558542bd245c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x558542bd245c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558542bd245c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558542bd245c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558542bf78cc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x558542bcdd48 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x558542bd4727 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558542bd4727 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558542bd4727 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558542bd445b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558542bd4e7a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558542bd4b67 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558542bd2924 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558542bd4879 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558542b6c123 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x558542b6c213 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x558542b6faac - core::result::Result::expect::h6f721696492e2896 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x558542b7b23f - exe::support::exe::run::hc2e9fb9a096c5d7c [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x558542b72b28 - exe::test_help::h771bc945171aee70 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:8:15 [INFO] [stdout] 19: 0x558542b72afa - exe::test_help::{{closure}}::haf83db6d44450b35 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:7:1 [INFO] [stdout] 20: 0x558542b79fbe - core::ops::function::FnOnce::call_once::h6ce303c9d22aca48 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x558542ba8383 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x558542ba8383 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x558542ba70b1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x558542ba70b1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x558542ba70b1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x558542ba70b1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x558542ba70b1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x558542ba70b1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x558542ba70b1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x558542bb0991 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x558542bb0991 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x558542b7d0ef - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x558542b7d0ef - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x558542b7d0ef - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x558542b7d0ef - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x558542b7d0ef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x558542bdac43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f4cacb10609 - start_thread [INFO] [stdout] 43: 0x7f4cac8e2293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_comparison_plot_outliers stdout ---- [INFO] [stdout] thread 'test_comparison_plot_outliers' panicked at 'Unable to run command in test: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/support/mod.rs:26:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558542bd245c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x558542bd245c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558542bd245c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558542bd245c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558542bf78cc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x558542bcdd48 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x558542bd4727 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558542bd4727 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558542bd4727 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558542bd445b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558542bd4e7a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558542bd4b67 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558542bd2924 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558542bd4879 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558542b6c123 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x558542b6c213 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x558542b6faac - core::result::Result::expect::h6f721696492e2896 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x558542b7b23f - exe::support::exe::run::hc2e9fb9a096c5d7c [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x558542b73bdb - exe::test_comparison_plot_outliers::he300615d1aaa1d6c [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:81:15 [INFO] [stdout] 19: 0x558542b73a3a - exe::test_comparison_plot_outliers::{{closure}}::hd74bafe8288c1b5e [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:78:1 [INFO] [stdout] 20: 0x558542b79f2e - core::ops::function::FnOnce::call_once::h3ad8bff1cadd8ee3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x558542ba8383 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x558542ba8383 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x558542ba70b1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x558542ba70b1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x558542ba70b1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x558542ba70b1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x558542ba70b1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x558542ba70b1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x558542ba70b1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x558542bb0991 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x558542bb0991 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x558542b7d0ef - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x558542b7d0ef - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x558542b7d0ef - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x558542b7d0ef - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x558542b7d0ef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x558542bdac43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f4cacb10609 - start_thread [INFO] [stdout] 43: 0x7f4cac8e2293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_plot_ext_outlier stdout ---- [INFO] [stdout] thread 'test_plot_ext_outlier' panicked at 'Unable to run command in test: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/support/mod.rs:26:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558542bd245c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x558542bd245c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558542bd245c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558542bd245c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558542bf78cc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x558542bcdd48 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x558542bd4727 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558542bd4727 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558542bd4727 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558542bd445b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558542bd4e7a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558542bd4b67 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558542bd2924 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558542bd4879 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558542b6c123 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x558542b6c213 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x558542b6faac - core::result::Result::expect::h6f721696492e2896 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x558542b7b23f - exe::support::exe::run::hc2e9fb9a096c5d7c [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x558542b752b2 - exe::test_plot_ext_outlier::h44d32750652e7768 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:174:15 [INFO] [stdout] 19: 0x558542b7505a - exe::test_plot_ext_outlier::{{closure}}::h938e383b5f3e4b0c [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:169:1 [INFO] [stdout] 20: 0x558542b7a03e - core::ops::function::FnOnce::call_once::h76303300c5b9d43e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x558542ba8383 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x558542ba8383 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x558542ba70b1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x558542ba70b1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x558542ba70b1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x558542ba70b1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x558542ba70b1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x558542ba70b1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x558542ba70b1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x558542bb0991 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x558542bb0991 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x558542b7d0ef - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x558542b7d0ef - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x558542b7d0ef - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x558542b7d0ef - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x558542b7d0ef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x558542bdac43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f4cacb10609 - start_thread [INFO] [stdout] 43: 0x7f4cac8e2293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_lax stdout ---- [INFO] [stdout] thread 'test_lax' panicked at 'Unable to run command in test: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/support/mod.rs:26:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558542bd245c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x558542bd245c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558542bd245c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558542bd245c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558542bf78cc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x558542bcdd48 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x558542bd4727 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558542bd4727 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558542bd4727 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558542bd445b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558542bd4e7a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558542bd4b67 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558542bd2924 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558542bd4879 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558542b6c123 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x558542b6c213 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x558542b6faac - core::result::Result::expect::h6f721696492e2896 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x558542b7b23f - exe::support::exe::run::hc2e9fb9a096c5d7c [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x558542b7306b - exe::test_lax::hcf1298068a58805a [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:36:26 [INFO] [stdout] 19: 0x558542b72fda - exe::test_lax::{{closure}}::h72f18607076791d0 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:33:1 [INFO] [stdout] 20: 0x558542b79d9e - core::ops::function::FnOnce::call_once::h0221f66618babbce [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x558542ba8383 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x558542ba8383 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x558542ba70b1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x558542ba70b1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x558542ba70b1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x558542ba70b1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x558542ba70b1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x558542ba70b1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x558542ba70b1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x558542bb0991 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x558542bb0991 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x558542b7d0ef - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x558542b7d0ef - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x558542b7d0ef - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x558542b7d0ef - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x558542b7d0ef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x558542bdac43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f4cacb10609 - start_thread [INFO] [stdout] 43: 0x7f4cac8e2293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_plot_ext_outlier_plot_outliers stdout ---- [INFO] [stdout] thread 'test_plot_ext_outlier_plot_outliers' panicked at 'Unable to run command in test: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/support/mod.rs:26:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558542bd245c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x558542bd245c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558542bd245c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558542bd245c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558542bf78cc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x558542bcdd48 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x558542bd4727 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558542bd4727 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558542bd4727 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558542bd445b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558542bd4e7a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558542bd4b67 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558542bd2924 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558542bd4879 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558542b6c123 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x558542b6c213 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x558542b6faac - core::result::Result::expect::h6f721696492e2896 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x558542b7b23f - exe::support::exe::run::hc2e9fb9a096c5d7c [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x558542b755bd - exe::test_plot_ext_outlier_plot_outliers::hcf3cf2718b28a01a [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:187:15 [INFO] [stdout] 19: 0x558542b7534a - exe::test_plot_ext_outlier_plot_outliers::{{closure}}::he9bee7d44f03fbe9 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:182:1 [INFO] [stdout] 20: 0x558542b7a22e - core::ops::function::FnOnce::call_once::hf88ce4520b074e42 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x558542ba8383 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x558542ba8383 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x558542ba70b1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x558542ba70b1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x558542ba70b1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x558542ba70b1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x558542ba70b1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x558542ba70b1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x558542ba70b1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x558542bb0991 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x558542bb0991 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x558542b7d0ef - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x558542b7d0ef - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x558542b7d0ef - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x558542b7d0ef - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x558542b7d0ef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x558542bdac43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f4cacb10609 - start_thread [INFO] [stdout] 43: 0x7f4cac8e2293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_plot_far_apart stdout ---- [INFO] [stdout] thread 'test_plot_far_apart' panicked at 'Unable to run command in test: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/support/mod.rs:26:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558542bd245c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x558542bd245c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558542bd245c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558542bd245c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558542bf78cc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x558542bcdd48 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x558542bd4727 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558542bd4727 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558542bd4727 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558542bd445b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558542bd4e7a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558542bd4b67 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558542bd2924 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558542bd4879 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558542b6c123 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x558542b6c213 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x558542b6faac - core::result::Result::expect::h6f721696492e2896 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x558542b7b23f - exe::support::exe::run::hc2e9fb9a096c5d7c [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x558542b749c2 - exe::test_plot_far_apart::h7390f3ab15b2716e [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:134:15 [INFO] [stdout] 19: 0x558542b7476a - exe::test_plot_far_apart::{{closure}}::ha5f2cb9e3304c8ec [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:129:1 [INFO] [stdout] 20: 0x558542b79eee - core::ops::function::FnOnce::call_once::h2a21580fba8891d5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x558542ba8383 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x558542ba8383 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x558542ba70b1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x558542ba70b1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x558542ba70b1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x558542ba70b1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x558542ba70b1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x558542ba70b1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x558542ba70b1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x558542bb0991 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x558542bb0991 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x558542b7d0ef - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x558542b7d0ef - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x558542b7d0ef - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x558542b7d0ef - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x558542b7d0ef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x558542bdac43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f4cacb10609 - start_thread [INFO] [stdout] 43: 0x7f4cac8e2293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_plot_many stdout ---- [INFO] [stdout] thread 'test_plot_many' panicked at 'Unable to run command in test: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/support/mod.rs:26:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558542bd245c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x558542bd245c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558542bd245c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558542bd245c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558542bf78cc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x558542bcdd48 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x558542bd4727 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558542bd4727 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558542bd4727 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558542bd445b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558542bd4e7a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558542bd4b67 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558542bd2924 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558542bd4879 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558542b6c123 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x558542b6c213 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x558542b6faac - core::result::Result::expect::h6f721696492e2896 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x558542b7b23f - exe::support::exe::run::hc2e9fb9a096c5d7c [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x558542b74132 - exe::test_plot_many::h97f31bc92db4d2cd [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:105:15 [INFO] [stdout] 19: 0x558542b73dfa - exe::test_plot_many::{{closure}}::h6186bf68e81d35e2 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:99:1 [INFO] [stdout] 20: 0x558542b79e6e - core::ops::function::FnOnce::call_once::h1cb46b964e0088f9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x558542ba8383 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x558542ba8383 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x558542ba70b1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x558542ba70b1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x558542ba70b1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x558542ba70b1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x558542ba70b1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x558542ba70b1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x558542ba70b1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x558542bb0991 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x558542bb0991 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x558542b7d0ef - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x558542b7d0ef - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x558542b7d0ef - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x558542b7d0ef - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x558542b7d0ef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x558542bdac43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f4cacb10609 - start_thread [INFO] [stdout] 43: 0x7f4cac8e2293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_plot_many_outlier_data stdout ---- [INFO] [stdout] thread 'test_plot_many_outlier_data' panicked at 'Unable to run command in test: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/support/mod.rs:26:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558542bd245c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x558542bd245c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558542bd245c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558542bd245c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558542bf78cc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x558542bcdd48 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x558542bd4727 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558542bd4727 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558542bd4727 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558542bd445b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558542bd4e7a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558542bd4b67 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558542bd2924 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558542bd4879 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558542b6c123 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x558542b6c213 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x558542b6faac - core::result::Result::expect::h6f721696492e2896 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x558542b7b23f - exe::support::exe::run::hc2e9fb9a096c5d7c [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x558542b746d4 - exe::test_plot_many_outlier_data::h8c49e466ece976f6 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:121:15 [INFO] [stdout] 19: 0x558542b741ca - exe::test_plot_many_outlier_data::{{closure}}::h95f0caca030f6730 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:113:1 [INFO] [stdout] 20: 0x558542b79dde - core::ops::function::FnOnce::call_once::h047e4d9973e6dfb9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x558542ba8383 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x558542ba8383 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x558542ba70b1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x558542ba70b1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x558542ba70b1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x558542ba70b1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x558542ba70b1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x558542ba70b1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x558542ba70b1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x558542bb0991 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x558542bb0991 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x558542b7d0ef - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x558542b7d0ef - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x558542b7d0ef - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x558542b7d0ef - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x558542b7d0ef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x558542bdac43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f4cacb10609 - start_thread [INFO] [stdout] 43: 0x7f4cac8e2293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_plot_mod_outlier_plot_outliers stdout ---- [INFO] [stdout] thread 'test_plot_mod_outlier_plot_outliers' panicked at 'Unable to run command in test: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/support/mod.rs:26:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558542bd245c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x558542bd245c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558542bd245c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558542bd245c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558542bf78cc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x558542bcdd48 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x558542bd4727 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558542bd4727 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558542bd4727 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558542bd445b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558542bd4e7a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558542bd4b67 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558542bd2924 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558542bd4879 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558542b6c123 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x558542b6c213 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x558542b6faac - core::result::Result::expect::h6f721696492e2896 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x558542b7b23f - exe::support::exe::run::hc2e9fb9a096c5d7c [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x558542b74fbd - exe::test_plot_mod_outlier_plot_outliers::hfbbfc144e8343e71 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:160:15 [INFO] [stdout] 19: 0x558542b74d4a - exe::test_plot_mod_outlier_plot_outliers::{{closure}}::h1c0db548a332c65d [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:155:1 [INFO] [stdout] 20: 0x558542b79ffe - core::ops::function::FnOnce::call_once::h6d93e6494483a2b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x558542ba8383 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x558542ba8383 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x558542ba70b1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x558542ba70b1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x558542ba70b1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x558542ba70b1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x558542ba70b1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x558542ba70b1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x558542ba70b1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x558542bb0991 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x558542bb0991 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x558542b7d0ef - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x558542b7d0ef - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x558542b7d0ef - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x558542b7d0ef - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x558542b7d0ef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x558542bdac43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f4cacb10609 - start_thread [INFO] [stdout] 43: 0x7f4cac8e2293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_plot_one stdout ---- [INFO] [stdout] thread 'test_plot_one' panicked at 'Unable to run command in test: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/support/mod.rs:26:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558542bd245c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x558542bd245c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558542bd245c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558542bd245c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558542bf78cc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x558542bcdd48 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x558542bd4727 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558542bd4727 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558542bd4727 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558542bd445b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558542bd4e7a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558542bd4b67 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558542bd2924 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558542bd4879 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558542b6c123 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x558542b6c213 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x558542b6faac - core::result::Result::expect::h6f721696492e2896 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x558542b7b23f - exe::support::exe::run::hc2e9fb9a096c5d7c [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x558542b73d3c - exe::test_plot_one::h3aed8df9a141138f [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:91:15 [INFO] [stdout] 19: 0x558542b73c7a - exe::test_plot_one::{{closure}}::h4d214757e8caa421 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:89:1 [INFO] [stdout] 20: 0x558542b7a12e - core::ops::function::FnOnce::call_once::hba6489d85cfadf37 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x558542ba8383 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x558542ba8383 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x558542ba70b1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x558542ba70b1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x558542ba70b1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x558542ba70b1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x558542ba70b1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x558542ba70b1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x558542ba70b1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x558542bb0991 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x558542bb0991 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x558542b7d0ef - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x558542b7d0ef - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x558542b7d0ef - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x558542b7d0ef - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x558542b7d0ef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x558542bdac43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f4cacb10609 - start_thread [INFO] [stdout] 43: 0x7f4cac8e2293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_stdin stdout ---- [INFO] [stdout] thread 'test_stdin' panicked at 'Unable to run command in test: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/support/mod.rs:18:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558542bd245c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x558542bd245c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558542bd245c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558542bd245c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558542bf78cc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x558542bcdd48 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x558542bd4727 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558542bd4727 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558542bd4727 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558542bd445b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558542bd4e7a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558542bd4b67 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558542bd2924 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558542bd4879 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558542b6c123 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x558542b6c213 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x558542b6faac - core::result::Result::expect::h6f721696492e2896 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x558542b7b159 - exe::support::exe::run_with_stdin::hfab6a62a09fd658a [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:15:9 [INFO] [stdout] 18: 0x558542b72f87 - exe::test_stdin::hd5237ab67c0ec3ea [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:27:15 [INFO] [stdout] 19: 0x558542b72f3a - exe::test_stdin::{{closure}}::hf649b5d6ac712c93 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:25:1 [INFO] [stdout] 20: 0x558542b7a07e - core::ops::function::FnOnce::call_once::h77ba3d164e3b786e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x558542ba8383 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x558542ba8383 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x558542ba70b1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x558542ba70b1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x558542ba70b1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x558542ba70b1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x558542ba70b1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x558542ba70b1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x558542ba70b1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x558542bb0991 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x558542bb0991 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x558542b7d0ef - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x558542b7d0ef - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x558542b7d0ef - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x558542b7d0ef - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x558542b7d0ef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x558542bdac43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f4cacb10609 - start_thread [INFO] [stdout] 43: 0x7f4cac8e2293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_positional stdout ---- [INFO] [stdout] thread 'test_positional' panicked at 'Unable to run command in test: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/support/mod.rs:26:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558542bd245c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x558542bd245c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558542bd245c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558542bd245c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558542bf78cc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x558542bcdd48 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x558542bd4727 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558542bd4727 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558542bd4727 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558542bd445b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558542bd4e7a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558542bd4b67 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558542bd2924 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558542bd4879 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558542b6c123 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x558542b6c213 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x558542b6faac - core::result::Result::expect::h6f721696492e2896 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x558542b7b23f - exe::support::exe::run::hc2e9fb9a096c5d7c [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x558542b72be8 - exe::test_positional::h7efa64d65ed7cdc0 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:18:24 [INFO] [stdout] 19: 0x558542b72b8a - exe::test_positional::{{closure}}::hd579985c00ca40f1 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:15:1 [INFO] [stdout] 20: 0x558542b7a1ae - core::ops::function::FnOnce::call_once::he9a1a85facd32af3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x558542ba8383 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x558542ba8383 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x558542ba70b1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x558542ba70b1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x558542ba70b1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x558542ba70b1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x558542ba70b1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x558542ba70b1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x558542ba70b1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x558542bb0991 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x558542bb0991 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x558542b7d0ef - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stderr] error: test failed, to rerun pass '--test exe' [INFO] [stdout] 34: 0x558542b7d0ef - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x558542b7d0ef - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x558542b7d0ef - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x558542b7d0ef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x558542bdac43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f4cacb10609 - start_thread [INFO] [stdout] 43: 0x7f4cac8e2293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_plot_mod_outlier stdout ---- [INFO] [stdout] thread 'test_plot_mod_outlier' panicked at 'Unable to run command in test: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/support/mod.rs:26:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558542bd245c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x558542bd245c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558542bd245c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558542bd245c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558542bf78cc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x558542bcdd48 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x558542bd4727 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558542bd4727 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558542bd4727 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558542bd445b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558542bd4e7a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558542bd4b67 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558542bd2924 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558542bd4879 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558542b6c123 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x558542b6c213 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x558542b6faac - core::result::Result::expect::h6f721696492e2896 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x558542b7b23f - exe::support::exe::run::hc2e9fb9a096c5d7c [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x558542b74cb2 - exe::test_plot_mod_outlier::h645058c1a9921b0d [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:147:15 [INFO] [stdout] 19: 0x558542b74a5a - exe::test_plot_mod_outlier::{{closure}}::h44c2e4a4895d47b8 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:142:1 [INFO] [stdout] 20: 0x558542b7a1ee - core::ops::function::FnOnce::call_once::hf6178c8c3cf9b04b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x558542ba8383 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x558542ba8383 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x558542ba70b1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x558542ba70b1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x558542ba70b1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x558542ba70b1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x558542ba70b1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x558542ba70b1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x558542ba70b1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x558542bb0991 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x558542bb0991 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x558542b7d0ef - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x558542b7d0ef - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x558542b7d0ef - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x558542b7d0ef - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x558542b7d0ef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x558542bdac43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f4cacb10609 - start_thread [INFO] [stdout] 43: 0x7f4cac8e2293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_tsv_2 stdout ---- [INFO] [stdout] thread 'test_tsv_2' panicked at 'Unable to run command in test: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/support/mod.rs:26:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558542bd245c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x558542bd245c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558542bd245c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558542bd245c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558542bf78cc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x558542bcdd48 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x558542bd4727 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558542bd4727 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558542bd4727 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558542bd445b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558542bd4e7a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558542bd4b67 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558542bd2924 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558542bd4879 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558542b6c123 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x558542b6c213 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x558542b6faac - core::result::Result::expect::h6f721696492e2896 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x558542b7b23f - exe::support::exe::run::hc2e9fb9a096c5d7c [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x558542b75a5c - exe::test_tsv_2::hf9fe0276bf4da36b [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:212:15 [INFO] [stdout] 19: 0x558542b7583a - exe::test_tsv_2::{{closure}}::hc822f63c63526c8b [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:207:1 [INFO] [stdout] 20: 0x558542b7a16e - core::ops::function::FnOnce::call_once::hc57544a3afdb3bae [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x558542ba8383 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x558542ba8383 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x558542ba70b1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x558542ba70b1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x558542ba70b1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x558542ba70b1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x558542ba70b1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x558542ba70b1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x558542ba70b1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x558542bb0991 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x558542bb0991 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x558542b7d0ef - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x558542b7d0ef - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x558542b7d0ef - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x558542b7d0ef - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x558542b7d0ef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x558542bdac43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f4cacb10609 - start_thread [INFO] [stdout] 43: 0x7f4cac8e2293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_tsv_1 stdout ---- [INFO] [stdout] thread 'test_tsv_1' panicked at 'Unable to run command in test: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/support/mod.rs:26:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558542bd245c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x558542bd245c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558542bd245c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558542bd245c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558542bf78cc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x558542bcdd48 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x558542bd4727 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558542bd4727 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558542bd4727 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558542bd445b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558542bd4e7a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558542bd4b67 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558542bd2924 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558542bd4879 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558542b6c123 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x558542b6c213 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x558542b6faac - core::result::Result::expect::h6f721696492e2896 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x558542b7b23f - exe::support::exe::run::hc2e9fb9a096c5d7c [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x558542b757ae - exe::test_tsv_1::h455b6388ae875716 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:199:15 [INFO] [stdout] 19: 0x558542b7565a - exe::test_tsv_1::{{closure}}::hdc61201f62c27828 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:195:1 [INFO] [stdout] 20: 0x558542b7a26e - core::ops::function::FnOnce::call_once::hf890f35a1f63ebaf [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x558542ba8383 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x558542ba8383 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x558542ba70b1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x558542ba70b1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x558542ba70b1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x558542ba70b1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x558542ba70b1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x558542ba70b1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x558542ba70b1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x558542bb0991 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x558542bb0991 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x558542b7d0ef - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x558542b7d0ef - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x558542b7d0ef - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x558542b7d0ef - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x558542b7d0ef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x558542bdac43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f4cacb10609 - start_thread [INFO] [stdout] 43: 0x7f4cac8e2293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_tsv_3 stdout ---- [INFO] [stdout] thread 'test_tsv_3' panicked at 'Unable to run command in test: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/support/mod.rs:26:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x558542bd245c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x558542bd245c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x558542bd245c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x558542bd245c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x558542bf78cc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x558542bcdd48 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x558542bd4727 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x558542bd4727 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x558542bd4727 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x558542bd445b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x558542bd4e7a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x558542bd4b67 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x558542bd2924 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x558542bd4879 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x558542b6c123 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x558542b6c213 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x558542b6faac - core::result::Result::expect::h6f721696492e2896 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x558542b7b23f - exe::support::exe::run::hc2e9fb9a096c5d7c [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x558542b75dec - exe::test_tsv_3::h943ba67393c494d2 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:226:15 [INFO] [stdout] 19: 0x558542b75aea - exe::test_tsv_3::{{closure}}::h8f5bd2f3c1c2d3a6 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:220:1 [INFO] [stdout] 20: 0x558542b79eae - core::ops::function::FnOnce::call_once::h1ea6594d34bb3349 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x558542ba8383 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x558542ba8383 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x558542ba70b1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x558542ba70b1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x558542ba70b1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x558542ba70b1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x558542ba70b1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x558542ba70b1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x558542ba70b1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x558542bb0991 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x558542bb0991 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x558542b7d0ef - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x558542b7d0ef - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x558542b7d0ef - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x558542b7d0ef - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x558542b7d0ef - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x558542b7d0ef - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x558542bdac43 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x558542bdac43 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f4cacb10609 - start_thread [INFO] [stdout] 43: 0x7f4cac8e2293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_comparison [INFO] [stdout] test_comparison_plot [INFO] [stdout] test_comparison_plot_outliers [INFO] [stdout] test_help [INFO] [stdout] test_lax [INFO] [stdout] test_plot_ext_outlier [INFO] [stdout] test_plot_ext_outlier_plot_outliers [INFO] [stdout] test_plot_far_apart [INFO] [stdout] test_plot_many [INFO] [stdout] test_plot_many_outlier_data [INFO] [stdout] test_plot_mod_outlier [INFO] [stdout] test_plot_mod_outlier_plot_outliers [INFO] [stdout] test_plot_one [INFO] [stdout] test_positional [INFO] [stdout] test_stdin [INFO] [stdout] test_tsv_1 [INFO] [stdout] test_tsv_2 [INFO] [stdout] test_tsv_3 [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 18 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "629f9a511e86419df0fa5f99bd519064a27968c0beca9c37d02e49728ce3827c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "629f9a511e86419df0fa5f99bd519064a27968c0beca9c37d02e49728ce3827c", kill_on_drop: false }` [INFO] [stdout] 629f9a511e86419df0fa5f99bd519064a27968c0beca9c37d02e49728ce3827c