[INFO] fetching crate dent 0.4.1... [INFO] testing dent-0.4.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate dent 0.4.1 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate dent 0.4.1 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.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-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded stamp v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 11704e1da2bd86ca3a590cd9bfa33ea0df0f10ced855a6a76f3bf37eb90a4834 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "11704e1da2bd86ca3a590cd9bfa33ea0df0f10ced855a6a76f3bf37eb90a4834", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "11704e1da2bd86ca3a590cd9bfa33ea0df0f10ced855a6a76f3bf37eb90a4834", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11704e1da2bd86ca3a590cd9bfa33ea0df0f10ced855a6a76f3bf37eb90a4834", kill_on_drop: false }` [INFO] [stdout] 11704e1da2bd86ca3a590cd9bfa33ea0df0f10ced855a6a76f3bf37eb90a4834 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8a9b4d5b655b13e3a2d60a9f8e4a8dd586b4f620336f0fe118a0768b5beebe17 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8a9b4d5b655b13e3a2d60a9f8e4a8dd586b4f620336f0fe118a0768b5beebe17", kill_on_drop: false }` [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling stamp v0.1.0 [INFO] [stderr] Compiling term_size v0.3.2 [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 6.97s [INFO] running `Command { std: "docker" "inspect" "8a9b4d5b655b13e3a2d60a9f8e4a8dd586b4f620336f0fe118a0768b5beebe17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8a9b4d5b655b13e3a2d60a9f8e4a8dd586b4f620336f0fe118a0768b5beebe17", kill_on_drop: false }` [INFO] [stdout] 8a9b4d5b655b13e3a2d60a9f8e4a8dd586b4f620336f0fe118a0768b5beebe17 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5c1102f0376edd58966e67455e9dea8e39801abac8ae576f3d361b306e2ac5a4 [INFO] running `Command { std: "docker" "start" "-a" "5c1102f0376edd58966e67455e9dea8e39801abac8ae576f3d361b306e2ac5a4", kill_on_drop: false }` [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: 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: 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:143:62 [INFO] [stdout] | [INFO] [stdout] 143 | fn summarize_stdin(lax_parsing: bool) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 143 - fn summarize_stdin(lax_parsing: bool) -> Result> { [INFO] [stdout] 143 + fn summarize_stdin(lax_parsing: bool) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | summary_kat!(summary_kat1, "1.1_0.1_100"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | summary_kat!(summary_kat2, "1.1_0.1_1000"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | summary_kat!(summary_kat3, "1.1_1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | summary_kat!(summary_kat3, "1.1_1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | summary_kat!(summary_kat3, "1.1_1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | summary_kat!(summary_kat3, "1.1_1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | summary_kat!(summary_kat3, "1.1_1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | summary_kat!(summary_kat3, "1.1_1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | summary_kat!(summary_kat3, "1.1_1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | summary_kat!(summary_kat3, "1.1_1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs: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: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | summary_kat!(summary_kat9, "1_0.1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | summary_kat!(summary_kat9, "1_0.1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | summary_kat!(summary_kat9, "1_0.1_100"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | summary_kat!(summary_kat10, "1_0.1_1000"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | summary_kat!(summary_kat11, "1_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | summary_kat!(summary_kat12, "1_1_1000"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | t_test_kat!(t_test_kat1, "ttest-1.1_0.1_100-1.1_0.1_1000"); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | t_test_kat!(t_test_kat1, "ttest-1.1_0.1_100-1.1_0.1_1000"); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | t_test_kat!(t_test_kat2, "ttest-1.1_0.1_100-1.1_1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | t_test_kat!(t_test_kat2, "ttest-1.1_0.1_100-1.1_1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | t_test_kat!(t_test_kat3, "ttest-1.1_0.1_100-10_0.1_100"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | t_test_kat!(t_test_kat3, "ttest-1.1_0.1_100-10_0.1_100"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | t_test_kat!(t_test_kat4, "ttest-1.1_0.1_100-10_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | t_test_kat!(t_test_kat4, "ttest-1.1_0.1_100-10_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | t_test_kat!(t_test_kat5, "ttest-1.1_0.1_100-10_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | t_test_kat!(t_test_kat5, "ttest-1.1_0.1_100-10_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | t_test_kat!(t_test_kat6, "ttest-1.1_0.1_100-10_1_1000"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | t_test_kat!(t_test_kat6, "ttest-1.1_0.1_100-10_1_1000"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | t_test_kat!(t_test_kat7, "ttest-1.1_0.1_100-1_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | t_test_kat!(t_test_kat7, "ttest-1.1_0.1_100-1_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | t_test_kat!(t_test_kat8, "ttest-1.1_0.1_100-1_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | t_test_kat!(t_test_kat8, "ttest-1.1_0.1_100-1_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | t_test_kat!(t_test_kat9, "ttest-1.1_0.1_1000-10_0.1_100"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | t_test_kat!(t_test_kat9, "ttest-1.1_0.1_1000-10_0.1_100"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | t_test_kat!(t_test_kat10, "ttest-1.1_0.1_1000-10_1_100"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | t_test_kat!(t_test_kat10, "ttest-1.1_0.1_1000-10_1_100"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | t_test_kat!(t_test_kat11, "ttest-1.1_0.1_1000-1_1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | t_test_kat!(t_test_kat11, "ttest-1.1_0.1_1000-1_1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | t_test_kat!(t_test_kat12, "ttest-1.1_1_100-1.1_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | t_test_kat!(t_test_kat12, "ttest-1.1_1_100-1.1_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | t_test_kat!(t_test_kat13, "ttest-1.1_1_100-10_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | t_test_kat!(t_test_kat13, "ttest-1.1_1_100-10_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | t_test_kat!(t_test_kat14, "ttest-1.1_1_100-10_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | t_test_kat!(t_test_kat14, "ttest-1.1_1_100-10_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | t_test_kat!(t_test_kat15, "ttest-1.1_1_100-10_1_1000"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | t_test_kat!(t_test_kat15, "ttest-1.1_1_100-10_1_1000"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | t_test_kat!(t_test_kat16, "ttest-1.1_1_100-1_1_100"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | t_test_kat!(t_test_kat16, "ttest-1.1_1_100-1_1_100"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | t_test_kat!(t_test_kat17, "ttest-1.1_1_1000-1.1_0.1_100"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | t_test_kat!(t_test_kat17, "ttest-1.1_1_1000-1.1_0.1_100"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | t_test_kat!(t_test_kat18, "ttest-1.1_1_1000-1.1_0.1_1000"); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | t_test_kat!(t_test_kat18, "ttest-1.1_1_1000-1.1_0.1_1000"); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | t_test_kat!(t_test_kat19, "ttest-1.1_1_1000-1.1_1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | t_test_kat!(t_test_kat19, "ttest-1.1_1_1000-1.1_1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | t_test_kat!(t_test_kat20, "ttest-1.1_1_1000-10_0.1_100"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | t_test_kat!(t_test_kat20, "ttest-1.1_1_1000-10_0.1_100"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | t_test_kat!(t_test_kat21, "ttest-1.1_1_1000-10_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | t_test_kat!(t_test_kat21, "ttest-1.1_1_1000-10_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | t_test_kat!(t_test_kat22, "ttest-1.1_1_1000-10_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | t_test_kat!(t_test_kat22, "ttest-1.1_1_1000-10_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | t_test_kat!(t_test_kat23, "ttest-1.1_1_1000-10_1_1000"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | t_test_kat!(t_test_kat23, "ttest-1.1_1_1000-10_1_1000"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | t_test_kat!(t_test_kat24, "ttest-1.1_1_1000-1_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | t_test_kat!(t_test_kat24, "ttest-1.1_1_1000-1_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | t_test_kat!(t_test_kat25, "ttest-1.1_1_1000-1_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | t_test_kat!(t_test_kat25, "ttest-1.1_1_1000-1_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | t_test_kat!(t_test_kat26, "ttest-10_0.1_100-10_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | t_test_kat!(t_test_kat26, "ttest-10_0.1_100-10_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | t_test_kat!(t_test_kat27, "ttest-10_0.1_100-1_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | t_test_kat!(t_test_kat27, "ttest-10_0.1_100-1_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | t_test_kat!(t_test_kat28, "ttest-10_0.1_1000-1.1_0.1_1000"); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | t_test_kat!(t_test_kat28, "ttest-10_0.1_1000-1.1_0.1_1000"); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | t_test_kat!(t_test_kat29, "ttest-10_0.1_1000-1.1_1_100"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | t_test_kat!(t_test_kat29, "ttest-10_0.1_1000-1.1_1_100"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | t_test_kat!(t_test_kat30, "ttest-10_0.1_1000-10_0.1_100"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | t_test_kat!(t_test_kat30, "ttest-10_0.1_1000-10_0.1_100"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | t_test_kat!(t_test_kat31, "ttest-10_0.1_1000-10_1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | t_test_kat!(t_test_kat31, "ttest-10_0.1_1000-10_1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | t_test_kat!(t_test_kat32, "ttest-10_0.1_1000-10_1_1000"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | t_test_kat!(t_test_kat32, "ttest-10_0.1_1000-10_1_1000"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | t_test_kat!(t_test_kat33, "ttest-10_0.1_1000-1_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | t_test_kat!(t_test_kat33, "ttest-10_0.1_1000-1_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | t_test_kat!(t_test_kat34, "ttest-10_1_1000-1.1_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | t_test_kat!(t_test_kat34, "ttest-10_1_1000-1.1_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | t_test_kat!(t_test_kat35, "ttest-10_1_1000-10_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | t_test_kat!(t_test_kat35, "ttest-10_1_1000-10_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | t_test_kat!(t_test_kat36, "ttest-10_1_1000-10_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | t_test_kat!(t_test_kat36, "ttest-10_1_1000-10_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | t_test_kat!(t_test_kat37, "ttest-10_1_1000-1_1_100"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | t_test_kat!(t_test_kat37, "ttest-10_1_1000-1_1_100"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | t_test_kat!(t_test_kat38, "ttest-1_0.1_100-1.1_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | t_test_kat!(t_test_kat38, "ttest-1_0.1_100-1.1_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | t_test_kat!(t_test_kat39, "ttest-1_0.1_100-1.1_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | t_test_kat!(t_test_kat39, "ttest-1_0.1_100-1.1_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | t_test_kat!(t_test_kat40, "ttest-1_0.1_100-10_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | t_test_kat!(t_test_kat40, "ttest-1_0.1_100-10_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | t_test_kat!(t_test_kat41, "ttest-1_0.1_100-10_0.1_1000"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | t_test_kat!(t_test_kat41, "ttest-1_0.1_100-10_0.1_1000"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | t_test_kat!(t_test_kat42, "ttest-1_0.1_100-10_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | t_test_kat!(t_test_kat42, "ttest-1_0.1_100-10_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:61:1 [INFO] [stdout] | [INFO] [stdout] 61 | t_test_kat!(t_test_kat43, "ttest-1_0.1_100-10_1_1000"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:61:1 [INFO] [stdout] | [INFO] [stdout] 61 | t_test_kat!(t_test_kat43, "ttest-1_0.1_100-10_1_1000"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | t_test_kat!(t_test_kat44, "ttest-1_0.1_100-1_1_100"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | t_test_kat!(t_test_kat44, "ttest-1_0.1_100-1_1_100"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | t_test_kat!(t_test_kat45, "ttest-1_0.1_1000-1.1_0.1_100"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | t_test_kat!(t_test_kat45, "ttest-1_0.1_1000-1.1_0.1_100"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:64:1 [INFO] [stdout] | [INFO] [stdout] 64 | t_test_kat!(t_test_kat46, "ttest-1_0.1_1000-1.1_0.1_1000"); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:64:1 [INFO] [stdout] | [INFO] [stdout] 64 | t_test_kat!(t_test_kat46, "ttest-1_0.1_1000-1.1_0.1_1000"); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | t_test_kat!(t_test_kat47, "ttest-1_0.1_1000-1.1_1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | t_test_kat!(t_test_kat47, "ttest-1_0.1_1000-1.1_1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | t_test_kat!(t_test_kat48, "ttest-1_0.1_1000-1.1_1_1000"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | t_test_kat!(t_test_kat48, "ttest-1_0.1_1000-1.1_1_1000"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | t_test_kat!(t_test_kat49, "ttest-1_0.1_1000-10_0.1_100"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | t_test_kat!(t_test_kat49, "ttest-1_0.1_1000-10_0.1_100"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | t_test_kat!(t_test_kat50, "ttest-1_0.1_1000-10_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | t_test_kat!(t_test_kat50, "ttest-1_0.1_1000-10_0.1_1000"); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | t_test_kat!(t_test_kat51, "ttest-1_0.1_1000-10_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | t_test_kat!(t_test_kat51, "ttest-1_0.1_1000-10_1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | t_test_kat!(t_test_kat52, "ttest-1_0.1_1000-10_1_1000"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | t_test_kat!(t_test_kat52, "ttest-1_0.1_1000-10_1_1000"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | t_test_kat!(t_test_kat53, "ttest-1_0.1_1000-1_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | t_test_kat!(t_test_kat53, "ttest-1_0.1_1000-1_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | t_test_kat!(t_test_kat54, "ttest-1_0.1_1000-1_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | t_test_kat!(t_test_kat54, "ttest-1_0.1_1000-1_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 73 | t_test_kat!(t_test_kat55, "ttest-1_1_100-10_1_100"); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:73:1 [INFO] [stdout] | [INFO] [stdout] 73 | t_test_kat!(t_test_kat55, "ttest-1_1_100-10_1_100"); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | t_test_kat!(t_test_kat56, "ttest-1_1_1000-1.1_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:74:1 [INFO] [stdout] | [INFO] [stdout] 74 | t_test_kat!(t_test_kat56, "ttest-1_1_1000-1.1_0.1_100"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:75:1 [INFO] [stdout] | [INFO] [stdout] 75 | t_test_kat!(t_test_kat57, "ttest-1_1_1000-1.1_0.1_1000"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:75:1 [INFO] [stdout] | [INFO] [stdout] 75 | t_test_kat!(t_test_kat57, "ttest-1_1_1000-1.1_0.1_1000"); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | t_test_kat!(t_test_kat58, "ttest-1_1_1000-1.1_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:76:1 [INFO] [stdout] | [INFO] [stdout] 76 | t_test_kat!(t_test_kat58, "ttest-1_1_1000-1.1_1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | t_test_kat!(t_test_kat59, "ttest-1_1_1000-1.1_1_1000"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | t_test_kat!(t_test_kat59, "ttest-1_1_1000-1.1_1_1000"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | t_test_kat!(t_test_kat60, "ttest-1_1_1000-10_0.1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | t_test_kat!(t_test_kat60, "ttest-1_1_1000-10_0.1_100"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | t_test_kat!(t_test_kat61, "ttest-1_1_1000-10_0.1_1000"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:79:1 [INFO] [stdout] | [INFO] [stdout] 79 | t_test_kat!(t_test_kat61, "ttest-1_1_1000-10_0.1_1000"); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | t_test_kat!(t_test_kat62, "ttest-1_1_1000-10_1_100"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:80:1 [INFO] [stdout] | [INFO] [stdout] 80 | t_test_kat!(t_test_kat62, "ttest-1_1_1000-10_1_100"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | t_test_kat!(t_test_kat63, "ttest-1_1_1000-10_1_1000"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | t_test_kat!(t_test_kat63, "ttest-1_1_1000-10_1_1000"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | t_test_kat!(t_test_kat64, "ttest-1_1_1000-1_0.1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | t_test_kat!(t_test_kat64, "ttest-1_1_1000-1_0.1_100"); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | t_test_kat!(t_test_kat65, "ttest-1_1_1000-1_0.1_1000"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | t_test_kat!(t_test_kat65, "ttest-1_1_1000-1_0.1_1000"); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | t_test_kat!(t_test_kat66, "ttest-1_1_1000-1_1_100"); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | t_test_kat!(t_test_kat66, "ttest-1_1_1000-1_1_100"); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | lr_kat!(lr_test_0_1_100, "lr-0_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | lr_kat!(lr_test_0_1_100, "lr-0_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | lr_kat!(lr_test_0_1_100, "lr-0_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | lr_kat!(lr_test_0_1_100, "lr-0_1_100"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | lr_kat!(lr_test_0_1_1000, "lr-0_1_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | lr_kat!(lr_test_0_1_1000, "lr-0_1_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | lr_kat!(lr_test_0_1_1000, "lr-0_1_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:87:1 [INFO] [stdout] | [INFO] [stdout] 87 | lr_kat!(lr_test_0_1_1000, "lr-0_1_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | lr_kat!(lr_test_1_5_1000, "lr-1_5_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | lr_kat!(lr_test_1_5_1000, "lr-1_5_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | lr_kat!(lr_test_1_5_1000, "lr-1_5_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> tests/support/kat.rs:163:33 [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, err); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: tests/kat.rs:88:1 [INFO] [stdout] | [INFO] [stdout] 88 | lr_kat!(lr_test_1_5_1000, "lr-1_5_1000"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of assert!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `assert_appx_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 163 | assert!(d < $tolerance, "{}", err); [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 288 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.22s [INFO] running `Command { std: "docker" "inspect" "5c1102f0376edd58966e67455e9dea8e39801abac8ae576f3d361b306e2ac5a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c1102f0376edd58966e67455e9dea8e39801abac8ae576f3d361b306e2ac5a4", kill_on_drop: false }` [INFO] [stdout] 5c1102f0376edd58966e67455e9dea8e39801abac8ae576f3d361b306e2ac5a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 64cedf86f7981ee591b01822fca67f26c503193d9cc9cde57199607210ca896b [INFO] running `Command { std: "docker" "start" "-a" "64cedf86f7981ee591b01822fca67f26c503193d9cc9cde57199607210ca896b", 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] [stdout] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stdout] running 0 tests [INFO] [stderr] --> tests/support/kat.rs:163:33 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 163 | assert!(d < $tolerance, err); [INFO] [stdout] [INFO] [stderr] | ^^^ [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] running 0 tests [INFO] [stderr] ::: tests/kat.rs:68:1 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 68 | t_test_kat!(t_test_kat50, "ttest-1_0.1_1000-10_0.1_1000"); [INFO] [stdout] [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] running 18 tests [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" test) generated 3 warnings [INFO] [stderr] warning: `dent` (test "kat") generated 288 warnings (206 duplicates) [INFO] [stderr] warning: `dent` (bin "dent") generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dent-c9c9ed68dc5647e0) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dent-b86f38f79d21f3df) [INFO] [stderr] Running tests/exe.rs (/opt/rustwide/target/debug/deps/exe-cc12684f75a81bd6) [INFO] [stdout] test test_lax ... 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_plot_ext_outlier ... FAILED [INFO] [stdout] test test_help ... FAILED [INFO] [stdout] test test_plot_mod_outlier ... FAILED [INFO] [stdout] test test_comparison_plot ... FAILED [INFO] [stdout] test test_plot_far_apart ... FAILED [INFO] [stdout] test test_comparison_plot_outliers ... FAILED [INFO] [stdout] test test_plot_many_outlier_data ... FAILED [INFO] [stdout] test test_comparison ... FAILED [INFO] [stdout] test test_plot_ext_outlier_plot_outliers ... FAILED [INFO] [stdout] test test_plot_many ... 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_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: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d2bbabe5ad - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55d2bbabe5ad - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55d2bbae3a9c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55d2bbab9e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55d2bbac0887 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55d2bbac0887 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55d2bbac0887 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55d2bbac05bc - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55d2bbac0fd9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55d2bbac0cc7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55d2bbabea74 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55d2bbac09d9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55d2bba58123 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55d2bba58213 - core::result::unwrap_failed::h719f957ed74f93fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x55d2bba5baac - core::result::Result::expect::hd168f7cb66867985 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x55d2bba671ff - exe::support::exe::run::h2b8af3e7be0b4c18 [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55d2bba5f02b - exe::test_lax::h727524a9f2edea06 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:36:26 [INFO] [stdout] 19: 0x55d2bba5ef9a - exe::test_lax::{{closure}}::hce118ce37ecf8c4f [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:33:1 [INFO] [stdout] 20: 0x55d2bba6601e - core::ops::function::FnOnce::call_once::ha7dac8d435aa3bca [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55d2bba943c3 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55d2bba943c3 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x55d2bba930a4 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 24: 0x55d2bba930a4 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55d2bba930a4 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x55d2bba930a4 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55d2bba930a4 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55d2bba930a4 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x55d2bba930a4 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x55d2bba9c9c1 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x55d2bba9c9c1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x55d2bba6903f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55d2bba6903f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x55d2bba6903f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55d2bba6903f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55d2bba6903f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x55d2bbac6df3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7ff504341609 - start_thread [INFO] [stdout] 43: 0x7ff504111163 - 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: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d2bbabe5ad - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55d2bbabe5ad - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55d2bbae3a9c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55d2bbab9e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55d2bbac0887 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55d2bbac0887 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55d2bbac0887 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55d2bbac05bc - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55d2bbac0fd9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55d2bbac0cc7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55d2bbabea74 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55d2bbac09d9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55d2bba58123 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55d2bba58213 - core::result::unwrap_failed::h719f957ed74f93fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x55d2bba5baac - core::result::Result::expect::hd168f7cb66867985 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x55d2bba671ff - exe::support::exe::run::h2b8af3e7be0b4c18 [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55d2bba5eba8 - exe::test_positional::hd04dd5faf1573317 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:18:24 [INFO] [stdout] 19: 0x55d2bba5eb4a - exe::test_positional::{{closure}}::hec9caca6ee1100d7 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:15:1 [INFO] [stdout] 20: 0x55d2bba6609e - core::ops::function::FnOnce::call_once::hc3a8e2fc84d12ef5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55d2bba943c3 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55d2bba943c3 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x55d2bba930a4 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 24: 0x55d2bba930a4 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55d2bba930a4 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x55d2bba930a4 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55d2bba930a4 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55d2bba930a4 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x55d2bba930a4 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x55d2bba9c9c1 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x55d2bba9c9c1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x55d2bba6903f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55d2bba6903f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x55d2bba6903f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55d2bba6903f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55d2bba6903f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x55d2bbac6df3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7ff504341609 - start_thread [INFO] [stdout] 43: 0x7ff504111163 - 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: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d2bbabe5ad - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55d2bbabe5ad - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55d2bbae3a9c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55d2bbab9e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55d2bbac0887 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55d2bbac0887 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55d2bbac0887 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55d2bbac05bc - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55d2bbac0fd9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55d2bbac0cc7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55d2bbabea74 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55d2bbac09d9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55d2bba58123 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55d2bba58213 - core::result::unwrap_failed::h719f957ed74f93fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x55d2bba5baac - core::result::Result::expect::hd168f7cb66867985 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x55d2bba671ff - exe::support::exe::run::h2b8af3e7be0b4c18 [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55d2bba60f7d - exe::test_plot_mod_outlier_plot_outliers::hbaf9e4d1a93d938a [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:160:15 [INFO] [stdout] 19: 0x55d2bba60d0a - exe::test_plot_mod_outlier_plot_outliers::{{closure}}::h721eedf4693cb805 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:155:1 [INFO] [stdout] 20: 0x55d2bba661ae - core::ops::function::FnOnce::call_once::he642d87cc51d36a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55d2bba943c3 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55d2bba943c3 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x55d2bba930a4 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 24: 0x55d2bba930a4 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55d2bba930a4 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x55d2bba930a4 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55d2bba930a4 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55d2bba930a4 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x55d2bba930a4 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x55d2bba9c9c1 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x55d2bba9c9c1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x55d2bba6903f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55d2bba6903f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x55d2bba6903f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55d2bba6903f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55d2bba6903f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x55d2bbac6df3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7ff504341609 - start_thread [INFO] [stdout] 43: 0x7ff504111163 - 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: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d2bbabe5ad - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55d2bbabe5ad - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55d2bbae3a9c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55d2bbab9e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55d2bbac0887 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55d2bbac0887 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55d2bbac0887 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55d2bbac05bc - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55d2bbac0fd9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55d2bbac0cc7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55d2bbabea74 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55d2bbac09d9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55d2bba58123 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55d2bba58213 - core::result::unwrap_failed::h719f957ed74f93fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x55d2bba5baac - core::result::Result::expect::hd168f7cb66867985 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x55d2bba67119 - exe::support::exe::run_with_stdin::h8196f377066fef02 [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:15:9 [INFO] [stdout] 18: 0x55d2bba5ef47 - exe::test_stdin::h5d0da77b7b14e748 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:27:15 [INFO] [stdout] 19: 0x55d2bba5eefa - exe::test_stdin::{{closure}}::h0215af6ec969a12f [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:25:1 [INFO] [stdout] 20: 0x55d2bba6616e - core::ops::function::FnOnce::call_once::he5e9e1fbc9fdb394 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55d2bba943c3 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55d2bba943c3 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x55d2bba930a4 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 24: 0x55d2bba930a4 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55d2bba930a4 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x55d2bba930a4 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55d2bba930a4 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55d2bba930a4 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x55d2bba930a4 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x55d2bba9c9c1 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x55d2bba9c9c1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x55d2bba6903f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55d2bba6903f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x55d2bba6903f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55d2bba6903f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55d2bba6903f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x55d2bbac6df3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7ff504341609 - start_thread [INFO] [stdout] 43: 0x7ff504111163 - 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: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d2bbabe5ad - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55d2bbabe5ad - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55d2bbae3a9c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55d2bbab9e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55d2bbac0887 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55d2bbac0887 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55d2bbac0887 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55d2bbac05bc - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55d2bbac0fd9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55d2bbac0cc7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55d2bbabea74 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55d2bbac09d9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55d2bba58123 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55d2bba58213 - core::result::unwrap_failed::h719f957ed74f93fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x55d2bba5baac - core::result::Result::expect::hd168f7cb66867985 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x55d2bba671ff - exe::support::exe::run::h2b8af3e7be0b4c18 [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55d2bba6176e - exe::test_tsv_1::hb0a4af9d8697be97 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:199:15 [INFO] [stdout] 19: 0x55d2bba6161a - exe::test_tsv_1::{{closure}}::h215626376cc6d6db [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:195:1 [INFO] [stdout] 20: 0x55d2bba65f9e - core::ops::function::FnOnce::call_once::h87c229f73441f9ca [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55d2bba943c3 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55d2bba943c3 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x55d2bba930a4 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 24: 0x55d2bba930a4 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55d2bba930a4 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x55d2bba930a4 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55d2bba930a4 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55d2bba930a4 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x55d2bba930a4 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x55d2bba9c9c1 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x55d2bba9c9c1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x55d2bba6903f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55d2bba6903f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x55d2bba6903f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55d2bba6903f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55d2bba6903f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x55d2bbac6df3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7ff504341609 - start_thread [INFO] [stdout] 43: 0x7ff504111163 - 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: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d2bbabe5ad - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55d2bbabe5ad - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55d2bbae3a9c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55d2bbab9e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55d2bbac0887 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55d2bbac0887 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55d2bbac0887 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55d2bbac05bc - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55d2bbac0fd9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55d2bbac0cc7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55d2bbabea74 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55d2bbac09d9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55d2bba58123 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55d2bba58213 - core::result::unwrap_failed::h719f957ed74f93fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x55d2bba5baac - core::result::Result::expect::hd168f7cb66867985 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x55d2bba671ff - exe::support::exe::run::h2b8af3e7be0b4c18 [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55d2bba5fcfc - exe::test_plot_one::h70da99b6f97f8b3b [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:91:15 [INFO] [stdout] 19: 0x55d2bba5fc3a - exe::test_plot_one::{{closure}}::h9260aa6079ba293c [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:89:1 [INFO] [stdout] 20: 0x55d2bba65e1e - core::ops::function::FnOnce::call_once::h22a842a664db6b80 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55d2bba943c3 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55d2bba943c3 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x55d2bba930a4 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 24: 0x55d2bba930a4 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55d2bba930a4 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x55d2bba930a4 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55d2bba930a4 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55d2bba930a4 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x55d2bba930a4 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x55d2bba9c9c1 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x55d2bba9c9c1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x55d2bba6903f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55d2bba6903f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x55d2bba6903f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55d2bba6903f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55d2bba6903f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x55d2bbac6df3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7ff504341609 - start_thread [INFO] [stdout] 43: 0x7ff504111163 - 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: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d2bbabe5ad - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55d2bbabe5ad - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55d2bbae3a9c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55d2bbab9e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55d2bbac0887 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55d2bbac0887 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55d2bbac0887 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55d2bbac05bc - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55d2bbac0fd9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55d2bbac0cc7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55d2bbabea74 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55d2bbac09d9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55d2bba58123 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55d2bba58213 - core::result::unwrap_failed::h719f957ed74f93fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x55d2bba5baac - core::result::Result::expect::hd168f7cb66867985 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x55d2bba671ff - exe::support::exe::run::h2b8af3e7be0b4c18 [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55d2bba61272 - exe::test_plot_ext_outlier::h1a80005377c555ea [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:174:15 [INFO] [stdout] 19: 0x55d2bba6101a - exe::test_plot_ext_outlier::{{closure}}::h160cf50578720f6d [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:169:1 [INFO] [stdout] 20: 0x55d2bba65e5e - core::ops::function::FnOnce::call_once::h2da1c580af6d0b46 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55d2bba943c3 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55d2bba943c3 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x55d2bba930a4 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 24: 0x55d2bba930a4 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55d2bba930a4 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x55d2bba930a4 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55d2bba930a4 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55d2bba930a4 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x55d2bba930a4 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x55d2bba9c9c1 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x55d2bba9c9c1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x55d2bba6903f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55d2bba6903f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x55d2bba6903f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55d2bba6903f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55d2bba6903f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x55d2bbac6df3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7ff504341609 - start_thread [INFO] [stdout] 43: 0x7ff504111163 - 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: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d2bbabe5ad - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55d2bbabe5ad - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55d2bbae3a9c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55d2bbab9e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55d2bbac0887 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55d2bbac0887 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55d2bbac0887 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55d2bbac05bc - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55d2bbac0fd9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55d2bbac0cc7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55d2bbabea74 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55d2bbac09d9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55d2bba58123 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55d2bba58213 - core::result::unwrap_failed::h719f957ed74f93fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x55d2bba5baac - core::result::Result::expect::hd168f7cb66867985 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x55d2bba671ff - exe::support::exe::run::h2b8af3e7be0b4c18 [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55d2bba5eae8 - exe::test_help::h4315654fecb1e32a [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:8:15 [INFO] [stdout] 19: 0x55d2bba5eaba - exe::test_help::{{closure}}::hb390f9cb7db4fea6 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:7:1 [INFO] [stdout] 20: 0x55d2bba6605e - core::ops::function::FnOnce::call_once::hc1c581079b417a06 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55d2bba943c3 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55d2bba943c3 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x55d2bba930a4 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 24: 0x55d2bba930a4 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55d2bba930a4 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x55d2bba930a4 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55d2bba930a4 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55d2bba930a4 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x55d2bba930a4 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x55d2bba9c9c1 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x55d2bba9c9c1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x55d2bba6903f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55d2bba6903f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x55d2bba6903f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55d2bba6903f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55d2bba6903f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x55d2bbac6df3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7ff504341609 - start_thread [INFO] [stdout] 43: 0x7ff504111163 - 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: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d2bbabe5ad - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55d2bbabe5ad - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55d2bbae3a9c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55d2bbab9e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55d2bbac0887 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55d2bbac0887 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55d2bbac0887 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55d2bbac05bc - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55d2bbac0fd9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55d2bbac0cc7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55d2bbabea74 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55d2bbac09d9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55d2bba58123 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55d2bba58213 - core::result::unwrap_failed::h719f957ed74f93fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x55d2bba5baac - core::result::Result::expect::hd168f7cb66867985 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x55d2bba671ff - exe::support::exe::run::h2b8af3e7be0b4c18 [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55d2bba60c72 - exe::test_plot_mod_outlier::h6b1ad2951edbdb18 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:147:15 [INFO] [stdout] 19: 0x55d2bba60a1a - exe::test_plot_mod_outlier::{{closure}}::h01c63817c4e6964f [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:142:1 [INFO] [stdout] 20: 0x55d2bba65dde - core::ops::function::FnOnce::call_once::h115208eef3778f7d [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55d2bba943c3 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55d2bba943c3 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x55d2bba930a4 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 24: 0x55d2bba930a4 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55d2bba930a4 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x55d2bba930a4 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55d2bba930a4 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55d2bba930a4 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x55d2bba930a4 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x55d2bba9c9c1 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x55d2bba9c9c1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x55d2bba6903f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55d2bba6903f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x55d2bba6903f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55d2bba6903f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55d2bba6903f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x55d2bbac6df3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7ff504341609 - start_thread [INFO] [stdout] 43: 0x7ff504111163 - 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: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d2bbabe5ad - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55d2bbabe5ad - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55d2bbae3a9c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55d2bbab9e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55d2bbac0887 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55d2bbac0887 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55d2bbac0887 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55d2bbac05bc - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55d2bbac0fd9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55d2bbac0cc7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55d2bbabea74 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55d2bbac09d9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55d2bba58123 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55d2bba58213 - core::result::unwrap_failed::h719f957ed74f93fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x55d2bba5baac - core::result::Result::expect::hd168f7cb66867985 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x55d2bba671ff - exe::support::exe::run::h2b8af3e7be0b4c18 [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55d2bba5f950 - exe::test_comparison_plot::h54d4f4777e9a70a9 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:70:15 [INFO] [stdout] 19: 0x55d2bba5f7ca - exe::test_comparison_plot::{{closure}}::h2d15a6246feadc8b [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:67:1 [INFO] [stdout] 20: 0x55d2bba65f5e - core::ops::function::FnOnce::call_once::h723b417f078482b9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55d2bba943c3 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55d2bba943c3 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x55d2bba930a4 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 24: 0x55d2bba930a4 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55d2bba930a4 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x55d2bba930a4 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55d2bba930a4 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55d2bba930a4 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x55d2bba930a4 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x55d2bba9c9c1 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x55d2bba9c9c1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x55d2bba6903f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55d2bba6903f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x55d2bba6903f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55d2bba6903f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55d2bba6903f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x55d2bbac6df3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7ff504341609 - start_thread [INFO] [stdout] 43: 0x7ff504111163 - 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: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d2bbabe5ad - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55d2bbabe5ad - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55d2bbae3a9c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55d2bbab9e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55d2bbac0887 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55d2bbac0887 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55d2bbac0887 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55d2bbac05bc - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55d2bbac0fd9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55d2bbac0cc7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55d2bbabea74 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55d2bbac09d9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55d2bba58123 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55d2bba58213 - core::result::unwrap_failed::h719f957ed74f93fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x55d2bba5baac - core::result::Result::expect::hd168f7cb66867985 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x55d2bba671ff - exe::support::exe::run::h2b8af3e7be0b4c18 [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55d2bba60982 - exe::test_plot_far_apart::h5b45bf24d8c2fb21 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:134:15 [INFO] [stdout] 19: 0x55d2bba6072a - exe::test_plot_far_apart::{{closure}}::h2985217e77e78c15 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:129:1 [INFO] [stdout] 20: 0x55d2bba65fde - core::ops::function::FnOnce::call_once::h9772f5bb64b895f7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55d2bba943c3 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55d2bba943c3 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x55d2bba930a4 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 24: 0x55d2bba930a4 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55d2bba930a4 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x55d2bba930a4 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55d2bba930a4 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55d2bba930a4 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x55d2bba930a4 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x55d2bba9c9c1 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x55d2bba9c9c1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x55d2bba6903f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55d2bba6903f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x55d2bba6903f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55d2bba6903f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55d2bba6903f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x55d2bbac6df3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7ff504341609 - start_thread [INFO] [stdout] 43: 0x7ff504111163 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_comparison_plot_outliers stdout ---- [INFO] [stdout] thread 'test_comparison_plot_outliers' panicked at 'Unable to run command in test: Os { code: 2, kind: NotFound, message: "No such file or directory" }', tests/support/mod.rs:26:14 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d2bbabe5ad - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55d2bbabe5ad - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55d2bbae3a9c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55d2bbab9e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55d2bbac0887 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55d2bbac0887 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55d2bbac0887 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55d2bbac05bc - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55d2bbac0fd9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55d2bbac0cc7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55d2bbabea74 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55d2bbac09d9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55d2bba58123 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55d2bba58213 - core::result::unwrap_failed::h719f957ed74f93fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x55d2bba5baac - core::result::Result::expect::hd168f7cb66867985 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x55d2bba671ff - exe::support::exe::run::h2b8af3e7be0b4c18 [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55d2bba5fb9b - exe::test_comparison_plot_outliers::he2c56553d8fd3270 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:81:15 [INFO] [stdout] 19: 0x55d2bba5f9fa - exe::test_comparison_plot_outliers::{{closure}}::ha685ae2f0fc5c359 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:78:1 [INFO] [stdout] 20: 0x55d2bba660de - core::ops::function::FnOnce::call_once::hc560e35ed902146b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55d2bba943c3 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55d2bba943c3 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x55d2bba930a4 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stderr] error: test failed, to rerun pass '--test exe' [INFO] [stdout] 24: 0x55d2bba930a4 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55d2bba930a4 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x55d2bba930a4 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55d2bba930a4 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55d2bba930a4 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x55d2bba930a4 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x55d2bba9c9c1 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x55d2bba9c9c1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x55d2bba6903f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55d2bba6903f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x55d2bba6903f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55d2bba6903f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55d2bba6903f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x55d2bbac6df3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7ff504341609 - start_thread [INFO] [stdout] 43: 0x7ff504111163 - 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: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d2bbabe5ad - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55d2bbabe5ad - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55d2bbae3a9c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55d2bbab9e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55d2bbac0887 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55d2bbac0887 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55d2bbac0887 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55d2bbac05bc - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55d2bbac0fd9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55d2bbac0cc7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55d2bbabea74 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55d2bbac09d9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55d2bba58123 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55d2bba58213 - core::result::unwrap_failed::h719f957ed74f93fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x55d2bba5baac - core::result::Result::expect::hd168f7cb66867985 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x55d2bba671ff - exe::support::exe::run::h2b8af3e7be0b4c18 [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55d2bba60694 - exe::test_plot_many_outlier_data::h73aad574bb801e5d [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:121:15 [INFO] [stdout] 19: 0x55d2bba6018a - exe::test_plot_many_outlier_data::{{closure}}::hf8cc7a560cf45e96 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:113:1 [INFO] [stdout] 20: 0x55d2bba65f1e - core::ops::function::FnOnce::call_once::h58e0a50460fbcffb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55d2bba943c3 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55d2bba943c3 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x55d2bba930a4 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 24: 0x55d2bba930a4 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55d2bba930a4 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x55d2bba930a4 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55d2bba930a4 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55d2bba930a4 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x55d2bba930a4 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x55d2bba9c9c1 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x55d2bba9c9c1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x55d2bba6903f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55d2bba6903f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x55d2bba6903f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55d2bba6903f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55d2bba6903f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x55d2bbac6df3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7ff504341609 - start_thread [INFO] [stdout] 43: 0x7ff504111163 - 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: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d2bbabe5ad - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55d2bbabe5ad - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55d2bbae3a9c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55d2bbab9e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55d2bbac0887 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55d2bbac0887 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55d2bbac0887 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55d2bbac05bc - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55d2bbac0fd9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55d2bbac0cc7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55d2bbabea74 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55d2bbac09d9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55d2bba58123 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55d2bba58213 - core::result::unwrap_failed::h719f957ed74f93fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x55d2bba5baac - core::result::Result::expect::hd168f7cb66867985 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x55d2bba671ff - exe::support::exe::run::h2b8af3e7be0b4c18 [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55d2bba5f733 - exe::test_comparison::h927cf49a1b8c894a [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:59:15 [INFO] [stdout] 19: 0x55d2bba5f64a - exe::test_comparison::{{closure}}::h85e794891a0fe3c9 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:57:1 [INFO] [stdout] 20: 0x55d2bba661ee - core::ops::function::FnOnce::call_once::he943a74418b332a4 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55d2bba943c3 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55d2bba943c3 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x55d2bba930a4 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 24: 0x55d2bba930a4 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55d2bba930a4 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x55d2bba930a4 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55d2bba930a4 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55d2bba930a4 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x55d2bba930a4 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x55d2bba9c9c1 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x55d2bba9c9c1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x55d2bba6903f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55d2bba6903f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x55d2bba6903f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55d2bba6903f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55d2bba6903f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x55d2bbac6df3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7ff504341609 - start_thread [INFO] [stdout] 43: 0x7ff504111163 - 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: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d2bbabe5ad - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55d2bbabe5ad - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55d2bbae3a9c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55d2bbab9e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55d2bbac0887 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55d2bbac0887 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55d2bbac0887 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55d2bbac05bc - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55d2bbac0fd9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55d2bbac0cc7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55d2bbabea74 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55d2bbac09d9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55d2bba58123 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55d2bba58213 - core::result::unwrap_failed::h719f957ed74f93fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x55d2bba5baac - core::result::Result::expect::hd168f7cb66867985 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x55d2bba671ff - exe::support::exe::run::h2b8af3e7be0b4c18 [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55d2bba6157d - exe::test_plot_ext_outlier_plot_outliers::h8e8e55d11cb3bb11 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:187:15 [INFO] [stdout] 19: 0x55d2bba6130a - exe::test_plot_ext_outlier_plot_outliers::{{closure}}::he3c9c83efd27fdfd [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:182:1 [INFO] [stdout] 20: 0x55d2bba65ede - core::ops::function::FnOnce::call_once::h4b158d68689b3847 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55d2bba943c3 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55d2bba943c3 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x55d2bba930a4 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 24: 0x55d2bba930a4 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55d2bba930a4 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x55d2bba930a4 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55d2bba930a4 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55d2bba930a4 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x55d2bba930a4 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x55d2bba9c9c1 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x55d2bba9c9c1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x55d2bba6903f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55d2bba6903f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x55d2bba6903f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55d2bba6903f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55d2bba6903f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x55d2bbac6df3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7ff504341609 - start_thread [INFO] [stdout] 43: 0x7ff504111163 - 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: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d2bbabe5ad - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55d2bbabe5ad - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55d2bbae3a9c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55d2bbab9e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55d2bbac0887 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55d2bbac0887 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55d2bbac0887 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55d2bbac05bc - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55d2bbac0fd9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55d2bbac0cc7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55d2bbabea74 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55d2bbac09d9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55d2bba58123 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55d2bba58213 - core::result::unwrap_failed::h719f957ed74f93fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x55d2bba5baac - core::result::Result::expect::hd168f7cb66867985 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x55d2bba671ff - exe::support::exe::run::h2b8af3e7be0b4c18 [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55d2bba600f2 - exe::test_plot_many::h5cc3e8f08dd5d805 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:105:15 [INFO] [stdout] 19: 0x55d2bba5fdba - exe::test_plot_many::{{closure}}::h97e26187e6e79406 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:99:1 [INFO] [stdout] 20: 0x55d2bba65d9e - core::ops::function::FnOnce::call_once::h11219e4d810d32ee [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55d2bba943c3 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55d2bba943c3 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x55d2bba930a4 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 24: 0x55d2bba930a4 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55d2bba930a4 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x55d2bba930a4 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55d2bba930a4 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55d2bba930a4 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x55d2bba930a4 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x55d2bba9c9c1 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x55d2bba9c9c1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x55d2bba6903f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55d2bba6903f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x55d2bba6903f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55d2bba6903f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55d2bba6903f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x55d2bbac6df3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7ff504341609 - start_thread [INFO] [stdout] 43: 0x7ff504111163 - 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: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d2bbabe5ad - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55d2bbabe5ad - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55d2bbae3a9c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55d2bbab9e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55d2bbac0887 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55d2bbac0887 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55d2bbac0887 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55d2bbac05bc - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55d2bbac0fd9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55d2bbac0cc7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55d2bbabea74 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55d2bbac09d9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55d2bba58123 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55d2bba58213 - core::result::unwrap_failed::h719f957ed74f93fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x55d2bba5baac - core::result::Result::expect::hd168f7cb66867985 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x55d2bba671ff - exe::support::exe::run::h2b8af3e7be0b4c18 [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55d2bba61dac - exe::test_tsv_3::hd3f118597023d849 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:226:15 [INFO] [stdout] 19: 0x55d2bba61aaa - exe::test_tsv_3::{{closure}}::h1826a1f531df8502 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:220:1 [INFO] [stdout] 20: 0x55d2bba6622e - core::ops::function::FnOnce::call_once::hf24aa7963bd11600 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55d2bba943c3 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55d2bba943c3 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x55d2bba930a4 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 24: 0x55d2bba930a4 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55d2bba930a4 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x55d2bba930a4 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55d2bba930a4 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55d2bba930a4 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x55d2bba930a4 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x55d2bba9c9c1 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x55d2bba9c9c1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x55d2bba6903f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55d2bba6903f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x55d2bba6903f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55d2bba6903f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55d2bba6903f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x55d2bbac6df3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7ff504341609 - start_thread [INFO] [stdout] 43: 0x7ff504111163 - 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: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::libunwind::trace::hee598835bc88d35b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55d2bbabe5ad - std::backtrace_rs::backtrace::trace_unsynchronized::h9cdc730ba5cf5d72 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55d2bbabe5ad - std::sys_common::backtrace::_print_fmt::h75aeaf7ed30e43fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x55d2bbabe5ad - ::fmt::h606862f787600875 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55d2bbae3a9c - core::fmt::write::he803f0f418caf762 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x55d2bbab9e98 - std::io::Write::write_fmt::hbe7c1a63616291e2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x55d2bbac0887 - std::sys_common::backtrace::_print::h64d038cf8ac3e13e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55d2bbac0887 - std::sys_common::backtrace::print::h359300b4a7fccf65 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55d2bbac0887 - std::panicking::default_hook::{{closure}}::hf51be35e2f510149 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55d2bbac05bc - std::panicking::default_hook::h03ca0f22e1d2d25e [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55d2bbac0fd9 - std::panicking::rust_panic_with_hook::h3b7380e99b825b63 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55d2bbac0cc7 - std::panicking::begin_panic_handler::{{closure}}::h8e849d0710154ce0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x55d2bbabea74 - std::sys_common::backtrace::__rust_end_short_backtrace::hedcdaddbd4c46cc5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55d2bbac09d9 - rust_begin_unwind [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55d2bba58123 - core::panicking::panic_fmt::he1bbc7336d49a357 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55d2bba58213 - core::result::unwrap_failed::h719f957ed74f93fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x55d2bba5baac - core::result::Result::expect::hd168f7cb66867985 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x55d2bba671ff - exe::support::exe::run::h2b8af3e7be0b4c18 [INFO] [stdout] at /opt/rustwide/workdir/tests/support/mod.rs:24:9 [INFO] [stdout] 18: 0x55d2bba61a1c - exe::test_tsv_2::h44e8fad81f1be8f3 [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:212:15 [INFO] [stdout] 19: 0x55d2bba617fa - exe::test_tsv_2::{{closure}}::hf11eb7af2f7cbf7f [INFO] [stdout] at /opt/rustwide/workdir/tests/exe.rs:207:1 [INFO] [stdout] 20: 0x55d2bba65e9e - core::ops::function::FnOnce::call_once::h4b0bf81cd18360c2 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x55d2bba943c3 - core::ops::function::FnOnce::call_once::h2a47b4b927cb6ca5 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55d2bba943c3 - test::__rust_begin_short_backtrace::h594ef8055a183b9b [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x55d2bba930a4 - as core::ops::function::FnOnce>::call_once::hb40cbb8bc3e1be15 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 24: 0x55d2bba930a4 - as core::ops::function::FnOnce<()>>::call_once::ha4f2bd3b806745a0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x55d2bba930a4 - std::panicking::try::do_call::h92af9f8bc77a5987 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x55d2bba930a4 - std::panicking::try::h9df49eeae42572b7 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x55d2bba930a4 - std::panic::catch_unwind::h101dbadc82bbe0fd [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x55d2bba930a4 - test::run_test_in_process::h2ad7bffb068e750a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x55d2bba930a4 - test::run_test::run_test_inner::{{closure}}::h384faf46554c5acb [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x55d2bba9c9c1 - test::run_test::run_test_inner::{{closure}}::h17cfe94835a46685 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x55d2bba9c9c1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h82709e5086312627 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdfea66a201b39571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x55d2bba6903f - as core::ops::function::FnOnce<()>>::call_once::h4912df03598e67fa [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x55d2bba6903f - std::panicking::try::do_call::h6d5dc1045d0eade8 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x55d2bba6903f - std::panicking::try::hbc897fc717ec6571 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x55d2bba6903f - std::panic::catch_unwind::h27f1e958c91391ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x55d2bba6903f - std::thread::Builder::spawn_unchecked_::{{closure}}::h1b42e48537edc3c0 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x55d2bba6903f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9137b3d6d2a88354 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::hf70ac038171e3e1a [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 40: 0x55d2bbac6df3 - as core::ops::function::FnOnce>::call_once::he6690128792365ad [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/alloc/src/boxed.rs:1853:9 [INFO] [stdout] 41: 0x55d2bbac6df3 - std::sys::unix::thread::Thread::new::thread_start::ha07928d93d5a5ec9 [INFO] [stdout] at /rustc/7737e0b5c4103216d6fd8cf941b7ab9bdbaace7c/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7ff504341609 - start_thread [INFO] [stdout] 43: 0x7ff504111163 - 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.07s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "64cedf86f7981ee591b01822fca67f26c503193d9cc9cde57199607210ca896b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "64cedf86f7981ee591b01822fca67f26c503193d9cc9cde57199607210ca896b", kill_on_drop: false }` [INFO] [stdout] 64cedf86f7981ee591b01822fca67f26c503193d9cc9cde57199607210ca896b