[INFO] fetching crate function-frame 0.1.1... [INFO] testing function-frame-0.1.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate function-frame 0.1.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate function-frame 0.1.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 function-frame 0.1.1 [INFO] finished tweaking crates.io crate function-frame 0.1.1 [INFO] tweaked toml for crates.io crate function-frame 0.1.1 written to /workspace/builds/worker-3/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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ce910eb60a9dd8bc4280f2b845f90a2e0769fdba4368462918cf1ab0f7e05dfe [INFO] running `Command { std: "docker" "start" "-a" "ce910eb60a9dd8bc4280f2b845f90a2e0769fdba4368462918cf1ab0f7e05dfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ce910eb60a9dd8bc4280f2b845f90a2e0769fdba4368462918cf1ab0f7e05dfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce910eb60a9dd8bc4280f2b845f90a2e0769fdba4368462918cf1ab0f7e05dfe", kill_on_drop: false }` [INFO] [stdout] ce910eb60a9dd8bc4280f2b845f90a2e0769fdba4368462918cf1ab0f7e05dfe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] bd8de55fd0f5ff8056afa6388ea9e57dc7dec0829a45332a0b387209db4c3e6f [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" "bd8de55fd0f5ff8056afa6388ea9e57dc7dec0829a45332a0b387209db4c3e6f", kill_on_drop: false }` [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 5.37s [INFO] running `Command { std: "docker" "inspect" "bd8de55fd0f5ff8056afa6388ea9e57dc7dec0829a45332a0b387209db4c3e6f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd8de55fd0f5ff8056afa6388ea9e57dc7dec0829a45332a0b387209db4c3e6f", kill_on_drop: false }` [INFO] [stdout] bd8de55fd0f5ff8056afa6388ea9e57dc7dec0829a45332a0b387209db4c3e6f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] [stdout] a7b3e10c1f3006384c42ab8bd2ab332aeb0af1bd2f7b49792bcf767ad9ced9d9 [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" "a7b3e10c1f3006384c42ab8bd2ab332aeb0af1bd2f7b49792bcf767ad9ced9d9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] [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.92s [INFO] running `Command { std: "docker" "inspect" "a7b3e10c1f3006384c42ab8bd2ab332aeb0af1bd2f7b49792bcf767ad9ced9d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7b3e10c1f3006384c42ab8bd2ab332aeb0af1bd2f7b49792bcf767ad9ced9d9", kill_on_drop: false }` [INFO] [stdout] a7b3e10c1f3006384c42ab8bd2ab332aeb0af1bd2f7b49792bcf767ad9ced9d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] [stdout] 9a49eeea9ebc39d2f83da132415361bd4c9f6176451807b6d4ca157d00f9aeba [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" "9a49eeea9ebc39d2f83da132415361bd4c9f6176451807b6d4ca157d00f9aeba", kill_on_drop: false }` [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.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/function_frame-9473a41c6899bcfc) [INFO] [stdout] [INFO] [stderr] Doc-tests function-frame [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9a49eeea9ebc39d2f83da132415361bd4c9f6176451807b6d4ca157d00f9aeba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9a49eeea9ebc39d2f83da132415361bd4c9f6176451807b6d4ca157d00f9aeba", kill_on_drop: false }` [INFO] [stdout] 9a49eeea9ebc39d2f83da132415361bd4c9f6176451807b6d4ca157d00f9aeba