[INFO] fetching crate htn_planner 0.1.0... [INFO] checking htn_planner-0.1.0 against master#ab869e094a907cc5d19b4080f22eccaf347f1f95 for pr-129604 [INFO] extracting crate htn_planner 0.1.0 into /workspace/builds/worker-7-tc1/source [INFO] validating manifest of crates.io crate htn_planner 0.1.0 on toolchain ab869e094a907cc5d19b4080f22eccaf347f1f95 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate htn_planner 0.1.0 [INFO] finished tweaking crates.io crate htn_planner 0.1.0 [INFO] tweaked toml for crates.io crate htn_planner 0.1.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate crates.io crate htn_planner 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded priority-queue v1.2.2 [INFO] [stderr] Downloaded filename v0.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b9f6491f1cba47e883c52849967626ee886477705a2773c5fe1980cce0fbff03 [INFO] running `Command { std: "docker" "start" "-a" "b9f6491f1cba47e883c52849967626ee886477705a2773c5fe1980cce0fbff03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b9f6491f1cba47e883c52849967626ee886477705a2773c5fe1980cce0fbff03", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9f6491f1cba47e883c52849967626ee886477705a2773c5fe1980cce0fbff03", kill_on_drop: false }` [INFO] [stdout] b9f6491f1cba47e883c52849967626ee886477705a2773c5fe1980cce0fbff03 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+ab869e094a907cc5d19b4080f22eccaf347f1f95" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5aee8bbed01d12e668efdcae33e9a6ae776536946a93475cfa97559ebcca6439 [INFO] running `Command { std: "docker" "start" "-a" "5aee8bbed01d12e668efdcae33e9a6ae776536946a93475cfa97559ebcca6439", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling priority-queue v1.2.2 [INFO] [stderr] Checking hashbrown v0.12.2 [INFO] [stderr] Checking fastrand v1.7.0 [INFO] [stderr] Checking filename v0.1.1 [INFO] [stderr] Checking tempfile v3.3.0 [INFO] [stderr] Checking htn_planner v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: named argument `depth` is not used by name [INFO] [stdout] --> src/htn/parser/statement.rs:61:49 [INFO] [stdout] | [INFO] [stdout] 61 | write!(self.f, "{:>depth$}task {}", "", depth=self.depth)?; [INFO] [stdout] | -- ^^^^^ this named argument is referred to by position in formatting string [INFO] [stdout] | | [INFO] [stdout] | this formatting argument uses named argument `depth` by position [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(named_arguments_used_positionally)]` on by default [INFO] [stdout] help: use the named argument by name to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 61 | write!(self.f, "{:>depth$}task {depth}", "", depth=self.depth)?; [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TaskBody` [INFO] [stdout] --> src/htn/domain.rs:4:35 [INFO] [stdout] | [INFO] [stdout] 4 | use super::compiler::{Task, self, TaskBody}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `iter::Map` and `slice::Iter` [INFO] [stdout] --> src/htn/compiler/domain.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{collections::HashMap, slice::Iter, iter::Map}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: named argument `depth` is not used by name [INFO] [stdout] --> src/htn/parser/statement.rs:61:49 [INFO] [stdout] | [INFO] [stdout] 61 | write!(self.f, "{:>depth$}task {}", "", depth=self.depth)?; [INFO] [stdout] | -- ^^^^^ this named argument is referred to by position in formatting string [INFO] [stdout] | | [INFO] [stdout] | this formatting argument uses named argument `depth` by position [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(named_arguments_used_positionally)]` on by default [INFO] [stdout] help: use the named argument by name to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 61 | write!(self.f, "{:>depth$}task {depth}", "", depth=self.depth)?; [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TaskBody` [INFO] [stdout] --> src/htn/domain.rs:4:35 [INFO] [stdout] | [INFO] [stdout] 4 | use super::compiler::{Task, self, TaskBody}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `iter::Map` and `slice::Iter` [INFO] [stdout] --> src/htn/compiler/domain.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{collections::HashMap, slice::Iter, iter::Map}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/htn/parser.rs:83:22 [INFO] [stdout] | [INFO] [stdout] 83 | Some(Err(e)) => Err(self.lexer.next().unwrap().unwrap_err()), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `On` [INFO] [stdout] --> src/htn/parser.rs:260:75 [INFO] [stdout] | [INFO] [stdout] 260 | let variable = if self.lexer.next_if(|t| match t { Ok(Token{t:On,..})=>true,_=>false}).is_some() { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_On` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/htn/search.rs:52:21 [INFO] [stdout] | [INFO] [stdout] 52 | while let Some((mut current, total_plan_cost)) = open_set.pop() { [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `On` should have a snake case name [INFO] [stdout] --> src/htn/parser.rs:260:75 [INFO] [stdout] | [INFO] [stdout] 260 | let variable = if self.lexer.next_if(|t| match t { Ok(Token{t:On,..})=>true,_=>false}).is_some() { [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `on` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: named argument `depth` is not used by name [INFO] [stdout] --> src/htn/parser/statement.rs:61:49 [INFO] [stdout] | [INFO] [stdout] 61 | write!(self.f, "{:>depth$}task {}", "", depth=self.depth)?; [INFO] [stdout] | -- ^^^^^ this named argument is referred to by position in formatting string [INFO] [stdout] | | [INFO] [stdout] | this formatting argument uses named argument `depth` by position [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(named_arguments_used_positionally)]` on by default [INFO] [stdout] help: use the named argument by name to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 61 | write!(self.f, "{:>depth$}task {depth}", "", depth=self.depth)?; [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TaskBody` [INFO] [stdout] --> src/htn/domain.rs:4:35 [INFO] [stdout] | [INFO] [stdout] 4 | use super::compiler::{Task, self, TaskBody}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `iter::Map` and `slice::Iter` [INFO] [stdout] --> src/htn/compiler/domain.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{collections::HashMap, slice::Iter, iter::Map}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: named argument `depth` is not used by name [INFO] [stdout] --> src/htn/parser/statement.rs:61:49 [INFO] [stdout] | [INFO] [stdout] 61 | write!(self.f, "{:>depth$}task {}", "", depth=self.depth)?; [INFO] [stdout] | -- ^^^^^ this named argument is referred to by position in formatting string [INFO] [stdout] | | [INFO] [stdout] | this formatting argument uses named argument `depth` by position [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(named_arguments_used_positionally)]` on by default [INFO] [stdout] help: use the named argument by name to avoid ambiguity [INFO] [stdout] | [INFO] [stdout] 61 | write!(self.f, "{:>depth$}task {depth}", "", depth=self.depth)?; [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TaskBody` [INFO] [stdout] --> src/htn/domain.rs:4:35 [INFO] [stdout] | [INFO] [stdout] 4 | use super::compiler::{Task, self, TaskBody}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `iter::Map` and `slice::Iter` [INFO] [stdout] --> src/htn/compiler/domain.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{collections::HashMap, slice::Iter, iter::Map}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/htn/parser.rs:83:22 [INFO] [stdout] | [INFO] [stdout] 83 | Some(Err(e)) => Err(self.lexer.next().unwrap().unwrap_err()), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `On` [INFO] [stdout] --> src/htn/parser.rs:260:75 [INFO] [stdout] | [INFO] [stdout] 260 | let variable = if self.lexer.next_if(|t| match t { Ok(Token{t:On,..})=>true,_=>false}).is_some() { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_On` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/htn/search.rs:52:21 [INFO] [stdout] | [INFO] [stdout] 52 | while let Some((mut current, total_plan_cost)) = open_set.pop() { [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `On` should have a snake case name [INFO] [stdout] --> src/htn/parser.rs:260:75 [INFO] [stdout] | [INFO] [stdout] 260 | let variable = if self.lexer.next_if(|t| match t { Ok(Token{t:On,..})=>true,_=>false}).is_some() { [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `on` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/htn/parser.rs:83:22 [INFO] [stdout] | [INFO] [stdout] 83 | Some(Err(e)) => Err(self.lexer.next().unwrap().unwrap_err()), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `On` [INFO] [stdout] --> src/htn/parser.rs:260:75 [INFO] [stdout] | [INFO] [stdout] 260 | let variable = if self.lexer.next_if(|t| match t { Ok(Token{t:On,..})=>true,_=>false}).is_some() { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_On` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/htn/search.rs:52:21 [INFO] [stdout] | [INFO] [stdout] 52 | while let Some((mut current, total_plan_cost)) = open_set.pop() { [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `main`, `task_mapping`, `operator_mapping`, and `blackboard_mapping` are never used [INFO] [stdout] --> src/htn/domain.rs:74:12 [INFO] [stdout] | [INFO] [stdout] 39 | impl Domain { [INFO] [stdout] | ----------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 74 | pub fn main(&self) -> &Task { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | pub fn task_mapping(&self) -> &HashMap { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 94 | pub fn operator_mapping(&self) -> &HashMap { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 104 | pub fn blackboard_mapping(&self) -> &HashMap { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get` is never used [INFO] [stdout] --> src/htn/compiler/state.rs:62:12 [INFO] [stdout] | [INFO] [stdout] 53 | impl<'a> State<'a> { [INFO] [stdout] | ------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 62 | pub fn get(&self, key:&str) -> OperandType { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `unwrap_str` is never used [INFO] [stdout] --> src/htn/parser/tokens.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl Literal<'_> { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] 13 | pub fn unwrap_str(&self) -> &str { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `unwrap_literal` is never used [INFO] [stdout] --> src/htn/parser/tokens.rs:148:12 [INFO] [stdout] | [INFO] [stdout] 136 | impl<'a> Token<'a> { [INFO] [stdout] | ------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 148 | pub fn unwrap_literal(&self) -> Literal { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `to_err` is never used [INFO] [stdout] --> src/htn/parser/statement.rs:119:12 [INFO] [stdout] | [INFO] [stdout] 106 | impl<'a> Stmt<'a> { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 119 | pub fn to_err(&self, msg:&str) -> Error { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `On` should have a snake case name [INFO] [stdout] --> src/htn/parser.rs:260:75 [INFO] [stdout] | [INFO] [stdout] 260 | let variable = if self.lexer.next_if(|t| match t { Ok(Token{t:On,..})=>true,_=>false}).is_some() { [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `on` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> src/htn/parser.rs:83:22 [INFO] [stdout] | [INFO] [stdout] 83 | Some(Err(e)) => Err(self.lexer.next().unwrap().unwrap_err()), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `On` [INFO] [stdout] --> src/htn/parser.rs:260:75 [INFO] [stdout] | [INFO] [stdout] 260 | let variable = if self.lexer.next_if(|t| match t { Ok(Token{t:On,..})=>true,_=>false}).is_some() { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_On` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/htn/search.rs:52:21 [INFO] [stdout] | [INFO] [stdout] 52 | while let Some((mut current, total_plan_cost)) = open_set.pop() { [INFO] [stdout] | ----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `main`, `task_mapping`, `operator_mapping`, and `blackboard_mapping` are never used [INFO] [stdout] --> src/htn/domain.rs:74:12 [INFO] [stdout] | [INFO] [stdout] 39 | impl Domain { [INFO] [stdout] | ----------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 74 | pub fn main(&self) -> &Task { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 90 | pub fn task_mapping(&self) -> &HashMap { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 94 | pub fn operator_mapping(&self) -> &HashMap { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 104 | pub fn blackboard_mapping(&self) -> &HashMap { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get` is never used [INFO] [stdout] --> src/htn/compiler/state.rs:62:12 [INFO] [stdout] | [INFO] [stdout] 53 | impl<'a> State<'a> { [INFO] [stdout] | ------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 62 | pub fn get(&self, key:&str) -> OperandType { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `unwrap_str` is never used [INFO] [stdout] --> src/htn/parser/tokens.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl Literal<'_> { [INFO] [stdout] | ---------------- method in this implementation [INFO] [stdout] 13 | pub fn unwrap_str(&self) -> &str { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `unwrap_literal` is never used [INFO] [stdout] --> src/htn/parser/tokens.rs:148:12 [INFO] [stdout] | [INFO] [stdout] 136 | impl<'a> Token<'a> { [INFO] [stdout] | ------------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 148 | pub fn unwrap_literal(&self) -> Literal { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `to_err` is never used [INFO] [stdout] --> src/htn/parser/statement.rs:119:12 [INFO] [stdout] | [INFO] [stdout] 106 | impl<'a> Stmt<'a> { [INFO] [stdout] | ----------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 119 | pub fn to_err(&self, msg:&str) -> Error { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `On` should have a snake case name [INFO] [stdout] --> src/htn/parser.rs:260:75 [INFO] [stdout] | [INFO] [stdout] 260 | let variable = if self.lexer.next_if(|t| match t { Ok(Token{t:On,..})=>true,_=>false}).is_some() { [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `on` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s [INFO] running `Command { std: "docker" "inspect" "5aee8bbed01d12e668efdcae33e9a6ae776536946a93475cfa97559ebcca6439", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5aee8bbed01d12e668efdcae33e9a6ae776536946a93475cfa97559ebcca6439", kill_on_drop: false }` [INFO] [stdout] 5aee8bbed01d12e668efdcae33e9a6ae776536946a93475cfa97559ebcca6439