[INFO] fetching crate polka 0.1.2... [INFO] testing polka-0.1.2 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate polka 0.1.2 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate polka 0.1.2 [INFO] finished tweaking crates.io crate polka 0.1.2 [INFO] tweaked toml for crates.io crate polka 0.1.2 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate polka 0.1.2 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 20 packages to latest compatible versions [INFO] [stderr] Adding pretty_assertions v0.6.1 (available: v1.4.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pom v3.4.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] db9bbe42f94e00e7965e95b51f9e48e22b46d507e3002c5435ab8c48eb70f227 [INFO] running `Command { std: "docker" "start" "-a" "db9bbe42f94e00e7965e95b51f9e48e22b46d507e3002c5435ab8c48eb70f227", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "db9bbe42f94e00e7965e95b51f9e48e22b46d507e3002c5435ab8c48eb70f227", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db9bbe42f94e00e7965e95b51f9e48e22b46d507e3002c5435ab8c48eb70f227", kill_on_drop: false }` [INFO] [stdout] db9bbe42f94e00e7965e95b51f9e48e22b46d507e3002c5435ab8c48eb70f227 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 6c9d9daa039e103ae16eb1e14c9df336dcfb4d0f72ab61eca424b4714a13954c [INFO] running `Command { std: "docker" "start" "-a" "6c9d9daa039e103ae16eb1e14c9df336dcfb4d0f72ab61eca424b4714a13954c", kill_on_drop: false }` [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling bstr v1.12.0 [INFO] [stderr] Compiling pom v3.4.0 [INFO] [stderr] Compiling polka v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `list` [INFO] [stdout] --> src/parser/statement.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | use pom::parser::{list, sym, Parser}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `basic_1` is never used [INFO] [stdout] --> src/test_fixtures.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn basic_1() -> Graph { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `digraph` is never used [INFO] [stdout] --> src/test_fixtures.rs:97:8 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn digraph() -> Graph { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: comparison is useless due to type limits [INFO] [stdout] --> src/parser/ident.rs:13:38 [INFO] [stdout] | [INFO] [stdout] 13 | alphanum(term) || (term >= 0x80 && term <= 0xFF) || term == 0x5F [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s [INFO] running `Command { std: "docker" "inspect" "6c9d9daa039e103ae16eb1e14c9df336dcfb4d0f72ab61eca424b4714a13954c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c9d9daa039e103ae16eb1e14c9df336dcfb4d0f72ab61eca424b4714a13954c", kill_on_drop: false }` [INFO] [stdout] 6c9d9daa039e103ae16eb1e14c9df336dcfb4d0f72ab61eca424b4714a13954c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 4a6a048e2947c42ef01c3d8e0416cf8eb45dde6f11fd5af5c9fe642c6095d9bc [INFO] running `Command { std: "docker" "start" "-a" "4a6a048e2947c42ef01c3d8e0416cf8eb45dde6f11fd5af5c9fe642c6095d9bc", kill_on_drop: false }` [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling assert_approx_eq v1.1.0 [INFO] [stdout] warning: unused import: `list` [INFO] [stdout] --> src/parser/statement.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | use pom::parser::{list, sym, Parser}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `basic_1` is never used [INFO] [stdout] --> src/test_fixtures.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn basic_1() -> Graph { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `digraph` is never used [INFO] [stdout] --> src/test_fixtures.rs:97:8 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn digraph() -> Graph { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: comparison is useless due to type limits [INFO] [stdout] --> src/parser/ident.rs:13:38 [INFO] [stdout] | [INFO] [stdout] 13 | alphanum(term) || (term >= 0x80 && term <= 0xFF) || term == 0x5F [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pretty_assertions v0.6.1 [INFO] [stderr] Compiling polka v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `list` [INFO] [stdout] --> src/parser/statement.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | use pom::parser::{list, sym, Parser}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `r` [INFO] [stdout] --> src/lib.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | Ok(r) => (), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_r` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/edge.rs:105:26 [INFO] [stdout] | [INFO] [stdout] 105 | Err(e) => panic!(format!( [INFO] [stdout] | __________________________^ [INFO] [stdout] 106 | | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 107 | | input1, e [INFO] [stdout] 108 | | )), [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] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 105 ~ Err(e) => panic!( [INFO] [stdout] 106 | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 107 | input1, e [INFO] [stdout] 108 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/edge.rs:116:26 [INFO] [stdout] | [INFO] [stdout] 116 | Err(e) => panic!(format!( [INFO] [stdout] | __________________________^ [INFO] [stdout] 117 | | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 118 | | input1, e [INFO] [stdout] 119 | | )), [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] 116 ~ Err(e) => panic!( [INFO] [stdout] 117 | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 118 | input1, e [INFO] [stdout] 119 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/edge.rs:178:26 [INFO] [stdout] | [INFO] [stdout] 178 | Err(e) => panic!(format!( [INFO] [stdout] | __________________________^ [INFO] [stdout] 179 | | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 180 | | input1, e [INFO] [stdout] 181 | | )), [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] 178 ~ Err(e) => panic!( [INFO] [stdout] 179 | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 180 | input1, e [INFO] [stdout] 181 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/edge.rs:206:26 [INFO] [stdout] | [INFO] [stdout] 206 | Err(e) => panic!(format!( [INFO] [stdout] | __________________________^ [INFO] [stdout] 207 | | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 208 | | input1, e [INFO] [stdout] 209 | | )), [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] 206 ~ Err(e) => panic!( [INFO] [stdout] 207 | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 208 | input1, e [INFO] [stdout] 209 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/edge.rs:216:26 [INFO] [stdout] | [INFO] [stdout] 216 | Err(e) => panic!(format!( [INFO] [stdout] | __________________________^ [INFO] [stdout] 217 | | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 218 | | input2, e [INFO] [stdout] 219 | | )), [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] 216 ~ Err(e) => panic!( [INFO] [stdout] 217 | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 218 | input2, e [INFO] [stdout] 219 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/graph.rs:66:26 [INFO] [stdout] | [INFO] [stdout] 66 | Err(e) => panic!(format!( [INFO] [stdout] | __________________________^ [INFO] [stdout] 67 | | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 68 | | input1, e [INFO] [stdout] 69 | | )), [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] 66 ~ Err(e) => panic!( [INFO] [stdout] 67 | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 68 | input1, e [INFO] [stdout] 69 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/graph.rs:101:26 [INFO] [stdout] | [INFO] [stdout] 101 | Err(e) => panic!(format!( [INFO] [stdout] | __________________________^ [INFO] [stdout] 102 | | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 103 | | input1, e [INFO] [stdout] 104 | | )), [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] 101 ~ Err(e) => panic!( [INFO] [stdout] 102 | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 103 | input1, e [INFO] [stdout] 104 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/graph.rs:124:26 [INFO] [stdout] | [INFO] [stdout] 124 | Err(e) => panic!(format!( [INFO] [stdout] | __________________________^ [INFO] [stdout] 125 | | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 126 | | input2, e [INFO] [stdout] 127 | | )), [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] 124 ~ Err(e) => panic!( [INFO] [stdout] 125 | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 126 | input2, e [INFO] [stdout] 127 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/graph.rs:147:26 [INFO] [stdout] | [INFO] [stdout] 147 | Err(e) => panic!(format!( [INFO] [stdout] | __________________________^ [INFO] [stdout] 148 | | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 149 | | input2, e [INFO] [stdout] 150 | | )), [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] 147 ~ Err(e) => panic!( [INFO] [stdout] 148 | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 149 | input2, e [INFO] [stdout] 150 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: comparison is useless due to type limits [INFO] [stdout] --> src/parser/ident.rs:13:38 [INFO] [stdout] | [INFO] [stdout] 13 | alphanum(term) || (term >= 0x80 && term <= 0xFF) || term == 0x5F [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/ident.rs:82:26 [INFO] [stdout] | [INFO] [stdout] 82 | Err(e) => panic!(format!("Should have passed. Failed instead with: {:?}", e)), [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] 82 - Err(e) => panic!(format!("Should have passed. Failed instead with: {:?}", e)), [INFO] [stdout] 82 + Err(e) => panic!("Should have passed. Failed instead with: {:?}", e), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/ident.rs:101:26 [INFO] [stdout] | [INFO] [stdout] 101 | Err(e) => panic!(format!("Should have passed. Failed instead with: {:?}", e)), [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] 101 - Err(e) => panic!(format!("Should have passed. Failed instead with: {:?}", e)), [INFO] [stdout] 101 + Err(e) => panic!("Should have passed. Failed instead with: {:?}", e), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/ident.rs:115:25 [INFO] [stdout] | [INFO] [stdout] 115 | Ok(r) => panic!(format!("Should have failed. Passed instead with: {:?}", r)), [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] 115 - Ok(r) => panic!(format!("Should have failed. Passed instead with: {:?}", r)), [INFO] [stdout] 115 + Ok(r) => panic!("Should have failed. Passed instead with: {:?}", r), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/ident.rs:132:25 [INFO] [stdout] | [INFO] [stdout] 132 | Ok(r) => panic!(format!("Should have failed. Passed instead with: {:?}", r)), [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] 132 - Ok(r) => panic!(format!("Should have failed. Passed instead with: {:?}", r)), [INFO] [stdout] 132 + Ok(r) => panic!("Should have failed. Passed instead with: {:?}", r), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/ident.rs:157:26 [INFO] [stdout] | [INFO] [stdout] 157 | Err(e) => panic!(format!("Should have passed. Failed instead with: {:?}", e)), [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] 157 - Err(e) => panic!(format!("Should have passed. Failed instead with: {:?}", e)), [INFO] [stdout] 157 + Err(e) => panic!("Should have passed. Failed instead with: {:?}", e), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/ident.rs:171:25 [INFO] [stdout] | [INFO] [stdout] 171 | Ok(r) => panic!(format!("Should have failed. Passed instead with: {:?}", r)), [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] 171 - Ok(r) => panic!(format!("Should have failed. Passed instead with: {:?}", r)), [INFO] [stdout] 171 + Ok(r) => panic!("Should have failed. Passed instead with: {:?}", r), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/node.rs:75:26 [INFO] [stdout] | [INFO] [stdout] 75 | Err(e) => panic!(format!( [INFO] [stdout] | __________________________^ [INFO] [stdout] 76 | | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 77 | | input1, e [INFO] [stdout] 78 | | )), [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] 75 ~ Err(e) => panic!( [INFO] [stdout] 76 | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 77 | input1, e [INFO] [stdout] 78 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/node.rs:106:26 [INFO] [stdout] | [INFO] [stdout] 106 | Err(e) => panic!(format!( [INFO] [stdout] | __________________________^ [INFO] [stdout] 107 | | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 108 | | input1, e [INFO] [stdout] 109 | | )), [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] 106 ~ Err(e) => panic!( [INFO] [stdout] 107 | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 108 | input1, e [INFO] [stdout] 109 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/node.rs:122:26 [INFO] [stdout] | [INFO] [stdout] 122 | Err(e) => panic!(format!( [INFO] [stdout] | __________________________^ [INFO] [stdout] 123 | | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 124 | | input2, e [INFO] [stdout] 125 | | )), [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] 122 ~ Err(e) => panic!( [INFO] [stdout] 123 | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 124 | input2, e [INFO] [stdout] 125 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/node.rs:150:26 [INFO] [stdout] | [INFO] [stdout] 150 | Err(e) => panic!(format!( [INFO] [stdout] | __________________________^ [INFO] [stdout] 151 | | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 152 | | input1, e [INFO] [stdout] 153 | | )), [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] 150 ~ Err(e) => panic!( [INFO] [stdout] 151 | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 152 | input1, e [INFO] [stdout] 153 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/node.rs:163:26 [INFO] [stdout] | [INFO] [stdout] 163 | Err(e) => panic!(format!( [INFO] [stdout] | __________________________^ [INFO] [stdout] 164 | | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 165 | | input2, e [INFO] [stdout] 166 | | )), [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] 163 ~ Err(e) => panic!( [INFO] [stdout] 164 | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 165 | input2, e [INFO] [stdout] 166 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/node.rs:204:30 [INFO] [stdout] | [INFO] [stdout] 204 | Err(e) => panic!(format!("failed with input: {:?} and error: {:?}", input, e)), [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] 204 - Err(e) => panic!(format!("failed with input: {:?} and error: {:?}", input, e)), [INFO] [stdout] 204 + Err(e) => panic!("failed with input: {:?} and error: {:?}", input, e), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/statement.rs:67:26 [INFO] [stdout] | [INFO] [stdout] 67 | Err(e) => panic!(format!( [INFO] [stdout] | __________________________^ [INFO] [stdout] 68 | | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 69 | | input1, e [INFO] [stdout] 70 | | )), [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] 67 ~ Err(e) => panic!( [INFO] [stdout] 68 | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 69 | input1, e [INFO] [stdout] 70 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/statement.rs:101:26 [INFO] [stdout] | [INFO] [stdout] 101 | Err(e) => panic!(format!( [INFO] [stdout] | __________________________^ [INFO] [stdout] 102 | | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 103 | | input1, e [INFO] [stdout] 104 | | )), [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] 101 ~ Err(e) => panic!( [INFO] [stdout] 102 | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 103 | input1, e [INFO] [stdout] 104 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/statement.rs:127:26 [INFO] [stdout] | [INFO] [stdout] 127 | Err(e) => panic!(format!( [INFO] [stdout] | __________________________^ [INFO] [stdout] 128 | | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 129 | | input1, e [INFO] [stdout] 130 | | )), [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] 127 ~ Err(e) => panic!( [INFO] [stdout] 128 | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 129 | input1, e [INFO] [stdout] 130 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/statement.rs:148:26 [INFO] [stdout] | [INFO] [stdout] 148 | Err(e) => panic!(format!( [INFO] [stdout] | __________________________^ [INFO] [stdout] 149 | | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 150 | | input1, e [INFO] [stdout] 151 | | )), [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] 148 ~ Err(e) => panic!( [INFO] [stdout] 149 | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 150 | input1, e [INFO] [stdout] 151 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/statement.rs:198:26 [INFO] [stdout] | [INFO] [stdout] 198 | Err(e) => panic!(format!( [INFO] [stdout] | __________________________^ [INFO] [stdout] 199 | | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 200 | | input1, e [INFO] [stdout] 201 | | )), [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] 198 ~ Err(e) => panic!( [INFO] [stdout] 199 | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 200 | input1, e [INFO] [stdout] 201 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/statement.rs:222:26 [INFO] [stdout] | [INFO] [stdout] 222 | Err(e) => panic!(format!( [INFO] [stdout] | __________________________^ [INFO] [stdout] 223 | | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 224 | | input1, e [INFO] [stdout] 225 | | )), [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] 222 ~ Err(e) => panic!( [INFO] [stdout] 223 | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 224 | input1, e [INFO] [stdout] 225 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/statement.rs:256:26 [INFO] [stdout] | [INFO] [stdout] 256 | Err(e) => panic!(format!( [INFO] [stdout] | __________________________^ [INFO] [stdout] 257 | | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 258 | | input1, e [INFO] [stdout] 259 | | )), [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] 256 ~ Err(e) => panic!( [INFO] [stdout] 257 | "failed with input: {:?} and error: {:?}", [INFO] [stdout] 258 | input1, e [INFO] [stdout] 259 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/symbols.rs:61:26 [INFO] [stdout] | [INFO] [stdout] 61 | Err(e) => panic!(format!( [INFO] [stdout] | __________________________^ [INFO] [stdout] 62 | | "failed with input: {:?} with error: {:?}", [INFO] [stdout] 63 | | input1, e [INFO] [stdout] 64 | | )), [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] 61 ~ Err(e) => panic!( [INFO] [stdout] 62 | "failed with input: {:?} with error: {:?}", [INFO] [stdout] 63 | input1, e [INFO] [stdout] 64 ~ ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/symbols.rs:79:21 [INFO] [stdout] | [INFO] [stdout] 79 | _ => panic!(format!("failed with input: {:?}", input1)), [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] 79 - _ => panic!(format!("failed with input: {:?}", input1)), [INFO] [stdout] 79 + _ => panic!("failed with input: {:?}", input1), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/symbols.rs:85:21 [INFO] [stdout] | [INFO] [stdout] 85 | _ => panic!(format!("failed with input: {:?}", input2)), [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] 85 - _ => panic!(format!("failed with input: {:?}", input2)), [INFO] [stdout] 85 + _ => panic!("failed with input: {:?}", input2), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/symbols.rs:105:21 [INFO] [stdout] | [INFO] [stdout] 105 | _ => panic!(format!("failed with input: {:?}", input1)), [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] 105 - _ => panic!(format!("failed with input: {:?}", input1)), [INFO] [stdout] 105 + _ => panic!("failed with input: {:?}", input1), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/symbols.rs:111:21 [INFO] [stdout] | [INFO] [stdout] 111 | _ => panic!(format!("failed with input: {:?}", input2)), [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] 111 - _ => panic!(format!("failed with input: {:?}", input2)), [INFO] [stdout] 111 + _ => panic!("failed with input: {:?}", input2), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/symbols.rs:131:21 [INFO] [stdout] | [INFO] [stdout] 131 | _ => panic!(format!("failed with input: {:?}", input1)), [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] 131 - _ => panic!(format!("failed with input: {:?}", input1)), [INFO] [stdout] 131 + _ => panic!("failed with input: {:?}", input1), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/symbols.rs:137:21 [INFO] [stdout] | [INFO] [stdout] 137 | _ => panic!(format!("failed with input: {:?}", input2)), [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] 137 - _ => panic!(format!("failed with input: {:?}", input2)), [INFO] [stdout] 137 + _ => panic!("failed with input: {:?}", input2), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/symbols.rs:157:21 [INFO] [stdout] | [INFO] [stdout] 157 | _ => panic!(format!("failed with input: {:?}", input1)), [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] 157 - _ => panic!(format!("failed with input: {:?}", input1)), [INFO] [stdout] 157 + _ => panic!("failed with input: {:?}", input1), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/symbols.rs:163:21 [INFO] [stdout] | [INFO] [stdout] 163 | _ => panic!(format!("failed with input: {:?}", input2)), [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] 163 - _ => panic!(format!("failed with input: {:?}", input2)), [INFO] [stdout] 163 + _ => panic!("failed with input: {:?}", input2), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/symbols.rs:182:21 [INFO] [stdout] | [INFO] [stdout] 182 | _ => panic!(format!("failed with input: {:?}", input1)), [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] 182 - _ => panic!(format!("failed with input: {:?}", input1)), [INFO] [stdout] 182 + _ => panic!("failed with input: {:?}", input1), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/symbols.rs:188:21 [INFO] [stdout] | [INFO] [stdout] 188 | _ => panic!(format!("failed with input: {:?}", input2)), [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] 188 - _ => panic!(format!("failed with input: {:?}", input2)), [INFO] [stdout] 188 + _ => panic!("failed with input: {:?}", input2), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/symbols.rs:208:21 [INFO] [stdout] | [INFO] [stdout] 208 | _ => panic!(format!("failed with input: {:?}", input1)), [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] 208 - _ => panic!(format!("failed with input: {:?}", input1)), [INFO] [stdout] 208 + _ => panic!("failed with input: {:?}", input1), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/parser/symbols.rs:214:21 [INFO] [stdout] | [INFO] [stdout] 214 | _ => panic!(format!("failed with input: {:?}", input2)), [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] 214 - _ => panic!(format!("failed with input: {:?}", input2)), [INFO] [stdout] 214 + _ => panic!("failed with input: {:?}", input2), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.67s [INFO] running `Command { std: "docker" "inspect" "4a6a048e2947c42ef01c3d8e0416cf8eb45dde6f11fd5af5c9fe642c6095d9bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a6a048e2947c42ef01c3d8e0416cf8eb45dde6f11fd5af5c9fe642c6095d9bc", kill_on_drop: false }` [INFO] [stdout] 4a6a048e2947c42ef01c3d8e0416cf8eb45dde6f11fd5af5c9fe642c6095d9bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] f1ae557792f9bd3fcb65b64fa1ccc2b88898fbae3869614dd5dbc722dd572cea [INFO] running `Command { std: "docker" "start" "-a" "f1ae557792f9bd3fcb65b64fa1ccc2b88898fbae3869614dd5dbc722dd572cea", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `list` [INFO] [stderr] --> src/parser/statement.rs:7:19 [INFO] [stderr] | [INFO] [stderr] 7 | use pom::parser::{list, sym, Parser}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `basic_1` is never used [INFO] [stderr] --> src/test_fixtures.rs:3:8 [INFO] [stderr] | [INFO] [stderr] 3 | pub fn basic_1() -> Graph { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `digraph` is never used [INFO] [stderr] --> src/test_fixtures.rs:97:8 [INFO] [stderr] | [INFO] [stderr] 97 | pub fn digraph() -> Graph { [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: comparison is useless due to type limits [INFO] [stderr] --> src/parser/ident.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | alphanum(term) || (term >= 0x80 && term <= 0xFF) || term == 0x5F [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_comparisons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `polka` (lib) generated 4 warnings (run `cargo fix --lib -p polka` to apply 1 suggestion) [INFO] [stderr] warning: unused variable: `r` [INFO] [stderr] --> src/lib.rs:75:14 [INFO] [stderr] | [INFO] [stderr] 75 | Ok(r) => (), [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_r` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/edge.rs:105:26 [INFO] [stderr] | [INFO] [stderr] 105 | Err(e) => panic!(format!( [INFO] [stderr] | __________________________^ [INFO] [stderr] 106 | | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 107 | | input1, e [INFO] [stderr] 108 | | )), [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] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 105 ~ Err(e) => panic!( [INFO] [stderr] 106 | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 107 | input1, e [INFO] [stderr] 108 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/edge.rs:116:26 [INFO] [stderr] | [INFO] [stderr] 116 | Err(e) => panic!(format!( [INFO] [stderr] | __________________________^ [INFO] [stderr] 117 | | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 118 | | input1, e [INFO] [stderr] 119 | | )), [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] 116 ~ Err(e) => panic!( [INFO] [stderr] 117 | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 118 | input1, e [INFO] [stderr] 119 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/edge.rs:178:26 [INFO] [stderr] | [INFO] [stderr] 178 | Err(e) => panic!(format!( [INFO] [stderr] | __________________________^ [INFO] [stderr] 179 | | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 180 | | input1, e [INFO] [stderr] 181 | | )), [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] 178 ~ Err(e) => panic!( [INFO] [stderr] 179 | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 180 | input1, e [INFO] [stderr] 181 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/edge.rs:206:26 [INFO] [stderr] | [INFO] [stderr] 206 | Err(e) => panic!(format!( [INFO] [stderr] | __________________________^ [INFO] [stderr] 207 | | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 208 | | input1, e [INFO] [stderr] 209 | | )), [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] 206 ~ Err(e) => panic!( [INFO] [stderr] 207 | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 208 | input1, e [INFO] [stderr] 209 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/edge.rs:216:26 [INFO] [stderr] | [INFO] [stderr] 216 | Err(e) => panic!(format!( [INFO] [stderr] | __________________________^ [INFO] [stderr] 217 | | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 218 | | input2, e [INFO] [stderr] 219 | | )), [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] 216 ~ Err(e) => panic!( [INFO] [stderr] 217 | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 218 | input2, e [INFO] [stderr] 219 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/graph.rs:66:26 [INFO] [stderr] | [INFO] [stderr] 66 | Err(e) => panic!(format!( [INFO] [stderr] | __________________________^ [INFO] [stderr] 67 | | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 68 | | input1, e [INFO] [stderr] 69 | | )), [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] 66 ~ Err(e) => panic!( [INFO] [stderr] 67 | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 68 | input1, e [INFO] [stderr] 69 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/graph.rs:101:26 [INFO] [stderr] | [INFO] [stderr] 101 | Err(e) => panic!(format!( [INFO] [stderr] | __________________________^ [INFO] [stderr] 102 | | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 103 | | input1, e [INFO] [stderr] 104 | | )), [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] 101 ~ Err(e) => panic!( [INFO] [stderr] 102 | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 103 | input1, e [INFO] [stderr] 104 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/graph.rs:124:26 [INFO] [stderr] | [INFO] [stderr] 124 | Err(e) => panic!(format!( [INFO] [stderr] | __________________________^ [INFO] [stderr] 125 | | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 126 | | input2, e [INFO] [stderr] 127 | | )), [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] 124 ~ Err(e) => panic!( [INFO] [stderr] 125 | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 126 | input2, e [INFO] [stderr] 127 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/graph.rs:147:26 [INFO] [stderr] | [INFO] [stderr] 147 | Err(e) => panic!(format!( [INFO] [stderr] | __________________________^ [INFO] [stderr] 148 | | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 149 | | input2, e [INFO] [stderr] 150 | | )), [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] 147 ~ Err(e) => panic!( [INFO] [stderr] 148 | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 149 | input2, e [INFO] [stderr] 150 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/ident.rs:82:26 [INFO] [stderr] | [INFO] [stderr] 82 | Err(e) => panic!(format!("Should have passed. Failed instead with: {:?}", e)), [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] 82 - Err(e) => panic!(format!("Should have passed. Failed instead with: {:?}", e)), [INFO] [stderr] 82 + Err(e) => panic!("Should have passed. Failed instead with: {:?}", e), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/ident.rs:101:26 [INFO] [stderr] | [INFO] [stderr] 101 | Err(e) => panic!(format!("Should have passed. Failed instead with: {:?}", e)), [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] 101 - Err(e) => panic!(format!("Should have passed. Failed instead with: {:?}", e)), [INFO] [stderr] 101 + Err(e) => panic!("Should have passed. Failed instead with: {:?}", e), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/ident.rs:115:25 [INFO] [stderr] | [INFO] [stderr] 115 | Ok(r) => panic!(format!("Should have failed. Passed instead with: {:?}", r)), [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] 115 - Ok(r) => panic!(format!("Should have failed. Passed instead with: {:?}", r)), [INFO] [stderr] 115 + Ok(r) => panic!("Should have failed. Passed instead with: {:?}", r), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/ident.rs:132:25 [INFO] [stderr] | [INFO] [stderr] 132 | Ok(r) => panic!(format!("Should have failed. Passed instead with: {:?}", r)), [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] 132 - Ok(r) => panic!(format!("Should have failed. Passed instead with: {:?}", r)), [INFO] [stderr] 132 + Ok(r) => panic!("Should have failed. Passed instead with: {:?}", r), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/ident.rs:157:26 [INFO] [stderr] | [INFO] [stderr] 157 | Err(e) => panic!(format!("Should have passed. Failed instead with: {:?}", e)), [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] 157 - Err(e) => panic!(format!("Should have passed. Failed instead with: {:?}", e)), [INFO] [stderr] 157 + Err(e) => panic!("Should have passed. Failed instead with: {:?}", e), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/ident.rs:171:25 [INFO] [stderr] | [INFO] [stderr] 171 | Ok(r) => panic!(format!("Should have failed. Passed instead with: {:?}", r)), [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] 171 - Ok(r) => panic!(format!("Should have failed. Passed instead with: {:?}", r)), [INFO] [stderr] 171 + Ok(r) => panic!("Should have failed. Passed instead with: {:?}", r), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/node.rs:75:26 [INFO] [stderr] | [INFO] [stderr] 75 | Err(e) => panic!(format!( [INFO] [stderr] | __________________________^ [INFO] [stderr] 76 | | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 77 | | input1, e [INFO] [stderr] 78 | | )), [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] 75 ~ Err(e) => panic!( [INFO] [stderr] 76 | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 77 | input1, e [INFO] [stderr] 78 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/node.rs:106:26 [INFO] [stderr] | [INFO] [stderr] 106 | Err(e) => panic!(format!( [INFO] [stderr] | __________________________^ [INFO] [stderr] 107 | | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 108 | | input1, e [INFO] [stderr] 109 | | )), [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] 106 ~ Err(e) => panic!( [INFO] [stderr] 107 | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 108 | input1, e [INFO] [stderr] 109 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/node.rs:122:26 [INFO] [stderr] | [INFO] [stderr] 122 | Err(e) => panic!(format!( [INFO] [stderr] | __________________________^ [INFO] [stderr] 123 | | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 124 | | input2, e [INFO] [stderr] 125 | | )), [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] 122 ~ Err(e) => panic!( [INFO] [stderr] 123 | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 124 | input2, e [INFO] [stderr] 125 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/node.rs:150:26 [INFO] [stderr] | [INFO] [stderr] 150 | Err(e) => panic!(format!( [INFO] [stderr] | __________________________^ [INFO] [stderr] 151 | | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 152 | | input1, e [INFO] [stderr] 153 | | )), [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] 150 ~ Err(e) => panic!( [INFO] [stderr] 151 | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 152 | input1, e [INFO] [stderr] 153 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/node.rs:163:26 [INFO] [stderr] | [INFO] [stderr] 163 | Err(e) => panic!(format!( [INFO] [stderr] | __________________________^ [INFO] [stderr] 164 | | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 165 | | input2, e [INFO] [stderr] 166 | | )), [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] 163 ~ Err(e) => panic!( [INFO] [stderr] 164 | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 165 | input2, e [INFO] [stderr] 166 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/node.rs:204:30 [INFO] [stderr] | [INFO] [stderr] 204 | Err(e) => panic!(format!("failed with input: {:?} and error: {:?}", input, e)), [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] 204 - Err(e) => panic!(format!("failed with input: {:?} and error: {:?}", input, e)), [INFO] [stderr] 204 + Err(e) => panic!("failed with input: {:?} and error: {:?}", input, e), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/statement.rs:67:26 [INFO] [stderr] | [INFO] [stderr] 67 | Err(e) => panic!(format!( [INFO] [stderr] | __________________________^ [INFO] [stderr] 68 | | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 69 | | input1, e [INFO] [stderr] 70 | | )), [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] 67 ~ Err(e) => panic!( [INFO] [stderr] 68 | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 69 | input1, e [INFO] [stderr] 70 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/statement.rs:101:26 [INFO] [stderr] | [INFO] [stderr] 101 | Err(e) => panic!(format!( [INFO] [stderr] | __________________________^ [INFO] [stderr] 102 | | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 103 | | input1, e [INFO] [stderr] 104 | | )), [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] 101 ~ Err(e) => panic!( [INFO] [stderr] 102 | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 103 | input1, e [INFO] [stderr] 104 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/statement.rs:127:26 [INFO] [stderr] | [INFO] [stderr] 127 | Err(e) => panic!(format!( [INFO] [stderr] | __________________________^ [INFO] [stderr] 128 | | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 129 | | input1, e [INFO] [stderr] 130 | | )), [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] 127 ~ Err(e) => panic!( [INFO] [stderr] 128 | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 129 | input1, e [INFO] [stderr] 130 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/statement.rs:148:26 [INFO] [stderr] | [INFO] [stderr] 148 | Err(e) => panic!(format!( [INFO] [stderr] | __________________________^ [INFO] [stderr] 149 | | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 150 | | input1, e [INFO] [stderr] 151 | | )), [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] 148 ~ Err(e) => panic!( [INFO] [stderr] 149 | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 150 | input1, e [INFO] [stderr] 151 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/statement.rs:198:26 [INFO] [stderr] | [INFO] [stderr] 198 | Err(e) => panic!(format!( [INFO] [stderr] | __________________________^ [INFO] [stderr] 199 | | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 200 | | input1, e [INFO] [stderr] 201 | | )), [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] 198 ~ Err(e) => panic!( [INFO] [stderr] 199 | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 200 | input1, e [INFO] [stderr] 201 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/statement.rs:222:26 [INFO] [stderr] | [INFO] [stderr] 222 | Err(e) => panic!(format!( [INFO] [stderr] | __________________________^ [INFO] [stderr] 223 | | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 224 | | input1, e [INFO] [stderr] 225 | | )), [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] 222 ~ Err(e) => panic!( [INFO] [stderr] 223 | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 224 | input1, e [INFO] [stderr] 225 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/statement.rs:256:26 [INFO] [stderr] | [INFO] [stderr] 256 | Err(e) => panic!(format!( [INFO] [stderr] | __________________________^ [INFO] [stderr] 257 | | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 258 | | input1, e [INFO] [stderr] 259 | | )), [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] 256 ~ Err(e) => panic!( [INFO] [stderr] 257 | "failed with input: {:?} and error: {:?}", [INFO] [stderr] 258 | input1, e [INFO] [stderr] 259 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/symbols.rs:61:26 [INFO] [stderr] | [INFO] [stderr] 61 | Err(e) => panic!(format!( [INFO] [stderr] | __________________________^ [INFO] [stderr] 62 | | "failed with input: {:?} with error: {:?}", [INFO] [stderr] 63 | | input1, e [INFO] [stderr] 64 | | )), [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] 61 ~ Err(e) => panic!( [INFO] [stderr] 62 | "failed with input: {:?} with error: {:?}", [INFO] [stderr] 63 | input1, e [INFO] [stderr] 64 ~ ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/symbols.rs:79:21 [INFO] [stderr] | [INFO] [stderr] 79 | _ => panic!(format!("failed with input: {:?}", input1)), [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] 79 - _ => panic!(format!("failed with input: {:?}", input1)), [INFO] [stderr] 79 + _ => panic!("failed with input: {:?}", input1), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/symbols.rs:85:21 [INFO] [stderr] | [INFO] [stderr] 85 | _ => panic!(format!("failed with input: {:?}", input2)), [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] 85 - _ => panic!(format!("failed with input: {:?}", input2)), [INFO] [stderr] 85 + _ => panic!("failed with input: {:?}", input2), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/symbols.rs:105:21 [INFO] [stderr] | [INFO] [stderr] 105 | _ => panic!(format!("failed with input: {:?}", input1)), [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] 105 - _ => panic!(format!("failed with input: {:?}", input1)), [INFO] [stderr] 105 + _ => panic!("failed with input: {:?}", input1), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/symbols.rs:111:21 [INFO] [stderr] | [INFO] [stderr] 111 | _ => panic!(format!("failed with input: {:?}", input2)), [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] 111 - _ => panic!(format!("failed with input: {:?}", input2)), [INFO] [stderr] 111 + _ => panic!("failed with input: {:?}", input2), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/symbols.rs:131:21 [INFO] [stderr] | [INFO] [stderr] 131 | _ => panic!(format!("failed with input: {:?}", input1)), [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] 131 - _ => panic!(format!("failed with input: {:?}", input1)), [INFO] [stderr] 131 + _ => panic!("failed with input: {:?}", input1), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/symbols.rs:137:21 [INFO] [stderr] | [INFO] [stderr] 137 | _ => panic!(format!("failed with input: {:?}", input2)), [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] 137 - _ => panic!(format!("failed with input: {:?}", input2)), [INFO] [stderr] 137 + _ => panic!("failed with input: {:?}", input2), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/symbols.rs:157:21 [INFO] [stderr] | [INFO] [stderr] 157 | _ => panic!(format!("failed with input: {:?}", input1)), [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] 157 - _ => panic!(format!("failed with input: {:?}", input1)), [INFO] [stderr] 157 + _ => panic!("failed with input: {:?}", input1), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/symbols.rs:163:21 [INFO] [stderr] | [INFO] [stderr] 163 | _ => panic!(format!("failed with input: {:?}", input2)), [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] 163 - _ => panic!(format!("failed with input: {:?}", input2)), [INFO] [stderr] 163 + _ => panic!("failed with input: {:?}", input2), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/symbols.rs:182:21 [INFO] [stderr] | [INFO] [stderr] 182 | _ => panic!(format!("failed with input: {:?}", input1)), [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] 182 - _ => panic!(format!("failed with input: {:?}", input1)), [INFO] [stderr] 182 + _ => panic!("failed with input: {:?}", input1), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/symbols.rs:188:21 [INFO] [stderr] | [INFO] [stderr] 188 | _ => panic!(format!("failed with input: {:?}", input2)), [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] 188 - _ => panic!(format!("failed with input: {:?}", input2)), [INFO] [stderr] 188 + _ => panic!("failed with input: {:?}", input2), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/symbols.rs:208:21 [INFO] [stderr] | [INFO] [stderr] 208 | _ => panic!(format!("failed with input: {:?}", input1)), [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] 208 - _ => panic!(format!("failed with input: {:?}", input1)), [INFO] [stderr] 208 + _ => panic!("failed with input: {:?}", input1), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/parser/symbols.rs:214:21 [INFO] [stderr] | [INFO] [stderr] 214 | _ => panic!(format!("failed with input: {:?}", input2)), [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] 214 - _ => panic!(format!("failed with input: {:?}", input2)), [INFO] [stderr] 214 + _ => panic!("failed with input: {:?}", input2), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `polka` (lib test) generated 44 warnings (2 duplicates) (run `cargo fix --lib -p polka --tests` to apply 41 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/polka-f99b02896fc838ea) [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test parser::edge::test::edge_op::mixed_tokens ... ok [INFO] [stdout] test parser::ident::test::id_pair_with_correct_input ... ok [INFO] [stdout] test parser::ident::test::id_pair_with_incorrect_input ... ok [INFO] [stdout] test parser::ident::test::number_with_correct_input ... ok [INFO] [stdout] test parser::ident::test::ident_with_correct_input ... ok [INFO] [stdout] test parser::node::test::node_id::mixed_tokens ... ok [INFO] [stdout] test parser::node::test::compass::mixed_tokens ... ok [INFO] [stdout] test parser::node::test::node_statement::mixed_tokens ... ok [INFO] [stdout] test parser::ident::test::ident_with_incorrect_input ... ok [INFO] [stdout] test parser::statement::test::attrbute_list::mixed_tokens ... ok [INFO] [stdout] test parser::node::test::port::mixed_tokens ... ok [INFO] [stdout] test parser::edge::test::edge_rhs_list::mixed_tokens ... ok [INFO] [stdout] test parser::ident::test::number_with_incorrect_input ... ok [INFO] [stdout] test parser::statement::test::attribute_statement::mixed_tokens ... ok [INFO] [stdout] test parser::graph::test::graph::test ... ok [INFO] [stdout] test parser::statement::test::statements::edge_statement ... ok [INFO] [stdout] test parser::symbols::test::digraph::mixed_tokens ... ok [INFO] [stdout] test parser::symbols::test::edge::mixed_tokens ... ok [INFO] [stdout] test parser::statement::test::statements::attribute_statement ... ok [INFO] [stdout] test parser::statement::test::statements::node_statement ... ok [INFO] [stdout] test parser::statement::test::statements::id_pair ... ok [INFO] [stdout] test parser::statement::test::statements::sub_graph ... ok [INFO] [stdout] test parser::graph::test::sub_graph::mixed_tokens ... ok [INFO] [stdout] test parser::edge::test::edge_statement::mixed_tokens ... ok [INFO] [stdout] test parser::symbols::test::node::mixed_tokens ... ok [INFO] [stdout] test parser::symbols::test::graph::mixed_tokens ... ok [INFO] [stdout] test parser::symbols::test::strict::mixed_tokens ... ok [INFO] [stdout] test parser::symbols::test::subgraph::mixed_tokens ... ok [INFO] [stdout] test tests::parse::known_examples_verify ... ok [INFO] [stdout] test tests::parse::known_examples_parse ... FAILED [INFO] [stdout] test parser::symbols::test::comment::mixed_tokens has been running for over 60 seconds [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "f1ae557792f9bd3fcb65b64fa1ccc2b88898fbae3869614dd5dbc722dd572cea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1ae557792f9bd3fcb65b64fa1ccc2b88898fbae3869614dd5dbc722dd572cea", kill_on_drop: false }` [INFO] [stdout] f1ae557792f9bd3fcb65b64fa1ccc2b88898fbae3869614dd5dbc722dd572cea