[INFO] fetching crate polka 0.1.2... [INFO] testing polka-0.1.2 against 1.60.0 for beta-1.61-1 [INFO] extracting crate polka 0.1.2 into /workspace/builds/worker-16/source [INFO] validating manifest of crates.io crate polka 0.1.2 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 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-16/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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pom v3.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2ba3b888533932cff39bf70fbda7d25a1583b87f8de32ec3df73ef59a13ec274 [INFO] running `Command { std: "docker" "start" "-a" "2ba3b888533932cff39bf70fbda7d25a1583b87f8de32ec3df73ef59a13ec274", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2ba3b888533932cff39bf70fbda7d25a1583b87f8de32ec3df73ef59a13ec274", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ba3b888533932cff39bf70fbda7d25a1583b87f8de32ec3df73ef59a13ec274", kill_on_drop: false }` [INFO] [stdout] 2ba3b888533932cff39bf70fbda7d25a1583b87f8de32ec3df73ef59a13ec274 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a839cf84198fa4a2c07e59cf3b8c63c189358a6ca07cf9888cef0e97bbaffda1 [INFO] running `Command { std: "docker" "start" "-a" "a839cf84198fa4a2c07e59cf3b8c63c189358a6ca07cf9888cef0e97bbaffda1", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling pom v3.2.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 is never used: `basic_1` [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 is never used: `digraph` [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] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.10s [INFO] running `Command { std: "docker" "inspect" "a839cf84198fa4a2c07e59cf3b8c63c189358a6ca07cf9888cef0e97bbaffda1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a839cf84198fa4a2c07e59cf3b8c63c189358a6ca07cf9888cef0e97bbaffda1", kill_on_drop: false }` [INFO] [stdout] a839cf84198fa4a2c07e59cf3b8c63c189358a6ca07cf9888cef0e97bbaffda1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b18162f2f6340e56ed0b72094f0f4855fb9d99432b8bf64ff2e723004c7001fc [INFO] running `Command { std: "docker" "start" "-a" "b18162f2f6340e56ed0b72094f0f4855fb9d99432b8bf64ff2e723004c7001fc", kill_on_drop: false }` [INFO] [stderr] Compiling difference v2.0.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 is never used: `basic_1` [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 is never used: `digraph` [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] [stdout] warning: 4 warnings emitted [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: `#[warn(non_fmt_panics)]` on by default [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 ~ 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: 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] [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: 44 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.72s [INFO] running `Command { std: "docker" "inspect" "b18162f2f6340e56ed0b72094f0f4855fb9d99432b8bf64ff2e723004c7001fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b18162f2f6340e56ed0b72094f0f4855fb9d99432b8bf64ff2e723004c7001fc", kill_on_drop: false }` [INFO] [stdout] b18162f2f6340e56ed0b72094f0f4855fb9d99432b8bf64ff2e723004c7001fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6555c1a491af637dbaf535cf0e52fa0186c27a6c03951dfe195f417a092784c9 [INFO] running `Command { std: "docker" "start" "-a" "6555c1a491af637dbaf535cf0e52fa0186c27a6c03951dfe195f417a092784c9", 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 is never used: `basic_1` [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 is never used: `digraph` [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 [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: `#[warn(non_fmt_panics)]` on by default [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 ~ 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) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/polka-1ef2792b3f861b9e) [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_incorrect_input ... ok [INFO] [stdout] test parser::ident::test::id_pair_with_correct_input ... ok [INFO] [stdout] test parser::ident::test::number_with_incorrect_input ... ok [INFO] [stdout] test parser::ident::test::ident_with_correct_input ... ok [INFO] [stdout] test parser::ident::test::ident_with_incorrect_input ... ok [INFO] [stdout] test parser::ident::test::number_with_correct_input ... ok [INFO] [stdout] test parser::node::test::compass::mixed_tokens ... ok [INFO] [stdout] test parser::node::test::node_id::mixed_tokens ... ok [INFO] [stdout] test parser::node::test::port::mixed_tokens ... ok [INFO] [stdout] test parser::node::test::node_statement::mixed_tokens ... ok [INFO] [stdout] test parser::statement::test::attribute_statement::mixed_tokens ... ok [INFO] [stdout] test parser::statement::test::attrbute_list::mixed_tokens ... ok [INFO] [stdout] test parser::edge::test::edge_rhs_list::mixed_tokens ... ok [INFO] [stdout] test parser::symbols::test::edge::mixed_tokens ... ok [INFO] [stdout] test parser::symbols::test::graph::mixed_tokens ... ok [INFO] [stdout] test parser::symbols::test::node::mixed_tokens ... ok [INFO] [stdout] test parser::symbols::test::digraph::mixed_tokens ... ok [INFO] [stdout] test parser::symbols::test::subgraph::mixed_tokens ... ok [INFO] [stdout] test parser::symbols::test::strict::mixed_tokens ... ok [INFO] [stdout] test parser::graph::test::graph::test ... ok [INFO] [stdout] test parser::edge::test::edge_statement::mixed_tokens ... ok [INFO] [stdout] test parser::statement::test::statements::sub_graph ... ok [INFO] [stdout] test parser::statement::test::statements::edge_statement ... ok [INFO] [stdout] test parser::statement::test::statements::node_statement ... ok [INFO] [stdout] test parser::statement::test::statements::attribute_statement ... ok [INFO] [stdout] test parser::graph::test::sub_graph::mixed_tokens ... ok [INFO] [stdout] test parser::statement::test::statements::id_pair ... 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" "6555c1a491af637dbaf535cf0e52fa0186c27a6c03951dfe195f417a092784c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6555c1a491af637dbaf535cf0e52fa0186c27a6c03951dfe195f417a092784c9", kill_on_drop: false }` [INFO] [stdout] 6555c1a491af637dbaf535cf0e52fa0186c27a6c03951dfe195f417a092784c9