[INFO] fetching crate dent 0.4.1... [INFO] testing dent-0.4.1 against 1.59.0 for beta-1.60-1 [INFO] extracting crate dent 0.4.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate dent 0.4.1 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate 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-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8a5d0a50afa9d748e3389ea04a83fe6e10ee3f9ad5728a6570ed57f1b9b53a0f [INFO] running `Command { std: "docker" "start" "-a" "8a5d0a50afa9d748e3389ea04a83fe6e10ee3f9ad5728a6570ed57f1b9b53a0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8a5d0a50afa9d748e3389ea04a83fe6e10ee3f9ad5728a6570ed57f1b9b53a0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a5d0a50afa9d748e3389ea04a83fe6e10ee3f9ad5728a6570ed57f1b9b53a0f", kill_on_drop: false }` [INFO] [stdout] 8a5d0a50afa9d748e3389ea04a83fe6e10ee3f9ad5728a6570ed57f1b9b53a0f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f211496fdb7cfeba25044e5581e68e8e348d3988ce40706c416ec9b1c4cdc465 [INFO] running `Command { std: "docker" "start" "-a" "f211496fdb7cfeba25044e5581e68e8e348d3988ce40706c416ec9b1c4cdc465", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling stamp v0.1.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 8.15s [INFO] running `Command { std: "docker" "inspect" "f211496fdb7cfeba25044e5581e68e8e348d3988ce40706c416ec9b1c4cdc465", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f211496fdb7cfeba25044e5581e68e8e348d3988ce40706c416ec9b1c4cdc465", kill_on_drop: false }` [INFO] [stdout] f211496fdb7cfeba25044e5581e68e8e348d3988ce40706c416ec9b1c4cdc465 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 40f41cd6d63d818d949f4a329959b5619d0df25e8ecf7ef9b8f8bd8ff248fdfe [INFO] running `Command { std: "docker" "start" "-a" "40f41cd6d63d818d949f4a329959b5619d0df25e8ecf7ef9b8f8bd8ff248fdfe", 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: 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: 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: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: panic message is not a string literal [INFO] [stdout] --> 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: panic message is not a string literal [INFO] [stdout] --> 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: 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: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: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 288 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.50s [INFO] running `Command { std: "docker" "inspect" "40f41cd6d63d818d949f4a329959b5619d0df25e8ecf7ef9b8f8bd8ff248fdfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40f41cd6d63d818d949f4a329959b5619d0df25e8ecf7ef9b8f8bd8ff248fdfe", kill_on_drop: false }` [INFO] [stdout] 40f41cd6d63d818d949f4a329959b5619d0df25e8ecf7ef9b8f8bd8ff248fdfe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 87d01fcf491b333962f0f2a971a484c4e7bbe685a3e94e6ee78d7d02ed6eb1a5 [INFO] running `Command { std: "docker" "start" "-a" "87d01fcf491b333962f0f2a971a484c4e7bbe685a3e94e6ee78d7d02ed6eb1a5", 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.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dent-9d142e243c6e446f) [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 unittests (/opt/rustwide/target/debug/deps/dent-377e2830dd4322b8) [INFO] [stdout] [INFO] [stderr] Running tests/exe.rs (/opt/rustwide/target/debug/deps/exe-364424dbf84d6cf5) [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 18 tests [INFO] [stdout] test test_comparison_plot_outliers ... FAILED [INFO] [stdout] test test_comparison_plot ... FAILED [INFO] [stdout] test test_comparison ... FAILED [INFO] [stdout] test test_plot_ext_outlier ... FAILED [INFO] [stdout] test test_plot_ext_outlier_plot_outliers ... FAILED [INFO] [stdout] test test_help ... FAILED [INFO] [stdout] test test_lax ... FAILED [INFO] [stdout] test test_plot_far_apart ... FAILED [INFO] [stdout] test test_plot_many_outlier_data ... FAILED [INFO] [stdout] test test_plot_many ... FAILED [INFO] [stdout] test test_plot_mod_outlier ... FAILED [INFO] [stdout] test test_positional ... FAILED [INFO] [stdout] test test_plot_mod_outlier_plot_outliers ... FAILED [INFO] [stdout] test test_stdin ... FAILED [INFO] [stdout] test test_tsv_1 ... FAILED [INFO] [stdout] test test_plot_one ... FAILED [INFO] [stdout] test test_tsv_3 ... FAILED [INFO] [stdout] test test_tsv_2 ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [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: 0x55eb9a81165c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55eb9a81165c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55eb9a81165c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55eb9a81165c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55eb9a83707c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55eb9a80c8b3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55eb9a813d32 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55eb9a813d32 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55eb9a813d32 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55eb9a813981 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55eb9a814383 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55eb9a8140a0 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55eb9a811b04 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55eb9a813dd9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55eb9a7abdc1 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55eb9a7abeb3 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x55eb9a7bb70c - core::result::Result::expect::hffcadd42118c3338 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:975:23 [INFO] [stdout] 17: 0x55eb9a7b936f - exe::support::exe::run::ha88200b1b319209e [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55eb9a7aebfb - exe::test_comparison_plot_outliers::hd30095b2bcf247b9 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:81:15 [INFO] [stdout] 19: 0x55eb9a7aea5a - exe::test_comparison_plot_outliers::{{closure}}::h5cf8e0fd85f94036 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:78:1 [INFO] [stdout] 20: 0x55eb9a7b6c0e - core::ops::function::FnOnce::call_once::h172f5b380fe62321 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55eb9a7e7483 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55eb9a7e7483 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55eb9a7e616f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x55eb9a7e616f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55eb9a7e616f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55eb9a7e616f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55eb9a7e616f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55eb9a7e616f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55eb9a7e616f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55eb9a7ef531 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55eb9a7ef531 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 33: 0x55eb9a7bbfbf - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55eb9a7bbfbf - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55eb9a7bbfbf - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55eb9a7bbfbf - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 38: 0x55eb9a7bbfbf - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55eb9a81a033 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7fd3381f5609 - start_thread [INFO] [stdout] 43: 0x7fd337fc7293 - clone [INFO] [stdout] 44: 0x0 - [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: 0x55eb9a81165c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55eb9a81165c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55eb9a81165c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55eb9a81165c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55eb9a83707c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55eb9a80c8b3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55eb9a813d32 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55eb9a813d32 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55eb9a813d32 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55eb9a813981 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55eb9a814383 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55eb9a8140a0 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55eb9a811b04 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55eb9a813dd9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55eb9a7abdc1 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55eb9a7abeb3 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x55eb9a7bb70c - core::result::Result::expect::hffcadd42118c3338 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:975:23 [INFO] [stdout] 17: 0x55eb9a7b936f - exe::support::exe::run::ha88200b1b319209e [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55eb9a7ae9b0 - exe::test_comparison_plot::hb3705d24a3802cee [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:70:15 [INFO] [stdout] 19: 0x55eb9a7ae82a - exe::test_comparison_plot::{{closure}}::h1fcb547cecfece6e [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:67:1 [INFO] [stdout] 20: 0x55eb9a7b6bce - core::ops::function::FnOnce::call_once::h001fdaffe36cd085 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55eb9a7e7483 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55eb9a7e7483 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55eb9a7e616f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x55eb9a7e616f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55eb9a7e616f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55eb9a7e616f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55eb9a7e616f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55eb9a7e616f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55eb9a7e616f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55eb9a7ef531 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55eb9a7ef531 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 33: 0x55eb9a7bbfbf - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55eb9a7bbfbf - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55eb9a7bbfbf - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55eb9a7bbfbf - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 38: 0x55eb9a7bbfbf - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55eb9a81a033 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7fd3381f5609 - start_thread [INFO] [stdout] 43: 0x7fd337fc7293 - 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: 0x55eb9a81165c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55eb9a81165c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55eb9a81165c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55eb9a81165c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55eb9a83707c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55eb9a80c8b3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55eb9a813d32 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55eb9a813d32 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55eb9a813d32 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55eb9a813981 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55eb9a814383 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55eb9a8140a0 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55eb9a811b04 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55eb9a813dd9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55eb9a7abdc1 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55eb9a7abeb3 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x55eb9a7bb70c - core::result::Result::expect::hffcadd42118c3338 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:975:23 [INFO] [stdout] 17: 0x55eb9a7b936f - exe::support::exe::run::ha88200b1b319209e [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55eb9a7ae793 - exe::test_comparison::h20af8aaf67abb9e0 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:59:15 [INFO] [stdout] 19: 0x55eb9a7ae6aa - exe::test_comparison::{{closure}}::h073da9e2c9bcfe98 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:57:1 [INFO] [stdout] 20: 0x55eb9a7b6cfe - core::ops::function::FnOnce::call_once::h30fcbee97c57324e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55eb9a7e7483 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55eb9a7e7483 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55eb9a7e616f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x55eb9a7e616f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55eb9a7e616f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55eb9a7e616f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55eb9a7e616f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55eb9a7e616f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55eb9a7e616f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55eb9a7ef531 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55eb9a7ef531 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 33: 0x55eb9a7bbfbf - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55eb9a7bbfbf - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55eb9a7bbfbf - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55eb9a7bbfbf - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 38: 0x55eb9a7bbfbf - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55eb9a81a033 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7fd3381f5609 - start_thread [INFO] [stdout] 43: 0x7fd337fc7293 - 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: 0x55eb9a81165c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55eb9a81165c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55eb9a81165c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55eb9a81165c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55eb9a83707c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55eb9a80c8b3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55eb9a813d32 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55eb9a813d32 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55eb9a813d32 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55eb9a813981 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55eb9a814383 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55eb9a8140a0 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55eb9a811b04 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55eb9a813dd9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55eb9a7abdc1 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55eb9a7abeb3 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x55eb9a7bb70c - core::result::Result::expect::hffcadd42118c3338 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:975:23 [INFO] [stdout] 17: 0x55eb9a7b936f - exe::support::exe::run::ha88200b1b319209e [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55eb9a7b02d2 - exe::test_plot_ext_outlier::h85109c403db6f440 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:174:15 [INFO] [stdout] 19: 0x55eb9a7b007a - exe::test_plot_ext_outlier::{{closure}}::hec1a3657c6cb9a72 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:169:1 [INFO] [stdout] 20: 0x55eb9a7b6fde - core::ops::function::FnOnce::call_once::hd5c9cf3f04a5a141 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55eb9a7e7483 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55eb9a7e7483 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55eb9a7e616f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x55eb9a7e616f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55eb9a7e616f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55eb9a7e616f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55eb9a7e616f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55eb9a7e616f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55eb9a7e616f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55eb9a7ef531 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55eb9a7ef531 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 33: 0x55eb9a7bbfbf - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55eb9a7bbfbf - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55eb9a7bbfbf - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55eb9a7bbfbf - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 38: 0x55eb9a7bbfbf - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55eb9a81a033 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7fd3381f5609 - start_thread [INFO] [stdout] 43: 0x7fd337fc7293 - 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: 0x55eb9a81165c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55eb9a81165c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55eb9a81165c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55eb9a81165c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55eb9a83707c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55eb9a80c8b3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55eb9a813d32 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55eb9a813d32 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55eb9a813d32 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55eb9a813981 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55eb9a814383 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55eb9a8140a0 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55eb9a811b04 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55eb9a813dd9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55eb9a7abdc1 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55eb9a7abeb3 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x55eb9a7bb70c - core::result::Result::expect::hffcadd42118c3338 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:975:23 [INFO] [stdout] 17: 0x55eb9a7b936f - exe::support::exe::run::ha88200b1b319209e [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55eb9a7b05dd - exe::test_plot_ext_outlier_plot_outliers::h187a804bce344d87 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:187:15 [INFO] [stdout] 19: 0x55eb9a7b036a - exe::test_plot_ext_outlier_plot_outliers::{{closure}}::hc04f0dd9e13ea054 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:182:1 [INFO] [stdout] 20: 0x55eb9a7b6e4e - core::ops::function::FnOnce::call_once::h64007820dab3a1f8 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55eb9a7e7483 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55eb9a7e7483 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55eb9a7e616f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x55eb9a7e616f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55eb9a7e616f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55eb9a7e616f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55eb9a7e616f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55eb9a7e616f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55eb9a7e616f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55eb9a7ef531 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55eb9a7ef531 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 33: 0x55eb9a7bbfbf - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55eb9a7bbfbf - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55eb9a7bbfbf - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55eb9a7bbfbf - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 38: 0x55eb9a7bbfbf - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55eb9a81a033 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7fd3381f5609 - start_thread [INFO] [stdout] 43: 0x7fd337fc7293 - 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: 0x55eb9a81165c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55eb9a81165c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55eb9a81165c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55eb9a81165c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55eb9a83707c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55eb9a80c8b3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55eb9a813d32 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55eb9a813d32 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55eb9a813d32 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55eb9a813981 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55eb9a814383 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55eb9a8140a0 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55eb9a811b04 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55eb9a813dd9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55eb9a7abdc1 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55eb9a7abeb3 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x55eb9a7bb70c - core::result::Result::expect::hffcadd42118c3338 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:975:23 [INFO] [stdout] 17: 0x55eb9a7b936f - exe::support::exe::run::ha88200b1b319209e [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55eb9a7adb48 - exe::test_help::h668e82d08dcd8dd2 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:8:15 [INFO] [stdout] 19: 0x55eb9a7adb1a - exe::test_help::{{closure}}::h6668d253f3744e2a [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:7:1 [INFO] [stdout] 20: 0x55eb9a7b6e0e - core::ops::function::FnOnce::call_once::h61745f728069d9c6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55eb9a7e7483 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55eb9a7e7483 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55eb9a7e616f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x55eb9a7e616f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55eb9a7e616f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55eb9a7e616f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55eb9a7e616f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55eb9a7e616f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55eb9a7e616f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55eb9a7ef531 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55eb9a7ef531 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 33: 0x55eb9a7bbfbf - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55eb9a7bbfbf - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55eb9a7bbfbf - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55eb9a7bbfbf - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 38: 0x55eb9a7bbfbf - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55eb9a81a033 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7fd3381f5609 - start_thread [INFO] [stdout] 43: 0x7fd337fc7293 - 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: 0x55eb9a81165c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55eb9a81165c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55eb9a81165c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55eb9a81165c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55eb9a83707c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55eb9a80c8b3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55eb9a813d32 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55eb9a813d32 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55eb9a813d32 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55eb9a813981 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55eb9a814383 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55eb9a8140a0 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55eb9a811b04 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55eb9a813dd9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55eb9a7abdc1 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55eb9a7abeb3 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x55eb9a7bb70c - core::result::Result::expect::hffcadd42118c3338 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:975:23 [INFO] [stdout] 17: 0x55eb9a7b936f - exe::support::exe::run::ha88200b1b319209e [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55eb9a7ae08b - exe::test_lax::h2732427d0c95bec6 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:36:26 [INFO] [stdout] 19: 0x55eb9a7adffa - exe::test_lax::{{closure}}::h7fafbbfa61b2dbdc [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:33:1 [INFO] [stdout] 20: 0x55eb9a7b6c7e - core::ops::function::FnOnce::call_once::h239717ad6d45685e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55eb9a7e7483 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55eb9a7e7483 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55eb9a7e616f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x55eb9a7e616f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55eb9a7e616f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55eb9a7e616f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55eb9a7e616f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55eb9a7e616f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55eb9a7e616f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55eb9a7ef531 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55eb9a7ef531 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 33: 0x55eb9a7bbfbf - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55eb9a7bbfbf - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55eb9a7bbfbf - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55eb9a7bbfbf - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 38: 0x55eb9a7bbfbf - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55eb9a81a033 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7fd3381f5609 - start_thread [INFO] [stdout] 43: 0x7fd337fc7293 - 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: 0x55eb9a81165c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55eb9a81165c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55eb9a81165c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55eb9a81165c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55eb9a83707c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55eb9a80c8b3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55eb9a813d32 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55eb9a813d32 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55eb9a813d32 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55eb9a813981 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55eb9a814383 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55eb9a8140a0 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55eb9a811b04 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55eb9a813dd9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55eb9a7abdc1 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55eb9a7abeb3 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x55eb9a7bb70c - core::result::Result::expect::hffcadd42118c3338 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:975:23 [INFO] [stdout] 17: 0x55eb9a7b936f - exe::support::exe::run::ha88200b1b319209e [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55eb9a7af9e2 - exe::test_plot_far_apart::h41737e407a9666d6 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:134:15 [INFO] [stdout] 19: 0x55eb9a7af78a - exe::test_plot_far_apart::{{closure}}::h8254b21b7f63708b [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:129:1 [INFO] [stdout] 20: 0x55eb9a7b701e - core::ops::function::FnOnce::call_once::hf05bdf9dd124ba24 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55eb9a7e7483 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55eb9a7e7483 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55eb9a7e616f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x55eb9a7e616f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55eb9a7e616f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55eb9a7e616f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55eb9a7e616f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55eb9a7e616f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55eb9a7e616f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55eb9a7ef531 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55eb9a7ef531 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 33: 0x55eb9a7bbfbf - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55eb9a7bbfbf - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55eb9a7bbfbf - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55eb9a7bbfbf - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 38: 0x55eb9a7bbfbf - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55eb9a81a033 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7fd3381f5609 - start_thread [INFO] [stdout] 43: 0x7fd337fc7293 - 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: 0x55eb9a81165c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55eb9a81165c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55eb9a81165c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55eb9a81165c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55eb9a83707c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55eb9a80c8b3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55eb9a813d32 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55eb9a813d32 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55eb9a813d32 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55eb9a813981 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55eb9a814383 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55eb9a8140a0 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55eb9a811b04 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55eb9a813dd9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55eb9a7abdc1 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55eb9a7abeb3 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x55eb9a7bb70c - core::result::Result::expect::hffcadd42118c3338 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:975:23 [INFO] [stdout] 17: 0x55eb9a7b936f - exe::support::exe::run::ha88200b1b319209e [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55eb9a7af6f4 - exe::test_plot_many_outlier_data::hbfb670f050e92e84 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:121:15 [INFO] [stdout] 19: 0x55eb9a7af1ea - exe::test_plot_many_outlier_data::{{closure}}::ha6a4a853dc509a20 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:113:1 [INFO] [stdout] 20: 0x55eb9a7b6f4e - core::ops::function::FnOnce::call_once::hc71160cc9be2bbc7 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55eb9a7e7483 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55eb9a7e7483 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55eb9a7e616f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x55eb9a7e616f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55eb9a7e616f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55eb9a7e616f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55eb9a7e616f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55eb9a7e616f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55eb9a7e616f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55eb9a7ef531 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55eb9a7ef531 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 33: 0x55eb9a7bbfbf - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55eb9a7bbfbf - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55eb9a7bbfbf - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55eb9a7bbfbf - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 38: 0x55eb9a7bbfbf - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55eb9a81a033 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7fd3381f5609 - start_thread [INFO] [stdout] 43: 0x7fd337fc7293 - 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: 0x55eb9a81165c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55eb9a81165c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55eb9a81165c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55eb9a81165c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55eb9a83707c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55eb9a80c8b3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55eb9a813d32 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55eb9a813d32 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55eb9a813d32 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55eb9a813981 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55eb9a814383 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55eb9a8140a0 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55eb9a811b04 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55eb9a813dd9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55eb9a7abdc1 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55eb9a7abeb3 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x55eb9a7bb70c - core::result::Result::expect::hffcadd42118c3338 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:975:23 [INFO] [stdout] 17: 0x55eb9a7b936f - exe::support::exe::run::ha88200b1b319209e [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55eb9a7af152 - exe::test_plot_many::h6d7516b519afa431 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:105:15 [INFO] [stdout] 19: 0x55eb9a7aee1a - exe::test_plot_many::{{closure}}::h54772422e6b07310 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:99:1 [INFO] [stdout] 20: 0x55eb9a7b705e - core::ops::function::FnOnce::call_once::hf9403f4df9d3e3f5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55eb9a7e7483 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55eb9a7e7483 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55eb9a7e616f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x55eb9a7e616f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55eb9a7e616f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55eb9a7e616f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55eb9a7e616f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55eb9a7e616f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55eb9a7e616f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55eb9a7ef531 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55eb9a7ef531 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 33: 0x55eb9a7bbfbf - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55eb9a7bbfbf - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55eb9a7bbfbf - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55eb9a7bbfbf - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 38: 0x55eb9a7bbfbf - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55eb9a81a033 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7fd3381f5609 - start_thread [INFO] [stdout] 43: 0x7fd337fc7293 - 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: 0x55eb9a81165c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55eb9a81165c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55eb9a81165c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55eb9a81165c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55eb9a83707c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55eb9a80c8b3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55eb9a813d32 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55eb9a813d32 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55eb9a813d32 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55eb9a813981 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55eb9a814383 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55eb9a8140a0 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55eb9a811b04 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55eb9a813dd9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55eb9a7abdc1 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55eb9a7abeb3 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x55eb9a7bb70c - core::result::Result::expect::hffcadd42118c3338 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:975:23 [INFO] [stdout] 17: 0x55eb9a7b936f - exe::support::exe::run::ha88200b1b319209e [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55eb9a7afcd2 - exe::test_plot_mod_outlier::haa52ee4cda8030ab [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:147:15 [INFO] [stdout] 19: 0x55eb9a7afa7a - exe::test_plot_mod_outlier::{{closure}}::h7eb632ba5f06a720 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:142:1 [INFO] [stdout] 20: 0x55eb9a7b6d8e - core::ops::function::FnOnce::call_once::h3f1ba9e0d48a2f60 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55eb9a7e7483 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55eb9a7e7483 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55eb9a7e616f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x55eb9a7e616f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55eb9a7e616f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55eb9a7e616f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55eb9a7e616f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55eb9a7e616f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55eb9a7e616f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55eb9a7ef531 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55eb9a7ef531 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 33: 0x55eb9a7bbfbf - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55eb9a7bbfbf - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55eb9a7bbfbf - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55eb9a7bbfbf - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 38: 0x55eb9a7bbfbf - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55eb9a81a033 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7fd3381f5609 - start_thread [INFO] [stdout] 43: 0x7fd337fc7293 - 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: 0x55eb9a81165c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55eb9a81165c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55eb9a81165c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55eb9a81165c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55eb9a83707c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55eb9a80c8b3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55eb9a813d32 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55eb9a813d32 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55eb9a813d32 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55eb9a813981 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55eb9a814383 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55eb9a8140a0 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55eb9a811b04 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55eb9a813dd9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55eb9a7abdc1 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55eb9a7abeb3 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x55eb9a7bb70c - core::result::Result::expect::hffcadd42118c3338 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:975:23 [INFO] [stdout] 17: 0x55eb9a7b936f - exe::support::exe::run::ha88200b1b319209e [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55eb9a7adc08 - exe::test_positional::ha2642a94726da03e [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:18:24 [INFO] [stdout] 19: 0x55eb9a7adbaa - exe::test_positional::{{closure}}::h57b47fd384bedd71 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:15:1 [INFO] [stdout] 20: 0x55eb9a7b6ece - core::ops::function::FnOnce::call_once::haf3cbde65bcf264f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55eb9a7e7483 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55eb9a7e7483 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55eb9a7e616f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x55eb9a7e616f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55eb9a7e616f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55eb9a7e616f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55eb9a7e616f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55eb9a7e616f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55eb9a7e616f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55eb9a7ef531 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55eb9a7ef531 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 33: 0x55eb9a7bbfbf - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55eb9a7bbfbf - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55eb9a7bbfbf - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55eb9a7bbfbf - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 38: 0x55eb9a7bbfbf - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55eb9a81a033 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7fd3381f5609 - start_thread [INFO] [stdout] 43: 0x7fd337fc7293 - 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: 0x55eb9a81165c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55eb9a81165c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55eb9a81165c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55eb9a81165c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55eb9a83707c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55eb9a80c8b3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55eb9a813d32 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55eb9a813d32 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55eb9a813d32 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55eb9a813981 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55eb9a814383 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55eb9a8140a0 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55eb9a811b04 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55eb9a813dd9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55eb9a7abdc1 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55eb9a7abeb3 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x55eb9a7bb70c - core::result::Result::expect::hffcadd42118c3338 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:975:23 [INFO] [stdout] 17: 0x55eb9a7b936f - exe::support::exe::run::ha88200b1b319209e [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55eb9a7affdd - exe::test_plot_mod_outlier_plot_outliers::h79f5443bc0c02040 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:160:15 [INFO] [stdout] 19: 0x55eb9a7afd6a - exe::test_plot_mod_outlier_plot_outliers::{{closure}}::h42d797e00aa85a4c [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:155:1 [INFO] [stdout] 20: 0x55eb9a7b6d4e - core::ops::function::FnOnce::call_once::h3f0d439fd43df42e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55eb9a7e7483 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55eb9a7e7483 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55eb9a7e616f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x55eb9a7e616f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55eb9a7e616f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55eb9a7e616f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55eb9a7e616f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55eb9a7e616f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55eb9a7e616f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55eb9a7ef531 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55eb9a7ef531 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 33: 0x55eb9a7bbfbf - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55eb9a7bbfbf - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55eb9a7bbfbf - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55eb9a7bbfbf - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 38: 0x55eb9a7bbfbf - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55eb9a81a033 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7fd3381f5609 - start_thread [INFO] [stdout] 43: 0x7fd337fc7293 - 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: 0x55eb9a81165c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] error: test failed, to rerun pass '--test exe' [INFO] [stdout] 1: 0x55eb9a81165c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55eb9a81165c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55eb9a81165c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55eb9a83707c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55eb9a80c8b3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55eb9a813d32 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55eb9a813d32 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55eb9a813d32 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55eb9a813981 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55eb9a814383 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55eb9a8140a0 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55eb9a811b04 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55eb9a813dd9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55eb9a7abdc1 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55eb9a7abeb3 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x55eb9a7bb70c - core::result::Result::expect::hffcadd42118c3338 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:975:23 [INFO] [stdout] 17: 0x55eb9a7b9289 - exe::support::exe::run_with_stdin::h5c3e14bf64bd83b5 [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:15:9 [INFO] [stdout] 18: 0x55eb9a7adfa7 - exe::test_stdin::hcd1a2a55e2af73df [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:27:15 [INFO] [stdout] 19: 0x55eb9a7adf5a - exe::test_stdin::{{closure}}::h561c9d5cda031c3d [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:25:1 [INFO] [stdout] 20: 0x55eb9a7b6e8e - core::ops::function::FnOnce::call_once::ha1b720d81a9292a3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55eb9a7e7483 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55eb9a7e7483 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55eb9a7e616f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x55eb9a7e616f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55eb9a7e616f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55eb9a7e616f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55eb9a7e616f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55eb9a7e616f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55eb9a7e616f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55eb9a7ef531 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55eb9a7ef531 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 33: 0x55eb9a7bbfbf - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55eb9a7bbfbf - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55eb9a7bbfbf - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55eb9a7bbfbf - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 38: 0x55eb9a7bbfbf - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55eb9a81a033 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7fd3381f5609 - start_thread [INFO] [stdout] 43: 0x7fd337fc7293 - 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: 0x55eb9a81165c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55eb9a81165c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55eb9a81165c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55eb9a81165c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55eb9a83707c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55eb9a80c8b3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55eb9a813d32 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55eb9a813d32 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55eb9a813d32 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55eb9a813981 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55eb9a814383 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55eb9a8140a0 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55eb9a811b04 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55eb9a813dd9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55eb9a7abdc1 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55eb9a7abeb3 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x55eb9a7bb70c - core::result::Result::expect::hffcadd42118c3338 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:975:23 [INFO] [stdout] 17: 0x55eb9a7b936f - exe::support::exe::run::ha88200b1b319209e [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55eb9a7b07ce - exe::test_tsv_1::h82f2ca818b3fbc66 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:199:15 [INFO] [stdout] 19: 0x55eb9a7b067a - exe::test_tsv_1::{{closure}}::hfb160439a66bbe81 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:195:1 [INFO] [stdout] 20: 0x55eb9a7b6dce - core::ops::function::FnOnce::call_once::h42dfea555f4c80a8 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55eb9a7e7483 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55eb9a7e7483 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55eb9a7e616f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x55eb9a7e616f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55eb9a7e616f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55eb9a7e616f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55eb9a7e616f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55eb9a7e616f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55eb9a7e616f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55eb9a7ef531 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55eb9a7ef531 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 33: 0x55eb9a7bbfbf - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55eb9a7bbfbf - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55eb9a7bbfbf - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55eb9a7bbfbf - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 38: 0x55eb9a7bbfbf - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55eb9a81a033 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7fd3381f5609 - start_thread [INFO] [stdout] 43: 0x7fd337fc7293 - 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: 0x55eb9a81165c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55eb9a81165c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55eb9a81165c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55eb9a81165c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55eb9a83707c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55eb9a80c8b3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55eb9a813d32 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55eb9a813d32 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55eb9a813d32 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55eb9a813981 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55eb9a814383 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55eb9a8140a0 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55eb9a811b04 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55eb9a813dd9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55eb9a7abdc1 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55eb9a7abeb3 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x55eb9a7bb70c - core::result::Result::expect::hffcadd42118c3338 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:975:23 [INFO] [stdout] 17: 0x55eb9a7b936f - exe::support::exe::run::ha88200b1b319209e [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55eb9a7aed5c - exe::test_plot_one::hf7ca751a0203c3fe [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:91:15 [INFO] [stdout] 19: 0x55eb9a7aec9a - exe::test_plot_one::{{closure}}::h4af8197736905e36 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:89:1 [INFO] [stdout] 20: 0x55eb9a7b6f0e - core::ops::function::FnOnce::call_once::hbb22919ae362b271 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55eb9a7e7483 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55eb9a7e7483 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55eb9a7e616f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x55eb9a7e616f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55eb9a7e616f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55eb9a7e616f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55eb9a7e616f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55eb9a7e616f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55eb9a7e616f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55eb9a7ef531 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55eb9a7ef531 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 33: 0x55eb9a7bbfbf - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55eb9a7bbfbf - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55eb9a7bbfbf - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55eb9a7bbfbf - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 38: 0x55eb9a7bbfbf - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55eb9a81a033 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7fd3381f5609 - start_thread [INFO] [stdout] 43: 0x7fd337fc7293 - 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: 0x55eb9a81165c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55eb9a81165c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55eb9a81165c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55eb9a81165c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55eb9a83707c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55eb9a80c8b3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55eb9a813d32 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55eb9a813d32 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55eb9a813d32 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55eb9a813981 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55eb9a814383 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55eb9a8140a0 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55eb9a811b04 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55eb9a813dd9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55eb9a7abdc1 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55eb9a7abeb3 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x55eb9a7bb70c - core::result::Result::expect::hffcadd42118c3338 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:975:23 [INFO] [stdout] 17: 0x55eb9a7b936f - exe::support::exe::run::ha88200b1b319209e [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55eb9a7b0e0c - exe::test_tsv_3::hefb582f9d61a82fb [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:226:15 [INFO] [stdout] 19: 0x55eb9a7b0b0a - exe::test_tsv_3::{{closure}}::h2adc37b85b6b49be [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:220:1 [INFO] [stdout] 20: 0x55eb9a7b709e - core::ops::function::FnOnce::call_once::hfbe916afc1edad3a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55eb9a7e7483 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55eb9a7e7483 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55eb9a7e616f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x55eb9a7e616f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55eb9a7e616f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55eb9a7e616f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55eb9a7e616f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55eb9a7e616f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55eb9a7e616f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55eb9a7ef531 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55eb9a7ef531 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 33: 0x55eb9a7bbfbf - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55eb9a7bbfbf - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55eb9a7bbfbf - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55eb9a7bbfbf - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 38: 0x55eb9a7bbfbf - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55eb9a81a033 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7fd3381f5609 - start_thread [INFO] [stdout] 43: 0x7fd337fc7293 - 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: 0x55eb9a81165c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55eb9a81165c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55eb9a81165c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55eb9a81165c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55eb9a83707c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55eb9a80c8b3 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55eb9a813d32 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55eb9a813d32 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55eb9a813d32 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55eb9a813981 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55eb9a814383 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55eb9a8140a0 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x55eb9a811b04 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55eb9a813dd9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55eb9a7abdc1 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55eb9a7abeb3 - core::result::unwrap_failed::ha0327e3803285d6e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:1690:5 [INFO] [stdout] 16: 0x55eb9a7bb70c - core::result::Result::expect::hffcadd42118c3338 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/result.rs:975:23 [INFO] [stdout] 17: 0x55eb9a7b936f - exe::support::exe::run::ha88200b1b319209e [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55eb9a7b0a7c - exe::test_tsv_2::hde8aff670209b7e0 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:212:15 [INFO] [stdout] 19: 0x55eb9a7b085a - exe::test_tsv_2::{{closure}}::h1f48db5d2bb6bcbe [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:207:1 [INFO] [stdout] 20: 0x55eb9a7b6cbe - core::ops::function::FnOnce::call_once::h2f1bc853415133fa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55eb9a7e7483 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55eb9a7e7483 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x55eb9a7e616f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x55eb9a7e616f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55eb9a7e616f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 26: 0x55eb9a7e616f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 27: 0x55eb9a7e616f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 28: 0x55eb9a7e616f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x55eb9a7e616f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x55eb9a7ef531 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x55eb9a7ef531 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 32: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 33: 0x55eb9a7bbfbf - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55eb9a7bbfbf - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 35: 0x55eb9a7bbfbf - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 36: 0x55eb9a7bbfbf - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 37: 0x55eb9a7bbfbf - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 38: 0x55eb9a7bbfbf - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x55eb9a81a033 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x55eb9a81a033 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7fd3381f5609 - start_thread [INFO] [stdout] 43: 0x7fd337fc7293 - 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.03s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "87d01fcf491b333962f0f2a971a484c4e7bbe685a3e94e6ee78d7d02ed6eb1a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87d01fcf491b333962f0f2a971a484c4e7bbe685a3e94e6ee78d7d02ed6eb1a5", kill_on_drop: false }` [INFO] [stdout] 87d01fcf491b333962f0f2a971a484c4e7bbe685a3e94e6ee78d7d02ed6eb1a5