[INFO] cloning repository https://github.com/snOm3ad/function-frame [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/snOm3ad/function-frame" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FsnOm3ad%2Ffunction-frame", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FsnOm3ad%2Ffunction-frame'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8163daf0f6fecd6a02fe96e72fdacb96978b3859 [INFO] testing snOm3ad/function-frame against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FsnOm3ad%2Ffunction-frame" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/snOm3ad/function-frame on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/snOm3ad/function-frame [INFO] finished tweaking git repo https://github.com/snOm3ad/function-frame [INFO] tweaked toml for git repo https://github.com/snOm3ad/function-frame written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/snOm3ad/function-frame already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 50b89fc16978c75a5b3580fa2d5841e478e6155771ece8970388d1e19eb8315a [INFO] running `Command { std: "docker" "start" "-a" "50b89fc16978c75a5b3580fa2d5841e478e6155771ece8970388d1e19eb8315a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "50b89fc16978c75a5b3580fa2d5841e478e6155771ece8970388d1e19eb8315a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50b89fc16978c75a5b3580fa2d5841e478e6155771ece8970388d1e19eb8315a", kill_on_drop: false }` [INFO] [stdout] 50b89fc16978c75a5b3580fa2d5841e478e6155771ece8970388d1e19eb8315a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b0354b01e840b3a0881dac594ff1c19de928d4e42ff90011868846c98ec8262c [INFO] running `Command { std: "docker" "start" "-a" "b0354b01e840b3a0881dac594ff1c19de928d4e42ff90011868846c98ec8262c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.5 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling function-frame v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:77:17 [INFO] [stdout] | [INFO] [stdout] 77 | / format!( [INFO] [stdout] 78 | | "expected at least 3 arguments received {}.", [INFO] [stdout] 79 | | expressions.len() [INFO] [stdout] 80 | | ) [INFO] [stdout] | |_________________^ [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: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 77 ~ [INFO] [stdout] 78 | "expected at least 3 arguments received {}.", [INFO] [stdout] 79 | expressions.len() [INFO] [stdout] 80 ~ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:258:28 [INFO] [stdout] | [INFO] [stdout] 258 | Err(err) => panic!(format!("{}\nmake sure teh value is of type `str`.", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 258 - Err(err) => panic!(format!("{}\nmake sure teh value is of type `str`.", err)), [INFO] [stdout] 258 + Err(err) => panic!("{}\nmake sure teh value is of type `str`.", err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:269:28 [INFO] [stdout] | [INFO] [stdout] 269 | Err(err) => panic!(format!("{}\nmake sure the value is of type `str`.", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 269 - Err(err) => panic!(format!("{}\nmake sure the value is of type `str`.", err)), [INFO] [stdout] 269 + Err(err) => panic!("{}\nmake sure the value is of type `str`.", err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:277:28 [INFO] [stdout] | [INFO] [stdout] 277 | Err(err) => panic!(format!("{}\nmake sure the value is of type `usize`.", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 277 - Err(err) => panic!(format!("{}\nmake sure the value is of type `usize`.", err)), [INFO] [stdout] 277 + Err(err) => panic!("{}\nmake sure the value is of type `usize`.", err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.07s [INFO] running `Command { std: "docker" "inspect" "b0354b01e840b3a0881dac594ff1c19de928d4e42ff90011868846c98ec8262c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0354b01e840b3a0881dac594ff1c19de928d4e42ff90011868846c98ec8262c", kill_on_drop: false }` [INFO] [stdout] b0354b01e840b3a0881dac594ff1c19de928d4e42ff90011868846c98ec8262c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7d6032fac32b1f23c97a2e2edbf56b5f1b093704ad6dbd53eb65045f209b9e7f [INFO] running `Command { std: "docker" "start" "-a" "7d6032fac32b1f23c97a2e2edbf56b5f1b093704ad6dbd53eb65045f209b9e7f", kill_on_drop: false }` [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:77:17 [INFO] [stdout] | [INFO] [stdout] 77 | / format!( [INFO] [stdout] 78 | | "expected at least 3 arguments received {}.", [INFO] [stdout] 79 | | expressions.len() [INFO] [stdout] 80 | | ) [INFO] [stdout] | |_________________^ [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: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 77 ~ [INFO] [stdout] 78 | "expected at least 3 arguments received {}.", [INFO] [stdout] 79 | expressions.len() [INFO] [stdout] 80 ~ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:258:28 [INFO] [stdout] | [INFO] [stdout] 258 | Err(err) => panic!(format!("{}\nmake sure teh value is of type `str`.", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 258 - Err(err) => panic!(format!("{}\nmake sure teh value is of type `str`.", err)), [INFO] [stdout] 258 + Err(err) => panic!("{}\nmake sure teh value is of type `str`.", err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:269:28 [INFO] [stdout] | [INFO] [stdout] 269 | Err(err) => panic!(format!("{}\nmake sure the value is of type `str`.", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 269 - Err(err) => panic!(format!("{}\nmake sure the value is of type `str`.", err)), [INFO] [stdout] 269 + Err(err) => panic!("{}\nmake sure the value is of type `str`.", err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:277:28 [INFO] [stdout] | [INFO] [stdout] 277 | Err(err) => panic!(format!("{}\nmake sure the value is of type `usize`.", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 277 - Err(err) => panic!(format!("{}\nmake sure the value is of type `usize`.", err)), [INFO] [stdout] 277 + Err(err) => panic!("{}\nmake sure the value is of type `usize`.", err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling function-frame v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:77:17 [INFO] [stdout] | [INFO] [stdout] 77 | / format!( [INFO] [stdout] 78 | | "expected at least 3 arguments received {}.", [INFO] [stdout] 79 | | expressions.len() [INFO] [stdout] 80 | | ) [INFO] [stdout] | |_________________^ [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: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 77 ~ [INFO] [stdout] 78 | "expected at least 3 arguments received {}.", [INFO] [stdout] 79 | expressions.len() [INFO] [stdout] 80 ~ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:258:28 [INFO] [stdout] | [INFO] [stdout] 258 | Err(err) => panic!(format!("{}\nmake sure teh value is of type `str`.", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 258 - Err(err) => panic!(format!("{}\nmake sure teh value is of type `str`.", err)), [INFO] [stdout] 258 + Err(err) => panic!("{}\nmake sure teh value is of type `str`.", err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:269:28 [INFO] [stdout] | [INFO] [stdout] 269 | Err(err) => panic!(format!("{}\nmake sure the value is of type `str`.", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 269 - Err(err) => panic!(format!("{}\nmake sure the value is of type `str`.", err)), [INFO] [stdout] 269 + Err(err) => panic!("{}\nmake sure the value is of type `str`.", err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/lib.rs:277:28 [INFO] [stdout] | [INFO] [stdout] 277 | Err(err) => panic!(format!("{}\nmake sure the value is of type `usize`.", err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 277 - Err(err) => panic!(format!("{}\nmake sure the value is of type `usize`.", err)), [INFO] [stdout] 277 + Err(err) => panic!("{}\nmake sure the value is of type `usize`.", err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.27s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/function_frame-2ee161695cfa7394) [INFO] running `Command { std: "docker" "inspect" "7d6032fac32b1f23c97a2e2edbf56b5f1b093704ad6dbd53eb65045f209b9e7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d6032fac32b1f23c97a2e2edbf56b5f1b093704ad6dbd53eb65045f209b9e7f", kill_on_drop: false }` [INFO] [stdout] 7d6032fac32b1f23c97a2e2edbf56b5f1b093704ad6dbd53eb65045f209b9e7f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b2131df9e9590ac1985d846497e84258c074ee1da200d5fab49c6244b9b1469a [INFO] running `Command { std: "docker" "start" "-a" "b2131df9e9590ac1985d846497e84258c074ee1da200d5fab49c6244b9b1469a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:77:17 [INFO] [stderr] | [INFO] [stderr] 77 | / format!( [INFO] [stderr] 78 | | "expected at least 3 arguments received {}.", [INFO] [stderr] 79 | | expressions.len() [INFO] [stderr] 80 | | ) [INFO] [stderr] | |_________________^ [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: the assert!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 77 ~ [INFO] [stderr] 78 | "expected at least 3 arguments received {}.", [INFO] [stderr] 79 | expressions.len() [INFO] [stderr] 80 ~ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:258:28 [INFO] [stderr] | [INFO] [stderr] 258 | Err(err) => panic!(format!("{}\nmake sure teh value is of type `str`.", err)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 258 - Err(err) => panic!(format!("{}\nmake sure teh value is of type `str`.", err)), [INFO] [stderr] 258 + Err(err) => panic!("{}\nmake sure teh value is of type `str`.", err), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:269:28 [INFO] [stderr] | [INFO] [stderr] 269 | Err(err) => panic!(format!("{}\nmake sure the value is of type `str`.", err)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 269 - Err(err) => panic!(format!("{}\nmake sure the value is of type `str`.", err)), [INFO] [stderr] 269 + Err(err) => panic!("{}\nmake sure the value is of type `str`.", err), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/lib.rs:277:28 [INFO] [stderr] | [INFO] [stderr] 277 | Err(err) => panic!(format!("{}\nmake sure the value is of type `usize`.", err)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 277 - Err(err) => panic!(format!("{}\nmake sure the value is of type `usize`.", err)), [INFO] [stderr] 277 + Err(err) => panic!("{}\nmake sure the value is of type `usize`.", err), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `function-frame` (lib) generated 4 warnings [INFO] [stderr] warning: `function-frame` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/function_frame-2ee161695cfa7394) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests function-frame [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b2131df9e9590ac1985d846497e84258c074ee1da200d5fab49c6244b9b1469a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2131df9e9590ac1985d846497e84258c074ee1da200d5fab49c6244b9b1469a", kill_on_drop: false }` [INFO] [stdout] b2131df9e9590ac1985d846497e84258c074ee1da200d5fab49c6244b9b1469a